.from-group {
  margin-bottom: 1rem;
}

.from-group > label {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.25rem;
  color: black;
}

.from-group > label span {
  color: #eb3f4d;
}

.from-group-test {
  width: 50%;
}

.from-group .label-block {
  display: inline-block;
}

.from-group .label-inline {
  display: inline;
}

.from-group .label-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.form-input {
  width: 100%;
  padding: 0.375rem 0.75rem;
  border: 1px solid rgba(204, 204, 204, 0.5);
  outline: none;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  transition: all 0.1s ease-in;
}

.form-input:-moz-read-only {
  background-color: rgba(204, 204, 204, 0.1);
  cursor: not-allowed;
}

.form-input:read-only {
  background-color: rgba(204, 204, 204, 0.1);
  cursor: not-allowed;
}

.form-input:focus {
  border-color: #eb008b;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(235, 0, 139, 0.3);
}

.form-input.has-error {
  border-color: #eb3f4d;
}

.form-input.has-error:focus {
  border-color: #eb3f4d;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(235, 63, 77, 0.3);
}

.form-input-error {
  color: #eb3f4d;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
}

.form-input-error i {
  font-size: 1rem;
  margin-right: 5px;
}

.form-input-help-text {
  color: #848484;
  font-size: 0.8rem;
}

.form-input.chassis-number {
  text-transform: uppercase;
}

.btn {
  font-family: "Kanit", sans-serif !important;
  padding: 6px 20px 6px 20px;
  font-size: 1rem;
  min-width: 64px;
  position: relative;
  box-sizing: border-box;
  transition: all 0.4s ease;
  font-weight: 400;
  line-height: 1.75;
  border-radius: 100px;
  outline: none;
  justify-content: center;
  height: 40px;
  overflow: hidden;
}

.btn i {
  font-size: 1rem;
  margin-right: 8px;
}

.btn span {
  display: inline-flex;
  align-items: center;
  font-size: 1rem !important;
}

.btn:focus {
  outline: none;
}

.btn-block {
  width: 100%;
  display: block;
  text-align: center;
}

.btn-default {
  background-color: #e0e0e0;
}

.btn-default.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
}

.btn-default.btn-primary:hover:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.btn-default.btn-primary span {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.btn-default.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
}

.btn-default.btn-secondary:hover:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.btn-default.btn-secondary span {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.btn-default.btn-xs {
  padding: 0px 6px 5px 6px !important;
  height: auto;
}

.btn-default.btn-xs span {
  font-size: 0.8rem !important;
}

.btn-default.btn-xxs {
  padding: 0px 2px 1px 2px !important;
  height: auto;
  min-width: 1em !important;
}

.btn-default.btn-xxs span {
  font-size: 0.8rem !important;
}

.btn-default.btn-xxs i {
  margin-left: 2px !important;
  margin-right: 2px !important;
}

.btn-outlined.btn-primary {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(25, 45, 64, var(--tw-border-opacity));
}

.btn-outlined.btn-primary:hover:before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.btn-outlined.btn-primary span {
  color: #eb008b;
  position: relative;
  z-index: 1;
}

.btn-outlined.btn-secondary {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(230, 0, 126, var(--tw-border-opacity));
}

.btn-outlined.btn-secondary span {
  color: #112e42;
  position: relative;
  z-index: 1;
}

.btn-outlined.btn-secondary:hover:before {
  content: "";
  background: #112e42;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.btn-outlined.btn-secondary:hover span {
  color: #ffffff;
}

.btn-none.btn-primary {
  border: none;
}

.btn-none.btn-primary:hover:before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.btn-none.btn-primary span {
  color: #eb008b;
  position: relative;
  z-index: 1;
}

.btn-none.btn-secondary {
  border: none;
}

.btn-none.btn-secondary span {
  color: #112e42;
  position: relative;
  z-index: 1;
}

.btn-none.btn-secondary:hover:before {
  content: "";
  background: #112e42;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.btn-none.btn-secondary:hover span {
  color: #ffffff;
}

.btn-view-coverage {
  font-size: 0.875rem;
  color: gray;
  line-height: 1.45;
}

.btn:disabled {
  background-color: #cccccc;
  color: #cccccc;
  cursor: not-allowed;
}

.btn:disabled span {
  color: #aaaaaa;
  position: relative;
  z-index: 1;
}

.btn:disabled:hover:before {
  content: "";
  background: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.btn-radius {
  font-family: "Kanit", sans-serif !important;
  padding: 6px 20px 6px 20px;
  font-size: 1rem;
  min-width: 64px;
  position: relative;
  box-sizing: border-box;
  transition: all 0.4s ease;
  font-weight: 400;
  line-height: 1.75;
  border-radius: 20px;
  outline: none;
  justify-content: center;
  align-items: center;
  height: 40px;
  overflow: hidden;
}

.btn-radius i {
  font-size: 1rem;
  margin-right: 8px;
}

.btn-radius span {
  display: inline-flex;
  align-items: center;
  font-size: 1rem !important;
}

.btn-radius:focus {
  outline: none;
}

.btn-radius-block {
  width: 100%;
  display: block;
  text-align: center;
}

.btn-radius-default {
  background-color: #e0e0e0;
}

.btn-radius-default.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  --tw-shadow: 0px 5px 10px #F8B0DA;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.btn-radius-default.btn-primary:hover:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.btn-radius-default.btn-primary span {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.btn-radius-default.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
}

.btn-radius-default.btn-secondary:hover:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.btn-radius-default.btn-secondary span {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.btn-radius-default.btn-xs {
  padding: 3px 10px 3px 10px !important;
  font-size: 11px !important;
  height: auto;
}

.btn-radius-default.btn-xs span {
  font-size: 11px !important;
}

.btn-radius-default.btn-xxs {
  padding: 0px 2px 1px 2px !important;
  height: auto;
  min-width: 1em !important;
  margin-left: 2px;
  margin-right: 2px;
}

.btn-radius-default.btn-xxs span {
  font-size: 0.6rem !important;
}

.btn-radius-default.btn-xxs i {
  margin-left: 2px !important;
  margin-right: 2px !important;
}

.btn-radius-outlined.btn-primary {
  box-shadow: 0px 1px 6px #eb008b;
}

.btn-radius-outlined.btn-primary:hover:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.btn-radius-outlined.btn-primary span {
  color: #eb008b;
  position: relative;
  z-index: 1;
}

.btn-radius-outlined.btn-secondary {
  border: 2px solid #112e42;
}

.btn-radius-outlined.btn-secondary span {
  color: #112e42;
  position: relative;
  z-index: 1;
}

.btn-radius-outlined.btn-secondary:hover:before {
  content: "";
  background: #112e42;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.btn-radius-outlined.btn-secondary:hover span {
  color: #ffffff;
}

.btn-radius-none.btn-primary {
  border: none;
}

.btn-radius-none.btn-primary:hover:before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.btn-radius-none.btn-primary span {
  color: #eb008b;
  position: relative;
  z-index: 1;
}

.btn-radius-none.btn-secondary {
  border: none;
}

.btn-radius-none.btn-secondary span {
  color: #112e42;
  position: relative;
  z-index: 1;
}

.btn-radius-none.btn-secondary:hover:before {
  content: "";
  background: #112e42;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.btn-radius-none.btn-secondary:hover span {
  color: #ffffff;
}

.btn-radius-view-coverage {
  font-size: 0.875rem;
  color: gray;
  line-height: 1.45;
}

.btn-radius:disabled {
  background-color: #cccccc;
  color: #cccccc;
  cursor: not-allowed;
}

.btn-radius:disabled span {
  color: #aaaaaa;
  position: relative;
  z-index: 1;
}

.btn-radius:disabled:hover:before {
  content: "";
  background: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.form-select {
  width: 100%;
  padding: 0.375rem 0.75rem;
  border: 1px solid rgba(204, 204, 204, 0.5);
  outline: none;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  transition: all 0.1s ease-in;
  height: calc(2.25rem + 2px);
  background-color: #ffffff;
}

.form-select:disabled {
  background-color: rgba(204, 204, 204, 0.1);
  cursor: not-allowed;
}

.form-select:focus {
  border-color: #eb008b;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(235, 0, 139, 0.3);
}

.form-select.has-error {
  border-color: #eb3f4d;
}

.form-select.has-error:focus {
  border-color: #eb3f4d;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(235, 63, 77, 0.3);
}

.form-select-error {
  color: #eb3f4d;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
}

.form-select-error i {
  font-size: 1rem;
  margin-right: 5px;
}

.form-select {
  width: 100%;
  padding: .375rem .75rem;
  border: 1px solid rgba(204, 204, 204, 0.5);
  outline: none;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  transition: all .1s ease-in;
  height: calc(2.25rem + 2px);
  background-color: #ffffff;
}

.form-select:disabled {
  background-color: rgba(204, 204, 204, 0.1);
  cursor: not-allowed;
}

.form-select:focus {
  border-color: #eb008b;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(235, 0, 139, 0.3);
}

.custom-control-radio {
  display: flex;
  align-items: center;
  margin-right: 16px;
  position: relative;
  padding-left: 29px;
  cursor: pointer;
}

.custom-control-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

.custom-control-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

.custom-control-radio .checkmark::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.custom-control-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-control-radio input:checked ~ .checkmark {
  background-color: #112e42;
}

.custom-control-radio input:checked ~ .checkmark:after {
  display: block;
}

.custom-control-radio label {
  margin-top: 4px;
  color: rgba(0, 0, 0, 0.65);
}

.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.custom-control-checkbox {
  display: flex;
  align-items: center;
  margin-right: 16px;
  position: relative;
  padding-left: 29px;
  cursor: pointer;
}

.custom-control-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.custom-control-checkbox.small {
  margin-right: 8px;
  padding-left: 25px;
}

.custom-control-checkbox.small .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 2px;
}

.custom-control-checkbox.small .checkmark::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-control-checkbox.small.checked {
  --tw-text-opacity: 1;
  color: rgba(230, 0, 126, var(--tw-text-opacity));
}

.custom-control-checkbox.small.checked .checkmark {
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
}

.custom-control-checkbox.small.checked .checkmark::after {
  display: block;
}

.custom-control-checkbox.disabled {
  color: #c4c4c4;
  pointer-events: none;
}

.custom-control-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 4px;
}

.custom-control-checkbox .checkmark::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.custom-control-checkbox.custom-button-checkbox {
  width: 250px;
  padding: 10px 0 10px 40px;
  border: 1px solid rgba(132,132,132,0.48627);
  background-color: rgba(241,242,243,0.55686);
  border-radius: 4px;
  font-size: 1rem;
}

.custom-control-checkbox.custom-button-checkbox.active {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.75;
}

.custom-control-checkbox.custom-button-checkbox .checkmark {
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.custom-control-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-control-checkbox input:checked ~ .checkmark {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
}

.custom-control-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-control-checkbox label {
  margin-top: 4px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}

.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.form-datepicker {
  position: relative;
}

.form-datepicker .datepicker-toggle {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.form-datepicker .datepicker-toggle i {
  position: absolute;
  right: 5px;
  top: 7px;
}

.form-datepicker .datepicker-toggle.read-only {
  background-color: rgba(204, 204, 204, 0.3);
  cursor: not-allowed;
}

.form-datepicker input {
  width: 100%;
  padding: 0.375rem 0.75rem;
  border: 1px solid rgba(204, 204, 204, 0.5);
  outline: none;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  transition: all 0.1s ease-in;
}

.form-datepicker input:-moz-read-only {
  background-color: #ffffff;
  cursor: pointer;
}

.form-datepicker input:read-only {
  background-color: #ffffff;
  cursor: pointer;
}

.form-datepicker input:focus {
  border-color: #eb008b;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(235, 0, 139, 0.3);
}

.form-datepicker input.has-error {
  border-color: #eb3f4d;
}

.form-datepicker input.has-error:focus {
  border-color: #eb3f4d;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(235, 63, 77, 0.3);
}

.form-datepicker input-error {
  color: #eb3f4d;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
}

.form-datepicker input-error i {
  font-size: 1rem;
  margin-right: 5px;
}

.form-datepicker-dialog {
  position: absolute;
  margin-top: 0.5rem;
  border-radius: 4px;
  overflow: hidden;
  z-index: 999;
  background-color: #ffffff;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
}

.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  box-sizing: border-box;
}

.react-calendar {
  border-radius: 4px;
  max-width: 100%;
  background: white;
  line-height: 1.125em;
  border: 0;
  overflow: hidden;
}

.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
  font-family: "Kanit", sans-serif;
  font-size: 0.9rem;
}

.react-calendar button:disabled {
  cursor: not-allowed;
  background-color: rgba(204, 204, 204, 0.1);
  color: #757575;
}

.react-calendar__navigation {
  display: flex;
}

.react-calendar__navigation button {
  min-width: 44px;
  height: 44px;
  background: #eb008b;
  color: #ffffff;
  font-size: 1rem;
}

.react-calendar__navigation button:disabled {
  background: #eb008b;
  color: #ffffff;
  font-size: 1rem;
}

.react-calendar button:enabled:hover {
  cursor: pointer;
}

.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
}

.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
}

.react-calendar__tile {
  max-width: 100%;
  text-align: center;
  padding: 0.75em 0.5em;
  background: none;
}

.react-calendar__month-view__days__day--neighboringMonth {
  color: #757575;
}

.react-calendar__month-view__days__day--weekend {
  color: #d10000;
}

.react-calendar__tile--active {
  background: #eb008b;
  color: white;
}

.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #e6e6e6;
}

.react-calendar button:enabled:hover {
  cursor: pointer;
}

.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #e6e6e6;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}

.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px;
}

.react-datepicker-popper[data-placement="bottom-end"] .react-datepicker__triangle, .react-datepicker-popper[data-placement="top-end"] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}

.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px;
}

.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px;
}

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px;
}

.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}

.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden;
}

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 95px;
}

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}

.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}

.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"] {
  -moz-appearance: textfield;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
  box-sizing: content-box;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover,
.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter--in-selecting-range:hover,
.react-datepicker__quarter--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
  color: #ccc;
  pointer-events: none;
}

.react-datepicker__month--disabled:hover,
.react-datepicker__quarter--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}

.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}

.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}

.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range ,
.react-datepicker__month-text--in-selecting-range ,
.react-datepicker__quarter-text--in-selecting-range ,
.react-datepicker__year-text--in-selecting-range {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range , .react-datepicker__month--selecting-range
.react-datepicker__month-text--in-range , .react-datepicker__month--selecting-range
.react-datepicker__quarter-text--in-range , .react-datepicker__month--selecting-range
.react-datepicker__year-text--in-range {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #216ba5;
}

.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  background-color: #f0f0f0;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0px 6px 0px 0px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "\00d7";
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}

.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.gm-dateTimepicker {
  position: relative;
}

.gm-dateTimepicker i {
  position: absolute;
  z-index: 1;
  right: 6px;
  top: 6px;
  color: rgba(0, 0, 0, 0.65);
}

.gm-dateTimepicker .react-datepicker {
  border: none;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.gm-dateTimepicker .react-datepicker-wrapper {
  width: 100%;
}

.gm-dateTimepicker .react-datepicker__input-container input {
  width: 100%;
  padding: 0.375rem 0.75rem;
  border: 1px solid rgba(131, 131, 131, 0.5);
  outline: none;
  color: rgba(0, 0, 0, 0.65);
  font-size: 0.7rem;
  font-weight: 100;
  color: #111;
  line-height: 1.5;
  display: block;
  transition: all 0.1s ease-in;
  height: 2.3rem;
}

.gm-dateTimepicker .react-datepicker__input-container input:-moz-read-only {
  background-color: rgba(204, 204, 204, 0.1);
  cursor: not-allowed;
}

.gm-dateTimepicker .react-datepicker__input-container input:read-only {
  background-color: rgba(204, 204, 204, 0.1);
  cursor: not-allowed;
}

.gm-dateTimepicker .react-datepicker__input-container input:focus {
  border-color: #eb008b;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(235, 0, 139, 0.3);
}

.gm-dateTimepicker .react-datepicker__header {
  background-color: #eb008b;
}

.gm-dateTimepicker .react-datepicker__navigation--previous {
  border-right-color: #ffffff;
}

.gm-dateTimepicker .react-datepicker__navigation--next {
  border-left-color: #ffffff;
  right: 10px;
}

.gm-dateTimepicker .react-datepicker__current-mont {
  color: #ac2d2d;
}

.gm-dateTimepicker .react-datepicker__time-container {
  position: absolute;
  right: -85px;
}

.react-datepicker__current-month, .react-datepicker-time__header, .react-datepicker-year-header {
  color: #ffffff;
}

.react-datepicker__header .react-datepicker__day-name, .react-datepicker__header .react-datepicker__day, .react-datepicker__header .react-datepicker__time-name {
  color: #ffffff;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range, .react-datepicker__month-text--selected, .react-datepicker__month-text--in-selecting-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--selected, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__quarter-text--in-range {
  background-color: #eb008b;
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover, .react-datepicker__month-text--selected:hover, .react-datepicker__month-text--in-selecting-range:hover, .react-datepicker__month-text--in-range:hover, .react-datepicker__quarter-text--selected:hover, .react-datepicker__quarter-text--in-selecting-range:hover, .react-datepicker__quarter-text--in-range:hover {
  background-color: rgba(235, 0, 139, 0.7);
}

.react-datepicker__year-read-view, .react-datepicker__month-read-view, .react-datepicker__month-year-read-view {
  border: 1px solid #fff;
  border-radius: 0.3rem;
  background: #fff;
  padding: 2px;
}

.custom-file {
  position: relative;
}

.custom-file input {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  padding: 0.375rem 0.75rem;
}

.custom-file label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 0.375rem 0.75rem;
  border: 1px solid rgba(204, 204, 204, 0.5);
  outline: none;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  transition: all 0.1s ease-in;
}

.custom-file label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 100%;
  padding: .375rem 1.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0;
}

.custom-file label:disabled {
  background-color: rgba(204, 204, 204, 0.1);
  cursor: not-allowed;
}

.custom-file label:focus {
  border-color: #eb008b;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(235, 0, 139, 0.3);
}

.form-upload {
  width: 100%;
  padding: 0.375rem 0.75rem;
  border: 1px solid rgba(204, 204, 204, 0.5);
  outline: none;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  transition: all 0.1s ease-in;
}

.form-upload:disabled {
  background-color: rgba(204, 204, 204, 0.1);
  cursor: not-allowed;
}

.form-upload:focus {
  border-color: #eb008b;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(235, 0, 139, 0.3);
}

.upload-preview {
  background-color: #eeeeee;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.switch-toggle {
  width: 40px;
  border-radius: 20px;
  border: solid 1px #c4c4c4;
  height: 26px;
  padding: 2px;
  background-color: rgba(51, 51, 51, 0.2);
  position: relative;
  cursor: pointer;
}

.switch-toggle .bullet {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
}

.switch-toggle.small {
  width: 30px;
  border-radius: 20px;
  border: solid 1px #c4c4c4;
  height: 20px;
  padding: 2px;
}

.switch-toggle.small .bullet {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
}

.switch-toggle.off .bullet {
  left: 2px;
}

.switch-toggle.on {
  background-color: #112e42;
}

.switch-toggle.on .bullet {
  right: 2px;
}

.switcher {
  display: flex;
}

.switcher label {
  padding: 5px 16px;
  border: solid 1px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in;
  min-width: 100px;
  text-align: center;
}

.switcher label:first-child {
  border-right: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.switcher label:last-child {
  border-left: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.switcher label.active {
  background-color: #112e42;
  color: #ffffff;
}

.switcher label.active:first-child {
  border: solid 1px rgba(17, 46, 66, 0.4);
  border-right: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.switcher label.active:last-child {
  border: solid 1px rgba(17, 46, 66, 0.4);
  border-left: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.switcher label input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  cursor: pointer;
}

.form-mesk {
  width: 100%;
  padding: .375rem .75rem;
  border: 1px solid rgba(204, 204, 204, 0.5);
  outline: none;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  transition: all .1s ease-in;
}

.form-mesk:-moz-read-only {
  background-color: rgba(204, 204, 204, 0.1);
  cursor: not-allowed;
}

.form-mesk:read-only {
  background-color: rgba(204, 204, 204, 0.1);
  cursor: not-allowed;
}

.form-mesk:focus {
  border-color: #eb008b;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(235, 0, 139, 0.3);
}

.form-mesk.has-error {
  border-color: #eb3f4d;
}

.form-mesk.has-error:focus {
  border-color: #eb3f4d;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(235, 63, 77, 0.3);
}

.form-mesk-error {
  color: #eb3f4d;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
}

.form-mesk-error i {
  font-size: 1rem;
  margin-right: 5px;
}

.link-btn {
  padding: 10px 20px 6px 20px;
  font-size: 1rem;
  min-width: 64px;
  position: relative;
  box-sizing: border-box;
  transition: all 0.4s ease;
  font-weight: 700;
  line-height: 1.75;
  border-radius: 4px;
  outline: none;
  justify-content: center;
  display: inline-block;
  overflow: hidden;
}

.link-btn i {
  font-size: 1.2rem;
  margin-right: 8px;
}

.link-btn span {
  display: inline-flex;
  align-items: center;
}

.link-btn:focus {
  outline: none;
}

.link-btn-block {
  width: 100%;
  display: block;
  text-align: center;
}

.link-btn-primary {
  background-color: #eb008b;
}

.link-btn-primary:hover:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.link-btn-primary span {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.link-btn-secondary {
  background-color: #112e42;
}

.link-btn-secondary:hover:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.link-btn-secondary span {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.link-btn-grey {
  background-color: #c4c4c4;
}

.link-btn-grey:hover:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.link-btn-grey span {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.location-search {
  position: relative;
}

.location-search-input {
  width: 100%;
  padding: 0.375rem 0.75rem;
  border: 1px solid rgba(204, 204, 204, 0.5);
  outline: none;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  transition: all 0.1s ease-in;
}

.location-search-input:-moz-read-only {
  background-color: rgba(204, 204, 204, 0.1);
  cursor: not-allowed;
}

.location-search-input:read-only {
  background-color: rgba(204, 204, 204, 0.1);
  cursor: not-allowed;
}

.location-search-input:focus {
  border-color: #eb008b;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(235, 0, 139, 0.3);
}

.location-search-input.has-error {
  border-color: #eb3f4d;
}

.location-search-input.has-error:focus {
  border-color: #eb3f4d;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(235, 63, 77, 0.3);
}

.location-search-input-error {
  color: #eb3f4d;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
}

.location-search-input-error i {
  font-size: 1rem;
  margin-right: 5px;
}

.location-search-input-items {
  border: 1px solid rgba(204, 204, 204, 0.5);
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  max-height: 250px;
  overflow-y: scroll;
  z-index: 9;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
}

.location-search-input-items li button {
  display: block;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
  text-align: left;
  width: 100%;
  font-size: 0.8rem;
}

.location-search-input-items li button i {
  position: relative;
  top: 7px;
}

.location-search-input-items li button:hover {
  background-color: rgba(204, 204, 204, 0.5);
}

.location-search ul li:before {
  content: none;
  margin-right: 0;
}

.handle-error {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  height: 100vh;
  padding-top: 100px;
  background-color: #ffffff;
}

.handle-error .header-text {
  color: #111;
  font-size: 18px;
}

.handle-error .support-text {
  color: #121119;
  font-size: 14px;
}

.handle-error .contact-text {
  color: #747474;
  font-size: 12px;
  font-weight: 300;
}

.handle-error .back-button {
  margin: 30px;
}

.handle-error .error-img {
  padding: 1.5rem;
  margin: auto;
  background-color: #ffffff;
  border-radius: 2px;
  width: 100%;
  overflow-x: scroll;
  font-size: 0.9rem;
}

.handle-error .error-img img {
  max-width: 100%;
  margin: 0 auto;
}

.preloading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  cursor: wait;
}

.preloading-loading-content {
  width: 150px;
  padding: 16px 16px;
  font-size: 0.8rem;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  margin-top: 16px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
}

.preloading-loading-content::after {
  content: "";
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, #eb008b, #ffffff);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: loading;
  animation-name: loading;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes loading {
  from {
    width: 0%;
  }

  to {
    width: 300%;
  }
}

@keyframes loading {
  from {
    width: 0%;
  }

  to {
    width: 300%;
  }
}

.alert-msg {
  position: fixed;
  bottom: 16px;
  right: 16px;
  width: 300px;
  background-color: rgba(235, 63, 77, 0.9);
  color: #ffffff;
  z-index: 10001;
  padding: 16px 16px;
  border-radius: 4px;
  display: flex;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
}

.alert-msg > i {
  margin-right: 8px;
}

.container {
  width: 1200px;
  margin: auto;
}

.container-compare {
  width: 992px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.row-inline {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px;
}

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

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

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

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

.no-padding {
  padding: 0 !important;
}

.d-flex {
  display: flex;
}

@media (min-width: 0px) {
  .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

:root {
  --payment-method-width: 100%;
}

.payment-wrapper {
  padding: 16px;
}

.payment-wrapper > .motor-discount-conponent {
  width: calc(100% - 2rem);
}

.order-number {
  color: #848484;
}

.payment-methods {
  background-color: #fdfdfd;
  padding: 20px;
  border-radius: 12px;
  margin-top: 1rem;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(2, 3, 17, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
  width: 100%;
  width: var(--payment-method-width);
}

.payment-methods .material-icons {
  color: #c0c0c0;
  text-align: center;
}

.payment-methods-wrap {
  background-color: rgba(250,249,249,0.93725);
  padding: 20px;
}

.payment-methods-tab-head {
  display: grid;
  grid-template-columns: auto auto auto auto 1fr;
  grid-column-gap: 16px;
  margin-bottom: 1rem;
  margin-top: 15px;
}

.payment-methods-tab {
  border-bottom: 4px solid transparent;
  padding-bottom: 0.5rem;
  padding: 0 8px;
  text-align: center;
}

.payment-methods-tab.tab-on {
  border-bottom: 4px solid #112e42;
}

.payment-methods-info {
  grid-template-columns: 1fr auto;
  grid-column-gap: 1.5rem;
}

.payment-methods .payment-total {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 1rem;
}

.payment-methods .total-amount {
  --tw-text-opacity: 1;
  color: rgba(230, 0, 126, var(--tw-text-opacity));
  font-size: 1.125rem;
  font-weight: 500;
}

.btn-back {
  border: 1px solid #dee0e3;
  border-radius: 5px;
  padding: 2px 10px;
  color: #eb008b;
  margin-top: 4px;
  display: inline-block;
}

.thai-qr-frame {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: auto;
}

.thai-qr-frame-header {
  width: 100%;
  height: 26px;
  background-color: #1e4066;
  display: inline-block;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.thai-qr-frame-header-logo {
  width: 50px;
  display: inline-block;
}

.thai-qr-frame-body {
  background-color: #ffffff;
  height: auto;
  text-align: center;
  padding: 15px;
  box-shadow: 0px 3px 6px #dddddd;
  border-radius: 4px;
}

.thai-qr-frame-body-qr-image {
  overflow: hidden;
  height: auto;
  margin-bottom: 5px;
}

.thai-qr-frame-body-qr-image img {
  max-width: 100%;
}

.thai-qr-frame-body-text-header {
  font-size: 16px;
  margin-bottom: 5px;
}

.thai-qr-frame-body-text-header-qr {
  font-size: 12px;
}

.thai-qr-frame-body-text-body {
  font-size: 10px;
}

.thai-qr-frame-body-text-footer {
  font-size: 7px;
  font-weight: 100;
}

.col-center {
  text-align: center;
}

.col-center .text-grey-small {
  font-size: 11px;
  color: #8a949e;
}

.col-center .bullet {
  background-color: #fefae7;
  background-color: #fefae7;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 25%;
  padding-left: 20px;
  position: relative;
}

.col-center .bullet::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #f4d843;
  margin-right: 16px;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.list-bank {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.list-bank .bank-logo {
  width: 27px;
  height: 27px;
  margin: 1px;
}

.list-bank .bank-logo-visa {
  width: 75px;
}

.list-bank .bank-logo-master-card {
  width: 49px;
}

.list-bank .bank-logo-pci {
  width: 52px;
}

.list-bank .bank-logo-safe {
  width: 180px;
}

.banktransfer-grid {
  display: grid;
  grid-template-columns: 70px 1fr;
}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

.container {
  width: 1200px;
  margin: auto;
}

.container-compare {
  width: 992px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.row-inline {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px;
}

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

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

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

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

.no-padding {
  padding: 0 !important;
}

.d-flex {
  display: flex;
}

@media (min-width: 0px) {
  .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.ph-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
  overflow: hidden;
  margin-top: 16px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
}

.ph-item,
  .ph-item *,
  .ph-item ::after,
  .ph-item ::before {
  box-sizing: border-box;
}

.ph-item::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 500%;
  margin-left: -250%;
  -webkit-animation: phAnimation 0.8s linear infinite;
          animation: phAnimation 0.8s linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
}

.ph-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

.ph-row div {
  height: 10px;
  margin-bottom: 4px;
  background-color: #f1f1f1;
}

.ph-row .big,
  .ph-row.big div {
  height: 20px;
  margin-bottom: 8px;
}

.ph-row .empty {
  background-color: rgba(255, 255, 255, 0);
}

.ph-card-header {
  height: 50px;
  width: 100%;
  background-color: #f1f1f1;
  margin-bottom: 8px;
}

.ph-card-price {
  height: 55px;
  width: 100%;
  background-color: #f1f1f1;
  margin-bottom: 8px;
}

.ph-card-content {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.ph-card-content div {
  width: 100%;
  height: 18px;
  margin-bottom: 8px;
  background-color: #f1f1f1;
}

.ph-card-content-s {
  width: 100%;
  padding: 0.5rem 1rem;
}

.ph-card-content-s div {
  width: 100%;
  height: 3px;
  background-color: #f1f1f1;
}

.ph-card-button {
  width: 100%;
  height: 48.5px;
  margin-bottom: 8px;
  background-color: #f1f1f1;
}

.ph-card-button.no-space {
  margin-bottom: 0;
}

.ph-avatar {
  position: relative;
  width: 100%;
  min-width: 60px;
  background-color: #f1f1f1;
  margin-bottom: 8px;
  border-radius: 50%;
  overflow: hidden;
}

.ph-avatar::before {
  content: " ";
  display: block;
  padding-top: 100%;
}

.ph-picture {
  width: 100%;
  height: 120px;
  background-color: #f1f1f1;
  margin-bottom: 8px;
}

@-webkit-keyframes phAnimation {
  0% {
    transform: translate3d(-30%, 0, 0);
  }

  100% {
    transform: translate3d(30%, 0, 0);
  }
}

@keyframes phAnimation {
  0% {
    transform: translate3d(-30%, 0, 0);
  }

  100% {
    transform: translate3d(30%, 0, 0);
  }
}

.compare-bar {
  position: sticky;
  top: 60px;
  left: 0;
  z-index: 1202;
  width: 100%;
  height: 0;
  background-color: #dddddd;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.16078);
  display: flex;
  opacity: 0;
  z-index: -1;
}

.compare-bar small {
  font-size: 0.7rem;
  margin-top: 0px;
  position: relative;
  display: block;
}

.compare-bar.open {
  height: auto;
  opacity: 1;
  z-index: 1;
}

.compare-bar-box {
  flex-grow: 1;
  padding: 16px;
}

.compare-bar-box-list {
  background-color: #ffffff;
  border-radius: 4px;
  position: relative;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
  padding: 8px;
  margin-top: 4px;
  display: flex;
  min-height: 85px;
}

.compare-bar-box-list.empty {
  justify-content: center;
  align-items: center;
  height: 69px;
  text-align: center;
  background-color: #eeeeee;
  border: solid 2px #eeeeee;
  color: #cccccc;
}

.compare-bar-box-list_close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  background: red;
  border-radius: 50%;
  color: #fff;
}

.compare-bar-box-list_close:active, .compare-bar-box-list_close:focus {
  outline: none;
}

.compare-bar-box-list_close i {
  font-size: 1rem;
  position: relative;
  top: 1px;
}

.compare-bar-box-list .img {
  max-width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-right: 16px;
}

.compare-bar-box-list .img img {
  width: 60px;
  border-radius: 4px;
}

.compare-bar-box-list .wrap {
  width: 100%;
  position: relative;
}

.compare-bar-box-list .wrap .title {
  width: 100%;
  font-weight: 500;
}

.compare-bar-box-list .wrap .sub-title {
  font-size: 0.8rem;
  margin-top: -5px;
}

.compare-bar-box-list .wrap .price {
  text-align: right;
  font-size: 1.1rem;
  font-weight: 700;
  color: #112e42;
  position: absolute;
  right: 4px;
  bottom: 0px;
}

.compare-bar-box-actions {
  margin-top: 4px;
  display: flex;
  flex-wrap: wrap;
}

.compare-bar-box-actions > div {
  flex-basis: 100%;
  text-align: center;
  padding: 0 16px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.container {
  width: 1200px;
  margin: auto;
}

.container-compare {
  width: 992px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.row-inline {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px;
}

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

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

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

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

.no-padding {
  padding: 0 !important;
}

.d-flex {
  display: flex;
}

@media (min-width: 0px) {
  .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.coverage-details {
  font-size: 1rem;
  color: #111;
}

.coverage-details h4 {
  color: #112e42;
}

.coverage-details .cycle {
  font-size: 0.2rem;
  margin-right: 0.5rem;
  color: #c4c4c4;
}

.coverage-price {
  width: 100%;
  font-size: 0.9375rem;
  color: #242424;
}

.coverage-price .line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.container {
  width: 1200px;
  margin: auto;
}

.container-compare {
  width: 992px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.row-inline {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px;
}

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

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

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

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

.no-padding {
  padding: 0 !important;
}

.d-flex {
  display: flex;
}

@media (min-width: 0px) {
  .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.coverageModal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9990;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.coverageModal .item {
  color: #848484;
  margin-left: 1.25rem;
}

.coverageModal .item .item-left {
  color: #111;
  text-align: left;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}

.coverageModal .item .item-right {
  color: #111;
  text-align: right;
  font-size: 0.9rem;
  font-weight: 600;
}

.coverageModal-overlay {
  position: fixed;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: wait;
}

.coverageModal-box {
  position: relative;
  width: 80%;
  max-width: 700px;
  height: 90vh;
  background-color: #ffffff;
  padding: 16px;
  border-radius: 4px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
}

.coverageModal-box-close {
  position: absolute;
  right: 16px;
  top: 16px;
}

.coverageModal-box-close:active {
  outline: none;
}

.coverageModal-box-close .material-icons {
  color: #bdbdbd;
  font-size: 1rem;
}

.coverageModal-box h4 {
  color: #111;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}

.coverageModal-box-detailBox {
  width: 100%;
  height: calc(100% - 100px);
  background-color: #f1f0f0;
  padding: 0rem 1rem;
  border-radius: 10px;
  margin-top: 1rem;
  overflow: scroll;
  position: relative;
}

.coverageModal-box .image {
  background: rgba(250,249,249,0.93725);
  border-radius: 4px;
  width: 80px;
  height: 80px;
  font-size: 0.8rem;
}

.coverageModal-box .image img {
  max-width: 100%;
  border-radius: 4px;
}

.coverageModal-box .title {
  color: #111;
  text-align: left;
  font-size: 1.1rem;
}

.coverageModal-box .subTitle {
  color: #111;
  text-align: left;
  font-size: 0.7rem;
}

.coverageModal-box .motorInfo {
  color: #111;
  text-align: left;
  font-size: 0.9rem;
}

.coverageModal-box .details {
  color: #c5c5c5;
  text-align: left;
  font-size: 0.9rem;
}

.coverageModal .d-grid {
  display: grid;
  grid-template-columns: 90px 1fr 150px;
  align-items: center;
}

.coverageModal .d-grid .img {
  max-width: 100%;
  margin-right: 16px;
}

.coverageModal .d-grid .img img {
  border-radius: 4px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
}

.coverageModal .d-grid .price {
  font-size: 1.3rem;
  font-weight: 700;
  margin-right: 5px;
  color: #112e42;
  text-align: right;
  margin-top: 1.5rem;
}

.coverageModal-cmi-header-grid {
  display: grid;
  grid-template-columns: 100px 1fr;
}

.coverageModal-cmi-header-grid div {
  margin-bottom: 0.5rem;
}

.coverageModal-cmi-detail h4 {
  background-color: #f1f2f3;
  padding: 4px 8px;
}

.coverageModal-cmi-detail ul {
  margin-top: 8px;
  margin-bottom: 16px;
  padding-left: 20px;
}

.coverageModal-cmi-detail ul li {
  display: grid;
  padding: 8px 0;
  grid-template-columns: 1fr 50%;
  border-bottom: solid 1px #f5f5ff;
}

.container {
  width: 1200px;
  margin: auto;
}

.container-compare {
  width: 992px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.row-inline {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px;
}

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

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

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

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

.no-padding {
  padding: 0 !important;
}

.d-flex {
  display: flex;
}

@media (min-width: 0px) {
  .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.generate-payment-link .input-link {
  overflow: scroll;
  font-size: 0.7rem;
  font-weight: 50;
  background-color: #f8f7f7;
  border: 2px solid rgba(204, 204, 204, 0.5);
  border-radius: 3px;
  padding: 0.3rem 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.generate-payment-link h3 {
  color: #111;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.container {
  width: 1200px;
  margin: auto;
}

.container-compare {
  width: 992px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.row-inline {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px;
}

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

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

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

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

.no-padding {
  padding: 0 !important;
}

.d-flex {
  display: flex;
}

@media (min-width: 0px) {
  .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9990;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-overlay {
  position: fixed;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: wait;
}

.modal-box {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: scroll;
  background-color: #ffffff;
  padding: 0.5rem 2rem;
  border-radius: 15px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
  text-align: center;
}

.modal-box .header {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: 1rem;
       grid-column-gap: 1rem;
       column-gap: 1rem;
}

.modal-box .header .icon {
  text-align: center;
}

.modal-box .header .icon .material-icons {
  color: #c8c7c7;
  font-size: 2.5rem;
}

.modal-box .header .buttons {
  text-align: right;
}

.modal-box .header .close-icon {
  font-size: 1.2rem;
  padding: 0.4rem 0.4rem 0rem;
}

.modal-box .header .close-icon:active {
  outline: none;
}

.modal-box .scrollable-content {
  flex-grow: 1;
  max-height: 75vh;
  overflow: scroll;
}

.modal-box h2 {
  color: #111;
  text-align: center;
  font-size: 2.5rem;
}

.modal-box h3 {
  color: #111;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 300;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.modal-box h4 {
  color: #111;
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.modal-box hr {
  background: #e6e6e6;
}

.paymentModal .modal-box {
  width: 35vw;
}

.container {
  width: 1200px;
  margin: auto;
}

.container-compare {
  width: 992px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.row-inline {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px;
}

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

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

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

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

.no-padding {
  padding: 0 !important;
}

.d-flex {
  display: flex;
}

@media (min-width: 0px) {
  .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.quotationModal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9990;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.quotationModal-separator {
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr 30px 1fr;
  grid-column-gap: 1rem;
  align-items: center;
  color: #b0acac;
}

.quotationModal-separator span {
  height: 1px;
  border-top: 1px solid;
  align-self: center;
  color: #dfdcdc;
}

.quotationModal-separator hr {
  margin-bottom: 0;
}

.quotationModal-download {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1rem;
}

.quotationModal-download input {
  background: #f4f4f4;
  max-width: 125px;
  display: inline-block;
  color: gray;
  padding: 0 1rem;
}

.quotationModal-box {
  position: relative;
  width: 550px;
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
}

.quotationModal-box .checkSign {
  color: #4caf50;
  font-size: 4rem;
}

.quotationModal-box .icon-download {
  font-size: 1.2rem;
  color: #112e42;
}

.quotationModal-box .btn-download {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  border: solid 1px #112e42;
  padding: 0.4rem 2.5rem;
  border-radius: 4px;
  color: #112e42;
  font-size: 0.875rem;
}

.quotationModal-box .button-copy-url {
  background: #c4c4c4;
  border-radius: 3px;
  padding: 0.4rem 0.5rem;
  font-size: 0.8rem;
  color: #111;
  height: 2.5rem;
}

.quotationModal-box .subTitle {
  font-size: 0.8125rem;
  color: #111;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.quotationModal-box .btn-payment {
  color: #ffffff;
  background-color: #eb008b;
  border-radius: 3px;
  padding: 0.6rem 1.2rem;
  width: 100%;
}

.quotationModal-box .shopping-cart {
  color: #ffffff;
  font-size: 1.25rem;
  verticle-align: middle;
}

.quotationModal-box a {
  color: #112e42;
}

.quotationModal-overlay {
  position: fixed;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: wait;
}

.alert-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
}

.alert-modal-box {
  width: 350px;
  min-height: 80px;
  background-color: #eb3f4d;
  border-radius: 4px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
  padding: 16px;
  position: relative;
}

.alert-modal-box-icon {
  text-align: center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -13px;
  left: 16px;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 3px;
}

.alert-modal-box-icon i {
  font-size: 1.3rem;
  color: #eb3f4d;
}

.alert-modal-box-content {
  color: #ffffff;
  padding-top: 8px;
}

.alert-modal-box-button {
  color: #ffffff;
  padding-top: 8px;
  text-align: right;
}

.alert-modal-box-button button {
  border: solid 2px #ffffff;
  padding: 2px 8px;
  min-width: 80px;
  border-radius: 4px;
}

.highlight-2xl,.highlight-3xl {
  position: relative;
  z-index: 1;
}

.highlight-2xl:after {
  position: absolute;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  content: '';
  transform: translateX(-50%) translateY(50%);
  left: 50%;
  height: 10px;
  width: 110%;
  bottom: 0;
  z-index: -1;
}

.highlight-3xl:after {
  position: absolute;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  content: '';
  transform: translateY(-50%) translateY(50%);
  left: 50%;
  height: 24px;
  width: 110%;
  bottom: 0;
  z-index: -1;
}


.load-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  z-index: 99999;
  cursor: wait;
}

.loading-box {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(235, 0, 139, 0.1);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.stepper {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.stepper-list {
  position: relative;
  padding: 0px 30px;
  color: #C4C4C4;
  font-size: 1.1rem;
}

.stepper-list.active {
  color: #000000;
}

.stepper-list::before {
  content: "";
  position: absolute;
  border: solid 1px #C4C4C4;
  width: 25px;
  top: 50%;
  left: -15px;
}

.stepper-list:first-child::before {
  width: 0;
}

.preview-pay-slip {
  display: inline-flex;
  align-items: center;
  color: #eb008b;
  outline: none;
}

.preview-pay-slip i {
  font-size: 0.8rem;
  margin-right: 4px;
}

.credit-card-error .error-details ul.hint-lines {
  list-style-type: none;
  font-size: large;
}

.credit-card-error .error-details ul.info-lines {
  list-style-type: none;
}

.credit-card-error .error-icon.material-icons {
  color: red;
}

.container {
  width: 1200px;
  margin: auto;
}

.container-compare {
  width: 992px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.row-inline {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px;
}

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

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

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

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

.no-padding {
  padding: 0 !important;
}

.d-flex {
  display: flex;
}

@media (min-width: 0px) {
  .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9990;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-overlay {
  position: fixed;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: wait;
}

.modal-box {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: scroll;
  background-color: #ffffff;
  padding: 0.5rem 2rem;
  border-radius: 15px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
  text-align: center;
}

.modal-box .header {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: 1rem;
       grid-column-gap: 1rem;
       column-gap: 1rem;
}

.modal-box .header .icon {
  text-align: center;
}

.modal-box .header .icon .material-icons {
  color: #c8c7c7;
  font-size: 2.5rem;
}

.modal-box .header .buttons {
  text-align: right;
}

.modal-box .header .close-icon {
  font-size: 1.2rem;
  padding: 0.4rem 0.4rem 0rem;
}

.modal-box .header .close-icon:active {
  outline: none;
}

.modal-box .scrollable-content {
  flex-grow: 1;
  max-height: 75vh;
  overflow: scroll;
}

.modal-box h2 {
  color: #111;
  text-align: center;
  font-size: 2.5rem;
}

.modal-box h3 {
  color: #111;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 300;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.modal-box h4 {
  color: #111;
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.modal-box hr {
  background: #e6e6e6;
}

.card-error-modal .modal-box {
  min-width: 25rem;
  min-height: 20rem;
}

.payments-alert-modal .alert-details ul.message-lines {
  list-style-type: none;
}

.payments-alert-modal .error-icon.material-icons {
  color: red;
}

.card-thankyou {
  max-width: 750px;
}

.card-thankyou-title {
  padding-top: 1rem;
  padding-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.card-thankyou-title h1 {
  color: #0a0a0a;
}

.card-thankyou-title .check-sign {
  margin: 0 auto;
}

.card-thankyou-focus {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  margin: 0 auto;
  padding: 1rem 0;
}

.card-thankyou-focus .text-title {
  font-size: 16px;
  font-weight: 500;
}

.card-thankyou-focus .text-body {
  color: #848484;
  font-size: 12px;
}

.card-thankyou-focus img {
  justify-self: end;
  border-radius: 10px;
}

.card-thankyou-amount {
  font-size: 2.25rem;
  font-weight: 500;
  color: #eb008b;
}

.card-thankyou-footer {
  border-top: 1px solid #f0f0f0;
  padding-top: 1rem;
  margin-top: 1rem;
}

.card-thankyou .btn-follow-policy {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: inline-block;
  color: white;
  background: #eb008b;
  border-radius: 8px;
}

.card-thankyou .batch-verify {
  color: #985c00;
  background: #fff6e3;
  display: inline-block;
  padding: 0.15rem 1rem;
  margin-top: 0.75rem;
  border-radius: 14px;
}

.card-thankyou .batch-verify span {
  vertical-align: middle;
}

.card-thankyou .batch-verify span:first-child {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #ffb100;
  border-radius: 50%;
  margin-right: 0.3rem;
}

.container {
  width: 1200px;
  margin: auto;
}

.container-compare {
  width: 992px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.row-inline {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px;
}

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

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

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

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

.no-padding {
  padding: 0 !important;
}

.d-flex {
  display: flex;
}

@media (min-width: 0px) {
  .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.text-primary {
  color: #eb008b;
}

.text-secondary {
  color: #112e42;
}

.plan-header {
  padding: 0.75rem;
  background: #112e42;
  margin-top: 1rem;
  text-align: center;
  font-size: 1.125rem;
  color: white;
}

.motor-component {
  padding: 0.5rem;
  line-height: 1rem;
}

.motor-component button {
  margin-top: 0.5rem;
  background: rgba(250,249,249,0.93725);
  color: #5f5e5e;
  border: #e6e6e6 solid 1px;
  border-radius: 15px;
  padding: 0.33rem;
  outline: none;
}

.motor-component button i {
  font-size: 1.1rem;
}

.motor-component .image {
  background: rgba(230,228,228,0.93725);
  width: 70px;
  font-size: 0.8rem;
}

.motor-component-card {
  background-color: #fdfdfd;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(2, 3, 17, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
}

.motor-component-card .text-sm {
  font-size: 10px;
  color: #848484;
}

.motor-component-card .text-detail {
  color: #646e78;
}

.container {
  width: 1200px;
  margin: auto;
}

.container-compare {
  width: 992px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.row-inline {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px;
}

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

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

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

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

.no-padding {
  padding: 0 !important;
}

.d-flex {
  display: flex;
}

@media (min-width: 0px) {
  .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

:root {
  --payment-method-width: 100%;
}

.payment-wrapper {
  padding: 16px;
}

.payment-wrapper > .motor-discount-conponent {
  width: calc(100% - 2rem);
}

.order-number {
  color: #848484;
}

.payment-methods,
.payment-error-page {
  background-color: #fdfdfd;
  padding: 20px;
  border-radius: 12px;
  margin-top: 1rem;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(2, 3, 17, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
  width: 100%;
  width: var(--payment-method-width);
}

.payment-methods .material-icons,
  .payment-error-page .material-icons {
  color: #c0c0c0;
  text-align: center;
}

.payment-methods-wrap,
  .payment-error-page-wrap {
  background-color: rgba(250,249,249,0.93725);
  padding: 20px;
}

.payment-methods-tab-head,
  .payment-error-page-tab-head {
  display: grid;
  grid-template-columns: auto auto auto auto 1fr;
  grid-column-gap: 16px;
  margin-bottom: 1rem;
  margin-top: 15px;
}

.payment-methods-tab,
  .payment-error-page-tab {
  border-bottom: 4px solid transparent;
  padding-bottom: 0.5rem;
  padding: 0 8px;
  text-align: center;
}

.payment-methods-tab.tab-on,
    .payment-error-page-tab.tab-on {
  border-bottom: 4px solid #112e42;
}

.payment-methods-info,
  .payment-error-page-info {
  grid-template-columns: 1fr auto;
  grid-column-gap: 1.5rem;
}

.payment-methods .payment-total, .payment-error-page .payment-total {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 1rem;
}

.payment-methods .total-amount, .payment-error-page .total-amount {
  --tw-text-opacity: 1;
  color: rgba(230, 0, 126, var(--tw-text-opacity));
}

.payment-methods .total-amount,
  .payment-error-page .total-amount {
  font-size: 1.125rem;
  font-weight: 500;
}

.btn-back {
  border: 1px solid #dee0e3;
  border-radius: 5px;
  padding: 2px 10px;
  color: #eb008b;
  margin-top: 4px;
  display: inline-block;
}

.thai-qr-frame {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: auto;
}

.thai-qr-frame-header {
  width: 100%;
  height: 26px;
  background-color: #1e4066;
  display: inline-block;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.thai-qr-frame-header-logo {
  width: 50px;
  display: inline-block;
}

.thai-qr-frame-body {
  background-color: #ffffff;
  height: auto;
  text-align: center;
  padding: 15px;
  box-shadow: 0px 3px 6px #dddddd;
  border-radius: 4px;
}

.thai-qr-frame-body-qr-image {
  overflow: hidden;
  height: auto;
  margin-bottom: 5px;
}

.thai-qr-frame-body-qr-image img {
  max-width: 100%;
}

.thai-qr-frame-body-text-header {
  font-size: 16px;
  margin-bottom: 5px;
}

.thai-qr-frame-body-text-header-qr {
  font-size: 12px;
}

.thai-qr-frame-body-text-body {
  font-size: 10px;
}

.thai-qr-frame-body-text-footer {
  font-size: 7px;
  font-weight: 100;
}

.col-center {
  text-align: center;
}

.col-center .text-grey-small {
  font-size: 11px;
  color: #8a949e;
}

.col-center .bullet {
  background-color: #fefae7;
  background-color: #fefae7;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 25%;
  padding-left: 20px;
  position: relative;
}

.col-center .bullet::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #f4d843;
  margin-right: 16px;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.list-bank {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.list-bank .bank-logo {
  width: 27px;
  height: 27px;
  margin: 1px;
}

.list-bank .bank-logo-visa {
  width: 75px;
}

.list-bank .bank-logo-master-card {
  width: 49px;
}

.list-bank .bank-logo-pci {
  width: 52px;
}

.list-bank .bank-logo-safe {
  width: 180px;
}

.banktransfer-grid {
  display: grid;
  grid-template-columns: 70px 1fr;
}

.dashboard__container {
  display: flex;
  overflow: hidden;
  height: calc(100vh - 64px);
  max-height: calc(100vh - 64px);
}

.dashboard__table {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.bg-gradient {
  background: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.368785) 100%);
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.badges {
  display: inline-block;
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 4px;
  text-align: center;
  min-width: 100px;
}

.badges.info {
  color: #eb3f4d;
  font-size: 0.2rem;
}

.badges.waiting_inspection {
  background-color: #ffae14;
  color: #ffffff;
}

.badges.waiting_policy {
  background-color: #ffae14;
  color: #ffffff;
}

.badges.failed_inspection {
  background-color: #e8556b;
  color: #ffffff;
}

.badges.success {
  background-color: #54c1bb;
  color: #ffffff;
}

.badges.cancel {
  background-color: #c4c4c4;
}

.badges.open {
  border: solid 1px #cccccc;
  color: #111;
}

.badges.waiting_payment {
  background-color: #ffae14;
  color: #ffffff;
}

.badges.completed {
  background-color: #54c1bb;
  color: #ffffff;
}

.badges.failed {
  background-color: #f4d843;
}

.badges.waiting_verify {
  background-color: #ffae14;
  color: #ffffff;
}

.badges.issuing {
  background-color: #f4d843;
}

.badges.closed {
  background-color: #c4c4c4;
  color: #ffffff;
}

.badges.agent-info {
  color: #eb3f4d;
  font-size: 0.2rem;
}

.badges.agent-waiting_inspection {
  background-color: #ffae14;
  color: #ffffff;
}

.badges.agent-waiting_policy {
  background-color: #ffae14;
  color: #ffffff;
}

.badges.agent-failed_inspection {
  background-color: #e8556b;
  color: #ffffff;
}

.badges.agent-success {
  background-color: #54c1bb;
  color: #ffffff;
}

.badges.agent-cancel {
  background-color: #c4c4c4;
}

.badges.agent-open {
  border: solid 1px #cccccc;
  color: #111;
}

.badges.agent-waiting_payment {
  background-color: #ffae14;
  color: #ffffff;
}

.badges.agent-completed {
  background-color: #54c1bb;
  color: #ffffff;
}

.badges.agent-failed {
  background-color: #f4d843;
}

.badges.agent-waiting_verify {
  background-color: #ffae14;
  color: #ffffff;
}

.badges.agent-issuing {
  background-color: #f4d843;
}

.badges.agent-closed {
  background-color: #c4c4c4;
  color: #ffffff;
}

.badges.quotation-open {
  background-color: #fefae7;
  padding: 2px 8px;
  border-radius: 25px;
  padding-left: 20px;
  position: relative;
  margin-right: 0px;
}

.badges.quotation-open::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #f4d843;
  margin-right: 16px;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.badges.order-open {
  margin-right: 0px;
  background-color: #ffffff;
  padding: 2px 8px;
  border-radius: 25px;
  padding-left: 20px;
  position: relative;
  border: solid 1px #f3f3f3;
}

.badges.order-open::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #bdbdbd;
  margin-right: 16px;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.badges.order-waiting_payment {
  margin-right: 0px;
  background-color: #fefae7;
  padding: 2px 8px;
  border-radius: 25px;
  padding-left: 20px;
  position: relative;
}

.badges.order-waiting_payment::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #f3d735;
  margin-right: 16px;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.badges.order-completed {
  margin-right: 0px;
  background-color: #eafcf2;
  padding: 2px 8px;
  border-radius: 25px;
  padding-left: 20px;
  position: relative;
}

.badges.order-completed::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #4adf91;
  margin-right: 16px;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.badges.order-failed {
  margin-right: 0px;
  background-color: #fde8ea;
  padding: 2px 8px;
  border-radius: 25px;
  padding-left: 20px;
  position: relative;
}

.badges.order-failed::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #eb3f4d;
  margin-right: 16px;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.badges.order-waiting_verify {
  margin-right: 0px;
  background-color: #fff6e5;
  padding: 2px 8px;
  border-radius: 25px;
  padding-left: 20px;
  position: relative;
}

.badges.order-waiting_verify::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ffb429;
  margin-right: 16px;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.badges.order-closed {
  margin-right: 0px;
  background-color: #f2f2f2;
  padding: 2px 8px;
  border-radius: 25px;
  padding-left: 20px;
  position: relative;
}

.badges.order-closed::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #949494;
  margin-right: 16px;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.badges.payment-status {
  padding: 2px 8px;
  border-radius: 25px;
  padding-left: 20px;
  position: relative;
}

.badges.payment-status-waiting_payment {
  background-color: #fefae7;
}

.badges.payment-status-pending {
  background-color: #fefae7;
}

.badges.payment-status-waiting_verify {
  background-color: #fff6e5;
}

.badges.payment-status-paid {
  background-color: #eafcf2;
}

.badges.payment-status-failed {
  background-color: #fde8ea;
}

.badges.payment-method {
  background-color: #f0f0f0;
  padding: 2px 8px;
  border-radius: 25px;
  padding-left: 20px;
  position: relative;
}

.badges.policy-waiting_inspection {
  margin-right: 0px;
  background-color: #fff6e5;
  padding: 2px 8px;
  border-radius: 25px;
  padding-left: 20px;
  position: relative;
}

.badges.policy-waiting_inspection::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ffb429;
  margin-right: 16px;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.badges.policy-success {
  margin-right: 0px;
  background-color: #e9f7fc;
  padding: 2px 8px;
  border-radius: 25px;
  padding-left: 20px;
  position: relative;
}

.badges.policy-success::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #2db8e2;
  margin-right: 16px;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.badges.policy-failed_inspection {
  margin-right: 0px;
  background-color: #fde8ea;
  padding: 2px 8px;
  border-radius: 25px;
  padding-left: 20px;
  position: relative;
}

.badges.policy-failed_inspection::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #eb3f4d;
  margin-right: 16px;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.badges.policy-waiting_policy {
  margin-right: 0px;
  background-color: #fff6e5;
  padding: 2px 8px;
  border-radius: 25px;
  padding-left: 20px;
  position: relative;
}

.badges.policy-waiting_policy::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ffb429;
  margin-right: 16px;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.badges.policy-waiting_approval {
  margin-right: 0px;
  background-color: #fff6e5;
  padding: 2px 8px;
  border-radius: 25px;
  padding-left: 20px;
  position: relative;
}

.badges.policy-waiting_approval::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ffb429;
  margin-right: 16px;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.badges.policy-cancel {
  margin-right: 0px;
  background-color: #f2f2f2;
  padding: 2px 8px;
  border-radius: 25px;
  padding-left: 20px;
  position: relative;
}

.badges.policy-cancel::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #949494;
  margin-right: 16px;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.badges.policy-failed {
  margin-right: 0px;
  background-color: #fefae7;
  padding: 2px 8px;
  border-radius: 25px;
  padding-left: 20px;
  position: relative;
}

.badges.policy-failed::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #f3d735;
  margin-right: 16px;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.badges.policy-issuing {
  margin-right: 0px;
  background-color: #fefae7;
  padding: 2px 8px;
  border-radius: 25px;
  padding-left: 20px;
  position: relative;
}

.badges.policy-issuing::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #f3d735;
  margin-right: 16px;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.badges.renew-cmi {
  background-color: #fefae7;
  padding: 2px 8px;
  border-radius: 25px;
  padding-left: 20px;
  position: relative;
  margin-right: 0px;
}

.download-pay-slip {
  display: inline-flex;
  align-items: center;
  font-size: 0.7rem;
}

.download-pay-slip .slip-icon {
  margin-right: 7px;
  margin-top: 5px;
  font-size: 0.9rem;
  color: #112e42;
}

.container {
  width: 1200px;
  margin: auto;
}

.container-compare {
  width: 992px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.row-inline {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px;
}

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

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

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

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

.no-padding {
  padding: 0 !important;
}

.d-flex {
  display: flex;
}

@media (min-width: 0px) {
  .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.motor-mainpage {
  padding: 16px;
  background-image: url("https://storage.googleapis.com/asia.artifacts.gm-gettmore-project.mtb.co.th/hero-bg-home.jpg");
  background-position: top center;
  background-size: cover;
  min-height: 100vh;
}

.motor-mainpage h3 {
  margin-top: 110px;
  font-size: 32px;
  margin-bottom: 20px;
}

.motor-mainpage .motor-tab button.tab-btn {
  padding: 16px 16px 8px 16px;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  margin-right: 4px;
  outline: none;
  background-color: #dee0e3;
  color: #656e74;
}

.motor-mainpage .motor-tab button.tab-btn i {
  font-size: 1.1rem;
  margin-right: 8px;
}

.motor-mainpage .motor-tab button.tab-btn.active {
  background-color: #ffffff;
  --tw-text-opacity: 1;
  color: rgba(230, 0, 126, var(--tw-text-opacity));
  font-weight: 700;
  padding-top: 18px;
}

.motor-mainpage .motor-tab button.tab-btn.active i {
  font-size: 1.2rem;
}

.motor-mainpage .motor-tab .tab-content {
  background-color: #ffffff;
  border-radius: 13px;
  border-top-left-radius: 0;
  overflow: hidden;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
}

.motor-mainpage-searchbox {
  background-color: #ffffff;
  padding: 60px 30px 30px 30px;
  border-radius: 13px;
  border-top-left-radius: 0;
}

.motor-mainpage-searchbox-radio {
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}

.motor-mainpage-searchbox-radio .switcher {
  display: flex;
  margin-bottom: 1.5rem;
}

.motor-mainpage-searchbox-radio .switcher label {
  padding: 5px 16px;
  border: solid 1px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in;
}

.motor-mainpage-searchbox-radio .switcher label:first-child {
  border-right: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.motor-mainpage-searchbox-radio .switcher label:last-child {
  border-left: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.motor-mainpage-searchbox-radio .switcher label.active {
  background-color: #112e42;
  color: #ffffff;
}

.motor-mainpage-searchbox-radio .switcher label.active:first-child {
  border: solid 1px rgba(17, 46, 66, 0.4);
  border-right: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.motor-mainpage-searchbox-radio .switcher label.active:last-child {
  border: solid 1px rgba(17, 46, 66, 0.4);
  border-left: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.motor-mainpage-searchbox-radio .switcher label input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.motor-mainpage-searchbox-checkbox {
  margin-bottom: 1rem;
  align-items: center;
  display: flex;
}

.motor-mainpage-searchbox-checkbox label {
  margin-left: 16px;
}

.motor-mainpage-searchbox-checkbox .box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 0fr));
}

.motor-mainpage-searchbox-fields {
  display: grid;
  grid-gap: 1rem;
  margin-right: 5px;
}

@media (max-width: 725px) {
  .motor-mainpage-searchbox-fields {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.motor-mainpage-searchbox-fields.cmi {
  grid-template-columns: 1fr 1fr 15% 1fr;
}

.motor-mainpage-searchbox-fields.cmi-adjust {
  grid-template-columns: 1fr 1fr 15% 1fr 1fr 1fr;
}

.motor-mainpage-searchbox-fields.vmi {
  grid-template-columns: 1fr 1fr 15% 1fr 1fr;
}

.motor-mainpage-searchbox-fields.vmi-adjust {
  grid-template-columns: 1fr 1fr 15% 1fr 1fr 1fr;
}

.motor-mainpage-searchbox .from-group button {
  padding-left: 46px;
  padding-right: 46px;
}

.motor-mainpage-searchbox .radio-button button {
  padding: 0px !important;
}

.compulsory-page {
  padding: 16px;
}

.compulsory-page-header-grid {
  display: grid;
  grid-template-columns: 150px 1fr;
}

.compulsory-page-header-grid div {
  margin-bottom: 0.5rem;
}

.compulsory-page-detail h4 {
  background-color: #f1f2f3;
  padding: 4px 8px;
}

.compulsory-page-detail ul {
  margin-top: 8px;
  margin-bottom: 16px;
  padding-left: 20px;
}

.compulsory-page-detail ul li {
  display: grid;
  padding: 8px 0;
  grid-template-columns: 1fr 50%;
  border-bottom: solid 1px #f5f5ff;
}

.container {
  width: 1200px;
  margin: auto;
}

.container-compare {
  width: 992px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.row-inline {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px;
}

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

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

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

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

.no-padding {
  padding: 0 !important;
}

.d-flex {
  display: flex;
}

@media (min-width: 0px) {
  .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.card {
  background-color: #ffffff;
  padding: 16px;
  border-radius: 4px;
  margin-top: 16px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
  transition: all 0.2s ease-in-out;
}

.card.zoom-in {
  transform: scale(1.02);
}

.card .card-header {
  display: flex;
  position: relative;
}

.card .card-header .img {
  width: 60px;
  height: 60px;
  margin-right: 16px;
  overflow: hidden;
}

.card .card-header .img img {
  border-radius: 4px;
}

.card .card-header .insurer {
  margin-top: 5px;
}

.card .card-header .insurer-name {
  font-size: 0.9rem;
}

.card .card-header .insurer-type {
  font-size: 0.8rem;
}

.card .card-header .recommend-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
}

.card .card-coverage {
  padding-top: 16px;
  padding-bottom: 16px;
}

.card .card-coverage ul {
  display: flex;
  flex-wrap: wrap;
}

.card .card-coverage ul li {
  font-size: 0.8rem;
}

.card .card-coverage ul li.key {
  flex-basis: 60%;
  padding-right: 8px;
}

.card .card-coverage ul li.key:before {
  content: none;
  margin-right: 0;
}

.card .card-coverage ul li.value {
  flex-basis: 40%;
  padding-left: 8px;
  text-align: right;
  font-weight: 500;
}

.card .card-coverage ul li.value:before {
  content: none;
  margin-right: 0;
}

.card .card-actions {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: -16px;
}

.card .card-actions .more-detail {
  flex-basis: 50%;
  background-color: #f1f2f3;
  font-size: 0.8rem;
  padding: 6px 20px 6px 20px;
  min-width: 64px;
  position: relative;
  box-sizing: border-box;
  transition: all 0.4s ease;
  font-weight: 400;
  line-height: 1.75;
  height: 40px;
  border-bottom-left-radius: 4px;
  outline: none;
}

.card .card-actions .buy-button {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  flex-basis: 50%;
  color: #ffffff;
  font-size: 0.8rem;
  padding: 6px 10px 6px 10px;
  min-width: 64px;
  position: relative;
  box-sizing: border-box;
  transition: all 0.4s ease;
  font-weight: 400;
  line-height: 1.75;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-right-radius: 4px;
  outline: none;
}

.card .card-actions .buy-button i {
  font-size: 1.1rem;
  margin-right: 5px;
}

.section-header {
  display: flex;
  border-bottom: solid 1px #dddddd;
  padding: 0.5rem 0;
  justify-content: space-between;
  align-items: center;
}

.section-header.border-none {
  border-bottom: none;
}

.section-header h1 {
  font-size: 20px;
}

.section-header-breadcrumb ul li:before {
  content: none;
  margin-right: 0;
}

.section-header-breadcrumb ul li a {
  font-size: 11px;
  color: #9a9ea1;
}

.option-component {
  position: relative;
}

.option-component-button {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 30px;
  position: relative;
  text-align: left;
  padding-left: 0px;
  font-size: 1rem;
  outline: none;
  align-items: center;
}

.option-component-button .check-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  margin-right: 8px;
  overflow: hidden;
  display: block;
}

.option-component-button .check-icon img {
  width: 20px;
  height: 20px;
}

.option-component-button .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 2px;
  transition: all 0.4s ease-in;
}

.option-component-button .checkmark::after {
  content: "";
  position: absolute;
  left: 7px;
  top: -30px;
  width: 6px;
  height: 15px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translateY(-30px);
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease-in;
}

.option-component-button:focus {
  outline: none;
}

.option-component-button.checked {
  outline: none;
}

.option-component-button.checked .checkmark {
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
}

.option-component-button.checked .checkmark::after {
  display: block;
  opacity: 1;
  top: 0;
  transform: rotate(45deg) translateY(0px);
}

.checkbox-component {
  position: relative;
}

.checkbox-component-button {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 30px;
  position: relative;
  text-align: left;
  padding-left: 25px;
  font-size: 1rem;
  outline: none;
  align-items: center;
}

.checkbox-component-button .check-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  margin-right: 8px;
  overflow: hidden;
  display: block;
}

.checkbox-component-button .check-icon img {
  width: 20px;
  height: 20px;
}

.checkbox-component-button .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 2px;
  transition: all 0.4s ease-in;
}

.checkbox-component-button .checkmark::after {
  content: "";
  position: absolute;
  left: 7px;
  top: -30px;
  width: 6px;
  height: 15px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translateY(-30px);
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease-in;
}

.checkbox-component-button:focus {
  outline: none;
}

.checkbox-component-button.checked {
  outline: none;
}

.checkbox-component-button.checked .checkmark {
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
}

.checkbox-component-button.checked .checkmark::after {
  display: block;
  opacity: 1;
  top: 0;
  transform: rotate(45deg) translateY(0px);
}

.radio-component {
  position: relative;
}

.radio-component-button {
  display: block;
  width: 100%;
  height: 30px;
  position: relative;
  text-align: left;
  padding-left: 25px;
  font-size: 1rem;
  outline: none;
  align-items: center;
}

.radio-component-button .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 2px;
  transition: all 0.4s ease-in;
}

.radio-component-button .checkmark::after {
  content: "";
  position: absolute;
  left: 7px;
  top: -30px;
  width: 6px;
  height: 15px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translateY(-30px);
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease-in;
}

.radio-component-button:focus {
  outline: none;
}

.radio-component-button.checked {
  outline: none;
}

.radio-component-button.checked .checkmark {
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
}

.radio-component-button.checked .checkmark::after {
  display: block;
  opacity: 1;
  top: 0;
  transform: rotate(45deg) translateY(0px);
}

.select-component {
  position: relative;
}

.select-component-button {
  padding: 6px 16px;
  padding-right: 32px;
  border: solid 1px #c4c4c4;
  margin: 0 4px;
  border-radius: 30px;
  background-color: #ffffff;
  outline: none;
  font-size: 1rem;
  min-width: 120px;
  display: flex;
  align-items: center;
  font-weight: 400;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .select-component-button {
    font-size: 0.8rem;
  }
}

.select-component-button:focus, .select-component-button.active {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.select-component-button span.icon {
  position: absolute;
  right: 10px;
  color: #111;
}

.select-component-list {
  width: 100%;
  height: auto;
  left: 8px;
  top: 48px;
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  border: solid 1px rgba(221,221,221,0.92941);
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 1rem;
  z-index: 100;
}

.select-component-list.fix-width {
  width: 250px;
}

.select-component-list.overflow {
  overflow-y: scroll;
  height: 350px;
}

.select-component-list.fix-width-2 {
  width: 200px;
}

.select-component-list.right {
  left: unset;
  right: 8px;
}

.container {
  width: 1200px;
  margin: auto;
}

.container-compare {
  width: 992px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.row-inline {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px;
}

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

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

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

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

.no-padding {
  padding: 0 !important;
}

.d-flex {
  display: flex;
}

@media (min-width: 0px) {
  .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.motor-search-page {
  padding: 16px;
}

.motor-search-page h1 {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.motor-search-page h1 i {
  font-size: 2rem;
  margin-right: 8px;
  color: #eb008b;
}

.motor-search-page-count {
  color: rgba(51, 51, 51, 0.9);
}

.motor-search-page-count .lenght {
  font-weight: 700;
  color: #112e42;
  font-style: italic;
}

.motor-search-page-count .model {
  margin-left: 5px;
  font-style: italic;
  text-decoration: underline;
  color: #000000;
}

.motor-search-page-tools {
  display: flex;
  justify-content: flex-end;
  color: rgba(51, 51, 51, 0.9);
}

.motor-search-page-tools .toggle-commission {
  flex-basis: 100%;
  display: flex;
  justify-content: flex-end;
}

.motor-search-page-tools .toggle-commission .label {
  margin-left: 8px;
}

.motor-search-page-fillter-box {
  background-color: #ffffff;
  padding: 16px;
  border-radius: 4px;
  margin-top: 16px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
}

.motor-search-page-fillter-box h2 {
  font-size: 1rem;
}

.motor-search-page .filters {
  display: flex;
  margin: 15px 0;
  align-items: center;
}

.motor-search-page .filters .label {
  margin-right: 8px;
}

.motor-search-page .filters .filter-left {
  flex: 0 0 75%;
  max-width: 75%;
}

.motor-search-page .filters .filter-left-row {
  display: flex;
  align-items: center;
}

.motor-search-page .filters .filter-right {
  flex: 0 0 25%;
  max-width: 25%;
}

.motor-search-page .filters .filter-right-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.travel-main-page {
  padding: 16px;
  background-position: top center;
  background-size: cover;
  padding-top: 80px;
  min-height: 100vh;
}

.travel-main-page h3 {
  margin-top: 110px;
  font-size: 32px;
  margin-bottom: 20px;
}

.travel-main-page .choose-another-plan {
  font-size: 16px;
  display: flex;
  float: right;
}

.travel-main-page .travel-tab button.tab-btn {
  padding: 16px 16px 8px 16px;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  margin-right: 4px;
  outline: none;
  background-color: #dee0e3;
  color: #656e74;
}

.travel-main-page .travel-tab button.tab-btn i {
  font-size: 1.1rem;
  margin-right: 8px;
}

.travel-main-page .travel-tab button.tab-btn.active {
  background-color: #ffffff;
  --tw-text-opacity: 1;
  color: rgba(230, 0, 126, var(--tw-text-opacity));
  font-weight: 700;
  padding-top: 18px;
}

.travel-main-page .travel-tab button.tab-btn.active i {
  font-size: 1.2rem;
}

.travel-main-page .travel-tab .tab-content {
  background-color: #ffffff;
  border-radius: 13px;
  border-top-left-radius: 0;
  overflow: hidden;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
}

.travel-main-page-searchbox {
  background-color: #ffffff;
  padding: 60px 30px 30px 30px;
  border-radius: 13px;
  border-top-left-radius: 0;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
}

.travel-main-page-searchbox-radio {
  margin-top: 16px;
  margin-bottom: 16px;
}

.travel-main-page-searchbox-radio-label {
  margin-right: 16px;
}

.container {
  width: 1200px;
  margin: auto;
}

.container-compare {
  width: 992px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.row-inline {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px;
}

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

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

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

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

.no-padding {
  padding: 0 !important;
}

.d-flex {
  display: flex;
}

@media (min-width: 0px) {
  .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.travel-search-page {
  padding: 16px;
}

.travel-search-page h1 {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.travel-search-page h1 i {
  font-size: 2rem;
  margin-right: 8px;
  color: #eb008b;
}

.travel-search-page-count {
  color: rgba(51, 51, 51, 0.9);
}

.travel-search-page-count .lenght {
  font-weight: 700;
  color: #112e42;
  font-style: italic;
}

.travel-search-page-count .model {
  margin-left: 5px;
  font-style: italic;
  text-decoration: underline;
  color: #000000;
}

.travel-search-page-tools {
  display: flex;
  justify-content: flex-end;
  color: rgba(51, 51, 51, 0.9);
}

.travel-search-page-tools .toggle-commission {
  flex-basis: 100%;
  display: flex;
  justify-content: flex-end;
}

.travel-search-page-tools .toggle-commission .label {
  margin-left: 8px;
}

.travel-search-page-fillter-box {
  background-color: #ffffff;
  padding: 16px;
  border-radius: 4px;
  margin-top: 16px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
}

.travel-search-page-fillter-box h2 {
  font-size: 1rem;
}

.table-overflow {
  overflow-x: scroll;
  overflow-y: hidden;
  font-family: "Kanit", sans-serif;
}

.width-1 {
  width: 90px;
}

.width-2 {
  width: 200px;
}

.width-3 {
  width: 120px;
}

.policy-table {
  width: 100%;
  min-width: 1400px;
}

.policy-table th {
  font-weight: 700;
  font-size: 0.8rem;
  color: #959595;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid rgba(204, 204, 204, 0.5);
}

.policy-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.policy-table td {
  font-size: 0.8rem;
  padding: 10px;
  vertical-align: middle;
  color: #4f4f4f;
  border-bottom: solid 1px rgba(204, 204, 204, 0.5);
}

.policy-table td.product-type i {
  font-size: 0.9rem;
}

.policy-table td .phone {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
}

.policy-table td .phone i {
  font-size: 1.2rem;
  margin-right: 8px;
}

.policy-table td .insurer-img {
  width: 40px;
  border-radius: 4px;
  margin: auto;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
}

.quotations-table {
  width: 100%;
  table-layout: fixed;
}

.quotations-table th {
  font-weight: 300;
  font-size: 11px;
  color: #959595;
  padding-bottom: 0.5rem;
  border-bottom: none;
}

.quotations-table tbody {
  background-color: #ffffff;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
}

.quotations-table tr.body-border td {
  border-bottom: 5px solid #f1f2f3;
}

.quotations-table td {
  font-size: 12px;
  padding: 10px 5px;
  vertical-align: top;
  border-bottom: 5px solid #f1f2f3;
}

.quotations-table td.product-type i {
  font-size: 0.9rem;
}

.quotations-table td .phone {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
}

.quotations-table td .phone i {
  font-size: 1.2rem;
  margin-right: 8px;
}

.quotations-table td .expired_at {
  font-size: 10px;
}

.quotations-table td .insurer-img {
  width: 25px;
  border-radius: 4px;
  margin: auto;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
}

.quotations-table .expend-active td {
  border-bottom: none;
}

.quotations-table-expend {
  width: 100%;
  margin: 0 8px;
}

.quotations-table-expend th {
  font-weight: 300;
  font-size: 0.8rem;
  color: #959595;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: none;
}

.quotations-table-expend tbody {
  box-shadow: none;
}

.quotations-table-expend td {
  padding: 8px 16px;
  border-top: solid 5px #ffffff;
  border-bottom: solid 5px #ffffff;
  background-color: #f9f9f9;
}

.quotations-table-expend td img {
  margin: auto;
  width: 40px;
  border-radius: 4px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
}

.quotations-table .quotations-list-expend {
  border-top: 2px solid #f1f2f3;
}

.container {
  width: 1200px;
  margin: auto;
}

.container-compare {
  width: 992px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.row-inline {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px;
}

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

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

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

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

.no-padding {
  padding: 0 !important;
}

.d-flex {
  display: flex;
}

@media (min-width: 0px) {
  .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.quotations-list-table {
  width: 100%;
}

.quotations-list-table tr td {
  padding: 16px;
  background-color: #c4c4c4;
}

.quotations-list-expend .bg {
  background-color: #ffffff;
}

.quotations-list-box {
  padding: 8px 16px;
  background-color: #f3f2f2;
}

.quotations-list-box .title-info {
  display: grid;
  grid-template-columns: 6% 14% 15% 5% 13% 10% 13% 9% 1fr;
  padding: 0.5rem 0rem;
  justify-items: center;
  align-items: center;
  color: #848484;
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.quotations-list-box .products-list {
  display: grid;
  grid-template-columns: 6% 14% 15% 5% 13% 10% 13% 9% 1fr;
  justify-items: center;
  align-items: center;
  font-size: 0.9rem;
  color: #111;
  font-family: "Kanit", sans-serif;
}

.quotations-list-box .bin {
  font-size: 1.5rem;
  color: #c4c4c4;
  outline: none;
}

.quotations-list-box .icon-shop {
  position: relative;
  color: #ffffff;
  margin-right: 0.3rem;
  top: 2px;
  font-size: 1rem;
}

.quotations-list-box .close-deal-and-buy-btn {
  padding: 8px 25px;
  background: #eb008b;
  border-radius: 5px;
  color: #ffffff;
  font-size: 0.9rem;
  outline: none;
}

.quotations-list-box .img-insurer {
  width: 55px;
  background-color: #ececec;
  margin-bottom: 0.5rem;
}

.staff-search-form {
  width: 300px;
  position: relative;
}

.staff-search-form .search-input {
  width: 100%;
  border: solid 1px #DEE0E3;
  border-radius: 15px;
  outline: none;
  padding: 5px 15px;
  font-size: 12px;
}

.staff-search-form .search-button {
  position: absolute;
  top: 3px;
  right: 5px;
  color: #BCC2C7;
  outline: none;
}

.container {
  width: 1200px;
  margin: auto;
}

.container-compare {
  width: 992px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.row-inline {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px;
}

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

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

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

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

.no-padding {
  padding: 0 !important;
}

.d-flex {
  display: flex;
}

@media (min-width: 0px) {
  .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.view-quotation {
  padding: 16px;
}

.view-quotation-title {
  font-size: 11px;
  color: #848484;
}

.view-quotation-title .title-border {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  color: rgba(0,0,0,0.75686);
}

.view-quotation-title .title-bottom {
  font-size: 12px;
  font-weight: 200;
  color: #949494;
  padding-top: 5px;
}

.view-quotation-component {
  margin-top: 1.5rem;
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
  color: #111;
  font-family: "Kanit", sans-serif;
}

.view-quotation-component .title {
  display: grid;
  grid-template-columns: 3% 20% 5% 1fr 19% 10% 17%;
  justify-items: center;
  font-weight: normal;
  font-size: 1rem;
  color: #959595;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(204, 204, 204, 0.5);
}

.view-quotation-component .show-quotation-info {
  display: grid;
  padding: 10px 0px;
  grid-template-columns: 3% 20% 5% 1fr 19% 10% 17%;
  justify-items: center;
  align-items: center;
  font-weight: 400;
  font-size: 0.9rem;
  border-bottom: 1px solid #f3f3f3;
}

.view-quotation-component .expand-on {
  color: #ffffff;
  outline: none;
  white-space: normal;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #112e42;
  display: flex;
  justify-content: center;
  align-items: center;
}

.view-quotation-component .expand-on i {
  font-size: 1.2rem;
}

.view-quotation-component .expand {
  color: #ffffff;
  outline: none;
  white-space: normal;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1.3px solid #c4c4c4;
  background-color: #ffffff;
  color: #c4c4c4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.view-quotation-component .expand i {
  font-size: 1.2rem;
}

.view-quotation-component .copyURL-btn {
  background: #f1f2f3;
  color: #575757;
  border: 1.3px solid #f1f2f3;
  padding: 0.2rem 0.8rem;
  font-size: 0.8rem;
  font-weight: 300;
  outline: none;
  border-radius: 4px;
  margin-top: 10px;
}

.view-quotation-component .img {
  width: 40px;
  height: 40px;
  background-color: #ececec;
  font-size: 0.6rem;
  border-radius: 50%;
}

.view-quotation-component .phone {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.15rem;
}

.view-quotation-component .phone i {
  font-size: 1.2rem;
  margin-right: 8px;
}

.view-quotation-component .phone i::before {
  font-size: 0.8rem;
}

.view-quotation-component .text-error {
  color: #eb3f4d;
}

.view-quotation-component .table-grid .grid-th {
  display: grid;
  grid-template-columns: 40px 1fr 1fr 1fr 1fr 1fr 1fr 100px;
  font-size: 12px;
  color: #848484;
}

.view-quotation-component .table-grid .grid-th > div {
  padding: 10px 5px;
}

.view-quotation-component .table-grid .grid-tbody {
  display: grid;
  grid-template-columns: 40px 1fr 1fr 1fr 1fr 1fr 1fr 100px;
  font-size: 12px;
  background-color: #ffffff;
  margin-bottom: 5px;
  color: #111;
}

.view-quotation-component .table-grid .grid-tbody > div {
  padding: 10px 5px;
}

.view-quotation-component .table-grid .grid-tbody-full {
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  background-color: #ffffff;
}

.view-quotation-component .table-grid .grid-expand-table {
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 5px;
  margin-top: -4px;
  padding: 10px 5px;
}

.view-quotation-component .table-grid .grid-expand-table-grid-th {
  display: grid;
  grid-template-columns: 50px 1fr 1fr 1fr 1fr 1fr 1fr 1fr 100px;
  font-size: 12px;
  color: #848484;
}

.view-quotation-component .table-grid .grid-expand-table-grid-th > div {
  padding: 10px;
}

.view-quotation-component .table-grid .grid-expand-table-grid-tbody {
  display: grid;
  grid-template-columns: 50px 1fr 1fr 1fr 1fr 1fr 1fr 1fr 100px;
  background-color: #f1f4f6;
  margin-bottom: 5px;
  font-size: 12px;
}

.view-quotation-component .table-grid .grid-expand-table-grid-tbody > div {
  padding: 10px;
}

.view-quotation-component .table-grid .grid-expand-table-grid-tbody > div img {
  border-radius: 4px;
}

.view-quotation-component .table-grid .grid-expand-table-grid-tbody > div button i {
  font-size: 0.8rem;
}

.view-quotation .download-btn {
  color: #575757;
  font-size: 12px;
  font-weight: 300;
  padding: 4px;
  outline: none;
  border: 1px solid #f1f2f3;
  border-radius: 4px;
}

.view-quotation .download-btn * {
  pointer-events: none;
}

.view-quotation .download-btn.disable {
  opacity: 0.5;
}

.view-quotation .download-btn span {
  padding-right: 0.5rem;
}

.view-quotation .download-btn i {
  vertical-align: middle;
}

.view-quotation .img-phone {
  margin: 10px;
}

.container {
  width: 1200px;
  margin: auto;
}

.container-compare {
  width: 992px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.row-inline {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px;
}

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

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

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

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

.no-padding {
  padding: 0 !important;
}

.d-flex {
  display: flex;
}

@media (min-width: 0px) {
  .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.create-quotation {
  padding: 16px;
}

.create-quotation .doc {
  font-size: 1.7rem;
  color: #c4c4c4;
  margin-right: 1rem;
}

.create-quotation-header {
  margin-bottom: 1rem;
}

.create-quotation-component {
  padding: 32px;
  background-color: #ffffff;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
  border-radius: 4px;
}

.create-quotation-component .font-primary {
  color: #111;
}

.create-quotation-component .details {
  display: grid;
  grid-template-columns: 60% 1fr;
}

.create-quotation-component .details h4 {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}

.create-quotation-component .details .item {
  margin-left: 1.5rem;
  font-size: 0.9rem;
}

.create-quotation .back-to-search {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 5px 15px;
  border: solid 1px rgba(132,132,132,0.48627);
  display: flex;
}

.create-quotation .back-to-search span {
  transform: rotate(-180deg);
  margin-right: 5px;
}

.container {
  width: 1200px;
  margin: auto;
}

.container-compare {
  width: 992px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.row-inline {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px;
}

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

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

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

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

.no-padding {
  padding: 0 !important;
}

.d-flex {
  display: flex;
}

@media (min-width: 0px) {
  .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.multiple-quotation .doc {
  position: flex;
  font-size: 1.7rem;
  color: #c4c4c4;
  margin-right: 0.5rem;
  margin-left: 1rem;
}

.multiple-quotation-component {
  padding: 32px;
  margin: 0rem 2rem;
  background-color: #ffffff;
  border: 1px solid rgba(177, 177, 177, 0.5);
  border-radius: 10px;
}

.multiple-quotation-body {
  background-color: #ffffff;
  padding: 16px;
}

.multiple-quotation-body .row > .custom-col {
  padding: 0;
}

.multiple-quotation-body .img {
  width: 60px;
  background-color: rgba(204, 204, 204, 0.2);
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
  margin-right: 10px;
}

.multiple-quotation-body .img img {
  border-radius: 4px;
}

.multiple-quotation-body h2 {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 700;
  background-color: #112e42;
  color: #ffffff;
  margin-top: 16px;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.multiple-quotation-body h2:first-child {
  margin-top: 0;
}

.multiple-quotation-body ul.multiple-products-cover > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.5rem 1rem;
  color: #111;
  font-size: 0.9rem;
  height: 55px;
  border-bottom: solid 1px #eeeeee;
}

.multiple-quotation-body ul.multiple-products-cover > li.active {
  color: #eb008b;
}

.multiple-quotation-body ul.multiple-products-cover > li.coverages-value {
  justify-content: center;
  color: #000000;
}

.multiple-quotation-body ul.multiple-products-info > li {
  display: flex;
  flex-wrap: wrap;
  color: #111;
  margin-left: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.multiple-quotation-body ul.multiple-products-info > li.active {
  color: #eb008b;
}

.multiple-quotation-body ul.multiple-products-info > li small {
  color: #848484;
}

.multiple-quotation-body ul.multiple-products-info > li .img {
  margin-bottom: 0.5rem;
  margin-right: 16px;
  width: 50px;
}

.multiple-quotation-body ul.multiple-products-info > li .img img {
  max-width: 100%;
}

.multiple-quotation-body ul.multiple-products-info > li.coverages-value {
  justify-content: center;
  color: #000000;
}

.container {
  width: 1200px;
  margin: auto;
}

.container-compare {
  width: 992px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.row-inline {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px;
}

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

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

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

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

.no-padding {
  padding: 0 !important;
}

.d-flex {
  display: flex;
}

@media (min-width: 0px) {
  .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9990;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-overlay {
  position: fixed;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: wait;
}

.modal-box {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: scroll;
  background-color: #ffffff;
  padding: 0.5rem 2rem;
  border-radius: 15px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
  text-align: center;
}

.modal-box .header {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: 1rem;
       grid-column-gap: 1rem;
       column-gap: 1rem;
}

.modal-box .header .icon {
  text-align: center;
}

.modal-box .header .icon .material-icons {
  color: #c8c7c7;
  font-size: 2.5rem;
}

.modal-box .header .buttons {
  text-align: right;
}

.modal-box .header .close-icon {
  font-size: 1.2rem;
  padding: 0.4rem 0.4rem 0rem;
}

.modal-box .header .close-icon:active {
  outline: none;
}

.modal-box .scrollable-content {
  flex-grow: 1;
  max-height: 75vh;
  overflow: scroll;
}

.modal-box h2 {
  color: #111;
  text-align: center;
  font-size: 2.5rem;
}

.modal-box h3 {
  color: #111;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 300;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.modal-box h4 {
  color: #111;
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.modal-box hr {
  background: #e6e6e6;
}

.showPayslipModal .modal-box {
  max-height: 80vh;
}

.showPayslipModal .modal-box img {
  width: 20rem;
  margin: auto;
  padding: 0.5rem;
}

.policy-page {
  padding: 16px;
}

.policy-page .table-grid .grid-th {
  display: grid;
  grid-template-columns: 150px 150px 60px 40px 1fr 100px 80px 80px 1fr 80px;
  font-size: 10px;
  color: #848484;
}

.policy-page .table-grid .grid-th > div {
  padding: 10px 5px;
}

.policy-page .table-grid .grid-tbody {
  display: grid;
  grid-template-columns: 150px 150px 60px 40px 1fr 100px 80px 80px 1fr 80px;
  font-size: 12px;
  background-color: #ffffff;
  margin-bottom: 5px;
  color: #111;
}

.policy-page .table-grid .grid-tbody > div {
  padding: 10px 5px;
}

.policy-page .table-grid .grid-tbody > div .badges {
  margin-top: 5px;
}

.policy-page .table-grid .grid-tbody > div .expired_at {
  font-size: 10px;
}

.policy-page .table-grid .grid-tbody > div img {
  border-radius: 4px;
}

.policy-page .table-grid .grid-tbody-full {
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  background-color: #ffffff;
}

.policy-page .table-grid .grid-expand-table {
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 5px;
  margin-top: -4px;
  padding: 10px 5px;
}

.policy-page .table-grid .grid-expand-table-grid-th {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 100px;
  font-size: 12px;
  color: #848484;
}

.policy-page .table-grid .grid-expand-table-grid-th > div {
  padding: 10px;
}

.policy-page .table-grid .grid-expand-table-grid-tbody {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 100px;
  background-color: #f1f4f6;
  margin-bottom: 5px;
  font-size: 12px;
}

.policy-page .table-grid .grid-expand-table-grid-tbody > div {
  padding: 10px;
}

.policy-page .table-grid .grid-expand-table-grid-tbody > div img {
  border-radius: 4px;
}

.policy-page .table-grid .grid-expand-table-grid-tbody > div button i {
  font-size: 0.8rem;
}

.policy-page .table-grid2 .grid-th {
  display: grid;
  grid-template-columns: 150px 150px 40px 100px 100px 80px 1fr 1fr 1fr 120px;
  font-size: 10px;
  color: #848484;
}

.policy-page .table-grid2 .grid-th > div {
  padding: 10px 5px;
}

.policy-page .table-grid2 .grid-tbody {
  display: grid;
  grid-template-columns: 150px 150px 40px 100px 100px 80px 1fr 1fr 1fr 120px;
  font-size: 12px;
  background-color: #ffffff;
  margin-bottom: 5px;
  color: #111;
}

.policy-page .table-grid2 .grid-tbody > div {
  padding: 10px 5px;
}

.policy-page .table-grid2 .grid-tbody > div .badges {
  margin-top: 5px;
}

.policy-page .table-grid2 .grid-tbody > div .expired_at {
  font-size: 10px;
}

.policy-page .table-grid2 .grid-tbody > div img {
  border-radius: 4px;
}

.policy-page .table-grid2 .grid-tbody > div .btn-pay-slip {
  justify-content: center;
}

.policy-page .table-grid2 .grid-tbody > div .badges.policy-success {
  margin-right: 0;
}

.policy-page .table-grid2 .grid-tbody-full {
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  background-color: #ffffff;
}

.policy-page .table-grid2 .grid-expand-table {
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 5px;
  margin-top: -4px;
  padding: 10px 5px;
}

.policy-page .table-grid2 .grid-expand-table-grid-th {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 100px;
  font-size: 12px;
  color: #848484;
}

.policy-page .table-grid2 .grid-expand-table-grid-th > div {
  padding: 10px;
}

.policy-page .table-grid2 .grid-expand-table-grid-tbody {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 100px;
  background-color: #f1f4f6;
  margin-bottom: 5px;
  font-size: 12px;
}

.policy-page .table-grid2 .grid-expand-table-grid-tbody > div {
  padding: 10px;
}

.policy-page .table-grid2 .grid-expand-table-grid-tbody > div img {
  border-radius: 4px;
}

.policy-page .table-grid2 .grid-expand-table-grid-tbody > div button i {
  font-size: 0.8rem;
}

.policy-page .btn-pay-slip {
  display: flex;
  align-items: center;
}

.policy-page .btn-pay-slip i {
  font-size: 0.9rem;
  margin-right: 4px;
}

.policy-page-title {
  font-size: 11px;
  color: #848484;
}

.policy-page-title .title-border {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  color: rgba(0,0,0,0.75686);
}

.policy-page-title .title-bottom {
  font-size: 12px;
  font-weight: 200;
  color: #949494;
  padding-top: 5px;
  padding-bottom: 20px;
}

.policy-page .remark {
  font-size: 10px;
  font-weight: 300;
  color: #eb008b;
  padding-bottom: 15px;
}

.policy-page .phone {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.15rem;
}

.policy-page .phone i {
  font-size: 1.2rem;
  margin-right: 8px;
}

.policy-page .phone i::before {
  font-size: 0.8rem;
}

.policy-page-component {
  padding: 16px;
  margin-top: 1rem;
}

.summary-box {
  background-color: #ffffff;
  padding: 10px;
  box-shadow: 0px 3px 6px rgba(138,148,158,0.20392);
  border-radius: 4px;
}

.summary-box.primary {
  background-color: #eb008b;
  color: #ffffff;
  box-shadow: 0px 1px 6px rgba(193,26,125,0.37647);
}

.summary-box-label {
  text-align: left;
  font-size: 12px;
}

.summary-box-value {
  text-align: right;
  margin-top: 1rem;
  font-size: 28px;
  font-weight: 700;
}

.container {
  width: 1200px;
  margin: auto;
}

.container-compare {
  width: 992px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.row-inline {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px;
}

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

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

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

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

.no-padding {
  padding: 0 !important;
}

.d-flex {
  display: flex;
}

@media (min-width: 0px) {
  .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9990;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-overlay {
  position: fixed;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: wait;
}

.modal-box {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: scroll;
  background-color: #ffffff;
  padding: 0.5rem 2rem;
  border-radius: 15px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
  text-align: center;
}

.modal-box .header {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: 1rem;
       grid-column-gap: 1rem;
       column-gap: 1rem;
}

.modal-box .header .icon {
  text-align: center;
}

.modal-box .header .icon .material-icons {
  color: #c8c7c7;
  font-size: 2.5rem;
}

.modal-box .header .buttons {
  text-align: right;
}

.modal-box .header .close-icon {
  font-size: 1.2rem;
  padding: 0.4rem 0.4rem 0rem;
}

.modal-box .header .close-icon:active {
  outline: none;
}

.modal-box .scrollable-content {
  flex-grow: 1;
  max-height: 75vh;
  overflow: scroll;
}

.modal-box h2 {
  color: #111;
  text-align: center;
  font-size: 2.5rem;
}

.modal-box h3 {
  color: #111;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 300;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.modal-box h4 {
  color: #111;
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.modal-box hr {
  background: #e6e6e6;
}

.imageUploadModal .modal-box img {
  width: 20rem;
  margin: auto;
  padding: 0.5rem;
}

.hero-tabs {
  display: flex;
  border-bottom: solid 1px #dddddd;
}

.hero-tabs .tab {
  padding: 8px 16px;
  outline: none;
  border-bottom: solid 5px #ffffff;
}

.hero-tabs .tab.active {
  color: #eb008b;
  border-bottom: solid 5px #eb008b;
}

.hero-tab-panel {
  padding: 16px 0;
}

.agent-order-detail {
  padding: 0;
}

.agent-order-detail .sticky {
  position: sticky;
  top: 60px;
  z-index: 1;
}

.agent-order-detail-header {
  display: grid;
  grid-template-columns: 1fr 150px;
  align-items: center;
}

.agent-order-detail-header small {
  color: #848484;
}

.agent-order-detail-sub-header {
  display: grid;
  grid-template-columns: 25% 25% 25% 1fr;
  align-items: center;
}

.agent-order-detail-sub-header small {
  color: #848484;
}

.agent-order-detail-wrapper {
  padding: 8px 16px;
}

.agent-order-detail-wrapper .bg {
  background-color: #f1f2f3;
  padding: 8px;
}

.agent-order-detail-wrapper .list-content,
    .agent-order-detail-wrapper .list-content-2 {
  padding: 0 16px;
}

.agent-order-detail-wrapper .list-content .label.type-1,
      .agent-order-detail-wrapper .list-content-2 .label.type-1 {
  color: #848484;
}

.agent-order-detail-wrapper .list-content .label.type-2 small,
      .agent-order-detail-wrapper .list-content-2 .label.type-2 small {
  color: #848484;
}

.agent-order-detail-wrapper .list-content .bold,
      .agent-order-detail-wrapper .list-content-2 .bold {
  font-weight: 500;
}

.agent-order-detail-wrapper .list-content ul,
      .agent-order-detail-wrapper .list-content-2 ul {
  padding-left: 20px;
}

.agent-order-detail-wrapper .list-content ul li,
        .agent-order-detail-wrapper .list-content-2 ul li {
  margin-top: 8px;
  list-style: disc;
}

.agent-order-detail-wrapper .list-content .bd-dotted,
      .agent-order-detail-wrapper .list-content-2 .bd-dotted {
  margin-top: 16px;
  border-bottom: dotted 2px #dddddd;
}

.agent-order-detail-wrapper .list-content-2 {
  padding: 0;
}

.agent-order-detail-wrapper .btn-pay-slip {
  margin-left: 16px;
  display: inline-block;
}

.agent-order-detail-wrapper .btn-pay-slip i {
  font-size: 1rem;
}

.agent-order-detail-loading {
  background-color: #fff;
  padding: 16px;
  text-align: center;
  margin: 16px;
  position: relative;
  top: 16px;
}

.agent-order-detail {
  padding: 0;
}

.agent-order-detail .sticky {
  position: sticky;
  top: 60px;
  z-index: 1;
}

.agent-order-detail-header {
  display: grid;
  grid-template-columns: 1fr 150px;
  align-items: center;
}

.agent-order-detail-header small {
  color: #848484;
}

.agent-order-detail-sub-header {
  display: grid;
  grid-template-columns: 25% 25% 25% 1fr;
  align-items: center;
}

.agent-order-detail-sub-header small {
  color: #848484;
}

.agent-order-detail-wrapper {
  padding: 8px 16px;
}

.agent-order-detail-wrapper .bg {
  background-color: #f1f2f3;
  padding: 8px;
}

.agent-order-detail-wrapper .list-content,
    .agent-order-detail-wrapper .list-content-2 {
  padding: 0 16px;
}

.agent-order-detail-wrapper .list-content .label.type-1,
      .agent-order-detail-wrapper .list-content-2 .label.type-1 {
  color: #848484;
}

.agent-order-detail-wrapper .list-content .label.type-2 small,
      .agent-order-detail-wrapper .list-content-2 .label.type-2 small {
  color: #848484;
}

.agent-order-detail-wrapper .list-content .bold,
      .agent-order-detail-wrapper .list-content-2 .bold {
  font-weight: 500;
}

.agent-order-detail-wrapper .list-content ul,
      .agent-order-detail-wrapper .list-content-2 ul {
  padding-left: 20px;
}

.agent-order-detail-wrapper .list-content ul li,
        .agent-order-detail-wrapper .list-content-2 ul li {
  margin-top: 8px;
  list-style: disc;
}

.agent-order-detail-wrapper .list-content .bd-dotted,
      .agent-order-detail-wrapper .list-content-2 .bd-dotted {
  margin-top: 16px;
  border-bottom: dotted 2px #dddddd;
}

.agent-order-detail-wrapper .list-content-2 {
  padding: 0;
}

.agent-order-detail-wrapper .btn-pay-slip {
  margin-left: 16px;
  display: inline-block;
}

.agent-order-detail-wrapper .btn-pay-slip i {
  font-size: 1rem;
}

.container {
  width: 1200px;
  margin: auto;
}

.container-compare {
  width: 992px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.row-inline {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px;
}

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

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

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

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

.no-padding {
  padding: 0 !important;
}

.d-flex {
  display: flex;
}

@media (min-width: 0px) {
  .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.view-order {
  color: #111;
  padding: 16px;
}

.view-order .order-detail-link {
  text-decoration: underline;
}

.view-order-title {
  font-size: 11px;
  color: #848484;
}

.view-order-title .title-border {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  color: rgba(0,0,0,0.75686);
}

.view-order-title .title-bottom {
  font-size: 12px;
  font-weight: 200;
  color: #949494;
  padding-top: 5px;
}

.view-order-component {
  border-radius: 4px;
  width: 100%;
  font-size: 0.9rem;
}

.view-order-component .primary-text {
  color: #eb008b;
}

.view-order-component .secondary-text {
  color: #112e42;
}

.view-order-component .img-insurer {
  display: inline-flex;
  width: 50px;
  height: 50px;
  background-color: rgba(204, 204, 204, 0.2);
  border-radius: 4px;
  overflow: hidden;
}

.view-order-component .phone-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
  font-size: 0.8rem;
}

.view-order-component .phone-icon i {
  font-size: 1.2rem;
  margin-right: 8px;
}

.view-order-component .phone-icon i::before {
  font-size: 0.8rem;
}

.view-order-component .continue-btn {
  background-color: #eb008b;
  padding: 7px 3px;
  width: 100%;
  border-radius: 5px;
  color: #ffffff;
  font-size: 0.8rem;
  outline: none;
}

.view-order .btn-pay-slip {
  display: flex;
  align-items: left;
  justify-content: left;
  text-align: left;
  width: 100%;
}

.view-order .btn-pay-slip i {
  font-size: 0.9rem;
  margin-right: 4px;
}

.view-order .table-grid {
  min-width: 100%;
}

.view-order .table-grid .grid-th {
  display: grid;
  grid-template-columns: 10rem 2fr 4rem 40px 6rem 8rem 6rem 6rem 6rem 5rem 12rem;
  font-size: 10px;
  color: #848484;
}

.view-order .table-grid .grid-th > div {
  padding: 10px 5px;
}

.view-order .table-grid .grid-tbody {
  display: grid;
  grid-template-columns: 10rem 2fr 4rem 40px 6rem 8rem 6rem 6rem 6rem 5rem 12rem;
  font-size: 12px;
  background-color: #ffffff;
  margin-bottom: 5px;
  color: #111;
}

.view-order .table-grid .grid-tbody > div {
  padding: 10px 5px;
}

.view-order .table-grid .grid-tbody > div .badges {
  margin-top: 5px;
}

.view-order .table-grid .grid-tbody > div .expired_at {
  font-size: 10px;
}

.view-order .table-grid .grid-tbody > div img {
  border-radius: 4px;
}

.view-order .table-grid .grid-tbody-full {
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  background-color: #ffffff;
}

.view-order .table-grid .grid-expand-table {
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 5px;
  margin-top: -4px;
  padding: 10px 5px;
}

.view-order .table-grid .grid-expand-table-grid-th {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 100px;
  font-size: 12px;
  color: #848484;
}

.view-order .table-grid .grid-expand-table-grid-th > div {
  padding: 10px;
}

.view-order .table-grid .grid-expand-table-grid-tbody {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 100px;
  background-color: #f1f4f6;
  margin-bottom: 5px;
  font-size: 12px;
}

.view-order .table-grid .grid-expand-table-grid-tbody > div {
  padding: 10px;
}

.view-order .table-grid .grid-expand-table-grid-tbody > div img {
  border-radius: 4px;
}

.view-order .table-grid .grid-expand-table-grid-tbody > div button i {
  font-size: 0.8rem;
}

.view-payments-component .grid {
  font-size: 12px;
}

.staff-search-form {
  width: 300px;
  position: relative;
}

.staff-search-form .search-input {
  width: 100%;
  border: solid 1px #DEE0E3;
  border-radius: 15px;
  outline: none;
  padding: 5px 15px;
  font-size: 12px;
}

.staff-search-form .search-button {
  position: absolute;
  top: 3px;
  right: 5px;
  color: #BCC2C7;
  outline: none;
}

.agent-order-detail-loading {
  background-color: #fff;
  padding: 16px;
  text-align: center;
  margin: 16px;
  position: relative;
  top: 16px;
}

.agent-order-detail {
  padding: 0;
}

.agent-order-detail .sticky {
  position: sticky;
  top: 60px;
  z-index: 1;
}

.agent-order-detail-header {
  display: grid;
  grid-template-columns: 1fr 150px;
  align-items: center;
}

.agent-order-detail-header small {
  color: #848484;
}

.agent-order-detail-sub-header {
  display: grid;
  grid-template-columns: 25% 25% 25% 1fr;
  align-items: center;
}

.agent-order-detail-sub-header small {
  color: #848484;
}

.agent-order-detail-wrapper {
  padding: 8px 16px;
}

.agent-order-detail-wrapper .detail-header {
  padding: 0px;
}

.agent-order-detail-wrapper .detail-header h6 {
  display: inline-block;
  padding: 8px;
}

.agent-order-detail-wrapper .detail-header button {
  outline: none;
}

.agent-order-detail-wrapper .bg {
  background-color: #f1f2f3;
}

.agent-order-detail-wrapper .list-content,
    .agent-order-detail-wrapper .list-content-2 {
  padding: 0 16px;
}

.agent-order-detail-wrapper .list-content .label.type-1,
      .agent-order-detail-wrapper .list-content-2 .label.type-1 {
  color: #848484;
}

.agent-order-detail-wrapper .list-content .label.type-2 small,
      .agent-order-detail-wrapper .list-content-2 .label.type-2 small {
  color: #848484;
}

.agent-order-detail-wrapper .list-content .bold,
      .agent-order-detail-wrapper .list-content-2 .bold {
  font-weight: 500;
}

.agent-order-detail-wrapper .list-content ul,
      .agent-order-detail-wrapper .list-content-2 ul {
  padding-left: 20px;
}

.agent-order-detail-wrapper .list-content ul li,
        .agent-order-detail-wrapper .list-content-2 ul li {
  margin-top: 8px;
  list-style: disc;
}

.agent-order-detail-wrapper .list-content .bd-dotted,
      .agent-order-detail-wrapper .list-content-2 .bd-dotted {
  margin-top: 16px;
  border-bottom: dotted 2px #dddddd;
}

.agent-order-detail-wrapper .list-content-2 {
  padding: 0;
}

.agent-order-detail-wrapper .btn-pay-slip {
  margin-left: 16px;
  display: inline-block;
}

.agent-order-detail-wrapper .btn-pay-slip i {
  font-size: 1rem;
}

.container {
  width: 1200px;
  margin: auto;
}

.container-compare {
  width: 992px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.row-inline {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px;
}

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

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

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

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

.no-padding {
  padding: 0 !important;
}

.d-flex {
  display: flex;
}

@media (min-width: 0px) {
  .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.commission {
  border: solid 1px rgba(223, 223, 223, 0.5);
}

.container {
  width: 1200px;
  margin: auto;
}

.container-compare {
  width: 992px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.row-inline {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px;
}

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

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

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

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

.no-padding {
  padding: 0 !important;
}

.d-flex {
  display: flex;
}

@media (min-width: 0px) {
  .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.motor-info-page {
  padding: 16px;
}

.motor-info-page h1 {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.motor-info-page h1 i {
  margin-right: 8px;
}

.motor-info-page h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.motor-info-page .help-txt {
  color: rgba(51, 51, 51, 0.4);
}

.motor-info-page .top-msg {
  margin-bottom: 1rem;
  background-color: rgba(235, 63, 77, 0.8);
  border: solid 1px #eb3f4d;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 4px;
}

.motor-info-page-card {
  background-color: #ffffff;
  padding: 16px 32px;
  border-radius: 4px;
  margin-top: 16px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
}

.motor-info-page-actions {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-end;
}

.motor-info-page-actions.space-between {
  justify-content: space-between;
}

.motor-info-btn-dummy {
  position: absolute;
  right: 1rem;
  font-size: 0.875rem;
  color: darkcyan;
  opacity: 0.7;
  text-decoration: underline;
}

.motor-info-btn-dummy-switch {
  position: absolute;
  right: 1rem;
  font-size: 0.875rem;
  color: #000000;
  align-items: center;
  font-weight: 500;
}

.vehicle-registration-box {
  display: flex;
  justify-content: center;
}

.vehicle-registration-layout {
  width: 80%;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.16078);
  border: 3px solid #4f4f4f;
  border-radius: 9px;
  padding: 5px;
  font-family: "Sarabun", sans-serif;
  margin-top: 1rem;
}

.vehicle-registration-layout .top {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  min-height: 50px;
}

.vehicle-registration-layout .bottom {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.image-preview {
  width: 100%;
  height: auto;
  background-color: #eeeeee;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px;
  border: 1px solid rgba(204, 204, 204, 0.5);
}

.image-preview img {
  max-width: 100%;
}

.delete-field {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 8px;
  color: #eb3f4d;
  font-size: 0.9rem;
}

.delete-field button {
  display: flex;
  outline: none;
}

.delete-field button:focus {
  outline: none;
}

.delete-field button i {
  font-size: 1.2rem;
}

.container {
  width: 1200px;
  margin: auto;
}

.container-compare {
  width: 992px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.row-inline {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px;
}

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

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

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

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

.no-padding {
  padding: 0 !important;
}

.d-flex {
  display: flex;
}

@media (min-width: 0px) {
  .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.checkout-summary {
  padding: 1rem;
}

.checkout-summary h1 {
  text-align: center;
}

.checkout-summary h2 {
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
}

.checkout-summary .top-msg {
  margin-bottom: 1rem;
  background-color: rgba(235, 63, 77, 0.8);
  border: solid 1px #eb3f4d;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 4px;
}

.checkout-summary-card {
  background-color: #ffffff;
  padding: 16px 32px;
  border-radius: 4px;
  margin-top: 16px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
}

.checkout-summary-group {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 0.33rem;
  font-family: "Kanit", sans-serif;
  letter-spacing: 0.5px;
  margin-top: 2rem;
  font-weight: 300;
}

.checkout-summary-group h4 {
  grid-column: 1 / -1;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  padding-bottom: 0.25rem;
  margin-bottom: 0.5rem;
}

.checkout-summary-group h4.primary {
  color: #eb008b;
}

.checkout-summary-group h4.secondary {
  color: #112e42;
}

.checkout-summary-group h4 span {
  margin-right: 0.5rem;
}

.checkout-summary-group h4 span.material-icons {
  position: relative;
  top: 6px;
}

.checkout-summary-group .field-title {
  font-weight: 300;
  color: #545454;
  font-size: 0.9rem;
}

.checkout-summary-group .field-value {
  font-weight: 700;
  font-size: 0.9rem;
}

.cmi-head {
  font-weight: 500;
  color: darkgoldenrod;
  margin-bottom: 0.5rem;
}

.motor-summary-page {
  padding: 16px;
}

.motor-summary-page h2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: #112e42;
}

.motor-summary-page h1 {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.motor-summary-page h1 i {
  margin-right: 8px;
}

.motor-summary-page .top-msg {
  margin-bottom: 1rem;
  background-color: rgba(235, 63, 77, 0.8);
  border: solid 1px #eb3f4d;
  color: #ffffff;
  padding: 16px;
  border-radius: 4px;
}

.motor-summary-page-card {
  background-color: #ffffff;
  padding: 16px 32px;
  border-radius: 4px;
  margin-top: 16px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
}

.motor-summary-page-list {
  display: flex;
}

.motor-summary-page-list.space-bottom {
  margin-bottom: 1rem;
}

.motor-summary-page-list .key {
  width: 30%;
  font-weight: 500;
}

.motor-summary-page-list .value {
  color: #848484;
  font-weight: 400;
}

.motor-summary-page-actions {
  margin-top: 3rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-end;
}

.motor-summary-page-actions.space-between {
  justify-content: space-between;
}

.container {
  width: 1200px;
  margin: auto;
}

.container-compare {
  width: 992px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.row-inline {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px;
}

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

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

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

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

.no-padding {
  padding: 0 !important;
}

.d-flex {
  display: flex;
}

@media (min-width: 0px) {
  .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.upload-payslip {
  padding: 32px;
}

.upload-payslip h1 {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
}

.upload-payslip h1 span {
  margin-right: 8px;
  color: #eb008b;
}

.upload-payslip-content {
  padding: 16px;
  border-radius: 6px;
  margin: 16px 0;
  background-color: #f9f9f9;
}

.upload-payslip-content hr {
  margin-top: 16px;
}

.upload-payslip-content .details {
  color: #959595;
  font-family: "Kanit", sans-serif;
  font-size: 0.8rem;
}

.upload-payslip-content .insurer-detail {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
}

.upload-payslip-content .insurer-detail-img {
  padding-right: 8px;
}

.upload-payslip-content .insurer-detail-img img {
  max-width: 100%;
  border-radius: 4px;
}

.upload-payslip-content .insurer-detail-text {
  padding-left: 8px;
}

.upload-payslip-content .insurer-detail-text h3 {
  font-size: 1.1rem;
}

.upload-payslip-content .insurer-detail-text p.small {
  font-size: 0.8rem;
  color: #959595;
}

.upload-payslip-content .insurer-detail-text p.price {
  font-size: 1.2rem;
  font-weight: 700;
  color: #112e42;
}

.upload-payslip-content .upload-box h4 {
  font-size: 1rem;
  font-weight: 700;
}

.container {
  width: 1200px;
  margin: auto;
}

.container-compare {
  width: 992px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.row-inline {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px;
}

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

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

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

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

.no-padding {
  padding: 0 !important;
}

.d-flex {
  display: flex;
}

@media (min-width: 0px) {
  .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.compare-page {
  padding: 16px;
}

.compare-page-top-empty {
  position: relative;
  background-color: #eeeeee;
  border: solid 2px #4f4f4f;
  height: 100%;
  padding: 16px;
  border-radius: 4px;
  margin-top: 4px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
  font-size: 0.9rem;
}

.compare-page-top-empty .compare-products-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #848484;
}

.compare-page .buy-now-btn {
  padding: 0.2rem 2rem;
  border-radius: 3px;
  color: #ffffff;
  background-color: #9883e5;
  font-size: 0.9rem;
}

.compare-page-packages-list {
  position: relative;
  background-color: #ffffff;
  padding: 10px;
  height: 100%;
  border-radius: 4px;
  margin-top: 4px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
}

.compare-page-packages-list-box .insure-details {
  display: grid;
  grid-template-columns: 68px 1fr;
}

.compare-page-packages-list-box .commission-price {
  font-size: 0.75rem;
  background-color: #112e42;
  border-radius: 5px;
  padding: 0px 3px;
  color: #ffffff;
}

.compare-page-packages-list-box .img {
  max-width: 50px;
  min-width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.compare-page-packages-list-box .img img {
  width: 60px;
  border-radius: 4px;
}

.compare-page-packages-list-box .secondary-color {
  color: #112e42;
}

.compare-page-packages-list_close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  background: red;
  border-radius: 50%;
  color: #fff;
}

.compare-page-packages-list_close:active, .compare-page-packages-list_close:focus {
  outline: none;
}

.compare-page-packages-list_close i {
  font-size: 1rem;
  position: relative;
  top: 1px;
}

.compare-page-top {
  margin-bottom: 16px;
  background-color: #f4f6f8;
  z-index: 2;
  padding: 16px 24px;
}

.compare-page-top .space-info h1 {
  display: flex;
  align-items: center;
  color: #eb008b;
}

.compare-page-top .space-info h1 i {
  margin-right: 8px;
}

.compare-page-top .space-info .text-2 {
  color: #747474;
}

.compare-page-top .space-info .title {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 8px;
  color: #111;
  margin-bottom: 16px;
}

.compare-page-top .make-group-quotation-btn {
  margin-top: 10px;
  display: block;
  text-align: center;
  padding-bottom: 5px;
  height: auto;
}

.compare-page-top .img-logo {
  width: 2.5rem;
  height: 2rem;
  background-color: #e6e6e6;
}

.compare-page-body {
  background-color: #ffffff;
  padding: 16px;
  border-radius: 4px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
}

.compare-page-body h2 {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 700;
  background-color: #112e42;
  color: #ffffff;
  margin-top: 16px;
}

.compare-page-body h2:first-child {
  margin-top: 0;
}

.compare-page-body ul.compare-cover > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.5rem 1rem;
  font-family: "Kanit", sans-serif;
  border-bottom: solid 1px #eeeeee;
  color: #4f4f4f;
  font-size: 0.8rem;
  font-weight: 400;
}

.compare-page-body ul.compare-cover > li.active {
  color: #eb008b;
}

.compare-page-body ul.compare-cover > li.coverages-value {
  justify-content: center;
  font-weight: 400;
  font-size: 0.8rem;
  color: #000000;
}

.compare-page-body > .row [class*="col-"] {
  border-right: solid 1px #eeeeee;
  padding: 0;
}

.compare-page-body > .row [class*="col-"]:first-child {
  padding-left: 8px;
}

.compare-page-body > .row [class*="col-"]:last-child {
  border-right: none;
  padding-right: 8px;
}

.compare-page-coverages-list {
  text-align: center;
}

.box-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}

.grid-3 {
  border-right: solid 1px #eeeeee;
}

.grid-3:first-child {
  border-left: solid 1px #eeeeee;
}

.container {
  width: 1200px;
  margin: auto;
}

.container-compare {
  width: 992px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.row-inline {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px;
}

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

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

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

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

.no-padding {
  padding: 0 !important;
}

.d-flex {
  display: flex;
}

@media (min-width: 0px) {
  .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.search-card {
  background-color: #ffffff;
  padding: 16px;
  border-radius: 4px;
  margin-top: 16px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
  transition: all 0.2s ease-in-out;
}

.search-card.zoom-in {
  transform: scale(1.02);
}

.search-card .card-header {
  display: flex;
}

.search-card .card-header .img {
  width: 50px;
  height: 50px;
  background-color: rgba(204, 204, 204, 0.2);
  border-radius: 4px;
  margin-right: 16px;
  overflow: hidden;
}

.search-card .card-header .insurer {
  margin-top: 5px;
}

.search-card .card-header .insurer-name {
  font-size: 1.1rem;
}

.search-card .card-header .insurer-type {
  font-size: 0.8rem;
}

.search-card .card-price {
  display: flex;
  margin-top: 8px;
  border-bottom: solid 2px rgba(204, 204, 204, 0.2);
  padding-bottom: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.search-card .card-price .price span {
  font-size: 1.2rem;
  font-weight: 700;
  margin-right: 5px;
  color: #112e42;
}

.search-card .card-price .comission {
  margin-top: 5px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.search-card .card-price .comission span.box {
  background-color: #eb008b;
  color: #ffffff;
  padding: 2px 10px;
  border-radius: 10px;
  font-size: 0.9rem;
}

.search-card .card-price .actions {
  text-align: right;
}

.search-card .card-price .actions button {
  outline: none;
  font-size: 0.75rem;
}

.search-card .card-price .actions button i {
  display: block;
  font-size: 1.5rem;
}

.search-card .card-price .actions button.active {
  color: #eb008b;
}

.search-card .card-coverage {
  padding-top: 16px;
  padding-bottom: 16px;
}

.search-card .card-coverage ul {
  display: flex;
  flex-wrap: wrap;
}

.search-card .card-coverage ul li {
  font-size: 0.8rem;
}

.search-card .card-coverage ul li.key {
  flex-basis: 65%;
  padding-right: 8px;
}

.search-card .card-coverage ul li.key:before {
  content: none;
  margin-right: 0;
}

.search-card .card-coverage ul li.value {
  flex-basis: 35%;
  text-align: right;
}

.search-card .card-coverage ul li.value:before {
  content: none;
  margin-right: 0;
}

.search-card .card-actions {
  display: flex;
  flex-wrap: wrap;
}

.search-card .card-actions .more-detail {
  flex-basis: 100%;
}

.search-card .card-actions .buy-button {
  flex-basis: 100%;
  margin-top: 8px;
}

.container {
  width: 1200px;
  margin: auto;
}

.container-compare {
  width: 992px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.row-inline {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px;
}

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

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

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

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

.no-padding {
  padding: 0 !important;
}

.d-flex {
  display: flex;
}

@media (min-width: 0px) {
  .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.search-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-modal-wrapper {
  background-color: #ffffff;
  width: 1200px;
  height: 95vh;
  border-radius: 4px;
  padding: 16px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
}

.search-modal-wrapper-header {
  padding-bottom: 16px;
  position: relative;
  display: flex;
}

.search-modal-wrapper-header-close {
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
}

.search-modal-wrapper-header-close:active, .search-modal-wrapper-header-close:focus {
  outline: none;
}

.search-modal-wrapper-header-left, .search-modal-wrapper-header-right {
  flex-basis: 50%;
}

.search-modal-wrapper-header-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 40px;
}

.search-modal-wrapper-header-action .label {
  margin-left: 8px;
  color: #666;
}

.search-modal-wrapper-content {
  background-color: #f1f4f6;
  border-radius: 4px;
  padding: 16px 16px;
  height: calc(95vh - 130px);
  overflow-x: scroll;
}

.renew-modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9990;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.renew-modal-content {
  width: 500px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 32px 16px 16px;
  position: relative;
}

.renew-modal-content button.close {
  position: absolute;
  top: 8px;
  right: 8px;
  outline: none;
}

.table-list {
  margin-top: 0.5rem;
  overflow-x: scroll;
  overflow-y: hidden;
}

.table-list table {
  width: 100%;
  min-width: 1300px;
}

.table-list table thead tr th {
  font-size: 11px;
  color: #9a9ea1;
  padding: 8px 16px;
  font-weight: 300;
  text-align: left;
}

.table-list table tbody tr td {
  background-color: #ffffff;
  border-top: solid 5px #f4f6f8;
  border-bottom: solid 5px #f4f6f8;
  padding: 8px 16px;
  font-size: 12px;
  color: #41474e;
  vertical-align: top;
  transition: all 0.2s ease;
}

.table-list table tbody tr td img {
  width: 40px;
  box-shadow: 1px 3px 6px rgba(222,224,227,0.50196);
  border-radius: 4px;
  display: inline;
}

.table-list table tbody tr td a.file {
  display: inline-flex;
  align-items: center;
  color: #eb008b;
}

.table-list table tbody tr td a.file span {
  font-size: 0.9rem;
  margin-right: 4px;
}

.table-list table tbody tr td button {
  margin-bottom: 0.5rem;
  font-size: 11px;
  display: inline-block;
  margin: 0 4px;
}

.table-list table tbody tr td.actions {
  vertical-align: middle;
}

.table-list table tbody tr td i.block-icon {
  width: 30px;
  display: inline-block;
}

.table-list table tbody tr td .num-value {
  display: inline-block;
  width: 90px;
  text-align: left;
}

.table-list table tbody tr td .cmi-label {
  background-color: rgba(100, 110, 120, 0.1);
  border-radius: 8px;
  display: inline-block;
  padding: 1px 2px;
  font-size: 10px;
  width: 30px;
  text-align: center;
}

.renewal-table .table-grid .grid-th {
  display: grid;
  grid-template-columns: 180px 40px 60px 110px 80px 130px 70px 120px 1fr;
  font-size: 10px;
  color: #848484;
}

.renewal-table .table-grid .grid-th > div {
  padding: 10px 5px;
}

.renewal-table .table-grid .grid-tbody {
  display: grid;
  grid-template-columns: 180px 40px 60px 110px 80px 130px 70px 120px 1fr;
  font-size: 12px;
  background-color: #ffffff;
  margin-bottom: 5px;
  color: #111;
}

.renewal-table .table-grid .grid-tbody .selling-price {
  font-size: 14px;
  font-weight: 500;
}

.renewal-table .table-grid .grid-tbody-full {
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  background-color: #ffffff;
}

.renewal-table .table-grid .grid-tbody > div {
  padding: 10px 5px;
}

.renewal-table .table-grid .grid-tbody > div .badges {
  margin-top: 5px;
}

.renewal-table .table-grid .grid-tbody > div .expired_at {
  font-size: 10px;
}

.renewal-table .table-grid .grid-tbody > div .cmi-label {
  background-color: rgba(100, 110, 120, 0.1);
  border-radius: 8px;
  display: inline-block;
  padding: 1px 2px;
  font-size: 10px;
  width: 30px;
  text-align: center;
}

.renewal-table .table-grid .grid-tbody > div .num-value {
  display: inline-block;
  padding-left: 7px;
  font-size: 14px;
  font-weight: 500;
}

.renewal-table .table-grid .grid-tbody > div img {
  border-radius: 4px;
}

.renewal-table .table-grid .grid-tbody > div span,
    .renewal-table .table-grid .grid-tbody > div i {
  font-size: 0.9rem;
  margin-right: 5px;
}

.renewal-table .table-grid .grid-tbody > div button {
  margin-bottom: 5px;
  max-height: 30px;
}

.renewal-table .table-grid .grid-tbody-full {
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  background-color: #ffffff;
}

.renewal-table .table-grid .grid-expand-table {
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 5px;
  margin-top: -4px;
  padding: 10px 5px;
}

.renewal-table .table-grid .grid-expand-table-grid-th {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 80px;
  font-size: 12px;
  color: #848484;
}

.renewal-table .table-grid .grid-expand-table-grid-th > div {
  padding: 10px;
}

.renewal-table .table-grid .grid-expand-table-grid-tbody {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 80px;
  background-color: #f1f4f6;
  margin-bottom: 5px;
  font-size: 12px;
}

.renewal-table .table-grid .grid-expand-table-grid-tbody > div {
  padding: 10px;
}

.renewal-table .table-grid .grid-expand-table-grid-tbody > div img {
  border-radius: 4px;
}

.renewal-table .table-grid .grid-expand-table-grid-tbody > div button i {
  font-size: 0.8rem;
}

.renew-list {
  padding: 16px;
}

.renew-list .result-box {
  text-align: right;
  margin-top: -8px;
  color: #8a949e;
  font-size: 11px;
  margin-bottom: 1.5rem;
}

.renew-list-title {
  font-size: 11px;
  color: #848484;
}

.renew-list-title .title-border {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  color: rgba(0,0,0,0.75686);
}

.renew-list-title .title-bottom {
  font-size: 12px;
  font-weight: 200;
  color: #949494;
  padding-top: 5px;
  padding-bottom: 20px;
}

.card-thankyou {
  max-width: 750px;
}

.card-thankyou-title {
  padding-top: 1rem;
  padding-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.card-thankyou-title h1 {
  color: #0a0a0a;
}

.card-thankyou-title .check-sign {
  margin: 0 auto;
}

.card-thankyou-focus {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  margin: 0 auto;
  padding: 1rem 0;
}

.card-thankyou-focus .text-title {
  font-size: 16px;
  font-weight: 500;
}

.card-thankyou-focus .text-body {
  color: #848484;
  font-size: 12px;
}

.card-thankyou-focus img {
  justify-self: end;
  border-radius: 10px;
}

.card-thankyou-amount {
  font-size: 2.25rem;
  font-weight: 500;
  color: #eb008b;
}

.card-thankyou-footer {
  border-top: 1px solid #f0f0f0;
  padding-top: 1rem;
  margin-top: 1rem;
}

.card-thankyou .btn-follow-policy {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: inline-block;
  color: white;
  background: #eb008b;
  border-radius: 8px;
}

.card-thankyou .batch-verify {
  color: #985c00;
  background: #fff6e3;
  display: inline-block;
  padding: 0.15rem 1rem;
  margin-top: 0.75rem;
  border-radius: 14px;
}

.card-thankyou .batch-verify span {
  vertical-align: middle;
}

.card-thankyou .batch-verify span:first-child {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #ffb100;
  border-radius: 50%;
  margin-right: 0.3rem;
}

.contact-section {
  padding: 16px;
}

.contact-section .qrcode {
  margin: auto;
  width: 222px;
}

.contact-section .text {
  font-size: 23px;
  line-height: 2rem;
}

.contact-section .text-icon-box {
  width: 77px;
  height: 77px;
}

.contact-section .text-icon {
  color: #eb008b;
  font-size: 40px;
}

.contact-section .text-line {
  font-size: 1.25rem;
  margin-top: 1rem;
}

.contact-section .text-sub-detail {
  font-size: 1rem;
  padding-left: 45px;
}

.table-list {
  margin-top: 0.5rem;
  overflow-x: scroll;
  overflow-y: hidden;
}

.table-list table {
  width: 100%;
  min-width: 1300px;
}

.table-list table thead tr th {
  font-size: 11px;
  color: #9a9ea1;
  padding: 8px 16px;
  font-weight: 300;
  text-align: left;
}

.table-list table tbody tr td {
  background-color: #ffffff;
  border-top: solid 5px #f4f6f8;
  border-bottom: solid 5px #f4f6f8;
  padding: 8px 16px;
  font-size: 12px;
  color: #41474e;
  vertical-align: top;
  transition: all 0.2s ease;
}

.table-list table tbody tr td img {
  width: 40px;
  box-shadow: 1px 3px 6px rgba(222,224,227,0.50196);
  border-radius: 4px;
  display: inline;
}

.table-list table tbody tr td a.file {
  display: inline-flex;
  align-items: center;
  color: #eb008b;
}

.table-list table tbody tr td a.file span {
  font-size: 0.9rem;
  margin-right: 4px;
}

.table-list table tbody tr td button {
  margin-bottom: 0.5rem;
  font-size: 11px;
  display: inline-block;
  margin: 0 4px;
}

.table-list table tbody tr td.actions {
  vertical-align: middle;
}

.table-list table tbody tr td i.block-icon {
  width: 30px;
  display: inline-block;
}

.table-list table tbody tr td .num-value {
  display: inline-block;
  width: 90px;
  text-align: left;
}

.table-list table tbody tr td .cmi-label {
  background-color: rgba(100, 110, 120, 0.1);
  border-radius: 8px;
  display: inline-block;
  padding: 1px 2px;
  font-size: 10px;
  width: 30px;
  text-align: center;
}

.lead-table .table-grid .grid-th {
  display: grid;
  grid-template-columns: 200px 90px 200px 130px 180px 120px 200px 120px 100px 1fr;
  font-size: 10px;
  color: #848484;
}

.lead-table .table-grid .grid-th > div {
  padding: 10px 5px;
}

.lead-table .table-grid .grid-tbody {
  display: grid;
  grid-template-columns: 200px 90px 200px 130px 180px 120px 200px 120px 100px 1fr;
  font-size: 12px;
  background-color: #ffffff;
  margin-bottom: 5px;
  color: #111;
}

.lead-table .table-grid .grid-tbody .selling-price {
  font-size: 14px;
  font-weight: 500;
}

.lead-table .table-grid .grid-tbody-full {
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  background-color: #ffffff;
}

.lead-table .table-grid .grid-tbody > div {
  padding: 10px 5px;
}

.lead-table .table-grid .grid-tbody > div .badges {
  margin-top: 5px;
}

.lead-table .table-grid .grid-tbody > div .expired_at {
  font-size: 10px;
}

.lead-table .table-grid .grid-tbody > div .cmi-label {
  background-color: rgba(100, 110, 120, 0.1);
  border-radius: 8px;
  display: inline-block;
  padding: 1px 2px;
  font-size: 10px;
  width: 30px;
  text-align: center;
}

.lead-table .table-grid .grid-tbody > div .num-value {
  display: inline-block;
  padding-left: 7px;
  font-size: 14px;
  font-weight: 500;
}

.lead-table .table-grid .grid-tbody > div img {
  border-radius: 4px;
}

.lead-table .table-grid .grid-tbody > div span,
    .lead-table .table-grid .grid-tbody > div i {
  font-size: 0.9rem;
  margin-right: 5px;
}

.lead-table .table-grid .grid-tbody > div button {
  margin-bottom: 5px;
  max-height: 30px;
}

.lead-table .table-grid .grid-tbody-full {
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  background-color: #ffffff;
}

.lead-table .table-grid .grid-expand-table {
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 5px;
  margin-top: -4px;
  padding: 10px 5px;
}

.lead-table .table-grid .grid-expand-table-grid-th {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 80px;
  font-size: 12px;
  color: #848484;
}

.lead-table .table-grid .grid-expand-table-grid-th > div {
  padding: 10px;
}

.lead-table .table-grid .grid-expand-table-grid-tbody {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 80px;
  background-color: #f1f4f6;
  margin-bottom: 5px;
  font-size: 12px;
}

.lead-table .table-grid .grid-expand-table-grid-tbody > div {
  padding: 10px;
}

.lead-table .table-grid .grid-expand-table-grid-tbody > div img {
  border-radius: 4px;
}

.lead-table .table-grid .grid-expand-table-grid-tbody > div button i {
  font-size: 0.8rem;
}

.lead-table .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.lead-table .tooltip .tooltiptext {
  visibility: hidden;
  font-size: 10px;
  width: 200px;
  background-color: black;
  color: white;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.lead-table .tooltip:hover .tooltiptext {
  visibility: visible;
}

.lead-page {
  padding: 16px;
}

.lead-page .result-box {
  text-align: right;
  margin-top: -8px;
  color: #8a949e;
  font-size: 11px;
  margin-bottom: 1.5rem;
}

.lead-page-title {
  font-size: 11px;
  color: #848484;
}

.lead-page-title .title-border {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  color: rgba(0,0,0,0.75686);
}

.lead-page-title .title-bottom {
  font-size: 12px;
  font-weight: 200;
  color: #949494;
  padding-top: 5px;
  padding-bottom: 20px;
}

.lead-page .filter-area .filter-area-box {
  display: grid;
  grid-template-columns: 300px 300px 280px 1fr;
}

.datepicker-range--box {
  display: grid;
  grid-template-columns: 1fr 50px 1fr;
}

.datepicker-range--modal {
  width: 600px;
  position: absolute;
  z-index: 9;
}

.datepicker-range--modal .react-calendar__viewContainer {
  display: flex;
}

.datepicker-range--modal .react-calendar__viewContainer > div {
  margin: 0 15px;
}

.datepicker-range--modal .react-calendar__tile--active {
  background-color: rgba(235, 0, 139, 0.4);
}

.datepicker-range--modal .react-calendar__tile--rangeStart {
  border-top-left-radius: 25%;
  border-bottom-left-radius: 25%;
  background-color: #eb008b;
}

.datepicker-range--modal .react-calendar__tile--rangeEnd {
  border-top-right-radius: 25%;
  border-bottom-right-radius: 25%;
  background-color: #eb008b;
}

.datepicker-range--modal .react-calendar__tile:enabled:hover,
  .datepicker-range--modal .react-calendar__tile:enabled:focus {
  background-color: #eb008b;
}

.table-list {
  margin-top: 0.5rem;
  overflow-x: scroll;
  overflow-y: hidden;
}

.table-list table {
  width: 100%;
  min-width: 1300px;
}

.table-list table thead tr th {
  font-size: 11px;
  color: #9a9ea1;
  padding: 8px 16px;
  font-weight: 300;
  text-align: left;
}

.table-list table tbody tr td {
  background-color: #ffffff;
  border-top: solid 5px #f4f6f8;
  border-bottom: solid 5px #f4f6f8;
  padding: 8px 16px;
  font-size: 12px;
  color: #41474e;
  vertical-align: top;
  transition: all 0.2s ease;
}

.table-list table tbody tr td img {
  width: 40px;
  box-shadow: 1px 3px 6px rgba(222,224,227,0.50196);
  border-radius: 4px;
  display: inline;
}

.table-list table tbody tr td a.file {
  display: inline-flex;
  align-items: center;
  color: #eb008b;
}

.table-list table tbody tr td a.file span {
  font-size: 0.9rem;
  margin-right: 4px;
}

.table-list table tbody tr td button {
  margin-bottom: 0.5rem;
  font-size: 11px;
  display: inline-block;
  margin: 0 4px;
}

.table-list table tbody tr td.actions {
  vertical-align: middle;
}

.table-list table tbody tr td i.block-icon {
  width: 30px;
  display: inline-block;
}

.table-list table tbody tr td .num-value {
  display: inline-block;
  width: 90px;
  text-align: left;
}

.table-list table tbody tr td .cmi-label {
  background-color: rgba(100, 110, 120, 0.1);
  border-radius: 8px;
  display: inline-block;
  padding: 1px 2px;
  font-size: 10px;
  width: 30px;
  text-align: center;
}

.renew-lead-table .table-grid .grid-th {
  display: grid;
  grid-template-columns: 200px 90px 200px 100px 130px 200px 130px 130px 100px 1fr;
  font-size: 10px;
  color: #848484;
}

.renew-lead-table .table-grid .grid-th > div {
  padding: 10px 5px;
}

.renew-lead-table .table-grid .grid-tbody {
  display: grid;
  grid-template-columns: 200px 90px 200px 100px 130px 200px 130px 130px 100px 1fr;
  font-size: 12px;
  background-color: #ffffff;
  margin-bottom: 5px;
  color: #111;
}

.renew-lead-table .table-grid .grid-tbody .selling-price {
  font-size: 14px;
  font-weight: 500;
}

.renew-lead-table .table-grid .grid-tbody-full {
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  background-color: #ffffff;
}

.renew-lead-table .table-grid .grid-tbody > div {
  padding: 10px 5px;
}

.renew-lead-table .table-grid .grid-tbody > div .badges {
  margin-top: 5px;
}

.renew-lead-table .table-grid .grid-tbody > div .expired_at {
  font-size: 10px;
}

.renew-lead-table .table-grid .grid-tbody > div .cmi-label {
  background-color: rgba(100, 110, 120, 0.1);
  border-radius: 8px;
  display: inline-block;
  padding: 1px 2px;
  font-size: 10px;
  width: 30px;
  text-align: center;
}

.renew-lead-table .table-grid .grid-tbody > div .num-value {
  display: inline-block;
  padding-left: 7px;
  font-size: 14px;
  font-weight: 500;
}

.renew-lead-table .table-grid .grid-tbody > div img {
  border-radius: 4px;
}

.renew-lead-table .table-grid .grid-tbody > div span,
    .renew-lead-table .table-grid .grid-tbody > div i {
  font-size: 0.9rem;
  margin-right: 5px;
}

.renew-lead-table .table-grid .grid-tbody > div button {
  margin-bottom: 5px;
  max-height: 30px;
}

.renew-lead-table .table-grid .grid-tbody-full {
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  background-color: #ffffff;
}

.renew-lead-table .table-grid .grid-expand-table {
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 5px;
  margin-top: -4px;
  padding: 10px 5px;
}

.renew-lead-table .table-grid .grid-expand-table-grid-th {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 80px;
  font-size: 12px;
  color: #848484;
}

.renew-lead-table .table-grid .grid-expand-table-grid-th > div {
  padding: 10px;
}

.renew-lead-table .table-grid .grid-expand-table-grid-tbody {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 80px;
  background-color: #f1f4f6;
  margin-bottom: 5px;
  font-size: 12px;
}

.renew-lead-table .table-grid .grid-expand-table-grid-tbody > div {
  padding: 10px;
}

.renew-lead-table .table-grid .grid-expand-table-grid-tbody > div img {
  border-radius: 4px;
}

.renew-lead-table .table-grid .grid-expand-table-grid-tbody > div button i {
  font-size: 0.8rem;
}

.renew-lead-table .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.renew-lead-table .tooltip .tooltiptext {
  visibility: hidden;
  font-size: 10px;
  width: 200px;
  background-color: black;
  color: white;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.renew-lead-table .tooltip:hover .tooltiptext {
  visibility: visible;
}

.lead-page {
  padding: 16px;
}

.lead-page .result-box {
  text-align: right;
  margin-top: -8px;
  color: #8a949e;
  font-size: 11px;
  margin-bottom: 1.5rem;
}

.lead-page-title {
  font-size: 11px;
  color: #848484;
}

.lead-page-title .title-border {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  color: rgba(0,0,0,0.75686);
}

.lead-page-title .title-bottom {
  font-size: 12px;
  font-weight: 200;
  color: #949494;
  padding-top: 5px;
  padding-bottom: 20px;
}

.lead-page .filter-area .filter-area-box {
  display: grid;
  grid-template-columns: 300px 300px 280px 1fr;
}

.react-datepicker-wrapper {
  width: 100%;
}

.react-datepicker__header  {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
}
.old-table {
  padding: 1rem;
  border-radius: 4px;
  width: 100%;
  font-size: 0.9rem;
}

.old-table .text-left {
  text-align: left;
  padding-left: 1.5rem;
}

.old-table .text-left-policy {
  text-align: left;
  font-weight: 500;
  padding-left: 1.5rem;
}

.old-table .cmi-label {
  background-color: rgba(100, 110, 120, 0.1);
  border-radius: 8px;
  display: inline-block;
  padding: 1px 2px;
  font-size: 10px;
  width: 30px;
  text-align: center;
}

.main-search-product {
  background-position: top center;
  background-size: cover;
  padding-top: 80px;
  min-height: 100vh;
}

.main-search-product-title {
  font-size: 32px;
  font-weight: 500;
  color: white;
  text-align: center;
  padding-bottom: 16px;
}

.main-search-product-box {
  padding: 2rem 12rem 0rem 12rem;
}

.modal-upload-policy {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-upload-policy-wrapper {
  width: 33.33%;
  padding: 16px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
}

.modal-upload-policy-wrapper h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}

.modal-upload-policy-wrapper h2 span {
  margin-right: 8px;
}

.modal-upload-policy-wrapper-grid-top {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  font-size: 0.8rem;
}

.modal-upload-policy-wrapper-grid {
  display: grid;
  grid-template-columns: 90px 1fr;
  border-radius: 4px;
  border: solid 1px #eeeeee;
  background-color: #f9f9f9;
  margin-top: 8px;
  padding: 16px;
  font-size: 0.8rem;
}

.modal-upload-policy-wrapper-grid .img {
  margin-right: 16px;
}

.modal-upload-policy-wrapper-grid .img img {
  border-radius: 4px;
}

.modal-upload-policy-wrapper-action {
  display: flex;
  justify-content: flex-end;
}

.modal-upload-policy-wrapper-action button {
  margin-left: 8px;
}

.icon-status {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-top: 5px;
}

.icon-status span {
  font-size: 1rem;
}

.icon-status.true {
  background-color: #54c1bb;
}

.icon-status.false {
  background-color: #e8556b;
}

.policy-page {
  padding: 16px;
}

.policy-page .order-detail-link {
  text-decoration: underline;
  color: #111111;
  font-weight: 500;
}

.policy-page .result-box {
  text-align: right;
  margin-top: -40px;
  padding-bottom: 15px;
  color: #8a949e;
  font-size: 10px;
  margin-bottom: 1.5rem;
}

.policy-page .result-box-all {
  text-align: right;
  margin-top: -10px;
  color: #8a949e;
  font-size: 10px;
  margin-bottom: 1.5rem;
}

.policy-page .btn-pay-slip {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  width: 100%;
}

.policy-page .btn-pay-slip i {
  font-size: 0.9rem;
  margin-right: 4px;
}

.policy-page .cmi-label {
  background-color: rgba(100, 110, 120, 0.1);
  border-radius: 8px;
  display: inline-block;
  padding: 1px 2px;
  font-size: 10px;
  width: 30px;
  text-align: center;
}

.policy-page .view-policy-component {
  overflow-x: scroll;
}

.policy-page .view-policy-component .table-grid {
  min-width: 1500px;
}

.policy-page .view-policy-component .table-grid .grid-th {
  display: grid;
  grid-template-columns: 150px 80px 180px 180px 70px 40px 100px 100px 100px 80px 80px 80px 150px 30px 150px;
  font-size: 10px;
  color: #848484;
}

.policy-page .view-policy-component .table-grid .grid-th > div {
  padding: 10px 5px;
}

.policy-page .view-policy-component .table-grid .grid-tbody {
  display: grid;
  grid-template-columns: 150px 80px 180px 180px 70px 40px 100px 100px 100px 80px 80px 80px 150px 30px 150px;
  font-size: 12px;
  background-color: #ffffff;
  margin-bottom: 5px;
  color: #111;
}

.policy-page .view-policy-component .table-grid .grid-tbody > div {
  padding: 10px 5px;
}

.policy-page .view-policy-component .table-grid .grid-tbody > div .badges {
  margin-top: 5px;
}

.policy-page .view-policy-component .table-grid .grid-tbody > div .expired_at {
  font-size: 10px;
}

.policy-page .view-policy-component .table-grid .grid-tbody > div img {
  border-radius: 4px;
}

.policy-page .view-policy-component .table-grid .grid-tbody-full {
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  background-color: #ffffff;
}

.policy-page .view-policy-component .table-grid .grid-expand-table {
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 5px;
  margin-top: -4px;
  padding: 10px 5px;
}

.policy-page .view-policy-component .table-grid .grid-expand-table-grid-th {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 80px;
  font-size: 12px;
  color: #848484;
}

.policy-page .view-policy-component .table-grid .grid-expand-table-grid-th > div {
  padding: 10px;
}

.policy-page .view-policy-component .table-grid .grid-expand-table-grid-tbody {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 80px;
  background-color: #f1f4f6;
  margin-bottom: 5px;
  font-size: 12px;
}

.policy-page .view-policy-component .table-grid .grid-expand-table-grid-tbody > div {
  padding: 10px;
}

.policy-page .view-policy-component .table-grid .grid-expand-table-grid-tbody > div img {
  border-radius: 4px;
}

.policy-page .view-policy-component .table-grid .grid-expand-table-grid-tbody > div button i {
  font-size: 0.8rem;
}

.agent-order-detail-loading {
  background-color: #fff;
  padding: 16px;
  text-align: center;
  margin: 16px;
  position: relative;
  top: 16px;
}

.agent-order-detail {
  padding: 0;
}

.agent-order-detail .sticky {
  position: sticky;
  top: 60px;
  z-index: 1;
}

.agent-order-detail-header {
  display: grid;
  grid-template-columns: 1fr 150px;
  align-items: center;
}

.agent-order-detail-header small {
  color: #848484;
}

.agent-order-detail-sub-header {
  display: grid;
  grid-template-columns: 25% 25% 25% 1fr;
  align-items: center;
}

.agent-order-detail-sub-header small {
  color: #848484;
}

.agent-order-detail-wrapper {
  padding: 8px 16px;
}

.agent-order-detail-wrapper .bg {
  background-color: #f1f2f3;
  padding: 8px;
}

.agent-order-detail-wrapper .list-content,
    .agent-order-detail-wrapper .list-content-2 {
  padding: 0 16px;
}

.agent-order-detail-wrapper .list-content .label.type-1,
      .agent-order-detail-wrapper .list-content-2 .label.type-1 {
  color: #848484;
}

.agent-order-detail-wrapper .list-content .label.type-2 small,
      .agent-order-detail-wrapper .list-content-2 .label.type-2 small {
  color: #848484;
}

.agent-order-detail-wrapper .list-content .bold,
      .agent-order-detail-wrapper .list-content-2 .bold {
  font-weight: 500;
}

.agent-order-detail-wrapper .list-content ul,
      .agent-order-detail-wrapper .list-content-2 ul {
  padding-left: 20px;
}

.agent-order-detail-wrapper .list-content ul li,
        .agent-order-detail-wrapper .list-content-2 ul li {
  margin-top: 8px;
  list-style: disc;
}

.agent-order-detail-wrapper .list-content .bd-dotted,
      .agent-order-detail-wrapper .list-content-2 .bd-dotted {
  margin-top: 16px;
  border-bottom: dotted 2px #dddddd;
}

.agent-order-detail-wrapper .list-content-2 {
  padding: 0;
}

.agent-order-detail-wrapper .btn-pay-slip {
  margin-left: 16px;
  display: inline-block;
}

.agent-order-detail-wrapper .btn-pay-slip i {
  font-size: 1rem;
}

.table-list {
  margin-top: 0.5rem;
}

.table-list .order-detail-link {
  text-decoration: underline;
  color: #111111;
  font-weight: 500;
}

.table-list table {
  width: 100%;
}

.table-list table thead tr th {
  font-size: 11px;
  color: #9a9ea1;
  padding: 8px 16px;
  text-align: left;
}

.table-list table tbody tr td {
  background-color: #ffffff;
  border-top: solid 5px #f4f6f8;
  border-bottom: solid 5px #f4f6f8;
  padding: 8px 16px;
  font-size: 12px;
  color: #41474e;
  vertical-align: top;
  transition: all 0.2s ease;
}

.table-list table tbody tr td.actions {
  vertical-align: middle;
}

.table-list table tbody tr td i.block-icon {
  width: 30px;
  display: inline-block;
}

.table-list table tbody tr td .num-value {
  display: inline-block;
  width: 90px;
  text-align: left;
}

.table-list table tbody tr td .insurer-img {
  width: 30px;
}

.table-list table tbody tr td .cmi-label {
  background-color: rgba(100, 110, 120, 0.1);
  border-radius: 8px;
  display: inline-block;
  padding: 1px 2px;
  font-size: 10px;
  width: 30px;
  text-align: center;
}

.table-list .bullet {
  background-color: #fefae7;
  display: inline-block;
  padding: 0px 8px;
  border-radius: 25%;
  padding-left: 20px;
  position: relative;
}

.table-list .bullet::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #f4d843;
  margin-right: 16px;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.table-list .preview-slip {
  display: inline-flex;
  align-items: center;
  color: #eb008b;
  outline: none;
}

.table-list .preview-slip i {
  font-size: 0.8rem;
  margin-right: 4px;
}

.table-list .view-order-component .table-grid {
  min-width: 100%;
}

.table-list .view-order-component .table-grid .grid-th {
  display: grid;
  grid-template-columns: 10rem 1fr 2fr 4rem 40px 6rem 8rem 6rem 6rem 6rem 5rem 5rem 14rem 5rem;
  font-size: 10px;
  color: #848484;
}

.table-list .view-order-component .table-grid .grid-th > div {
  padding: 10px 5px;
}

.table-list .view-order-component .table-grid .grid-tbody {
  display: grid;
  grid-template-columns: 10rem 1fr 2fr 4rem 40px 6rem 8rem 6rem 6rem 6rem 5rem 5rem 14rem 5rem;
  font-size: 12px;
  background-color: #ffffff;
  margin-bottom: 5px;
  color: #111;
}

.table-list .view-order-component .table-grid .grid-tbody > div {
  padding: 10px 5px;
}

.table-list .view-order-component .table-grid .grid-tbody > div .badges {
  margin-top: 5px;
}

.table-list .view-order-component .table-grid .grid-tbody > div .expired_at {
  font-size: 10px;
}

.table-list .view-order-component .table-grid .grid-tbody > div img {
  border-radius: 4px;
}

.table-list .view-order-component .table-grid .grid-tbody-full {
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  background-color: #ffffff;
}

.table-list .view-order-component .table-grid .grid-expand-table {
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 5px;
  margin-top: -4px;
  padding: 10px 5px;
}

.table-list .view-order-component .table-grid .grid-expand-table-grid-th {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 80px;
  font-size: 12px;
  color: #848484;
}

.table-list .view-order-component .table-grid .grid-expand-table-grid-th > div {
  padding: 10px;
}

.table-list .view-order-component .table-grid .grid-expand-table-grid-tbody {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 80px;
  background-color: #f1f4f6;
  margin-bottom: 5px;
  font-size: 12px;
}

.table-list .view-order-component .table-grid .grid-expand-table-grid-tbody > div {
  padding: 10px;
}

.table-list .view-order-component .table-grid .grid-expand-table-grid-tbody > div img {
  border-radius: 4px;
}

.table-list .view-order-component .table-grid .grid-expand-table-grid-tbody > div button i {
  font-size: 0.8rem;
}

.orders-page {
  padding: 16px;
}

.orders-page-title {
  font-size: 11px;
  color: #848484;
}

.orders-page-title .title-bottom {
  font-size: 12px;
  font-weight: 200;
  color: #949494;
  padding-top: 5px;
}

.orders-page .card {
  margin: 1.5rem;
  background: white;
  padding: 1.5rem;
  box-shadow: 1px 1px 6px -2px rgba(0, 0, 0, 0.5);
}

.orders-page .continue-btn {
  background-color: #eb008b;
  padding: 0.3rem 0.5rem;
  color: #ffffff;
  border-radius: 3px;
  outline: none;
}

.orders-page .result-box {
  text-align: right;
  margin-top: -20px;
  color: #b1b1b1;
  font-size: 10px;
  margin-bottom: 1.5rem;
}

.agent-order-detail-loading {
  background-color: #fff;
  padding: 16px;
  text-align: center;
  margin: 16px;
  position: relative;
  top: 16px;
}

.agent-order-detail {
  padding: 0;
}

.agent-order-detail .sticky {
  position: sticky;
  top: 60px;
  z-index: 1;
}

.agent-order-detail-header {
  display: grid;
  grid-template-columns: 1fr 150px;
  align-items: center;
}

.agent-order-detail-header small {
  color: #848484;
}

.agent-order-detail-sub-header {
  display: grid;
  grid-template-columns: 25% 25% 25% 1fr;
  align-items: center;
}

.agent-order-detail-sub-header small {
  color: #848484;
}

.agent-order-detail-wrapper {
  padding: 8px 16px;
}

.agent-order-detail-wrapper .detail-header {
  padding: 0px;
}

.agent-order-detail-wrapper .detail-header h6 {
  display: inline-block;
  padding: 8px;
}

.agent-order-detail-wrapper .detail-header button {
  outline: none;
}

.agent-order-detail-wrapper .bg {
  background-color: #f1f2f3;
}

.agent-order-detail-wrapper .list-content,
    .agent-order-detail-wrapper .list-content-2 {
  padding: 0 16px;
}

.agent-order-detail-wrapper .list-content .label.type-1,
      .agent-order-detail-wrapper .list-content-2 .label.type-1 {
  color: #848484;
}

.agent-order-detail-wrapper .list-content .label.type-2 small,
      .agent-order-detail-wrapper .list-content-2 .label.type-2 small {
  color: #848484;
}

.agent-order-detail-wrapper .list-content .bold,
      .agent-order-detail-wrapper .list-content-2 .bold {
  font-weight: 500;
}

.agent-order-detail-wrapper .list-content ul,
      .agent-order-detail-wrapper .list-content-2 ul {
  padding-left: 20px;
}

.agent-order-detail-wrapper .list-content ul li,
        .agent-order-detail-wrapper .list-content-2 ul li {
  margin-top: 8px;
  list-style: disc;
}

.agent-order-detail-wrapper .list-content .bd-dotted,
      .agent-order-detail-wrapper .list-content-2 .bd-dotted {
  margin-top: 16px;
  border-bottom: dotted 2px #dddddd;
}

.agent-order-detail-wrapper .list-content-2 {
  padding: 0;
}

.agent-order-detail-wrapper .btn-pay-slip {
  margin-left: 16px;
  display: inline-block;
}

.agent-order-detail-wrapper .btn-pay-slip i {
  font-size: 1rem;
}

.table-list {
  margin-top: 0.5rem;
}

.table-list .order-detail-link {
  text-decoration: underline;
  color: #111111;
  font-weight: 500;
}

.table-list table {
  width: 100%;
}

.table-list table thead tr th {
  font-size: 11px;
  color: #9a9ea1;
  padding: 8px 16px;
  text-align: left;
}

.table-list table tbody tr td {
  background-color: #ffffff;
  border-top: solid 5px #f4f6f8;
  border-bottom: solid 5px #f4f6f8;
  padding: 8px 16px;
  font-size: 12px;
  color: #41474e;
  vertical-align: top;
  transition: all 0.2s ease;
}

.table-list table tbody tr td.actions {
  vertical-align: middle;
}

.table-list table tbody tr td i.block-icon {
  width: 30px;
  display: inline-block;
}

.table-list table tbody tr td .num-value {
  display: inline-block;
  width: 90px;
  text-align: left;
}

.table-list table tbody tr td .insurer-img {
  width: 30px;
}

.table-list table tbody tr td .cmi-label {
  background-color: rgba(100, 110, 120, 0.1);
  border-radius: 8px;
  display: inline-block;
  padding: 1px 2px;
  font-size: 10px;
  width: 30px;
  text-align: center;
}

.table-list .bullet {
  background-color: #fefae7;
  display: inline-block;
  padding: 0px 8px;
  border-radius: 25%;
  padding-left: 20px;
  position: relative;
}

.table-list .bullet::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #f4d843;
  margin-right: 16px;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.table-list .preview-slip {
  display: inline-flex;
  align-items: center;
  color: #eb008b;
  outline: none;
}

.table-list .preview-slip i {
  font-size: 0.8rem;
  margin-right: 4px;
}

.table-list .view-order-component .table-grid {
  min-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.table-list .view-order-component .table-grid .grid-th {
  display: grid;
  grid-template-columns: 10rem 5rem 8rem 4rem 40px 6rem 8rem 6rem 6rem 6rem 5rem 5rem 5rem 14rem 5rem;
  font-size: 10px;
  color: #848484;
}

.table-list .view-order-component .table-grid .grid-th > div {
  padding: 10px 5px;
}

.table-list .view-order-component .table-grid .grid-tbody {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: 10rem 5rem 8rem 4rem 40px 6rem 8rem 6rem 6rem 6rem 5rem 5rem 5rem 14rem 5rem;
  font-size: 12px;
  background-color: #ffffff;
  margin-bottom: 5px;
  color: #111;
}

.table-list .view-order-component .table-grid .grid-tbody > div {
  padding: 10px 5px;
}

.table-list .view-order-component .table-grid .grid-tbody > div .badges {
  margin-top: 5px;
}

.table-list .view-order-component .table-grid .grid-tbody > div .expired_at {
  font-size: 10px;
}

.table-list .view-order-component .table-grid .grid-tbody > div img {
  border-radius: 4px;
}

.table-list .view-order-component .table-grid .grid-tbody-full {
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  background-color: #ffffff;
}

.table-list .view-order-component .table-grid .grid-expand-table {
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 5px;
  margin-top: -4px;
  padding: 10px 5px;
}

.table-list .view-order-component .table-grid .grid-expand-table-grid-th {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 80px;
  font-size: 12px;
  color: #848484;
}

.table-list .view-order-component .table-grid .grid-expand-table-grid-th > div {
  padding: 10px;
}

.table-list .view-order-component .table-grid .grid-expand-table-grid-tbody {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 80px;
  background-color: #f1f4f6;
  margin-bottom: 5px;
  font-size: 12px;
}

.table-list .view-order-component .table-grid .grid-expand-table-grid-tbody > div {
  padding: 10px;
}

.table-list .view-order-component .table-grid .grid-expand-table-grid-tbody > div img {
  border-radius: 4px;
}

.table-list .view-order-component .table-grid .grid-expand-table-grid-tbody > div button i {
  font-size: 0.8rem;
}

.orders-page {
  padding: 16px;
}

.orders-page-title {
  font-size: 11px;
  color: #848484;
}

.orders-page-title .title-bottom {
  font-size: 12px;
  font-weight: 200;
  color: #949494;
  padding-top: 5px;
}

.orders-page .card {
  margin: 1.5rem;
  background: white;
  padding: 1.5rem;
  box-shadow: 1px 1px 6px -2px rgba(0, 0, 0, 0.5);
}

.orders-page .continue-btn {
  background-color: #eb008b;
  padding: 0.3rem 0.5rem;
  color: #ffffff;
  border-radius: 3px;
  outline: none;
}

.orders-page .result-box {
  text-align: right;
  margin-top: -20px;
  color: #b1b1b1;
  font-size: 10px;
  margin-bottom: 1.5rem;
}

.table-grid {
  overflow-x: scroll;
}

.table-grid-head {
  min-width: 1100px;
  display: grid;
  grid-template-columns: 180px 120px 180px 70px 80px 100px 100px 90px 150px 100px;
  font-size: 10px;
  color: #848484;
}

.table-grid-head > div {
  padding: 10px 5px;
}

.table-grid-body {
  min-width: 1100px;
  display: grid;
  grid-template-columns: 180px 120px 180px 70px 80px 100px 100px 90px 150px 100px;
  background-color: #ffffff;
  font-size: 12px;
  margin-bottom: 5px;
  color: #111;
}

.table-grid-body > div {
  padding: 10px 5px;
}

.table-grid-body-full {
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  background-color: #ffffff;
}

.table-grid-body img {
  width: 40px;
  box-shadow: 1px 3px 6px rgba(222,224,227,0.50196);
  border-radius: 4px;
}

.table-grid-body .num-value {
  display: inline-block;
  width: 90px;
  text-align: left;
}

.table-grid-body .cmi-label {
  background-color: rgba(100, 110, 120, 0.1);
  border-radius: 8px;
  display: inline-block;
  padding: 1px 2px;
  font-size: 10px;
  width: 30px;
  text-align: center;
}

.table-grid-body.actions {
  vertical-align: middle;
}

.renew-list {
  padding: 16px;
}

.renew-list .result-box {
  text-align: right;
  margin-top: -8px;
  color: #8A949E;
  font-size: 11px;
  margin-bottom: 1.5rem;
}

.section-form-header {
  background-color: #f1f2f3;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  color: #646e78;
  display: flex;
  align-items: center;
}

.section-form-header span {
  font-size: 1rem;
}

.section-form-content {
  padding: 8px;
}

.from-group {
  margin-bottom: 1rem;
}

.from-group > label {
  font-size: 0.8rem;
  font-weight: 400;
  margin-bottom: 0.25rem;
  color: #41474e;
}

.from-group > label span {
  color: #eb3f4d;
}

.from-group .label-block {
  display: inline-block;
}

.from-group .label-inline {
  display: inline;
}

.input-text {
  position: relative;
}

.input-text .form-input {
  border: 1px solid rgba(196,196,196,0.79608);
  width: 100%;
  padding: 0.375rem 0.75rem;
  outline: none;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  line-height: 1.5;
  display: block;
  transition: all 0.1s ease-in;
  height: 32px;
  background-color: #ffffff;
}

.input-text .form-input.text-currency {
  text-align: right;
  padding-right: 1.25rem;
}

.input-text .form-input:-moz-read-only {
  background-color: rgba(204, 204, 204, 0.1);
  cursor: not-allowed;
}

.input-text .form-input:read-only {
  background-color: rgba(204, 204, 204, 0.1);
  cursor: not-allowed;
}

.input-text .form-input:focus {
  border-color: #eb008b;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(235, 0, 139, 0.3);
}

.input-text .form-input.has-error {
  border-color: #eb3f4d;
}

.input-text .form-input.has-error:focus {
  border-color: #eb3f4d;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(235, 63, 77, 0.3);
}

.input-text .form-input-error {
  color: #eb3f4d;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
}

.input-text .form-input-error i {
  font-size: 1rem;
  margin-right: 5px;
}

.input-text .currency {
  position: absolute;
  font-size: 12px;
  color: #1E2124;
  right: 8px;
  top: 7px;
}

.switcher {
  display: flex;
}

.switcher label {
  padding: 5px 16px;
  border: solid 1px #C4C4C4;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in;
  min-width: 100px;
  text-align: center;
  font-size: 12px;
}

.switcher label:first-child {
  border-right: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.switcher label:last-child {
  border-left: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.switcher label.active {
  background-color: #112e42;
  color: #ffffff;
}

.switcher label.active:first-child {
  border: solid 1px rgba(17, 46, 66, 0.4);
  border-right: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.switcher label.active:last-child {
  border: solid 1px rgba(17, 46, 66, 0.4);
  border-left: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.switcher label input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  cursor: pointer;
}

.form-select {
  border: 1px solid rgba(196,196,196,0.79608);
  width: 100%;
  padding: 0.375rem 0.75rem;
  outline: none;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  line-height: 1.5;
  display: block;
  transition: all 0.1s ease-in;
  height: 32px;
  background-color: #ffffff;
}

.form-select:disabled {
  background-color: rgba(204, 204, 204, 0.1);
  cursor: not-allowed;
}

.form-select:focus {
  border-color: #eb008b;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(235, 0, 139, 0.3);
}

.form-select.has-error {
  border-color: #eb3f4d;
}

.form-select.has-error:focus {
  border-color: #eb3f4d;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(235, 63, 77, 0.3);
}

.form-select-error {
  color: #eb3f4d;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
}

.form-select-error i {
  font-size: 1rem;
  margin-right: 5px;
}

.form-datepicker {
  position: relative;
}

.form-datepicker i {
  position: absolute;
  right: 5px;
  top: 4px;
  color: #646E78;
}

.form-datepicker input {
  border: 1px solid rgba(196,196,196,0.79608);
  width: 100%;
  padding: 0.375rem 0.75rem;
  outline: none;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  line-height: 1.5;
  display: block;
  transition: all 0.1s ease-in;
  height: 32px;
  background-color: #ffffff;
}

.form-datepicker input:-moz-read-only {
  background-color: #ffffff;
  cursor: pointer;
}

.form-datepicker input:read-only {
  background-color: #ffffff;
  cursor: pointer;
}

.form-datepicker input:disabled {
  background-color: #ffffff;
  cursor: pointer;
}

.form-datepicker input:focus {
  border-color: #eb008b;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(235, 0, 139, 0.3);
}

.form-datepicker input.has-error {
  border-color: #eb3f4d;
}

.form-datepicker input.has-error:focus {
  border-color: #eb3f4d;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(235, 63, 77, 0.3);
}

.form-datepicker input-error {
  color: #eb3f4d;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
}

.form-datepicker input-error i {
  font-size: 1rem;
  margin-right: 5px;
}

.form-datepicker-dialog {
  position: absolute;
  margin-top: 0.5rem;
  border-radius: 4px;
  overflow: hidden;
  z-index: 999;
  background-color: #ffffff;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
}

.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  box-sizing: border-box;
}

.react-calendar {
  border-radius: 4px;
  max-width: 100%;
  background: white;
  font: inherit;
  line-height: 1.125em;
  border: 0;
  overflow: hidden;
}

.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
  font-family: "Kanit", sans-serif;
  font-size: 0.8em;
}

.react-calendar button:disabled {
  cursor: not-allowed;
  background-color: rgba(204, 204, 204, 0.1);
  color: #757575;
}

.react-calendar__navigation {
  display: flex;
}

.react-calendar__navigation button {
  min-width: 44px;
  height: 44px;
  background: #eb008b;
  color: #ffffff;
  font-size: 1rem;
}

.react-calendar__navigation button:disabled {
  background: #eb008b;
  color: #ffffff;
  font-size: 1rem;
}

.react-calendar button:enabled:hover {
  cursor: pointer;
}

.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
}

.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
}

.react-calendar__tile {
  max-width: 100%;
  text-align: center;
  padding: 0.75em 0.5em;
  background: none;
}

.react-calendar__month-view__days__day--neighboringMonth {
  color: #757575;
}

.react-calendar__month-view__days__day--weekend {
  color: #d10000;
}

.react-calendar__tile--active {
  background: #eb008b;
  color: white;
}

.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #e6e6e6;
}

.react-calendar button:enabled:hover {
  cursor: pointer;
}

.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #e6e6e6;
}

.custom-control-checkbox {
  display: flex;
  align-items: center;
  margin-right: 16px;
  position: relative;
  padding-left: 29px;
  cursor: pointer;
}

.custom-control-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.custom-control-checkbox:hover input ~ .checkmark-primary {
  background-color: #ccc;
}

.custom-control-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 4px;
}

.custom-control-checkbox .checkmark::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.custom-control-checkbox .checkmark-primary {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 4px;
}

.custom-control-checkbox .checkmark-primary::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.custom-control-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-control-checkbox input:checked ~ .checkmark {
  background-color: #112e42;
}

.custom-control-checkbox input:checked ~ .checkmark-primary {
  background-color: #eb008b;
}

.custom-control-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-control-checkbox input:checked ~ .checkmark-primay:after {
  display: block;
}

.custom-control-checkbox label {
  margin-top: 4px;
  color: rgba(0, 0, 0, 0.65);
}

.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.checkmark-primary::after {
  content: "";
  position: absolute;
  display: none;
}

.container {
  width: 1200px;
  margin: auto;
}

.container-compare {
  width: 992px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.row-inline {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px;
}

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

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

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

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

.no-padding {
  padding: 0 !important;
}

.d-flex {
  display: flex;
}

@media (min-width: 0px) {
  .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.renew-motor-form h2 {
  text-align: center;
  color: #41474e;
  margin-bottom: 1rem;
}

.renew-motor-form h4 {
  color: #000000;
  font-size: 12px;
  margin-bottom: 0.5rem;
}

.renew-motor-form .policy-form-label {
  font-size: 12px;
  color: #646e78;
  margin-left: 8px;
}

.renew-motor-form .policy-form-label span {
  color: #dc3545;
}

.renew-motor-form .space-input {
  padding: 0;
  font-size: 12px;
  color: #646e78;
}

.renew-motor-form .space-bottom {
  margin-bottom: 8px;
}

.renew-motor-form .end-section {
  margin: 16px 0;
  border: none;
  margin-left: 8px;
  position: relative;
  padding-bottom: 4px;
}

.renew-motor-form .end-section::after {
  content: "";
  border-bottom: dotted 2px rgba(196,196,196,0.79608);
  width: 100%;
  height: 2px;
  position: absolute;
}

.renew-motor-form-btn {
  padding: 8px 0 0;
  display: flex;
  justify-content: center;
}

.renew-motor-form-btn button {
  margin-left: 8px;
  margin-right: 8px;
}

.vehicle-registration-layout {
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16078);
  border: 3px solid #4f4f4f;
  border-radius: 9px;
  padding: 18px;
  font-family: "Sarabun", sans-serif;
  margin-top: 20px;
}

.staff-label {
  margin-bottom: 8px;
}

.staff-label.inline {
  display: flex;
  justify-content: space-between;
}

.staff-label-key {
  color: #9a9ea1;
  font-size: 12px;
}

.staff-label-value {
  font-size: 12px;
}

.container {
  width: 1200px;
  margin: auto;
}

.container-compare {
  width: 992px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.row-inline {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px;
}

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

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

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

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

.no-padding {
  padding: 0 !important;
}

.d-flex {
  display: flex;
}

@media (min-width: 0px) {
  .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.renew-form {
  padding: 16px;
}

.renew-form-top {
  box-shadow: 1px 3px 6px rgba(222,224,227,0.50196);
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 16px;
  background-color: #ffffff;
  padding: 16px 16px 8px;
}

.renew-form-top .grid {
  display: flex;
  justify-content: space-between;
}

.renew-form-top .grid .staff-label {
  padding-right: 16px;
}

.renew-form-top .grid .staff-label:last-child {
  padding-right: 0;
}

.renew-form-top .grid .staff-label .cmi-label {
  background-color: rgba(100, 110, 120, 0.1);
  border-radius: 8px;
  display: inline-block;
  padding: 1px 2px;
  font-size: 10px;
  width: 30px;
  text-align: center;
  margin-left: 8px;
}

.renew-form-top .grid .staff-label .cmi-label-success {
  background-color: #e9fbf2;
  border-radius: 8px;
  display: inline-flex;
  padding: 1px 5px;
  font-size: 10px;
  width: auto;
  text-align: center;
  margin-left: 8px;
  position: relative;
  align-items: center;
  color: #167946;
}

.renew-form-top .grid .staff-label .cmi-label-success span {
  font-size: .6rem;
  color: #ffffff;
  border-radius: 50%;
  padding: 1px;
  background-color: #2DD881;
  margin-right: 4px;
}

.renew-form-left {
  box-shadow: 1px 3px 6px rgba(222,224,227,0.50196);
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 16px;
  background-color: #ffffff;
}

.renew-form-right {
  box-shadow: 1px 3px 6px rgba(222,224,227,0.50196);
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 16px;
  background-color: #ffffff;
}

.renew-grid {
  overflow-x: scroll;
}

.renew-grid-head {
  min-width: 1200px;
  display: grid;
  grid-template-columns: 90px 180px 70px 50px 100px 100px 90px 130px 100px 140px 180px;
  font-size: 10px;
  color: #848484;
}

.renew-grid-head > div {
  padding: 10px 5px;
}

.renew-grid-body {
  min-width: 1200px;
  display: grid;
  grid-template-columns: 90px 180px 70px 50px 100px 100px 90px 130px 100px 140px 180px;
  background-color: #ffffff;
  font-size: 12px;
  margin-bottom: 5px;
  color: #111;
}

.renew-grid-body > div {
  padding: 10px 5px;
}

.renew-grid-body-full {
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  background-color: #ffffff;
}

.renew-grid-body .selling-price {
  font-size: 14px;
  font-weight: 500;
}

.renew-grid-body .num-value {
  display: inline-block;
  padding-left: 7px;
  font-size: 14px;
  font-weight: 500;
}

.renew-grid-body .cmi-label {
  background-color: rgba(100, 110, 120, 0.1);
  border-radius: 8px;
  display: inline-block;
  padding: 1px 2px;
  font-size: 10px;
  width: 30px;
  text-align: center;
}

.renew-grid-body img {
  width: 40px;
  box-shadow: 1px 3px 6px rgba(222,224,227,0.50196);
  border-radius: 4px;
}

.renew-grid-body .file {
  display: flex;
  align-items: center;
}

.renew-list {
  padding: 16px;
}

.renew-list .result-box {
  text-align: right;
  margin-top: 5px;
  color: #8a949e;
  font-size: 11px;
  margin-bottom: 1.5rem;
}

.react-datepicker-wrapper {
  width: 100%;
}

.react-datepicker__header {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
}

.main-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: flex;
  height: 64px;
  background-color: #ffffff;
  z-index: 1000;
}

.main-header-logo-main {
  flex-basis: 30%;
  padding-left: 16px;
  height: 50px;
  margin-top: 15px;
}

.main-header-logo-main a {
  display: block;
}

.main-header-logo-main a img {
  height: 31px;
}

.main-header-actions {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin-right: 16px;
  align-items: center;
}

.main-header-actions > div {
  margin-left: 16px;
}

.main-header-actions .username .avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: rgba(204,204,204,0.8);
  margin-right: 8px;
  text-align: center;
  font-size: 1.1rem;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.main-header-actions button {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid rgba(65, 71, 78, 0.8);
  background-color: #41474e;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in;
}

.main-header-actions button span {
  font-size: 1.5rem;
}

.main-header-actions button:hover {
  background-color: rgba(229, 98, 108, 0.9);
  border: 1px solid rgba(229, 98, 108, 0.8);
}

.login-page {
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-image: url("https://storage.googleapis.com/asia.artifacts.gm-gettmore-project.mtb.co.th/hero-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.login-form {
  flex: 0 0 25%;
  max-width: 25%;
  min-width: 350px;
  border-radius: 20px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
}

.login-header {
  background-color: #eb008b;
  padding: 24px 8px 8px;
  color: #ffffff;
  text-align: center;
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.login-icon {
  font-size: 3rem;
  position: absolute;
  top: -24px;
  background: #9883e5;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 50%;
  padding: 5px;
}

.login-wrapper {
  padding: 24px 16px 16px;
  background-color: #ffffff;
  border-radius: 20px;
}

.login-wrapper hr {
  margin: 16px 0;
}

.login-wrapper-logo {
  padding: 10px 20px;
  text-align: -webkit-center;
}

.login-wrapper-logo img {
  height: 50px;
}

.login-wrapper h1 {
  text-align: center;
  font-weight: 500;
  color: #111;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-wrapper h1 i {
  font-size: 2rem;
  margin-right: 5px;
}

.login-wrapper p {
  text-align: center;
  margin-bottom: 24px;
  color: #848484;
}

.login-wrapper p.remark-text {
  text-align: left;
}

.login-wrapper button {
  margin-bottom: 30px;
}

.login-wrapper button span i {
  margin-top: 3px;
}

.nav-link span.label {
  position: relative;
}

.nav-link span.label::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  --tw-bg-opacity: 1;
  background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  opacity: 0;
  transition: all 0.4s;
}

.nav-link:hover span.label::before {
  opacity: 1;
}

.button-animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-name: animateButton;
          animation-name: animateButton;
}

@-webkit-keyframes animateButton {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes animateButton {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.clip-circle {
  background-image: url("/bg-city2.ac3df63d.svg");
  background-size: cover;
  background-position-x: center;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-repeat: no-repeat;
  background-color: #efefed;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.clip-circle-mobile::before {
  content: "";
  background-image: url("/bg-city2.ac3df63d.svg");
  background-size: 70%;
  background-position-x: center;
  background-position-y: bottom;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-repeat: no-repeat;
  background-color: #efefed;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  height: 100%;
  overflow: hidden;
}

.hero-highlight {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.hero-highlight::before {
  content: "";
  position: absolute;
  z-index: -10;
  --tw-bg-opacity: 1;
  background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  border-radius: 20px;
  bottom: 6px;
  height: 12px;
}

@media (min-width: 1280px) {
  .hero-highlight::before {
    height: 0.5rem;
  }
}

.hero-highlight::before {
  width: 105%;
  -webkit-animation-name: animate;
          animation-name: animate;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  left: 50%;
  transform: translateX(-50%);
}

@-webkit-keyframes animate {
  0% {
    bottom: 20px;
    opacity: 0;
  }

  100% {
    opacity: 1;
    bottom: 10px;
  }
}

@keyframes animate {
  0% {
    bottom: 20px;
    opacity: 0;
  }

  100% {
    opacity: 1;
    bottom: 10px;
  }
}

.homepage-dashboard-section {
  position: relative;
  padding-top: 80px;
  z-index: 1;
  text-align: center;
  overflow: hidden;
}

.homepage-dashboard-section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60%;
  width: 100%;
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
  background: transparent linear-gradient(180deg, #e6007e 0%, #ce4aab 100%) 0% 0% no-repeat padding-box;
  z-index: -10;
  background-attachment: fixed;
}

@media (max-width: 1024px) {
  .homepage-dashboard-section::after {
    height: 40%;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
  }
}

.homepage-dashboard-section-box {
  width: 100%;
  min-height: 1440px;
  position: relative;
  margin: auto;
}

.homepage-dashboard-section .o3dball-1 {
  position: absolute;
  z-index: 0;
  top: -60px;
  right: 0;
  width: 300px;
  height: 600px;
  background-image: url("/3dballs-1.2770e0e3.svg");
  background-repeat: no-repeat;
  background-position-x: 0;
}

@media (min-width: 1600px) {
  .homepage-dashboard-section .o3dball-1 {
    right: 0px;
  }
}

@media (min-width: 1300px) {
  .homepage-dashboard-section .o3dball-1 {
    right: -100px;
  }
}

.homepage-dashboard-section .o3dball-2 {
  position: absolute;
  z-index: 0;
  left: 0;
  width: 285px;
  height: 600px;
  background-image: url("/3dballs-2.41a6b8ad.svg");
  background-repeat: no-repeat;
  background-position-x: 0;
}

@media (min-width: 1280px) {
  .homepage-dashboard-section .dashboard-img {
    max-width: 80%;
  }
}

@media (min-width: 1440px) {
  .homepage-dashboard-section .dashboard-img {
    max-width: 80%;
  }
}

@media (min-width: 1600px) {
  .homepage-dashboard-section .dashboard-img {
    max-width: 100%;
  }
}

.section-tool .bg-tool {
  background-position: center right;
  width: 155px;
  height: 155px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 155px 155px;
  top: 50%;
  transform: translateY(-50%);
}

.section-tool .bg-system {
  background-image: url("/system-icon-large.219f64ef.svg");
}

.section-tool .bg-armory {
  background-image: url("/armory-icon-large.5d16b72f.svg");
}

.section-tool .bg-support {
  background-image: url("/support-icon-large.7642804a.svg");
}

.section-tool .bg-mobile-tools {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 40% 40%;
}

.section-tool .bg-mobile-tools.left {
  background-position: center left;
}

.section-tool .bg-mobile-tools.right {
  background-position: center right;
}

.section-tool .bg-mobile-tools.bg-system {
  background-image: url("/system-icon-large.219f64ef.svg");
}

.section-tool .bg-mobile-tools.bg-armory {
  background-image: url("/armory-icon-large.5d16b72f.svg");
}

.section-tool .bg-mobile-tools.bg-support {
  background-image: url("/support-icon-large.7642804a.svg");
}

.section-tool .bg-left {
  left: 60px;
}

.section-tool .bg-right {
  right: 60px;
}

.section-tool .detail-image {
  padding: 0 130px;
}

.slick-slide {
  padding: 30px 0;
}

.slick-current img {
  transition: all 0.4s ease;
  transform: scale(1.7);
}

.d3phone {
  background-image: url("/3d-phone.d73fbcb6.svg");
  position: absolute;
  width: 312px;
  height: 350px;
  top: -250px;
  right: 0;
  z-index: 1;
  overflow-y: hidden;
}

@media (min-width: 200px) {
  .d3phone {
    display: none;
  }
}

@media (min-width: 1440px) {
  .d3phone {
    transform: translateX(0px);
  }
}

@media (min-width: 1600px) {
  .d3phone {
    transform: translateX(-110px);
    display: block;
  }
}

.vdo-section {
  overflow: hidden;
  background-color: #fff;
}

.vdo-section::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 60px;
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  bottom: 0;
  left: -20%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.vdo-section .vdo-thumb > .bg {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  top: 10%;
  left: 0;
  border-radius: 60px;
  background: transparent linear-gradient(180deg, #de168b 0%, #d5339d 100%) 0% 0% no-repeat padding-box;
}

@media (max-width: 1200px) {
  .vdo-section .vdo-thumb > .bg {
    border-radius: 60px;
    position: absolute;
    width: 130%;
    left: -15%;
  }
}

@media (max-width: 1023px) {
  .vdo-section .vdo-thumb > .bg {
    border-radius: 0px;
    position: absolute;
    width: 500%;
    left: -100%;
  }
}

.vdo-section .vdo-thumb-image {
  width: 1000px;
}

.vdo-section .vdo-thumb .play-button {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  outline: none;
}

@media (max-width: 1023px) {
  .vdo-section .vdo-thumb .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20%;
  }
}

.vdo-section .video-modal {
  max-width: 1280px;
  width: 100%;
  position: relative;
}

.vdo-section .video-container {
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
  height: 0;
  overflow: hidden;
  width: 100%;
}

.vdo-section .video-container iframe,
  .vdo-section .video-container object,
  .vdo-section .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.heartbeat {
  -webkit-animation: heartbeat 3s ease-in-out infinite both;
  animation: heartbeat 3s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
  0% {
    transform: scale(0.75);
  }

  20% {
    transform: scale(1);
  }

  40% {
    transform: scale(0.75);
  }

  60% {
    transform: scale(1);
  }

  80% {
    transform: scale(0.75);
  }

  100% {
    transform: scale(0.75);
  }
}

@keyframes heartbeat {
  0% {
    transform: scale(0.75);
  }

  20% {
    transform: scale(1);
  }

  40% {
    transform: scale(0.75);
  }

  60% {
    transform: scale(1);
  }

  80% {
    transform: scale(0.75);
  }

  100% {
    transform: scale(0.75);
  }
}

.agent-section {
  min-height: 850px;
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}

@media (max-width: 1200px) {
  .agent-section {
    min-height: auto;
    padding-bottom: 30%;
  }
}

@media (min-width: 1600px) {
  .agent-section {
    min-height: 1000px;
  }
}

.agent-section-box {
  position: absolute;
  right: 0;
  width: 60%;
  left: 40%;
  top: 150px;
}

@media (max-width: 1023px) {
  .agent-section-box {
    position: relative;
    width: 100%;
    top: 60px;
    left: 0;
  }
}

.gird-list {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(3, calc(50% - 125px));
  grid-template-rows: minmax(400px, 1fr);
}

@media (max-width: 1200px) {
  .gird-list {
    grid-template-columns: repeat(3, calc(80% - 40%));
    grid-template-rows: minmax(auto, 1fr);
  }
}

@media (max-width: 640px) {
  .gird-list {
    grid-template-columns: repeat(3, calc(100% - 40%));
    grid-template-rows: minmax(auto, 1fr);
  }
}

@media (min-width: 1600px) {
  .gird-list {
    grid-template-columns: repeat(3, calc(78% - 40%));
  }
}

@media (min-width: 1600px) {
  .gird-list img {
    width: 100%;
  }
}

.bubble {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 10px;
  padding-left: 20px;
  /* width: 245px; */
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
}

.bubble:before,
.bubble:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
}

.speech:before {
  left: 17px;
  bottom: -32px;
  border: 15px solid;
  border-color: #ffffff transparent transparent #ffffff;
}

.speech:after {
  left: 20px;
  bottom: -24px;
  border: 12px solid;
  border-color: #192D40 transparent transparent #192D40;
}

.text-indent-home {
  text-indent: 2rem;
}

.page {
  width: 210mm;
  margin-left: auto;
  margin-right: auto;
}

ul {
  list-style-type: none;
}

ul li:before {
  margin-right: 1em;
}

/* purgecss start ignore */

/* only apply Purgecss to Tailwindcss's utility class */

/* ! tailwindcss v2.2.17 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, 
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
  outline: auto;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.container {
  width: 100%;
}

@media (min-width: 0px) {
  .container {
    max-width: 0px;
  }
}

@media (min-width: 320px) {
  .container {
    max-width: 320px;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

@media (min-width: 4820px) {
  .container {
    max-width: 4820px;
  }
}

/* purgecss end ignore */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus-within\:sr-only[focus-within] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.focus-within\:sr-only:focus-within {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.focus-within\:not-sr-only[focus-within] {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus-within\:not-sr-only:focus-within {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:sr-only:focus {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inset-1 {
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

.inset-2 {
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

.inset-3 {
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

.inset-4 {
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}

.inset-5 {
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}

.inset-6 {
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

.inset-7 {
  top: 1.75rem;
  right: 1.75rem;
  bottom: 1.75rem;
  left: 1.75rem;
}

.inset-8 {
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

.inset-9 {
  top: 2.25rem;
  right: 2.25rem;
  bottom: 2.25rem;
  left: 2.25rem;
}

.inset-10 {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}

.inset-11 {
  top: 2.75rem;
  right: 2.75rem;
  bottom: 2.75rem;
  left: 2.75rem;
}

.inset-12 {
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}

.inset-14 {
  top: 14px;
  right: 14px;
  bottom: 14px;
  left: 14px;
}

.inset-16 {
  top: 16px;
  right: 16px;
  bottom: 16px;
  left: 16px;
}

.inset-20 {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
}

.inset-24 {
  top: 24px;
  right: 24px;
  bottom: 24px;
  left: 24px;
}

.inset-28 {
  top: 7rem;
  right: 7rem;
  bottom: 7rem;
  left: 7rem;
}

.inset-30 {
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
}

.inset-32 {
  top: 8rem;
  right: 8rem;
  bottom: 8rem;
  left: 8rem;
}

.inset-36 {
  top: 9rem;
  right: 9rem;
  bottom: 9rem;
  left: 9rem;
}

.inset-40 {
  top: 10rem;
  right: 10rem;
  bottom: 10rem;
  left: 10rem;
}

.inset-44 {
  top: 11rem;
  right: 11rem;
  bottom: 11rem;
  left: 11rem;
}

.inset-48 {
  top: 48px;
  right: 48px;
  bottom: 48px;
  left: 48px;
}

.inset-52 {
  top: 13rem;
  right: 13rem;
  bottom: 13rem;
  left: 13rem;
}

.inset-56 {
  top: 14rem;
  right: 14rem;
  bottom: 14rem;
  left: 14rem;
}

.inset-60 {
  top: 60px;
  right: 60px;
  bottom: 60px;
  left: 60px;
}

.inset-64 {
  top: 16rem;
  right: 16rem;
  bottom: 16rem;
  left: 16rem;
}

.inset-72 {
  top: 18rem;
  right: 18rem;
  bottom: 18rem;
  left: 18rem;
}

.inset-80 {
  top: 20rem;
  right: 20rem;
  bottom: 20rem;
  left: 20rem;
}

.inset-95 {
  top: 95px;
  right: 95px;
  bottom: 95px;
  left: 95px;
}

.inset-96 {
  top: 24rem;
  right: 24rem;
  bottom: 24rem;
  left: 24rem;
}

.inset-120 {
  top: 120px;
  right: 120px;
  bottom: 120px;
  left: 120px;
}

.inset-190 {
  top: 190px;
  right: 190px;
  bottom: 190px;
  left: 190px;
}

.inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.inset-px {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.inset-0\.5 {
  top: 0.125rem;
  right: 0.125rem;
  bottom: 0.125rem;
  left: 0.125rem;
}

.inset-1\.5 {
  top: 0.375rem;
  right: 0.375rem;
  bottom: 0.375rem;
  left: 0.375rem;
}

.inset-2\.5 {
  top: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
  left: 0.625rem;
}

.inset-3\.5 {
  top: 0.875rem;
  right: 0.875rem;
  bottom: 0.875rem;
  left: 0.875rem;
}

.inset-30\% {
  top: 30%;
  right: 30%;
  bottom: 30%;
  left: 30%;
}

.inset-7\.5r {
  top: 1.875rem;
  right: 1.875rem;
  bottom: 1.875rem;
  left: 1.875rem;
}

.-inset-1 {
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

.-inset-2 {
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

.-inset-3 {
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}

.-inset-4 {
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}

.-inset-5 {
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
}

.-inset-6 {
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}

.-inset-7 {
  top: -1.75rem;
  right: -1.75rem;
  bottom: -1.75rem;
  left: -1.75rem;
}

.-inset-8 {
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
}

.-inset-9 {
  top: -2.25rem;
  right: -2.25rem;
  bottom: -2.25rem;
  left: -2.25rem;
}

.-inset-10 {
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}

.-inset-11 {
  top: -2.75rem;
  right: -2.75rem;
  bottom: -2.75rem;
  left: -2.75rem;
}

.-inset-12 {
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}

.-inset-14 {
  top: -14px;
  right: -14px;
  bottom: -14px;
  left: -14px;
}

.-inset-16 {
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
}

.-inset-20 {
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
}

.-inset-24 {
  top: -24px;
  right: -24px;
  bottom: -24px;
  left: -24px;
}

.-inset-28 {
  top: -7rem;
  right: -7rem;
  bottom: -7rem;
  left: -7rem;
}

.-inset-30 {
  top: -30px;
  right: -30px;
  bottom: -30px;
  left: -30px;
}

.-inset-32 {
  top: -8rem;
  right: -8rem;
  bottom: -8rem;
  left: -8rem;
}

.-inset-36 {
  top: -9rem;
  right: -9rem;
  bottom: -9rem;
  left: -9rem;
}

.-inset-40 {
  top: -10rem;
  right: -10rem;
  bottom: -10rem;
  left: -10rem;
}

.-inset-44 {
  top: -11rem;
  right: -11rem;
  bottom: -11rem;
  left: -11rem;
}

.-inset-48 {
  top: -48px;
  right: -48px;
  bottom: -48px;
  left: -48px;
}

.-inset-52 {
  top: -13rem;
  right: -13rem;
  bottom: -13rem;
  left: -13rem;
}

.-inset-56 {
  top: -14rem;
  right: -14rem;
  bottom: -14rem;
  left: -14rem;
}

.-inset-60 {
  top: -60px;
  right: -60px;
  bottom: -60px;
  left: -60px;
}

.-inset-64 {
  top: -16rem;
  right: -16rem;
  bottom: -16rem;
  left: -16rem;
}

.-inset-72 {
  top: -18rem;
  right: -18rem;
  bottom: -18rem;
  left: -18rem;
}

.-inset-80 {
  top: -20rem;
  right: -20rem;
  bottom: -20rem;
  left: -20rem;
}

.-inset-95 {
  top: -95px;
  right: -95px;
  bottom: -95px;
  left: -95px;
}

.-inset-96 {
  top: -24rem;
  right: -24rem;
  bottom: -24rem;
  left: -24rem;
}

.-inset-120 {
  top: -120px;
  right: -120px;
  bottom: -120px;
  left: -120px;
}

.-inset-190 {
  top: -190px;
  right: -190px;
  bottom: -190px;
  left: -190px;
}

.-inset-px {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.-inset-0\.5 {
  top: -0.125rem;
  right: -0.125rem;
  bottom: -0.125rem;
  left: -0.125rem;
}

.-inset-1\.5 {
  top: -0.375rem;
  right: -0.375rem;
  bottom: -0.375rem;
  left: -0.375rem;
}

.-inset-2\.5 {
  top: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  left: -0.625rem;
}

.-inset-3\.5 {
  top: -0.875rem;
  right: -0.875rem;
  bottom: -0.875rem;
  left: -0.875rem;
}

.-inset-30\% {
  top: -30%;
  right: -30%;
  bottom: -30%;
  left: -30%;
}

.-inset-7\.5r {
  top: -1.875rem;
  right: -1.875rem;
  bottom: -1.875rem;
  left: -1.875rem;
}

.inset-1\/2 {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.inset-1\/3 {
  top: 33.333333%;
  right: 33.333333%;
  bottom: 33.333333%;
  left: 33.333333%;
}

.inset-2\/3 {
  top: 66.666667%;
  right: 66.666667%;
  bottom: 66.666667%;
  left: 66.666667%;
}

.inset-1\/4 {
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
}

.inset-2\/4 {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.inset-3\/4 {
  top: 75%;
  right: 75%;
  bottom: 75%;
  left: 75%;
}

.inset-full {
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

.-inset-1\/2 {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.-inset-1\/3 {
  top: -33.333333%;
  right: -33.333333%;
  bottom: -33.333333%;
  left: -33.333333%;
}

.-inset-2\/3 {
  top: -66.666667%;
  right: -66.666667%;
  bottom: -66.666667%;
  left: -66.666667%;
}

.-inset-1\/4 {
  top: -25%;
  right: -25%;
  bottom: -25%;
  left: -25%;
}

.-inset-2\/4 {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.-inset-3\/4 {
  top: -75%;
  right: -75%;
  bottom: -75%;
  left: -75%;
}

.-inset-full {
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

.inset-x-0 {
  left: 0;
  right: 0;
}

.inset-x-1 {
  left: 0.25rem;
  right: 0.25rem;
}

.inset-x-2 {
  left: 0.5rem;
  right: 0.5rem;
}

.inset-x-3 {
  left: 0.75rem;
  right: 0.75rem;
}

.inset-x-4 {
  left: 1rem;
  right: 1rem;
}

.inset-x-5 {
  left: 5px;
  right: 5px;
}

.inset-x-6 {
  left: 1.5rem;
  right: 1.5rem;
}

.inset-x-7 {
  left: 1.75rem;
  right: 1.75rem;
}

.inset-x-8 {
  left: 2rem;
  right: 2rem;
}

.inset-x-9 {
  left: 2.25rem;
  right: 2.25rem;
}

.inset-x-10 {
  left: 10px;
  right: 10px;
}

.inset-x-11 {
  left: 2.75rem;
  right: 2.75rem;
}

.inset-x-12 {
  left: 3rem;
  right: 3rem;
}

.inset-x-14 {
  left: 14px;
  right: 14px;
}

.inset-x-16 {
  left: 16px;
  right: 16px;
}

.inset-x-20 {
  left: 20px;
  right: 20px;
}

.inset-x-24 {
  left: 24px;
  right: 24px;
}

.inset-x-28 {
  left: 7rem;
  right: 7rem;
}

.inset-x-30 {
  left: 30px;
  right: 30px;
}

.inset-x-32 {
  left: 8rem;
  right: 8rem;
}

.inset-x-36 {
  left: 9rem;
  right: 9rem;
}

.inset-x-40 {
  left: 10rem;
  right: 10rem;
}

.inset-x-44 {
  left: 11rem;
  right: 11rem;
}

.inset-x-48 {
  left: 48px;
  right: 48px;
}

.inset-x-52 {
  left: 13rem;
  right: 13rem;
}

.inset-x-56 {
  left: 14rem;
  right: 14rem;
}

.inset-x-60 {
  left: 60px;
  right: 60px;
}

.inset-x-64 {
  left: 16rem;
  right: 16rem;
}

.inset-x-72 {
  left: 18rem;
  right: 18rem;
}

.inset-x-80 {
  left: 20rem;
  right: 20rem;
}

.inset-x-95 {
  left: 95px;
  right: 95px;
}

.inset-x-96 {
  left: 24rem;
  right: 24rem;
}

.inset-x-120 {
  left: 120px;
  right: 120px;
}

.inset-x-190 {
  left: 190px;
  right: 190px;
}

.inset-x-auto {
  left: auto;
  right: auto;
}

.inset-x-px {
  left: 1px;
  right: 1px;
}

.inset-x-0\.5 {
  left: 0.125rem;
  right: 0.125rem;
}

.inset-x-1\.5 {
  left: 0.375rem;
  right: 0.375rem;
}

.inset-x-2\.5 {
  left: 0.625rem;
  right: 0.625rem;
}

.inset-x-3\.5 {
  left: 0.875rem;
  right: 0.875rem;
}

.inset-x-30\% {
  left: 30%;
  right: 30%;
}

.inset-x-7\.5r {
  left: 1.875rem;
  right: 1.875rem;
}

.-inset-x-1 {
  left: -0.25rem;
  right: -0.25rem;
}

.-inset-x-2 {
  left: -0.5rem;
  right: -0.5rem;
}

.-inset-x-3 {
  left: -0.75rem;
  right: -0.75rem;
}

.-inset-x-4 {
  left: -1rem;
  right: -1rem;
}

.-inset-x-5 {
  left: -5px;
  right: -5px;
}

.-inset-x-6 {
  left: -1.5rem;
  right: -1.5rem;
}

.-inset-x-7 {
  left: -1.75rem;
  right: -1.75rem;
}

.-inset-x-8 {
  left: -2rem;
  right: -2rem;
}

.-inset-x-9 {
  left: -2.25rem;
  right: -2.25rem;
}

.-inset-x-10 {
  left: -10px;
  right: -10px;
}

.-inset-x-11 {
  left: -2.75rem;
  right: -2.75rem;
}

.-inset-x-12 {
  left: -3rem;
  right: -3rem;
}

.-inset-x-14 {
  left: -14px;
  right: -14px;
}

.-inset-x-16 {
  left: -16px;
  right: -16px;
}

.-inset-x-20 {
  left: -20px;
  right: -20px;
}

.-inset-x-24 {
  left: -24px;
  right: -24px;
}

.-inset-x-28 {
  left: -7rem;
  right: -7rem;
}

.-inset-x-30 {
  left: -30px;
  right: -30px;
}

.-inset-x-32 {
  left: -8rem;
  right: -8rem;
}

.-inset-x-36 {
  left: -9rem;
  right: -9rem;
}

.-inset-x-40 {
  left: -10rem;
  right: -10rem;
}

.-inset-x-44 {
  left: -11rem;
  right: -11rem;
}

.-inset-x-48 {
  left: -48px;
  right: -48px;
}

.-inset-x-52 {
  left: -13rem;
  right: -13rem;
}

.-inset-x-56 {
  left: -14rem;
  right: -14rem;
}

.-inset-x-60 {
  left: -60px;
  right: -60px;
}

.-inset-x-64 {
  left: -16rem;
  right: -16rem;
}

.-inset-x-72 {
  left: -18rem;
  right: -18rem;
}

.-inset-x-80 {
  left: -20rem;
  right: -20rem;
}

.-inset-x-95 {
  left: -95px;
  right: -95px;
}

.-inset-x-96 {
  left: -24rem;
  right: -24rem;
}

.-inset-x-120 {
  left: -120px;
  right: -120px;
}

.-inset-x-190 {
  left: -190px;
  right: -190px;
}

.-inset-x-px {
  left: -1px;
  right: -1px;
}

.-inset-x-0\.5 {
  left: -0.125rem;
  right: -0.125rem;
}

.-inset-x-1\.5 {
  left: -0.375rem;
  right: -0.375rem;
}

.-inset-x-2\.5 {
  left: -0.625rem;
  right: -0.625rem;
}

.-inset-x-3\.5 {
  left: -0.875rem;
  right: -0.875rem;
}

.-inset-x-30\% {
  left: -30%;
  right: -30%;
}

.-inset-x-7\.5r {
  left: -1.875rem;
  right: -1.875rem;
}

.inset-x-1\/2 {
  left: 50%;
  right: 50%;
}

.inset-x-1\/3 {
  left: 33.333333%;
  right: 33.333333%;
}

.inset-x-2\/3 {
  left: 66.666667%;
  right: 66.666667%;
}

.inset-x-1\/4 {
  left: 25%;
  right: 25%;
}

.inset-x-2\/4 {
  left: 50%;
  right: 50%;
}

.inset-x-3\/4 {
  left: 75%;
  right: 75%;
}

.inset-x-full {
  left: 100%;
  right: 100%;
}

.-inset-x-1\/2 {
  left: -50%;
  right: -50%;
}

.-inset-x-1\/3 {
  left: -33.333333%;
  right: -33.333333%;
}

.-inset-x-2\/3 {
  left: -66.666667%;
  right: -66.666667%;
}

.-inset-x-1\/4 {
  left: -25%;
  right: -25%;
}

.-inset-x-2\/4 {
  left: -50%;
  right: -50%;
}

.-inset-x-3\/4 {
  left: -75%;
  right: -75%;
}

.-inset-x-full {
  left: -100%;
  right: -100%;
}

.inset-y-0 {
  top: 0;
  bottom: 0;
}

.inset-y-1 {
  top: 0.25rem;
  bottom: 0.25rem;
}

.inset-y-2 {
  top: 0.5rem;
  bottom: 0.5rem;
}

.inset-y-3 {
  top: 0.75rem;
  bottom: 0.75rem;
}

.inset-y-4 {
  top: 1rem;
  bottom: 1rem;
}

.inset-y-5 {
  top: 5px;
  bottom: 5px;
}

.inset-y-6 {
  top: 1.5rem;
  bottom: 1.5rem;
}

.inset-y-7 {
  top: 1.75rem;
  bottom: 1.75rem;
}

.inset-y-8 {
  top: 2rem;
  bottom: 2rem;
}

.inset-y-9 {
  top: 2.25rem;
  bottom: 2.25rem;
}

.inset-y-10 {
  top: 10px;
  bottom: 10px;
}

.inset-y-11 {
  top: 2.75rem;
  bottom: 2.75rem;
}

.inset-y-12 {
  top: 3rem;
  bottom: 3rem;
}

.inset-y-14 {
  top: 14px;
  bottom: 14px;
}

.inset-y-16 {
  top: 16px;
  bottom: 16px;
}

.inset-y-20 {
  top: 20px;
  bottom: 20px;
}

.inset-y-24 {
  top: 24px;
  bottom: 24px;
}

.inset-y-28 {
  top: 7rem;
  bottom: 7rem;
}

.inset-y-30 {
  top: 30px;
  bottom: 30px;
}

.inset-y-32 {
  top: 8rem;
  bottom: 8rem;
}

.inset-y-36 {
  top: 9rem;
  bottom: 9rem;
}

.inset-y-40 {
  top: 10rem;
  bottom: 10rem;
}

.inset-y-44 {
  top: 11rem;
  bottom: 11rem;
}

.inset-y-48 {
  top: 48px;
  bottom: 48px;
}

.inset-y-52 {
  top: 13rem;
  bottom: 13rem;
}

.inset-y-56 {
  top: 14rem;
  bottom: 14rem;
}

.inset-y-60 {
  top: 60px;
  bottom: 60px;
}

.inset-y-64 {
  top: 16rem;
  bottom: 16rem;
}

.inset-y-72 {
  top: 18rem;
  bottom: 18rem;
}

.inset-y-80 {
  top: 20rem;
  bottom: 20rem;
}

.inset-y-95 {
  top: 95px;
  bottom: 95px;
}

.inset-y-96 {
  top: 24rem;
  bottom: 24rem;
}

.inset-y-120 {
  top: 120px;
  bottom: 120px;
}

.inset-y-190 {
  top: 190px;
  bottom: 190px;
}

.inset-y-auto {
  top: auto;
  bottom: auto;
}

.inset-y-px {
  top: 1px;
  bottom: 1px;
}

.inset-y-0\.5 {
  top: 0.125rem;
  bottom: 0.125rem;
}

.inset-y-1\.5 {
  top: 0.375rem;
  bottom: 0.375rem;
}

.inset-y-2\.5 {
  top: 0.625rem;
  bottom: 0.625rem;
}

.inset-y-3\.5 {
  top: 0.875rem;
  bottom: 0.875rem;
}

.inset-y-30\% {
  top: 30%;
  bottom: 30%;
}

.inset-y-7\.5r {
  top: 1.875rem;
  bottom: 1.875rem;
}

.-inset-y-1 {
  top: -0.25rem;
  bottom: -0.25rem;
}

.-inset-y-2 {
  top: -0.5rem;
  bottom: -0.5rem;
}

.-inset-y-3 {
  top: -0.75rem;
  bottom: -0.75rem;
}

.-inset-y-4 {
  top: -1rem;
  bottom: -1rem;
}

.-inset-y-5 {
  top: -5px;
  bottom: -5px;
}

.-inset-y-6 {
  top: -1.5rem;
  bottom: -1.5rem;
}

.-inset-y-7 {
  top: -1.75rem;
  bottom: -1.75rem;
}

.-inset-y-8 {
  top: -2rem;
  bottom: -2rem;
}

.-inset-y-9 {
  top: -2.25rem;
  bottom: -2.25rem;
}

.-inset-y-10 {
  top: -10px;
  bottom: -10px;
}

.-inset-y-11 {
  top: -2.75rem;
  bottom: -2.75rem;
}

.-inset-y-12 {
  top: -3rem;
  bottom: -3rem;
}

.-inset-y-14 {
  top: -14px;
  bottom: -14px;
}

.-inset-y-16 {
  top: -16px;
  bottom: -16px;
}

.-inset-y-20 {
  top: -20px;
  bottom: -20px;
}

.-inset-y-24 {
  top: -24px;
  bottom: -24px;
}

.-inset-y-28 {
  top: -7rem;
  bottom: -7rem;
}

.-inset-y-30 {
  top: -30px;
  bottom: -30px;
}

.-inset-y-32 {
  top: -8rem;
  bottom: -8rem;
}

.-inset-y-36 {
  top: -9rem;
  bottom: -9rem;
}

.-inset-y-40 {
  top: -10rem;
  bottom: -10rem;
}

.-inset-y-44 {
  top: -11rem;
  bottom: -11rem;
}

.-inset-y-48 {
  top: -48px;
  bottom: -48px;
}

.-inset-y-52 {
  top: -13rem;
  bottom: -13rem;
}

.-inset-y-56 {
  top: -14rem;
  bottom: -14rem;
}

.-inset-y-60 {
  top: -60px;
  bottom: -60px;
}

.-inset-y-64 {
  top: -16rem;
  bottom: -16rem;
}

.-inset-y-72 {
  top: -18rem;
  bottom: -18rem;
}

.-inset-y-80 {
  top: -20rem;
  bottom: -20rem;
}

.-inset-y-95 {
  top: -95px;
  bottom: -95px;
}

.-inset-y-96 {
  top: -24rem;
  bottom: -24rem;
}

.-inset-y-120 {
  top: -120px;
  bottom: -120px;
}

.-inset-y-190 {
  top: -190px;
  bottom: -190px;
}

.-inset-y-px {
  top: -1px;
  bottom: -1px;
}

.-inset-y-0\.5 {
  top: -0.125rem;
  bottom: -0.125rem;
}

.-inset-y-1\.5 {
  top: -0.375rem;
  bottom: -0.375rem;
}

.-inset-y-2\.5 {
  top: -0.625rem;
  bottom: -0.625rem;
}

.-inset-y-3\.5 {
  top: -0.875rem;
  bottom: -0.875rem;
}

.-inset-y-30\% {
  top: -30%;
  bottom: -30%;
}

.-inset-y-7\.5r {
  top: -1.875rem;
  bottom: -1.875rem;
}

.inset-y-1\/2 {
  top: 50%;
  bottom: 50%;
}

.inset-y-1\/3 {
  top: 33.333333%;
  bottom: 33.333333%;
}

.inset-y-2\/3 {
  top: 66.666667%;
  bottom: 66.666667%;
}

.inset-y-1\/4 {
  top: 25%;
  bottom: 25%;
}

.inset-y-2\/4 {
  top: 50%;
  bottom: 50%;
}

.inset-y-3\/4 {
  top: 75%;
  bottom: 75%;
}

.inset-y-full {
  top: 100%;
  bottom: 100%;
}

.-inset-y-1\/2 {
  top: -50%;
  bottom: -50%;
}

.-inset-y-1\/3 {
  top: -33.333333%;
  bottom: -33.333333%;
}

.-inset-y-2\/3 {
  top: -66.666667%;
  bottom: -66.666667%;
}

.-inset-y-1\/4 {
  top: -25%;
  bottom: -25%;
}

.-inset-y-2\/4 {
  top: -50%;
  bottom: -50%;
}

.-inset-y-3\/4 {
  top: -75%;
  bottom: -75%;
}

.-inset-y-full {
  top: -100%;
  bottom: -100%;
}

.top-0 {
  top: 0;
}

.top-1 {
  top: 0.25rem;
}

.top-2 {
  top: 0.5rem;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 5px;
}

.top-6 {
  top: 1.5rem;
}

.top-7 {
  top: 1.75rem;
}

.top-8 {
  top: 2rem;
}

.top-9 {
  top: 2.25rem;
}

.top-10 {
  top: 10px;
}

.top-11 {
  top: 2.75rem;
}

.top-12 {
  top: 3rem;
}

.top-14 {
  top: 14px;
}

.top-16 {
  top: 16px;
}

.top-20 {
  top: 20px;
}

.top-24 {
  top: 24px;
}

.top-28 {
  top: 7rem;
}

.top-30 {
  top: 30px;
}

.top-32 {
  top: 8rem;
}

.top-36 {
  top: 9rem;
}

.top-40 {
  top: 10rem;
}

.top-44 {
  top: 11rem;
}

.top-48 {
  top: 48px;
}

.top-52 {
  top: 13rem;
}

.top-56 {
  top: 14rem;
}

.top-60 {
  top: 60px;
}

.top-64 {
  top: 16rem;
}

.top-72 {
  top: 18rem;
}

.top-80 {
  top: 20rem;
}

.top-95 {
  top: 95px;
}

.top-96 {
  top: 24rem;
}

.top-120 {
  top: 120px;
}

.top-190 {
  top: 190px;
}

.top-auto {
  top: auto;
}

.top-px {
  top: 1px;
}

.top-0\.5 {
  top: 0.125rem;
}

.top-1\.5 {
  top: 0.375rem;
}

.top-2\.5 {
  top: 0.625rem;
}

.top-3\.5 {
  top: 0.875rem;
}

.top-30\% {
  top: 30%;
}

.top-7\.5r {
  top: 1.875rem;
}

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

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

.-top-3 {
  top: -0.75rem;
}

.-top-4 {
  top: -1rem;
}

.-top-5 {
  top: -5px;
}

.-top-6 {
  top: -1.5rem;
}

.-top-7 {
  top: -1.75rem;
}

.-top-8 {
  top: -2rem;
}

.-top-9 {
  top: -2.25rem;
}

.-top-10 {
  top: -10px;
}

.-top-11 {
  top: -2.75rem;
}

.-top-12 {
  top: -3rem;
}

.-top-14 {
  top: -14px;
}

.-top-16 {
  top: -16px;
}

.-top-20 {
  top: -20px;
}

.-top-24 {
  top: -24px;
}

.-top-28 {
  top: -7rem;
}

.-top-30 {
  top: -30px;
}

.-top-32 {
  top: -8rem;
}

.-top-36 {
  top: -9rem;
}

.-top-40 {
  top: -10rem;
}

.-top-44 {
  top: -11rem;
}

.-top-48 {
  top: -48px;
}

.-top-52 {
  top: -13rem;
}

.-top-56 {
  top: -14rem;
}

.-top-60 {
  top: -60px;
}

.-top-64 {
  top: -16rem;
}

.-top-72 {
  top: -18rem;
}

.-top-80 {
  top: -20rem;
}

.-top-95 {
  top: -95px;
}

.-top-96 {
  top: -24rem;
}

.-top-120 {
  top: -120px;
}

.-top-190 {
  top: -190px;
}

.-top-px {
  top: -1px;
}

.-top-0\.5 {
  top: -0.125rem;
}

.-top-1\.5 {
  top: -0.375rem;
}

.-top-2\.5 {
  top: -0.625rem;
}

.-top-3\.5 {
  top: -0.875rem;
}

.-top-30\% {
  top: -30%;
}

.-top-7\.5r {
  top: -1.875rem;
}

.top-1\/2 {
  top: 50%;
}

.top-1\/3 {
  top: 33.333333%;
}

.top-2\/3 {
  top: 66.666667%;
}

.top-1\/4 {
  top: 25%;
}

.top-2\/4 {
  top: 50%;
}

.top-3\/4 {
  top: 75%;
}

.top-full {
  top: 100%;
}

.-top-1\/2 {
  top: -50%;
}

.-top-1\/3 {
  top: -33.333333%;
}

.-top-2\/3 {
  top: -66.666667%;
}

.-top-1\/4 {
  top: -25%;
}

.-top-2\/4 {
  top: -50%;
}

.-top-3\/4 {
  top: -75%;
}

.-top-full {
  top: -100%;
}

.right-0 {
  right: 0;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 5px;
}

.right-6 {
  right: 1.5rem;
}

.right-7 {
  right: 1.75rem;
}

.right-8 {
  right: 2rem;
}

.right-9 {
  right: 2.25rem;
}

.right-10 {
  right: 10px;
}

.right-11 {
  right: 2.75rem;
}

.right-12 {
  right: 3rem;
}

.right-14 {
  right: 14px;
}

.right-16 {
  right: 16px;
}

.right-20 {
  right: 20px;
}

.right-24 {
  right: 24px;
}

.right-28 {
  right: 7rem;
}

.right-30 {
  right: 30px;
}

.right-32 {
  right: 8rem;
}

.right-36 {
  right: 9rem;
}

.right-40 {
  right: 10rem;
}

.right-44 {
  right: 11rem;
}

.right-48 {
  right: 48px;
}

.right-52 {
  right: 13rem;
}

.right-56 {
  right: 14rem;
}

.right-60 {
  right: 60px;
}

.right-64 {
  right: 16rem;
}

.right-72 {
  right: 18rem;
}

.right-80 {
  right: 20rem;
}

.right-95 {
  right: 95px;
}

.right-96 {
  right: 24rem;
}

.right-120 {
  right: 120px;
}

.right-190 {
  right: 190px;
}

.right-auto {
  right: auto;
}

.right-px {
  right: 1px;
}

.right-0\.5 {
  right: 0.125rem;
}

.right-1\.5 {
  right: 0.375rem;
}

.right-2\.5 {
  right: 0.625rem;
}

.right-3\.5 {
  right: 0.875rem;
}

.right-30\% {
  right: 30%;
}

.right-7\.5r {
  right: 1.875rem;
}

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

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

.-right-3 {
  right: -0.75rem;
}

.-right-4 {
  right: -1rem;
}

.-right-5 {
  right: -5px;
}

.-right-6 {
  right: -1.5rem;
}

.-right-7 {
  right: -1.75rem;
}

.-right-8 {
  right: -2rem;
}

.-right-9 {
  right: -2.25rem;
}

.-right-10 {
  right: -10px;
}

.-right-11 {
  right: -2.75rem;
}

.-right-12 {
  right: -3rem;
}

.-right-14 {
  right: -14px;
}

.-right-16 {
  right: -16px;
}

.-right-20 {
  right: -20px;
}

.-right-24 {
  right: -24px;
}

.-right-28 {
  right: -7rem;
}

.-right-30 {
  right: -30px;
}

.-right-32 {
  right: -8rem;
}

.-right-36 {
  right: -9rem;
}

.-right-40 {
  right: -10rem;
}

.-right-44 {
  right: -11rem;
}

.-right-48 {
  right: -48px;
}

.-right-52 {
  right: -13rem;
}

.-right-56 {
  right: -14rem;
}

.-right-60 {
  right: -60px;
}

.-right-64 {
  right: -16rem;
}

.-right-72 {
  right: -18rem;
}

.-right-80 {
  right: -20rem;
}

.-right-95 {
  right: -95px;
}

.-right-96 {
  right: -24rem;
}

.-right-120 {
  right: -120px;
}

.-right-190 {
  right: -190px;
}

.-right-px {
  right: -1px;
}

.-right-0\.5 {
  right: -0.125rem;
}

.-right-1\.5 {
  right: -0.375rem;
}

.-right-2\.5 {
  right: -0.625rem;
}

.-right-3\.5 {
  right: -0.875rem;
}

.-right-30\% {
  right: -30%;
}

.-right-7\.5r {
  right: -1.875rem;
}

.right-1\/2 {
  right: 50%;
}

.right-1\/3 {
  right: 33.333333%;
}

.right-2\/3 {
  right: 66.666667%;
}

.right-1\/4 {
  right: 25%;
}

.right-2\/4 {
  right: 50%;
}

.right-3\/4 {
  right: 75%;
}

.right-full {
  right: 100%;
}

.-right-1\/2 {
  right: -50%;
}

.-right-1\/3 {
  right: -33.333333%;
}

.-right-2\/3 {
  right: -66.666667%;
}

.-right-1\/4 {
  right: -25%;
}

.-right-2\/4 {
  right: -50%;
}

.-right-3\/4 {
  right: -75%;
}

.-right-full {
  right: -100%;
}

.bottom-0 {
  bottom: 0;
}

.bottom-1 {
  bottom: 0.25rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-5 {
  bottom: 5px;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-7 {
  bottom: 1.75rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-9 {
  bottom: 2.25rem;
}

.bottom-10 {
  bottom: 10px;
}

.bottom-11 {
  bottom: 2.75rem;
}

.bottom-12 {
  bottom: 3rem;
}

.bottom-14 {
  bottom: 14px;
}

.bottom-16 {
  bottom: 16px;
}

.bottom-20 {
  bottom: 20px;
}

.bottom-24 {
  bottom: 24px;
}

.bottom-28 {
  bottom: 7rem;
}

.bottom-30 {
  bottom: 30px;
}

.bottom-32 {
  bottom: 8rem;
}

.bottom-36 {
  bottom: 9rem;
}

.bottom-40 {
  bottom: 10rem;
}

.bottom-44 {
  bottom: 11rem;
}

.bottom-48 {
  bottom: 48px;
}

.bottom-52 {
  bottom: 13rem;
}

.bottom-56 {
  bottom: 14rem;
}

.bottom-60 {
  bottom: 60px;
}

.bottom-64 {
  bottom: 16rem;
}

.bottom-72 {
  bottom: 18rem;
}

.bottom-80 {
  bottom: 20rem;
}

.bottom-95 {
  bottom: 95px;
}

.bottom-96 {
  bottom: 24rem;
}

.bottom-120 {
  bottom: 120px;
}

.bottom-190 {
  bottom: 190px;
}

.bottom-auto {
  bottom: auto;
}

.bottom-px {
  bottom: 1px;
}

.bottom-0\.5 {
  bottom: 0.125rem;
}

.bottom-1\.5 {
  bottom: 0.375rem;
}

.bottom-2\.5 {
  bottom: 0.625rem;
}

.bottom-3\.5 {
  bottom: 0.875rem;
}

.bottom-30\% {
  bottom: 30%;
}

.bottom-7\.5r {
  bottom: 1.875rem;
}

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

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

.-bottom-3 {
  bottom: -0.75rem;
}

.-bottom-4 {
  bottom: -1rem;
}

.-bottom-5 {
  bottom: -5px;
}

.-bottom-6 {
  bottom: -1.5rem;
}

.-bottom-7 {
  bottom: -1.75rem;
}

.-bottom-8 {
  bottom: -2rem;
}

.-bottom-9 {
  bottom: -2.25rem;
}

.-bottom-10 {
  bottom: -10px;
}

.-bottom-11 {
  bottom: -2.75rem;
}

.-bottom-12 {
  bottom: -3rem;
}

.-bottom-14 {
  bottom: -14px;
}

.-bottom-16 {
  bottom: -16px;
}

.-bottom-20 {
  bottom: -20px;
}

.-bottom-24 {
  bottom: -24px;
}

.-bottom-28 {
  bottom: -7rem;
}

.-bottom-30 {
  bottom: -30px;
}

.-bottom-32 {
  bottom: -8rem;
}

.-bottom-36 {
  bottom: -9rem;
}

.-bottom-40 {
  bottom: -10rem;
}

.-bottom-44 {
  bottom: -11rem;
}

.-bottom-48 {
  bottom: -48px;
}

.-bottom-52 {
  bottom: -13rem;
}

.-bottom-56 {
  bottom: -14rem;
}

.-bottom-60 {
  bottom: -60px;
}

.-bottom-64 {
  bottom: -16rem;
}

.-bottom-72 {
  bottom: -18rem;
}

.-bottom-80 {
  bottom: -20rem;
}

.-bottom-95 {
  bottom: -95px;
}

.-bottom-96 {
  bottom: -24rem;
}

.-bottom-120 {
  bottom: -120px;
}

.-bottom-190 {
  bottom: -190px;
}

.-bottom-px {
  bottom: -1px;
}

.-bottom-0\.5 {
  bottom: -0.125rem;
}

.-bottom-1\.5 {
  bottom: -0.375rem;
}

.-bottom-2\.5 {
  bottom: -0.625rem;
}

.-bottom-3\.5 {
  bottom: -0.875rem;
}

.-bottom-30\% {
  bottom: -30%;
}

.-bottom-7\.5r {
  bottom: -1.875rem;
}

.bottom-1\/2 {
  bottom: 50%;
}

.bottom-1\/3 {
  bottom: 33.333333%;
}

.bottom-2\/3 {
  bottom: 66.666667%;
}

.bottom-1\/4 {
  bottom: 25%;
}

.bottom-2\/4 {
  bottom: 50%;
}

.bottom-3\/4 {
  bottom: 75%;
}

.bottom-full {
  bottom: 100%;
}

.-bottom-1\/2 {
  bottom: -50%;
}

.-bottom-1\/3 {
  bottom: -33.333333%;
}

.-bottom-2\/3 {
  bottom: -66.666667%;
}

.-bottom-1\/4 {
  bottom: -25%;
}

.-bottom-2\/4 {
  bottom: -50%;
}

.-bottom-3\/4 {
  bottom: -75%;
}

.-bottom-full {
  bottom: -100%;
}

.left-0 {
  left: 0;
}

.left-1 {
  left: 0.25rem;
}

.left-2 {
  left: 0.5rem;
}

.left-3 {
  left: 0.75rem;
}

.left-4 {
  left: 1rem;
}

.left-5 {
  left: 5px;
}

.left-6 {
  left: 1.5rem;
}

.left-7 {
  left: 1.75rem;
}

.left-8 {
  left: 2rem;
}

.left-9 {
  left: 2.25rem;
}

.left-10 {
  left: 10px;
}

.left-11 {
  left: 2.75rem;
}

.left-12 {
  left: 3rem;
}

.left-14 {
  left: 14px;
}

.left-16 {
  left: 16px;
}

.left-20 {
  left: 20px;
}

.left-24 {
  left: 24px;
}

.left-28 {
  left: 7rem;
}

.left-30 {
  left: 30px;
}

.left-32 {
  left: 8rem;
}

.left-36 {
  left: 9rem;
}

.left-40 {
  left: 10rem;
}

.left-44 {
  left: 11rem;
}

.left-48 {
  left: 48px;
}

.left-52 {
  left: 13rem;
}

.left-56 {
  left: 14rem;
}

.left-60 {
  left: 60px;
}

.left-64 {
  left: 16rem;
}

.left-72 {
  left: 18rem;
}

.left-80 {
  left: 20rem;
}

.left-95 {
  left: 95px;
}

.left-96 {
  left: 24rem;
}

.left-120 {
  left: 120px;
}

.left-190 {
  left: 190px;
}

.left-auto {
  left: auto;
}

.left-px {
  left: 1px;
}

.left-0\.5 {
  left: 0.125rem;
}

.left-1\.5 {
  left: 0.375rem;
}

.left-2\.5 {
  left: 0.625rem;
}

.left-3\.5 {
  left: 0.875rem;
}

.left-30\% {
  left: 30%;
}

.left-7\.5r {
  left: 1.875rem;
}

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

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

.-left-3 {
  left: -0.75rem;
}

.-left-4 {
  left: -1rem;
}

.-left-5 {
  left: -5px;
}

.-left-6 {
  left: -1.5rem;
}

.-left-7 {
  left: -1.75rem;
}

.-left-8 {
  left: -2rem;
}

.-left-9 {
  left: -2.25rem;
}

.-left-10 {
  left: -10px;
}

.-left-11 {
  left: -2.75rem;
}

.-left-12 {
  left: -3rem;
}

.-left-14 {
  left: -14px;
}

.-left-16 {
  left: -16px;
}

.-left-20 {
  left: -20px;
}

.-left-24 {
  left: -24px;
}

.-left-28 {
  left: -7rem;
}

.-left-30 {
  left: -30px;
}

.-left-32 {
  left: -8rem;
}

.-left-36 {
  left: -9rem;
}

.-left-40 {
  left: -10rem;
}

.-left-44 {
  left: -11rem;
}

.-left-48 {
  left: -48px;
}

.-left-52 {
  left: -13rem;
}

.-left-56 {
  left: -14rem;
}

.-left-60 {
  left: -60px;
}

.-left-64 {
  left: -16rem;
}

.-left-72 {
  left: -18rem;
}

.-left-80 {
  left: -20rem;
}

.-left-95 {
  left: -95px;
}

.-left-96 {
  left: -24rem;
}

.-left-120 {
  left: -120px;
}

.-left-190 {
  left: -190px;
}

.-left-px {
  left: -1px;
}

.-left-0\.5 {
  left: -0.125rem;
}

.-left-1\.5 {
  left: -0.375rem;
}

.-left-2\.5 {
  left: -0.625rem;
}

.-left-3\.5 {
  left: -0.875rem;
}

.-left-30\% {
  left: -30%;
}

.-left-7\.5r {
  left: -1.875rem;
}

.left-1\/2 {
  left: 50%;
}

.left-1\/3 {
  left: 33.333333%;
}

.left-2\/3 {
  left: 66.666667%;
}

.left-1\/4 {
  left: 25%;
}

.left-2\/4 {
  left: 50%;
}

.left-3\/4 {
  left: 75%;
}

.left-full {
  left: 100%;
}

.-left-1\/2 {
  left: -50%;
}

.-left-1\/3 {
  left: -33.333333%;
}

.-left-2\/3 {
  left: -66.666667%;
}

.-left-1\/4 {
  left: -25%;
}

.-left-2\/4 {
  left: -50%;
}

.-left-3\/4 {
  left: -75%;
}

.-left-full {
  left: -100%;
}

.isolate {
  isolation: isolate;
}

.isolation-auto {
  isolation: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.focus-within\:z-0[focus-within] {
  z-index: 0;
}

.focus-within\:z-0:focus-within {
  z-index: 0;
}

.focus-within\:z-1[focus-within] {
  z-index: 1;
}

.focus-within\:z-1:focus-within {
  z-index: 1;
}

.focus-within\:z-10[focus-within] {
  z-index: 10;
}

.focus-within\:z-10:focus-within {
  z-index: 10;
}

.focus-within\:z-20[focus-within] {
  z-index: 20;
}

.focus-within\:z-20:focus-within {
  z-index: 20;
}

.focus-within\:z-30[focus-within] {
  z-index: 30;
}

.focus-within\:z-30:focus-within {
  z-index: 30;
}

.focus-within\:z-40[focus-within] {
  z-index: 40;
}

.focus-within\:z-40:focus-within {
  z-index: 40;
}

.focus-within\:z-50[focus-within] {
  z-index: 50;
}

.focus-within\:z-50:focus-within {
  z-index: 50;
}

.focus-within\:z-auto[focus-within] {
  z-index: auto;
}

.focus-within\:z-auto:focus-within {
  z-index: auto;
}

.focus-within\:-z-1[focus-within] {
  z-index: -1;
}

.focus-within\:-z-1:focus-within {
  z-index: -1;
}

.focus-within\:-z-10[focus-within] {
  z-index: -10;
}

.focus-within\:-z-10:focus-within {
  z-index: -10;
}

.focus-within\:-z-20[focus-within] {
  z-index: -20;
}

.focus-within\:-z-20:focus-within {
  z-index: -20;
}

.focus\:z-0:focus {
  z-index: 0;
}

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

.focus\:z-10:focus {
  z-index: 10;
}

.focus\:z-20:focus {
  z-index: 20;
}

.focus\:z-30:focus {
  z-index: 30;
}

.focus\:z-40:focus {
  z-index: 40;
}

.focus\:z-50:focus {
  z-index: 50;
}

.focus\:z-auto:focus {
  z-index: auto;
}

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

.focus\:-z-10:focus {
  z-index: -10;
}

.focus\:-z-20:focus {
  z-index: -20;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.order-none {
  order: 0;
}

.col-auto {
  grid-column: auto;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-11 {
  grid-column: span 11 / span 11;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-full {
  grid-column: 1 / -1;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-4 {
  grid-column-start: 4;
}

.col-start-5 {
  grid-column-start: 5;
}

.col-start-6 {
  grid-column-start: 6;
}

.col-start-7 {
  grid-column-start: 7;
}

.col-start-8 {
  grid-column-start: 8;
}

.col-start-9 {
  grid-column-start: 9;
}

.col-start-10 {
  grid-column-start: 10;
}

.col-start-11 {
  grid-column-start: 11;
}

.col-start-12 {
  grid-column-start: 12;
}

.col-start-13 {
  grid-column-start: 13;
}

.col-start-auto {
  grid-column-start: auto;
}

.col-end-1 {
  grid-column-end: 1;
}

.col-end-2 {
  grid-column-end: 2;
}

.col-end-3 {
  grid-column-end: 3;
}

.col-end-4 {
  grid-column-end: 4;
}

.col-end-5 {
  grid-column-end: 5;
}

.col-end-6 {
  grid-column-end: 6;
}

.col-end-7 {
  grid-column-end: 7;
}

.col-end-8 {
  grid-column-end: 8;
}

.col-end-9 {
  grid-column-end: 9;
}

.col-end-10 {
  grid-column-end: 10;
}

.col-end-11 {
  grid-column-end: 11;
}

.col-end-12 {
  grid-column-end: 12;
}

.col-end-13 {
  grid-column-end: 13;
}

.col-end-auto {
  grid-column-end: auto;
}

.row-auto {
  grid-row: auto;
}

.row-span-1 {
  grid-row: span 1 / span 1;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.row-span-3 {
  grid-row: span 3 / span 3;
}

.row-span-4 {
  grid-row: span 4 / span 4;
}

.row-span-5 {
  grid-row: span 5 / span 5;
}

.row-span-6 {
  grid-row: span 6 / span 6;
}

.row-span-full {
  grid-row: 1 / -1;
}

.row-start-1 {
  grid-row-start: 1;
}

.row-start-2 {
  grid-row-start: 2;
}

.row-start-3 {
  grid-row-start: 3;
}

.row-start-4 {
  grid-row-start: 4;
}

.row-start-5 {
  grid-row-start: 5;
}

.row-start-6 {
  grid-row-start: 6;
}

.row-start-7 {
  grid-row-start: 7;
}

.row-start-auto {
  grid-row-start: auto;
}

.row-end-1 {
  grid-row-end: 1;
}

.row-end-2 {
  grid-row-end: 2;
}

.row-end-3 {
  grid-row-end: 3;
}

.row-end-4 {
  grid-row-end: 4;
}

.row-end-5 {
  grid-row-end: 5;
}

.row-end-6 {
  grid-row-end: 6;
}

.row-end-7 {
  grid-row-end: 7;
}

.row-end-auto {
  grid-row-end: auto;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.clear-none {
  clear: none;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 5px;
}

.m-6 {
  margin: 1.5rem;
}

.m-7 {
  margin: 1.75rem;
}

.m-8 {
  margin: 2rem;
}

.m-9 {
  margin: 2.25rem;
}

.m-10 {
  margin: 10px;
}

.m-11 {
  margin: 2.75rem;
}

.m-12 {
  margin: 3rem;
}

.m-14 {
  margin: 14px;
}

.m-16 {
  margin: 16px;
}

.m-20 {
  margin: 20px;
}

.m-24 {
  margin: 24px;
}

.m-28 {
  margin: 7rem;
}

.m-30 {
  margin: 30px;
}

.m-32 {
  margin: 8rem;
}

.m-36 {
  margin: 9rem;
}

.m-40 {
  margin: 10rem;
}

.m-44 {
  margin: 11rem;
}

.m-48 {
  margin: 48px;
}

.m-52 {
  margin: 13rem;
}

.m-56 {
  margin: 14rem;
}

.m-60 {
  margin: 60px;
}

.m-64 {
  margin: 16rem;
}

.m-72 {
  margin: 18rem;
}

.m-80 {
  margin: 20rem;
}

.m-95 {
  margin: 95px;
}

.m-96 {
  margin: 24rem;
}

.m-120 {
  margin: 120px;
}

.m-190 {
  margin: 190px;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

.m-0\.5 {
  margin: 0.125rem;
}

.m-1\.5 {
  margin: 0.375rem;
}

.m-2\.5 {
  margin: 0.625rem;
}

.m-3\.5 {
  margin: 0.875rem;
}

.m-30\% {
  margin: 30%;
}

.m-7\.5r {
  margin: 1.875rem;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-3 {
  margin: -0.75rem;
}

.-m-4 {
  margin: -1rem;
}

.-m-5 {
  margin: -5px;
}

.-m-6 {
  margin: -1.5rem;
}

.-m-7 {
  margin: -1.75rem;
}

.-m-8 {
  margin: -2rem;
}

.-m-9 {
  margin: -2.25rem;
}

.-m-10 {
  margin: -10px;
}

.-m-11 {
  margin: -2.75rem;
}

.-m-12 {
  margin: -3rem;
}

.-m-14 {
  margin: -14px;
}

.-m-16 {
  margin: -16px;
}

.-m-20 {
  margin: -20px;
}

.-m-24 {
  margin: -24px;
}

.-m-28 {
  margin: -7rem;
}

.-m-30 {
  margin: -30px;
}

.-m-32 {
  margin: -8rem;
}

.-m-36 {
  margin: -9rem;
}

.-m-40 {
  margin: -10rem;
}

.-m-44 {
  margin: -11rem;
}

.-m-48 {
  margin: -48px;
}

.-m-52 {
  margin: -13rem;
}

.-m-56 {
  margin: -14rem;
}

.-m-60 {
  margin: -60px;
}

.-m-64 {
  margin: -16rem;
}

.-m-72 {
  margin: -18rem;
}

.-m-80 {
  margin: -20rem;
}

.-m-95 {
  margin: -95px;
}

.-m-96 {
  margin: -24rem;
}

.-m-120 {
  margin: -120px;
}

.-m-190 {
  margin: -190px;
}

.-m-px {
  margin: -1px;
}

.-m-0\.5 {
  margin: -0.125rem;
}

.-m-1\.5 {
  margin: -0.375rem;
}

.-m-2\.5 {
  margin: -0.625rem;
}

.-m-3\.5 {
  margin: -0.875rem;
}

.-m-30\% {
  margin: -30%;
}

.-m-7\.5r {
  margin: -1.875rem;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

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

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

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

.mx-14 {
  margin-left: 14px;
  margin-right: 14px;
}

.mx-16 {
  margin-left: 16px;
  margin-right: 16px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mx-24 {
  margin-left: 24px;
  margin-right: 24px;
}

.mx-28 {
  margin-left: 7rem;
  margin-right: 7rem;
}

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

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.mx-36 {
  margin-left: 9rem;
  margin-right: 9rem;
}

.mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.mx-44 {
  margin-left: 11rem;
  margin-right: 11rem;
}

.mx-48 {
  margin-left: 48px;
  margin-right: 48px;
}

.mx-52 {
  margin-left: 13rem;
  margin-right: 13rem;
}

.mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}

.mx-60 {
  margin-left: 60px;
  margin-right: 60px;
}

.mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.mx-72 {
  margin-left: 18rem;
  margin-right: 18rem;
}

.mx-80 {
  margin-left: 20rem;
  margin-right: 20rem;
}

.mx-95 {
  margin-left: 95px;
  margin-right: 95px;
}

.mx-96 {
  margin-left: 24rem;
  margin-right: 24rem;
}

.mx-120 {
  margin-left: 120px;
  margin-right: 120px;
}

.mx-190 {
  margin-left: 190px;
  margin-right: 190px;
}

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

.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

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

.mx-3\.5 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.mx-30\% {
  margin-left: 30%;
  margin-right: 30%;
}

.mx-7\.5r {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

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

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

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

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

.-mx-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-mx-7 {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

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

.-mx-9 {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.-mx-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.-mx-11 {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

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

.-mx-14 {
  margin-left: -14px;
  margin-right: -14px;
}

.-mx-16 {
  margin-left: -16px;
  margin-right: -16px;
}

.-mx-20 {
  margin-left: -20px;
  margin-right: -20px;
}

.-mx-24 {
  margin-left: -24px;
  margin-right: -24px;
}

.-mx-28 {
  margin-left: -7rem;
  margin-right: -7rem;
}

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

.-mx-32 {
  margin-left: -8rem;
  margin-right: -8rem;
}

.-mx-36 {
  margin-left: -9rem;
  margin-right: -9rem;
}

.-mx-40 {
  margin-left: -10rem;
  margin-right: -10rem;
}

.-mx-44 {
  margin-left: -11rem;
  margin-right: -11rem;
}

.-mx-48 {
  margin-left: -48px;
  margin-right: -48px;
}

.-mx-52 {
  margin-left: -13rem;
  margin-right: -13rem;
}

.-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem;
}

.-mx-60 {
  margin-left: -60px;
  margin-right: -60px;
}

.-mx-64 {
  margin-left: -16rem;
  margin-right: -16rem;
}

.-mx-72 {
  margin-left: -18rem;
  margin-right: -18rem;
}

.-mx-80 {
  margin-left: -20rem;
  margin-right: -20rem;
}

.-mx-95 {
  margin-left: -95px;
  margin-right: -95px;
}

.-mx-96 {
  margin-left: -24rem;
  margin-right: -24rem;
}

.-mx-120 {
  margin-left: -120px;
  margin-right: -120px;
}

.-mx-190 {
  margin-left: -190px;
  margin-right: -190px;
}

.-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

.-mx-0\.5 {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

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

.-mx-3\.5 {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

.-mx-30\% {
  margin-left: -30%;
  margin-right: -30%;
}

.-mx-7\.5r {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

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

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

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

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

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

.my-14 {
  margin-top: 14px;
  margin-bottom: 14px;
}

.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

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

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.my-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.my-44 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.my-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.my-52 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.my-72 {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.my-80 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.my-95 {
  margin-top: 95px;
  margin-bottom: 95px;
}

.my-96 {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.my-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.my-190 {
  margin-top: 190px;
  margin-bottom: 190px;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

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

.my-3\.5 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.my-30\% {
  margin-top: 30%;
  margin-bottom: 30%;
}

.my-7\.5r {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

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

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

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

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

.-my-5 {
  margin-top: -5px;
  margin-bottom: -5px;
}

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

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

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

.-my-9 {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.-my-10 {
  margin-top: -10px;
  margin-bottom: -10px;
}

.-my-11 {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

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

.-my-14 {
  margin-top: -14px;
  margin-bottom: -14px;
}

.-my-16 {
  margin-top: -16px;
  margin-bottom: -16px;
}

.-my-20 {
  margin-top: -20px;
  margin-bottom: -20px;
}

.-my-24 {
  margin-top: -24px;
  margin-bottom: -24px;
}

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

.-my-30 {
  margin-top: -30px;
  margin-bottom: -30px;
}

.-my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.-my-36 {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.-my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.-my-44 {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.-my-48 {
  margin-top: -48px;
  margin-bottom: -48px;
}

.-my-52 {
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.-my-60 {
  margin-top: -60px;
  margin-bottom: -60px;
}

.-my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.-my-72 {
  margin-top: -18rem;
  margin-bottom: -18rem;
}

.-my-80 {
  margin-top: -20rem;
  margin-bottom: -20rem;
}

.-my-95 {
  margin-top: -95px;
  margin-bottom: -95px;
}

.-my-96 {
  margin-top: -24rem;
  margin-bottom: -24rem;
}

.-my-120 {
  margin-top: -120px;
  margin-bottom: -120px;
}

.-my-190 {
  margin-top: -190px;
  margin-bottom: -190px;
}

.-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.-my-0\.5 {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.-my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

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

.-my-3\.5 {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

.-my-30\% {
  margin-top: -30%;
  margin-bottom: -30%;
}

.-my-7\.5r {
  margin-top: -1.875rem;
  margin-bottom: -1.875rem;
}

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

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

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

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

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

.mt-5 {
  margin-top: 5px;
}

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

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

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

.mt-9 {
  margin-top: 2.25rem;
}

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

.mt-11 {
  margin-top: 2.75rem;
}

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

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

.mt-16 {
  margin-top: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-24 {
  margin-top: 24px;
}

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

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

.mt-32 {
  margin-top: 8rem;
}

.mt-36 {
  margin-top: 9rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mt-44 {
  margin-top: 11rem;
}

.mt-48 {
  margin-top: 48px;
}

.mt-52 {
  margin-top: 13rem;
}

.mt-56 {
  margin-top: 14rem;
}

.mt-60 {
  margin-top: 60px;
}

.mt-64 {
  margin-top: 16rem;
}

.mt-72 {
  margin-top: 18rem;
}

.mt-80 {
  margin-top: 20rem;
}

.mt-95 {
  margin-top: 95px;
}

.mt-96 {
  margin-top: 24rem;
}

.mt-120 {
  margin-top: 120px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-auto {
  margin-top: auto;
}

.mt-px {
  margin-top: 1px;
}

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

.mt-1\.5 {
  margin-top: 0.375rem;
}

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

.mt-3\.5 {
  margin-top: 0.875rem;
}

.mt-30\% {
  margin-top: 30%;
}

.mt-7\.5r {
  margin-top: 1.875rem;
}

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

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

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

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

.-mt-5 {
  margin-top: -5px;
}

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

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

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

.-mt-9 {
  margin-top: -2.25rem;
}

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

.-mt-11 {
  margin-top: -2.75rem;
}

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

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

.-mt-16 {
  margin-top: -16px;
}

.-mt-20 {
  margin-top: -20px;
}

.-mt-24 {
  margin-top: -24px;
}

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

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

.-mt-32 {
  margin-top: -8rem;
}

.-mt-36 {
  margin-top: -9rem;
}

.-mt-40 {
  margin-top: -10rem;
}

.-mt-44 {
  margin-top: -11rem;
}

.-mt-48 {
  margin-top: -48px;
}

.-mt-52 {
  margin-top: -13rem;
}

.-mt-56 {
  margin-top: -14rem;
}

.-mt-60 {
  margin-top: -60px;
}

.-mt-64 {
  margin-top: -16rem;
}

.-mt-72 {
  margin-top: -18rem;
}

.-mt-80 {
  margin-top: -20rem;
}

.-mt-95 {
  margin-top: -95px;
}

.-mt-96 {
  margin-top: -24rem;
}

.-mt-120 {
  margin-top: -120px;
}

.-mt-190 {
  margin-top: -190px;
}

.-mt-px {
  margin-top: -1px;
}

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

.-mt-1\.5 {
  margin-top: -0.375rem;
}

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

.-mt-3\.5 {
  margin-top: -0.875rem;
}

.-mt-30\% {
  margin-top: -30%;
}

.-mt-7\.5r {
  margin-top: -1.875rem;
}

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

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

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

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

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

.mr-5 {
  margin-right: 5px;
}

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

.mr-7 {
  margin-right: 1.75rem;
}

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

.mr-9 {
  margin-right: 2.25rem;
}

.mr-10 {
  margin-right: 10px;
}

.mr-11 {
  margin-right: 2.75rem;
}

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

.mr-14 {
  margin-right: 14px;
}

.mr-16 {
  margin-right: 16px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-24 {
  margin-right: 24px;
}

.mr-28 {
  margin-right: 7rem;
}

.mr-30 {
  margin-right: 30px;
}

.mr-32 {
  margin-right: 8rem;
}

.mr-36 {
  margin-right: 9rem;
}

.mr-40 {
  margin-right: 10rem;
}

.mr-44 {
  margin-right: 11rem;
}

.mr-48 {
  margin-right: 48px;
}

.mr-52 {
  margin-right: 13rem;
}

.mr-56 {
  margin-right: 14rem;
}

.mr-60 {
  margin-right: 60px;
}

.mr-64 {
  margin-right: 16rem;
}

.mr-72 {
  margin-right: 18rem;
}

.mr-80 {
  margin-right: 20rem;
}

.mr-95 {
  margin-right: 95px;
}

.mr-96 {
  margin-right: 24rem;
}

.mr-120 {
  margin-right: 120px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-auto {
  margin-right: auto;
}

.mr-px {
  margin-right: 1px;
}

.mr-0\.5 {
  margin-right: 0.125rem;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

.mr-2\.5 {
  margin-right: 0.625rem;
}

.mr-3\.5 {
  margin-right: 0.875rem;
}

.mr-30\% {
  margin-right: 30%;
}

.mr-7\.5r {
  margin-right: 1.875rem;
}

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

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

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

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

.-mr-5 {
  margin-right: -5px;
}

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

.-mr-7 {
  margin-right: -1.75rem;
}

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

.-mr-9 {
  margin-right: -2.25rem;
}

.-mr-10 {
  margin-right: -10px;
}

.-mr-11 {
  margin-right: -2.75rem;
}

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

.-mr-14 {
  margin-right: -14px;
}

.-mr-16 {
  margin-right: -16px;
}

.-mr-20 {
  margin-right: -20px;
}

.-mr-24 {
  margin-right: -24px;
}

.-mr-28 {
  margin-right: -7rem;
}

.-mr-30 {
  margin-right: -30px;
}

.-mr-32 {
  margin-right: -8rem;
}

.-mr-36 {
  margin-right: -9rem;
}

.-mr-40 {
  margin-right: -10rem;
}

.-mr-44 {
  margin-right: -11rem;
}

.-mr-48 {
  margin-right: -48px;
}

.-mr-52 {
  margin-right: -13rem;
}

.-mr-56 {
  margin-right: -14rem;
}

.-mr-60 {
  margin-right: -60px;
}

.-mr-64 {
  margin-right: -16rem;
}

.-mr-72 {
  margin-right: -18rem;
}

.-mr-80 {
  margin-right: -20rem;
}

.-mr-95 {
  margin-right: -95px;
}

.-mr-96 {
  margin-right: -24rem;
}

.-mr-120 {
  margin-right: -120px;
}

.-mr-190 {
  margin-right: -190px;
}

.-mr-px {
  margin-right: -1px;
}

.-mr-0\.5 {
  margin-right: -0.125rem;
}

.-mr-1\.5 {
  margin-right: -0.375rem;
}

.-mr-2\.5 {
  margin-right: -0.625rem;
}

.-mr-3\.5 {
  margin-right: -0.875rem;
}

.-mr-30\% {
  margin-right: -30%;
}

.-mr-7\.5r {
  margin-right: -1.875rem;
}

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

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

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

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

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

.mb-5 {
  margin-bottom: 5px;
}

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

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

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

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

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

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

.mb-16 {
  margin-bottom: 16px;
}

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

.mb-24 {
  margin-bottom: 24px;
}

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

.mb-30 {
  margin-bottom: 30px;
}

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

.mb-36 {
  margin-bottom: 9rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.mb-44 {
  margin-bottom: 11rem;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-52 {
  margin-bottom: 13rem;
}

.mb-56 {
  margin-bottom: 14rem;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-64 {
  margin-bottom: 16rem;
}

.mb-72 {
  margin-bottom: 18rem;
}

.mb-80 {
  margin-bottom: 20rem;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-96 {
  margin-bottom: 24rem;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-auto {
  margin-bottom: auto;
}

.mb-px {
  margin-bottom: 1px;
}

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

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

.mb-30\% {
  margin-bottom: 30%;
}

.mb-7\.5r {
  margin-bottom: 1.875rem;
}

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

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

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

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

.-mb-5 {
  margin-bottom: -5px;
}

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

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

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

.-mb-9 {
  margin-bottom: -2.25rem;
}

.-mb-10 {
  margin-bottom: -10px;
}

.-mb-11 {
  margin-bottom: -2.75rem;
}

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

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

.-mb-16 {
  margin-bottom: -16px;
}

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

.-mb-24 {
  margin-bottom: -24px;
}

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

.-mb-30 {
  margin-bottom: -30px;
}

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

.-mb-36 {
  margin-bottom: -9rem;
}

.-mb-40 {
  margin-bottom: -10rem;
}

.-mb-44 {
  margin-bottom: -11rem;
}

.-mb-48 {
  margin-bottom: -48px;
}

.-mb-52 {
  margin-bottom: -13rem;
}

.-mb-56 {
  margin-bottom: -14rem;
}

.-mb-60 {
  margin-bottom: -60px;
}

.-mb-64 {
  margin-bottom: -16rem;
}

.-mb-72 {
  margin-bottom: -18rem;
}

.-mb-80 {
  margin-bottom: -20rem;
}

.-mb-95 {
  margin-bottom: -95px;
}

.-mb-96 {
  margin-bottom: -24rem;
}

.-mb-120 {
  margin-bottom: -120px;
}

.-mb-190 {
  margin-bottom: -190px;
}

.-mb-px {
  margin-bottom: -1px;
}

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

.-mb-1\.5 {
  margin-bottom: -0.375rem;
}

.-mb-2\.5 {
  margin-bottom: -0.625rem;
}

.-mb-3\.5 {
  margin-bottom: -0.875rem;
}

.-mb-30\% {
  margin-bottom: -30%;
}

.-mb-7\.5r {
  margin-bottom: -1.875rem;
}

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

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

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

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

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

.ml-5 {
  margin-left: 5px;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

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

.ml-9 {
  margin-left: 2.25rem;
}

.ml-10 {
  margin-left: 10px;
}

.ml-11 {
  margin-left: 2.75rem;
}

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

.ml-14 {
  margin-left: 14px;
}

.ml-16 {
  margin-left: 16px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-24 {
  margin-left: 24px;
}

.ml-28 {
  margin-left: 7rem;
}

.ml-30 {
  margin-left: 30px;
}

.ml-32 {
  margin-left: 8rem;
}

.ml-36 {
  margin-left: 9rem;
}

.ml-40 {
  margin-left: 10rem;
}

.ml-44 {
  margin-left: 11rem;
}

.ml-48 {
  margin-left: 48px;
}

.ml-52 {
  margin-left: 13rem;
}

.ml-56 {
  margin-left: 14rem;
}

.ml-60 {
  margin-left: 60px;
}

.ml-64 {
  margin-left: 16rem;
}

.ml-72 {
  margin-left: 18rem;
}

.ml-80 {
  margin-left: 20rem;
}

.ml-95 {
  margin-left: 95px;
}

.ml-96 {
  margin-left: 24rem;
}

.ml-120 {
  margin-left: 120px;
}

.ml-190 {
  margin-left: 190px;
}

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

.ml-px {
  margin-left: 1px;
}

.ml-0\.5 {
  margin-left: 0.125rem;
}

.ml-1\.5 {
  margin-left: 0.375rem;
}

.ml-2\.5 {
  margin-left: 0.625rem;
}

.ml-3\.5 {
  margin-left: 0.875rem;
}

.ml-30\% {
  margin-left: 30%;
}

.ml-7\.5r {
  margin-left: 1.875rem;
}

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

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

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

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

.-ml-5 {
  margin-left: -5px;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.-ml-7 {
  margin-left: -1.75rem;
}

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

.-ml-9 {
  margin-left: -2.25rem;
}

.-ml-10 {
  margin-left: -10px;
}

.-ml-11 {
  margin-left: -2.75rem;
}

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

.-ml-14 {
  margin-left: -14px;
}

.-ml-16 {
  margin-left: -16px;
}

.-ml-20 {
  margin-left: -20px;
}

.-ml-24 {
  margin-left: -24px;
}

.-ml-28 {
  margin-left: -7rem;
}

.-ml-30 {
  margin-left: -30px;
}

.-ml-32 {
  margin-left: -8rem;
}

.-ml-36 {
  margin-left: -9rem;
}

.-ml-40 {
  margin-left: -10rem;
}

.-ml-44 {
  margin-left: -11rem;
}

.-ml-48 {
  margin-left: -48px;
}

.-ml-52 {
  margin-left: -13rem;
}

.-ml-56 {
  margin-left: -14rem;
}

.-ml-60 {
  margin-left: -60px;
}

.-ml-64 {
  margin-left: -16rem;
}

.-ml-72 {
  margin-left: -18rem;
}

.-ml-80 {
  margin-left: -20rem;
}

.-ml-95 {
  margin-left: -95px;
}

.-ml-96 {
  margin-left: -24rem;
}

.-ml-120 {
  margin-left: -120px;
}

.-ml-190 {
  margin-left: -190px;
}

.-ml-px {
  margin-left: -1px;
}

.-ml-0\.5 {
  margin-left: -0.125rem;
}

.-ml-1\.5 {
  margin-left: -0.375rem;
}

.-ml-2\.5 {
  margin-left: -0.625rem;
}

.-ml-3\.5 {
  margin-left: -0.875rem;
}

.-ml-30\% {
  margin-left: -30%;
}

.-ml-7\.5r {
  margin-left: -1.875rem;
}

.box-border {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

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

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.table-row-group {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

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

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:inline-block {
  display: inline-block;
}

.group:hover .group-hover\:inline {
  display: inline;
}

.group:hover .group-hover\:flex {
  display: flex;
}

.group:hover .group-hover\:inline-flex {
  display: inline-flex;
}

.group:hover .group-hover\:table {
  display: table;
}

.group:hover .group-hover\:inline-table {
  display: inline-table;
}

.group:hover .group-hover\:table-caption {
  display: table-caption;
}

.group:hover .group-hover\:table-cell {
  display: table-cell;
}

.group:hover .group-hover\:table-column {
  display: table-column;
}

.group:hover .group-hover\:table-column-group {
  display: table-column-group;
}

.group:hover .group-hover\:table-footer-group {
  display: table-footer-group;
}

.group:hover .group-hover\:table-header-group {
  display: table-header-group;
}

.group:hover .group-hover\:table-row-group {
  display: table-row-group;
}

.group:hover .group-hover\:table-row {
  display: table-row;
}

.group:hover .group-hover\:flow-root {
  display: flow-root;
}

.group:hover .group-hover\:grid {
  display: grid;
}

.group:hover .group-hover\:inline-grid {
  display: inline-grid;
}

.group:hover .group-hover\:contents {
  display: contents;
}

.group:hover .group-hover\:list-item {
  display: list-item;
}

.group:hover .group-hover\:hidden {
  display: none;
}

.h-0 {
  height: 0;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 5px;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-10 {
  height: 10px;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 12px;
}

.h-14 {
  height: 14px;
}

.h-16 {
  height: 16px;
}

.h-20 {
  height: 20px;
}

.h-24 {
  height: 24px;
}

.h-28 {
  height: 7rem;
}

.h-30 {
  height: 30px;
}

.h-32 {
  height: 8rem;
}

.h-36 {
  height: 9rem;
}

.h-40 {
  height: 10rem;
}

.h-42 {
  height: 42px;
}

.h-44 {
  height: 11rem;
}

.h-48 {
  height: 48px;
}

.h-52 {
  height: 13rem;
}

.h-56 {
  height: 14rem;
}

.h-60 {
  height: 60px;
}

.h-64 {
  height: 16rem;
}

.h-70 {
  height: 70px;
}

.h-72 {
  height: 18rem;
}

.h-78 {
  height: 78px;
}

.h-80 {
  height: 20rem;
}

.h-95 {
  height: 95px;
}

.h-96 {
  height: 24rem;
}

.h-120 {
  height: 120px;
}

.h-190 {
  height: 190px;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-30\% {
  height: 30%;
}

.h-7\.5r {
  height: 1.875rem;
}

.h-1\/2 {
  height: 50%;
}

.h-1\/3 {
  height: 33.333333%;
}

.h-2\/3 {
  height: 66.667%;
}

.h-1\/4 {
  height: 25%;
}

.h-2\/4 {
  height: 50%;
}

.h-3\/4 {
  height: 75%;
}

.h-1\/5 {
  height: 20%;
}

.h-2\/5 {
  height: 40%;
}

.h-3\/5 {
  height: 60%;
}

.h-4\/5 {
  height: 80%;
}

.h-1\/6 {
  height: 16.666667%;
}

.h-2\/6 {
  height: 33.333333%;
}

.h-3\/6 {
  height: 50%;
}

.h-4\/6 {
  height: 66.666667%;
}

.h-5\/6 {
  height: 83.333333%;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

.h-50vh {
  height: 50vh;
}

.h-66vh {
  height: 66vh;
}

.h-75vh {
  height: 75vh;
}

.h-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.max-h-0 {
  max-height: 0;
}

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

.max-h-2 {
  max-height: 0.5rem;
}

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

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

.max-h-5 {
  max-height: 5px;
}

.max-h-6 {
  max-height: 1.5rem;
}

.max-h-7 {
  max-height: 1.75rem;
}

.max-h-8 {
  max-height: 2rem;
}

.max-h-9 {
  max-height: 2.25rem;
}

.max-h-10 {
  max-height: 10px;
}

.max-h-11 {
  max-height: 2.75rem;
}

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

.max-h-14 {
  max-height: 14px;
}

.max-h-16 {
  max-height: 16px;
}

.max-h-20 {
  max-height: 20px;
}

.max-h-24 {
  max-height: 24px;
}

.max-h-28 {
  max-height: 7rem;
}

.max-h-30 {
  max-height: 30px;
}

.max-h-32 {
  max-height: 8rem;
}

.max-h-36 {
  max-height: 9rem;
}

.max-h-40 {
  max-height: 10rem;
}

.max-h-44 {
  max-height: 11rem;
}

.max-h-48 {
  max-height: 48px;
}

.max-h-52 {
  max-height: 13rem;
}

.max-h-56 {
  max-height: 14rem;
}

.max-h-60 {
  max-height: 60px;
}

.max-h-64 {
  max-height: 16rem;
}

.max-h-72 {
  max-height: 18rem;
}

.max-h-80 {
  max-height: 20rem;
}

.max-h-95 {
  max-height: 95px;
}

.max-h-96 {
  max-height: 24rem;
}

.max-h-120 {
  max-height: 120px;
}

.max-h-190 {
  max-height: 190px;
}

.max-h-px {
  max-height: 1px;
}

.max-h-0\.5 {
  max-height: 0.125rem;
}

.max-h-1\.5 {
  max-height: 0.375rem;
}

.max-h-2\.5 {
  max-height: 0.625rem;
}

.max-h-3\.5 {
  max-height: 0.875rem;
}

.max-h-30\% {
  max-height: 30%;
}

.max-h-7\.5r {
  max-height: 1.875rem;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.min-h-0 {
  min-height: 0px;
}

.min-h-24 {
  min-height: 6rem;
}

.min-h-78 {
  min-height: 78px;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.min-h-25\.5 {
  min-height: 6.375rem;
}

.min-h-1\/2 {
  min-height: 50%;
}

.min-h-2\/3 {
  min-height: 66.667%;
}

.min-h-3\/4 {
  min-height: 75%;
}

.min-h-50vh {
  min-height: 50vh;
}

.min-h-66vh {
  min-height: 66vh;
}

.min-h-75vh {
  min-height: 75vh;
}

.w-0 {
  width: 0;
}

.w-1 {
  width: 0.25rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 5px;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-10 {
  width: 10px;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 14px;
}

.w-16 {
  width: 16px;
}

.w-20 {
  width: 20px;
}

.w-24 {
  width: 24px;
}

.w-28 {
  width: 7rem;
}

.w-30 {
  width: 30px;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 48px;
}

.w-52 {
  width: 13rem;
}

.w-56 {
  width: 14rem;
}

.w-60 {
  width: 60px;
}

.w-64 {
  width: 16rem;
}

.w-72 {
  width: 18rem;
}

.w-80 {
  width: 20rem;
}

.w-95 {
  width: 95px;
}

.w-96 {
  width: 24rem;
}

.w-120 {
  width: 120px;
}

.w-150 {
  width: 150px;
}

.w-190 {
  width: 190px;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

.w-0\.5 {
  width: 0.125rem;
}

.w-1\.5 {
  width: 0.375rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-30\% {
  width: 30%;
}

.w-7\.5r {
  width: 1.875rem;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-1\/4 {
  width: 25%;
}

.w-2\/4 {
  width: 50%;
}

.w-3\/4 {
  width: 75%;
}

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-2\/6 {
  width: 33.333333%;
}

.w-3\/6 {
  width: 50%;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-1\/12 {
  width: 8.333333%;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-3\/12 {
  width: 25%;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-6\/12 {
  width: 50%;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9\/12 {
  width: 75%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.w-min {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

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

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

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

.min-w-0 {
  min-width: 0px;
}

.min-w-1280 {
  min-width: 1280px;
}

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

.min-w-min {
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

.min-w-max {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.min-w-7\.5r {
  min-width: 1.875rem;
}

.min-w-10r {
  min-width: 2.5rem;
}

.min-w-12\.5r {
  min-width: 3.125rem;
}

.min-w-17\.5r {
  min-width: 4.375rem;
}

.min-w-20r {
  min-width: 5rem;
}

.min-w-25r {
  min-width: 6.25rem;
}

.min-w-37\.5r {
  min-width: 9.375rem;
}

.min-w-45r {
  min-width: 11.25rem;
}

.min-w-367\.5r {
  min-width: 91.875rem;
}

.max-w-0 {
  max-width: 0rem;
}

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

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

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

.max-w-min {
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}

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

.max-w-prose {
  max-width: 65ch;
}

.max-w-screen-sm {
  max-width: 640px;
}

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-lg {
  max-width: 1280px;
}

.max-w-screen-xl {
  max-width: 1440px;
}

.max-w-screen-2xl {
  max-width: 1600px;
}

.max-w-screen-desktop {
  max-width: 1280px;
}

.max-w-screen-xxs {
  max-width: 320px;
}

.max-w-screen-xs {
  max-width: 4820px;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow {
  flex-grow: 1;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.origin-center {
  transform-origin: center;
}

.origin-top {
  transform-origin: top;
}

.origin-top-right {
  transform-origin: top right;
}

.origin-right {
  transform-origin: right;
}

.origin-bottom-right {
  transform-origin: bottom right;
}

.origin-bottom {
  transform-origin: bottom;
}

.origin-bottom-left {
  transform-origin: bottom left;
}

.origin-left {
  transform-origin: left;
}

.origin-top-left {
  transform-origin: top left;
}

.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-gpu {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-none {
  transform: none;
}

.translate-x-0 {
  --tw-translate-x: 0;
}

.translate-x-1 {
  --tw-translate-x: 0.25rem;
}

.translate-x-2 {
  --tw-translate-x: 0.5rem;
}

.translate-x-3 {
  --tw-translate-x: 0.75rem;
}

.translate-x-4 {
  --tw-translate-x: 1rem;
}

.translate-x-5 {
  --tw-translate-x: 5px;
}

.translate-x-6 {
  --tw-translate-x: 1.5rem;
}

.translate-x-7 {
  --tw-translate-x: 1.75rem;
}

.translate-x-8 {
  --tw-translate-x: 2rem;
}

.translate-x-9 {
  --tw-translate-x: 2.25rem;
}

.translate-x-10 {
  --tw-translate-x: 10px;
}

.translate-x-11 {
  --tw-translate-x: 2.75rem;
}

.translate-x-12 {
  --tw-translate-x: 3rem;
}

.translate-x-14 {
  --tw-translate-x: 14px;
}

.translate-x-16 {
  --tw-translate-x: 16px;
}

.translate-x-20 {
  --tw-translate-x: 20px;
}

.translate-x-24 {
  --tw-translate-x: 24px;
}

.translate-x-28 {
  --tw-translate-x: 7rem;
}

.translate-x-30 {
  --tw-translate-x: 30px;
}

.translate-x-32 {
  --tw-translate-x: 8rem;
}

.translate-x-36 {
  --tw-translate-x: 9rem;
}

.translate-x-40 {
  --tw-translate-x: 10rem;
}

.translate-x-44 {
  --tw-translate-x: 11rem;
}

.translate-x-48 {
  --tw-translate-x: 48px;
}

.translate-x-52 {
  --tw-translate-x: 13rem;
}

.translate-x-56 {
  --tw-translate-x: 14rem;
}

.translate-x-60 {
  --tw-translate-x: 60px;
}

.translate-x-64 {
  --tw-translate-x: 16rem;
}

.translate-x-72 {
  --tw-translate-x: 18rem;
}

.translate-x-80 {
  --tw-translate-x: 20rem;
}

.translate-x-95 {
  --tw-translate-x: 95px;
}

.translate-x-96 {
  --tw-translate-x: 24rem;
}

.translate-x-120 {
  --tw-translate-x: 120px;
}

.translate-x-190 {
  --tw-translate-x: 190px;
}

.translate-x-px {
  --tw-translate-x: 1px;
}

.translate-x-0\.5 {
  --tw-translate-x: 0.125rem;
}

.translate-x-1\.5 {
  --tw-translate-x: 0.375rem;
}

.translate-x-2\.5 {
  --tw-translate-x: 0.625rem;
}

.translate-x-3\.5 {
  --tw-translate-x: 0.875rem;
}

.translate-x-30\% {
  --tw-translate-x: 30%;
}

.translate-x-7\.5r {
  --tw-translate-x: 1.875rem;
}

.-translate-x-1 {
  --tw-translate-x: -0.25rem;
}

.-translate-x-2 {
  --tw-translate-x: -0.5rem;
}

.-translate-x-3 {
  --tw-translate-x: -0.75rem;
}

.-translate-x-4 {
  --tw-translate-x: -1rem;
}

.-translate-x-5 {
  --tw-translate-x: -5px;
}

.-translate-x-6 {
  --tw-translate-x: -1.5rem;
}

.-translate-x-7 {
  --tw-translate-x: -1.75rem;
}

.-translate-x-8 {
  --tw-translate-x: -2rem;
}

.-translate-x-9 {
  --tw-translate-x: -2.25rem;
}

.-translate-x-10 {
  --tw-translate-x: -10px;
}

.-translate-x-11 {
  --tw-translate-x: -2.75rem;
}

.-translate-x-12 {
  --tw-translate-x: -3rem;
}

.-translate-x-14 {
  --tw-translate-x: -14px;
}

.-translate-x-16 {
  --tw-translate-x: -16px;
}

.-translate-x-20 {
  --tw-translate-x: -20px;
}

.-translate-x-24 {
  --tw-translate-x: -24px;
}

.-translate-x-28 {
  --tw-translate-x: -7rem;
}

.-translate-x-30 {
  --tw-translate-x: -30px;
}

.-translate-x-32 {
  --tw-translate-x: -8rem;
}

.-translate-x-36 {
  --tw-translate-x: -9rem;
}

.-translate-x-40 {
  --tw-translate-x: -10rem;
}

.-translate-x-44 {
  --tw-translate-x: -11rem;
}

.-translate-x-48 {
  --tw-translate-x: -48px;
}

.-translate-x-52 {
  --tw-translate-x: -13rem;
}

.-translate-x-56 {
  --tw-translate-x: -14rem;
}

.-translate-x-60 {
  --tw-translate-x: -60px;
}

.-translate-x-64 {
  --tw-translate-x: -16rem;
}

.-translate-x-72 {
  --tw-translate-x: -18rem;
}

.-translate-x-80 {
  --tw-translate-x: -20rem;
}

.-translate-x-95 {
  --tw-translate-x: -95px;
}

.-translate-x-96 {
  --tw-translate-x: -24rem;
}

.-translate-x-120 {
  --tw-translate-x: -120px;
}

.-translate-x-190 {
  --tw-translate-x: -190px;
}

.-translate-x-px {
  --tw-translate-x: -1px;
}

.-translate-x-0\.5 {
  --tw-translate-x: -0.125rem;
}

.-translate-x-1\.5 {
  --tw-translate-x: -0.375rem;
}

.-translate-x-2\.5 {
  --tw-translate-x: -0.625rem;
}

.-translate-x-3\.5 {
  --tw-translate-x: -0.875rem;
}

.-translate-x-30\% {
  --tw-translate-x: -30%;
}

.-translate-x-7\.5r {
  --tw-translate-x: -1.875rem;
}

.translate-x-1\/2 {
  --tw-translate-x: 50%;
}

.translate-x-1\/3 {
  --tw-translate-x: 33.333333%;
}

.translate-x-2\/3 {
  --tw-translate-x: 66.666667%;
}

.translate-x-1\/4 {
  --tw-translate-x: 25%;
}

.translate-x-2\/4 {
  --tw-translate-x: 50%;
}

.translate-x-3\/4 {
  --tw-translate-x: 75%;
}

.translate-x-full {
  --tw-translate-x: 100%;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}

.-translate-x-1\/3 {
  --tw-translate-x: -33.333333%;
}

.-translate-x-2\/3 {
  --tw-translate-x: -66.666667%;
}

.-translate-x-1\/4 {
  --tw-translate-x: -25%;
}

.-translate-x-2\/4 {
  --tw-translate-x: -50%;
}

.-translate-x-3\/4 {
  --tw-translate-x: -75%;
}

.-translate-x-full {
  --tw-translate-x: -100%;
}

.translate-y-0 {
  --tw-translate-y: 0;
}

.translate-y-1 {
  --tw-translate-y: 0.25rem;
}

.translate-y-2 {
  --tw-translate-y: 0.5rem;
}

.translate-y-3 {
  --tw-translate-y: 0.75rem;
}

.translate-y-4 {
  --tw-translate-y: 1rem;
}

.translate-y-5 {
  --tw-translate-y: 5px;
}

.translate-y-6 {
  --tw-translate-y: 1.5rem;
}

.translate-y-7 {
  --tw-translate-y: 1.75rem;
}

.translate-y-8 {
  --tw-translate-y: 2rem;
}

.translate-y-9 {
  --tw-translate-y: 2.25rem;
}

.translate-y-10 {
  --tw-translate-y: 10px;
}

.translate-y-11 {
  --tw-translate-y: 2.75rem;
}

.translate-y-12 {
  --tw-translate-y: 3rem;
}

.translate-y-14 {
  --tw-translate-y: 14px;
}

.translate-y-16 {
  --tw-translate-y: 16px;
}

.translate-y-20 {
  --tw-translate-y: 20px;
}

.translate-y-24 {
  --tw-translate-y: 24px;
}

.translate-y-28 {
  --tw-translate-y: 7rem;
}

.translate-y-30 {
  --tw-translate-y: 30px;
}

.translate-y-32 {
  --tw-translate-y: 8rem;
}

.translate-y-36 {
  --tw-translate-y: 9rem;
}

.translate-y-40 {
  --tw-translate-y: 10rem;
}

.translate-y-44 {
  --tw-translate-y: 11rem;
}

.translate-y-48 {
  --tw-translate-y: 48px;
}

.translate-y-52 {
  --tw-translate-y: 13rem;
}

.translate-y-56 {
  --tw-translate-y: 14rem;
}

.translate-y-60 {
  --tw-translate-y: 60px;
}

.translate-y-64 {
  --tw-translate-y: 16rem;
}

.translate-y-72 {
  --tw-translate-y: 18rem;
}

.translate-y-80 {
  --tw-translate-y: 20rem;
}

.translate-y-95 {
  --tw-translate-y: 95px;
}

.translate-y-96 {
  --tw-translate-y: 24rem;
}

.translate-y-120 {
  --tw-translate-y: 120px;
}

.translate-y-190 {
  --tw-translate-y: 190px;
}

.translate-y-px {
  --tw-translate-y: 1px;
}

.translate-y-0\.5 {
  --tw-translate-y: 0.125rem;
}

.translate-y-1\.5 {
  --tw-translate-y: 0.375rem;
}

.translate-y-2\.5 {
  --tw-translate-y: 0.625rem;
}

.translate-y-3\.5 {
  --tw-translate-y: 0.875rem;
}

.translate-y-30\% {
  --tw-translate-y: 30%;
}

.translate-y-7\.5r {
  --tw-translate-y: 1.875rem;
}

.-translate-y-1 {
  --tw-translate-y: -0.25rem;
}

.-translate-y-2 {
  --tw-translate-y: -0.5rem;
}

.-translate-y-3 {
  --tw-translate-y: -0.75rem;
}

.-translate-y-4 {
  --tw-translate-y: -1rem;
}

.-translate-y-5 {
  --tw-translate-y: -5px;
}

.-translate-y-6 {
  --tw-translate-y: -1.5rem;
}

.-translate-y-7 {
  --tw-translate-y: -1.75rem;
}

.-translate-y-8 {
  --tw-translate-y: -2rem;
}

.-translate-y-9 {
  --tw-translate-y: -2.25rem;
}

.-translate-y-10 {
  --tw-translate-y: -10px;
}

.-translate-y-11 {
  --tw-translate-y: -2.75rem;
}

.-translate-y-12 {
  --tw-translate-y: -3rem;
}

.-translate-y-14 {
  --tw-translate-y: -14px;
}

.-translate-y-16 {
  --tw-translate-y: -16px;
}

.-translate-y-20 {
  --tw-translate-y: -20px;
}

.-translate-y-24 {
  --tw-translate-y: -24px;
}

.-translate-y-28 {
  --tw-translate-y: -7rem;
}

.-translate-y-30 {
  --tw-translate-y: -30px;
}

.-translate-y-32 {
  --tw-translate-y: -8rem;
}

.-translate-y-36 {
  --tw-translate-y: -9rem;
}

.-translate-y-40 {
  --tw-translate-y: -10rem;
}

.-translate-y-44 {
  --tw-translate-y: -11rem;
}

.-translate-y-48 {
  --tw-translate-y: -48px;
}

.-translate-y-52 {
  --tw-translate-y: -13rem;
}

.-translate-y-56 {
  --tw-translate-y: -14rem;
}

.-translate-y-60 {
  --tw-translate-y: -60px;
}

.-translate-y-64 {
  --tw-translate-y: -16rem;
}

.-translate-y-72 {
  --tw-translate-y: -18rem;
}

.-translate-y-80 {
  --tw-translate-y: -20rem;
}

.-translate-y-95 {
  --tw-translate-y: -95px;
}

.-translate-y-96 {
  --tw-translate-y: -24rem;
}

.-translate-y-120 {
  --tw-translate-y: -120px;
}

.-translate-y-190 {
  --tw-translate-y: -190px;
}

.-translate-y-px {
  --tw-translate-y: -1px;
}

.-translate-y-0\.5 {
  --tw-translate-y: -0.125rem;
}

.-translate-y-1\.5 {
  --tw-translate-y: -0.375rem;
}

.-translate-y-2\.5 {
  --tw-translate-y: -0.625rem;
}

.-translate-y-3\.5 {
  --tw-translate-y: -0.875rem;
}

.-translate-y-30\% {
  --tw-translate-y: -30%;
}

.-translate-y-7\.5r {
  --tw-translate-y: -1.875rem;
}

.translate-y-1\/2 {
  --tw-translate-y: 50%;
}

.translate-y-1\/3 {
  --tw-translate-y: 33.333333%;
}

.translate-y-2\/3 {
  --tw-translate-y: 66.666667%;
}

.translate-y-1\/4 {
  --tw-translate-y: 25%;
}

.translate-y-2\/4 {
  --tw-translate-y: 50%;
}

.translate-y-3\/4 {
  --tw-translate-y: 75%;
}

.translate-y-full {
  --tw-translate-y: 100%;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
}

.-translate-y-1\/3 {
  --tw-translate-y: -33.333333%;
}

.-translate-y-2\/3 {
  --tw-translate-y: -66.666667%;
}

.-translate-y-1\/4 {
  --tw-translate-y: -25%;
}

.-translate-y-2\/4 {
  --tw-translate-y: -50%;
}

.-translate-y-3\/4 {
  --tw-translate-y: -75%;
}

.-translate-y-full {
  --tw-translate-y: -100%;
}

.hover\:translate-x-0:hover {
  --tw-translate-x: 0;
}

.hover\:translate-x-1:hover {
  --tw-translate-x: 0.25rem;
}

.hover\:translate-x-2:hover {
  --tw-translate-x: 0.5rem;
}

.hover\:translate-x-3:hover {
  --tw-translate-x: 0.75rem;
}

.hover\:translate-x-4:hover {
  --tw-translate-x: 1rem;
}

.hover\:translate-x-5:hover {
  --tw-translate-x: 5px;
}

.hover\:translate-x-6:hover {
  --tw-translate-x: 1.5rem;
}

.hover\:translate-x-7:hover {
  --tw-translate-x: 1.75rem;
}

.hover\:translate-x-8:hover {
  --tw-translate-x: 2rem;
}

.hover\:translate-x-9:hover {
  --tw-translate-x: 2.25rem;
}

.hover\:translate-x-10:hover {
  --tw-translate-x: 10px;
}

.hover\:translate-x-11:hover {
  --tw-translate-x: 2.75rem;
}

.hover\:translate-x-12:hover {
  --tw-translate-x: 3rem;
}

.hover\:translate-x-14:hover {
  --tw-translate-x: 14px;
}

.hover\:translate-x-16:hover {
  --tw-translate-x: 16px;
}

.hover\:translate-x-20:hover {
  --tw-translate-x: 20px;
}

.hover\:translate-x-24:hover {
  --tw-translate-x: 24px;
}

.hover\:translate-x-28:hover {
  --tw-translate-x: 7rem;
}

.hover\:translate-x-30:hover {
  --tw-translate-x: 30px;
}

.hover\:translate-x-32:hover {
  --tw-translate-x: 8rem;
}

.hover\:translate-x-36:hover {
  --tw-translate-x: 9rem;
}

.hover\:translate-x-40:hover {
  --tw-translate-x: 10rem;
}

.hover\:translate-x-44:hover {
  --tw-translate-x: 11rem;
}

.hover\:translate-x-48:hover {
  --tw-translate-x: 48px;
}

.hover\:translate-x-52:hover {
  --tw-translate-x: 13rem;
}

.hover\:translate-x-56:hover {
  --tw-translate-x: 14rem;
}

.hover\:translate-x-60:hover {
  --tw-translate-x: 60px;
}

.hover\:translate-x-64:hover {
  --tw-translate-x: 16rem;
}

.hover\:translate-x-72:hover {
  --tw-translate-x: 18rem;
}

.hover\:translate-x-80:hover {
  --tw-translate-x: 20rem;
}

.hover\:translate-x-95:hover {
  --tw-translate-x: 95px;
}

.hover\:translate-x-96:hover {
  --tw-translate-x: 24rem;
}

.hover\:translate-x-120:hover {
  --tw-translate-x: 120px;
}

.hover\:translate-x-190:hover {
  --tw-translate-x: 190px;
}

.hover\:translate-x-px:hover {
  --tw-translate-x: 1px;
}

.hover\:translate-x-0\.5:hover {
  --tw-translate-x: 0.125rem;
}

.hover\:translate-x-1\.5:hover {
  --tw-translate-x: 0.375rem;
}

.hover\:translate-x-2\.5:hover {
  --tw-translate-x: 0.625rem;
}

.hover\:translate-x-3\.5:hover {
  --tw-translate-x: 0.875rem;
}

.hover\:translate-x-30\%:hover {
  --tw-translate-x: 30%;
}

.hover\:translate-x-7\.5r:hover {
  --tw-translate-x: 1.875rem;
}

.hover\:-translate-x-1:hover {
  --tw-translate-x: -0.25rem;
}

.hover\:-translate-x-2:hover {
  --tw-translate-x: -0.5rem;
}

.hover\:-translate-x-3:hover {
  --tw-translate-x: -0.75rem;
}

.hover\:-translate-x-4:hover {
  --tw-translate-x: -1rem;
}

.hover\:-translate-x-5:hover {
  --tw-translate-x: -5px;
}

.hover\:-translate-x-6:hover {
  --tw-translate-x: -1.5rem;
}

.hover\:-translate-x-7:hover {
  --tw-translate-x: -1.75rem;
}

.hover\:-translate-x-8:hover {
  --tw-translate-x: -2rem;
}

.hover\:-translate-x-9:hover {
  --tw-translate-x: -2.25rem;
}

.hover\:-translate-x-10:hover {
  --tw-translate-x: -10px;
}

.hover\:-translate-x-11:hover {
  --tw-translate-x: -2.75rem;
}

.hover\:-translate-x-12:hover {
  --tw-translate-x: -3rem;
}

.hover\:-translate-x-14:hover {
  --tw-translate-x: -14px;
}

.hover\:-translate-x-16:hover {
  --tw-translate-x: -16px;
}

.hover\:-translate-x-20:hover {
  --tw-translate-x: -20px;
}

.hover\:-translate-x-24:hover {
  --tw-translate-x: -24px;
}

.hover\:-translate-x-28:hover {
  --tw-translate-x: -7rem;
}

.hover\:-translate-x-30:hover {
  --tw-translate-x: -30px;
}

.hover\:-translate-x-32:hover {
  --tw-translate-x: -8rem;
}

.hover\:-translate-x-36:hover {
  --tw-translate-x: -9rem;
}

.hover\:-translate-x-40:hover {
  --tw-translate-x: -10rem;
}

.hover\:-translate-x-44:hover {
  --tw-translate-x: -11rem;
}

.hover\:-translate-x-48:hover {
  --tw-translate-x: -48px;
}

.hover\:-translate-x-52:hover {
  --tw-translate-x: -13rem;
}

.hover\:-translate-x-56:hover {
  --tw-translate-x: -14rem;
}

.hover\:-translate-x-60:hover {
  --tw-translate-x: -60px;
}

.hover\:-translate-x-64:hover {
  --tw-translate-x: -16rem;
}

.hover\:-translate-x-72:hover {
  --tw-translate-x: -18rem;
}

.hover\:-translate-x-80:hover {
  --tw-translate-x: -20rem;
}

.hover\:-translate-x-95:hover {
  --tw-translate-x: -95px;
}

.hover\:-translate-x-96:hover {
  --tw-translate-x: -24rem;
}

.hover\:-translate-x-120:hover {
  --tw-translate-x: -120px;
}

.hover\:-translate-x-190:hover {
  --tw-translate-x: -190px;
}

.hover\:-translate-x-px:hover {
  --tw-translate-x: -1px;
}

.hover\:-translate-x-0\.5:hover {
  --tw-translate-x: -0.125rem;
}

.hover\:-translate-x-1\.5:hover {
  --tw-translate-x: -0.375rem;
}

.hover\:-translate-x-2\.5:hover {
  --tw-translate-x: -0.625rem;
}

.hover\:-translate-x-3\.5:hover {
  --tw-translate-x: -0.875rem;
}

.hover\:-translate-x-30\%:hover {
  --tw-translate-x: -30%;
}

.hover\:-translate-x-7\.5r:hover {
  --tw-translate-x: -1.875rem;
}

.hover\:translate-x-1\/2:hover {
  --tw-translate-x: 50%;
}

.hover\:translate-x-1\/3:hover {
  --tw-translate-x: 33.333333%;
}

.hover\:translate-x-2\/3:hover {
  --tw-translate-x: 66.666667%;
}

.hover\:translate-x-1\/4:hover {
  --tw-translate-x: 25%;
}

.hover\:translate-x-2\/4:hover {
  --tw-translate-x: 50%;
}

.hover\:translate-x-3\/4:hover {
  --tw-translate-x: 75%;
}

.hover\:translate-x-full:hover {
  --tw-translate-x: 100%;
}

.hover\:-translate-x-1\/2:hover {
  --tw-translate-x: -50%;
}

.hover\:-translate-x-1\/3:hover {
  --tw-translate-x: -33.333333%;
}

.hover\:-translate-x-2\/3:hover {
  --tw-translate-x: -66.666667%;
}

.hover\:-translate-x-1\/4:hover {
  --tw-translate-x: -25%;
}

.hover\:-translate-x-2\/4:hover {
  --tw-translate-x: -50%;
}

.hover\:-translate-x-3\/4:hover {
  --tw-translate-x: -75%;
}

.hover\:-translate-x-full:hover {
  --tw-translate-x: -100%;
}

.hover\:translate-y-0:hover {
  --tw-translate-y: 0;
}

.hover\:translate-y-1:hover {
  --tw-translate-y: 0.25rem;
}

.hover\:translate-y-2:hover {
  --tw-translate-y: 0.5rem;
}

.hover\:translate-y-3:hover {
  --tw-translate-y: 0.75rem;
}

.hover\:translate-y-4:hover {
  --tw-translate-y: 1rem;
}

.hover\:translate-y-5:hover {
  --tw-translate-y: 5px;
}

.hover\:translate-y-6:hover {
  --tw-translate-y: 1.5rem;
}

.hover\:translate-y-7:hover {
  --tw-translate-y: 1.75rem;
}

.hover\:translate-y-8:hover {
  --tw-translate-y: 2rem;
}

.hover\:translate-y-9:hover {
  --tw-translate-y: 2.25rem;
}

.hover\:translate-y-10:hover {
  --tw-translate-y: 10px;
}

.hover\:translate-y-11:hover {
  --tw-translate-y: 2.75rem;
}

.hover\:translate-y-12:hover {
  --tw-translate-y: 3rem;
}

.hover\:translate-y-14:hover {
  --tw-translate-y: 14px;
}

.hover\:translate-y-16:hover {
  --tw-translate-y: 16px;
}

.hover\:translate-y-20:hover {
  --tw-translate-y: 20px;
}

.hover\:translate-y-24:hover {
  --tw-translate-y: 24px;
}

.hover\:translate-y-28:hover {
  --tw-translate-y: 7rem;
}

.hover\:translate-y-30:hover {
  --tw-translate-y: 30px;
}

.hover\:translate-y-32:hover {
  --tw-translate-y: 8rem;
}

.hover\:translate-y-36:hover {
  --tw-translate-y: 9rem;
}

.hover\:translate-y-40:hover {
  --tw-translate-y: 10rem;
}

.hover\:translate-y-44:hover {
  --tw-translate-y: 11rem;
}

.hover\:translate-y-48:hover {
  --tw-translate-y: 48px;
}

.hover\:translate-y-52:hover {
  --tw-translate-y: 13rem;
}

.hover\:translate-y-56:hover {
  --tw-translate-y: 14rem;
}

.hover\:translate-y-60:hover {
  --tw-translate-y: 60px;
}

.hover\:translate-y-64:hover {
  --tw-translate-y: 16rem;
}

.hover\:translate-y-72:hover {
  --tw-translate-y: 18rem;
}

.hover\:translate-y-80:hover {
  --tw-translate-y: 20rem;
}

.hover\:translate-y-95:hover {
  --tw-translate-y: 95px;
}

.hover\:translate-y-96:hover {
  --tw-translate-y: 24rem;
}

.hover\:translate-y-120:hover {
  --tw-translate-y: 120px;
}

.hover\:translate-y-190:hover {
  --tw-translate-y: 190px;
}

.hover\:translate-y-px:hover {
  --tw-translate-y: 1px;
}

.hover\:translate-y-0\.5:hover {
  --tw-translate-y: 0.125rem;
}

.hover\:translate-y-1\.5:hover {
  --tw-translate-y: 0.375rem;
}

.hover\:translate-y-2\.5:hover {
  --tw-translate-y: 0.625rem;
}

.hover\:translate-y-3\.5:hover {
  --tw-translate-y: 0.875rem;
}

.hover\:translate-y-30\%:hover {
  --tw-translate-y: 30%;
}

.hover\:translate-y-7\.5r:hover {
  --tw-translate-y: 1.875rem;
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
}

.hover\:-translate-y-2:hover {
  --tw-translate-y: -0.5rem;
}

.hover\:-translate-y-3:hover {
  --tw-translate-y: -0.75rem;
}

.hover\:-translate-y-4:hover {
  --tw-translate-y: -1rem;
}

.hover\:-translate-y-5:hover {
  --tw-translate-y: -5px;
}

.hover\:-translate-y-6:hover {
  --tw-translate-y: -1.5rem;
}

.hover\:-translate-y-7:hover {
  --tw-translate-y: -1.75rem;
}

.hover\:-translate-y-8:hover {
  --tw-translate-y: -2rem;
}

.hover\:-translate-y-9:hover {
  --tw-translate-y: -2.25rem;
}

.hover\:-translate-y-10:hover {
  --tw-translate-y: -10px;
}

.hover\:-translate-y-11:hover {
  --tw-translate-y: -2.75rem;
}

.hover\:-translate-y-12:hover {
  --tw-translate-y: -3rem;
}

.hover\:-translate-y-14:hover {
  --tw-translate-y: -14px;
}

.hover\:-translate-y-16:hover {
  --tw-translate-y: -16px;
}

.hover\:-translate-y-20:hover {
  --tw-translate-y: -20px;
}

.hover\:-translate-y-24:hover {
  --tw-translate-y: -24px;
}

.hover\:-translate-y-28:hover {
  --tw-translate-y: -7rem;
}

.hover\:-translate-y-30:hover {
  --tw-translate-y: -30px;
}

.hover\:-translate-y-32:hover {
  --tw-translate-y: -8rem;
}

.hover\:-translate-y-36:hover {
  --tw-translate-y: -9rem;
}

.hover\:-translate-y-40:hover {
  --tw-translate-y: -10rem;
}

.hover\:-translate-y-44:hover {
  --tw-translate-y: -11rem;
}

.hover\:-translate-y-48:hover {
  --tw-translate-y: -48px;
}

.hover\:-translate-y-52:hover {
  --tw-translate-y: -13rem;
}

.hover\:-translate-y-56:hover {
  --tw-translate-y: -14rem;
}

.hover\:-translate-y-60:hover {
  --tw-translate-y: -60px;
}

.hover\:-translate-y-64:hover {
  --tw-translate-y: -16rem;
}

.hover\:-translate-y-72:hover {
  --tw-translate-y: -18rem;
}

.hover\:-translate-y-80:hover {
  --tw-translate-y: -20rem;
}

.hover\:-translate-y-95:hover {
  --tw-translate-y: -95px;
}

.hover\:-translate-y-96:hover {
  --tw-translate-y: -24rem;
}

.hover\:-translate-y-120:hover {
  --tw-translate-y: -120px;
}

.hover\:-translate-y-190:hover {
  --tw-translate-y: -190px;
}

.hover\:-translate-y-px:hover {
  --tw-translate-y: -1px;
}

.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
}

.hover\:-translate-y-1\.5:hover {
  --tw-translate-y: -0.375rem;
}

.hover\:-translate-y-2\.5:hover {
  --tw-translate-y: -0.625rem;
}

.hover\:-translate-y-3\.5:hover {
  --tw-translate-y: -0.875rem;
}

.hover\:-translate-y-30\%:hover {
  --tw-translate-y: -30%;
}

.hover\:-translate-y-7\.5r:hover {
  --tw-translate-y: -1.875rem;
}

.hover\:translate-y-1\/2:hover {
  --tw-translate-y: 50%;
}

.hover\:translate-y-1\/3:hover {
  --tw-translate-y: 33.333333%;
}

.hover\:translate-y-2\/3:hover {
  --tw-translate-y: 66.666667%;
}

.hover\:translate-y-1\/4:hover {
  --tw-translate-y: 25%;
}

.hover\:translate-y-2\/4:hover {
  --tw-translate-y: 50%;
}

.hover\:translate-y-3\/4:hover {
  --tw-translate-y: 75%;
}

.hover\:translate-y-full:hover {
  --tw-translate-y: 100%;
}

.hover\:-translate-y-1\/2:hover {
  --tw-translate-y: -50%;
}

.hover\:-translate-y-1\/3:hover {
  --tw-translate-y: -33.333333%;
}

.hover\:-translate-y-2\/3:hover {
  --tw-translate-y: -66.666667%;
}

.hover\:-translate-y-1\/4:hover {
  --tw-translate-y: -25%;
}

.hover\:-translate-y-2\/4:hover {
  --tw-translate-y: -50%;
}

.hover\:-translate-y-3\/4:hover {
  --tw-translate-y: -75%;
}

.hover\:-translate-y-full:hover {
  --tw-translate-y: -100%;
}

.focus\:translate-x-0:focus {
  --tw-translate-x: 0;
}

.focus\:translate-x-1:focus {
  --tw-translate-x: 0.25rem;
}

.focus\:translate-x-2:focus {
  --tw-translate-x: 0.5rem;
}

.focus\:translate-x-3:focus {
  --tw-translate-x: 0.75rem;
}

.focus\:translate-x-4:focus {
  --tw-translate-x: 1rem;
}

.focus\:translate-x-5:focus {
  --tw-translate-x: 5px;
}

.focus\:translate-x-6:focus {
  --tw-translate-x: 1.5rem;
}

.focus\:translate-x-7:focus {
  --tw-translate-x: 1.75rem;
}

.focus\:translate-x-8:focus {
  --tw-translate-x: 2rem;
}

.focus\:translate-x-9:focus {
  --tw-translate-x: 2.25rem;
}

.focus\:translate-x-10:focus {
  --tw-translate-x: 10px;
}

.focus\:translate-x-11:focus {
  --tw-translate-x: 2.75rem;
}

.focus\:translate-x-12:focus {
  --tw-translate-x: 3rem;
}

.focus\:translate-x-14:focus {
  --tw-translate-x: 14px;
}

.focus\:translate-x-16:focus {
  --tw-translate-x: 16px;
}

.focus\:translate-x-20:focus {
  --tw-translate-x: 20px;
}

.focus\:translate-x-24:focus {
  --tw-translate-x: 24px;
}

.focus\:translate-x-28:focus {
  --tw-translate-x: 7rem;
}

.focus\:translate-x-30:focus {
  --tw-translate-x: 30px;
}

.focus\:translate-x-32:focus {
  --tw-translate-x: 8rem;
}

.focus\:translate-x-36:focus {
  --tw-translate-x: 9rem;
}

.focus\:translate-x-40:focus {
  --tw-translate-x: 10rem;
}

.focus\:translate-x-44:focus {
  --tw-translate-x: 11rem;
}

.focus\:translate-x-48:focus {
  --tw-translate-x: 48px;
}

.focus\:translate-x-52:focus {
  --tw-translate-x: 13rem;
}

.focus\:translate-x-56:focus {
  --tw-translate-x: 14rem;
}

.focus\:translate-x-60:focus {
  --tw-translate-x: 60px;
}

.focus\:translate-x-64:focus {
  --tw-translate-x: 16rem;
}

.focus\:translate-x-72:focus {
  --tw-translate-x: 18rem;
}

.focus\:translate-x-80:focus {
  --tw-translate-x: 20rem;
}

.focus\:translate-x-95:focus {
  --tw-translate-x: 95px;
}

.focus\:translate-x-96:focus {
  --tw-translate-x: 24rem;
}

.focus\:translate-x-120:focus {
  --tw-translate-x: 120px;
}

.focus\:translate-x-190:focus {
  --tw-translate-x: 190px;
}

.focus\:translate-x-px:focus {
  --tw-translate-x: 1px;
}

.focus\:translate-x-0\.5:focus {
  --tw-translate-x: 0.125rem;
}

.focus\:translate-x-1\.5:focus {
  --tw-translate-x: 0.375rem;
}

.focus\:translate-x-2\.5:focus {
  --tw-translate-x: 0.625rem;
}

.focus\:translate-x-3\.5:focus {
  --tw-translate-x: 0.875rem;
}

.focus\:translate-x-30\%:focus {
  --tw-translate-x: 30%;
}

.focus\:translate-x-7\.5r:focus {
  --tw-translate-x: 1.875rem;
}

.focus\:-translate-x-1:focus {
  --tw-translate-x: -0.25rem;
}

.focus\:-translate-x-2:focus {
  --tw-translate-x: -0.5rem;
}

.focus\:-translate-x-3:focus {
  --tw-translate-x: -0.75rem;
}

.focus\:-translate-x-4:focus {
  --tw-translate-x: -1rem;
}

.focus\:-translate-x-5:focus {
  --tw-translate-x: -5px;
}

.focus\:-translate-x-6:focus {
  --tw-translate-x: -1.5rem;
}

.focus\:-translate-x-7:focus {
  --tw-translate-x: -1.75rem;
}

.focus\:-translate-x-8:focus {
  --tw-translate-x: -2rem;
}

.focus\:-translate-x-9:focus {
  --tw-translate-x: -2.25rem;
}

.focus\:-translate-x-10:focus {
  --tw-translate-x: -10px;
}

.focus\:-translate-x-11:focus {
  --tw-translate-x: -2.75rem;
}

.focus\:-translate-x-12:focus {
  --tw-translate-x: -3rem;
}

.focus\:-translate-x-14:focus {
  --tw-translate-x: -14px;
}

.focus\:-translate-x-16:focus {
  --tw-translate-x: -16px;
}

.focus\:-translate-x-20:focus {
  --tw-translate-x: -20px;
}

.focus\:-translate-x-24:focus {
  --tw-translate-x: -24px;
}

.focus\:-translate-x-28:focus {
  --tw-translate-x: -7rem;
}

.focus\:-translate-x-30:focus {
  --tw-translate-x: -30px;
}

.focus\:-translate-x-32:focus {
  --tw-translate-x: -8rem;
}

.focus\:-translate-x-36:focus {
  --tw-translate-x: -9rem;
}

.focus\:-translate-x-40:focus {
  --tw-translate-x: -10rem;
}

.focus\:-translate-x-44:focus {
  --tw-translate-x: -11rem;
}

.focus\:-translate-x-48:focus {
  --tw-translate-x: -48px;
}

.focus\:-translate-x-52:focus {
  --tw-translate-x: -13rem;
}

.focus\:-translate-x-56:focus {
  --tw-translate-x: -14rem;
}

.focus\:-translate-x-60:focus {
  --tw-translate-x: -60px;
}

.focus\:-translate-x-64:focus {
  --tw-translate-x: -16rem;
}

.focus\:-translate-x-72:focus {
  --tw-translate-x: -18rem;
}

.focus\:-translate-x-80:focus {
  --tw-translate-x: -20rem;
}

.focus\:-translate-x-95:focus {
  --tw-translate-x: -95px;
}

.focus\:-translate-x-96:focus {
  --tw-translate-x: -24rem;
}

.focus\:-translate-x-120:focus {
  --tw-translate-x: -120px;
}

.focus\:-translate-x-190:focus {
  --tw-translate-x: -190px;
}

.focus\:-translate-x-px:focus {
  --tw-translate-x: -1px;
}

.focus\:-translate-x-0\.5:focus {
  --tw-translate-x: -0.125rem;
}

.focus\:-translate-x-1\.5:focus {
  --tw-translate-x: -0.375rem;
}

.focus\:-translate-x-2\.5:focus {
  --tw-translate-x: -0.625rem;
}

.focus\:-translate-x-3\.5:focus {
  --tw-translate-x: -0.875rem;
}

.focus\:-translate-x-30\%:focus {
  --tw-translate-x: -30%;
}

.focus\:-translate-x-7\.5r:focus {
  --tw-translate-x: -1.875rem;
}

.focus\:translate-x-1\/2:focus {
  --tw-translate-x: 50%;
}

.focus\:translate-x-1\/3:focus {
  --tw-translate-x: 33.333333%;
}

.focus\:translate-x-2\/3:focus {
  --tw-translate-x: 66.666667%;
}

.focus\:translate-x-1\/4:focus {
  --tw-translate-x: 25%;
}

.focus\:translate-x-2\/4:focus {
  --tw-translate-x: 50%;
}

.focus\:translate-x-3\/4:focus {
  --tw-translate-x: 75%;
}

.focus\:translate-x-full:focus {
  --tw-translate-x: 100%;
}

.focus\:-translate-x-1\/2:focus {
  --tw-translate-x: -50%;
}

.focus\:-translate-x-1\/3:focus {
  --tw-translate-x: -33.333333%;
}

.focus\:-translate-x-2\/3:focus {
  --tw-translate-x: -66.666667%;
}

.focus\:-translate-x-1\/4:focus {
  --tw-translate-x: -25%;
}

.focus\:-translate-x-2\/4:focus {
  --tw-translate-x: -50%;
}

.focus\:-translate-x-3\/4:focus {
  --tw-translate-x: -75%;
}

.focus\:-translate-x-full:focus {
  --tw-translate-x: -100%;
}

.focus\:translate-y-0:focus {
  --tw-translate-y: 0;
}

.focus\:translate-y-1:focus {
  --tw-translate-y: 0.25rem;
}

.focus\:translate-y-2:focus {
  --tw-translate-y: 0.5rem;
}

.focus\:translate-y-3:focus {
  --tw-translate-y: 0.75rem;
}

.focus\:translate-y-4:focus {
  --tw-translate-y: 1rem;
}

.focus\:translate-y-5:focus {
  --tw-translate-y: 5px;
}

.focus\:translate-y-6:focus {
  --tw-translate-y: 1.5rem;
}

.focus\:translate-y-7:focus {
  --tw-translate-y: 1.75rem;
}

.focus\:translate-y-8:focus {
  --tw-translate-y: 2rem;
}

.focus\:translate-y-9:focus {
  --tw-translate-y: 2.25rem;
}

.focus\:translate-y-10:focus {
  --tw-translate-y: 10px;
}

.focus\:translate-y-11:focus {
  --tw-translate-y: 2.75rem;
}

.focus\:translate-y-12:focus {
  --tw-translate-y: 3rem;
}

.focus\:translate-y-14:focus {
  --tw-translate-y: 14px;
}

.focus\:translate-y-16:focus {
  --tw-translate-y: 16px;
}

.focus\:translate-y-20:focus {
  --tw-translate-y: 20px;
}

.focus\:translate-y-24:focus {
  --tw-translate-y: 24px;
}

.focus\:translate-y-28:focus {
  --tw-translate-y: 7rem;
}

.focus\:translate-y-30:focus {
  --tw-translate-y: 30px;
}

.focus\:translate-y-32:focus {
  --tw-translate-y: 8rem;
}

.focus\:translate-y-36:focus {
  --tw-translate-y: 9rem;
}

.focus\:translate-y-40:focus {
  --tw-translate-y: 10rem;
}

.focus\:translate-y-44:focus {
  --tw-translate-y: 11rem;
}

.focus\:translate-y-48:focus {
  --tw-translate-y: 48px;
}

.focus\:translate-y-52:focus {
  --tw-translate-y: 13rem;
}

.focus\:translate-y-56:focus {
  --tw-translate-y: 14rem;
}

.focus\:translate-y-60:focus {
  --tw-translate-y: 60px;
}

.focus\:translate-y-64:focus {
  --tw-translate-y: 16rem;
}

.focus\:translate-y-72:focus {
  --tw-translate-y: 18rem;
}

.focus\:translate-y-80:focus {
  --tw-translate-y: 20rem;
}

.focus\:translate-y-95:focus {
  --tw-translate-y: 95px;
}

.focus\:translate-y-96:focus {
  --tw-translate-y: 24rem;
}

.focus\:translate-y-120:focus {
  --tw-translate-y: 120px;
}

.focus\:translate-y-190:focus {
  --tw-translate-y: 190px;
}

.focus\:translate-y-px:focus {
  --tw-translate-y: 1px;
}

.focus\:translate-y-0\.5:focus {
  --tw-translate-y: 0.125rem;
}

.focus\:translate-y-1\.5:focus {
  --tw-translate-y: 0.375rem;
}

.focus\:translate-y-2\.5:focus {
  --tw-translate-y: 0.625rem;
}

.focus\:translate-y-3\.5:focus {
  --tw-translate-y: 0.875rem;
}

.focus\:translate-y-30\%:focus {
  --tw-translate-y: 30%;
}

.focus\:translate-y-7\.5r:focus {
  --tw-translate-y: 1.875rem;
}

.focus\:-translate-y-1:focus {
  --tw-translate-y: -0.25rem;
}

.focus\:-translate-y-2:focus {
  --tw-translate-y: -0.5rem;
}

.focus\:-translate-y-3:focus {
  --tw-translate-y: -0.75rem;
}

.focus\:-translate-y-4:focus {
  --tw-translate-y: -1rem;
}

.focus\:-translate-y-5:focus {
  --tw-translate-y: -5px;
}

.focus\:-translate-y-6:focus {
  --tw-translate-y: -1.5rem;
}

.focus\:-translate-y-7:focus {
  --tw-translate-y: -1.75rem;
}

.focus\:-translate-y-8:focus {
  --tw-translate-y: -2rem;
}

.focus\:-translate-y-9:focus {
  --tw-translate-y: -2.25rem;
}

.focus\:-translate-y-10:focus {
  --tw-translate-y: -10px;
}

.focus\:-translate-y-11:focus {
  --tw-translate-y: -2.75rem;
}

.focus\:-translate-y-12:focus {
  --tw-translate-y: -3rem;
}

.focus\:-translate-y-14:focus {
  --tw-translate-y: -14px;
}

.focus\:-translate-y-16:focus {
  --tw-translate-y: -16px;
}

.focus\:-translate-y-20:focus {
  --tw-translate-y: -20px;
}

.focus\:-translate-y-24:focus {
  --tw-translate-y: -24px;
}

.focus\:-translate-y-28:focus {
  --tw-translate-y: -7rem;
}

.focus\:-translate-y-30:focus {
  --tw-translate-y: -30px;
}

.focus\:-translate-y-32:focus {
  --tw-translate-y: -8rem;
}

.focus\:-translate-y-36:focus {
  --tw-translate-y: -9rem;
}

.focus\:-translate-y-40:focus {
  --tw-translate-y: -10rem;
}

.focus\:-translate-y-44:focus {
  --tw-translate-y: -11rem;
}

.focus\:-translate-y-48:focus {
  --tw-translate-y: -48px;
}

.focus\:-translate-y-52:focus {
  --tw-translate-y: -13rem;
}

.focus\:-translate-y-56:focus {
  --tw-translate-y: -14rem;
}

.focus\:-translate-y-60:focus {
  --tw-translate-y: -60px;
}

.focus\:-translate-y-64:focus {
  --tw-translate-y: -16rem;
}

.focus\:-translate-y-72:focus {
  --tw-translate-y: -18rem;
}

.focus\:-translate-y-80:focus {
  --tw-translate-y: -20rem;
}

.focus\:-translate-y-95:focus {
  --tw-translate-y: -95px;
}

.focus\:-translate-y-96:focus {
  --tw-translate-y: -24rem;
}

.focus\:-translate-y-120:focus {
  --tw-translate-y: -120px;
}

.focus\:-translate-y-190:focus {
  --tw-translate-y: -190px;
}

.focus\:-translate-y-px:focus {
  --tw-translate-y: -1px;
}

.focus\:-translate-y-0\.5:focus {
  --tw-translate-y: -0.125rem;
}

.focus\:-translate-y-1\.5:focus {
  --tw-translate-y: -0.375rem;
}

.focus\:-translate-y-2\.5:focus {
  --tw-translate-y: -0.625rem;
}

.focus\:-translate-y-3\.5:focus {
  --tw-translate-y: -0.875rem;
}

.focus\:-translate-y-30\%:focus {
  --tw-translate-y: -30%;
}

.focus\:-translate-y-7\.5r:focus {
  --tw-translate-y: -1.875rem;
}

.focus\:translate-y-1\/2:focus {
  --tw-translate-y: 50%;
}

.focus\:translate-y-1\/3:focus {
  --tw-translate-y: 33.333333%;
}

.focus\:translate-y-2\/3:focus {
  --tw-translate-y: 66.666667%;
}

.focus\:translate-y-1\/4:focus {
  --tw-translate-y: 25%;
}

.focus\:translate-y-2\/4:focus {
  --tw-translate-y: 50%;
}

.focus\:translate-y-3\/4:focus {
  --tw-translate-y: 75%;
}

.focus\:translate-y-full:focus {
  --tw-translate-y: 100%;
}

.focus\:-translate-y-1\/2:focus {
  --tw-translate-y: -50%;
}

.focus\:-translate-y-1\/3:focus {
  --tw-translate-y: -33.333333%;
}

.focus\:-translate-y-2\/3:focus {
  --tw-translate-y: -66.666667%;
}

.focus\:-translate-y-1\/4:focus {
  --tw-translate-y: -25%;
}

.focus\:-translate-y-2\/4:focus {
  --tw-translate-y: -50%;
}

.focus\:-translate-y-3\/4:focus {
  --tw-translate-y: -75%;
}

.focus\:-translate-y-full:focus {
  --tw-translate-y: -100%;
}

.rotate-0 {
  --tw-rotate: 0deg;
}

.rotate-1 {
  --tw-rotate: 1deg;
}

.rotate-2 {
  --tw-rotate: 2deg;
}

.rotate-3 {
  --tw-rotate: 3deg;
}

.rotate-6 {
  --tw-rotate: 6deg;
}

.rotate-12 {
  --tw-rotate: 12deg;
}

.rotate-45 {
  --tw-rotate: 45deg;
}

.rotate-90 {
  --tw-rotate: 90deg;
}

.rotate-180 {
  --tw-rotate: 180deg;
}

.-rotate-180 {
  --tw-rotate: -180deg;
}

.-rotate-90 {
  --tw-rotate: -90deg;
}

.-rotate-45 {
  --tw-rotate: -45deg;
}

.-rotate-12 {
  --tw-rotate: -12deg;
}

.-rotate-6 {
  --tw-rotate: -6deg;
}

.-rotate-3 {
  --tw-rotate: -3deg;
}

.-rotate-2 {
  --tw-rotate: -2deg;
}

.-rotate-1 {
  --tw-rotate: -1deg;
}

.hover\:rotate-0:hover {
  --tw-rotate: 0deg;
}

.hover\:rotate-1:hover {
  --tw-rotate: 1deg;
}

.hover\:rotate-2:hover {
  --tw-rotate: 2deg;
}

.hover\:rotate-3:hover {
  --tw-rotate: 3deg;
}

.hover\:rotate-6:hover {
  --tw-rotate: 6deg;
}

.hover\:rotate-12:hover {
  --tw-rotate: 12deg;
}

.hover\:rotate-45:hover {
  --tw-rotate: 45deg;
}

.hover\:rotate-90:hover {
  --tw-rotate: 90deg;
}

.hover\:rotate-180:hover {
  --tw-rotate: 180deg;
}

.hover\:-rotate-180:hover {
  --tw-rotate: -180deg;
}

.hover\:-rotate-90:hover {
  --tw-rotate: -90deg;
}

.hover\:-rotate-45:hover {
  --tw-rotate: -45deg;
}

.hover\:-rotate-12:hover {
  --tw-rotate: -12deg;
}

.hover\:-rotate-6:hover {
  --tw-rotate: -6deg;
}

.hover\:-rotate-3:hover {
  --tw-rotate: -3deg;
}

.hover\:-rotate-2:hover {
  --tw-rotate: -2deg;
}

.hover\:-rotate-1:hover {
  --tw-rotate: -1deg;
}

.focus\:rotate-0:focus {
  --tw-rotate: 0deg;
}

.focus\:rotate-1:focus {
  --tw-rotate: 1deg;
}

.focus\:rotate-2:focus {
  --tw-rotate: 2deg;
}

.focus\:rotate-3:focus {
  --tw-rotate: 3deg;
}

.focus\:rotate-6:focus {
  --tw-rotate: 6deg;
}

.focus\:rotate-12:focus {
  --tw-rotate: 12deg;
}

.focus\:rotate-45:focus {
  --tw-rotate: 45deg;
}

.focus\:rotate-90:focus {
  --tw-rotate: 90deg;
}

.focus\:rotate-180:focus {
  --tw-rotate: 180deg;
}

.focus\:-rotate-180:focus {
  --tw-rotate: -180deg;
}

.focus\:-rotate-90:focus {
  --tw-rotate: -90deg;
}

.focus\:-rotate-45:focus {
  --tw-rotate: -45deg;
}

.focus\:-rotate-12:focus {
  --tw-rotate: -12deg;
}

.focus\:-rotate-6:focus {
  --tw-rotate: -6deg;
}

.focus\:-rotate-3:focus {
  --tw-rotate: -3deg;
}

.focus\:-rotate-2:focus {
  --tw-rotate: -2deg;
}

.focus\:-rotate-1:focus {
  --tw-rotate: -1deg;
}

.skew-x-0 {
  --tw-skew-x: 0deg;
}

.skew-x-1 {
  --tw-skew-x: 1deg;
}

.skew-x-2 {
  --tw-skew-x: 2deg;
}

.skew-x-3 {
  --tw-skew-x: 3deg;
}

.skew-x-6 {
  --tw-skew-x: 6deg;
}

.skew-x-12 {
  --tw-skew-x: 12deg;
}

.-skew-x-12 {
  --tw-skew-x: -12deg;
}

.-skew-x-6 {
  --tw-skew-x: -6deg;
}

.-skew-x-3 {
  --tw-skew-x: -3deg;
}

.-skew-x-2 {
  --tw-skew-x: -2deg;
}

.-skew-x-1 {
  --tw-skew-x: -1deg;
}

.skew-y-0 {
  --tw-skew-y: 0deg;
}

.skew-y-1 {
  --tw-skew-y: 1deg;
}

.skew-y-2 {
  --tw-skew-y: 2deg;
}

.skew-y-3 {
  --tw-skew-y: 3deg;
}

.skew-y-6 {
  --tw-skew-y: 6deg;
}

.skew-y-12 {
  --tw-skew-y: 12deg;
}

.-skew-y-12 {
  --tw-skew-y: -12deg;
}

.-skew-y-6 {
  --tw-skew-y: -6deg;
}

.-skew-y-3 {
  --tw-skew-y: -3deg;
}

.-skew-y-2 {
  --tw-skew-y: -2deg;
}

.-skew-y-1 {
  --tw-skew-y: -1deg;
}

.hover\:skew-x-0:hover {
  --tw-skew-x: 0deg;
}

.hover\:skew-x-1:hover {
  --tw-skew-x: 1deg;
}

.hover\:skew-x-2:hover {
  --tw-skew-x: 2deg;
}

.hover\:skew-x-3:hover {
  --tw-skew-x: 3deg;
}

.hover\:skew-x-6:hover {
  --tw-skew-x: 6deg;
}

.hover\:skew-x-12:hover {
  --tw-skew-x: 12deg;
}

.hover\:-skew-x-12:hover {
  --tw-skew-x: -12deg;
}

.hover\:-skew-x-6:hover {
  --tw-skew-x: -6deg;
}

.hover\:-skew-x-3:hover {
  --tw-skew-x: -3deg;
}

.hover\:-skew-x-2:hover {
  --tw-skew-x: -2deg;
}

.hover\:-skew-x-1:hover {
  --tw-skew-x: -1deg;
}

.hover\:skew-y-0:hover {
  --tw-skew-y: 0deg;
}

.hover\:skew-y-1:hover {
  --tw-skew-y: 1deg;
}

.hover\:skew-y-2:hover {
  --tw-skew-y: 2deg;
}

.hover\:skew-y-3:hover {
  --tw-skew-y: 3deg;
}

.hover\:skew-y-6:hover {
  --tw-skew-y: 6deg;
}

.hover\:skew-y-12:hover {
  --tw-skew-y: 12deg;
}

.hover\:-skew-y-12:hover {
  --tw-skew-y: -12deg;
}

.hover\:-skew-y-6:hover {
  --tw-skew-y: -6deg;
}

.hover\:-skew-y-3:hover {
  --tw-skew-y: -3deg;
}

.hover\:-skew-y-2:hover {
  --tw-skew-y: -2deg;
}

.hover\:-skew-y-1:hover {
  --tw-skew-y: -1deg;
}

.focus\:skew-x-0:focus {
  --tw-skew-x: 0deg;
}

.focus\:skew-x-1:focus {
  --tw-skew-x: 1deg;
}

.focus\:skew-x-2:focus {
  --tw-skew-x: 2deg;
}

.focus\:skew-x-3:focus {
  --tw-skew-x: 3deg;
}

.focus\:skew-x-6:focus {
  --tw-skew-x: 6deg;
}

.focus\:skew-x-12:focus {
  --tw-skew-x: 12deg;
}

.focus\:-skew-x-12:focus {
  --tw-skew-x: -12deg;
}

.focus\:-skew-x-6:focus {
  --tw-skew-x: -6deg;
}

.focus\:-skew-x-3:focus {
  --tw-skew-x: -3deg;
}

.focus\:-skew-x-2:focus {
  --tw-skew-x: -2deg;
}

.focus\:-skew-x-1:focus {
  --tw-skew-x: -1deg;
}

.focus\:skew-y-0:focus {
  --tw-skew-y: 0deg;
}

.focus\:skew-y-1:focus {
  --tw-skew-y: 1deg;
}

.focus\:skew-y-2:focus {
  --tw-skew-y: 2deg;
}

.focus\:skew-y-3:focus {
  --tw-skew-y: 3deg;
}

.focus\:skew-y-6:focus {
  --tw-skew-y: 6deg;
}

.focus\:skew-y-12:focus {
  --tw-skew-y: 12deg;
}

.focus\:-skew-y-12:focus {
  --tw-skew-y: -12deg;
}

.focus\:-skew-y-6:focus {
  --tw-skew-y: -6deg;
}

.focus\:-skew-y-3:focus {
  --tw-skew-y: -3deg;
}

.focus\:-skew-y-2:focus {
  --tw-skew-y: -2deg;
}

.focus\:-skew-y-1:focus {
  --tw-skew-y: -1deg;
}

.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.hover\:scale-0:hover {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.hover\:scale-50:hover {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.hover\:scale-75:hover {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.hover\:scale-90:hover {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.hover\:scale-95:hover {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.hover\:scale-100:hover {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.hover\:scale-125:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.hover\:scale-150:hover {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.focus\:scale-0:focus {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.focus\:scale-50:focus {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.focus\:scale-75:focus {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.focus\:scale-90:focus {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.focus\:scale-95:focus {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.focus\:scale-100:focus {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.focus\:scale-105:focus {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.focus\:scale-110:focus {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.focus\:scale-125:focus {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.focus\:scale-150:focus {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.scale-x-0 {
  --tw-scale-x: 0;
}

.scale-x-50 {
  --tw-scale-x: .5;
}

.scale-x-75 {
  --tw-scale-x: .75;
}

.scale-x-90 {
  --tw-scale-x: .9;
}

.scale-x-95 {
  --tw-scale-x: .95;
}

.scale-x-100 {
  --tw-scale-x: 1;
}

.scale-x-105 {
  --tw-scale-x: 1.05;
}

.scale-x-110 {
  --tw-scale-x: 1.1;
}

.scale-x-125 {
  --tw-scale-x: 1.25;
}

.scale-x-150 {
  --tw-scale-x: 1.5;
}

.scale-y-0 {
  --tw-scale-y: 0;
}

.scale-y-50 {
  --tw-scale-y: .5;
}

.scale-y-75 {
  --tw-scale-y: .75;
}

.scale-y-90 {
  --tw-scale-y: .9;
}

.scale-y-95 {
  --tw-scale-y: .95;
}

.scale-y-100 {
  --tw-scale-y: 1;
}

.scale-y-105 {
  --tw-scale-y: 1.05;
}

.scale-y-110 {
  --tw-scale-y: 1.1;
}

.scale-y-125 {
  --tw-scale-y: 1.25;
}

.scale-y-150 {
  --tw-scale-y: 1.5;
}

.hover\:scale-x-0:hover {
  --tw-scale-x: 0;
}

.hover\:scale-x-50:hover {
  --tw-scale-x: .5;
}

.hover\:scale-x-75:hover {
  --tw-scale-x: .75;
}

.hover\:scale-x-90:hover {
  --tw-scale-x: .9;
}

.hover\:scale-x-95:hover {
  --tw-scale-x: .95;
}

.hover\:scale-x-100:hover {
  --tw-scale-x: 1;
}

.hover\:scale-x-105:hover {
  --tw-scale-x: 1.05;
}

.hover\:scale-x-110:hover {
  --tw-scale-x: 1.1;
}

.hover\:scale-x-125:hover {
  --tw-scale-x: 1.25;
}

.hover\:scale-x-150:hover {
  --tw-scale-x: 1.5;
}

.hover\:scale-y-0:hover {
  --tw-scale-y: 0;
}

.hover\:scale-y-50:hover {
  --tw-scale-y: .5;
}

.hover\:scale-y-75:hover {
  --tw-scale-y: .75;
}

.hover\:scale-y-90:hover {
  --tw-scale-y: .9;
}

.hover\:scale-y-95:hover {
  --tw-scale-y: .95;
}

.hover\:scale-y-100:hover {
  --tw-scale-y: 1;
}

.hover\:scale-y-105:hover {
  --tw-scale-y: 1.05;
}

.hover\:scale-y-110:hover {
  --tw-scale-y: 1.1;
}

.hover\:scale-y-125:hover {
  --tw-scale-y: 1.25;
}

.hover\:scale-y-150:hover {
  --tw-scale-y: 1.5;
}

.focus\:scale-x-0:focus {
  --tw-scale-x: 0;
}

.focus\:scale-x-50:focus {
  --tw-scale-x: .5;
}

.focus\:scale-x-75:focus {
  --tw-scale-x: .75;
}

.focus\:scale-x-90:focus {
  --tw-scale-x: .9;
}

.focus\:scale-x-95:focus {
  --tw-scale-x: .95;
}

.focus\:scale-x-100:focus {
  --tw-scale-x: 1;
}

.focus\:scale-x-105:focus {
  --tw-scale-x: 1.05;
}

.focus\:scale-x-110:focus {
  --tw-scale-x: 1.1;
}

.focus\:scale-x-125:focus {
  --tw-scale-x: 1.25;
}

.focus\:scale-x-150:focus {
  --tw-scale-x: 1.5;
}

.focus\:scale-y-0:focus {
  --tw-scale-y: 0;
}

.focus\:scale-y-50:focus {
  --tw-scale-y: .5;
}

.focus\:scale-y-75:focus {
  --tw-scale-y: .75;
}

.focus\:scale-y-90:focus {
  --tw-scale-y: .9;
}

.focus\:scale-y-95:focus {
  --tw-scale-y: .95;
}

.focus\:scale-y-100:focus {
  --tw-scale-y: 1;
}

.focus\:scale-y-105:focus {
  --tw-scale-y: 1.05;
}

.focus\:scale-y-110:focus {
  --tw-scale-y: 1.1;
}

.focus\:scale-y-125:focus {
  --tw-scale-y: 1.25;
}

.focus\:scale-y-150:focus {
  --tw-scale-y: 1.5;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.animate-fade-in {
  -webkit-animation: fade-in 0.5s ease-out;
          animation: fade-in 0.5s ease-out;
}

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-text {
  cursor: text;
}

.cursor-move {
  cursor: move;
}

.cursor-help {
  cursor: help;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.select-auto {
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.list-none {
  list-style-type: none;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.auto-cols-auto {
  grid-auto-columns: auto;
}

.auto-cols-min {
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
}

.auto-cols-max {
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}

.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr);
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense;
}

.auto-rows-auto {
  grid-auto-rows: auto;
}

.auto-rows-min {
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

.auto-rows-max {
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-none {
  grid-template-columns: none;
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-rows-none {
  grid-template-rows: none;
}

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

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

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

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

.place-content-start {
  align-content: start;
  justify-content: start;
  place-content: start;
}

.place-content-end {
  align-content: end;
  justify-content: end;
  place-content: end;
}

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

.place-content-around {
  align-content: space-around;
  justify-content: space-around;
  place-content: space-around;
}

.place-content-evenly {
  align-content: space-evenly;
  justify-content: space-evenly;
  place-content: space-evenly;
}

.place-content-stretch {
  align-content: stretch;
  justify-content: stretch;
  place-content: stretch;
}

.place-items-start {
  align-items: start;
  justify-items: start;
  place-items: start;
}

.place-items-end {
  align-items: end;
  justify-items: end;
  place-items: end;
}

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

.place-items-stretch {
  align-items: stretch;
  justify-items: stretch;
  place-items: stretch;
}

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

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

.content-end {
  align-content: flex-end;
}

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

.content-around {
  align-content: space-around;
}

.content-evenly {
  align-content: space-evenly;
}

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

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

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

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

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

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

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

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

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

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

.justify-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

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

.justify-items-stretch {
  justify-items: stretch;
}

.gap-0 {
  grid-gap: 0;
  gap: 0;
}

.gap-1 {
  grid-gap: 0.25rem;
  gap: 0.25rem;
}

.gap-2 {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.gap-3 {
  grid-gap: 0.75rem;
  gap: 0.75rem;
}

.gap-4 {
  grid-gap: 1rem;
  gap: 1rem;
}

.gap-5 {
  grid-gap: 5px;
  gap: 5px;
}

.gap-6 {
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

.gap-7 {
  grid-gap: 1.75rem;
  gap: 1.75rem;
}

.gap-8 {
  grid-gap: 2rem;
  gap: 2rem;
}

.gap-9 {
  grid-gap: 2.25rem;
  gap: 2.25rem;
}

.gap-10 {
  grid-gap: 10px;
  gap: 10px;
}

.gap-11 {
  grid-gap: 2.75rem;
  gap: 2.75rem;
}

.gap-12 {
  grid-gap: 3rem;
  gap: 3rem;
}

.gap-14 {
  grid-gap: 14px;
  gap: 14px;
}

.gap-16 {
  grid-gap: 16px;
  gap: 16px;
}

.gap-20 {
  grid-gap: 20px;
  gap: 20px;
}

.gap-24 {
  grid-gap: 24px;
  gap: 24px;
}

.gap-28 {
  grid-gap: 7rem;
  gap: 7rem;
}

.gap-30 {
  grid-gap: 30px;
  gap: 30px;
}

.gap-32 {
  grid-gap: 8rem;
  gap: 8rem;
}

.gap-36 {
  grid-gap: 9rem;
  gap: 9rem;
}

.gap-40 {
  grid-gap: 10rem;
  gap: 10rem;
}

.gap-44 {
  grid-gap: 11rem;
  gap: 11rem;
}

.gap-48 {
  grid-gap: 48px;
  gap: 48px;
}

.gap-52 {
  grid-gap: 13rem;
  gap: 13rem;
}

.gap-56 {
  grid-gap: 14rem;
  gap: 14rem;
}

.gap-60 {
  grid-gap: 60px;
  gap: 60px;
}

.gap-64 {
  grid-gap: 16rem;
  gap: 16rem;
}

.gap-72 {
  grid-gap: 18rem;
  gap: 18rem;
}

.gap-80 {
  grid-gap: 20rem;
  gap: 20rem;
}

.gap-95 {
  grid-gap: 95px;
  gap: 95px;
}

.gap-96 {
  grid-gap: 24rem;
  gap: 24rem;
}

.gap-120 {
  grid-gap: 120px;
  gap: 120px;
}

.gap-190 {
  grid-gap: 190px;
  gap: 190px;
}

.gap-px {
  grid-gap: 1px;
  gap: 1px;
}

.gap-0\.5 {
  grid-gap: 0.125rem;
  gap: 0.125rem;
}

.gap-1\.5 {
  grid-gap: 0.375rem;
  gap: 0.375rem;
}

.gap-2\.5 {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

.gap-3\.5 {
  grid-gap: 0.875rem;
  gap: 0.875rem;
}

.gap-30\% {
  grid-gap: 30%;
  gap: 30%;
}

.gap-7\.5r {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}

.gap-x-0 {
  -moz-column-gap: 0;
       grid-column-gap: 0;
       column-gap: 0;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       grid-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       grid-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       grid-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       grid-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-5 {
  -moz-column-gap: 5px;
       grid-column-gap: 5px;
       column-gap: 5px;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       grid-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
       grid-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       grid-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-9 {
  -moz-column-gap: 2.25rem;
       grid-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.gap-x-10 {
  -moz-column-gap: 10px;
       grid-column-gap: 10px;
       column-gap: 10px;
}

.gap-x-11 {
  -moz-column-gap: 2.75rem;
       grid-column-gap: 2.75rem;
       column-gap: 2.75rem;
}

.gap-x-12 {
  -moz-column-gap: 3rem;
       grid-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-14 {
  -moz-column-gap: 14px;
       grid-column-gap: 14px;
       column-gap: 14px;
}

.gap-x-16 {
  -moz-column-gap: 16px;
       grid-column-gap: 16px;
       column-gap: 16px;
}

.gap-x-20 {
  -moz-column-gap: 20px;
       grid-column-gap: 20px;
       column-gap: 20px;
}

.gap-x-24 {
  -moz-column-gap: 24px;
       grid-column-gap: 24px;
       column-gap: 24px;
}

.gap-x-28 {
  -moz-column-gap: 7rem;
       grid-column-gap: 7rem;
       column-gap: 7rem;
}

.gap-x-30 {
  -moz-column-gap: 30px;
       grid-column-gap: 30px;
       column-gap: 30px;
}

.gap-x-32 {
  -moz-column-gap: 8rem;
       grid-column-gap: 8rem;
       column-gap: 8rem;
}

.gap-x-36 {
  -moz-column-gap: 9rem;
       grid-column-gap: 9rem;
       column-gap: 9rem;
}

.gap-x-40 {
  -moz-column-gap: 10rem;
       grid-column-gap: 10rem;
       column-gap: 10rem;
}

.gap-x-44 {
  -moz-column-gap: 11rem;
       grid-column-gap: 11rem;
       column-gap: 11rem;
}

.gap-x-48 {
  -moz-column-gap: 48px;
       grid-column-gap: 48px;
       column-gap: 48px;
}

.gap-x-52 {
  -moz-column-gap: 13rem;
       grid-column-gap: 13rem;
       column-gap: 13rem;
}

.gap-x-56 {
  -moz-column-gap: 14rem;
       grid-column-gap: 14rem;
       column-gap: 14rem;
}

.gap-x-60 {
  -moz-column-gap: 60px;
       grid-column-gap: 60px;
       column-gap: 60px;
}

.gap-x-64 {
  -moz-column-gap: 16rem;
       grid-column-gap: 16rem;
       column-gap: 16rem;
}

.gap-x-72 {
  -moz-column-gap: 18rem;
       grid-column-gap: 18rem;
       column-gap: 18rem;
}

.gap-x-80 {
  -moz-column-gap: 20rem;
       grid-column-gap: 20rem;
       column-gap: 20rem;
}

.gap-x-95 {
  -moz-column-gap: 95px;
       grid-column-gap: 95px;
       column-gap: 95px;
}

.gap-x-96 {
  -moz-column-gap: 24rem;
       grid-column-gap: 24rem;
       column-gap: 24rem;
}

.gap-x-120 {
  -moz-column-gap: 120px;
       grid-column-gap: 120px;
       column-gap: 120px;
}

.gap-x-190 {
  -moz-column-gap: 190px;
       grid-column-gap: 190px;
       column-gap: 190px;
}

.gap-x-px {
  -moz-column-gap: 1px;
       grid-column-gap: 1px;
       column-gap: 1px;
}

.gap-x-0\.5 {
  -moz-column-gap: 0.125rem;
       grid-column-gap: 0.125rem;
       column-gap: 0.125rem;
}

.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       grid-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       grid-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.gap-x-3\.5 {
  -moz-column-gap: 0.875rem;
       grid-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

.gap-x-30\% {
  -moz-column-gap: 30%;
       grid-column-gap: 30%;
       column-gap: 30%;
}

.gap-x-7\.5r {
  -moz-column-gap: 1.875rem;
       grid-column-gap: 1.875rem;
       column-gap: 1.875rem;
}

.gap-y-0 {
  grid-row-gap: 0;
  row-gap: 0;
}

.gap-y-1 {
  grid-row-gap: 0.25rem;
  row-gap: 0.25rem;
}

.gap-y-2 {
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
}

.gap-y-3 {
  grid-row-gap: 0.75rem;
  row-gap: 0.75rem;
}

.gap-y-4 {
  grid-row-gap: 1rem;
  row-gap: 1rem;
}

.gap-y-5 {
  grid-row-gap: 5px;
  row-gap: 5px;
}

.gap-y-6 {
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
}

.gap-y-7 {
  grid-row-gap: 1.75rem;
  row-gap: 1.75rem;
}

.gap-y-8 {
  grid-row-gap: 2rem;
  row-gap: 2rem;
}

.gap-y-9 {
  grid-row-gap: 2.25rem;
  row-gap: 2.25rem;
}

.gap-y-10 {
  grid-row-gap: 10px;
  row-gap: 10px;
}

.gap-y-11 {
  grid-row-gap: 2.75rem;
  row-gap: 2.75rem;
}

.gap-y-12 {
  grid-row-gap: 3rem;
  row-gap: 3rem;
}

.gap-y-14 {
  grid-row-gap: 14px;
  row-gap: 14px;
}

.gap-y-16 {
  grid-row-gap: 16px;
  row-gap: 16px;
}

.gap-y-20 {
  grid-row-gap: 20px;
  row-gap: 20px;
}

.gap-y-24 {
  grid-row-gap: 24px;
  row-gap: 24px;
}

.gap-y-28 {
  grid-row-gap: 7rem;
  row-gap: 7rem;
}

.gap-y-30 {
  grid-row-gap: 30px;
  row-gap: 30px;
}

.gap-y-32 {
  grid-row-gap: 8rem;
  row-gap: 8rem;
}

.gap-y-36 {
  grid-row-gap: 9rem;
  row-gap: 9rem;
}

.gap-y-40 {
  grid-row-gap: 10rem;
  row-gap: 10rem;
}

.gap-y-44 {
  grid-row-gap: 11rem;
  row-gap: 11rem;
}

.gap-y-48 {
  grid-row-gap: 48px;
  row-gap: 48px;
}

.gap-y-52 {
  grid-row-gap: 13rem;
  row-gap: 13rem;
}

.gap-y-56 {
  grid-row-gap: 14rem;
  row-gap: 14rem;
}

.gap-y-60 {
  grid-row-gap: 60px;
  row-gap: 60px;
}

.gap-y-64 {
  grid-row-gap: 16rem;
  row-gap: 16rem;
}

.gap-y-72 {
  grid-row-gap: 18rem;
  row-gap: 18rem;
}

.gap-y-80 {
  grid-row-gap: 20rem;
  row-gap: 20rem;
}

.gap-y-95 {
  grid-row-gap: 95px;
  row-gap: 95px;
}

.gap-y-96 {
  grid-row-gap: 24rem;
  row-gap: 24rem;
}

.gap-y-120 {
  grid-row-gap: 120px;
  row-gap: 120px;
}

.gap-y-190 {
  grid-row-gap: 190px;
  row-gap: 190px;
}

.gap-y-px {
  grid-row-gap: 1px;
  row-gap: 1px;
}

.gap-y-0\.5 {
  grid-row-gap: 0.125rem;
  row-gap: 0.125rem;
}

.gap-y-1\.5 {
  grid-row-gap: 0.375rem;
  row-gap: 0.375rem;
}

.gap-y-2\.5 {
  grid-row-gap: 0.625rem;
  row-gap: 0.625rem;
}

.gap-y-3\.5 {
  grid-row-gap: 0.875rem;
  row-gap: 0.875rem;
}

.gap-y-30\% {
  grid-row-gap: 30%;
  row-gap: 30%;
}

.gap-y-7\.5r {
  grid-row-gap: 1.875rem;
  row-gap: 1.875rem;
}

.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(5px * var(--tw-space-x-reverse));
  margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10px * var(--tw-space-x-reverse));
  margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.75rem * var(--tw-space-x-reverse));
  margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(14px * var(--tw-space-x-reverse));
  margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16px * var(--tw-space-x-reverse));
  margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(20px * var(--tw-space-x-reverse));
  margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(24px * var(--tw-space-x-reverse));
  margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(7rem * var(--tw-space-x-reverse));
  margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(30px * var(--tw-space-x-reverse));
  margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8rem * var(--tw-space-x-reverse));
  margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(9rem * var(--tw-space-x-reverse));
  margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10rem * var(--tw-space-x-reverse));
  margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(11rem * var(--tw-space-x-reverse));
  margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(48px * var(--tw-space-x-reverse));
  margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(13rem * var(--tw-space-x-reverse));
  margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(14rem * var(--tw-space-x-reverse));
  margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(60px * var(--tw-space-x-reverse));
  margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16rem * var(--tw-space-x-reverse));
  margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(18rem * var(--tw-space-x-reverse));
  margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(20rem * var(--tw-space-x-reverse));
  margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-95 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(95px * var(--tw-space-x-reverse));
  margin-left: calc(95px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(24rem * var(--tw-space-x-reverse));
  margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-120 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(120px * var(--tw-space-x-reverse));
  margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-190 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(190px * var(--tw-space-x-reverse));
  margin-left: calc(190px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1px * var(--tw-space-x-reverse));
  margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-30\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(30% * var(--tw-space-x-reverse));
  margin-left: calc(30% * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-7\.5r > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.875rem * var(--tw-space-x-reverse));
  margin-left: calc(1.875rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1rem * var(--tw-space-x-reverse));
  margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-5px * var(--tw-space-x-reverse));
  margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2rem * var(--tw-space-x-reverse));
  margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-10px * var(--tw-space-x-reverse));
  margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-3rem * var(--tw-space-x-reverse));
  margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-14px * var(--tw-space-x-reverse));
  margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-16px * var(--tw-space-x-reverse));
  margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-20px * var(--tw-space-x-reverse));
  margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-24px * var(--tw-space-x-reverse));
  margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-7rem * var(--tw-space-x-reverse));
  margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-30px * var(--tw-space-x-reverse));
  margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-8rem * var(--tw-space-x-reverse));
  margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-9rem * var(--tw-space-x-reverse));
  margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-10rem * var(--tw-space-x-reverse));
  margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-11rem * var(--tw-space-x-reverse));
  margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-48px * var(--tw-space-x-reverse));
  margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-13rem * var(--tw-space-x-reverse));
  margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-14rem * var(--tw-space-x-reverse));
  margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-60px * var(--tw-space-x-reverse));
  margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-16rem * var(--tw-space-x-reverse));
  margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-18rem * var(--tw-space-x-reverse));
  margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-20rem * var(--tw-space-x-reverse));
  margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-95 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-95px * var(--tw-space-x-reverse));
  margin-left: calc(-95px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-24rem * var(--tw-space-x-reverse));
  margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-120 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-120px * var(--tw-space-x-reverse));
  margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-190 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-190px * var(--tw-space-x-reverse));
  margin-left: calc(-190px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-30\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-30% * var(--tw-space-x-reverse));
  margin-left: calc(-30% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-7\.5r > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.875rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.875rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5px * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10px * var(--tw-space-y-reverse));
}

.space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(14px * var(--tw-space-y-reverse));
}

.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse));
}

.space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20px * var(--tw-space-y-reverse));
}

.space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24px * var(--tw-space-y-reverse));
}

.space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(7rem * var(--tw-space-y-reverse));
}

.space-y-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(30px * var(--tw-space-y-reverse));
}

.space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8rem * var(--tw-space-y-reverse));
}

.space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(9rem * var(--tw-space-y-reverse));
}

.space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10rem * var(--tw-space-y-reverse));
}

.space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(11rem * var(--tw-space-y-reverse));
}

.space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(48px * var(--tw-space-y-reverse));
}

.space-y-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(13rem * var(--tw-space-y-reverse));
}

.space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(14rem * var(--tw-space-y-reverse));
}

.space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(60px * var(--tw-space-y-reverse));
}

.space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16rem * var(--tw-space-y-reverse));
}

.space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(18rem * var(--tw-space-y-reverse));
}

.space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20rem * var(--tw-space-y-reverse));
}

.space-y-95 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(95px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(95px * var(--tw-space-y-reverse));
}

.space-y-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24rem * var(--tw-space-y-reverse));
}

.space-y-120 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(120px * var(--tw-space-y-reverse));
}

.space-y-190 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(190px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(190px * var(--tw-space-y-reverse));
}

.space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1px * var(--tw-space-y-reverse));
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

.space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}

.space-y-30\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(30% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(30% * var(--tw-space-y-reverse));
}

.space-y-7\.5r > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
}

.-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
}

.-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
}

.-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
}

.-space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
}

.-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-5px * var(--tw-space-y-reverse));
}

.-space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
}

.-space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
}

.-space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
}

.-space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
}

.-space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-10px * var(--tw-space-y-reverse));
}

.-space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
}

.-space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
}

.-space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-14px * var(--tw-space-y-reverse));
}

.-space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-16px * var(--tw-space-y-reverse));
}

.-space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-20px * var(--tw-space-y-reverse));
}

.-space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-24px * var(--tw-space-y-reverse));
}

.-space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
}

.-space-y-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-30px * var(--tw-space-y-reverse));
}

.-space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
}

.-space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
}

.-space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
}

.-space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
}

.-space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-48px * var(--tw-space-y-reverse));
}

.-space-y-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
}

.-space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
}

.-space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-60px * var(--tw-space-y-reverse));
}

.-space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
}

.-space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
}

.-space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
}

.-space-y-95 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-95px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-95px * var(--tw-space-y-reverse));
}

.-space-y-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
}

.-space-y-120 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-120px * var(--tw-space-y-reverse));
}

.-space-y-190 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-190px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-190px * var(--tw-space-y-reverse));
}

.-space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1px * var(--tw-space-y-reverse));
}

.-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
}

.-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
}

.-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
}

.-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
}

.-space-y-30\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-30% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-30% * var(--tw-space-y-reverse));
}

.-space-y-7\.5r > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.875rem * var(--tw-space-y-reverse));
}

.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1;
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

.divide-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(0px * var(--tw-divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(4px * var(--tw-divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(8px * var(--tw-divide-x-reverse));
  border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
}

.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.divide-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
}

.divide-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.hover\:divide-x-0:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(0px * var(--tw-divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
}

.hover\:divide-x-2:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}

.hover\:divide-x-4:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(4px * var(--tw-divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
}

.hover\:divide-x-8:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(8px * var(--tw-divide-x-reverse));
  border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
}

.hover\:divide-x:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.hover\:divide-y-0:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
}

.hover\:divide-y-2:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.hover\:divide-y-4:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
}

.hover\:divide-y-8:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
}

.hover\:divide-y:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.focus\:divide-x-0:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(0px * var(--tw-divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
}

.focus\:divide-x-2:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}

.focus\:divide-x-4:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(4px * var(--tw-divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
}

.focus\:divide-x-8:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(8px * var(--tw-divide-x-reverse));
  border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
}

.focus\:divide-x:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.focus\:divide-y-0:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
}

.focus\:divide-y-2:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.focus\:divide-y-4:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
}

.focus\:divide-y-8:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
}

.focus\:divide-y:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1;
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1;
}

.hover\:divide-y-reverse:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1;
}

.hover\:divide-x-reverse:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1;
}

.focus\:divide-y-reverse:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1;
}

.focus\:divide-x-reverse:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1;
}

.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}

.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed;
}

.divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted;
}

.divide-double > :not([hidden]) ~ :not([hidden]) {
  border-style: double;
}

.divide-none > :not([hidden]) ~ :not([hidden]) {
  border-style: none;
}

.divide-transparent > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent;
}

.divide-current > :not([hidden]) ~ :not([hidden]) {
  border-color: currentColor;
}

.divide-black > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}

.divide-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}

.divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
}

.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
}

.divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
}

.divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
}

.divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
}

.divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
}

.divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
}

.divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
}

.divide-red-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
}

.divide-red-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
}

.divide-red-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
}

.divide-red-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
}

.divide-red-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
}

.divide-red-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
}

.divide-red-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
}

.divide-red-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
}

.divide-red-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
}

.divide-red-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
}

.divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
}

.divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
}

.divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
}

.divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
}

.divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
}

.divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
}

.divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
}

.divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
}

.divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
}

.divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
}

.divide-green-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
}

.divide-green-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
}

.divide-green-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
}

.divide-green-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
}

.divide-green-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
}

.divide-green-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
}

.divide-green-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
}

.divide-green-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
}

.divide-green-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
}

.divide-green-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
}

.divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
}

.divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
}

.divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
}

.divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
}

.divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
}

.divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
}

.divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
}

.divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
}

.divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
}

.divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
}

.divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
}

.divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
}

.divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
}

.divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
}

.divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
}

.divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
}

.divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
}

.divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
}

.divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
}

.divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
}

.divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
}

.divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
}

.divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
}

.divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
}

.divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
}

.divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
}

.divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
}

.divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
}

.divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
}

.divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
}

.divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
}

.divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
}

.divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
}

.divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
}

.divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
}

.divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
}

.divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
}

.divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
}

.divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
}

.divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
}

.divide-primary-color > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(235, 0, 139, var(--tw-divide-opacity));
}

.divide-primary-color-dark > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(201, 0, 104, var(--tw-divide-opacity));
}

.divide-secondary-color > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
}

.divide-custom-gray-sm > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(241, 244, 246, var(--tw-divide-opacity));
}

.divide-custom-gray-sm2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(241, 242, 243, var(--tw-divide-opacity));
}

.divide-custom-gray-md > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(132, 132, 132, var(--tw-divide-opacity));
}

.divide-custom-navy-dark > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
}

.divide-dark-blue > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
}

.divide-primary > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(25, 45, 64, var(--tw-divide-opacity));
}

.divide-secondary-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(230, 0, 126, var(--tw-divide-opacity));
}

.divide-secondary-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(214, 213, 100, var(--tw-divide-opacity));
}

.divide-secondary-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 252, 205, var(--tw-divide-opacity));
}

.divide-secondary > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(230, 0, 126, var(--tw-divide-opacity));
}

.divide-secondary-dark > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(193, 26, 125, var(--tw-divide-opacity));
}

.divide-secondary-light > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 206, 233, var(--tw-divide-opacity));
}

.divide-grayCustom-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
}

.divide-grayCustom-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
}

.divide-grayCustom-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
}

.divide-grayCustom-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
}

.divide-grayCustom > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
}

.divide-grayCustom-dark > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
}

.divide-grayCustom-light > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
}

.divide-grayCustom-hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(159, 159, 159, var(--tw-divide-opacity));
}

.divide-error > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 32, 110, var(--tw-divide-opacity));
}

.divide-error-light > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 232, 234, var(--tw-divide-opacity));
}

.divide-warning > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
}

.divide-warning-light > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 246, 229, var(--tw-divide-opacity));
}

.divide-success > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(45, 216, 129, var(--tw-divide-opacity));
}

.divide-success-light > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(233, 251, 242, var(--tw-divide-opacity));
}

.divide-status-open > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}

.divide-status-waiting_payment > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
}

.divide-status-completed > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(84, 193, 187, var(--tw-divide-opacity));
}

.divide-status-failed > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
}

.divide-status-waiting_verify > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
}

.divide-status-closed > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
}

.divide-policyStatus-issuing > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}

.divide-policyStatus-waiting_inspection > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
}

.divide-policyStatus-success > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(84, 193, 187, var(--tw-divide-opacity));
}

.divide-policyStatus-failed_inspection > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
}

.divide-policyStatus-failed > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
}

.divide-policyStatus-waiting_policy > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
}

.divide-policyStatus-cancel > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
}

.divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0;
}

.divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.05;
}

.divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.1;
}

.divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.2;
}

.divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.25;
}

.divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.3;
}

.divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.4;
}

.divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.5;
}

.divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.6;
}

.divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.7;
}

.divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.75;
}

.divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.8;
}

.divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.9;
}

.divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.95;
}

.divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
}

.place-self-auto {
  align-self: auto;
  justify-self: auto;
  place-self: auto;
}

.place-self-start {
  align-self: start;
  justify-self: start;
  place-self: start;
}

.place-self-end {
  align-self: end;
  justify-self: end;
  place-self: end;
}

.place-self-center {
  align-self: center;
  justify-self: center;
  place-self: center;
}

.place-self-stretch {
  align-self: stretch;
  justify-self: stretch;
  place-self: stretch;
}

.self-auto {
  align-self: auto;
}

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

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

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

.self-stretch {
  align-self: stretch;
}

.self-baseline {
  align-self: baseline;
}

.justify-self-auto {
  justify-self: auto;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

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

.justify-self-stretch {
  justify-self: stretch;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

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

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

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

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

.overscroll-auto {
  overscroll-behavior: auto;
}

.overscroll-contain {
  overscroll-behavior: contain;
}

.overscroll-none {
  overscroll-behavior: none;
}

.overscroll-y-auto {
  overscroll-behavior-y: auto;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain;
}

.overscroll-y-none {
  overscroll-behavior-y: none;
}

.overscroll-x-auto {
  overscroll-behavior-x: auto;
}

.overscroll-x-contain {
  overscroll-behavior-x: contain;
}

.overscroll-x-none {
  overscroll-behavior-x: none;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overflow-ellipsis {
  text-overflow: ellipsis;
}

.overflow-clip {
  text-overflow: clip;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-normal {
  word-wrap: normal;
  word-break: normal;
}

.break-words {
  word-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded-5 {
  border-radius: 5px;
}

.rounded-10 {
  border-radius: 10px;
}

.rounded-20 {
  border-radius: 20px;
}

.rounded-48 {
  border-radius: 48px;
}

.rounded-none {
  border-radius: 0;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded {
  border-radius: 5px;
}

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

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

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

.rounded-2xl {
  border-radius: 1rem;
}

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

.rounded-full {
  border-radius: 9999px;
}

.rounded-t-5 {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.rounded-t-10 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.rounded-t-20 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.rounded-t-48 {
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
}

.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.rounded-t {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-r-5 {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.rounded-r-10 {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.rounded-r-20 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.rounded-r-48 {
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
}

.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.rounded-r {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

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

.rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-b-5 {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.rounded-b-10 {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.rounded-b-20 {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.rounded-b-48 {
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 48px;
}

.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-b {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-5 {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.rounded-l-10 {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.rounded-l-20 {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.rounded-l-48 {
  border-top-left-radius: 48px;
  border-bottom-left-radius: 48px;
}

.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-l {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

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

.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-tl-5 {
  border-top-left-radius: 5px;
}

.rounded-tl-10 {
  border-top-left-radius: 10px;
}

.rounded-tl-20 {
  border-top-left-radius: 20px;
}

.rounded-tl-48 {
  border-top-left-radius: 48px;
}

.rounded-tl-none {
  border-top-left-radius: 0;
}

.rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}

.rounded-tl {
  border-top-left-radius: 5px;
}

.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

.rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}

.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}

.rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}

.rounded-tl-full {
  border-top-left-radius: 9999px;
}

.rounded-tr-5 {
  border-top-right-radius: 5px;
}

.rounded-tr-10 {
  border-top-right-radius: 10px;
}

.rounded-tr-20 {
  border-top-right-radius: 20px;
}

.rounded-tr-48 {
  border-top-right-radius: 48px;
}

.rounded-tr-none {
  border-top-right-radius: 0;
}

.rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}

.rounded-tr {
  border-top-right-radius: 5px;
}

.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}

.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}

.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}

.rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}

.rounded-tr-full {
  border-top-right-radius: 9999px;
}

.rounded-br-5 {
  border-bottom-right-radius: 5px;
}

.rounded-br-10 {
  border-bottom-right-radius: 10px;
}

.rounded-br-20 {
  border-bottom-right-radius: 20px;
}

.rounded-br-48 {
  border-bottom-right-radius: 48px;
}

.rounded-br-none {
  border-bottom-right-radius: 0;
}

.rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}

.rounded-br {
  border-bottom-right-radius: 5px;
}

.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}

.rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}

.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}

.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.rounded-bl-5 {
  border-bottom-left-radius: 5px;
}

.rounded-bl-10 {
  border-bottom-left-radius: 10px;
}

.rounded-bl-20 {
  border-bottom-left-radius: 20px;
}

.rounded-bl-48 {
  border-bottom-left-radius: 48px;
}

.rounded-bl-none {
  border-bottom-left-radius: 0;
}

.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}

.rounded-bl {
  border-bottom-left-radius: 5px;
}

.rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}

.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}

.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}

.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-8 {
  border-width: 8px;
}

.border {
  border-width: 1px;
}

.hover\:border-0:hover {
  border-width: 0px;
}

.hover\:border-2:hover {
  border-width: 2px;
}

.hover\:border-4:hover {
  border-width: 4px;
}

.hover\:border-8:hover {
  border-width: 8px;
}

.hover\:border:hover {
  border-width: 1px;
}

.focus\:border-0:focus {
  border-width: 0px;
}

.focus\:border-2:focus {
  border-width: 2px;
}

.focus\:border-4:focus {
  border-width: 4px;
}

.focus\:border-8:focus {
  border-width: 8px;
}

.focus\:border:focus {
  border-width: 1px;
}

.border-t-0 {
  border-top-width: 0px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-t {
  border-top-width: 1px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-r-4 {
  border-right-width: 4px;
}

.border-r-8 {
  border-right-width: 8px;
}

.border-r {
  border-right-width: 1px;
}

.border-b-0 {
  border-bottom-width: 0px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-b-8 {
  border-bottom-width: 8px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-l {
  border-left-width: 1px;
}

.hover\:border-t-0:hover {
  border-top-width: 0px;
}

.hover\:border-t-2:hover {
  border-top-width: 2px;
}

.hover\:border-t-4:hover {
  border-top-width: 4px;
}

.hover\:border-t-8:hover {
  border-top-width: 8px;
}

.hover\:border-t:hover {
  border-top-width: 1px;
}

.hover\:border-r-0:hover {
  border-right-width: 0px;
}

.hover\:border-r-2:hover {
  border-right-width: 2px;
}

.hover\:border-r-4:hover {
  border-right-width: 4px;
}

.hover\:border-r-8:hover {
  border-right-width: 8px;
}

.hover\:border-r:hover {
  border-right-width: 1px;
}

.hover\:border-b-0:hover {
  border-bottom-width: 0px;
}

.hover\:border-b-2:hover {
  border-bottom-width: 2px;
}

.hover\:border-b-4:hover {
  border-bottom-width: 4px;
}

.hover\:border-b-8:hover {
  border-bottom-width: 8px;
}

.hover\:border-b:hover {
  border-bottom-width: 1px;
}

.hover\:border-l-0:hover {
  border-left-width: 0px;
}

.hover\:border-l-2:hover {
  border-left-width: 2px;
}

.hover\:border-l-4:hover {
  border-left-width: 4px;
}

.hover\:border-l-8:hover {
  border-left-width: 8px;
}

.hover\:border-l:hover {
  border-left-width: 1px;
}

.focus\:border-t-0:focus {
  border-top-width: 0px;
}

.focus\:border-t-2:focus {
  border-top-width: 2px;
}

.focus\:border-t-4:focus {
  border-top-width: 4px;
}

.focus\:border-t-8:focus {
  border-top-width: 8px;
}

.focus\:border-t:focus {
  border-top-width: 1px;
}

.focus\:border-r-0:focus {
  border-right-width: 0px;
}

.focus\:border-r-2:focus {
  border-right-width: 2px;
}

.focus\:border-r-4:focus {
  border-right-width: 4px;
}

.focus\:border-r-8:focus {
  border-right-width: 8px;
}

.focus\:border-r:focus {
  border-right-width: 1px;
}

.focus\:border-b-0:focus {
  border-bottom-width: 0px;
}

.focus\:border-b-2:focus {
  border-bottom-width: 2px;
}

.focus\:border-b-4:focus {
  border-bottom-width: 4px;
}

.focus\:border-b-8:focus {
  border-bottom-width: 8px;
}

.focus\:border-b:focus {
  border-bottom-width: 1px;
}

.focus\:border-l-0:focus {
  border-left-width: 0px;
}

.focus\:border-l-2:focus {
  border-left-width: 2px;
}

.focus\:border-l-4:focus {
  border-left-width: 4px;
}

.focus\:border-l-8:focus {
  border-left-width: 8px;
}

.focus\:border-l:focus {
  border-left-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-double {
  border-style: double;
}

.border-none {
  border-style: none;
}

.hover\:border-solid:hover {
  border-style: solid;
}

.hover\:border-dashed:hover {
  border-style: dashed;
}

.hover\:border-dotted:hover {
  border-style: dotted;
}

.hover\:border-double:hover {
  border-style: double;
}

.hover\:border-none:hover {
  border-style: none;
}

.border-transparent {
  border-color: transparent;
}

.border-current {
  border-color: currentColor;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.border-red-50 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.border-yellow-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.border-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.border-yellow-700 {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.border-yellow-800 {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.border-yellow-900 {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.border-green-50 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.border-green-800 {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.border-green-900 {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.border-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.border-indigo-50 {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.border-indigo-100 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.border-indigo-200 {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.border-indigo-300 {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.border-indigo-700 {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.border-indigo-800 {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.border-indigo-900 {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.border-purple-50 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.border-purple-700 {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.border-purple-800 {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.border-purple-900 {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.border-pink-50 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.border-pink-100 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.border-pink-200 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.border-pink-300 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.border-pink-400 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.border-pink-500 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.border-pink-600 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.border-pink-700 {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.border-pink-800 {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.border-pink-900 {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.border-primary-color {
  --tw-border-opacity: 1;
  border-color: rgba(235, 0, 139, var(--tw-border-opacity));
}

.border-primary-color-dark {
  --tw-border-opacity: 1;
  border-color: rgba(201, 0, 104, var(--tw-border-opacity));
}

.border-secondary-color {
  --tw-border-opacity: 1;
  border-color: rgba(17, 46, 66, var(--tw-border-opacity));
}

.border-custom-gray-sm {
  --tw-border-opacity: 1;
  border-color: rgba(241, 244, 246, var(--tw-border-opacity));
}

.border-custom-gray-sm2 {
  --tw-border-opacity: 1;
  border-color: rgba(241, 242, 243, var(--tw-border-opacity));
}

.border-custom-gray-md {
  --tw-border-opacity: 1;
  border-color: rgba(132, 132, 132, var(--tw-border-opacity));
}

.border-custom-navy-dark {
  --tw-border-opacity: 1;
  border-color: rgba(17, 46, 66, var(--tw-border-opacity));
}

.border-dark-blue {
  --tw-border-opacity: 1;
  border-color: rgba(17, 46, 66, var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgba(25, 45, 64, var(--tw-border-opacity));
}

.border-secondary-1 {
  --tw-border-opacity: 1;
  border-color: rgba(230, 0, 126, var(--tw-border-opacity));
}

.border-secondary-2 {
  --tw-border-opacity: 1;
  border-color: rgba(214, 213, 100, var(--tw-border-opacity));
}

.border-secondary-3 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 252, 205, var(--tw-border-opacity));
}

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgba(230, 0, 126, var(--tw-border-opacity));
}

.border-secondary-dark {
  --tw-border-opacity: 1;
  border-color: rgba(193, 26, 125, var(--tw-border-opacity));
}

.border-secondary-light {
  --tw-border-opacity: 1;
  border-color: rgba(251, 206, 233, var(--tw-border-opacity));
}

.border-grayCustom-1 {
  --tw-border-opacity: 1;
  border-color: rgba(79, 79, 79, var(--tw-border-opacity));
}

.border-grayCustom-2 {
  --tw-border-opacity: 1;
  border-color: rgba(196, 196, 196, var(--tw-border-opacity));
}

.border-grayCustom-3 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 249, 249, var(--tw-border-opacity));
}

.border-grayCustom-800 {
  --tw-border-opacity: 1;
  border-color: rgba(79, 79, 79, var(--tw-border-opacity));
}

.border-grayCustom {
  --tw-border-opacity: 1;
  border-color: rgba(196, 196, 196, var(--tw-border-opacity));
}

.border-grayCustom-dark {
  --tw-border-opacity: 1;
  border-color: rgba(79, 79, 79, var(--tw-border-opacity));
}

.border-grayCustom-light {
  --tw-border-opacity: 1;
  border-color: rgba(249, 249, 249, var(--tw-border-opacity));
}

.border-grayCustom-hover {
  --tw-border-opacity: 1;
  border-color: rgba(159, 159, 159, var(--tw-border-opacity));
}

.border-error {
  --tw-border-opacity: 1;
  border-color: rgba(255, 32, 110, var(--tw-border-opacity));
}

.border-error-light {
  --tw-border-opacity: 1;
  border-color: rgba(253, 232, 234, var(--tw-border-opacity));
}

.border-warning {
  --tw-border-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-border-opacity));
}

.border-warning-light {
  --tw-border-opacity: 1;
  border-color: rgba(255, 246, 229, var(--tw-border-opacity));
}

.border-success {
  --tw-border-opacity: 1;
  border-color: rgba(45, 216, 129, var(--tw-border-opacity));
}

.border-success-light {
  --tw-border-opacity: 1;
  border-color: rgba(233, 251, 242, var(--tw-border-opacity));
}

.border-status-open {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-status-waiting_payment {
  --tw-border-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-border-opacity));
}

.border-status-completed {
  --tw-border-opacity: 1;
  border-color: rgba(84, 193, 187, var(--tw-border-opacity));
}

.border-status-failed {
  --tw-border-opacity: 1;
  border-color: rgba(232, 85, 107, var(--tw-border-opacity));
}

.border-status-waiting_verify {
  --tw-border-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-border-opacity));
}

.border-status-closed {
  --tw-border-opacity: 1;
  border-color: rgba(196, 196, 196, var(--tw-border-opacity));
}

.border-policyStatus-issuing {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-policyStatus-waiting_inspection {
  --tw-border-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-border-opacity));
}

.border-policyStatus-success {
  --tw-border-opacity: 1;
  border-color: rgba(84, 193, 187, var(--tw-border-opacity));
}

.border-policyStatus-failed_inspection {
  --tw-border-opacity: 1;
  border-color: rgba(232, 85, 107, var(--tw-border-opacity));
}

.border-policyStatus-failed {
  --tw-border-opacity: 1;
  border-color: rgba(232, 85, 107, var(--tw-border-opacity));
}

.border-policyStatus-waiting_policy {
  --tw-border-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-border-opacity));
}

.border-policyStatus-cancel {
  --tw-border-opacity: 1;
  border-color: rgba(196, 196, 196, var(--tw-border-opacity));
}

.checked\:border-transparent:checked {
  border-color: transparent;
}

.checked\:border-current:checked {
  border-color: currentColor;
}

.checked\:border-black:checked {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.checked\:border-white:checked {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.checked\:border-gray-50:checked {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.checked\:border-gray-100:checked {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.checked\:border-gray-200:checked {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.checked\:border-gray-300:checked {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.checked\:border-gray-400:checked {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.checked\:border-gray-500:checked {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.checked\:border-gray-600:checked {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.checked\:border-gray-700:checked {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.checked\:border-gray-800:checked {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.checked\:border-gray-900:checked {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.checked\:border-red-50:checked {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.checked\:border-red-100:checked {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.checked\:border-red-200:checked {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.checked\:border-red-300:checked {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.checked\:border-red-400:checked {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.checked\:border-red-500:checked {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.checked\:border-red-600:checked {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.checked\:border-red-700:checked {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.checked\:border-red-800:checked {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.checked\:border-red-900:checked {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.checked\:border-yellow-50:checked {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.checked\:border-yellow-100:checked {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.checked\:border-yellow-200:checked {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.checked\:border-yellow-300:checked {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.checked\:border-yellow-400:checked {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.checked\:border-yellow-500:checked {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.checked\:border-yellow-600:checked {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.checked\:border-yellow-700:checked {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.checked\:border-yellow-800:checked {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.checked\:border-yellow-900:checked {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.checked\:border-green-50:checked {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.checked\:border-green-100:checked {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.checked\:border-green-200:checked {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.checked\:border-green-300:checked {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.checked\:border-green-400:checked {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.checked\:border-green-500:checked {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.checked\:border-green-600:checked {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.checked\:border-green-700:checked {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.checked\:border-green-800:checked {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.checked\:border-green-900:checked {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.checked\:border-blue-50:checked {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.checked\:border-blue-100:checked {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.checked\:border-blue-200:checked {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.checked\:border-blue-300:checked {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.checked\:border-blue-400:checked {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.checked\:border-blue-500:checked {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.checked\:border-blue-600:checked {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.checked\:border-blue-700:checked {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.checked\:border-blue-800:checked {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.checked\:border-blue-900:checked {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.checked\:border-indigo-50:checked {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.checked\:border-indigo-100:checked {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.checked\:border-indigo-200:checked {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.checked\:border-indigo-300:checked {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.checked\:border-indigo-400:checked {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.checked\:border-indigo-500:checked {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.checked\:border-indigo-600:checked {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.checked\:border-indigo-700:checked {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.checked\:border-indigo-800:checked {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.checked\:border-indigo-900:checked {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.checked\:border-purple-50:checked {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.checked\:border-purple-100:checked {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.checked\:border-purple-200:checked {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.checked\:border-purple-300:checked {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.checked\:border-purple-400:checked {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.checked\:border-purple-500:checked {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.checked\:border-purple-600:checked {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.checked\:border-purple-700:checked {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.checked\:border-purple-800:checked {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.checked\:border-purple-900:checked {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.checked\:border-pink-50:checked {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.checked\:border-pink-100:checked {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.checked\:border-pink-200:checked {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.checked\:border-pink-300:checked {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.checked\:border-pink-400:checked {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.checked\:border-pink-500:checked {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.checked\:border-pink-600:checked {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.checked\:border-pink-700:checked {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.checked\:border-pink-800:checked {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.checked\:border-pink-900:checked {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.checked\:border-primary-color:checked {
  --tw-border-opacity: 1;
  border-color: rgba(235, 0, 139, var(--tw-border-opacity));
}

.checked\:border-primary-color-dark:checked {
  --tw-border-opacity: 1;
  border-color: rgba(201, 0, 104, var(--tw-border-opacity));
}

.checked\:border-secondary-color:checked {
  --tw-border-opacity: 1;
  border-color: rgba(17, 46, 66, var(--tw-border-opacity));
}

.checked\:border-custom-gray-sm:checked {
  --tw-border-opacity: 1;
  border-color: rgba(241, 244, 246, var(--tw-border-opacity));
}

.checked\:border-custom-gray-sm2:checked {
  --tw-border-opacity: 1;
  border-color: rgba(241, 242, 243, var(--tw-border-opacity));
}

.checked\:border-custom-gray-md:checked {
  --tw-border-opacity: 1;
  border-color: rgba(132, 132, 132, var(--tw-border-opacity));
}

.checked\:border-custom-navy-dark:checked {
  --tw-border-opacity: 1;
  border-color: rgba(17, 46, 66, var(--tw-border-opacity));
}

.checked\:border-dark-blue:checked {
  --tw-border-opacity: 1;
  border-color: rgba(17, 46, 66, var(--tw-border-opacity));
}

.checked\:border-primary:checked {
  --tw-border-opacity: 1;
  border-color: rgba(25, 45, 64, var(--tw-border-opacity));
}

.checked\:border-secondary-1:checked {
  --tw-border-opacity: 1;
  border-color: rgba(230, 0, 126, var(--tw-border-opacity));
}

.checked\:border-secondary-2:checked {
  --tw-border-opacity: 1;
  border-color: rgba(214, 213, 100, var(--tw-border-opacity));
}

.checked\:border-secondary-3:checked {
  --tw-border-opacity: 1;
  border-color: rgba(252, 252, 205, var(--tw-border-opacity));
}

.checked\:border-secondary:checked {
  --tw-border-opacity: 1;
  border-color: rgba(230, 0, 126, var(--tw-border-opacity));
}

.checked\:border-secondary-dark:checked {
  --tw-border-opacity: 1;
  border-color: rgba(193, 26, 125, var(--tw-border-opacity));
}

.checked\:border-secondary-light:checked {
  --tw-border-opacity: 1;
  border-color: rgba(251, 206, 233, var(--tw-border-opacity));
}

.checked\:border-grayCustom-1:checked {
  --tw-border-opacity: 1;
  border-color: rgba(79, 79, 79, var(--tw-border-opacity));
}

.checked\:border-grayCustom-2:checked {
  --tw-border-opacity: 1;
  border-color: rgba(196, 196, 196, var(--tw-border-opacity));
}

.checked\:border-grayCustom-3:checked {
  --tw-border-opacity: 1;
  border-color: rgba(249, 249, 249, var(--tw-border-opacity));
}

.checked\:border-grayCustom-800:checked {
  --tw-border-opacity: 1;
  border-color: rgba(79, 79, 79, var(--tw-border-opacity));
}

.checked\:border-grayCustom:checked {
  --tw-border-opacity: 1;
  border-color: rgba(196, 196, 196, var(--tw-border-opacity));
}

.checked\:border-grayCustom-dark:checked {
  --tw-border-opacity: 1;
  border-color: rgba(79, 79, 79, var(--tw-border-opacity));
}

.checked\:border-grayCustom-light:checked {
  --tw-border-opacity: 1;
  border-color: rgba(249, 249, 249, var(--tw-border-opacity));
}

.checked\:border-grayCustom-hover:checked {
  --tw-border-opacity: 1;
  border-color: rgba(159, 159, 159, var(--tw-border-opacity));
}

.checked\:border-error:checked {
  --tw-border-opacity: 1;
  border-color: rgba(255, 32, 110, var(--tw-border-opacity));
}

.checked\:border-error-light:checked {
  --tw-border-opacity: 1;
  border-color: rgba(253, 232, 234, var(--tw-border-opacity));
}

.checked\:border-warning:checked {
  --tw-border-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-border-opacity));
}

.checked\:border-warning-light:checked {
  --tw-border-opacity: 1;
  border-color: rgba(255, 246, 229, var(--tw-border-opacity));
}

.checked\:border-success:checked {
  --tw-border-opacity: 1;
  border-color: rgba(45, 216, 129, var(--tw-border-opacity));
}

.checked\:border-success-light:checked {
  --tw-border-opacity: 1;
  border-color: rgba(233, 251, 242, var(--tw-border-opacity));
}

.checked\:border-status-open:checked {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.checked\:border-status-waiting_payment:checked {
  --tw-border-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-border-opacity));
}

.checked\:border-status-completed:checked {
  --tw-border-opacity: 1;
  border-color: rgba(84, 193, 187, var(--tw-border-opacity));
}

.checked\:border-status-failed:checked {
  --tw-border-opacity: 1;
  border-color: rgba(232, 85, 107, var(--tw-border-opacity));
}

.checked\:border-status-waiting_verify:checked {
  --tw-border-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-border-opacity));
}

.checked\:border-status-closed:checked {
  --tw-border-opacity: 1;
  border-color: rgba(196, 196, 196, var(--tw-border-opacity));
}

.checked\:border-policyStatus-issuing:checked {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.checked\:border-policyStatus-waiting_inspection:checked {
  --tw-border-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-border-opacity));
}

.checked\:border-policyStatus-success:checked {
  --tw-border-opacity: 1;
  border-color: rgba(84, 193, 187, var(--tw-border-opacity));
}

.checked\:border-policyStatus-failed_inspection:checked {
  --tw-border-opacity: 1;
  border-color: rgba(232, 85, 107, var(--tw-border-opacity));
}

.checked\:border-policyStatus-failed:checked {
  --tw-border-opacity: 1;
  border-color: rgba(232, 85, 107, var(--tw-border-opacity));
}

.checked\:border-policyStatus-waiting_policy:checked {
  --tw-border-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-border-opacity));
}

.checked\:border-policyStatus-cancel:checked {
  --tw-border-opacity: 1;
  border-color: rgba(196, 196, 196, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-transparent {
  border-color: transparent;
}

.group:hover .group-hover\:border-current {
  border-color: currentColor;
}

.group:hover .group-hover\:border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-50 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-700 {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-800 {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-900 {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-50 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-800 {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-900 {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-50 {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-100 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-200 {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-300 {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-700 {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-800 {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-900 {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-50 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-700 {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-800 {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-900 {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-50 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-100 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-200 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-300 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-400 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-500 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-600 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-700 {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-800 {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-900 {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-primary-color {
  --tw-border-opacity: 1;
  border-color: rgba(235, 0, 139, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-primary-color-dark {
  --tw-border-opacity: 1;
  border-color: rgba(201, 0, 104, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-secondary-color {
  --tw-border-opacity: 1;
  border-color: rgba(17, 46, 66, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-custom-gray-sm {
  --tw-border-opacity: 1;
  border-color: rgba(241, 244, 246, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-custom-gray-sm2 {
  --tw-border-opacity: 1;
  border-color: rgba(241, 242, 243, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-custom-gray-md {
  --tw-border-opacity: 1;
  border-color: rgba(132, 132, 132, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-custom-navy-dark {
  --tw-border-opacity: 1;
  border-color: rgba(17, 46, 66, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-dark-blue {
  --tw-border-opacity: 1;
  border-color: rgba(17, 46, 66, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgba(25, 45, 64, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-secondary-1 {
  --tw-border-opacity: 1;
  border-color: rgba(230, 0, 126, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-secondary-2 {
  --tw-border-opacity: 1;
  border-color: rgba(214, 213, 100, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-secondary-3 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 252, 205, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-secondary {
  --tw-border-opacity: 1;
  border-color: rgba(230, 0, 126, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-secondary-dark {
  --tw-border-opacity: 1;
  border-color: rgba(193, 26, 125, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-secondary-light {
  --tw-border-opacity: 1;
  border-color: rgba(251, 206, 233, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-grayCustom-1 {
  --tw-border-opacity: 1;
  border-color: rgba(79, 79, 79, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-grayCustom-2 {
  --tw-border-opacity: 1;
  border-color: rgba(196, 196, 196, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-grayCustom-3 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 249, 249, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-grayCustom-800 {
  --tw-border-opacity: 1;
  border-color: rgba(79, 79, 79, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-grayCustom {
  --tw-border-opacity: 1;
  border-color: rgba(196, 196, 196, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-grayCustom-dark {
  --tw-border-opacity: 1;
  border-color: rgba(79, 79, 79, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-grayCustom-light {
  --tw-border-opacity: 1;
  border-color: rgba(249, 249, 249, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-grayCustom-hover {
  --tw-border-opacity: 1;
  border-color: rgba(159, 159, 159, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-error {
  --tw-border-opacity: 1;
  border-color: rgba(255, 32, 110, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-error-light {
  --tw-border-opacity: 1;
  border-color: rgba(253, 232, 234, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-warning {
  --tw-border-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-warning-light {
  --tw-border-opacity: 1;
  border-color: rgba(255, 246, 229, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-success {
  --tw-border-opacity: 1;
  border-color: rgba(45, 216, 129, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-success-light {
  --tw-border-opacity: 1;
  border-color: rgba(233, 251, 242, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-status-open {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-status-waiting_payment {
  --tw-border-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-status-completed {
  --tw-border-opacity: 1;
  border-color: rgba(84, 193, 187, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-status-failed {
  --tw-border-opacity: 1;
  border-color: rgba(232, 85, 107, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-status-waiting_verify {
  --tw-border-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-status-closed {
  --tw-border-opacity: 1;
  border-color: rgba(196, 196, 196, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-policyStatus-issuing {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-policyStatus-waiting_inspection {
  --tw-border-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-policyStatus-success {
  --tw-border-opacity: 1;
  border-color: rgba(84, 193, 187, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-policyStatus-failed_inspection {
  --tw-border-opacity: 1;
  border-color: rgba(232, 85, 107, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-policyStatus-failed {
  --tw-border-opacity: 1;
  border-color: rgba(232, 85, 107, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-policyStatus-waiting_policy {
  --tw-border-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-policyStatus-cancel {
  --tw-border-opacity: 1;
  border-color: rgba(196, 196, 196, var(--tw-border-opacity));
}

.focus-within\:border-transparent[focus-within] {
  border-color: transparent;
}

.focus-within\:border-transparent:focus-within {
  border-color: transparent;
}

.focus-within\:border-current[focus-within] {
  border-color: currentColor;
}

.focus-within\:border-current:focus-within {
  border-color: currentColor;
}

.focus-within\:border-black[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.focus-within\:border-black:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.focus-within\:border-white[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus-within\:border-white:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus-within\:border-gray-50[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.focus-within\:border-gray-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.focus-within\:border-gray-100[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.focus-within\:border-gray-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.focus-within\:border-gray-200[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.focus-within\:border-gray-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.focus-within\:border-gray-300[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.focus-within\:border-gray-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.focus-within\:border-gray-400[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.focus-within\:border-gray-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.focus-within\:border-gray-500[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.focus-within\:border-gray-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.focus-within\:border-gray-600[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.focus-within\:border-gray-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.focus-within\:border-gray-700[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.focus-within\:border-gray-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.focus-within\:border-gray-800[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.focus-within\:border-gray-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.focus-within\:border-gray-900[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.focus-within\:border-gray-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.focus-within\:border-red-50[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.focus-within\:border-red-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.focus-within\:border-red-100[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.focus-within\:border-red-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.focus-within\:border-red-200[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.focus-within\:border-red-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.focus-within\:border-red-300[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.focus-within\:border-red-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.focus-within\:border-red-400[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.focus-within\:border-red-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.focus-within\:border-red-500[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.focus-within\:border-red-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.focus-within\:border-red-600[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.focus-within\:border-red-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.focus-within\:border-red-700[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.focus-within\:border-red-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.focus-within\:border-red-800[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.focus-within\:border-red-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.focus-within\:border-red-900[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.focus-within\:border-red-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.focus-within\:border-yellow-50[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.focus-within\:border-yellow-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.focus-within\:border-yellow-100[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.focus-within\:border-yellow-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.focus-within\:border-yellow-200[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.focus-within\:border-yellow-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.focus-within\:border-yellow-300[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.focus-within\:border-yellow-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.focus-within\:border-yellow-400[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.focus-within\:border-yellow-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.focus-within\:border-yellow-500[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.focus-within\:border-yellow-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.focus-within\:border-yellow-600[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.focus-within\:border-yellow-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.focus-within\:border-yellow-700[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.focus-within\:border-yellow-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.focus-within\:border-yellow-800[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.focus-within\:border-yellow-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.focus-within\:border-yellow-900[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.focus-within\:border-yellow-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.focus-within\:border-green-50[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.focus-within\:border-green-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.focus-within\:border-green-100[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.focus-within\:border-green-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.focus-within\:border-green-200[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.focus-within\:border-green-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.focus-within\:border-green-300[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.focus-within\:border-green-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.focus-within\:border-green-400[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.focus-within\:border-green-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.focus-within\:border-green-500[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.focus-within\:border-green-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.focus-within\:border-green-600[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.focus-within\:border-green-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.focus-within\:border-green-700[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.focus-within\:border-green-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.focus-within\:border-green-800[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.focus-within\:border-green-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.focus-within\:border-green-900[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.focus-within\:border-green-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.focus-within\:border-blue-50[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.focus-within\:border-blue-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.focus-within\:border-blue-100[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.focus-within\:border-blue-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.focus-within\:border-blue-200[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.focus-within\:border-blue-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.focus-within\:border-blue-300[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.focus-within\:border-blue-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.focus-within\:border-blue-400[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.focus-within\:border-blue-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.focus-within\:border-blue-500[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.focus-within\:border-blue-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.focus-within\:border-blue-600[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.focus-within\:border-blue-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.focus-within\:border-blue-700[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.focus-within\:border-blue-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.focus-within\:border-blue-800[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.focus-within\:border-blue-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.focus-within\:border-blue-900[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.focus-within\:border-blue-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.focus-within\:border-indigo-50[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.focus-within\:border-indigo-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.focus-within\:border-indigo-100[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.focus-within\:border-indigo-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.focus-within\:border-indigo-200[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.focus-within\:border-indigo-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.focus-within\:border-indigo-300[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.focus-within\:border-indigo-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.focus-within\:border-indigo-400[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.focus-within\:border-indigo-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.focus-within\:border-indigo-500[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.focus-within\:border-indigo-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.focus-within\:border-indigo-600[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.focus-within\:border-indigo-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.focus-within\:border-indigo-700[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.focus-within\:border-indigo-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.focus-within\:border-indigo-800[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.focus-within\:border-indigo-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.focus-within\:border-indigo-900[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.focus-within\:border-indigo-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.focus-within\:border-purple-50[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.focus-within\:border-purple-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.focus-within\:border-purple-100[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.focus-within\:border-purple-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.focus-within\:border-purple-200[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.focus-within\:border-purple-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.focus-within\:border-purple-300[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.focus-within\:border-purple-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.focus-within\:border-purple-400[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.focus-within\:border-purple-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.focus-within\:border-purple-500[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.focus-within\:border-purple-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.focus-within\:border-purple-600[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.focus-within\:border-purple-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.focus-within\:border-purple-700[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.focus-within\:border-purple-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.focus-within\:border-purple-800[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.focus-within\:border-purple-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.focus-within\:border-purple-900[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.focus-within\:border-purple-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.focus-within\:border-pink-50[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.focus-within\:border-pink-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.focus-within\:border-pink-100[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.focus-within\:border-pink-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.focus-within\:border-pink-200[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.focus-within\:border-pink-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.focus-within\:border-pink-300[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.focus-within\:border-pink-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.focus-within\:border-pink-400[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.focus-within\:border-pink-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.focus-within\:border-pink-500[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.focus-within\:border-pink-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.focus-within\:border-pink-600[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.focus-within\:border-pink-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.focus-within\:border-pink-700[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.focus-within\:border-pink-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.focus-within\:border-pink-800[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.focus-within\:border-pink-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.focus-within\:border-pink-900[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.focus-within\:border-pink-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.focus-within\:border-primary-color[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(235, 0, 139, var(--tw-border-opacity));
}

.focus-within\:border-primary-color:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(235, 0, 139, var(--tw-border-opacity));
}

.focus-within\:border-primary-color-dark[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(201, 0, 104, var(--tw-border-opacity));
}

.focus-within\:border-primary-color-dark:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(201, 0, 104, var(--tw-border-opacity));
}

.focus-within\:border-secondary-color[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(17, 46, 66, var(--tw-border-opacity));
}

.focus-within\:border-secondary-color:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(17, 46, 66, var(--tw-border-opacity));
}

.focus-within\:border-custom-gray-sm[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(241, 244, 246, var(--tw-border-opacity));
}

.focus-within\:border-custom-gray-sm:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(241, 244, 246, var(--tw-border-opacity));
}

.focus-within\:border-custom-gray-sm2[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(241, 242, 243, var(--tw-border-opacity));
}

.focus-within\:border-custom-gray-sm2:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(241, 242, 243, var(--tw-border-opacity));
}

.focus-within\:border-custom-gray-md[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(132, 132, 132, var(--tw-border-opacity));
}

.focus-within\:border-custom-gray-md:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(132, 132, 132, var(--tw-border-opacity));
}

.focus-within\:border-custom-navy-dark[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(17, 46, 66, var(--tw-border-opacity));
}

.focus-within\:border-custom-navy-dark:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(17, 46, 66, var(--tw-border-opacity));
}

.focus-within\:border-dark-blue[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(17, 46, 66, var(--tw-border-opacity));
}

.focus-within\:border-dark-blue:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(17, 46, 66, var(--tw-border-opacity));
}

.focus-within\:border-primary[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(25, 45, 64, var(--tw-border-opacity));
}

.focus-within\:border-primary:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(25, 45, 64, var(--tw-border-opacity));
}

.focus-within\:border-secondary-1[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(230, 0, 126, var(--tw-border-opacity));
}

.focus-within\:border-secondary-1:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(230, 0, 126, var(--tw-border-opacity));
}

.focus-within\:border-secondary-2[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(214, 213, 100, var(--tw-border-opacity));
}

.focus-within\:border-secondary-2:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(214, 213, 100, var(--tw-border-opacity));
}

.focus-within\:border-secondary-3[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(252, 252, 205, var(--tw-border-opacity));
}

.focus-within\:border-secondary-3:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(252, 252, 205, var(--tw-border-opacity));
}

.focus-within\:border-secondary[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(230, 0, 126, var(--tw-border-opacity));
}

.focus-within\:border-secondary:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(230, 0, 126, var(--tw-border-opacity));
}

.focus-within\:border-secondary-dark[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(193, 26, 125, var(--tw-border-opacity));
}

.focus-within\:border-secondary-dark:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(193, 26, 125, var(--tw-border-opacity));
}

.focus-within\:border-secondary-light[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(251, 206, 233, var(--tw-border-opacity));
}

.focus-within\:border-secondary-light:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(251, 206, 233, var(--tw-border-opacity));
}

.focus-within\:border-grayCustom-1[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(79, 79, 79, var(--tw-border-opacity));
}

.focus-within\:border-grayCustom-1:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(79, 79, 79, var(--tw-border-opacity));
}

.focus-within\:border-grayCustom-2[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(196, 196, 196, var(--tw-border-opacity));
}

.focus-within\:border-grayCustom-2:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(196, 196, 196, var(--tw-border-opacity));
}

.focus-within\:border-grayCustom-3[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(249, 249, 249, var(--tw-border-opacity));
}

.focus-within\:border-grayCustom-3:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(249, 249, 249, var(--tw-border-opacity));
}

.focus-within\:border-grayCustom-800[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(79, 79, 79, var(--tw-border-opacity));
}

.focus-within\:border-grayCustom-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(79, 79, 79, var(--tw-border-opacity));
}

.focus-within\:border-grayCustom[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(196, 196, 196, var(--tw-border-opacity));
}

.focus-within\:border-grayCustom:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(196, 196, 196, var(--tw-border-opacity));
}

.focus-within\:border-grayCustom-dark[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(79, 79, 79, var(--tw-border-opacity));
}

.focus-within\:border-grayCustom-dark:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(79, 79, 79, var(--tw-border-opacity));
}

.focus-within\:border-grayCustom-light[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(249, 249, 249, var(--tw-border-opacity));
}

.focus-within\:border-grayCustom-light:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(249, 249, 249, var(--tw-border-opacity));
}

.focus-within\:border-grayCustom-hover[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(159, 159, 159, var(--tw-border-opacity));
}

.focus-within\:border-grayCustom-hover:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(159, 159, 159, var(--tw-border-opacity));
}

.focus-within\:border-error[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(255, 32, 110, var(--tw-border-opacity));
}

.focus-within\:border-error:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 32, 110, var(--tw-border-opacity));
}

.focus-within\:border-error-light[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(253, 232, 234, var(--tw-border-opacity));
}

.focus-within\:border-error-light:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(253, 232, 234, var(--tw-border-opacity));
}

.focus-within\:border-warning[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-border-opacity));
}

.focus-within\:border-warning:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-border-opacity));
}

.focus-within\:border-warning-light[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(255, 246, 229, var(--tw-border-opacity));
}

.focus-within\:border-warning-light:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 246, 229, var(--tw-border-opacity));
}

.focus-within\:border-success[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(45, 216, 129, var(--tw-border-opacity));
}

.focus-within\:border-success:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(45, 216, 129, var(--tw-border-opacity));
}

.focus-within\:border-success-light[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(233, 251, 242, var(--tw-border-opacity));
}

.focus-within\:border-success-light:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(233, 251, 242, var(--tw-border-opacity));
}

.focus-within\:border-status-open[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus-within\:border-status-open:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus-within\:border-status-waiting_payment[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-border-opacity));
}

.focus-within\:border-status-waiting_payment:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-border-opacity));
}

.focus-within\:border-status-completed[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(84, 193, 187, var(--tw-border-opacity));
}

.focus-within\:border-status-completed:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(84, 193, 187, var(--tw-border-opacity));
}

.focus-within\:border-status-failed[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(232, 85, 107, var(--tw-border-opacity));
}

.focus-within\:border-status-failed:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(232, 85, 107, var(--tw-border-opacity));
}

.focus-within\:border-status-waiting_verify[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-border-opacity));
}

.focus-within\:border-status-waiting_verify:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-border-opacity));
}

.focus-within\:border-status-closed[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(196, 196, 196, var(--tw-border-opacity));
}

.focus-within\:border-status-closed:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(196, 196, 196, var(--tw-border-opacity));
}

.focus-within\:border-policyStatus-issuing[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus-within\:border-policyStatus-issuing:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus-within\:border-policyStatus-waiting_inspection[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-border-opacity));
}

.focus-within\:border-policyStatus-waiting_inspection:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-border-opacity));
}

.focus-within\:border-policyStatus-success[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(84, 193, 187, var(--tw-border-opacity));
}

.focus-within\:border-policyStatus-success:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(84, 193, 187, var(--tw-border-opacity));
}

.focus-within\:border-policyStatus-failed_inspection[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(232, 85, 107, var(--tw-border-opacity));
}

.focus-within\:border-policyStatus-failed_inspection:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(232, 85, 107, var(--tw-border-opacity));
}

.focus-within\:border-policyStatus-failed[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(232, 85, 107, var(--tw-border-opacity));
}

.focus-within\:border-policyStatus-failed:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(232, 85, 107, var(--tw-border-opacity));
}

.focus-within\:border-policyStatus-waiting_policy[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-border-opacity));
}

.focus-within\:border-policyStatus-waiting_policy:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-border-opacity));
}

.focus-within\:border-policyStatus-cancel[focus-within] {
  --tw-border-opacity: 1;
  border-color: rgba(196, 196, 196, var(--tw-border-opacity));
}

.focus-within\:border-policyStatus-cancel:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(196, 196, 196, var(--tw-border-opacity));
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:border-current:hover {
  border-color: currentColor;
}

.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.hover\:border-gray-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.hover\:border-gray-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.hover\:border-gray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.hover\:border-gray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.hover\:border-gray-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.hover\:border-gray-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.hover\:border-gray-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.hover\:border-gray-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.hover\:border-red-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.hover\:border-red-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.hover\:border-red-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.hover\:border-red-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.hover\:border-red-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.hover\:border-red-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.hover\:border-red-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.hover\:border-red-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.hover\:border-red-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.hover\:border-red-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.hover\:border-yellow-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.hover\:border-yellow-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.hover\:border-yellow-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.hover\:border-yellow-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.hover\:border-yellow-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.hover\:border-yellow-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.hover\:border-yellow-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.hover\:border-yellow-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.hover\:border-yellow-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.hover\:border-yellow-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.hover\:border-green-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.hover\:border-green-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.hover\:border-green-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.hover\:border-green-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.hover\:border-green-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.hover\:border-green-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.hover\:border-green-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.hover\:border-green-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.hover\:border-green-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.hover\:border-green-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.hover\:border-blue-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.hover\:border-blue-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.hover\:border-blue-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.hover\:border-blue-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.hover\:border-blue-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.hover\:border-blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.hover\:border-blue-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.hover\:border-blue-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.hover\:border-blue-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.hover\:border-blue-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.hover\:border-indigo-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.hover\:border-indigo-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.hover\:border-indigo-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.hover\:border-indigo-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.hover\:border-indigo-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.hover\:border-indigo-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.hover\:border-indigo-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.hover\:border-indigo-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.hover\:border-indigo-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.hover\:border-indigo-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.hover\:border-purple-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.hover\:border-purple-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.hover\:border-purple-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.hover\:border-purple-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.hover\:border-purple-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.hover\:border-purple-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.hover\:border-purple-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.hover\:border-purple-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.hover\:border-purple-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.hover\:border-purple-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.hover\:border-pink-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.hover\:border-pink-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.hover\:border-pink-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.hover\:border-pink-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.hover\:border-pink-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.hover\:border-pink-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.hover\:border-pink-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.hover\:border-pink-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.hover\:border-pink-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.hover\:border-pink-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.hover\:border-primary-color:hover {
  --tw-border-opacity: 1;
  border-color: rgba(235, 0, 139, var(--tw-border-opacity));
}

.hover\:border-primary-color-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgba(201, 0, 104, var(--tw-border-opacity));
}

.hover\:border-secondary-color:hover {
  --tw-border-opacity: 1;
  border-color: rgba(17, 46, 66, var(--tw-border-opacity));
}

.hover\:border-custom-gray-sm:hover {
  --tw-border-opacity: 1;
  border-color: rgba(241, 244, 246, var(--tw-border-opacity));
}

.hover\:border-custom-gray-sm2:hover {
  --tw-border-opacity: 1;
  border-color: rgba(241, 242, 243, var(--tw-border-opacity));
}

.hover\:border-custom-gray-md:hover {
  --tw-border-opacity: 1;
  border-color: rgba(132, 132, 132, var(--tw-border-opacity));
}

.hover\:border-custom-navy-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgba(17, 46, 66, var(--tw-border-opacity));
}

.hover\:border-dark-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgba(17, 46, 66, var(--tw-border-opacity));
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgba(25, 45, 64, var(--tw-border-opacity));
}

.hover\:border-secondary-1:hover {
  --tw-border-opacity: 1;
  border-color: rgba(230, 0, 126, var(--tw-border-opacity));
}

.hover\:border-secondary-2:hover {
  --tw-border-opacity: 1;
  border-color: rgba(214, 213, 100, var(--tw-border-opacity));
}

.hover\:border-secondary-3:hover {
  --tw-border-opacity: 1;
  border-color: rgba(252, 252, 205, var(--tw-border-opacity));
}

.hover\:border-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgba(230, 0, 126, var(--tw-border-opacity));
}

.hover\:border-secondary-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgba(193, 26, 125, var(--tw-border-opacity));
}

.hover\:border-secondary-light:hover {
  --tw-border-opacity: 1;
  border-color: rgba(251, 206, 233, var(--tw-border-opacity));
}

.hover\:border-grayCustom-1:hover {
  --tw-border-opacity: 1;
  border-color: rgba(79, 79, 79, var(--tw-border-opacity));
}

.hover\:border-grayCustom-2:hover {
  --tw-border-opacity: 1;
  border-color: rgba(196, 196, 196, var(--tw-border-opacity));
}

.hover\:border-grayCustom-3:hover {
  --tw-border-opacity: 1;
  border-color: rgba(249, 249, 249, var(--tw-border-opacity));
}

.hover\:border-grayCustom-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(79, 79, 79, var(--tw-border-opacity));
}

.hover\:border-grayCustom:hover {
  --tw-border-opacity: 1;
  border-color: rgba(196, 196, 196, var(--tw-border-opacity));
}

.hover\:border-grayCustom-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgba(79, 79, 79, var(--tw-border-opacity));
}

.hover\:border-grayCustom-light:hover {
  --tw-border-opacity: 1;
  border-color: rgba(249, 249, 249, var(--tw-border-opacity));
}

.hover\:border-grayCustom-hover:hover {
  --tw-border-opacity: 1;
  border-color: rgba(159, 159, 159, var(--tw-border-opacity));
}

.hover\:border-error:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 32, 110, var(--tw-border-opacity));
}

.hover\:border-error-light:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 232, 234, var(--tw-border-opacity));
}

.hover\:border-warning:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-border-opacity));
}

.hover\:border-warning-light:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 246, 229, var(--tw-border-opacity));
}

.hover\:border-success:hover {
  --tw-border-opacity: 1;
  border-color: rgba(45, 216, 129, var(--tw-border-opacity));
}

.hover\:border-success-light:hover {
  --tw-border-opacity: 1;
  border-color: rgba(233, 251, 242, var(--tw-border-opacity));
}

.hover\:border-status-open:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.hover\:border-status-waiting_payment:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-border-opacity));
}

.hover\:border-status-completed:hover {
  --tw-border-opacity: 1;
  border-color: rgba(84, 193, 187, var(--tw-border-opacity));
}

.hover\:border-status-failed:hover {
  --tw-border-opacity: 1;
  border-color: rgba(232, 85, 107, var(--tw-border-opacity));
}

.hover\:border-status-waiting_verify:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-border-opacity));
}

.hover\:border-status-closed:hover {
  --tw-border-opacity: 1;
  border-color: rgba(196, 196, 196, var(--tw-border-opacity));
}

.hover\:border-policyStatus-issuing:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.hover\:border-policyStatus-waiting_inspection:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-border-opacity));
}

.hover\:border-policyStatus-success:hover {
  --tw-border-opacity: 1;
  border-color: rgba(84, 193, 187, var(--tw-border-opacity));
}

.hover\:border-policyStatus-failed_inspection:hover {
  --tw-border-opacity: 1;
  border-color: rgba(232, 85, 107, var(--tw-border-opacity));
}

.hover\:border-policyStatus-failed:hover {
  --tw-border-opacity: 1;
  border-color: rgba(232, 85, 107, var(--tw-border-opacity));
}

.hover\:border-policyStatus-waiting_policy:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-border-opacity));
}

.hover\:border-policyStatus-cancel:hover {
  --tw-border-opacity: 1;
  border-color: rgba(196, 196, 196, var(--tw-border-opacity));
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:border-current:focus {
  border-color: currentColor;
}

.focus\:border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.focus\:border-white:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus\:border-gray-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.focus\:border-gray-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.focus\:border-gray-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.focus\:border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.focus\:border-gray-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.focus\:border-gray-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.focus\:border-gray-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.focus\:border-gray-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.focus\:border-gray-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.focus\:border-gray-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.focus\:border-red-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.focus\:border-red-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.focus\:border-red-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.focus\:border-red-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.focus\:border-red-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.focus\:border-red-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.focus\:border-red-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.focus\:border-red-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.focus\:border-red-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.focus\:border-red-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.focus\:border-yellow-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.focus\:border-yellow-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.focus\:border-yellow-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.focus\:border-yellow-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.focus\:border-yellow-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.focus\:border-yellow-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.focus\:border-yellow-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.focus\:border-yellow-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.focus\:border-yellow-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.focus\:border-yellow-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.focus\:border-green-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.focus\:border-green-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.focus\:border-green-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.focus\:border-green-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.focus\:border-green-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.focus\:border-green-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.focus\:border-green-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.focus\:border-green-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.focus\:border-green-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.focus\:border-green-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.focus\:border-blue-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.focus\:border-blue-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.focus\:border-blue-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.focus\:border-blue-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.focus\:border-blue-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.focus\:border-blue-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.focus\:border-blue-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.focus\:border-blue-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.focus\:border-indigo-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.focus\:border-indigo-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.focus\:border-indigo-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.focus\:border-indigo-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.focus\:border-indigo-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.focus\:border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.focus\:border-indigo-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.focus\:border-indigo-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.focus\:border-indigo-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.focus\:border-indigo-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.focus\:border-purple-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.focus\:border-purple-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.focus\:border-purple-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.focus\:border-purple-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.focus\:border-purple-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.focus\:border-purple-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.focus\:border-purple-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.focus\:border-purple-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.focus\:border-purple-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.focus\:border-purple-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.focus\:border-pink-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.focus\:border-pink-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.focus\:border-pink-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.focus\:border-pink-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.focus\:border-pink-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.focus\:border-pink-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.focus\:border-pink-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.focus\:border-pink-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.focus\:border-pink-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.focus\:border-pink-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.focus\:border-primary-color:focus {
  --tw-border-opacity: 1;
  border-color: rgba(235, 0, 139, var(--tw-border-opacity));
}

.focus\:border-primary-color-dark:focus {
  --tw-border-opacity: 1;
  border-color: rgba(201, 0, 104, var(--tw-border-opacity));
}

.focus\:border-secondary-color:focus {
  --tw-border-opacity: 1;
  border-color: rgba(17, 46, 66, var(--tw-border-opacity));
}

.focus\:border-custom-gray-sm:focus {
  --tw-border-opacity: 1;
  border-color: rgba(241, 244, 246, var(--tw-border-opacity));
}

.focus\:border-custom-gray-sm2:focus {
  --tw-border-opacity: 1;
  border-color: rgba(241, 242, 243, var(--tw-border-opacity));
}

.focus\:border-custom-gray-md:focus {
  --tw-border-opacity: 1;
  border-color: rgba(132, 132, 132, var(--tw-border-opacity));
}

.focus\:border-custom-navy-dark:focus {
  --tw-border-opacity: 1;
  border-color: rgba(17, 46, 66, var(--tw-border-opacity));
}

.focus\:border-dark-blue:focus {
  --tw-border-opacity: 1;
  border-color: rgba(17, 46, 66, var(--tw-border-opacity));
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgba(25, 45, 64, var(--tw-border-opacity));
}

.focus\:border-secondary-1:focus {
  --tw-border-opacity: 1;
  border-color: rgba(230, 0, 126, var(--tw-border-opacity));
}

.focus\:border-secondary-2:focus {
  --tw-border-opacity: 1;
  border-color: rgba(214, 213, 100, var(--tw-border-opacity));
}

.focus\:border-secondary-3:focus {
  --tw-border-opacity: 1;
  border-color: rgba(252, 252, 205, var(--tw-border-opacity));
}

.focus\:border-secondary:focus {
  --tw-border-opacity: 1;
  border-color: rgba(230, 0, 126, var(--tw-border-opacity));
}

.focus\:border-secondary-dark:focus {
  --tw-border-opacity: 1;
  border-color: rgba(193, 26, 125, var(--tw-border-opacity));
}

.focus\:border-secondary-light:focus {
  --tw-border-opacity: 1;
  border-color: rgba(251, 206, 233, var(--tw-border-opacity));
}

.focus\:border-grayCustom-1:focus {
  --tw-border-opacity: 1;
  border-color: rgba(79, 79, 79, var(--tw-border-opacity));
}

.focus\:border-grayCustom-2:focus {
  --tw-border-opacity: 1;
  border-color: rgba(196, 196, 196, var(--tw-border-opacity));
}

.focus\:border-grayCustom-3:focus {
  --tw-border-opacity: 1;
  border-color: rgba(249, 249, 249, var(--tw-border-opacity));
}

.focus\:border-grayCustom-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(79, 79, 79, var(--tw-border-opacity));
}

.focus\:border-grayCustom:focus {
  --tw-border-opacity: 1;
  border-color: rgba(196, 196, 196, var(--tw-border-opacity));
}

.focus\:border-grayCustom-dark:focus {
  --tw-border-opacity: 1;
  border-color: rgba(79, 79, 79, var(--tw-border-opacity));
}

.focus\:border-grayCustom-light:focus {
  --tw-border-opacity: 1;
  border-color: rgba(249, 249, 249, var(--tw-border-opacity));
}

.focus\:border-grayCustom-hover:focus {
  --tw-border-opacity: 1;
  border-color: rgba(159, 159, 159, var(--tw-border-opacity));
}

.focus\:border-error:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 32, 110, var(--tw-border-opacity));
}

.focus\:border-error-light:focus {
  --tw-border-opacity: 1;
  border-color: rgba(253, 232, 234, var(--tw-border-opacity));
}

.focus\:border-warning:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-border-opacity));
}

.focus\:border-warning-light:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 246, 229, var(--tw-border-opacity));
}

.focus\:border-success:focus {
  --tw-border-opacity: 1;
  border-color: rgba(45, 216, 129, var(--tw-border-opacity));
}

.focus\:border-success-light:focus {
  --tw-border-opacity: 1;
  border-color: rgba(233, 251, 242, var(--tw-border-opacity));
}

.focus\:border-status-open:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus\:border-status-waiting_payment:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-border-opacity));
}

.focus\:border-status-completed:focus {
  --tw-border-opacity: 1;
  border-color: rgba(84, 193, 187, var(--tw-border-opacity));
}

.focus\:border-status-failed:focus {
  --tw-border-opacity: 1;
  border-color: rgba(232, 85, 107, var(--tw-border-opacity));
}

.focus\:border-status-waiting_verify:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-border-opacity));
}

.focus\:border-status-closed:focus {
  --tw-border-opacity: 1;
  border-color: rgba(196, 196, 196, var(--tw-border-opacity));
}

.focus\:border-policyStatus-issuing:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus\:border-policyStatus-waiting_inspection:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-border-opacity));
}

.focus\:border-policyStatus-success:focus {
  --tw-border-opacity: 1;
  border-color: rgba(84, 193, 187, var(--tw-border-opacity));
}

.focus\:border-policyStatus-failed_inspection:focus {
  --tw-border-opacity: 1;
  border-color: rgba(232, 85, 107, var(--tw-border-opacity));
}

.focus\:border-policyStatus-failed:focus {
  --tw-border-opacity: 1;
  border-color: rgba(232, 85, 107, var(--tw-border-opacity));
}

.focus\:border-policyStatus-waiting_policy:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 174, 20, var(--tw-border-opacity));
}

.focus\:border-policyStatus-cancel:focus {
  --tw-border-opacity: 1;
  border-color: rgba(196, 196, 196, var(--tw-border-opacity));
}

.border-opacity-0 {
  --tw-border-opacity: 0;
}

.border-opacity-5 {
  --tw-border-opacity: 0.05;
}

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.border-opacity-25 {
  --tw-border-opacity: 0.25;
}

.border-opacity-30 {
  --tw-border-opacity: 0.3;
}

.border-opacity-40 {
  --tw-border-opacity: 0.4;
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.border-opacity-60 {
  --tw-border-opacity: 0.6;
}

.border-opacity-70 {
  --tw-border-opacity: 0.7;
}

.border-opacity-75 {
  --tw-border-opacity: 0.75;
}

.border-opacity-80 {
  --tw-border-opacity: 0.8;
}

.border-opacity-90 {
  --tw-border-opacity: 0.9;
}

.border-opacity-95 {
  --tw-border-opacity: 0.95;
}

.border-opacity-100 {
  --tw-border-opacity: 1;
}

.group:hover .group-hover\:border-opacity-0 {
  --tw-border-opacity: 0;
}

.group:hover .group-hover\:border-opacity-5 {
  --tw-border-opacity: 0.05;
}

.group:hover .group-hover\:border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.group:hover .group-hover\:border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.group:hover .group-hover\:border-opacity-25 {
  --tw-border-opacity: 0.25;
}

.group:hover .group-hover\:border-opacity-30 {
  --tw-border-opacity: 0.3;
}

.group:hover .group-hover\:border-opacity-40 {
  --tw-border-opacity: 0.4;
}

.group:hover .group-hover\:border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.group:hover .group-hover\:border-opacity-60 {
  --tw-border-opacity: 0.6;
}

.group:hover .group-hover\:border-opacity-70 {
  --tw-border-opacity: 0.7;
}

.group:hover .group-hover\:border-opacity-75 {
  --tw-border-opacity: 0.75;
}

.group:hover .group-hover\:border-opacity-80 {
  --tw-border-opacity: 0.8;
}

.group:hover .group-hover\:border-opacity-90 {
  --tw-border-opacity: 0.9;
}

.group:hover .group-hover\:border-opacity-95 {
  --tw-border-opacity: 0.95;
}

.group:hover .group-hover\:border-opacity-100 {
  --tw-border-opacity: 1;
}

.focus-within\:border-opacity-0[focus-within] {
  --tw-border-opacity: 0;
}

.focus-within\:border-opacity-0:focus-within {
  --tw-border-opacity: 0;
}

.focus-within\:border-opacity-5[focus-within] {
  --tw-border-opacity: 0.05;
}

.focus-within\:border-opacity-5:focus-within {
  --tw-border-opacity: 0.05;
}

.focus-within\:border-opacity-10[focus-within] {
  --tw-border-opacity: 0.1;
}

.focus-within\:border-opacity-10:focus-within {
  --tw-border-opacity: 0.1;
}

.focus-within\:border-opacity-20[focus-within] {
  --tw-border-opacity: 0.2;
}

.focus-within\:border-opacity-20:focus-within {
  --tw-border-opacity: 0.2;
}

.focus-within\:border-opacity-25[focus-within] {
  --tw-border-opacity: 0.25;
}

.focus-within\:border-opacity-25:focus-within {
  --tw-border-opacity: 0.25;
}

.focus-within\:border-opacity-30[focus-within] {
  --tw-border-opacity: 0.3;
}

.focus-within\:border-opacity-30:focus-within {
  --tw-border-opacity: 0.3;
}

.focus-within\:border-opacity-40[focus-within] {
  --tw-border-opacity: 0.4;
}

.focus-within\:border-opacity-40:focus-within {
  --tw-border-opacity: 0.4;
}

.focus-within\:border-opacity-50[focus-within] {
  --tw-border-opacity: 0.5;
}

.focus-within\:border-opacity-50:focus-within {
  --tw-border-opacity: 0.5;
}

.focus-within\:border-opacity-60[focus-within] {
  --tw-border-opacity: 0.6;
}

.focus-within\:border-opacity-60:focus-within {
  --tw-border-opacity: 0.6;
}

.focus-within\:border-opacity-70[focus-within] {
  --tw-border-opacity: 0.7;
}

.focus-within\:border-opacity-70:focus-within {
  --tw-border-opacity: 0.7;
}

.focus-within\:border-opacity-75[focus-within] {
  --tw-border-opacity: 0.75;
}

.focus-within\:border-opacity-75:focus-within {
  --tw-border-opacity: 0.75;
}

.focus-within\:border-opacity-80[focus-within] {
  --tw-border-opacity: 0.8;
}

.focus-within\:border-opacity-80:focus-within {
  --tw-border-opacity: 0.8;
}

.focus-within\:border-opacity-90[focus-within] {
  --tw-border-opacity: 0.9;
}

.focus-within\:border-opacity-90:focus-within {
  --tw-border-opacity: 0.9;
}

.focus-within\:border-opacity-95[focus-within] {
  --tw-border-opacity: 0.95;
}

.focus-within\:border-opacity-95:focus-within {
  --tw-border-opacity: 0.95;
}

.focus-within\:border-opacity-100[focus-within] {
  --tw-border-opacity: 1;
}

.focus-within\:border-opacity-100:focus-within {
  --tw-border-opacity: 1;
}

.hover\:border-opacity-0:hover {
  --tw-border-opacity: 0;
}

.hover\:border-opacity-5:hover {
  --tw-border-opacity: 0.05;
}

.hover\:border-opacity-10:hover {
  --tw-border-opacity: 0.1;
}

.hover\:border-opacity-20:hover {
  --tw-border-opacity: 0.2;
}

.hover\:border-opacity-25:hover {
  --tw-border-opacity: 0.25;
}

.hover\:border-opacity-30:hover {
  --tw-border-opacity: 0.3;
}

.hover\:border-opacity-40:hover {
  --tw-border-opacity: 0.4;
}

.hover\:border-opacity-50:hover {
  --tw-border-opacity: 0.5;
}

.hover\:border-opacity-60:hover {
  --tw-border-opacity: 0.6;
}

.hover\:border-opacity-70:hover {
  --tw-border-opacity: 0.7;
}

.hover\:border-opacity-75:hover {
  --tw-border-opacity: 0.75;
}

.hover\:border-opacity-80:hover {
  --tw-border-opacity: 0.8;
}

.hover\:border-opacity-90:hover {
  --tw-border-opacity: 0.9;
}

.hover\:border-opacity-95:hover {
  --tw-border-opacity: 0.95;
}

.hover\:border-opacity-100:hover {
  --tw-border-opacity: 1;
}

.focus\:border-opacity-0:focus {
  --tw-border-opacity: 0;
}

.focus\:border-opacity-5:focus {
  --tw-border-opacity: 0.05;
}

.focus\:border-opacity-10:focus {
  --tw-border-opacity: 0.1;
}

.focus\:border-opacity-20:focus {
  --tw-border-opacity: 0.2;
}

.focus\:border-opacity-25:focus {
  --tw-border-opacity: 0.25;
}

.focus\:border-opacity-30:focus {
  --tw-border-opacity: 0.3;
}

.focus\:border-opacity-40:focus {
  --tw-border-opacity: 0.4;
}

.focus\:border-opacity-50:focus {
  --tw-border-opacity: 0.5;
}

.focus\:border-opacity-60:focus {
  --tw-border-opacity: 0.6;
}

.focus\:border-opacity-70:focus {
  --tw-border-opacity: 0.7;
}

.focus\:border-opacity-75:focus {
  --tw-border-opacity: 0.75;
}

.focus\:border-opacity-80:focus {
  --tw-border-opacity: 0.8;
}

.focus\:border-opacity-90:focus {
  --tw-border-opacity: 0.9;
}

.focus\:border-opacity-95:focus {
  --tw-border-opacity: 0.95;
}

.focus\:border-opacity-100:focus {
  --tw-border-opacity: 1;
}

.bg-transparent {
  background-color: transparent;
}

.bg-current {
  background-color: currentColor;
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.bg-pink-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.bg-pink-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.bg-primary-color {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
}

.bg-primary-color-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
}

.bg-secondary-color {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
}

.bg-custom-gray-sm {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
}

.bg-custom-gray-sm2 {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
}

.bg-custom-gray-md {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
}

.bg-custom-navy-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
}

.bg-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
}

.bg-secondary-1 {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
}

.bg-secondary-2 {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
}

.bg-secondary-3 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
}

.bg-secondary-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
}

.bg-secondary-light {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
}

.bg-grayCustom-1 {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
}

.bg-grayCustom-2 {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}

.bg-grayCustom-3 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}

.bg-grayCustom-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
}

.bg-grayCustom {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}

.bg-grayCustom-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
}

.bg-grayCustom-light {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}

.bg-grayCustom-hover {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
}

.bg-error {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
}

.bg-error-light {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
}

.bg-warning {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.bg-warning-light {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
}

.bg-success {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
}

.bg-success-light {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
}

.bg-status-open {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-status-waiting_payment {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.bg-status-completed {
  --tw-bg-opacity: 1;
  background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
}

.bg-status-failed {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
}

.bg-status-waiting_verify {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.bg-status-closed {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}

.bg-policyStatus-issuing {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-policyStatus-waiting_inspection {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.bg-policyStatus-success {
  --tw-bg-opacity: 1;
  background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
}

.bg-policyStatus-failed_inspection {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
}

.bg-policyStatus-failed {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
}

.bg-policyStatus-waiting_policy {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.bg-policyStatus-cancel {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}

.odd\:bg-transparent:nth-child(odd) {
  background-color: transparent;
}

.odd\:bg-current:nth-child(odd) {
  background-color: currentColor;
}

.odd\:bg-black:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.odd\:bg-white:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.odd\:bg-gray-50:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.odd\:bg-gray-100:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.odd\:bg-gray-200:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.odd\:bg-gray-300:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.odd\:bg-gray-400:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.odd\:bg-gray-500:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.odd\:bg-gray-600:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.odd\:bg-gray-700:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.odd\:bg-gray-800:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.odd\:bg-gray-900:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.odd\:bg-red-50:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.odd\:bg-red-100:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.odd\:bg-red-200:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.odd\:bg-red-300:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.odd\:bg-red-400:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.odd\:bg-red-500:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.odd\:bg-red-600:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.odd\:bg-red-700:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.odd\:bg-red-800:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.odd\:bg-red-900:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.odd\:bg-yellow-50:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.odd\:bg-yellow-100:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.odd\:bg-yellow-200:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.odd\:bg-yellow-300:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.odd\:bg-yellow-400:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.odd\:bg-yellow-500:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.odd\:bg-yellow-600:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.odd\:bg-yellow-700:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.odd\:bg-yellow-800:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.odd\:bg-yellow-900:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.odd\:bg-green-50:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.odd\:bg-green-100:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.odd\:bg-green-200:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.odd\:bg-green-300:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.odd\:bg-green-400:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.odd\:bg-green-500:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.odd\:bg-green-600:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.odd\:bg-green-700:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.odd\:bg-green-800:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.odd\:bg-green-900:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.odd\:bg-blue-50:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.odd\:bg-blue-100:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.odd\:bg-blue-200:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.odd\:bg-blue-300:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.odd\:bg-blue-400:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.odd\:bg-blue-500:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.odd\:bg-blue-600:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.odd\:bg-blue-700:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.odd\:bg-blue-800:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.odd\:bg-blue-900:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.odd\:bg-indigo-50:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.odd\:bg-indigo-100:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.odd\:bg-indigo-200:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.odd\:bg-indigo-300:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.odd\:bg-indigo-400:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.odd\:bg-indigo-500:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.odd\:bg-indigo-600:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.odd\:bg-indigo-700:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.odd\:bg-indigo-800:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.odd\:bg-indigo-900:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.odd\:bg-purple-50:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.odd\:bg-purple-100:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.odd\:bg-purple-200:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.odd\:bg-purple-300:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.odd\:bg-purple-400:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.odd\:bg-purple-500:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.odd\:bg-purple-600:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.odd\:bg-purple-700:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.odd\:bg-purple-800:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.odd\:bg-purple-900:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.odd\:bg-pink-50:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.odd\:bg-pink-100:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.odd\:bg-pink-200:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.odd\:bg-pink-300:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.odd\:bg-pink-400:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.odd\:bg-pink-500:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.odd\:bg-pink-600:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.odd\:bg-pink-700:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.odd\:bg-pink-800:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.odd\:bg-pink-900:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.odd\:bg-primary-color:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
}

.odd\:bg-primary-color-dark:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
}

.odd\:bg-secondary-color:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
}

.odd\:bg-custom-gray-sm:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
}

.odd\:bg-custom-gray-sm2:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
}

.odd\:bg-custom-gray-md:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
}

.odd\:bg-custom-navy-dark:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
}

.odd\:bg-dark-blue:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
}

.odd\:bg-primary:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
}

.odd\:bg-secondary-1:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
}

.odd\:bg-secondary-2:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
}

.odd\:bg-secondary-3:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
}

.odd\:bg-secondary:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
}

.odd\:bg-secondary-dark:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
}

.odd\:bg-secondary-light:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
}

.odd\:bg-grayCustom-1:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
}

.odd\:bg-grayCustom-2:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}

.odd\:bg-grayCustom-3:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}

.odd\:bg-grayCustom-800:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
}

.odd\:bg-grayCustom:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}

.odd\:bg-grayCustom-dark:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
}

.odd\:bg-grayCustom-light:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}

.odd\:bg-grayCustom-hover:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
}

.odd\:bg-error:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
}

.odd\:bg-error-light:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
}

.odd\:bg-warning:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.odd\:bg-warning-light:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
}

.odd\:bg-success:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
}

.odd\:bg-success-light:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
}

.odd\:bg-status-open:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.odd\:bg-status-waiting_payment:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.odd\:bg-status-completed:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
}

.odd\:bg-status-failed:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
}

.odd\:bg-status-waiting_verify:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.odd\:bg-status-closed:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}

.odd\:bg-policyStatus-issuing:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.odd\:bg-policyStatus-waiting_inspection:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.odd\:bg-policyStatus-success:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
}

.odd\:bg-policyStatus-failed_inspection:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
}

.odd\:bg-policyStatus-failed:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
}

.odd\:bg-policyStatus-waiting_policy:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.odd\:bg-policyStatus-cancel:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}

.checked\:bg-transparent:checked {
  background-color: transparent;
}

.checked\:bg-current:checked {
  background-color: currentColor;
}

.checked\:bg-black:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.checked\:bg-white:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.checked\:bg-gray-50:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.checked\:bg-gray-100:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.checked\:bg-gray-200:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.checked\:bg-gray-300:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.checked\:bg-gray-400:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.checked\:bg-gray-500:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.checked\:bg-gray-600:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.checked\:bg-gray-700:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.checked\:bg-gray-800:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.checked\:bg-gray-900:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.checked\:bg-red-50:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.checked\:bg-red-100:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.checked\:bg-red-200:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.checked\:bg-red-300:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.checked\:bg-red-400:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.checked\:bg-red-500:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.checked\:bg-red-600:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.checked\:bg-red-700:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.checked\:bg-red-800:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.checked\:bg-red-900:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.checked\:bg-yellow-50:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.checked\:bg-yellow-100:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.checked\:bg-yellow-200:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.checked\:bg-yellow-300:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.checked\:bg-yellow-400:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.checked\:bg-yellow-500:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.checked\:bg-yellow-600:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.checked\:bg-yellow-700:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.checked\:bg-yellow-800:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.checked\:bg-yellow-900:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.checked\:bg-green-50:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.checked\:bg-green-100:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.checked\:bg-green-200:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.checked\:bg-green-300:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.checked\:bg-green-400:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.checked\:bg-green-500:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.checked\:bg-green-600:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.checked\:bg-green-700:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.checked\:bg-green-800:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.checked\:bg-green-900:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.checked\:bg-blue-50:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.checked\:bg-blue-100:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.checked\:bg-blue-200:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.checked\:bg-blue-300:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.checked\:bg-blue-400:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.checked\:bg-blue-500:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.checked\:bg-blue-600:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.checked\:bg-blue-700:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.checked\:bg-blue-800:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.checked\:bg-blue-900:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.checked\:bg-indigo-50:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.checked\:bg-indigo-100:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.checked\:bg-indigo-200:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.checked\:bg-indigo-300:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.checked\:bg-indigo-400:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.checked\:bg-indigo-500:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.checked\:bg-indigo-600:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.checked\:bg-indigo-700:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.checked\:bg-indigo-800:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.checked\:bg-indigo-900:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.checked\:bg-purple-50:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.checked\:bg-purple-100:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.checked\:bg-purple-200:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.checked\:bg-purple-300:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.checked\:bg-purple-400:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.checked\:bg-purple-500:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.checked\:bg-purple-600:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.checked\:bg-purple-700:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.checked\:bg-purple-800:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.checked\:bg-purple-900:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.checked\:bg-pink-50:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.checked\:bg-pink-100:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.checked\:bg-pink-200:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.checked\:bg-pink-300:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.checked\:bg-pink-400:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.checked\:bg-pink-500:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.checked\:bg-pink-600:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.checked\:bg-pink-700:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.checked\:bg-pink-800:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.checked\:bg-pink-900:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.checked\:bg-primary-color:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
}

.checked\:bg-primary-color-dark:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
}

.checked\:bg-secondary-color:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
}

.checked\:bg-custom-gray-sm:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
}

.checked\:bg-custom-gray-sm2:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
}

.checked\:bg-custom-gray-md:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
}

.checked\:bg-custom-navy-dark:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
}

.checked\:bg-dark-blue:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
}

.checked\:bg-primary:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
}

.checked\:bg-secondary-1:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
}

.checked\:bg-secondary-2:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
}

.checked\:bg-secondary-3:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
}

.checked\:bg-secondary:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
}

.checked\:bg-secondary-dark:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
}

.checked\:bg-secondary-light:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
}

.checked\:bg-grayCustom-1:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
}

.checked\:bg-grayCustom-2:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}

.checked\:bg-grayCustom-3:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}

.checked\:bg-grayCustom-800:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
}

.checked\:bg-grayCustom:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}

.checked\:bg-grayCustom-dark:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
}

.checked\:bg-grayCustom-light:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}

.checked\:bg-grayCustom-hover:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
}

.checked\:bg-error:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
}

.checked\:bg-error-light:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
}

.checked\:bg-warning:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.checked\:bg-warning-light:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
}

.checked\:bg-success:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
}

.checked\:bg-success-light:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
}

.checked\:bg-status-open:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.checked\:bg-status-waiting_payment:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.checked\:bg-status-completed:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
}

.checked\:bg-status-failed:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
}

.checked\:bg-status-waiting_verify:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.checked\:bg-status-closed:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}

.checked\:bg-policyStatus-issuing:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.checked\:bg-policyStatus-waiting_inspection:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.checked\:bg-policyStatus-success:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
}

.checked\:bg-policyStatus-failed_inspection:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
}

.checked\:bg-policyStatus-failed:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
}

.checked\:bg-policyStatus-waiting_policy:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.checked\:bg-policyStatus-cancel:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-transparent {
  background-color: transparent;
}

.group:hover .group-hover\:bg-current {
  background-color: currentColor;
}

.group:hover .group-hover\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-primary-color {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-primary-color-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-secondary-color {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-custom-gray-sm {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-custom-gray-sm2 {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-custom-gray-md {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-custom-navy-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-secondary-1 {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-secondary-2 {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-secondary-3 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-secondary-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-secondary-light {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-grayCustom-1 {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-grayCustom-2 {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-grayCustom-3 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-grayCustom-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-grayCustom {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-grayCustom-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-grayCustom-light {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-grayCustom-hover {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-error {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-error-light {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-warning {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-warning-light {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-success {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-success-light {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-status-open {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-status-waiting_payment {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-status-completed {
  --tw-bg-opacity: 1;
  background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-status-failed {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-status-waiting_verify {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-status-closed {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-policyStatus-issuing {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-policyStatus-waiting_inspection {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-policyStatus-success {
  --tw-bg-opacity: 1;
  background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-policyStatus-failed_inspection {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-policyStatus-failed {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-policyStatus-waiting_policy {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-policyStatus-cancel {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}

.focus-within\:bg-transparent[focus-within] {
  background-color: transparent;
}

.focus-within\:bg-transparent:focus-within {
  background-color: transparent;
}

.focus-within\:bg-current[focus-within] {
  background-color: currentColor;
}

.focus-within\:bg-current:focus-within {
  background-color: currentColor;
}

.focus-within\:bg-black[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.focus-within\:bg-black:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.focus-within\:bg-white[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-white:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-50[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-100[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-200[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-300[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-400[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-500[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-600[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-700[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-800[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-900[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.focus-within\:bg-red-50[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.focus-within\:bg-red-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.focus-within\:bg-red-100[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.focus-within\:bg-red-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.focus-within\:bg-red-200[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.focus-within\:bg-red-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.focus-within\:bg-red-300[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.focus-within\:bg-red-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.focus-within\:bg-red-400[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.focus-within\:bg-red-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.focus-within\:bg-red-500[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.focus-within\:bg-red-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.focus-within\:bg-red-600[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.focus-within\:bg-red-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.focus-within\:bg-red-700[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.focus-within\:bg-red-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.focus-within\:bg-red-800[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.focus-within\:bg-red-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.focus-within\:bg-red-900[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.focus-within\:bg-red-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-50[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-100[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-200[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-300[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-400[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-500[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-600[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-700[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-800[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-900[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.focus-within\:bg-green-50[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.focus-within\:bg-green-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.focus-within\:bg-green-100[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.focus-within\:bg-green-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.focus-within\:bg-green-200[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.focus-within\:bg-green-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.focus-within\:bg-green-300[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.focus-within\:bg-green-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.focus-within\:bg-green-400[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.focus-within\:bg-green-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.focus-within\:bg-green-500[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.focus-within\:bg-green-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.focus-within\:bg-green-600[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.focus-within\:bg-green-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.focus-within\:bg-green-700[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.focus-within\:bg-green-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.focus-within\:bg-green-800[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.focus-within\:bg-green-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.focus-within\:bg-green-900[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.focus-within\:bg-green-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-50[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-100[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-200[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-300[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-400[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-500[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-600[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-700[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-800[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-900[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-50[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-100[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-200[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-300[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-400[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-500[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-600[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-700[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-800[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-900[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-50[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-100[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-200[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-300[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-400[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-500[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-600[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-700[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-800[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-900[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-50[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-100[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-200[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-300[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-400[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-500[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-600[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-700[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-800[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-900[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.focus-within\:bg-primary-color[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
}

.focus-within\:bg-primary-color:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
}

.focus-within\:bg-primary-color-dark[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
}

.focus-within\:bg-primary-color-dark:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
}

.focus-within\:bg-secondary-color[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
}

.focus-within\:bg-secondary-color:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
}

.focus-within\:bg-custom-gray-sm[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
}

.focus-within\:bg-custom-gray-sm:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
}

.focus-within\:bg-custom-gray-sm2[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
}

.focus-within\:bg-custom-gray-sm2:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
}

.focus-within\:bg-custom-gray-md[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
}

.focus-within\:bg-custom-gray-md:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
}

.focus-within\:bg-custom-navy-dark[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
}

.focus-within\:bg-custom-navy-dark:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
}

.focus-within\:bg-dark-blue[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
}

.focus-within\:bg-dark-blue:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
}

.focus-within\:bg-primary[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
}

.focus-within\:bg-primary:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
}

.focus-within\:bg-secondary-1[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
}

.focus-within\:bg-secondary-1:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
}

.focus-within\:bg-secondary-2[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
}

.focus-within\:bg-secondary-2:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
}

.focus-within\:bg-secondary-3[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
}

.focus-within\:bg-secondary-3:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
}

.focus-within\:bg-secondary[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
}

.focus-within\:bg-secondary:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
}

.focus-within\:bg-secondary-dark[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
}

.focus-within\:bg-secondary-dark:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
}

.focus-within\:bg-secondary-light[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
}

.focus-within\:bg-secondary-light:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
}

.focus-within\:bg-grayCustom-1[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
}

.focus-within\:bg-grayCustom-1:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
}

.focus-within\:bg-grayCustom-2[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}

.focus-within\:bg-grayCustom-2:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}

.focus-within\:bg-grayCustom-3[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}

.focus-within\:bg-grayCustom-3:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}

.focus-within\:bg-grayCustom-800[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
}

.focus-within\:bg-grayCustom-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
}

.focus-within\:bg-grayCustom[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}

.focus-within\:bg-grayCustom:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}

.focus-within\:bg-grayCustom-dark[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
}

.focus-within\:bg-grayCustom-dark:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
}

.focus-within\:bg-grayCustom-light[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}

.focus-within\:bg-grayCustom-light:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}

.focus-within\:bg-grayCustom-hover[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
}

.focus-within\:bg-grayCustom-hover:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
}

.focus-within\:bg-error[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
}

.focus-within\:bg-error:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
}

.focus-within\:bg-error-light[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
}

.focus-within\:bg-error-light:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
}

.focus-within\:bg-warning[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.focus-within\:bg-warning:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.focus-within\:bg-warning-light[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
}

.focus-within\:bg-warning-light:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
}

.focus-within\:bg-success[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
}

.focus-within\:bg-success:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
}

.focus-within\:bg-success-light[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
}

.focus-within\:bg-success-light:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
}

.focus-within\:bg-status-open[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-status-open:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-status-waiting_payment[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.focus-within\:bg-status-waiting_payment:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.focus-within\:bg-status-completed[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
}

.focus-within\:bg-status-completed:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
}

.focus-within\:bg-status-failed[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
}

.focus-within\:bg-status-failed:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
}

.focus-within\:bg-status-waiting_verify[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.focus-within\:bg-status-waiting_verify:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.focus-within\:bg-status-closed[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}

.focus-within\:bg-status-closed:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}

.focus-within\:bg-policyStatus-issuing[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-policyStatus-issuing:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-policyStatus-waiting_inspection[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.focus-within\:bg-policyStatus-waiting_inspection:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.focus-within\:bg-policyStatus-success[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
}

.focus-within\:bg-policyStatus-success:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
}

.focus-within\:bg-policyStatus-failed_inspection[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
}

.focus-within\:bg-policyStatus-failed_inspection:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
}

.focus-within\:bg-policyStatus-failed[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
}

.focus-within\:bg-policyStatus-failed:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
}

.focus-within\:bg-policyStatus-waiting_policy[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.focus-within\:bg-policyStatus-waiting_policy:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.focus-within\:bg-policyStatus-cancel[focus-within] {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}

.focus-within\:bg-policyStatus-cancel:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:bg-current:hover {
  background-color: currentColor;
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.hover\:bg-gray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.hover\:bg-gray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.hover\:bg-red-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.hover\:bg-red-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.hover\:bg-red-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.hover\:bg-red-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.hover\:bg-red-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.hover\:bg-yellow-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.hover\:bg-yellow-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.hover\:bg-yellow-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.hover\:bg-yellow-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.hover\:bg-yellow-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.hover\:bg-yellow-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.hover\:bg-yellow-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.hover\:bg-yellow-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.hover\:bg-yellow-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.hover\:bg-yellow-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.hover\:bg-green-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.hover\:bg-green-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.hover\:bg-green-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.hover\:bg-green-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.hover\:bg-green-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.hover\:bg-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.hover\:bg-blue-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.hover\:bg-blue-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.hover\:bg-blue-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.hover\:bg-indigo-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.hover\:bg-indigo-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.hover\:bg-indigo-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.hover\:bg-indigo-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.hover\:bg-indigo-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.hover\:bg-indigo-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.hover\:bg-indigo-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.hover\:bg-indigo-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.hover\:bg-indigo-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.hover\:bg-purple-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.hover\:bg-purple-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.hover\:bg-purple-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.hover\:bg-purple-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.hover\:bg-purple-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.hover\:bg-purple-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.hover\:bg-purple-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.hover\:bg-purple-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.hover\:bg-purple-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.hover\:bg-purple-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.hover\:bg-pink-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.hover\:bg-pink-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.hover\:bg-pink-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.hover\:bg-pink-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.hover\:bg-pink-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.hover\:bg-pink-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.hover\:bg-pink-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.hover\:bg-pink-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.hover\:bg-pink-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.hover\:bg-pink-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.hover\:bg-primary-color:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
}

.hover\:bg-primary-color-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
}

.hover\:bg-secondary-color:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
}

.hover\:bg-custom-gray-sm:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
}

.hover\:bg-custom-gray-sm2:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
}

.hover\:bg-custom-gray-md:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
}

.hover\:bg-custom-navy-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
}

.hover\:bg-dark-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
}

.hover\:bg-secondary-1:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
}

.hover\:bg-secondary-2:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
}

.hover\:bg-secondary-3:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
}

.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
}

.hover\:bg-secondary-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
}

.hover\:bg-secondary-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
}

.hover\:bg-grayCustom-1:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
}

.hover\:bg-grayCustom-2:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}

.hover\:bg-grayCustom-3:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}

.hover\:bg-grayCustom-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
}

.hover\:bg-grayCustom:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}

.hover\:bg-grayCustom-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
}

.hover\:bg-grayCustom-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}

.hover\:bg-grayCustom-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
}

.hover\:bg-error:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
}

.hover\:bg-error-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
}

.hover\:bg-warning:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.hover\:bg-warning-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
}

.hover\:bg-success:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
}

.hover\:bg-success-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
}

.hover\:bg-status-open:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:bg-status-waiting_payment:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.hover\:bg-status-completed:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
}

.hover\:bg-status-failed:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
}

.hover\:bg-status-waiting_verify:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.hover\:bg-status-closed:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}

.hover\:bg-policyStatus-issuing:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:bg-policyStatus-waiting_inspection:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.hover\:bg-policyStatus-success:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
}

.hover\:bg-policyStatus-failed_inspection:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
}

.hover\:bg-policyStatus-failed:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
}

.hover\:bg-policyStatus-waiting_policy:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.hover\:bg-policyStatus-cancel:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}

.focus\:bg-transparent:focus {
  background-color: transparent;
}

.focus\:bg-current:focus {
  background-color: currentColor;
}

.focus\:bg-black:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus\:bg-gray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.focus\:bg-gray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.focus\:bg-gray-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.focus\:bg-gray-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.focus\:bg-gray-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.focus\:bg-gray-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.focus\:bg-gray-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.focus\:bg-gray-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.focus\:bg-gray-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.focus\:bg-red-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.focus\:bg-red-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.focus\:bg-red-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.focus\:bg-red-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.focus\:bg-red-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.focus\:bg-red-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.focus\:bg-red-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.focus\:bg-red-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.focus\:bg-red-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.focus\:bg-red-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.focus\:bg-yellow-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.focus\:bg-yellow-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.focus\:bg-yellow-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.focus\:bg-yellow-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.focus\:bg-yellow-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.focus\:bg-yellow-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.focus\:bg-yellow-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.focus\:bg-yellow-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.focus\:bg-yellow-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.focus\:bg-yellow-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.focus\:bg-green-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.focus\:bg-green-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.focus\:bg-green-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.focus\:bg-green-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.focus\:bg-green-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.focus\:bg-green-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.focus\:bg-green-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.focus\:bg-green-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.focus\:bg-green-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.focus\:bg-green-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.focus\:bg-blue-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.focus\:bg-blue-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.focus\:bg-blue-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.focus\:bg-blue-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.focus\:bg-blue-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.focus\:bg-blue-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.focus\:bg-blue-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.focus\:bg-blue-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.focus\:bg-blue-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.focus\:bg-blue-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.focus\:bg-indigo-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.focus\:bg-indigo-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.focus\:bg-indigo-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.focus\:bg-indigo-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.focus\:bg-indigo-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.focus\:bg-indigo-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.focus\:bg-indigo-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.focus\:bg-indigo-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.focus\:bg-indigo-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.focus\:bg-indigo-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.focus\:bg-purple-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.focus\:bg-purple-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.focus\:bg-purple-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.focus\:bg-purple-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.focus\:bg-purple-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.focus\:bg-purple-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.focus\:bg-purple-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.focus\:bg-purple-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.focus\:bg-purple-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.focus\:bg-purple-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.focus\:bg-pink-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.focus\:bg-pink-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.focus\:bg-pink-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.focus\:bg-pink-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.focus\:bg-pink-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.focus\:bg-pink-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.focus\:bg-pink-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.focus\:bg-pink-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.focus\:bg-pink-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.focus\:bg-pink-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.focus\:bg-primary-color:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
}

.focus\:bg-primary-color-dark:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
}

.focus\:bg-secondary-color:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
}

.focus\:bg-custom-gray-sm:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
}

.focus\:bg-custom-gray-sm2:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
}

.focus\:bg-custom-gray-md:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
}

.focus\:bg-custom-navy-dark:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
}

.focus\:bg-dark-blue:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
}

.focus\:bg-primary:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
}

.focus\:bg-secondary-1:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
}

.focus\:bg-secondary-2:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
}

.focus\:bg-secondary-3:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
}

.focus\:bg-secondary:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
}

.focus\:bg-secondary-dark:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
}

.focus\:bg-secondary-light:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
}

.focus\:bg-grayCustom-1:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
}

.focus\:bg-grayCustom-2:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}

.focus\:bg-grayCustom-3:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}

.focus\:bg-grayCustom-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
}

.focus\:bg-grayCustom:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}

.focus\:bg-grayCustom-dark:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
}

.focus\:bg-grayCustom-light:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}

.focus\:bg-grayCustom-hover:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
}

.focus\:bg-error:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
}

.focus\:bg-error-light:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
}

.focus\:bg-warning:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.focus\:bg-warning-light:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
}

.focus\:bg-success:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
}

.focus\:bg-success-light:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
}

.focus\:bg-status-open:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus\:bg-status-waiting_payment:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.focus\:bg-status-completed:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
}

.focus\:bg-status-failed:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
}

.focus\:bg-status-waiting_verify:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.focus\:bg-status-closed:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}

.focus\:bg-policyStatus-issuing:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus\:bg-policyStatus-waiting_inspection:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.focus\:bg-policyStatus-success:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
}

.focus\:bg-policyStatus-failed_inspection:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
}

.focus\:bg-policyStatus-failed:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
}

.focus\:bg-policyStatus-waiting_policy:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
}

.focus\:bg-policyStatus-cancel:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}

.bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.group:hover .group-hover\:bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.group:hover .group-hover\:bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}

.group:hover .group-hover\:bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.group:hover .group-hover\:bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.group:hover .group-hover\:bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.group:hover .group-hover\:bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.group:hover .group-hover\:bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.group:hover .group-hover\:bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.group:hover .group-hover\:bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.group:hover .group-hover\:bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.group:hover .group-hover\:bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.group:hover .group-hover\:bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.group:hover .group-hover\:bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.group:hover .group-hover\:bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.group:hover .group-hover\:bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.focus-within\:bg-opacity-0[focus-within] {
  --tw-bg-opacity: 0;
}

.focus-within\:bg-opacity-0:focus-within {
  --tw-bg-opacity: 0;
}

.focus-within\:bg-opacity-5[focus-within] {
  --tw-bg-opacity: 0.05;
}

.focus-within\:bg-opacity-5:focus-within {
  --tw-bg-opacity: 0.05;
}

.focus-within\:bg-opacity-10[focus-within] {
  --tw-bg-opacity: 0.1;
}

.focus-within\:bg-opacity-10:focus-within {
  --tw-bg-opacity: 0.1;
}

.focus-within\:bg-opacity-20[focus-within] {
  --tw-bg-opacity: 0.2;
}

.focus-within\:bg-opacity-20:focus-within {
  --tw-bg-opacity: 0.2;
}

.focus-within\:bg-opacity-25[focus-within] {
  --tw-bg-opacity: 0.25;
}

.focus-within\:bg-opacity-25:focus-within {
  --tw-bg-opacity: 0.25;
}

.focus-within\:bg-opacity-30[focus-within] {
  --tw-bg-opacity: 0.3;
}

.focus-within\:bg-opacity-30:focus-within {
  --tw-bg-opacity: 0.3;
}

.focus-within\:bg-opacity-40[focus-within] {
  --tw-bg-opacity: 0.4;
}

.focus-within\:bg-opacity-40:focus-within {
  --tw-bg-opacity: 0.4;
}

.focus-within\:bg-opacity-50[focus-within] {
  --tw-bg-opacity: 0.5;
}

.focus-within\:bg-opacity-50:focus-within {
  --tw-bg-opacity: 0.5;
}

.focus-within\:bg-opacity-60[focus-within] {
  --tw-bg-opacity: 0.6;
}

.focus-within\:bg-opacity-60:focus-within {
  --tw-bg-opacity: 0.6;
}

.focus-within\:bg-opacity-70[focus-within] {
  --tw-bg-opacity: 0.7;
}

.focus-within\:bg-opacity-70:focus-within {
  --tw-bg-opacity: 0.7;
}

.focus-within\:bg-opacity-75[focus-within] {
  --tw-bg-opacity: 0.75;
}

.focus-within\:bg-opacity-75:focus-within {
  --tw-bg-opacity: 0.75;
}

.focus-within\:bg-opacity-80[focus-within] {
  --tw-bg-opacity: 0.8;
}

.focus-within\:bg-opacity-80:focus-within {
  --tw-bg-opacity: 0.8;
}

.focus-within\:bg-opacity-90[focus-within] {
  --tw-bg-opacity: 0.9;
}

.focus-within\:bg-opacity-90:focus-within {
  --tw-bg-opacity: 0.9;
}

.focus-within\:bg-opacity-95[focus-within] {
  --tw-bg-opacity: 0.95;
}

.focus-within\:bg-opacity-95:focus-within {
  --tw-bg-opacity: 0.95;
}

.focus-within\:bg-opacity-100[focus-within] {
  --tw-bg-opacity: 1;
}

.focus-within\:bg-opacity-100:focus-within {
  --tw-bg-opacity: 1;
}

.hover\:bg-opacity-0:hover {
  --tw-bg-opacity: 0;
}

.hover\:bg-opacity-5:hover {
  --tw-bg-opacity: 0.05;
}

.hover\:bg-opacity-10:hover {
  --tw-bg-opacity: 0.1;
}

.hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2;
}

.hover\:bg-opacity-25:hover {
  --tw-bg-opacity: 0.25;
}

.hover\:bg-opacity-30:hover {
  --tw-bg-opacity: 0.3;
}

.hover\:bg-opacity-40:hover {
  --tw-bg-opacity: 0.4;
}

.hover\:bg-opacity-50:hover {
  --tw-bg-opacity: 0.5;
}

.hover\:bg-opacity-60:hover {
  --tw-bg-opacity: 0.6;
}

.hover\:bg-opacity-70:hover {
  --tw-bg-opacity: 0.7;
}

.hover\:bg-opacity-75:hover {
  --tw-bg-opacity: 0.75;
}

.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8;
}

.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9;
}

.hover\:bg-opacity-95:hover {
  --tw-bg-opacity: 0.95;
}

.hover\:bg-opacity-100:hover {
  --tw-bg-opacity: 1;
}

.focus\:bg-opacity-0:focus {
  --tw-bg-opacity: 0;
}

.focus\:bg-opacity-5:focus {
  --tw-bg-opacity: 0.05;
}

.focus\:bg-opacity-10:focus {
  --tw-bg-opacity: 0.1;
}

.focus\:bg-opacity-20:focus {
  --tw-bg-opacity: 0.2;
}

.focus\:bg-opacity-25:focus {
  --tw-bg-opacity: 0.25;
}

.focus\:bg-opacity-30:focus {
  --tw-bg-opacity: 0.3;
}

.focus\:bg-opacity-40:focus {
  --tw-bg-opacity: 0.4;
}

.focus\:bg-opacity-50:focus {
  --tw-bg-opacity: 0.5;
}

.focus\:bg-opacity-60:focus {
  --tw-bg-opacity: 0.6;
}

.focus\:bg-opacity-70:focus {
  --tw-bg-opacity: 0.7;
}

.focus\:bg-opacity-75:focus {
  --tw-bg-opacity: 0.75;
}

.focus\:bg-opacity-80:focus {
  --tw-bg-opacity: 0.8;
}

.focus\:bg-opacity-90:focus {
  --tw-bg-opacity: 0.9;
}

.focus\:bg-opacity-95:focus {
  --tw-bg-opacity: 0.95;
}

.focus\:bg-opacity-100:focus {
  --tw-bg-opacity: 1;
}

.bg-none {
  background-image: none;
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.bg-city {
  background-image: url('~assets/homepage/bg-city.svg');
}

.bg-city-1 {
  background-image: url('~assets/homepage/bg-city_1.svg');
}

.bg-city-2 {
  background-image: url('~assets/homepage/bg-city2.svg');
}

.from-transparent {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-current {
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-black {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-white {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-gray-50 {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.from-gray-100 {
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.from-gray-200 {
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.from-gray-300 {
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.from-gray-400 {
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.from-gray-500 {
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.from-gray-600 {
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.from-gray-700 {
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.from-gray-800 {
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.from-gray-900 {
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.from-red-50 {
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.from-red-100 {
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.from-red-200 {
  --tw-gradient-from: #fecaca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.from-red-300 {
  --tw-gradient-from: #fca5a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.from-red-400 {
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.from-red-500 {
  --tw-gradient-from: #ef4444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.from-red-600 {
  --tw-gradient-from: #dc2626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.from-red-700 {
  --tw-gradient-from: #b91c1c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.from-red-800 {
  --tw-gradient-from: #991b1b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.from-red-900 {
  --tw-gradient-from: #7f1d1d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.from-yellow-50 {
  --tw-gradient-from: #fffbeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.from-yellow-100 {
  --tw-gradient-from: #fef3c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.from-yellow-200 {
  --tw-gradient-from: #fde68a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.from-yellow-300 {
  --tw-gradient-from: #fcd34d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.from-yellow-400 {
  --tw-gradient-from: #fbbf24;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.from-yellow-500 {
  --tw-gradient-from: #f59e0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.from-yellow-600 {
  --tw-gradient-from: #d97706;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.from-yellow-700 {
  --tw-gradient-from: #b45309;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.from-yellow-800 {
  --tw-gradient-from: #92400e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.from-yellow-900 {
  --tw-gradient-from: #78350f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.from-green-50 {
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.from-green-100 {
  --tw-gradient-from: #d1fae5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.from-green-200 {
  --tw-gradient-from: #a7f3d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.from-green-300 {
  --tw-gradient-from: #6ee7b7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.from-green-400 {
  --tw-gradient-from: #34d399;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.from-green-500 {
  --tw-gradient-from: #10b981;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.from-green-600 {
  --tw-gradient-from: #059669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.from-green-700 {
  --tw-gradient-from: #047857;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.from-green-800 {
  --tw-gradient-from: #065f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.from-green-900 {
  --tw-gradient-from: #064e3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.from-blue-50 {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.from-blue-100 {
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.from-blue-200 {
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.from-blue-300 {
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.from-blue-400 {
  --tw-gradient-from: #60a5fa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.from-blue-500 {
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.from-blue-600 {
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.from-blue-700 {
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.from-blue-800 {
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.from-blue-900 {
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.from-indigo-50 {
  --tw-gradient-from: #eef2ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.from-indigo-100 {
  --tw-gradient-from: #e0e7ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.from-indigo-200 {
  --tw-gradient-from: #c7d2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.from-indigo-300 {
  --tw-gradient-from: #a5b4fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.from-indigo-400 {
  --tw-gradient-from: #818cf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.from-indigo-500 {
  --tw-gradient-from: #6366f1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.from-indigo-600 {
  --tw-gradient-from: #4f46e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.from-indigo-700 {
  --tw-gradient-from: #4338ca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.from-indigo-800 {
  --tw-gradient-from: #3730a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.from-indigo-900 {
  --tw-gradient-from: #312e81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.from-purple-50 {
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.from-purple-100 {
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.from-purple-200 {
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.from-purple-300 {
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.from-purple-400 {
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.from-purple-500 {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.from-purple-600 {
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.from-purple-700 {
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.from-purple-800 {
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.from-purple-900 {
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.from-pink-50 {
  --tw-gradient-from: #fdf2f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.from-pink-100 {
  --tw-gradient-from: #fce7f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.from-pink-200 {
  --tw-gradient-from: #fbcfe8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.from-pink-300 {
  --tw-gradient-from: #f9a8d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.from-pink-400 {
  --tw-gradient-from: #f472b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.from-pink-500 {
  --tw-gradient-from: #ec4899;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.from-pink-600 {
  --tw-gradient-from: #db2777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.from-pink-700 {
  --tw-gradient-from: #be185d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.from-pink-800 {
  --tw-gradient-from: #9d174d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.from-pink-900 {
  --tw-gradient-from: #831843;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.from-primary-color {
  --tw-gradient-from: #eb008b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
}

.from-primary-color-dark {
  --tw-gradient-from: #c90068;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
}

.from-secondary-color {
  --tw-gradient-from: #112e42;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
}

.from-custom-gray-sm {
  --tw-gradient-from: #f1f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
}

.from-custom-gray-sm2 {
  --tw-gradient-from: #f1f2f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
}

.from-custom-gray-md {
  --tw-gradient-from: #848484;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
}

.from-custom-navy-dark {
  --tw-gradient-from: #112e42;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
}

.from-dark-blue {
  --tw-gradient-from: #112E42;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
}

.from-primary {
  --tw-gradient-from: #192D40;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
}

.from-secondary-1 {
  --tw-gradient-from: #E6007E;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
}

.from-secondary-2 {
  --tw-gradient-from: #D6D564;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
}

.from-secondary-3 {
  --tw-gradient-from: #FCFCCD;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
}

.from-secondary {
  --tw-gradient-from: #E6007E;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
}

.from-secondary-dark {
  --tw-gradient-from: #C11A7D;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
}

.from-secondary-light {
  --tw-gradient-from: #FBCEE9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
}

.from-grayCustom-1 {
  --tw-gradient-from: #4F4F4F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
}

.from-grayCustom-2 {
  --tw-gradient-from: #C4C4C4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
}

.from-grayCustom-3 {
  --tw-gradient-from: #F9F9F9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
}

.from-grayCustom-800 {
  --tw-gradient-from: #4F4F4F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
}

.from-grayCustom {
  --tw-gradient-from: #C4C4C4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
}

.from-grayCustom-dark {
  --tw-gradient-from: #4F4F4F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
}

.from-grayCustom-light {
  --tw-gradient-from: #F9F9F9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
}

.from-grayCustom-hover {
  --tw-gradient-from: #9F9F9F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
}

.from-error {
  --tw-gradient-from: #FF206E;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
}

.from-error-light {
  --tw-gradient-from: #FDE8EA;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
}

.from-warning {
  --tw-gradient-from: #FFAE14;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
}

.from-warning-light {
  --tw-gradient-from: #FFF6E5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
}

.from-success {
  --tw-gradient-from: #2DD881;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
}

.from-success-light {
  --tw-gradient-from: #E9FBF2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
}

.from-status-open {
  --tw-gradient-from: #FFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-status-waiting_payment {
  --tw-gradient-from: #ffae14;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
}

.from-status-completed {
  --tw-gradient-from: #54c1bb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
}

.from-status-failed {
  --tw-gradient-from: #e8556b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
}

.from-status-waiting_verify {
  --tw-gradient-from: #ffae14;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
}

.from-status-closed {
  --tw-gradient-from: #c4c4c4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
}

.from-policyStatus-issuing {
  --tw-gradient-from: #FFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-policyStatus-waiting_inspection {
  --tw-gradient-from: #ffae14;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
}

.from-policyStatus-success {
  --tw-gradient-from: #54c1bb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
}

.from-policyStatus-failed_inspection {
  --tw-gradient-from: #e8556b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
}

.from-policyStatus-failed {
  --tw-gradient-from: #e8556b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
}

.from-policyStatus-waiting_policy {
  --tw-gradient-from: #ffae14;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
}

.from-policyStatus-cancel {
  --tw-gradient-from: #c4c4c4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
}

.hover\:from-transparent:hover {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-current:hover {
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-black:hover {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-white:hover {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-gray-50:hover {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.hover\:from-gray-100:hover {
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.hover\:from-gray-200:hover {
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.hover\:from-gray-300:hover {
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.hover\:from-gray-400:hover {
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.hover\:from-gray-500:hover {
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.hover\:from-gray-600:hover {
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.hover\:from-gray-700:hover {
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.hover\:from-gray-800:hover {
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.hover\:from-gray-900:hover {
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.hover\:from-red-50:hover {
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.hover\:from-red-100:hover {
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.hover\:from-red-200:hover {
  --tw-gradient-from: #fecaca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.hover\:from-red-300:hover {
  --tw-gradient-from: #fca5a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.hover\:from-red-400:hover {
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.hover\:from-red-500:hover {
  --tw-gradient-from: #ef4444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.hover\:from-red-600:hover {
  --tw-gradient-from: #dc2626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.hover\:from-red-700:hover {
  --tw-gradient-from: #b91c1c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.hover\:from-red-800:hover {
  --tw-gradient-from: #991b1b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.hover\:from-red-900:hover {
  --tw-gradient-from: #7f1d1d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.hover\:from-yellow-50:hover {
  --tw-gradient-from: #fffbeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.hover\:from-yellow-100:hover {
  --tw-gradient-from: #fef3c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.hover\:from-yellow-200:hover {
  --tw-gradient-from: #fde68a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.hover\:from-yellow-300:hover {
  --tw-gradient-from: #fcd34d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.hover\:from-yellow-400:hover {
  --tw-gradient-from: #fbbf24;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.hover\:from-yellow-500:hover {
  --tw-gradient-from: #f59e0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.hover\:from-yellow-600:hover {
  --tw-gradient-from: #d97706;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.hover\:from-yellow-700:hover {
  --tw-gradient-from: #b45309;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.hover\:from-yellow-800:hover {
  --tw-gradient-from: #92400e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.hover\:from-yellow-900:hover {
  --tw-gradient-from: #78350f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.hover\:from-green-50:hover {
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.hover\:from-green-100:hover {
  --tw-gradient-from: #d1fae5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.hover\:from-green-200:hover {
  --tw-gradient-from: #a7f3d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.hover\:from-green-300:hover {
  --tw-gradient-from: #6ee7b7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.hover\:from-green-400:hover {
  --tw-gradient-from: #34d399;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.hover\:from-green-500:hover {
  --tw-gradient-from: #10b981;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.hover\:from-green-600:hover {
  --tw-gradient-from: #059669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.hover\:from-green-700:hover {
  --tw-gradient-from: #047857;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.hover\:from-green-800:hover {
  --tw-gradient-from: #065f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.hover\:from-green-900:hover {
  --tw-gradient-from: #064e3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.hover\:from-blue-50:hover {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.hover\:from-blue-100:hover {
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.hover\:from-blue-200:hover {
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.hover\:from-blue-300:hover {
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.hover\:from-blue-400:hover {
  --tw-gradient-from: #60a5fa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.hover\:from-blue-500:hover {
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.hover\:from-blue-600:hover {
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.hover\:from-blue-700:hover {
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.hover\:from-blue-800:hover {
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.hover\:from-blue-900:hover {
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.hover\:from-indigo-50:hover {
  --tw-gradient-from: #eef2ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.hover\:from-indigo-100:hover {
  --tw-gradient-from: #e0e7ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.hover\:from-indigo-200:hover {
  --tw-gradient-from: #c7d2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.hover\:from-indigo-300:hover {
  --tw-gradient-from: #a5b4fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.hover\:from-indigo-400:hover {
  --tw-gradient-from: #818cf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.hover\:from-indigo-500:hover {
  --tw-gradient-from: #6366f1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.hover\:from-indigo-600:hover {
  --tw-gradient-from: #4f46e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.hover\:from-indigo-700:hover {
  --tw-gradient-from: #4338ca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.hover\:from-indigo-800:hover {
  --tw-gradient-from: #3730a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.hover\:from-indigo-900:hover {
  --tw-gradient-from: #312e81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.hover\:from-purple-50:hover {
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.hover\:from-purple-100:hover {
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.hover\:from-purple-200:hover {
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.hover\:from-purple-300:hover {
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.hover\:from-purple-400:hover {
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.hover\:from-purple-500:hover {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.hover\:from-purple-600:hover {
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.hover\:from-purple-700:hover {
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.hover\:from-purple-800:hover {
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.hover\:from-purple-900:hover {
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.hover\:from-pink-50:hover {
  --tw-gradient-from: #fdf2f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.hover\:from-pink-100:hover {
  --tw-gradient-from: #fce7f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.hover\:from-pink-200:hover {
  --tw-gradient-from: #fbcfe8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.hover\:from-pink-300:hover {
  --tw-gradient-from: #f9a8d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.hover\:from-pink-400:hover {
  --tw-gradient-from: #f472b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.hover\:from-pink-500:hover {
  --tw-gradient-from: #ec4899;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.hover\:from-pink-600:hover {
  --tw-gradient-from: #db2777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.hover\:from-pink-700:hover {
  --tw-gradient-from: #be185d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.hover\:from-pink-800:hover {
  --tw-gradient-from: #9d174d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.hover\:from-pink-900:hover {
  --tw-gradient-from: #831843;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.hover\:from-primary-color:hover {
  --tw-gradient-from: #eb008b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
}

.hover\:from-primary-color-dark:hover {
  --tw-gradient-from: #c90068;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
}

.hover\:from-secondary-color:hover {
  --tw-gradient-from: #112e42;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
}

.hover\:from-custom-gray-sm:hover {
  --tw-gradient-from: #f1f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
}

.hover\:from-custom-gray-sm2:hover {
  --tw-gradient-from: #f1f2f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
}

.hover\:from-custom-gray-md:hover {
  --tw-gradient-from: #848484;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
}

.hover\:from-custom-navy-dark:hover {
  --tw-gradient-from: #112e42;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
}

.hover\:from-dark-blue:hover {
  --tw-gradient-from: #112E42;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
}

.hover\:from-primary:hover {
  --tw-gradient-from: #192D40;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
}

.hover\:from-secondary-1:hover {
  --tw-gradient-from: #E6007E;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
}

.hover\:from-secondary-2:hover {
  --tw-gradient-from: #D6D564;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
}

.hover\:from-secondary-3:hover {
  --tw-gradient-from: #FCFCCD;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
}

.hover\:from-secondary:hover {
  --tw-gradient-from: #E6007E;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
}

.hover\:from-secondary-dark:hover {
  --tw-gradient-from: #C11A7D;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
}

.hover\:from-secondary-light:hover {
  --tw-gradient-from: #FBCEE9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
}

.hover\:from-grayCustom-1:hover {
  --tw-gradient-from: #4F4F4F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
}

.hover\:from-grayCustom-2:hover {
  --tw-gradient-from: #C4C4C4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
}

.hover\:from-grayCustom-3:hover {
  --tw-gradient-from: #F9F9F9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
}

.hover\:from-grayCustom-800:hover {
  --tw-gradient-from: #4F4F4F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
}

.hover\:from-grayCustom:hover {
  --tw-gradient-from: #C4C4C4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
}

.hover\:from-grayCustom-dark:hover {
  --tw-gradient-from: #4F4F4F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
}

.hover\:from-grayCustom-light:hover {
  --tw-gradient-from: #F9F9F9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
}

.hover\:from-grayCustom-hover:hover {
  --tw-gradient-from: #9F9F9F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
}

.hover\:from-error:hover {
  --tw-gradient-from: #FF206E;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
}

.hover\:from-error-light:hover {
  --tw-gradient-from: #FDE8EA;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
}

.hover\:from-warning:hover {
  --tw-gradient-from: #FFAE14;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
}

.hover\:from-warning-light:hover {
  --tw-gradient-from: #FFF6E5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
}

.hover\:from-success:hover {
  --tw-gradient-from: #2DD881;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
}

.hover\:from-success-light:hover {
  --tw-gradient-from: #E9FBF2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
}

.hover\:from-status-open:hover {
  --tw-gradient-from: #FFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-status-waiting_payment:hover {
  --tw-gradient-from: #ffae14;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
}

.hover\:from-status-completed:hover {
  --tw-gradient-from: #54c1bb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
}

.hover\:from-status-failed:hover {
  --tw-gradient-from: #e8556b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
}

.hover\:from-status-waiting_verify:hover {
  --tw-gradient-from: #ffae14;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
}

.hover\:from-status-closed:hover {
  --tw-gradient-from: #c4c4c4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
}

.hover\:from-policyStatus-issuing:hover {
  --tw-gradient-from: #FFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-policyStatus-waiting_inspection:hover {
  --tw-gradient-from: #ffae14;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
}

.hover\:from-policyStatus-success:hover {
  --tw-gradient-from: #54c1bb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
}

.hover\:from-policyStatus-failed_inspection:hover {
  --tw-gradient-from: #e8556b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
}

.hover\:from-policyStatus-failed:hover {
  --tw-gradient-from: #e8556b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
}

.hover\:from-policyStatus-waiting_policy:hover {
  --tw-gradient-from: #ffae14;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
}

.hover\:from-policyStatus-cancel:hover {
  --tw-gradient-from: #c4c4c4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
}

.focus\:from-transparent:focus {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-current:focus {
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-black:focus {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-white:focus {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-gray-50:focus {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.focus\:from-gray-100:focus {
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.focus\:from-gray-200:focus {
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.focus\:from-gray-300:focus {
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.focus\:from-gray-400:focus {
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.focus\:from-gray-500:focus {
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.focus\:from-gray-600:focus {
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.focus\:from-gray-700:focus {
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.focus\:from-gray-800:focus {
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.focus\:from-gray-900:focus {
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.focus\:from-red-50:focus {
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.focus\:from-red-100:focus {
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.focus\:from-red-200:focus {
  --tw-gradient-from: #fecaca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.focus\:from-red-300:focus {
  --tw-gradient-from: #fca5a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.focus\:from-red-400:focus {
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.focus\:from-red-500:focus {
  --tw-gradient-from: #ef4444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.focus\:from-red-600:focus {
  --tw-gradient-from: #dc2626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.focus\:from-red-700:focus {
  --tw-gradient-from: #b91c1c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.focus\:from-red-800:focus {
  --tw-gradient-from: #991b1b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.focus\:from-red-900:focus {
  --tw-gradient-from: #7f1d1d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.focus\:from-yellow-50:focus {
  --tw-gradient-from: #fffbeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.focus\:from-yellow-100:focus {
  --tw-gradient-from: #fef3c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.focus\:from-yellow-200:focus {
  --tw-gradient-from: #fde68a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.focus\:from-yellow-300:focus {
  --tw-gradient-from: #fcd34d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.focus\:from-yellow-400:focus {
  --tw-gradient-from: #fbbf24;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.focus\:from-yellow-500:focus {
  --tw-gradient-from: #f59e0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.focus\:from-yellow-600:focus {
  --tw-gradient-from: #d97706;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.focus\:from-yellow-700:focus {
  --tw-gradient-from: #b45309;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.focus\:from-yellow-800:focus {
  --tw-gradient-from: #92400e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.focus\:from-yellow-900:focus {
  --tw-gradient-from: #78350f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.focus\:from-green-50:focus {
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.focus\:from-green-100:focus {
  --tw-gradient-from: #d1fae5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.focus\:from-green-200:focus {
  --tw-gradient-from: #a7f3d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.focus\:from-green-300:focus {
  --tw-gradient-from: #6ee7b7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.focus\:from-green-400:focus {
  --tw-gradient-from: #34d399;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.focus\:from-green-500:focus {
  --tw-gradient-from: #10b981;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.focus\:from-green-600:focus {
  --tw-gradient-from: #059669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.focus\:from-green-700:focus {
  --tw-gradient-from: #047857;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.focus\:from-green-800:focus {
  --tw-gradient-from: #065f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.focus\:from-green-900:focus {
  --tw-gradient-from: #064e3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.focus\:from-blue-50:focus {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.focus\:from-blue-100:focus {
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.focus\:from-blue-200:focus {
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.focus\:from-blue-300:focus {
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.focus\:from-blue-400:focus {
  --tw-gradient-from: #60a5fa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.focus\:from-blue-500:focus {
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.focus\:from-blue-600:focus {
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.focus\:from-blue-700:focus {
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.focus\:from-blue-800:focus {
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.focus\:from-blue-900:focus {
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.focus\:from-indigo-50:focus {
  --tw-gradient-from: #eef2ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.focus\:from-indigo-100:focus {
  --tw-gradient-from: #e0e7ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.focus\:from-indigo-200:focus {
  --tw-gradient-from: #c7d2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.focus\:from-indigo-300:focus {
  --tw-gradient-from: #a5b4fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.focus\:from-indigo-400:focus {
  --tw-gradient-from: #818cf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.focus\:from-indigo-500:focus {
  --tw-gradient-from: #6366f1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.focus\:from-indigo-600:focus {
  --tw-gradient-from: #4f46e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.focus\:from-indigo-700:focus {
  --tw-gradient-from: #4338ca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.focus\:from-indigo-800:focus {
  --tw-gradient-from: #3730a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.focus\:from-indigo-900:focus {
  --tw-gradient-from: #312e81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.focus\:from-purple-50:focus {
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.focus\:from-purple-100:focus {
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.focus\:from-purple-200:focus {
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.focus\:from-purple-300:focus {
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.focus\:from-purple-400:focus {
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.focus\:from-purple-500:focus {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.focus\:from-purple-600:focus {
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.focus\:from-purple-700:focus {
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.focus\:from-purple-800:focus {
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.focus\:from-purple-900:focus {
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.focus\:from-pink-50:focus {
  --tw-gradient-from: #fdf2f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.focus\:from-pink-100:focus {
  --tw-gradient-from: #fce7f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.focus\:from-pink-200:focus {
  --tw-gradient-from: #fbcfe8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.focus\:from-pink-300:focus {
  --tw-gradient-from: #f9a8d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.focus\:from-pink-400:focus {
  --tw-gradient-from: #f472b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.focus\:from-pink-500:focus {
  --tw-gradient-from: #ec4899;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.focus\:from-pink-600:focus {
  --tw-gradient-from: #db2777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.focus\:from-pink-700:focus {
  --tw-gradient-from: #be185d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.focus\:from-pink-800:focus {
  --tw-gradient-from: #9d174d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.focus\:from-pink-900:focus {
  --tw-gradient-from: #831843;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.focus\:from-primary-color:focus {
  --tw-gradient-from: #eb008b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
}

.focus\:from-primary-color-dark:focus {
  --tw-gradient-from: #c90068;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
}

.focus\:from-secondary-color:focus {
  --tw-gradient-from: #112e42;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
}

.focus\:from-custom-gray-sm:focus {
  --tw-gradient-from: #f1f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
}

.focus\:from-custom-gray-sm2:focus {
  --tw-gradient-from: #f1f2f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
}

.focus\:from-custom-gray-md:focus {
  --tw-gradient-from: #848484;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
}

.focus\:from-custom-navy-dark:focus {
  --tw-gradient-from: #112e42;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
}

.focus\:from-dark-blue:focus {
  --tw-gradient-from: #112E42;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
}

.focus\:from-primary:focus {
  --tw-gradient-from: #192D40;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
}

.focus\:from-secondary-1:focus {
  --tw-gradient-from: #E6007E;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
}

.focus\:from-secondary-2:focus {
  --tw-gradient-from: #D6D564;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
}

.focus\:from-secondary-3:focus {
  --tw-gradient-from: #FCFCCD;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
}

.focus\:from-secondary:focus {
  --tw-gradient-from: #E6007E;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
}

.focus\:from-secondary-dark:focus {
  --tw-gradient-from: #C11A7D;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
}

.focus\:from-secondary-light:focus {
  --tw-gradient-from: #FBCEE9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
}

.focus\:from-grayCustom-1:focus {
  --tw-gradient-from: #4F4F4F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
}

.focus\:from-grayCustom-2:focus {
  --tw-gradient-from: #C4C4C4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
}

.focus\:from-grayCustom-3:focus {
  --tw-gradient-from: #F9F9F9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
}

.focus\:from-grayCustom-800:focus {
  --tw-gradient-from: #4F4F4F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
}

.focus\:from-grayCustom:focus {
  --tw-gradient-from: #C4C4C4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
}

.focus\:from-grayCustom-dark:focus {
  --tw-gradient-from: #4F4F4F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
}

.focus\:from-grayCustom-light:focus {
  --tw-gradient-from: #F9F9F9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
}

.focus\:from-grayCustom-hover:focus {
  --tw-gradient-from: #9F9F9F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
}

.focus\:from-error:focus {
  --tw-gradient-from: #FF206E;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
}

.focus\:from-error-light:focus {
  --tw-gradient-from: #FDE8EA;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
}

.focus\:from-warning:focus {
  --tw-gradient-from: #FFAE14;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
}

.focus\:from-warning-light:focus {
  --tw-gradient-from: #FFF6E5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
}

.focus\:from-success:focus {
  --tw-gradient-from: #2DD881;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
}

.focus\:from-success-light:focus {
  --tw-gradient-from: #E9FBF2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
}

.focus\:from-status-open:focus {
  --tw-gradient-from: #FFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-status-waiting_payment:focus {
  --tw-gradient-from: #ffae14;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
}

.focus\:from-status-completed:focus {
  --tw-gradient-from: #54c1bb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
}

.focus\:from-status-failed:focus {
  --tw-gradient-from: #e8556b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
}

.focus\:from-status-waiting_verify:focus {
  --tw-gradient-from: #ffae14;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
}

.focus\:from-status-closed:focus {
  --tw-gradient-from: #c4c4c4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
}

.focus\:from-policyStatus-issuing:focus {
  --tw-gradient-from: #FFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-policyStatus-waiting_inspection:focus {
  --tw-gradient-from: #ffae14;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
}

.focus\:from-policyStatus-success:focus {
  --tw-gradient-from: #54c1bb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
}

.focus\:from-policyStatus-failed_inspection:focus {
  --tw-gradient-from: #e8556b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
}

.focus\:from-policyStatus-failed:focus {
  --tw-gradient-from: #e8556b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
}

.focus\:from-policyStatus-waiting_policy:focus {
  --tw-gradient-from: #ffae14;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
}

.focus\:from-policyStatus-cancel:focus {
  --tw-gradient-from: #c4c4c4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
}

.via-transparent {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-current {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-black {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-white {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-gray-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.via-gray-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.via-gray-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.via-gray-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.via-gray-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.via-gray-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.via-gray-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.via-gray-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.via-gray-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.via-gray-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.via-red-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.via-red-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.via-red-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.via-red-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.via-red-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.via-red-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.via-red-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.via-red-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.via-red-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.via-red-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.via-yellow-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.via-yellow-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.via-yellow-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.via-yellow-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.via-yellow-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.via-yellow-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.via-yellow-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.via-yellow-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.via-yellow-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.via-yellow-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.via-green-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.via-green-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.via-green-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.via-green-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.via-green-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.via-green-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.via-green-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.via-green-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.via-green-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.via-green-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.via-blue-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.via-blue-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.via-blue-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.via-blue-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.via-blue-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.via-blue-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.via-blue-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.via-blue-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.via-blue-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.via-blue-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.via-indigo-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.via-indigo-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.via-indigo-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.via-indigo-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.via-indigo-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.via-indigo-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.via-indigo-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.via-indigo-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.via-indigo-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.via-indigo-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.via-purple-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.via-purple-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.via-purple-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.via-purple-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.via-purple-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.via-purple-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.via-purple-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.via-purple-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.via-purple-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.via-purple-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.via-pink-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.via-pink-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.via-pink-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.via-pink-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.via-pink-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.via-pink-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.via-pink-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.via-pink-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.via-pink-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.via-pink-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.via-primary-color {
  --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
}

.via-primary-color-dark {
  --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
}

.via-secondary-color {
  --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
}

.via-custom-gray-sm {
  --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
}

.via-custom-gray-sm2 {
  --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
}

.via-custom-gray-md {
  --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
}

.via-custom-navy-dark {
  --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
}

.via-dark-blue {
  --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
}

.via-primary {
  --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
}

.via-secondary-1 {
  --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
}

.via-secondary-2 {
  --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
}

.via-secondary-3 {
  --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
}

.via-secondary {
  --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
}

.via-secondary-dark {
  --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
}

.via-secondary-light {
  --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
}

.via-grayCustom-1 {
  --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
}

.via-grayCustom-2 {
  --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
}

.via-grayCustom-3 {
  --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
}

.via-grayCustom-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
}

.via-grayCustom {
  --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
}

.via-grayCustom-dark {
  --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
}

.via-grayCustom-light {
  --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
}

.via-grayCustom-hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
}

.via-error {
  --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
}

.via-error-light {
  --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
}

.via-warning {
  --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
}

.via-warning-light {
  --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
}

.via-success {
  --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
}

.via-success-light {
  --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
}

.via-status-open {
  --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-status-waiting_payment {
  --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
}

.via-status-completed {
  --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
}

.via-status-failed {
  --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
}

.via-status-waiting_verify {
  --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
}

.via-status-closed {
  --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
}

.via-policyStatus-issuing {
  --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-policyStatus-waiting_inspection {
  --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
}

.via-policyStatus-success {
  --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
}

.via-policyStatus-failed_inspection {
  --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
}

.via-policyStatus-failed {
  --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
}

.via-policyStatus-waiting_policy {
  --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
}

.via-policyStatus-cancel {
  --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
}

.hover\:via-transparent:hover {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-current:hover {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-black:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-white:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-gray-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.hover\:via-gray-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.hover\:via-gray-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.hover\:via-gray-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.hover\:via-gray-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.hover\:via-gray-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.hover\:via-gray-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.hover\:via-gray-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.hover\:via-gray-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.hover\:via-gray-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.hover\:via-red-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.hover\:via-red-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.hover\:via-red-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.hover\:via-red-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.hover\:via-red-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.hover\:via-red-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.hover\:via-red-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.hover\:via-red-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.hover\:via-red-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.hover\:via-red-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.hover\:via-yellow-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.hover\:via-yellow-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.hover\:via-yellow-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.hover\:via-yellow-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.hover\:via-yellow-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.hover\:via-yellow-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.hover\:via-yellow-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.hover\:via-yellow-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.hover\:via-yellow-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.hover\:via-yellow-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.hover\:via-green-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.hover\:via-green-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.hover\:via-green-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.hover\:via-green-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.hover\:via-green-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.hover\:via-green-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.hover\:via-green-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.hover\:via-green-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.hover\:via-green-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.hover\:via-green-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.hover\:via-blue-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.hover\:via-blue-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.hover\:via-blue-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.hover\:via-blue-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.hover\:via-blue-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.hover\:via-blue-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.hover\:via-blue-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.hover\:via-blue-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.hover\:via-blue-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.hover\:via-blue-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.hover\:via-indigo-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.hover\:via-indigo-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.hover\:via-indigo-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.hover\:via-indigo-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.hover\:via-indigo-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.hover\:via-indigo-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.hover\:via-indigo-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.hover\:via-indigo-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.hover\:via-indigo-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.hover\:via-indigo-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.hover\:via-purple-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.hover\:via-purple-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.hover\:via-purple-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.hover\:via-purple-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.hover\:via-purple-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.hover\:via-purple-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.hover\:via-purple-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.hover\:via-purple-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.hover\:via-purple-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.hover\:via-purple-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.hover\:via-pink-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.hover\:via-pink-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.hover\:via-pink-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.hover\:via-pink-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.hover\:via-pink-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.hover\:via-pink-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.hover\:via-pink-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.hover\:via-pink-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.hover\:via-pink-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.hover\:via-pink-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.hover\:via-primary-color:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
}

.hover\:via-primary-color-dark:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
}

.hover\:via-secondary-color:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
}

.hover\:via-custom-gray-sm:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
}

.hover\:via-custom-gray-sm2:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
}

.hover\:via-custom-gray-md:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
}

.hover\:via-custom-navy-dark:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
}

.hover\:via-dark-blue:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
}

.hover\:via-primary:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
}

.hover\:via-secondary-1:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
}

.hover\:via-secondary-2:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
}

.hover\:via-secondary-3:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
}

.hover\:via-secondary:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
}

.hover\:via-secondary-dark:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
}

.hover\:via-secondary-light:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
}

.hover\:via-grayCustom-1:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
}

.hover\:via-grayCustom-2:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
}

.hover\:via-grayCustom-3:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
}

.hover\:via-grayCustom-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
}

.hover\:via-grayCustom:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
}

.hover\:via-grayCustom-dark:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
}

.hover\:via-grayCustom-light:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
}

.hover\:via-grayCustom-hover:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
}

.hover\:via-error:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
}

.hover\:via-error-light:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
}

.hover\:via-warning:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
}

.hover\:via-warning-light:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
}

.hover\:via-success:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
}

.hover\:via-success-light:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
}

.hover\:via-status-open:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-status-waiting_payment:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
}

.hover\:via-status-completed:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
}

.hover\:via-status-failed:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
}

.hover\:via-status-waiting_verify:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
}

.hover\:via-status-closed:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
}

.hover\:via-policyStatus-issuing:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-policyStatus-waiting_inspection:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
}

.hover\:via-policyStatus-success:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
}

.hover\:via-policyStatus-failed_inspection:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
}

.hover\:via-policyStatus-failed:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
}

.hover\:via-policyStatus-waiting_policy:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
}

.hover\:via-policyStatus-cancel:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
}

.focus\:via-transparent:focus {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-current:focus {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-black:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-white:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-gray-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.focus\:via-gray-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.focus\:via-gray-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.focus\:via-gray-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.focus\:via-gray-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.focus\:via-gray-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.focus\:via-gray-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.focus\:via-gray-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.focus\:via-gray-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.focus\:via-gray-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.focus\:via-red-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.focus\:via-red-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.focus\:via-red-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.focus\:via-red-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.focus\:via-red-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.focus\:via-red-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.focus\:via-red-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.focus\:via-red-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.focus\:via-red-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.focus\:via-red-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.focus\:via-yellow-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.focus\:via-yellow-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.focus\:via-yellow-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.focus\:via-yellow-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.focus\:via-yellow-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.focus\:via-yellow-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.focus\:via-yellow-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.focus\:via-yellow-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.focus\:via-yellow-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.focus\:via-yellow-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.focus\:via-green-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.focus\:via-green-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.focus\:via-green-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.focus\:via-green-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.focus\:via-green-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.focus\:via-green-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.focus\:via-green-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.focus\:via-green-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.focus\:via-green-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.focus\:via-green-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.focus\:via-blue-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.focus\:via-blue-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.focus\:via-blue-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.focus\:via-blue-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.focus\:via-blue-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.focus\:via-blue-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.focus\:via-blue-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.focus\:via-blue-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.focus\:via-blue-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.focus\:via-blue-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.focus\:via-indigo-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.focus\:via-indigo-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.focus\:via-indigo-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.focus\:via-indigo-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.focus\:via-indigo-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.focus\:via-indigo-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.focus\:via-indigo-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.focus\:via-indigo-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.focus\:via-indigo-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.focus\:via-indigo-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.focus\:via-purple-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.focus\:via-purple-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.focus\:via-purple-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.focus\:via-purple-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.focus\:via-purple-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.focus\:via-purple-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.focus\:via-purple-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.focus\:via-purple-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.focus\:via-purple-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.focus\:via-purple-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.focus\:via-pink-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.focus\:via-pink-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.focus\:via-pink-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.focus\:via-pink-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.focus\:via-pink-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.focus\:via-pink-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.focus\:via-pink-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.focus\:via-pink-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.focus\:via-pink-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.focus\:via-pink-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.focus\:via-primary-color:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
}

.focus\:via-primary-color-dark:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
}

.focus\:via-secondary-color:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
}

.focus\:via-custom-gray-sm:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
}

.focus\:via-custom-gray-sm2:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
}

.focus\:via-custom-gray-md:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
}

.focus\:via-custom-navy-dark:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
}

.focus\:via-dark-blue:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
}

.focus\:via-primary:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
}

.focus\:via-secondary-1:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
}

.focus\:via-secondary-2:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
}

.focus\:via-secondary-3:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
}

.focus\:via-secondary:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
}

.focus\:via-secondary-dark:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
}

.focus\:via-secondary-light:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
}

.focus\:via-grayCustom-1:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
}

.focus\:via-grayCustom-2:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
}

.focus\:via-grayCustom-3:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
}

.focus\:via-grayCustom-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
}

.focus\:via-grayCustom:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
}

.focus\:via-grayCustom-dark:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
}

.focus\:via-grayCustom-light:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
}

.focus\:via-grayCustom-hover:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
}

.focus\:via-error:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
}

.focus\:via-error-light:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
}

.focus\:via-warning:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
}

.focus\:via-warning-light:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
}

.focus\:via-success:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
}

.focus\:via-success-light:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
}

.focus\:via-status-open:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-status-waiting_payment:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
}

.focus\:via-status-completed:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
}

.focus\:via-status-failed:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
}

.focus\:via-status-waiting_verify:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
}

.focus\:via-status-closed:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
}

.focus\:via-policyStatus-issuing:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-policyStatus-waiting_inspection:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
}

.focus\:via-policyStatus-success:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
}

.focus\:via-policyStatus-failed_inspection:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
}

.focus\:via-policyStatus-failed:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
}

.focus\:via-policyStatus-waiting_policy:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
}

.focus\:via-policyStatus-cancel:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
}

.to-transparent {
  --tw-gradient-to: transparent;
}

.to-current {
  --tw-gradient-to: currentColor;
}

.to-black {
  --tw-gradient-to: #000;
}

.to-white {
  --tw-gradient-to: #fff;
}

.to-gray-50 {
  --tw-gradient-to: #f9fafb;
}

.to-gray-100 {
  --tw-gradient-to: #f3f4f6;
}

.to-gray-200 {
  --tw-gradient-to: #e5e7eb;
}

.to-gray-300 {
  --tw-gradient-to: #d1d5db;
}

.to-gray-400 {
  --tw-gradient-to: #9ca3af;
}

.to-gray-500 {
  --tw-gradient-to: #6b7280;
}

.to-gray-600 {
  --tw-gradient-to: #4b5563;
}

.to-gray-700 {
  --tw-gradient-to: #374151;
}

.to-gray-800 {
  --tw-gradient-to: #1f2937;
}

.to-gray-900 {
  --tw-gradient-to: #111827;
}

.to-red-50 {
  --tw-gradient-to: #fef2f2;
}

.to-red-100 {
  --tw-gradient-to: #fee2e2;
}

.to-red-200 {
  --tw-gradient-to: #fecaca;
}

.to-red-300 {
  --tw-gradient-to: #fca5a5;
}

.to-red-400 {
  --tw-gradient-to: #f87171;
}

.to-red-500 {
  --tw-gradient-to: #ef4444;
}

.to-red-600 {
  --tw-gradient-to: #dc2626;
}

.to-red-700 {
  --tw-gradient-to: #b91c1c;
}

.to-red-800 {
  --tw-gradient-to: #991b1b;
}

.to-red-900 {
  --tw-gradient-to: #7f1d1d;
}

.to-yellow-50 {
  --tw-gradient-to: #fffbeb;
}

.to-yellow-100 {
  --tw-gradient-to: #fef3c7;
}

.to-yellow-200 {
  --tw-gradient-to: #fde68a;
}

.to-yellow-300 {
  --tw-gradient-to: #fcd34d;
}

.to-yellow-400 {
  --tw-gradient-to: #fbbf24;
}

.to-yellow-500 {
  --tw-gradient-to: #f59e0b;
}

.to-yellow-600 {
  --tw-gradient-to: #d97706;
}

.to-yellow-700 {
  --tw-gradient-to: #b45309;
}

.to-yellow-800 {
  --tw-gradient-to: #92400e;
}

.to-yellow-900 {
  --tw-gradient-to: #78350f;
}

.to-green-50 {
  --tw-gradient-to: #ecfdf5;
}

.to-green-100 {
  --tw-gradient-to: #d1fae5;
}

.to-green-200 {
  --tw-gradient-to: #a7f3d0;
}

.to-green-300 {
  --tw-gradient-to: #6ee7b7;
}

.to-green-400 {
  --tw-gradient-to: #34d399;
}

.to-green-500 {
  --tw-gradient-to: #10b981;
}

.to-green-600 {
  --tw-gradient-to: #059669;
}

.to-green-700 {
  --tw-gradient-to: #047857;
}

.to-green-800 {
  --tw-gradient-to: #065f46;
}

.to-green-900 {
  --tw-gradient-to: #064e3b;
}

.to-blue-50 {
  --tw-gradient-to: #eff6ff;
}

.to-blue-100 {
  --tw-gradient-to: #dbeafe;
}

.to-blue-200 {
  --tw-gradient-to: #bfdbfe;
}

.to-blue-300 {
  --tw-gradient-to: #93c5fd;
}

.to-blue-400 {
  --tw-gradient-to: #60a5fa;
}

.to-blue-500 {
  --tw-gradient-to: #3b82f6;
}

.to-blue-600 {
  --tw-gradient-to: #2563eb;
}

.to-blue-700 {
  --tw-gradient-to: #1d4ed8;
}

.to-blue-800 {
  --tw-gradient-to: #1e40af;
}

.to-blue-900 {
  --tw-gradient-to: #1e3a8a;
}

.to-indigo-50 {
  --tw-gradient-to: #eef2ff;
}

.to-indigo-100 {
  --tw-gradient-to: #e0e7ff;
}

.to-indigo-200 {
  --tw-gradient-to: #c7d2fe;
}

.to-indigo-300 {
  --tw-gradient-to: #a5b4fc;
}

.to-indigo-400 {
  --tw-gradient-to: #818cf8;
}

.to-indigo-500 {
  --tw-gradient-to: #6366f1;
}

.to-indigo-600 {
  --tw-gradient-to: #4f46e5;
}

.to-indigo-700 {
  --tw-gradient-to: #4338ca;
}

.to-indigo-800 {
  --tw-gradient-to: #3730a3;
}

.to-indigo-900 {
  --tw-gradient-to: #312e81;
}

.to-purple-50 {
  --tw-gradient-to: #f5f3ff;
}

.to-purple-100 {
  --tw-gradient-to: #ede9fe;
}

.to-purple-200 {
  --tw-gradient-to: #ddd6fe;
}

.to-purple-300 {
  --tw-gradient-to: #c4b5fd;
}

.to-purple-400 {
  --tw-gradient-to: #a78bfa;
}

.to-purple-500 {
  --tw-gradient-to: #8b5cf6;
}

.to-purple-600 {
  --tw-gradient-to: #7c3aed;
}

.to-purple-700 {
  --tw-gradient-to: #6d28d9;
}

.to-purple-800 {
  --tw-gradient-to: #5b21b6;
}

.to-purple-900 {
  --tw-gradient-to: #4c1d95;
}

.to-pink-50 {
  --tw-gradient-to: #fdf2f8;
}

.to-pink-100 {
  --tw-gradient-to: #fce7f3;
}

.to-pink-200 {
  --tw-gradient-to: #fbcfe8;
}

.to-pink-300 {
  --tw-gradient-to: #f9a8d4;
}

.to-pink-400 {
  --tw-gradient-to: #f472b6;
}

.to-pink-500 {
  --tw-gradient-to: #ec4899;
}

.to-pink-600 {
  --tw-gradient-to: #db2777;
}

.to-pink-700 {
  --tw-gradient-to: #be185d;
}

.to-pink-800 {
  --tw-gradient-to: #9d174d;
}

.to-pink-900 {
  --tw-gradient-to: #831843;
}

.to-primary-color {
  --tw-gradient-to: #eb008b;
}

.to-primary-color-dark {
  --tw-gradient-to: #c90068;
}

.to-secondary-color {
  --tw-gradient-to: #112e42;
}

.to-custom-gray-sm {
  --tw-gradient-to: #f1f4f6;
}

.to-custom-gray-sm2 {
  --tw-gradient-to: #f1f2f3;
}

.to-custom-gray-md {
  --tw-gradient-to: #848484;
}

.to-custom-navy-dark {
  --tw-gradient-to: #112e42;
}

.to-dark-blue {
  --tw-gradient-to: #112E42;
}

.to-primary {
  --tw-gradient-to: #192D40;
}

.to-secondary-1 {
  --tw-gradient-to: #E6007E;
}

.to-secondary-2 {
  --tw-gradient-to: #D6D564;
}

.to-secondary-3 {
  --tw-gradient-to: #FCFCCD;
}

.to-secondary {
  --tw-gradient-to: #E6007E;
}

.to-secondary-dark {
  --tw-gradient-to: #C11A7D;
}

.to-secondary-light {
  --tw-gradient-to: #FBCEE9;
}

.to-grayCustom-1 {
  --tw-gradient-to: #4F4F4F;
}

.to-grayCustom-2 {
  --tw-gradient-to: #C4C4C4;
}

.to-grayCustom-3 {
  --tw-gradient-to: #F9F9F9;
}

.to-grayCustom-800 {
  --tw-gradient-to: #4F4F4F;
}

.to-grayCustom {
  --tw-gradient-to: #C4C4C4;
}

.to-grayCustom-dark {
  --tw-gradient-to: #4F4F4F;
}

.to-grayCustom-light {
  --tw-gradient-to: #F9F9F9;
}

.to-grayCustom-hover {
  --tw-gradient-to: #9F9F9F;
}

.to-error {
  --tw-gradient-to: #FF206E;
}

.to-error-light {
  --tw-gradient-to: #FDE8EA;
}

.to-warning {
  --tw-gradient-to: #FFAE14;
}

.to-warning-light {
  --tw-gradient-to: #FFF6E5;
}

.to-success {
  --tw-gradient-to: #2DD881;
}

.to-success-light {
  --tw-gradient-to: #E9FBF2;
}

.to-status-open {
  --tw-gradient-to: #FFF;
}

.to-status-waiting_payment {
  --tw-gradient-to: #ffae14;
}

.to-status-completed {
  --tw-gradient-to: #54c1bb;
}

.to-status-failed {
  --tw-gradient-to: #e8556b;
}

.to-status-waiting_verify {
  --tw-gradient-to: #ffae14;
}

.to-status-closed {
  --tw-gradient-to: #c4c4c4;
}

.to-policyStatus-issuing {
  --tw-gradient-to: #FFF;
}

.to-policyStatus-waiting_inspection {
  --tw-gradient-to: #ffae14;
}

.to-policyStatus-success {
  --tw-gradient-to: #54c1bb;
}

.to-policyStatus-failed_inspection {
  --tw-gradient-to: #e8556b;
}

.to-policyStatus-failed {
  --tw-gradient-to: #e8556b;
}

.to-policyStatus-waiting_policy {
  --tw-gradient-to: #ffae14;
}

.to-policyStatus-cancel {
  --tw-gradient-to: #c4c4c4;
}

.hover\:to-transparent:hover {
  --tw-gradient-to: transparent;
}

.hover\:to-current:hover {
  --tw-gradient-to: currentColor;
}

.hover\:to-black:hover {
  --tw-gradient-to: #000;
}

.hover\:to-white:hover {
  --tw-gradient-to: #fff;
}

.hover\:to-gray-50:hover {
  --tw-gradient-to: #f9fafb;
}

.hover\:to-gray-100:hover {
  --tw-gradient-to: #f3f4f6;
}

.hover\:to-gray-200:hover {
  --tw-gradient-to: #e5e7eb;
}

.hover\:to-gray-300:hover {
  --tw-gradient-to: #d1d5db;
}

.hover\:to-gray-400:hover {
  --tw-gradient-to: #9ca3af;
}

.hover\:to-gray-500:hover {
  --tw-gradient-to: #6b7280;
}

.hover\:to-gray-600:hover {
  --tw-gradient-to: #4b5563;
}

.hover\:to-gray-700:hover {
  --tw-gradient-to: #374151;
}

.hover\:to-gray-800:hover {
  --tw-gradient-to: #1f2937;
}

.hover\:to-gray-900:hover {
  --tw-gradient-to: #111827;
}

.hover\:to-red-50:hover {
  --tw-gradient-to: #fef2f2;
}

.hover\:to-red-100:hover {
  --tw-gradient-to: #fee2e2;
}

.hover\:to-red-200:hover {
  --tw-gradient-to: #fecaca;
}

.hover\:to-red-300:hover {
  --tw-gradient-to: #fca5a5;
}

.hover\:to-red-400:hover {
  --tw-gradient-to: #f87171;
}

.hover\:to-red-500:hover {
  --tw-gradient-to: #ef4444;
}

.hover\:to-red-600:hover {
  --tw-gradient-to: #dc2626;
}

.hover\:to-red-700:hover {
  --tw-gradient-to: #b91c1c;
}

.hover\:to-red-800:hover {
  --tw-gradient-to: #991b1b;
}

.hover\:to-red-900:hover {
  --tw-gradient-to: #7f1d1d;
}

.hover\:to-yellow-50:hover {
  --tw-gradient-to: #fffbeb;
}

.hover\:to-yellow-100:hover {
  --tw-gradient-to: #fef3c7;
}

.hover\:to-yellow-200:hover {
  --tw-gradient-to: #fde68a;
}

.hover\:to-yellow-300:hover {
  --tw-gradient-to: #fcd34d;
}

.hover\:to-yellow-400:hover {
  --tw-gradient-to: #fbbf24;
}

.hover\:to-yellow-500:hover {
  --tw-gradient-to: #f59e0b;
}

.hover\:to-yellow-600:hover {
  --tw-gradient-to: #d97706;
}

.hover\:to-yellow-700:hover {
  --tw-gradient-to: #b45309;
}

.hover\:to-yellow-800:hover {
  --tw-gradient-to: #92400e;
}

.hover\:to-yellow-900:hover {
  --tw-gradient-to: #78350f;
}

.hover\:to-green-50:hover {
  --tw-gradient-to: #ecfdf5;
}

.hover\:to-green-100:hover {
  --tw-gradient-to: #d1fae5;
}

.hover\:to-green-200:hover {
  --tw-gradient-to: #a7f3d0;
}

.hover\:to-green-300:hover {
  --tw-gradient-to: #6ee7b7;
}

.hover\:to-green-400:hover {
  --tw-gradient-to: #34d399;
}

.hover\:to-green-500:hover {
  --tw-gradient-to: #10b981;
}

.hover\:to-green-600:hover {
  --tw-gradient-to: #059669;
}

.hover\:to-green-700:hover {
  --tw-gradient-to: #047857;
}

.hover\:to-green-800:hover {
  --tw-gradient-to: #065f46;
}

.hover\:to-green-900:hover {
  --tw-gradient-to: #064e3b;
}

.hover\:to-blue-50:hover {
  --tw-gradient-to: #eff6ff;
}

.hover\:to-blue-100:hover {
  --tw-gradient-to: #dbeafe;
}

.hover\:to-blue-200:hover {
  --tw-gradient-to: #bfdbfe;
}

.hover\:to-blue-300:hover {
  --tw-gradient-to: #93c5fd;
}

.hover\:to-blue-400:hover {
  --tw-gradient-to: #60a5fa;
}

.hover\:to-blue-500:hover {
  --tw-gradient-to: #3b82f6;
}

.hover\:to-blue-600:hover {
  --tw-gradient-to: #2563eb;
}

.hover\:to-blue-700:hover {
  --tw-gradient-to: #1d4ed8;
}

.hover\:to-blue-800:hover {
  --tw-gradient-to: #1e40af;
}

.hover\:to-blue-900:hover {
  --tw-gradient-to: #1e3a8a;
}

.hover\:to-indigo-50:hover {
  --tw-gradient-to: #eef2ff;
}

.hover\:to-indigo-100:hover {
  --tw-gradient-to: #e0e7ff;
}

.hover\:to-indigo-200:hover {
  --tw-gradient-to: #c7d2fe;
}

.hover\:to-indigo-300:hover {
  --tw-gradient-to: #a5b4fc;
}

.hover\:to-indigo-400:hover {
  --tw-gradient-to: #818cf8;
}

.hover\:to-indigo-500:hover {
  --tw-gradient-to: #6366f1;
}

.hover\:to-indigo-600:hover {
  --tw-gradient-to: #4f46e5;
}

.hover\:to-indigo-700:hover {
  --tw-gradient-to: #4338ca;
}

.hover\:to-indigo-800:hover {
  --tw-gradient-to: #3730a3;
}

.hover\:to-indigo-900:hover {
  --tw-gradient-to: #312e81;
}

.hover\:to-purple-50:hover {
  --tw-gradient-to: #f5f3ff;
}

.hover\:to-purple-100:hover {
  --tw-gradient-to: #ede9fe;
}

.hover\:to-purple-200:hover {
  --tw-gradient-to: #ddd6fe;
}

.hover\:to-purple-300:hover {
  --tw-gradient-to: #c4b5fd;
}

.hover\:to-purple-400:hover {
  --tw-gradient-to: #a78bfa;
}

.hover\:to-purple-500:hover {
  --tw-gradient-to: #8b5cf6;
}

.hover\:to-purple-600:hover {
  --tw-gradient-to: #7c3aed;
}

.hover\:to-purple-700:hover {
  --tw-gradient-to: #6d28d9;
}

.hover\:to-purple-800:hover {
  --tw-gradient-to: #5b21b6;
}

.hover\:to-purple-900:hover {
  --tw-gradient-to: #4c1d95;
}

.hover\:to-pink-50:hover {
  --tw-gradient-to: #fdf2f8;
}

.hover\:to-pink-100:hover {
  --tw-gradient-to: #fce7f3;
}

.hover\:to-pink-200:hover {
  --tw-gradient-to: #fbcfe8;
}

.hover\:to-pink-300:hover {
  --tw-gradient-to: #f9a8d4;
}

.hover\:to-pink-400:hover {
  --tw-gradient-to: #f472b6;
}

.hover\:to-pink-500:hover {
  --tw-gradient-to: #ec4899;
}

.hover\:to-pink-600:hover {
  --tw-gradient-to: #db2777;
}

.hover\:to-pink-700:hover {
  --tw-gradient-to: #be185d;
}

.hover\:to-pink-800:hover {
  --tw-gradient-to: #9d174d;
}

.hover\:to-pink-900:hover {
  --tw-gradient-to: #831843;
}

.hover\:to-primary-color:hover {
  --tw-gradient-to: #eb008b;
}

.hover\:to-primary-color-dark:hover {
  --tw-gradient-to: #c90068;
}

.hover\:to-secondary-color:hover {
  --tw-gradient-to: #112e42;
}

.hover\:to-custom-gray-sm:hover {
  --tw-gradient-to: #f1f4f6;
}

.hover\:to-custom-gray-sm2:hover {
  --tw-gradient-to: #f1f2f3;
}

.hover\:to-custom-gray-md:hover {
  --tw-gradient-to: #848484;
}

.hover\:to-custom-navy-dark:hover {
  --tw-gradient-to: #112e42;
}

.hover\:to-dark-blue:hover {
  --tw-gradient-to: #112E42;
}

.hover\:to-primary:hover {
  --tw-gradient-to: #192D40;
}

.hover\:to-secondary-1:hover {
  --tw-gradient-to: #E6007E;
}

.hover\:to-secondary-2:hover {
  --tw-gradient-to: #D6D564;
}

.hover\:to-secondary-3:hover {
  --tw-gradient-to: #FCFCCD;
}

.hover\:to-secondary:hover {
  --tw-gradient-to: #E6007E;
}

.hover\:to-secondary-dark:hover {
  --tw-gradient-to: #C11A7D;
}

.hover\:to-secondary-light:hover {
  --tw-gradient-to: #FBCEE9;
}

.hover\:to-grayCustom-1:hover {
  --tw-gradient-to: #4F4F4F;
}

.hover\:to-grayCustom-2:hover {
  --tw-gradient-to: #C4C4C4;
}

.hover\:to-grayCustom-3:hover {
  --tw-gradient-to: #F9F9F9;
}

.hover\:to-grayCustom-800:hover {
  --tw-gradient-to: #4F4F4F;
}

.hover\:to-grayCustom:hover {
  --tw-gradient-to: #C4C4C4;
}

.hover\:to-grayCustom-dark:hover {
  --tw-gradient-to: #4F4F4F;
}

.hover\:to-grayCustom-light:hover {
  --tw-gradient-to: #F9F9F9;
}

.hover\:to-grayCustom-hover:hover {
  --tw-gradient-to: #9F9F9F;
}

.hover\:to-error:hover {
  --tw-gradient-to: #FF206E;
}

.hover\:to-error-light:hover {
  --tw-gradient-to: #FDE8EA;
}

.hover\:to-warning:hover {
  --tw-gradient-to: #FFAE14;
}

.hover\:to-warning-light:hover {
  --tw-gradient-to: #FFF6E5;
}

.hover\:to-success:hover {
  --tw-gradient-to: #2DD881;
}

.hover\:to-success-light:hover {
  --tw-gradient-to: #E9FBF2;
}

.hover\:to-status-open:hover {
  --tw-gradient-to: #FFF;
}

.hover\:to-status-waiting_payment:hover {
  --tw-gradient-to: #ffae14;
}

.hover\:to-status-completed:hover {
  --tw-gradient-to: #54c1bb;
}

.hover\:to-status-failed:hover {
  --tw-gradient-to: #e8556b;
}

.hover\:to-status-waiting_verify:hover {
  --tw-gradient-to: #ffae14;
}

.hover\:to-status-closed:hover {
  --tw-gradient-to: #c4c4c4;
}

.hover\:to-policyStatus-issuing:hover {
  --tw-gradient-to: #FFF;
}

.hover\:to-policyStatus-waiting_inspection:hover {
  --tw-gradient-to: #ffae14;
}

.hover\:to-policyStatus-success:hover {
  --tw-gradient-to: #54c1bb;
}

.hover\:to-policyStatus-failed_inspection:hover {
  --tw-gradient-to: #e8556b;
}

.hover\:to-policyStatus-failed:hover {
  --tw-gradient-to: #e8556b;
}

.hover\:to-policyStatus-waiting_policy:hover {
  --tw-gradient-to: #ffae14;
}

.hover\:to-policyStatus-cancel:hover {
  --tw-gradient-to: #c4c4c4;
}

.focus\:to-transparent:focus {
  --tw-gradient-to: transparent;
}

.focus\:to-current:focus {
  --tw-gradient-to: currentColor;
}

.focus\:to-black:focus {
  --tw-gradient-to: #000;
}

.focus\:to-white:focus {
  --tw-gradient-to: #fff;
}

.focus\:to-gray-50:focus {
  --tw-gradient-to: #f9fafb;
}

.focus\:to-gray-100:focus {
  --tw-gradient-to: #f3f4f6;
}

.focus\:to-gray-200:focus {
  --tw-gradient-to: #e5e7eb;
}

.focus\:to-gray-300:focus {
  --tw-gradient-to: #d1d5db;
}

.focus\:to-gray-400:focus {
  --tw-gradient-to: #9ca3af;
}

.focus\:to-gray-500:focus {
  --tw-gradient-to: #6b7280;
}

.focus\:to-gray-600:focus {
  --tw-gradient-to: #4b5563;
}

.focus\:to-gray-700:focus {
  --tw-gradient-to: #374151;
}

.focus\:to-gray-800:focus {
  --tw-gradient-to: #1f2937;
}

.focus\:to-gray-900:focus {
  --tw-gradient-to: #111827;
}

.focus\:to-red-50:focus {
  --tw-gradient-to: #fef2f2;
}

.focus\:to-red-100:focus {
  --tw-gradient-to: #fee2e2;
}

.focus\:to-red-200:focus {
  --tw-gradient-to: #fecaca;
}

.focus\:to-red-300:focus {
  --tw-gradient-to: #fca5a5;
}

.focus\:to-red-400:focus {
  --tw-gradient-to: #f87171;
}

.focus\:to-red-500:focus {
  --tw-gradient-to: #ef4444;
}

.focus\:to-red-600:focus {
  --tw-gradient-to: #dc2626;
}

.focus\:to-red-700:focus {
  --tw-gradient-to: #b91c1c;
}

.focus\:to-red-800:focus {
  --tw-gradient-to: #991b1b;
}

.focus\:to-red-900:focus {
  --tw-gradient-to: #7f1d1d;
}

.focus\:to-yellow-50:focus {
  --tw-gradient-to: #fffbeb;
}

.focus\:to-yellow-100:focus {
  --tw-gradient-to: #fef3c7;
}

.focus\:to-yellow-200:focus {
  --tw-gradient-to: #fde68a;
}

.focus\:to-yellow-300:focus {
  --tw-gradient-to: #fcd34d;
}

.focus\:to-yellow-400:focus {
  --tw-gradient-to: #fbbf24;
}

.focus\:to-yellow-500:focus {
  --tw-gradient-to: #f59e0b;
}

.focus\:to-yellow-600:focus {
  --tw-gradient-to: #d97706;
}

.focus\:to-yellow-700:focus {
  --tw-gradient-to: #b45309;
}

.focus\:to-yellow-800:focus {
  --tw-gradient-to: #92400e;
}

.focus\:to-yellow-900:focus {
  --tw-gradient-to: #78350f;
}

.focus\:to-green-50:focus {
  --tw-gradient-to: #ecfdf5;
}

.focus\:to-green-100:focus {
  --tw-gradient-to: #d1fae5;
}

.focus\:to-green-200:focus {
  --tw-gradient-to: #a7f3d0;
}

.focus\:to-green-300:focus {
  --tw-gradient-to: #6ee7b7;
}

.focus\:to-green-400:focus {
  --tw-gradient-to: #34d399;
}

.focus\:to-green-500:focus {
  --tw-gradient-to: #10b981;
}

.focus\:to-green-600:focus {
  --tw-gradient-to: #059669;
}

.focus\:to-green-700:focus {
  --tw-gradient-to: #047857;
}

.focus\:to-green-800:focus {
  --tw-gradient-to: #065f46;
}

.focus\:to-green-900:focus {
  --tw-gradient-to: #064e3b;
}

.focus\:to-blue-50:focus {
  --tw-gradient-to: #eff6ff;
}

.focus\:to-blue-100:focus {
  --tw-gradient-to: #dbeafe;
}

.focus\:to-blue-200:focus {
  --tw-gradient-to: #bfdbfe;
}

.focus\:to-blue-300:focus {
  --tw-gradient-to: #93c5fd;
}

.focus\:to-blue-400:focus {
  --tw-gradient-to: #60a5fa;
}

.focus\:to-blue-500:focus {
  --tw-gradient-to: #3b82f6;
}

.focus\:to-blue-600:focus {
  --tw-gradient-to: #2563eb;
}

.focus\:to-blue-700:focus {
  --tw-gradient-to: #1d4ed8;
}

.focus\:to-blue-800:focus {
  --tw-gradient-to: #1e40af;
}

.focus\:to-blue-900:focus {
  --tw-gradient-to: #1e3a8a;
}

.focus\:to-indigo-50:focus {
  --tw-gradient-to: #eef2ff;
}

.focus\:to-indigo-100:focus {
  --tw-gradient-to: #e0e7ff;
}

.focus\:to-indigo-200:focus {
  --tw-gradient-to: #c7d2fe;
}

.focus\:to-indigo-300:focus {
  --tw-gradient-to: #a5b4fc;
}

.focus\:to-indigo-400:focus {
  --tw-gradient-to: #818cf8;
}

.focus\:to-indigo-500:focus {
  --tw-gradient-to: #6366f1;
}

.focus\:to-indigo-600:focus {
  --tw-gradient-to: #4f46e5;
}

.focus\:to-indigo-700:focus {
  --tw-gradient-to: #4338ca;
}

.focus\:to-indigo-800:focus {
  --tw-gradient-to: #3730a3;
}

.focus\:to-indigo-900:focus {
  --tw-gradient-to: #312e81;
}

.focus\:to-purple-50:focus {
  --tw-gradient-to: #f5f3ff;
}

.focus\:to-purple-100:focus {
  --tw-gradient-to: #ede9fe;
}

.focus\:to-purple-200:focus {
  --tw-gradient-to: #ddd6fe;
}

.focus\:to-purple-300:focus {
  --tw-gradient-to: #c4b5fd;
}

.focus\:to-purple-400:focus {
  --tw-gradient-to: #a78bfa;
}

.focus\:to-purple-500:focus {
  --tw-gradient-to: #8b5cf6;
}

.focus\:to-purple-600:focus {
  --tw-gradient-to: #7c3aed;
}

.focus\:to-purple-700:focus {
  --tw-gradient-to: #6d28d9;
}

.focus\:to-purple-800:focus {
  --tw-gradient-to: #5b21b6;
}

.focus\:to-purple-900:focus {
  --tw-gradient-to: #4c1d95;
}

.focus\:to-pink-50:focus {
  --tw-gradient-to: #fdf2f8;
}

.focus\:to-pink-100:focus {
  --tw-gradient-to: #fce7f3;
}

.focus\:to-pink-200:focus {
  --tw-gradient-to: #fbcfe8;
}

.focus\:to-pink-300:focus {
  --tw-gradient-to: #f9a8d4;
}

.focus\:to-pink-400:focus {
  --tw-gradient-to: #f472b6;
}

.focus\:to-pink-500:focus {
  --tw-gradient-to: #ec4899;
}

.focus\:to-pink-600:focus {
  --tw-gradient-to: #db2777;
}

.focus\:to-pink-700:focus {
  --tw-gradient-to: #be185d;
}

.focus\:to-pink-800:focus {
  --tw-gradient-to: #9d174d;
}

.focus\:to-pink-900:focus {
  --tw-gradient-to: #831843;
}

.focus\:to-primary-color:focus {
  --tw-gradient-to: #eb008b;
}

.focus\:to-primary-color-dark:focus {
  --tw-gradient-to: #c90068;
}

.focus\:to-secondary-color:focus {
  --tw-gradient-to: #112e42;
}

.focus\:to-custom-gray-sm:focus {
  --tw-gradient-to: #f1f4f6;
}

.focus\:to-custom-gray-sm2:focus {
  --tw-gradient-to: #f1f2f3;
}

.focus\:to-custom-gray-md:focus {
  --tw-gradient-to: #848484;
}

.focus\:to-custom-navy-dark:focus {
  --tw-gradient-to: #112e42;
}

.focus\:to-dark-blue:focus {
  --tw-gradient-to: #112E42;
}

.focus\:to-primary:focus {
  --tw-gradient-to: #192D40;
}

.focus\:to-secondary-1:focus {
  --tw-gradient-to: #E6007E;
}

.focus\:to-secondary-2:focus {
  --tw-gradient-to: #D6D564;
}

.focus\:to-secondary-3:focus {
  --tw-gradient-to: #FCFCCD;
}

.focus\:to-secondary:focus {
  --tw-gradient-to: #E6007E;
}

.focus\:to-secondary-dark:focus {
  --tw-gradient-to: #C11A7D;
}

.focus\:to-secondary-light:focus {
  --tw-gradient-to: #FBCEE9;
}

.focus\:to-grayCustom-1:focus {
  --tw-gradient-to: #4F4F4F;
}

.focus\:to-grayCustom-2:focus {
  --tw-gradient-to: #C4C4C4;
}

.focus\:to-grayCustom-3:focus {
  --tw-gradient-to: #F9F9F9;
}

.focus\:to-grayCustom-800:focus {
  --tw-gradient-to: #4F4F4F;
}

.focus\:to-grayCustom:focus {
  --tw-gradient-to: #C4C4C4;
}

.focus\:to-grayCustom-dark:focus {
  --tw-gradient-to: #4F4F4F;
}

.focus\:to-grayCustom-light:focus {
  --tw-gradient-to: #F9F9F9;
}

.focus\:to-grayCustom-hover:focus {
  --tw-gradient-to: #9F9F9F;
}

.focus\:to-error:focus {
  --tw-gradient-to: #FF206E;
}

.focus\:to-error-light:focus {
  --tw-gradient-to: #FDE8EA;
}

.focus\:to-warning:focus {
  --tw-gradient-to: #FFAE14;
}

.focus\:to-warning-light:focus {
  --tw-gradient-to: #FFF6E5;
}

.focus\:to-success:focus {
  --tw-gradient-to: #2DD881;
}

.focus\:to-success-light:focus {
  --tw-gradient-to: #E9FBF2;
}

.focus\:to-status-open:focus {
  --tw-gradient-to: #FFF;
}

.focus\:to-status-waiting_payment:focus {
  --tw-gradient-to: #ffae14;
}

.focus\:to-status-completed:focus {
  --tw-gradient-to: #54c1bb;
}

.focus\:to-status-failed:focus {
  --tw-gradient-to: #e8556b;
}

.focus\:to-status-waiting_verify:focus {
  --tw-gradient-to: #ffae14;
}

.focus\:to-status-closed:focus {
  --tw-gradient-to: #c4c4c4;
}

.focus\:to-policyStatus-issuing:focus {
  --tw-gradient-to: #FFF;
}

.focus\:to-policyStatus-waiting_inspection:focus {
  --tw-gradient-to: #ffae14;
}

.focus\:to-policyStatus-success:focus {
  --tw-gradient-to: #54c1bb;
}

.focus\:to-policyStatus-failed_inspection:focus {
  --tw-gradient-to: #e8556b;
}

.focus\:to-policyStatus-failed:focus {
  --tw-gradient-to: #e8556b;
}

.focus\:to-policyStatus-waiting_policy:focus {
  --tw-gradient-to: #ffae14;
}

.focus\:to-policyStatus-cancel:focus {
  --tw-gradient-to: #c4c4c4;
}

.decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.bg-auto {
  background-size: auto;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-local {
  background-attachment: local;
}

.bg-scroll {
  background-attachment: scroll;
}

.bg-clip-border {
  background-clip: border-box;
}

.bg-clip-padding {
  background-clip: padding-box;
}

.bg-clip-content {
  background-clip: content-box;
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-left {
  background-position: left;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-left-top {
  background-position: left top;
}

.bg-right {
  background-position: right;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

.bg-top {
  background-position: top;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.bg-repeat-round {
  background-repeat: round;
}

.bg-repeat-space {
  background-repeat: space;
}

.bg-origin-border {
  background-origin: border-box;
}

.bg-origin-padding {
  background-origin: padding-box;
}

.bg-origin-content {
  background-origin: content-box;
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-0 {
  stroke-width: 0;
}

.stroke-1 {
  stroke-width: 1;
}

.stroke-2 {
  stroke-width: 2;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.object-none {
  -o-object-fit: none;
     object-fit: none;
}

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-left {
  -o-object-position: left;
     object-position: left;
}

.object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.object-left-top {
  -o-object-position: left top;
     object-position: left top;
}

.object-right {
  -o-object-position: right;
     object-position: right;
}

.object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.object-right-top {
  -o-object-position: right top;
     object-position: right top;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 5px;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-10 {
  padding: 10px;
}

.p-11 {
  padding: 2.75rem;
}

.p-12 {
  padding: 3rem;
}

.p-14 {
  padding: 14px;
}

.p-16 {
  padding: 16px;
}

.p-20 {
  padding: 20px;
}

.p-24 {
  padding: 24px;
}

.p-28 {
  padding: 7rem;
}

.p-30 {
  padding: 30px;
}

.p-32 {
  padding: 8rem;
}

.p-36 {
  padding: 9rem;
}

.p-40 {
  padding: 10rem;
}

.p-44 {
  padding: 11rem;
}

.p-48 {
  padding: 48px;
}

.p-52 {
  padding: 13rem;
}

.p-56 {
  padding: 14rem;
}

.p-60 {
  padding: 60px;
}

.p-64 {
  padding: 16rem;
}

.p-72 {
  padding: 18rem;
}

.p-80 {
  padding: 20rem;
}

.p-95 {
  padding: 95px;
}

.p-96 {
  padding: 24rem;
}

.p-120 {
  padding: 120px;
}

.p-190 {
  padding: 190px;
}

.p-px {
  padding: 1px;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3\.5 {
  padding: 0.875rem;
}

.p-30\% {
  padding: 30%;
}

.p-7\.5r {
  padding: 1.875rem;
}

.hover\:p-0:hover {
  padding: 0;
}

.hover\:p-1:hover {
  padding: 0.25rem;
}

.hover\:p-2:hover {
  padding: 0.5rem;
}

.hover\:p-3:hover {
  padding: 0.75rem;
}

.hover\:p-4:hover {
  padding: 1rem;
}

.hover\:p-5:hover {
  padding: 5px;
}

.hover\:p-6:hover {
  padding: 1.5rem;
}

.hover\:p-7:hover {
  padding: 1.75rem;
}

.hover\:p-8:hover {
  padding: 2rem;
}

.hover\:p-9:hover {
  padding: 2.25rem;
}

.hover\:p-10:hover {
  padding: 10px;
}

.hover\:p-11:hover {
  padding: 2.75rem;
}

.hover\:p-12:hover {
  padding: 3rem;
}

.hover\:p-14:hover {
  padding: 14px;
}

.hover\:p-16:hover {
  padding: 16px;
}

.hover\:p-20:hover {
  padding: 20px;
}

.hover\:p-24:hover {
  padding: 24px;
}

.hover\:p-28:hover {
  padding: 7rem;
}

.hover\:p-30:hover {
  padding: 30px;
}

.hover\:p-32:hover {
  padding: 8rem;
}

.hover\:p-36:hover {
  padding: 9rem;
}

.hover\:p-40:hover {
  padding: 10rem;
}

.hover\:p-44:hover {
  padding: 11rem;
}

.hover\:p-48:hover {
  padding: 48px;
}

.hover\:p-52:hover {
  padding: 13rem;
}

.hover\:p-56:hover {
  padding: 14rem;
}

.hover\:p-60:hover {
  padding: 60px;
}

.hover\:p-64:hover {
  padding: 16rem;
}

.hover\:p-72:hover {
  padding: 18rem;
}

.hover\:p-80:hover {
  padding: 20rem;
}

.hover\:p-95:hover {
  padding: 95px;
}

.hover\:p-96:hover {
  padding: 24rem;
}

.hover\:p-120:hover {
  padding: 120px;
}

.hover\:p-190:hover {
  padding: 190px;
}

.hover\:p-px:hover {
  padding: 1px;
}

.hover\:p-0\.5:hover {
  padding: 0.125rem;
}

.hover\:p-1\.5:hover {
  padding: 0.375rem;
}

.hover\:p-2\.5:hover {
  padding: 0.625rem;
}

.hover\:p-3\.5:hover {
  padding: 0.875rem;
}

.hover\:p-30\%:hover {
  padding: 30%;
}

.hover\:p-7\.5r:hover {
  padding: 1.875rem;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

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

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

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

.px-14 {
  padding-left: 14px;
  padding-right: 14px;
}

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

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

.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.px-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}

.px-48 {
  padding-left: 48px;
  padding-right: 48px;
}

.px-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.px-72 {
  padding-left: 18rem;
  padding-right: 18rem;
}

.px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.px-95 {
  padding-left: 95px;
  padding-right: 95px;
}

.px-96 {
  padding-left: 24rem;
  padding-right: 24rem;
}

.px-120 {
  padding-left: 120px;
  padding-right: 120px;
}

.px-190 {
  padding-left: 190px;
  padding-right: 190px;
}

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

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

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

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

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-30\% {
  padding-left: 30%;
  padding-right: 30%;
}

.px-7\.5r {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

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

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

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

.py-14 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.py-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.py-190 {
  padding-top: 190px;
  padding-bottom: 190px;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-30\% {
  padding-top: 30%;
  padding-bottom: 30%;
}

.py-7\.5r {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

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

.hover\:px-1:hover {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

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

.hover\:px-3:hover {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.hover\:px-4:hover {
  padding-left: 1rem;
  padding-right: 1rem;
}

.hover\:px-5:hover {
  padding-left: 5px;
  padding-right: 5px;
}

.hover\:px-6:hover {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.hover\:px-7:hover {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.hover\:px-8:hover {
  padding-left: 2rem;
  padding-right: 2rem;
}

.hover\:px-9:hover {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.hover\:px-10:hover {
  padding-left: 10px;
  padding-right: 10px;
}

.hover\:px-11:hover {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.hover\:px-12:hover {
  padding-left: 3rem;
  padding-right: 3rem;
}

.hover\:px-14:hover {
  padding-left: 14px;
  padding-right: 14px;
}

.hover\:px-16:hover {
  padding-left: 16px;
  padding-right: 16px;
}

.hover\:px-20:hover {
  padding-left: 20px;
  padding-right: 20px;
}

.hover\:px-24:hover {
  padding-left: 24px;
  padding-right: 24px;
}

.hover\:px-28:hover {
  padding-left: 7rem;
  padding-right: 7rem;
}

.hover\:px-30:hover {
  padding-left: 30px;
  padding-right: 30px;
}

.hover\:px-32:hover {
  padding-left: 8rem;
  padding-right: 8rem;
}

.hover\:px-36:hover {
  padding-left: 9rem;
  padding-right: 9rem;
}

.hover\:px-40:hover {
  padding-left: 10rem;
  padding-right: 10rem;
}

.hover\:px-44:hover {
  padding-left: 11rem;
  padding-right: 11rem;
}

.hover\:px-48:hover {
  padding-left: 48px;
  padding-right: 48px;
}

.hover\:px-52:hover {
  padding-left: 13rem;
  padding-right: 13rem;
}

.hover\:px-56:hover {
  padding-left: 14rem;
  padding-right: 14rem;
}

.hover\:px-60:hover {
  padding-left: 60px;
  padding-right: 60px;
}

.hover\:px-64:hover {
  padding-left: 16rem;
  padding-right: 16rem;
}

.hover\:px-72:hover {
  padding-left: 18rem;
  padding-right: 18rem;
}

.hover\:px-80:hover {
  padding-left: 20rem;
  padding-right: 20rem;
}

.hover\:px-95:hover {
  padding-left: 95px;
  padding-right: 95px;
}

.hover\:px-96:hover {
  padding-left: 24rem;
  padding-right: 24rem;
}

.hover\:px-120:hover {
  padding-left: 120px;
  padding-right: 120px;
}

.hover\:px-190:hover {
  padding-left: 190px;
  padding-right: 190px;
}

.hover\:px-px:hover {
  padding-left: 1px;
  padding-right: 1px;
}

.hover\:px-0\.5:hover {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.hover\:px-1\.5:hover {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

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

.hover\:px-3\.5:hover {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.hover\:px-30\%:hover {
  padding-left: 30%;
  padding-right: 30%;
}

.hover\:px-7\.5r:hover {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.hover\:py-0:hover {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.hover\:py-3:hover {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.hover\:py-4:hover {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.hover\:py-5:hover {
  padding-top: 5px;
  padding-bottom: 5px;
}

.hover\:py-6:hover {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.hover\:py-7:hover {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.hover\:py-8:hover {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.hover\:py-9:hover {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.hover\:py-10:hover {
  padding-top: 10px;
  padding-bottom: 10px;
}

.hover\:py-11:hover {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.hover\:py-12:hover {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.hover\:py-14:hover {
  padding-top: 14px;
  padding-bottom: 14px;
}

.hover\:py-16:hover {
  padding-top: 16px;
  padding-bottom: 16px;
}

.hover\:py-20:hover {
  padding-top: 20px;
  padding-bottom: 20px;
}

.hover\:py-24:hover {
  padding-top: 24px;
  padding-bottom: 24px;
}

.hover\:py-28:hover {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.hover\:py-30:hover {
  padding-top: 30px;
  padding-bottom: 30px;
}

.hover\:py-32:hover {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.hover\:py-36:hover {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.hover\:py-40:hover {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.hover\:py-44:hover {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.hover\:py-48:hover {
  padding-top: 48px;
  padding-bottom: 48px;
}

.hover\:py-52:hover {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.hover\:py-56:hover {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.hover\:py-60:hover {
  padding-top: 60px;
  padding-bottom: 60px;
}

.hover\:py-64:hover {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.hover\:py-72:hover {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.hover\:py-80:hover {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.hover\:py-95:hover {
  padding-top: 95px;
  padding-bottom: 95px;
}

.hover\:py-96:hover {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.hover\:py-120:hover {
  padding-top: 120px;
  padding-bottom: 120px;
}

.hover\:py-190:hover {
  padding-top: 190px;
  padding-bottom: 190px;
}

.hover\:py-px:hover {
  padding-top: 1px;
  padding-bottom: 1px;
}

.hover\:py-0\.5:hover {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.hover\:py-1\.5:hover {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.hover\:py-2\.5:hover {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.hover\:py-3\.5:hover {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.hover\:py-30\%:hover {
  padding-top: 30%;
  padding-bottom: 30%;
}

.hover\:py-7\.5r:hover {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.pt-0 {
  padding-top: 0;
}

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

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

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

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

.pt-5 {
  padding-top: 5px;
}

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

.pt-7 {
  padding-top: 1.75rem;
}

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

.pt-9 {
  padding-top: 2.25rem;
}

.pt-10 {
  padding-top: 10px;
}

.pt-11 {
  padding-top: 2.75rem;
}

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

.pt-14 {
  padding-top: 14px;
}

.pt-16 {
  padding-top: 16px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-28 {
  padding-top: 7rem;
}

.pt-30 {
  padding-top: 30px;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-36 {
  padding-top: 9rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pt-44 {
  padding-top: 11rem;
}

.pt-48 {
  padding-top: 48px;
}

.pt-52 {
  padding-top: 13rem;
}

.pt-56 {
  padding-top: 14rem;
}

.pt-60 {
  padding-top: 60px;
}

.pt-64 {
  padding-top: 16rem;
}

.pt-72 {
  padding-top: 18rem;
}

.pt-80 {
  padding-top: 20rem;
}

.pt-95 {
  padding-top: 95px;
}

.pt-96 {
  padding-top: 24rem;
}

.pt-120 {
  padding-top: 120px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-px {
  padding-top: 1px;
}

.pt-0\.5 {
  padding-top: 0.125rem;
}

.pt-1\.5 {
  padding-top: 0.375rem;
}

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

.pt-3\.5 {
  padding-top: 0.875rem;
}

.pt-30\% {
  padding-top: 30%;
}

.pt-7\.5r {
  padding-top: 1.875rem;
}

.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: 0.25rem;
}

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

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 5px;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

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

.pr-9 {
  padding-right: 2.25rem;
}

.pr-10 {
  padding-right: 10px;
}

.pr-11 {
  padding-right: 2.75rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-14 {
  padding-right: 14px;
}

.pr-16 {
  padding-right: 16px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-24 {
  padding-right: 24px;
}

.pr-28 {
  padding-right: 7rem;
}

.pr-30 {
  padding-right: 30px;
}

.pr-32 {
  padding-right: 8rem;
}

.pr-36 {
  padding-right: 9rem;
}

.pr-40 {
  padding-right: 10rem;
}

.pr-44 {
  padding-right: 11rem;
}

.pr-48 {
  padding-right: 48px;
}

.pr-52 {
  padding-right: 13rem;
}

.pr-56 {
  padding-right: 14rem;
}

.pr-60 {
  padding-right: 60px;
}

.pr-64 {
  padding-right: 16rem;
}

.pr-72 {
  padding-right: 18rem;
}

.pr-80 {
  padding-right: 20rem;
}

.pr-95 {
  padding-right: 95px;
}

.pr-96 {
  padding-right: 24rem;
}

.pr-120 {
  padding-right: 120px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-px {
  padding-right: 1px;
}

.pr-0\.5 {
  padding-right: 0.125rem;
}

.pr-1\.5 {
  padding-right: 0.375rem;
}

.pr-2\.5 {
  padding-right: 0.625rem;
}

.pr-3\.5 {
  padding-right: 0.875rem;
}

.pr-30\% {
  padding-right: 30%;
}

.pr-7\.5r {
  padding-right: 1.875rem;
}

.pb-0 {
  padding-bottom: 0;
}

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

.pb-2 {
  padding-bottom: 0.5rem;
}

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

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

.pb-5 {
  padding-bottom: 5px;
}

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

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

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

.pb-14 {
  padding-bottom: 14px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-36 {
  padding-bottom: 9rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pb-44 {
  padding-bottom: 11rem;
}

.pb-48 {
  padding-bottom: 48px;
}

.pb-52 {
  padding-bottom: 13rem;
}

.pb-56 {
  padding-bottom: 14rem;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pb-72 {
  padding-bottom: 18rem;
}

.pb-80 {
  padding-bottom: 20rem;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-96 {
  padding-bottom: 24rem;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-px {
  padding-bottom: 1px;
}

.pb-0\.5 {
  padding-bottom: 0.125rem;
}

.pb-1\.5 {
  padding-bottom: 0.375rem;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pb-3\.5 {
  padding-bottom: 0.875rem;
}

.pb-30\% {
  padding-bottom: 30%;
}

.pb-7\.5r {
  padding-bottom: 1.875rem;
}

.pl-0 {
  padding-left: 0;
}

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

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

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

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

.pl-5 {
  padding-left: 5px;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

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

.pl-9 {
  padding-left: 2.25rem;
}

.pl-10 {
  padding-left: 10px;
}

.pl-11 {
  padding-left: 2.75rem;
}

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

.pl-14 {
  padding-left: 14px;
}

.pl-16 {
  padding-left: 16px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-24 {
  padding-left: 24px;
}

.pl-28 {
  padding-left: 7rem;
}

.pl-30 {
  padding-left: 30px;
}

.pl-32 {
  padding-left: 8rem;
}

.pl-36 {
  padding-left: 9rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pl-44 {
  padding-left: 11rem;
}

.pl-48 {
  padding-left: 48px;
}

.pl-52 {
  padding-left: 13rem;
}

.pl-56 {
  padding-left: 14rem;
}

.pl-60 {
  padding-left: 60px;
}

.pl-64 {
  padding-left: 16rem;
}

.pl-72 {
  padding-left: 18rem;
}

.pl-80 {
  padding-left: 20rem;
}

.pl-95 {
  padding-left: 95px;
}

.pl-96 {
  padding-left: 24rem;
}

.pl-120 {
  padding-left: 120px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-px {
  padding-left: 1px;
}

.pl-0\.5 {
  padding-left: 0.125rem;
}

.pl-1\.5 {
  padding-left: 0.375rem;
}

.pl-2\.5 {
  padding-left: 0.625rem;
}

.pl-3\.5 {
  padding-left: 0.875rem;
}

.pl-30\% {
  padding-left: 30%;
}

.pl-7\.5r {
  padding-left: 1.875rem;
}

.hover\:pt-0:hover {
  padding-top: 0;
}

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

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

.hover\:pt-3:hover {
  padding-top: 0.75rem;
}

.hover\:pt-4:hover {
  padding-top: 1rem;
}

.hover\:pt-5:hover {
  padding-top: 5px;
}

.hover\:pt-6:hover {
  padding-top: 1.5rem;
}

.hover\:pt-7:hover {
  padding-top: 1.75rem;
}

.hover\:pt-8:hover {
  padding-top: 2rem;
}

.hover\:pt-9:hover {
  padding-top: 2.25rem;
}

.hover\:pt-10:hover {
  padding-top: 10px;
}

.hover\:pt-11:hover {
  padding-top: 2.75rem;
}

.hover\:pt-12:hover {
  padding-top: 3rem;
}

.hover\:pt-14:hover {
  padding-top: 14px;
}

.hover\:pt-16:hover {
  padding-top: 16px;
}

.hover\:pt-20:hover {
  padding-top: 20px;
}

.hover\:pt-24:hover {
  padding-top: 24px;
}

.hover\:pt-28:hover {
  padding-top: 7rem;
}

.hover\:pt-30:hover {
  padding-top: 30px;
}

.hover\:pt-32:hover {
  padding-top: 8rem;
}

.hover\:pt-36:hover {
  padding-top: 9rem;
}

.hover\:pt-40:hover {
  padding-top: 10rem;
}

.hover\:pt-44:hover {
  padding-top: 11rem;
}

.hover\:pt-48:hover {
  padding-top: 48px;
}

.hover\:pt-52:hover {
  padding-top: 13rem;
}

.hover\:pt-56:hover {
  padding-top: 14rem;
}

.hover\:pt-60:hover {
  padding-top: 60px;
}

.hover\:pt-64:hover {
  padding-top: 16rem;
}

.hover\:pt-72:hover {
  padding-top: 18rem;
}

.hover\:pt-80:hover {
  padding-top: 20rem;
}

.hover\:pt-95:hover {
  padding-top: 95px;
}

.hover\:pt-96:hover {
  padding-top: 24rem;
}

.hover\:pt-120:hover {
  padding-top: 120px;
}

.hover\:pt-190:hover {
  padding-top: 190px;
}

.hover\:pt-px:hover {
  padding-top: 1px;
}

.hover\:pt-0\.5:hover {
  padding-top: 0.125rem;
}

.hover\:pt-1\.5:hover {
  padding-top: 0.375rem;
}

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

.hover\:pt-3\.5:hover {
  padding-top: 0.875rem;
}

.hover\:pt-30\%:hover {
  padding-top: 30%;
}

.hover\:pt-7\.5r:hover {
  padding-top: 1.875rem;
}

.hover\:pr-0:hover {
  padding-right: 0;
}

.hover\:pr-1:hover {
  padding-right: 0.25rem;
}

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

.hover\:pr-3:hover {
  padding-right: 0.75rem;
}

.hover\:pr-4:hover {
  padding-right: 1rem;
}

.hover\:pr-5:hover {
  padding-right: 5px;
}

.hover\:pr-6:hover {
  padding-right: 1.5rem;
}

.hover\:pr-7:hover {
  padding-right: 1.75rem;
}

.hover\:pr-8:hover {
  padding-right: 2rem;
}

.hover\:pr-9:hover {
  padding-right: 2.25rem;
}

.hover\:pr-10:hover {
  padding-right: 10px;
}

.hover\:pr-11:hover {
  padding-right: 2.75rem;
}

.hover\:pr-12:hover {
  padding-right: 3rem;
}

.hover\:pr-14:hover {
  padding-right: 14px;
}

.hover\:pr-16:hover {
  padding-right: 16px;
}

.hover\:pr-20:hover {
  padding-right: 20px;
}

.hover\:pr-24:hover {
  padding-right: 24px;
}

.hover\:pr-28:hover {
  padding-right: 7rem;
}

.hover\:pr-30:hover {
  padding-right: 30px;
}

.hover\:pr-32:hover {
  padding-right: 8rem;
}

.hover\:pr-36:hover {
  padding-right: 9rem;
}

.hover\:pr-40:hover {
  padding-right: 10rem;
}

.hover\:pr-44:hover {
  padding-right: 11rem;
}

.hover\:pr-48:hover {
  padding-right: 48px;
}

.hover\:pr-52:hover {
  padding-right: 13rem;
}

.hover\:pr-56:hover {
  padding-right: 14rem;
}

.hover\:pr-60:hover {
  padding-right: 60px;
}

.hover\:pr-64:hover {
  padding-right: 16rem;
}

.hover\:pr-72:hover {
  padding-right: 18rem;
}

.hover\:pr-80:hover {
  padding-right: 20rem;
}

.hover\:pr-95:hover {
  padding-right: 95px;
}

.hover\:pr-96:hover {
  padding-right: 24rem;
}

.hover\:pr-120:hover {
  padding-right: 120px;
}

.hover\:pr-190:hover {
  padding-right: 190px;
}

.hover\:pr-px:hover {
  padding-right: 1px;
}

.hover\:pr-0\.5:hover {
  padding-right: 0.125rem;
}

.hover\:pr-1\.5:hover {
  padding-right: 0.375rem;
}

.hover\:pr-2\.5:hover {
  padding-right: 0.625rem;
}

.hover\:pr-3\.5:hover {
  padding-right: 0.875rem;
}

.hover\:pr-30\%:hover {
  padding-right: 30%;
}

.hover\:pr-7\.5r:hover {
  padding-right: 1.875rem;
}

.hover\:pb-0:hover {
  padding-bottom: 0;
}

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

.hover\:pb-2:hover {
  padding-bottom: 0.5rem;
}

.hover\:pb-3:hover {
  padding-bottom: 0.75rem;
}

.hover\:pb-4:hover {
  padding-bottom: 1rem;
}

.hover\:pb-5:hover {
  padding-bottom: 5px;
}

.hover\:pb-6:hover {
  padding-bottom: 1.5rem;
}

.hover\:pb-7:hover {
  padding-bottom: 1.75rem;
}

.hover\:pb-8:hover {
  padding-bottom: 2rem;
}

.hover\:pb-9:hover {
  padding-bottom: 2.25rem;
}

.hover\:pb-10:hover {
  padding-bottom: 10px;
}

.hover\:pb-11:hover {
  padding-bottom: 2.75rem;
}

.hover\:pb-12:hover {
  padding-bottom: 3rem;
}

.hover\:pb-14:hover {
  padding-bottom: 14px;
}

.hover\:pb-16:hover {
  padding-bottom: 16px;
}

.hover\:pb-20:hover {
  padding-bottom: 20px;
}

.hover\:pb-24:hover {
  padding-bottom: 24px;
}

.hover\:pb-28:hover {
  padding-bottom: 7rem;
}

.hover\:pb-30:hover {
  padding-bottom: 30px;
}

.hover\:pb-32:hover {
  padding-bottom: 8rem;
}

.hover\:pb-36:hover {
  padding-bottom: 9rem;
}

.hover\:pb-40:hover {
  padding-bottom: 10rem;
}

.hover\:pb-44:hover {
  padding-bottom: 11rem;
}

.hover\:pb-48:hover {
  padding-bottom: 48px;
}

.hover\:pb-52:hover {
  padding-bottom: 13rem;
}

.hover\:pb-56:hover {
  padding-bottom: 14rem;
}

.hover\:pb-60:hover {
  padding-bottom: 60px;
}

.hover\:pb-64:hover {
  padding-bottom: 16rem;
}

.hover\:pb-72:hover {
  padding-bottom: 18rem;
}

.hover\:pb-80:hover {
  padding-bottom: 20rem;
}

.hover\:pb-95:hover {
  padding-bottom: 95px;
}

.hover\:pb-96:hover {
  padding-bottom: 24rem;
}

.hover\:pb-120:hover {
  padding-bottom: 120px;
}

.hover\:pb-190:hover {
  padding-bottom: 190px;
}

.hover\:pb-px:hover {
  padding-bottom: 1px;
}

.hover\:pb-0\.5:hover {
  padding-bottom: 0.125rem;
}

.hover\:pb-1\.5:hover {
  padding-bottom: 0.375rem;
}

.hover\:pb-2\.5:hover {
  padding-bottom: 0.625rem;
}

.hover\:pb-3\.5:hover {
  padding-bottom: 0.875rem;
}

.hover\:pb-30\%:hover {
  padding-bottom: 30%;
}

.hover\:pb-7\.5r:hover {
  padding-bottom: 1.875rem;
}

.hover\:pl-0:hover {
  padding-left: 0;
}

.hover\:pl-1:hover {
  padding-left: 0.25rem;
}

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

.hover\:pl-3:hover {
  padding-left: 0.75rem;
}

.hover\:pl-4:hover {
  padding-left: 1rem;
}

.hover\:pl-5:hover {
  padding-left: 5px;
}

.hover\:pl-6:hover {
  padding-left: 1.5rem;
}

.hover\:pl-7:hover {
  padding-left: 1.75rem;
}

.hover\:pl-8:hover {
  padding-left: 2rem;
}

.hover\:pl-9:hover {
  padding-left: 2.25rem;
}

.hover\:pl-10:hover {
  padding-left: 10px;
}

.hover\:pl-11:hover {
  padding-left: 2.75rem;
}

.hover\:pl-12:hover {
  padding-left: 3rem;
}

.hover\:pl-14:hover {
  padding-left: 14px;
}

.hover\:pl-16:hover {
  padding-left: 16px;
}

.hover\:pl-20:hover {
  padding-left: 20px;
}

.hover\:pl-24:hover {
  padding-left: 24px;
}

.hover\:pl-28:hover {
  padding-left: 7rem;
}

.hover\:pl-30:hover {
  padding-left: 30px;
}

.hover\:pl-32:hover {
  padding-left: 8rem;
}

.hover\:pl-36:hover {
  padding-left: 9rem;
}

.hover\:pl-40:hover {
  padding-left: 10rem;
}

.hover\:pl-44:hover {
  padding-left: 11rem;
}

.hover\:pl-48:hover {
  padding-left: 48px;
}

.hover\:pl-52:hover {
  padding-left: 13rem;
}

.hover\:pl-56:hover {
  padding-left: 14rem;
}

.hover\:pl-60:hover {
  padding-left: 60px;
}

.hover\:pl-64:hover {
  padding-left: 16rem;
}

.hover\:pl-72:hover {
  padding-left: 18rem;
}

.hover\:pl-80:hover {
  padding-left: 20rem;
}

.hover\:pl-95:hover {
  padding-left: 95px;
}

.hover\:pl-96:hover {
  padding-left: 24rem;
}

.hover\:pl-120:hover {
  padding-left: 120px;
}

.hover\:pl-190:hover {
  padding-left: 190px;
}

.hover\:pl-px:hover {
  padding-left: 1px;
}

.hover\:pl-0\.5:hover {
  padding-left: 0.125rem;
}

.hover\:pl-1\.5:hover {
  padding-left: 0.375rem;
}

.hover\:pl-2\.5:hover {
  padding-left: 0.625rem;
}

.hover\:pl-3\.5:hover {
  padding-left: 0.875rem;
}

.hover\:pl-30\%:hover {
  padding-left: 30%;
}

.hover\:pl-7\.5r:hover {
  padding-left: 1.875rem;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.font-sans {
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-display {
  font-family: Kanit, serif;
}

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

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

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

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

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

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

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

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

.text-9xl {
  font-size: 8rem;
  line-height: 1;
}

.text-3xs {
  font-size: 0.25rem;
}

.text-2xs {
  font-size: 0.5rem;
}

.text-1xs {
  font-size: 0.67rem;
}

.font-thin {
  font-weight: 100;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

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

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

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

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

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.hover\:font-thin:hover {
  font-weight: 100;
}

.hover\:font-extralight:hover {
  font-weight: 200;
}

.hover\:font-light:hover {
  font-weight: 300;
}

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

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

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

.hover\:font-bold:hover {
  font-weight: 500;
}

.hover\:font-extrabold:hover {
  font-weight: 800;
}

.hover\:font-black:hover {
  font-weight: 900;
}

.focus\:font-thin:focus {
  font-weight: 100;
}

.focus\:font-extralight:focus {
  font-weight: 200;
}

.focus\:font-light:focus {
  font-weight: 300;
}

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

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

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

.focus\:font-bold:focus {
  font-weight: 500;
}

.focus\:font-extrabold:focus {
  font-weight: 800;
}

.focus\:font-black:focus {
  font-weight: 900;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
  font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.normal-nums {
  font-feature-settings: normal;
  font-variant-numeric: normal;
}

.ordinal {
  --tw-ordinal: ordinal;
}

.slashed-zero {
  --tw-slashed-zero: slashed-zero;
}

.lining-nums {
  --tw-numeric-figure: lining-nums;
}

.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums;
}

.proportional-nums {
  --tw-numeric-spacing: proportional-nums;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
}

.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions;
}

.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions;
}

.leading-3 {
  line-height: .75rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-loose {
  line-height: 2;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-transparent {
  color: transparent;
}

.text-current {
  color: currentColor;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.text-red-50 {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.text-red-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.text-red-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.text-red-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.text-red-900 {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.text-green-50 {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.text-green-100 {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.text-green-200 {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.text-green-300 {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.text-green-900 {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.text-blue-50 {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.text-purple-50 {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.text-pink-50 {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.text-pink-100 {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.text-pink-200 {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.text-pink-300 {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.text-pink-500 {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.text-pink-700 {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.text-pink-800 {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.text-pink-900 {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.text-primary-color {
  --tw-text-opacity: 1;
  color: rgba(235, 0, 139, var(--tw-text-opacity));
}

.text-primary-color-dark {
  --tw-text-opacity: 1;
  color: rgba(201, 0, 104, var(--tw-text-opacity));
}

.text-secondary-color {
  --tw-text-opacity: 1;
  color: rgba(17, 46, 66, var(--tw-text-opacity));
}

.text-custom-gray-sm {
  --tw-text-opacity: 1;
  color: rgba(241, 244, 246, var(--tw-text-opacity));
}

.text-custom-gray-sm2 {
  --tw-text-opacity: 1;
  color: rgba(241, 242, 243, var(--tw-text-opacity));
}

.text-custom-gray-md {
  --tw-text-opacity: 1;
  color: rgba(132, 132, 132, var(--tw-text-opacity));
}

.text-custom-navy-dark {
  --tw-text-opacity: 1;
  color: rgba(17, 46, 66, var(--tw-text-opacity));
}

.text-dark-blue {
  --tw-text-opacity: 1;
  color: rgba(17, 46, 66, var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgba(25, 45, 64, var(--tw-text-opacity));
}

.text-secondary-1 {
  --tw-text-opacity: 1;
  color: rgba(230, 0, 126, var(--tw-text-opacity));
}

.text-secondary-2 {
  --tw-text-opacity: 1;
  color: rgba(214, 213, 100, var(--tw-text-opacity));
}

.text-secondary-3 {
  --tw-text-opacity: 1;
  color: rgba(252, 252, 205, var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgba(230, 0, 126, var(--tw-text-opacity));
}

.text-secondary-dark {
  --tw-text-opacity: 1;
  color: rgba(193, 26, 125, var(--tw-text-opacity));
}

.text-secondary-light {
  --tw-text-opacity: 1;
  color: rgba(251, 206, 233, var(--tw-text-opacity));
}

.text-grayCustom-1 {
  --tw-text-opacity: 1;
  color: rgba(79, 79, 79, var(--tw-text-opacity));
}

.text-grayCustom-2 {
  --tw-text-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-text-opacity));
}

.text-grayCustom-3 {
  --tw-text-opacity: 1;
  color: rgba(249, 249, 249, var(--tw-text-opacity));
}

.text-grayCustom-800 {
  --tw-text-opacity: 1;
  color: rgba(79, 79, 79, var(--tw-text-opacity));
}

.text-grayCustom {
  --tw-text-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-text-opacity));
}

.text-grayCustom-dark {
  --tw-text-opacity: 1;
  color: rgba(79, 79, 79, var(--tw-text-opacity));
}

.text-grayCustom-light {
  --tw-text-opacity: 1;
  color: rgba(249, 249, 249, var(--tw-text-opacity));
}

.text-grayCustom-hover {
  --tw-text-opacity: 1;
  color: rgba(159, 159, 159, var(--tw-text-opacity));
}

.text-error {
  --tw-text-opacity: 1;
  color: rgba(255, 32, 110, var(--tw-text-opacity));
}

.text-error-light {
  --tw-text-opacity: 1;
  color: rgba(253, 232, 234, var(--tw-text-opacity));
}

.text-warning {
  --tw-text-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-text-opacity));
}

.text-warning-light {
  --tw-text-opacity: 1;
  color: rgba(255, 246, 229, var(--tw-text-opacity));
}

.text-success {
  --tw-text-opacity: 1;
  color: rgba(45, 216, 129, var(--tw-text-opacity));
}

.text-success-light {
  --tw-text-opacity: 1;
  color: rgba(233, 251, 242, var(--tw-text-opacity));
}

.text-status-open {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-status-waiting_payment {
  --tw-text-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-text-opacity));
}

.text-status-completed {
  --tw-text-opacity: 1;
  color: rgba(84, 193, 187, var(--tw-text-opacity));
}

.text-status-failed {
  --tw-text-opacity: 1;
  color: rgba(232, 85, 107, var(--tw-text-opacity));
}

.text-status-waiting_verify {
  --tw-text-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-text-opacity));
}

.text-status-closed {
  --tw-text-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-text-opacity));
}

.text-policyStatus-issuing {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-policyStatus-waiting_inspection {
  --tw-text-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-text-opacity));
}

.text-policyStatus-success {
  --tw-text-opacity: 1;
  color: rgba(84, 193, 187, var(--tw-text-opacity));
}

.text-policyStatus-failed_inspection {
  --tw-text-opacity: 1;
  color: rgba(232, 85, 107, var(--tw-text-opacity));
}

.text-policyStatus-failed {
  --tw-text-opacity: 1;
  color: rgba(232, 85, 107, var(--tw-text-opacity));
}

.text-policyStatus-waiting_policy {
  --tw-text-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-text-opacity));
}

.text-policyStatus-cancel {
  --tw-text-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-transparent {
  color: transparent;
}

.group:hover .group-hover\:text-current {
  color: currentColor;
}

.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-50 {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-100 {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-50 {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-400 {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-800 {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-900 {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-50 {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-100 {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-200 {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-300 {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-400 {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-500 {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-600 {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-700 {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-800 {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-900 {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-50 {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-100 {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-200 {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-300 {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-400 {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-500 {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-600 {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-700 {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-800 {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-900 {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-50 {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-100 {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-200 {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-300 {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-400 {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-500 {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-600 {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-700 {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-800 {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-900 {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-50 {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-100 {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-200 {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-300 {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-400 {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-500 {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-600 {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-700 {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-800 {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-900 {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-primary-color {
  --tw-text-opacity: 1;
  color: rgba(235, 0, 139, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-primary-color-dark {
  --tw-text-opacity: 1;
  color: rgba(201, 0, 104, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-secondary-color {
  --tw-text-opacity: 1;
  color: rgba(17, 46, 66, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-custom-gray-sm {
  --tw-text-opacity: 1;
  color: rgba(241, 244, 246, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-custom-gray-sm2 {
  --tw-text-opacity: 1;
  color: rgba(241, 242, 243, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-custom-gray-md {
  --tw-text-opacity: 1;
  color: rgba(132, 132, 132, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-custom-navy-dark {
  --tw-text-opacity: 1;
  color: rgba(17, 46, 66, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-dark-blue {
  --tw-text-opacity: 1;
  color: rgba(17, 46, 66, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgba(25, 45, 64, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-secondary-1 {
  --tw-text-opacity: 1;
  color: rgba(230, 0, 126, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-secondary-2 {
  --tw-text-opacity: 1;
  color: rgba(214, 213, 100, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-secondary-3 {
  --tw-text-opacity: 1;
  color: rgba(252, 252, 205, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-secondary {
  --tw-text-opacity: 1;
  color: rgba(230, 0, 126, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-secondary-dark {
  --tw-text-opacity: 1;
  color: rgba(193, 26, 125, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-secondary-light {
  --tw-text-opacity: 1;
  color: rgba(251, 206, 233, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-grayCustom-1 {
  --tw-text-opacity: 1;
  color: rgba(79, 79, 79, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-grayCustom-2 {
  --tw-text-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-grayCustom-3 {
  --tw-text-opacity: 1;
  color: rgba(249, 249, 249, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-grayCustom-800 {
  --tw-text-opacity: 1;
  color: rgba(79, 79, 79, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-grayCustom {
  --tw-text-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-grayCustom-dark {
  --tw-text-opacity: 1;
  color: rgba(79, 79, 79, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-grayCustom-light {
  --tw-text-opacity: 1;
  color: rgba(249, 249, 249, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-grayCustom-hover {
  --tw-text-opacity: 1;
  color: rgba(159, 159, 159, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-error {
  --tw-text-opacity: 1;
  color: rgba(255, 32, 110, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-error-light {
  --tw-text-opacity: 1;
  color: rgba(253, 232, 234, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-warning {
  --tw-text-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-warning-light {
  --tw-text-opacity: 1;
  color: rgba(255, 246, 229, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-success {
  --tw-text-opacity: 1;
  color: rgba(45, 216, 129, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-success-light {
  --tw-text-opacity: 1;
  color: rgba(233, 251, 242, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-status-open {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-status-waiting_payment {
  --tw-text-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-status-completed {
  --tw-text-opacity: 1;
  color: rgba(84, 193, 187, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-status-failed {
  --tw-text-opacity: 1;
  color: rgba(232, 85, 107, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-status-waiting_verify {
  --tw-text-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-status-closed {
  --tw-text-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-policyStatus-issuing {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-policyStatus-waiting_inspection {
  --tw-text-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-policyStatus-success {
  --tw-text-opacity: 1;
  color: rgba(84, 193, 187, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-policyStatus-failed_inspection {
  --tw-text-opacity: 1;
  color: rgba(232, 85, 107, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-policyStatus-failed {
  --tw-text-opacity: 1;
  color: rgba(232, 85, 107, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-policyStatus-waiting_policy {
  --tw-text-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-policyStatus-cancel {
  --tw-text-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-text-opacity));
}

.focus-within\:text-transparent[focus-within] {
  color: transparent;
}

.focus-within\:text-transparent:focus-within {
  color: transparent;
}

.focus-within\:text-current[focus-within] {
  color: currentColor;
}

.focus-within\:text-current:focus-within {
  color: currentColor;
}

.focus-within\:text-black[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus-within\:text-black:focus-within {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus-within\:text-white[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus-within\:text-white:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus-within\:text-gray-50[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.focus-within\:text-gray-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.focus-within\:text-gray-100[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.focus-within\:text-gray-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.focus-within\:text-gray-200[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.focus-within\:text-gray-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.focus-within\:text-gray-300[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.focus-within\:text-gray-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.focus-within\:text-gray-400[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.focus-within\:text-gray-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.focus-within\:text-gray-500[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.focus-within\:text-gray-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.focus-within\:text-gray-600[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.focus-within\:text-gray-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.focus-within\:text-gray-700[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.focus-within\:text-gray-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.focus-within\:text-gray-800[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.focus-within\:text-gray-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.focus-within\:text-gray-900[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.focus-within\:text-gray-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.focus-within\:text-red-50[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.focus-within\:text-red-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.focus-within\:text-red-100[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.focus-within\:text-red-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.focus-within\:text-red-200[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.focus-within\:text-red-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.focus-within\:text-red-300[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.focus-within\:text-red-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.focus-within\:text-red-400[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.focus-within\:text-red-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.focus-within\:text-red-500[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.focus-within\:text-red-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.focus-within\:text-red-600[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.focus-within\:text-red-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.focus-within\:text-red-700[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.focus-within\:text-red-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.focus-within\:text-red-800[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.focus-within\:text-red-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.focus-within\:text-red-900[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.focus-within\:text-red-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.focus-within\:text-yellow-50[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.focus-within\:text-yellow-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.focus-within\:text-yellow-100[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.focus-within\:text-yellow-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.focus-within\:text-yellow-200[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.focus-within\:text-yellow-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.focus-within\:text-yellow-300[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.focus-within\:text-yellow-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.focus-within\:text-yellow-400[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.focus-within\:text-yellow-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.focus-within\:text-yellow-500[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.focus-within\:text-yellow-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.focus-within\:text-yellow-600[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.focus-within\:text-yellow-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.focus-within\:text-yellow-700[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.focus-within\:text-yellow-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.focus-within\:text-yellow-800[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.focus-within\:text-yellow-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.focus-within\:text-yellow-900[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.focus-within\:text-yellow-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.focus-within\:text-green-50[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.focus-within\:text-green-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.focus-within\:text-green-100[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.focus-within\:text-green-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.focus-within\:text-green-200[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.focus-within\:text-green-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.focus-within\:text-green-300[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.focus-within\:text-green-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.focus-within\:text-green-400[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.focus-within\:text-green-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.focus-within\:text-green-500[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.focus-within\:text-green-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.focus-within\:text-green-600[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.focus-within\:text-green-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.focus-within\:text-green-700[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.focus-within\:text-green-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.focus-within\:text-green-800[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.focus-within\:text-green-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.focus-within\:text-green-900[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.focus-within\:text-green-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.focus-within\:text-blue-50[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.focus-within\:text-blue-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.focus-within\:text-blue-100[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.focus-within\:text-blue-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.focus-within\:text-blue-200[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.focus-within\:text-blue-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.focus-within\:text-blue-300[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.focus-within\:text-blue-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.focus-within\:text-blue-400[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.focus-within\:text-blue-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.focus-within\:text-blue-500[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.focus-within\:text-blue-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.focus-within\:text-blue-600[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.focus-within\:text-blue-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.focus-within\:text-blue-700[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.focus-within\:text-blue-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.focus-within\:text-blue-800[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.focus-within\:text-blue-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.focus-within\:text-blue-900[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.focus-within\:text-blue-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.focus-within\:text-indigo-50[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.focus-within\:text-indigo-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.focus-within\:text-indigo-100[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.focus-within\:text-indigo-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.focus-within\:text-indigo-200[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.focus-within\:text-indigo-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.focus-within\:text-indigo-300[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.focus-within\:text-indigo-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.focus-within\:text-indigo-400[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.focus-within\:text-indigo-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.focus-within\:text-indigo-500[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.focus-within\:text-indigo-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.focus-within\:text-indigo-600[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.focus-within\:text-indigo-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.focus-within\:text-indigo-700[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.focus-within\:text-indigo-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.focus-within\:text-indigo-800[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.focus-within\:text-indigo-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.focus-within\:text-indigo-900[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.focus-within\:text-indigo-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.focus-within\:text-purple-50[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.focus-within\:text-purple-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.focus-within\:text-purple-100[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.focus-within\:text-purple-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.focus-within\:text-purple-200[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.focus-within\:text-purple-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.focus-within\:text-purple-300[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.focus-within\:text-purple-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.focus-within\:text-purple-400[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.focus-within\:text-purple-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.focus-within\:text-purple-500[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.focus-within\:text-purple-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.focus-within\:text-purple-600[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.focus-within\:text-purple-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.focus-within\:text-purple-700[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.focus-within\:text-purple-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.focus-within\:text-purple-800[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.focus-within\:text-purple-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.focus-within\:text-purple-900[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.focus-within\:text-purple-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.focus-within\:text-pink-50[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.focus-within\:text-pink-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.focus-within\:text-pink-100[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.focus-within\:text-pink-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.focus-within\:text-pink-200[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.focus-within\:text-pink-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.focus-within\:text-pink-300[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.focus-within\:text-pink-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.focus-within\:text-pink-400[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.focus-within\:text-pink-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.focus-within\:text-pink-500[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.focus-within\:text-pink-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.focus-within\:text-pink-600[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.focus-within\:text-pink-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.focus-within\:text-pink-700[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.focus-within\:text-pink-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.focus-within\:text-pink-800[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.focus-within\:text-pink-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.focus-within\:text-pink-900[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.focus-within\:text-pink-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.focus-within\:text-primary-color[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(235, 0, 139, var(--tw-text-opacity));
}

.focus-within\:text-primary-color:focus-within {
  --tw-text-opacity: 1;
  color: rgba(235, 0, 139, var(--tw-text-opacity));
}

.focus-within\:text-primary-color-dark[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(201, 0, 104, var(--tw-text-opacity));
}

.focus-within\:text-primary-color-dark:focus-within {
  --tw-text-opacity: 1;
  color: rgba(201, 0, 104, var(--tw-text-opacity));
}

.focus-within\:text-secondary-color[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(17, 46, 66, var(--tw-text-opacity));
}

.focus-within\:text-secondary-color:focus-within {
  --tw-text-opacity: 1;
  color: rgba(17, 46, 66, var(--tw-text-opacity));
}

.focus-within\:text-custom-gray-sm[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(241, 244, 246, var(--tw-text-opacity));
}

.focus-within\:text-custom-gray-sm:focus-within {
  --tw-text-opacity: 1;
  color: rgba(241, 244, 246, var(--tw-text-opacity));
}

.focus-within\:text-custom-gray-sm2[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(241, 242, 243, var(--tw-text-opacity));
}

.focus-within\:text-custom-gray-sm2:focus-within {
  --tw-text-opacity: 1;
  color: rgba(241, 242, 243, var(--tw-text-opacity));
}

.focus-within\:text-custom-gray-md[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(132, 132, 132, var(--tw-text-opacity));
}

.focus-within\:text-custom-gray-md:focus-within {
  --tw-text-opacity: 1;
  color: rgba(132, 132, 132, var(--tw-text-opacity));
}

.focus-within\:text-custom-navy-dark[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(17, 46, 66, var(--tw-text-opacity));
}

.focus-within\:text-custom-navy-dark:focus-within {
  --tw-text-opacity: 1;
  color: rgba(17, 46, 66, var(--tw-text-opacity));
}

.focus-within\:text-dark-blue[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(17, 46, 66, var(--tw-text-opacity));
}

.focus-within\:text-dark-blue:focus-within {
  --tw-text-opacity: 1;
  color: rgba(17, 46, 66, var(--tw-text-opacity));
}

.focus-within\:text-primary[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(25, 45, 64, var(--tw-text-opacity));
}

.focus-within\:text-primary:focus-within {
  --tw-text-opacity: 1;
  color: rgba(25, 45, 64, var(--tw-text-opacity));
}

.focus-within\:text-secondary-1[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(230, 0, 126, var(--tw-text-opacity));
}

.focus-within\:text-secondary-1:focus-within {
  --tw-text-opacity: 1;
  color: rgba(230, 0, 126, var(--tw-text-opacity));
}

.focus-within\:text-secondary-2[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(214, 213, 100, var(--tw-text-opacity));
}

.focus-within\:text-secondary-2:focus-within {
  --tw-text-opacity: 1;
  color: rgba(214, 213, 100, var(--tw-text-opacity));
}

.focus-within\:text-secondary-3[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(252, 252, 205, var(--tw-text-opacity));
}

.focus-within\:text-secondary-3:focus-within {
  --tw-text-opacity: 1;
  color: rgba(252, 252, 205, var(--tw-text-opacity));
}

.focus-within\:text-secondary[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(230, 0, 126, var(--tw-text-opacity));
}

.focus-within\:text-secondary:focus-within {
  --tw-text-opacity: 1;
  color: rgba(230, 0, 126, var(--tw-text-opacity));
}

.focus-within\:text-secondary-dark[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(193, 26, 125, var(--tw-text-opacity));
}

.focus-within\:text-secondary-dark:focus-within {
  --tw-text-opacity: 1;
  color: rgba(193, 26, 125, var(--tw-text-opacity));
}

.focus-within\:text-secondary-light[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(251, 206, 233, var(--tw-text-opacity));
}

.focus-within\:text-secondary-light:focus-within {
  --tw-text-opacity: 1;
  color: rgba(251, 206, 233, var(--tw-text-opacity));
}

.focus-within\:text-grayCustom-1[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(79, 79, 79, var(--tw-text-opacity));
}

.focus-within\:text-grayCustom-1:focus-within {
  --tw-text-opacity: 1;
  color: rgba(79, 79, 79, var(--tw-text-opacity));
}

.focus-within\:text-grayCustom-2[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-text-opacity));
}

.focus-within\:text-grayCustom-2:focus-within {
  --tw-text-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-text-opacity));
}

.focus-within\:text-grayCustom-3[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(249, 249, 249, var(--tw-text-opacity));
}

.focus-within\:text-grayCustom-3:focus-within {
  --tw-text-opacity: 1;
  color: rgba(249, 249, 249, var(--tw-text-opacity));
}

.focus-within\:text-grayCustom-800[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(79, 79, 79, var(--tw-text-opacity));
}

.focus-within\:text-grayCustom-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(79, 79, 79, var(--tw-text-opacity));
}

.focus-within\:text-grayCustom[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-text-opacity));
}

.focus-within\:text-grayCustom:focus-within {
  --tw-text-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-text-opacity));
}

.focus-within\:text-grayCustom-dark[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(79, 79, 79, var(--tw-text-opacity));
}

.focus-within\:text-grayCustom-dark:focus-within {
  --tw-text-opacity: 1;
  color: rgba(79, 79, 79, var(--tw-text-opacity));
}

.focus-within\:text-grayCustom-light[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(249, 249, 249, var(--tw-text-opacity));
}

.focus-within\:text-grayCustom-light:focus-within {
  --tw-text-opacity: 1;
  color: rgba(249, 249, 249, var(--tw-text-opacity));
}

.focus-within\:text-grayCustom-hover[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(159, 159, 159, var(--tw-text-opacity));
}

.focus-within\:text-grayCustom-hover:focus-within {
  --tw-text-opacity: 1;
  color: rgba(159, 159, 159, var(--tw-text-opacity));
}

.focus-within\:text-error[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(255, 32, 110, var(--tw-text-opacity));
}

.focus-within\:text-error:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 32, 110, var(--tw-text-opacity));
}

.focus-within\:text-error-light[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(253, 232, 234, var(--tw-text-opacity));
}

.focus-within\:text-error-light:focus-within {
  --tw-text-opacity: 1;
  color: rgba(253, 232, 234, var(--tw-text-opacity));
}

.focus-within\:text-warning[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-text-opacity));
}

.focus-within\:text-warning:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-text-opacity));
}

.focus-within\:text-warning-light[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(255, 246, 229, var(--tw-text-opacity));
}

.focus-within\:text-warning-light:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 246, 229, var(--tw-text-opacity));
}

.focus-within\:text-success[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(45, 216, 129, var(--tw-text-opacity));
}

.focus-within\:text-success:focus-within {
  --tw-text-opacity: 1;
  color: rgba(45, 216, 129, var(--tw-text-opacity));
}

.focus-within\:text-success-light[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(233, 251, 242, var(--tw-text-opacity));
}

.focus-within\:text-success-light:focus-within {
  --tw-text-opacity: 1;
  color: rgba(233, 251, 242, var(--tw-text-opacity));
}

.focus-within\:text-status-open[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus-within\:text-status-open:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus-within\:text-status-waiting_payment[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-text-opacity));
}

.focus-within\:text-status-waiting_payment:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-text-opacity));
}

.focus-within\:text-status-completed[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(84, 193, 187, var(--tw-text-opacity));
}

.focus-within\:text-status-completed:focus-within {
  --tw-text-opacity: 1;
  color: rgba(84, 193, 187, var(--tw-text-opacity));
}

.focus-within\:text-status-failed[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(232, 85, 107, var(--tw-text-opacity));
}

.focus-within\:text-status-failed:focus-within {
  --tw-text-opacity: 1;
  color: rgba(232, 85, 107, var(--tw-text-opacity));
}

.focus-within\:text-status-waiting_verify[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-text-opacity));
}

.focus-within\:text-status-waiting_verify:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-text-opacity));
}

.focus-within\:text-status-closed[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-text-opacity));
}

.focus-within\:text-status-closed:focus-within {
  --tw-text-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-text-opacity));
}

.focus-within\:text-policyStatus-issuing[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus-within\:text-policyStatus-issuing:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus-within\:text-policyStatus-waiting_inspection[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-text-opacity));
}

.focus-within\:text-policyStatus-waiting_inspection:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-text-opacity));
}

.focus-within\:text-policyStatus-success[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(84, 193, 187, var(--tw-text-opacity));
}

.focus-within\:text-policyStatus-success:focus-within {
  --tw-text-opacity: 1;
  color: rgba(84, 193, 187, var(--tw-text-opacity));
}

.focus-within\:text-policyStatus-failed_inspection[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(232, 85, 107, var(--tw-text-opacity));
}

.focus-within\:text-policyStatus-failed_inspection:focus-within {
  --tw-text-opacity: 1;
  color: rgba(232, 85, 107, var(--tw-text-opacity));
}

.focus-within\:text-policyStatus-failed[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(232, 85, 107, var(--tw-text-opacity));
}

.focus-within\:text-policyStatus-failed:focus-within {
  --tw-text-opacity: 1;
  color: rgba(232, 85, 107, var(--tw-text-opacity));
}

.focus-within\:text-policyStatus-waiting_policy[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-text-opacity));
}

.focus-within\:text-policyStatus-waiting_policy:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-text-opacity));
}

.focus-within\:text-policyStatus-cancel[focus-within] {
  --tw-text-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-text-opacity));
}

.focus-within\:text-policyStatus-cancel:focus-within {
  --tw-text-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-text-opacity));
}

.hover\:text-transparent:hover {
  color: transparent;
}

.hover\:text-current:hover {
  color: currentColor;
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-gray-50:hover {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.hover\:text-gray-100:hover {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.hover\:text-red-50:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.hover\:text-red-100:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.hover\:text-red-200:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.hover\:text-red-300:hover {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.hover\:text-red-400:hover {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.hover\:text-red-900:hover {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.hover\:text-yellow-50:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.hover\:text-yellow-100:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.hover\:text-yellow-200:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.hover\:text-yellow-300:hover {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.hover\:text-yellow-400:hover {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.hover\:text-yellow-500:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.hover\:text-yellow-600:hover {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.hover\:text-yellow-700:hover {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.hover\:text-yellow-800:hover {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.hover\:text-yellow-900:hover {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.hover\:text-green-50:hover {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.hover\:text-green-100:hover {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.hover\:text-green-200:hover {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.hover\:text-green-300:hover {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.hover\:text-green-400:hover {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.hover\:text-green-500:hover {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.hover\:text-green-600:hover {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.hover\:text-green-700:hover {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.hover\:text-green-800:hover {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.hover\:text-green-900:hover {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.hover\:text-blue-50:hover {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.hover\:text-blue-100:hover {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.hover\:text-blue-200:hover {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.hover\:text-blue-300:hover {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.hover\:text-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.hover\:text-blue-900:hover {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.hover\:text-indigo-50:hover {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.hover\:text-indigo-100:hover {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.hover\:text-indigo-200:hover {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.hover\:text-indigo-300:hover {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.hover\:text-indigo-400:hover {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.hover\:text-indigo-500:hover {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.hover\:text-indigo-600:hover {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.hover\:text-indigo-700:hover {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.hover\:text-indigo-800:hover {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.hover\:text-indigo-900:hover {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.hover\:text-purple-50:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.hover\:text-purple-100:hover {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.hover\:text-purple-200:hover {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.hover\:text-purple-300:hover {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.hover\:text-purple-400:hover {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.hover\:text-purple-500:hover {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.hover\:text-purple-600:hover {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.hover\:text-purple-700:hover {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.hover\:text-purple-800:hover {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.hover\:text-purple-900:hover {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.hover\:text-pink-50:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.hover\:text-pink-100:hover {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.hover\:text-pink-200:hover {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.hover\:text-pink-300:hover {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.hover\:text-pink-400:hover {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.hover\:text-pink-500:hover {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.hover\:text-pink-600:hover {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.hover\:text-pink-700:hover {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.hover\:text-pink-800:hover {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.hover\:text-pink-900:hover {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.hover\:text-primary-color:hover {
  --tw-text-opacity: 1;
  color: rgba(235, 0, 139, var(--tw-text-opacity));
}

.hover\:text-primary-color-dark:hover {
  --tw-text-opacity: 1;
  color: rgba(201, 0, 104, var(--tw-text-opacity));
}

.hover\:text-secondary-color:hover {
  --tw-text-opacity: 1;
  color: rgba(17, 46, 66, var(--tw-text-opacity));
}

.hover\:text-custom-gray-sm:hover {
  --tw-text-opacity: 1;
  color: rgba(241, 244, 246, var(--tw-text-opacity));
}

.hover\:text-custom-gray-sm2:hover {
  --tw-text-opacity: 1;
  color: rgba(241, 242, 243, var(--tw-text-opacity));
}

.hover\:text-custom-gray-md:hover {
  --tw-text-opacity: 1;
  color: rgba(132, 132, 132, var(--tw-text-opacity));
}

.hover\:text-custom-navy-dark:hover {
  --tw-text-opacity: 1;
  color: rgba(17, 46, 66, var(--tw-text-opacity));
}

.hover\:text-dark-blue:hover {
  --tw-text-opacity: 1;
  color: rgba(17, 46, 66, var(--tw-text-opacity));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgba(25, 45, 64, var(--tw-text-opacity));
}

.hover\:text-secondary-1:hover {
  --tw-text-opacity: 1;
  color: rgba(230, 0, 126, var(--tw-text-opacity));
}

.hover\:text-secondary-2:hover {
  --tw-text-opacity: 1;
  color: rgba(214, 213, 100, var(--tw-text-opacity));
}

.hover\:text-secondary-3:hover {
  --tw-text-opacity: 1;
  color: rgba(252, 252, 205, var(--tw-text-opacity));
}

.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgba(230, 0, 126, var(--tw-text-opacity));
}

.hover\:text-secondary-dark:hover {
  --tw-text-opacity: 1;
  color: rgba(193, 26, 125, var(--tw-text-opacity));
}

.hover\:text-secondary-light:hover {
  --tw-text-opacity: 1;
  color: rgba(251, 206, 233, var(--tw-text-opacity));
}

.hover\:text-grayCustom-1:hover {
  --tw-text-opacity: 1;
  color: rgba(79, 79, 79, var(--tw-text-opacity));
}

.hover\:text-grayCustom-2:hover {
  --tw-text-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-text-opacity));
}

.hover\:text-grayCustom-3:hover {
  --tw-text-opacity: 1;
  color: rgba(249, 249, 249, var(--tw-text-opacity));
}

.hover\:text-grayCustom-800:hover {
  --tw-text-opacity: 1;
  color: rgba(79, 79, 79, var(--tw-text-opacity));
}

.hover\:text-grayCustom:hover {
  --tw-text-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-text-opacity));
}

.hover\:text-grayCustom-dark:hover {
  --tw-text-opacity: 1;
  color: rgba(79, 79, 79, var(--tw-text-opacity));
}

.hover\:text-grayCustom-light:hover {
  --tw-text-opacity: 1;
  color: rgba(249, 249, 249, var(--tw-text-opacity));
}

.hover\:text-grayCustom-hover:hover {
  --tw-text-opacity: 1;
  color: rgba(159, 159, 159, var(--tw-text-opacity));
}

.hover\:text-error:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 32, 110, var(--tw-text-opacity));
}

.hover\:text-error-light:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 232, 234, var(--tw-text-opacity));
}

.hover\:text-warning:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-text-opacity));
}

.hover\:text-warning-light:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 246, 229, var(--tw-text-opacity));
}

.hover\:text-success:hover {
  --tw-text-opacity: 1;
  color: rgba(45, 216, 129, var(--tw-text-opacity));
}

.hover\:text-success-light:hover {
  --tw-text-opacity: 1;
  color: rgba(233, 251, 242, var(--tw-text-opacity));
}

.hover\:text-status-open:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-status-waiting_payment:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-text-opacity));
}

.hover\:text-status-completed:hover {
  --tw-text-opacity: 1;
  color: rgba(84, 193, 187, var(--tw-text-opacity));
}

.hover\:text-status-failed:hover {
  --tw-text-opacity: 1;
  color: rgba(232, 85, 107, var(--tw-text-opacity));
}

.hover\:text-status-waiting_verify:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-text-opacity));
}

.hover\:text-status-closed:hover {
  --tw-text-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-text-opacity));
}

.hover\:text-policyStatus-issuing:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-policyStatus-waiting_inspection:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-text-opacity));
}

.hover\:text-policyStatus-success:hover {
  --tw-text-opacity: 1;
  color: rgba(84, 193, 187, var(--tw-text-opacity));
}

.hover\:text-policyStatus-failed_inspection:hover {
  --tw-text-opacity: 1;
  color: rgba(232, 85, 107, var(--tw-text-opacity));
}

.hover\:text-policyStatus-failed:hover {
  --tw-text-opacity: 1;
  color: rgba(232, 85, 107, var(--tw-text-opacity));
}

.hover\:text-policyStatus-waiting_policy:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-text-opacity));
}

.hover\:text-policyStatus-cancel:hover {
  --tw-text-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-text-opacity));
}

.focus\:text-transparent:focus {
  color: transparent;
}

.focus\:text-current:focus {
  color: currentColor;
}

.focus\:text-black:focus {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus\:text-gray-50:focus {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.focus\:text-gray-100:focus {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.focus\:text-gray-200:focus {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.focus\:text-gray-300:focus {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.focus\:text-gray-400:focus {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.focus\:text-gray-500:focus {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.focus\:text-gray-600:focus {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.focus\:text-gray-700:focus {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.focus\:text-gray-800:focus {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.focus\:text-gray-900:focus {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.focus\:text-red-50:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.focus\:text-red-100:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.focus\:text-red-200:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.focus\:text-red-300:focus {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.focus\:text-red-400:focus {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.focus\:text-red-500:focus {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.focus\:text-red-600:focus {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.focus\:text-red-700:focus {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.focus\:text-red-800:focus {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.focus\:text-red-900:focus {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.focus\:text-yellow-50:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.focus\:text-yellow-100:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.focus\:text-yellow-200:focus {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.focus\:text-yellow-300:focus {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.focus\:text-yellow-400:focus {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.focus\:text-yellow-500:focus {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.focus\:text-yellow-600:focus {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.focus\:text-yellow-700:focus {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.focus\:text-yellow-800:focus {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.focus\:text-yellow-900:focus {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.focus\:text-green-50:focus {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.focus\:text-green-100:focus {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.focus\:text-green-200:focus {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.focus\:text-green-300:focus {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.focus\:text-green-400:focus {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.focus\:text-green-500:focus {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.focus\:text-green-600:focus {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.focus\:text-green-700:focus {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.focus\:text-green-800:focus {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.focus\:text-green-900:focus {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.focus\:text-blue-50:focus {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.focus\:text-blue-100:focus {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.focus\:text-blue-200:focus {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.focus\:text-blue-300:focus {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.focus\:text-blue-400:focus {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.focus\:text-blue-500:focus {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.focus\:text-blue-600:focus {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.focus\:text-blue-700:focus {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.focus\:text-blue-800:focus {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.focus\:text-blue-900:focus {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.focus\:text-indigo-50:focus {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.focus\:text-indigo-100:focus {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.focus\:text-indigo-200:focus {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.focus\:text-indigo-300:focus {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.focus\:text-indigo-400:focus {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.focus\:text-indigo-500:focus {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.focus\:text-indigo-600:focus {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.focus\:text-indigo-700:focus {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.focus\:text-indigo-800:focus {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.focus\:text-indigo-900:focus {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.focus\:text-purple-50:focus {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.focus\:text-purple-100:focus {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.focus\:text-purple-200:focus {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.focus\:text-purple-300:focus {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.focus\:text-purple-400:focus {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.focus\:text-purple-500:focus {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.focus\:text-purple-600:focus {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.focus\:text-purple-700:focus {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.focus\:text-purple-800:focus {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.focus\:text-purple-900:focus {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.focus\:text-pink-50:focus {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.focus\:text-pink-100:focus {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.focus\:text-pink-200:focus {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.focus\:text-pink-300:focus {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.focus\:text-pink-400:focus {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.focus\:text-pink-500:focus {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.focus\:text-pink-600:focus {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.focus\:text-pink-700:focus {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.focus\:text-pink-800:focus {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.focus\:text-pink-900:focus {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.focus\:text-primary-color:focus {
  --tw-text-opacity: 1;
  color: rgba(235, 0, 139, var(--tw-text-opacity));
}

.focus\:text-primary-color-dark:focus {
  --tw-text-opacity: 1;
  color: rgba(201, 0, 104, var(--tw-text-opacity));
}

.focus\:text-secondary-color:focus {
  --tw-text-opacity: 1;
  color: rgba(17, 46, 66, var(--tw-text-opacity));
}

.focus\:text-custom-gray-sm:focus {
  --tw-text-opacity: 1;
  color: rgba(241, 244, 246, var(--tw-text-opacity));
}

.focus\:text-custom-gray-sm2:focus {
  --tw-text-opacity: 1;
  color: rgba(241, 242, 243, var(--tw-text-opacity));
}

.focus\:text-custom-gray-md:focus {
  --tw-text-opacity: 1;
  color: rgba(132, 132, 132, var(--tw-text-opacity));
}

.focus\:text-custom-navy-dark:focus {
  --tw-text-opacity: 1;
  color: rgba(17, 46, 66, var(--tw-text-opacity));
}

.focus\:text-dark-blue:focus {
  --tw-text-opacity: 1;
  color: rgba(17, 46, 66, var(--tw-text-opacity));
}

.focus\:text-primary:focus {
  --tw-text-opacity: 1;
  color: rgba(25, 45, 64, var(--tw-text-opacity));
}

.focus\:text-secondary-1:focus {
  --tw-text-opacity: 1;
  color: rgba(230, 0, 126, var(--tw-text-opacity));
}

.focus\:text-secondary-2:focus {
  --tw-text-opacity: 1;
  color: rgba(214, 213, 100, var(--tw-text-opacity));
}

.focus\:text-secondary-3:focus {
  --tw-text-opacity: 1;
  color: rgba(252, 252, 205, var(--tw-text-opacity));
}

.focus\:text-secondary:focus {
  --tw-text-opacity: 1;
  color: rgba(230, 0, 126, var(--tw-text-opacity));
}

.focus\:text-secondary-dark:focus {
  --tw-text-opacity: 1;
  color: rgba(193, 26, 125, var(--tw-text-opacity));
}

.focus\:text-secondary-light:focus {
  --tw-text-opacity: 1;
  color: rgba(251, 206, 233, var(--tw-text-opacity));
}

.focus\:text-grayCustom-1:focus {
  --tw-text-opacity: 1;
  color: rgba(79, 79, 79, var(--tw-text-opacity));
}

.focus\:text-grayCustom-2:focus {
  --tw-text-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-text-opacity));
}

.focus\:text-grayCustom-3:focus {
  --tw-text-opacity: 1;
  color: rgba(249, 249, 249, var(--tw-text-opacity));
}

.focus\:text-grayCustom-800:focus {
  --tw-text-opacity: 1;
  color: rgba(79, 79, 79, var(--tw-text-opacity));
}

.focus\:text-grayCustom:focus {
  --tw-text-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-text-opacity));
}

.focus\:text-grayCustom-dark:focus {
  --tw-text-opacity: 1;
  color: rgba(79, 79, 79, var(--tw-text-opacity));
}

.focus\:text-grayCustom-light:focus {
  --tw-text-opacity: 1;
  color: rgba(249, 249, 249, var(--tw-text-opacity));
}

.focus\:text-grayCustom-hover:focus {
  --tw-text-opacity: 1;
  color: rgba(159, 159, 159, var(--tw-text-opacity));
}

.focus\:text-error:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 32, 110, var(--tw-text-opacity));
}

.focus\:text-error-light:focus {
  --tw-text-opacity: 1;
  color: rgba(253, 232, 234, var(--tw-text-opacity));
}

.focus\:text-warning:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-text-opacity));
}

.focus\:text-warning-light:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 246, 229, var(--tw-text-opacity));
}

.focus\:text-success:focus {
  --tw-text-opacity: 1;
  color: rgba(45, 216, 129, var(--tw-text-opacity));
}

.focus\:text-success-light:focus {
  --tw-text-opacity: 1;
  color: rgba(233, 251, 242, var(--tw-text-opacity));
}

.focus\:text-status-open:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus\:text-status-waiting_payment:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-text-opacity));
}

.focus\:text-status-completed:focus {
  --tw-text-opacity: 1;
  color: rgba(84, 193, 187, var(--tw-text-opacity));
}

.focus\:text-status-failed:focus {
  --tw-text-opacity: 1;
  color: rgba(232, 85, 107, var(--tw-text-opacity));
}

.focus\:text-status-waiting_verify:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-text-opacity));
}

.focus\:text-status-closed:focus {
  --tw-text-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-text-opacity));
}

.focus\:text-policyStatus-issuing:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus\:text-policyStatus-waiting_inspection:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-text-opacity));
}

.focus\:text-policyStatus-success:focus {
  --tw-text-opacity: 1;
  color: rgba(84, 193, 187, var(--tw-text-opacity));
}

.focus\:text-policyStatus-failed_inspection:focus {
  --tw-text-opacity: 1;
  color: rgba(232, 85, 107, var(--tw-text-opacity));
}

.focus\:text-policyStatus-failed:focus {
  --tw-text-opacity: 1;
  color: rgba(232, 85, 107, var(--tw-text-opacity));
}

.focus\:text-policyStatus-waiting_policy:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-text-opacity));
}

.focus\:text-policyStatus-cancel:focus {
  --tw-text-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-text-opacity));
}

.text-opacity-0 {
  --tw-text-opacity: 0;
}

.text-opacity-5 {
  --tw-text-opacity: 0.05;
}

.text-opacity-10 {
  --tw-text-opacity: 0.1;
}

.text-opacity-20 {
  --tw-text-opacity: 0.2;
}

.text-opacity-25 {
  --tw-text-opacity: 0.25;
}

.text-opacity-30 {
  --tw-text-opacity: 0.3;
}

.text-opacity-40 {
  --tw-text-opacity: 0.4;
}

.text-opacity-50 {
  --tw-text-opacity: 0.5;
}

.text-opacity-60 {
  --tw-text-opacity: 0.6;
}

.text-opacity-70 {
  --tw-text-opacity: 0.7;
}

.text-opacity-75 {
  --tw-text-opacity: 0.75;
}

.text-opacity-80 {
  --tw-text-opacity: 0.8;
}

.text-opacity-90 {
  --tw-text-opacity: 0.9;
}

.text-opacity-95 {
  --tw-text-opacity: 0.95;
}

.text-opacity-100 {
  --tw-text-opacity: 1;
}

.group:hover .group-hover\:text-opacity-0 {
  --tw-text-opacity: 0;
}

.group:hover .group-hover\:text-opacity-5 {
  --tw-text-opacity: 0.05;
}

.group:hover .group-hover\:text-opacity-10 {
  --tw-text-opacity: 0.1;
}

.group:hover .group-hover\:text-opacity-20 {
  --tw-text-opacity: 0.2;
}

.group:hover .group-hover\:text-opacity-25 {
  --tw-text-opacity: 0.25;
}

.group:hover .group-hover\:text-opacity-30 {
  --tw-text-opacity: 0.3;
}

.group:hover .group-hover\:text-opacity-40 {
  --tw-text-opacity: 0.4;
}

.group:hover .group-hover\:text-opacity-50 {
  --tw-text-opacity: 0.5;
}

.group:hover .group-hover\:text-opacity-60 {
  --tw-text-opacity: 0.6;
}

.group:hover .group-hover\:text-opacity-70 {
  --tw-text-opacity: 0.7;
}

.group:hover .group-hover\:text-opacity-75 {
  --tw-text-opacity: 0.75;
}

.group:hover .group-hover\:text-opacity-80 {
  --tw-text-opacity: 0.8;
}

.group:hover .group-hover\:text-opacity-90 {
  --tw-text-opacity: 0.9;
}

.group:hover .group-hover\:text-opacity-95 {
  --tw-text-opacity: 0.95;
}

.group:hover .group-hover\:text-opacity-100 {
  --tw-text-opacity: 1;
}

.focus-within\:text-opacity-0[focus-within] {
  --tw-text-opacity: 0;
}

.focus-within\:text-opacity-0:focus-within {
  --tw-text-opacity: 0;
}

.focus-within\:text-opacity-5[focus-within] {
  --tw-text-opacity: 0.05;
}

.focus-within\:text-opacity-5:focus-within {
  --tw-text-opacity: 0.05;
}

.focus-within\:text-opacity-10[focus-within] {
  --tw-text-opacity: 0.1;
}

.focus-within\:text-opacity-10:focus-within {
  --tw-text-opacity: 0.1;
}

.focus-within\:text-opacity-20[focus-within] {
  --tw-text-opacity: 0.2;
}

.focus-within\:text-opacity-20:focus-within {
  --tw-text-opacity: 0.2;
}

.focus-within\:text-opacity-25[focus-within] {
  --tw-text-opacity: 0.25;
}

.focus-within\:text-opacity-25:focus-within {
  --tw-text-opacity: 0.25;
}

.focus-within\:text-opacity-30[focus-within] {
  --tw-text-opacity: 0.3;
}

.focus-within\:text-opacity-30:focus-within {
  --tw-text-opacity: 0.3;
}

.focus-within\:text-opacity-40[focus-within] {
  --tw-text-opacity: 0.4;
}

.focus-within\:text-opacity-40:focus-within {
  --tw-text-opacity: 0.4;
}

.focus-within\:text-opacity-50[focus-within] {
  --tw-text-opacity: 0.5;
}

.focus-within\:text-opacity-50:focus-within {
  --tw-text-opacity: 0.5;
}

.focus-within\:text-opacity-60[focus-within] {
  --tw-text-opacity: 0.6;
}

.focus-within\:text-opacity-60:focus-within {
  --tw-text-opacity: 0.6;
}

.focus-within\:text-opacity-70[focus-within] {
  --tw-text-opacity: 0.7;
}

.focus-within\:text-opacity-70:focus-within {
  --tw-text-opacity: 0.7;
}

.focus-within\:text-opacity-75[focus-within] {
  --tw-text-opacity: 0.75;
}

.focus-within\:text-opacity-75:focus-within {
  --tw-text-opacity: 0.75;
}

.focus-within\:text-opacity-80[focus-within] {
  --tw-text-opacity: 0.8;
}

.focus-within\:text-opacity-80:focus-within {
  --tw-text-opacity: 0.8;
}

.focus-within\:text-opacity-90[focus-within] {
  --tw-text-opacity: 0.9;
}

.focus-within\:text-opacity-90:focus-within {
  --tw-text-opacity: 0.9;
}

.focus-within\:text-opacity-95[focus-within] {
  --tw-text-opacity: 0.95;
}

.focus-within\:text-opacity-95:focus-within {
  --tw-text-opacity: 0.95;
}

.focus-within\:text-opacity-100[focus-within] {
  --tw-text-opacity: 1;
}

.focus-within\:text-opacity-100:focus-within {
  --tw-text-opacity: 1;
}

.hover\:text-opacity-0:hover {
  --tw-text-opacity: 0;
}

.hover\:text-opacity-5:hover {
  --tw-text-opacity: 0.05;
}

.hover\:text-opacity-10:hover {
  --tw-text-opacity: 0.1;
}

.hover\:text-opacity-20:hover {
  --tw-text-opacity: 0.2;
}

.hover\:text-opacity-25:hover {
  --tw-text-opacity: 0.25;
}

.hover\:text-opacity-30:hover {
  --tw-text-opacity: 0.3;
}

.hover\:text-opacity-40:hover {
  --tw-text-opacity: 0.4;
}

.hover\:text-opacity-50:hover {
  --tw-text-opacity: 0.5;
}

.hover\:text-opacity-60:hover {
  --tw-text-opacity: 0.6;
}

.hover\:text-opacity-70:hover {
  --tw-text-opacity: 0.7;
}

.hover\:text-opacity-75:hover {
  --tw-text-opacity: 0.75;
}

.hover\:text-opacity-80:hover {
  --tw-text-opacity: 0.8;
}

.hover\:text-opacity-90:hover {
  --tw-text-opacity: 0.9;
}

.hover\:text-opacity-95:hover {
  --tw-text-opacity: 0.95;
}

.hover\:text-opacity-100:hover {
  --tw-text-opacity: 1;
}

.focus\:text-opacity-0:focus {
  --tw-text-opacity: 0;
}

.focus\:text-opacity-5:focus {
  --tw-text-opacity: 0.05;
}

.focus\:text-opacity-10:focus {
  --tw-text-opacity: 0.1;
}

.focus\:text-opacity-20:focus {
  --tw-text-opacity: 0.2;
}

.focus\:text-opacity-25:focus {
  --tw-text-opacity: 0.25;
}

.focus\:text-opacity-30:focus {
  --tw-text-opacity: 0.3;
}

.focus\:text-opacity-40:focus {
  --tw-text-opacity: 0.4;
}

.focus\:text-opacity-50:focus {
  --tw-text-opacity: 0.5;
}

.focus\:text-opacity-60:focus {
  --tw-text-opacity: 0.6;
}

.focus\:text-opacity-70:focus {
  --tw-text-opacity: 0.7;
}

.focus\:text-opacity-75:focus {
  --tw-text-opacity: 0.75;
}

.focus\:text-opacity-80:focus {
  --tw-text-opacity: 0.8;
}

.focus\:text-opacity-90:focus {
  --tw-text-opacity: 0.9;
}

.focus\:text-opacity-95:focus {
  --tw-text-opacity: 0.95;
}

.focus\:text-opacity-100:focus {
  --tw-text-opacity: 1;
}

.underline {
  text-decoration: underline;
}

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

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

.group:hover .group-hover\:underline {
  text-decoration: underline;
}

.group:hover .group-hover\:line-through {
  text-decoration: line-through;
}

.group:hover .group-hover\:no-underline {
  text-decoration: none;
}

.focus-within\:underline[focus-within] {
  text-decoration: underline;
}

.focus-within\:underline:focus-within {
  text-decoration: underline;
}

.focus-within\:line-through[focus-within] {
  text-decoration: line-through;
}

.focus-within\:line-through:focus-within {
  text-decoration: line-through;
}

.focus-within\:no-underline[focus-within] {
  text-decoration: none;
}

.focus-within\:no-underline:focus-within {
  text-decoration: none;
}

.hover\:underline:hover {
  text-decoration: underline;
}

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

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

.focus\:underline:focus {
  text-decoration: underline;
}

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

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.placeholder-transparent::-moz-placeholder {
  color: transparent;
}

.placeholder-transparent::placeholder {
  color: transparent;
}

.placeholder-current::-moz-placeholder {
  color: currentColor;
}

.placeholder-current::placeholder {
  color: currentColor;
}

.placeholder-black::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-black::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-white::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-white::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-gray-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.placeholder-gray-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.placeholder-gray-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.placeholder-gray-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.placeholder-gray-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.placeholder-gray-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.placeholder-gray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.placeholder-gray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.placeholder-gray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.placeholder-gray-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.placeholder-gray-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.placeholder-gray-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.placeholder-gray-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.placeholder-gray-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.placeholder-gray-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.placeholder-gray-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.placeholder-red-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.placeholder-red-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.placeholder-red-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.placeholder-red-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.placeholder-red-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.placeholder-red-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.placeholder-red-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.placeholder-red-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.placeholder-red-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.placeholder-red-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.placeholder-red-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.placeholder-red-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.placeholder-red-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-red-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-red-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.placeholder-red-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.placeholder-red-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.placeholder-red-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.placeholder-red-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.placeholder-red-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.placeholder-yellow-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.placeholder-yellow-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.placeholder-yellow-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.placeholder-yellow-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.placeholder-yellow-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.placeholder-yellow-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.placeholder-yellow-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.placeholder-yellow-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.placeholder-yellow-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.placeholder-yellow-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.placeholder-yellow-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.placeholder-yellow-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.placeholder-yellow-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.placeholder-yellow-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.placeholder-yellow-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.placeholder-yellow-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.placeholder-yellow-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.placeholder-yellow-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.placeholder-yellow-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.placeholder-yellow-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.placeholder-green-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.placeholder-green-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.placeholder-green-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.placeholder-green-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.placeholder-green-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.placeholder-green-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.placeholder-green-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.placeholder-green-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.placeholder-green-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.placeholder-green-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.placeholder-green-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.placeholder-green-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.placeholder-green-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.placeholder-green-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.placeholder-green-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.placeholder-green-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.placeholder-green-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.placeholder-green-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.placeholder-green-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.placeholder-green-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.placeholder-blue-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.placeholder-blue-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.placeholder-blue-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.placeholder-blue-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.placeholder-blue-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.placeholder-blue-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.placeholder-blue-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.placeholder-blue-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.placeholder-blue-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.placeholder-blue-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.placeholder-blue-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.placeholder-blue-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.placeholder-blue-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.placeholder-blue-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.placeholder-blue-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.placeholder-blue-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.placeholder-indigo-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.placeholder-indigo-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.placeholder-indigo-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.placeholder-indigo-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.placeholder-indigo-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.placeholder-indigo-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.placeholder-indigo-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.placeholder-indigo-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.placeholder-indigo-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.placeholder-indigo-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.placeholder-indigo-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.placeholder-indigo-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.placeholder-indigo-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.placeholder-indigo-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.placeholder-indigo-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.placeholder-indigo-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.placeholder-purple-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.placeholder-purple-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.placeholder-purple-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.placeholder-purple-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.placeholder-purple-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.placeholder-purple-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.placeholder-purple-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.placeholder-purple-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.placeholder-purple-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.placeholder-purple-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.placeholder-purple-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.placeholder-purple-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.placeholder-purple-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.placeholder-purple-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.placeholder-purple-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.placeholder-purple-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.placeholder-purple-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.placeholder-purple-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.placeholder-pink-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.placeholder-pink-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.placeholder-pink-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.placeholder-pink-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.placeholder-pink-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.placeholder-pink-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.placeholder-pink-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.placeholder-pink-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.placeholder-pink-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.placeholder-pink-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.placeholder-pink-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.placeholder-pink-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.placeholder-pink-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.placeholder-pink-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.placeholder-pink-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.placeholder-pink-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.placeholder-pink-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.placeholder-pink-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.placeholder-pink-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.placeholder-pink-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.placeholder-primary-color::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
}

.placeholder-primary-color::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
}

.placeholder-primary-color-dark::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
}

.placeholder-primary-color-dark::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
}

.placeholder-secondary-color::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
}

.placeholder-secondary-color::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
}

.placeholder-custom-gray-sm::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
}

.placeholder-custom-gray-sm::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
}

.placeholder-custom-gray-sm2::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
}

.placeholder-custom-gray-sm2::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
}

.placeholder-custom-gray-md::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
}

.placeholder-custom-gray-md::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
}

.placeholder-custom-navy-dark::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
}

.placeholder-custom-navy-dark::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
}

.placeholder-dark-blue::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
}

.placeholder-dark-blue::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
}

.placeholder-primary::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
}

.placeholder-primary::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
}

.placeholder-secondary-1::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
}

.placeholder-secondary-1::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
}

.placeholder-secondary-2::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
}

.placeholder-secondary-2::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
}

.placeholder-secondary-3::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
}

.placeholder-secondary-3::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
}

.placeholder-secondary::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
}

.placeholder-secondary::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
}

.placeholder-secondary-dark::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
}

.placeholder-secondary-dark::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
}

.placeholder-secondary-light::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
}

.placeholder-secondary-light::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
}

.placeholder-grayCustom-1::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
}

.placeholder-grayCustom-1::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
}

.placeholder-grayCustom-2::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
}

.placeholder-grayCustom-2::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
}

.placeholder-grayCustom-3::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
}

.placeholder-grayCustom-3::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
}

.placeholder-grayCustom-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
}

.placeholder-grayCustom-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
}

.placeholder-grayCustom::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
}

.placeholder-grayCustom::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
}

.placeholder-grayCustom-dark::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
}

.placeholder-grayCustom-dark::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
}

.placeholder-grayCustom-light::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
}

.placeholder-grayCustom-light::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
}

.placeholder-grayCustom-hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
}

.placeholder-grayCustom-hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
}

.placeholder-error::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
}

.placeholder-error::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
}

.placeholder-error-light::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
}

.placeholder-error-light::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
}

.placeholder-warning::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
}

.placeholder-warning::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
}

.placeholder-warning-light::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
}

.placeholder-warning-light::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
}

.placeholder-success::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
}

.placeholder-success::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
}

.placeholder-success-light::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
}

.placeholder-success-light::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
}

.placeholder-status-open::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-status-open::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-status-waiting_payment::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
}

.placeholder-status-waiting_payment::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
}

.placeholder-status-completed::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
}

.placeholder-status-completed::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
}

.placeholder-status-failed::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
}

.placeholder-status-failed::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
}

.placeholder-status-waiting_verify::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
}

.placeholder-status-waiting_verify::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
}

.placeholder-status-closed::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
}

.placeholder-status-closed::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
}

.placeholder-policyStatus-issuing::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-policyStatus-issuing::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-policyStatus-waiting_inspection::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
}

.placeholder-policyStatus-waiting_inspection::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
}

.placeholder-policyStatus-success::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
}

.placeholder-policyStatus-success::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
}

.placeholder-policyStatus-failed_inspection::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
}

.placeholder-policyStatus-failed_inspection::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
}

.placeholder-policyStatus-failed::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
}

.placeholder-policyStatus-failed::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
}

.placeholder-policyStatus-waiting_policy::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
}

.placeholder-policyStatus-waiting_policy::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
}

.placeholder-policyStatus-cancel::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
}

.placeholder-policyStatus-cancel::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
}

.focus\:placeholder-transparent:focus::-moz-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus::placeholder {
  color: transparent;
}

.focus\:placeholder-current:focus::-moz-placeholder {
  color: currentColor;
}

.focus\:placeholder-current:focus::placeholder {
  color: currentColor;
}

.focus\:placeholder-black:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.focus\:placeholder-primary-color:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
}

.focus\:placeholder-primary-color:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
}

.focus\:placeholder-primary-color-dark:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
}

.focus\:placeholder-primary-color-dark:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
}

.focus\:placeholder-secondary-color:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
}

.focus\:placeholder-secondary-color:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
}

.focus\:placeholder-custom-gray-sm:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-custom-gray-sm:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-custom-gray-sm2:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
}

.focus\:placeholder-custom-gray-sm2:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
}

.focus\:placeholder-custom-gray-md:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
}

.focus\:placeholder-custom-gray-md:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
}

.focus\:placeholder-custom-navy-dark:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
}

.focus\:placeholder-custom-navy-dark:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
}

.focus\:placeholder-dark-blue:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
}

.focus\:placeholder-dark-blue:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
}

.focus\:placeholder-primary:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
}

.focus\:placeholder-primary:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
}

.focus\:placeholder-secondary-1:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
}

.focus\:placeholder-secondary-1:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
}

.focus\:placeholder-secondary-2:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
}

.focus\:placeholder-secondary-2:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
}

.focus\:placeholder-secondary-3:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
}

.focus\:placeholder-secondary-3:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
}

.focus\:placeholder-secondary:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
}

.focus\:placeholder-secondary:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
}

.focus\:placeholder-secondary-dark:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
}

.focus\:placeholder-secondary-dark:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
}

.focus\:placeholder-secondary-light:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
}

.focus\:placeholder-secondary-light:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grayCustom-1:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grayCustom-1:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grayCustom-2:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grayCustom-2:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grayCustom-3:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grayCustom-3:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grayCustom-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grayCustom-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grayCustom:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grayCustom:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grayCustom-dark:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grayCustom-dark:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grayCustom-light:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grayCustom-light:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grayCustom-hover:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grayCustom-hover:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
}

.focus\:placeholder-error:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-error:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-error-light:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
}

.focus\:placeholder-error-light:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warning:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warning:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warning-light:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warning-light:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-success:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-success:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-success-light:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-success-light:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-status-open:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-status-open:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-status-waiting_payment:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
}

.focus\:placeholder-status-waiting_payment:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
}

.focus\:placeholder-status-completed:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
}

.focus\:placeholder-status-completed:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
}

.focus\:placeholder-status-failed:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
}

.focus\:placeholder-status-failed:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
}

.focus\:placeholder-status-waiting_verify:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
}

.focus\:placeholder-status-waiting_verify:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
}

.focus\:placeholder-status-closed:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
}

.focus\:placeholder-status-closed:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
}

.focus\:placeholder-policyStatus-issuing:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-policyStatus-issuing:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-policyStatus-waiting_inspection:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
}

.focus\:placeholder-policyStatus-waiting_inspection:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
}

.focus\:placeholder-policyStatus-success:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
}

.focus\:placeholder-policyStatus-success:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
}

.focus\:placeholder-policyStatus-failed_inspection:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
}

.focus\:placeholder-policyStatus-failed_inspection:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
}

.focus\:placeholder-policyStatus-failed:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
}

.focus\:placeholder-policyStatus-failed:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
}

.focus\:placeholder-policyStatus-waiting_policy:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
}

.focus\:placeholder-policyStatus-waiting_policy:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
}

.focus\:placeholder-policyStatus-cancel:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
}

.focus\:placeholder-policyStatus-cancel:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
}

.placeholder-opacity-0::-moz-placeholder {
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-0::placeholder {
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-5::-moz-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-5::placeholder {
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-10::-moz-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-10::placeholder {
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-20::-moz-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-20::placeholder {
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-25::-moz-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-25::placeholder {
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-30::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-30::placeholder {
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-40::-moz-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-40::placeholder {
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-50::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-50::placeholder {
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-60::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-60::placeholder {
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-70::-moz-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-70::placeholder {
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-75::-moz-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-75::placeholder {
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-80::-moz-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-80::placeholder {
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-90::-moz-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-90::placeholder {
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-95::-moz-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-95::placeholder {
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}

.placeholder-opacity-100::placeholder {
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus::placeholder {
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-5:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-5:focus::placeholder {
  --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-10:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.focus\:placeholder-opacity-10:focus::placeholder {
  --tw-placeholder-opacity: 0.1;
}

.focus\:placeholder-opacity-20:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.focus\:placeholder-opacity-20:focus::placeholder {
  --tw-placeholder-opacity: 0.2;
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus::placeholder {
  --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-30:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-30:focus::placeholder {
  --tw-placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-40:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-40:focus::placeholder {
  --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus::placeholder {
  --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-60:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.focus\:placeholder-opacity-60:focus::placeholder {
  --tw-placeholder-opacity: 0.6;
}

.focus\:placeholder-opacity-70:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-70:focus::placeholder {
  --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus::placeholder {
  --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-80:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-80:focus::placeholder {
  --tw-placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-90:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.focus\:placeholder-opacity-90:focus::placeholder {
  --tw-placeholder-opacity: 0.9;
}

.focus\:placeholder-opacity-95:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-95:focus::placeholder {
  --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
}

.caret-transparent {
  caret-color: transparent;
}

.caret-current {
  caret-color: currentColor;
}

.caret-black {
  caret-color: #000;
}

.caret-white {
  caret-color: #fff;
}

.caret-gray-50 {
  caret-color: #f9fafb;
}

.caret-gray-100 {
  caret-color: #f3f4f6;
}

.caret-gray-200 {
  caret-color: #e5e7eb;
}

.caret-gray-300 {
  caret-color: #d1d5db;
}

.caret-gray-400 {
  caret-color: #9ca3af;
}

.caret-gray-500 {
  caret-color: #6b7280;
}

.caret-gray-600 {
  caret-color: #4b5563;
}

.caret-gray-700 {
  caret-color: #374151;
}

.caret-gray-800 {
  caret-color: #1f2937;
}

.caret-gray-900 {
  caret-color: #111827;
}

.caret-red-50 {
  caret-color: #fef2f2;
}

.caret-red-100 {
  caret-color: #fee2e2;
}

.caret-red-200 {
  caret-color: #fecaca;
}

.caret-red-300 {
  caret-color: #fca5a5;
}

.caret-red-400 {
  caret-color: #f87171;
}

.caret-red-500 {
  caret-color: #ef4444;
}

.caret-red-600 {
  caret-color: #dc2626;
}

.caret-red-700 {
  caret-color: #b91c1c;
}

.caret-red-800 {
  caret-color: #991b1b;
}

.caret-red-900 {
  caret-color: #7f1d1d;
}

.caret-yellow-50 {
  caret-color: #fffbeb;
}

.caret-yellow-100 {
  caret-color: #fef3c7;
}

.caret-yellow-200 {
  caret-color: #fde68a;
}

.caret-yellow-300 {
  caret-color: #fcd34d;
}

.caret-yellow-400 {
  caret-color: #fbbf24;
}

.caret-yellow-500 {
  caret-color: #f59e0b;
}

.caret-yellow-600 {
  caret-color: #d97706;
}

.caret-yellow-700 {
  caret-color: #b45309;
}

.caret-yellow-800 {
  caret-color: #92400e;
}

.caret-yellow-900 {
  caret-color: #78350f;
}

.caret-green-50 {
  caret-color: #ecfdf5;
}

.caret-green-100 {
  caret-color: #d1fae5;
}

.caret-green-200 {
  caret-color: #a7f3d0;
}

.caret-green-300 {
  caret-color: #6ee7b7;
}

.caret-green-400 {
  caret-color: #34d399;
}

.caret-green-500 {
  caret-color: #10b981;
}

.caret-green-600 {
  caret-color: #059669;
}

.caret-green-700 {
  caret-color: #047857;
}

.caret-green-800 {
  caret-color: #065f46;
}

.caret-green-900 {
  caret-color: #064e3b;
}

.caret-blue-50 {
  caret-color: #eff6ff;
}

.caret-blue-100 {
  caret-color: #dbeafe;
}

.caret-blue-200 {
  caret-color: #bfdbfe;
}

.caret-blue-300 {
  caret-color: #93c5fd;
}

.caret-blue-400 {
  caret-color: #60a5fa;
}

.caret-blue-500 {
  caret-color: #3b82f6;
}

.caret-blue-600 {
  caret-color: #2563eb;
}

.caret-blue-700 {
  caret-color: #1d4ed8;
}

.caret-blue-800 {
  caret-color: #1e40af;
}

.caret-blue-900 {
  caret-color: #1e3a8a;
}

.caret-indigo-50 {
  caret-color: #eef2ff;
}

.caret-indigo-100 {
  caret-color: #e0e7ff;
}

.caret-indigo-200 {
  caret-color: #c7d2fe;
}

.caret-indigo-300 {
  caret-color: #a5b4fc;
}

.caret-indigo-400 {
  caret-color: #818cf8;
}

.caret-indigo-500 {
  caret-color: #6366f1;
}

.caret-indigo-600 {
  caret-color: #4f46e5;
}

.caret-indigo-700 {
  caret-color: #4338ca;
}

.caret-indigo-800 {
  caret-color: #3730a3;
}

.caret-indigo-900 {
  caret-color: #312e81;
}

.caret-purple-50 {
  caret-color: #f5f3ff;
}

.caret-purple-100 {
  caret-color: #ede9fe;
}

.caret-purple-200 {
  caret-color: #ddd6fe;
}

.caret-purple-300 {
  caret-color: #c4b5fd;
}

.caret-purple-400 {
  caret-color: #a78bfa;
}

.caret-purple-500 {
  caret-color: #8b5cf6;
}

.caret-purple-600 {
  caret-color: #7c3aed;
}

.caret-purple-700 {
  caret-color: #6d28d9;
}

.caret-purple-800 {
  caret-color: #5b21b6;
}

.caret-purple-900 {
  caret-color: #4c1d95;
}

.caret-pink-50 {
  caret-color: #fdf2f8;
}

.caret-pink-100 {
  caret-color: #fce7f3;
}

.caret-pink-200 {
  caret-color: #fbcfe8;
}

.caret-pink-300 {
  caret-color: #f9a8d4;
}

.caret-pink-400 {
  caret-color: #f472b6;
}

.caret-pink-500 {
  caret-color: #ec4899;
}

.caret-pink-600 {
  caret-color: #db2777;
}

.caret-pink-700 {
  caret-color: #be185d;
}

.caret-pink-800 {
  caret-color: #9d174d;
}

.caret-pink-900 {
  caret-color: #831843;
}

.caret-primary-color {
  caret-color: #eb008b;
}

.caret-primary-color-dark {
  caret-color: #c90068;
}

.caret-secondary-color {
  caret-color: #112e42;
}

.caret-custom-gray-sm {
  caret-color: #f1f4f6;
}

.caret-custom-gray-sm2 {
  caret-color: #f1f2f3;
}

.caret-custom-gray-md {
  caret-color: #848484;
}

.caret-custom-navy-dark {
  caret-color: #112e42;
}

.caret-dark-blue {
  caret-color: #112E42;
}

.caret-primary {
  caret-color: #192D40;
}

.caret-secondary-1 {
  caret-color: #E6007E;
}

.caret-secondary-2 {
  caret-color: #D6D564;
}

.caret-secondary-3 {
  caret-color: #FCFCCD;
}

.caret-secondary {
  caret-color: #E6007E;
}

.caret-secondary-dark {
  caret-color: #C11A7D;
}

.caret-secondary-light {
  caret-color: #FBCEE9;
}

.caret-grayCustom-1 {
  caret-color: #4F4F4F;
}

.caret-grayCustom-2 {
  caret-color: #C4C4C4;
}

.caret-grayCustom-3 {
  caret-color: #F9F9F9;
}

.caret-grayCustom-800 {
  caret-color: #4F4F4F;
}

.caret-grayCustom {
  caret-color: #C4C4C4;
}

.caret-grayCustom-dark {
  caret-color: #4F4F4F;
}

.caret-grayCustom-light {
  caret-color: #F9F9F9;
}

.caret-grayCustom-hover {
  caret-color: #9F9F9F;
}

.caret-error {
  caret-color: #FF206E;
}

.caret-error-light {
  caret-color: #FDE8EA;
}

.caret-warning {
  caret-color: #FFAE14;
}

.caret-warning-light {
  caret-color: #FFF6E5;
}

.caret-success {
  caret-color: #2DD881;
}

.caret-success-light {
  caret-color: #E9FBF2;
}

.caret-status-open {
  caret-color: #FFF;
}

.caret-status-waiting_payment {
  caret-color: #ffae14;
}

.caret-status-completed {
  caret-color: #54c1bb;
}

.caret-status-failed {
  caret-color: #e8556b;
}

.caret-status-waiting_verify {
  caret-color: #ffae14;
}

.caret-status-closed {
  caret-color: #c4c4c4;
}

.caret-policyStatus-issuing {
  caret-color: #FFF;
}

.caret-policyStatus-waiting_inspection {
  caret-color: #ffae14;
}

.caret-policyStatus-success {
  caret-color: #54c1bb;
}

.caret-policyStatus-failed_inspection {
  caret-color: #e8556b;
}

.caret-policyStatus-failed {
  caret-color: #e8556b;
}

.caret-policyStatus-waiting_policy {
  caret-color: #ffae14;
}

.caret-policyStatus-cancel {
  caret-color: #c4c4c4;
}

.opacity-0 {
  opacity: 0;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-5 {
  opacity: 0.05;
}

.group:hover .group-hover\:opacity-10 {
  opacity: 0.1;
}

.group:hover .group-hover\:opacity-20 {
  opacity: 0.2;
}

.group:hover .group-hover\:opacity-25 {
  opacity: 0.25;
}

.group:hover .group-hover\:opacity-30 {
  opacity: 0.3;
}

.group:hover .group-hover\:opacity-40 {
  opacity: 0.4;
}

.group:hover .group-hover\:opacity-50 {
  opacity: 0.5;
}

.group:hover .group-hover\:opacity-60 {
  opacity: 0.6;
}

.group:hover .group-hover\:opacity-70 {
  opacity: 0.7;
}

.group:hover .group-hover\:opacity-75 {
  opacity: 0.75;
}

.group:hover .group-hover\:opacity-80 {
  opacity: 0.8;
}

.group:hover .group-hover\:opacity-90 {
  opacity: 0.9;
}

.group:hover .group-hover\:opacity-95 {
  opacity: 0.95;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.focus-within\:opacity-0[focus-within] {
  opacity: 0;
}

.focus-within\:opacity-0:focus-within {
  opacity: 0;
}

.focus-within\:opacity-5[focus-within] {
  opacity: 0.05;
}

.focus-within\:opacity-5:focus-within {
  opacity: 0.05;
}

.focus-within\:opacity-10[focus-within] {
  opacity: 0.1;
}

.focus-within\:opacity-10:focus-within {
  opacity: 0.1;
}

.focus-within\:opacity-20[focus-within] {
  opacity: 0.2;
}

.focus-within\:opacity-20:focus-within {
  opacity: 0.2;
}

.focus-within\:opacity-25[focus-within] {
  opacity: 0.25;
}

.focus-within\:opacity-25:focus-within {
  opacity: 0.25;
}

.focus-within\:opacity-30[focus-within] {
  opacity: 0.3;
}

.focus-within\:opacity-30:focus-within {
  opacity: 0.3;
}

.focus-within\:opacity-40[focus-within] {
  opacity: 0.4;
}

.focus-within\:opacity-40:focus-within {
  opacity: 0.4;
}

.focus-within\:opacity-50[focus-within] {
  opacity: 0.5;
}

.focus-within\:opacity-50:focus-within {
  opacity: 0.5;
}

.focus-within\:opacity-60[focus-within] {
  opacity: 0.6;
}

.focus-within\:opacity-60:focus-within {
  opacity: 0.6;
}

.focus-within\:opacity-70[focus-within] {
  opacity: 0.7;
}

.focus-within\:opacity-70:focus-within {
  opacity: 0.7;
}

.focus-within\:opacity-75[focus-within] {
  opacity: 0.75;
}

.focus-within\:opacity-75:focus-within {
  opacity: 0.75;
}

.focus-within\:opacity-80[focus-within] {
  opacity: 0.8;
}

.focus-within\:opacity-80:focus-within {
  opacity: 0.8;
}

.focus-within\:opacity-90[focus-within] {
  opacity: 0.9;
}

.focus-within\:opacity-90:focus-within {
  opacity: 0.9;
}

.focus-within\:opacity-95[focus-within] {
  opacity: 0.95;
}

.focus-within\:opacity-95:focus-within {
  opacity: 0.95;
}

.focus-within\:opacity-100[focus-within] {
  opacity: 1;
}

.focus-within\:opacity-100:focus-within {
  opacity: 1;
}

.hover\:opacity-0:hover {
  opacity: 0;
}

.hover\:opacity-5:hover {
  opacity: 0.05;
}

.hover\:opacity-10:hover {
  opacity: 0.1;
}

.hover\:opacity-20:hover {
  opacity: 0.2;
}

.hover\:opacity-25:hover {
  opacity: 0.25;
}

.hover\:opacity-30:hover {
  opacity: 0.3;
}

.hover\:opacity-40:hover {
  opacity: 0.4;
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.hover\:opacity-60:hover {
  opacity: 0.6;
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:opacity-95:hover {
  opacity: 0.95;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.focus\:opacity-0:focus {
  opacity: 0;
}

.focus\:opacity-5:focus {
  opacity: 0.05;
}

.focus\:opacity-10:focus {
  opacity: 0.1;
}

.focus\:opacity-20:focus {
  opacity: 0.2;
}

.focus\:opacity-25:focus {
  opacity: 0.25;
}

.focus\:opacity-30:focus {
  opacity: 0.3;
}

.focus\:opacity-40:focus {
  opacity: 0.4;
}

.focus\:opacity-50:focus {
  opacity: 0.5;
}

.focus\:opacity-60:focus {
  opacity: 0.6;
}

.focus\:opacity-70:focus {
  opacity: 0.7;
}

.focus\:opacity-75:focus {
  opacity: 0.75;
}

.focus\:opacity-80:focus {
  opacity: 0.8;
}

.focus\:opacity-90:focus {
  opacity: 0.9;
}

.focus\:opacity-95:focus {
  opacity: 0.95;
}

.focus\:opacity-100:focus {
  opacity: 1;
}

.disabled\:opacity-0:disabled {
  opacity: 0;
}

.disabled\:opacity-5:disabled {
  opacity: 0.05;
}

.disabled\:opacity-10:disabled {
  opacity: 0.1;
}

.disabled\:opacity-20:disabled {
  opacity: 0.2;
}

.disabled\:opacity-25:disabled {
  opacity: 0.25;
}

.disabled\:opacity-30:disabled {
  opacity: 0.3;
}

.disabled\:opacity-40:disabled {
  opacity: 0.4;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.disabled\:opacity-60:disabled {
  opacity: 0.6;
}

.disabled\:opacity-70:disabled {
  opacity: 0.7;
}

.disabled\:opacity-75:disabled {
  opacity: 0.75;
}

.disabled\:opacity-80:disabled {
  opacity: 0.8;
}

.disabled\:opacity-90:disabled {
  opacity: 0.9;
}

.disabled\:opacity-95:disabled {
  opacity: 0.95;
}

.disabled\:opacity-100:disabled {
  opacity: 1;
}

.bg-blend-normal {
  background-blend-mode: normal;
}

.bg-blend-multiply {
  background-blend-mode: multiply;
}

.bg-blend-screen {
  background-blend-mode: screen;
}

.bg-blend-overlay {
  background-blend-mode: overlay;
}

.bg-blend-darken {
  background-blend-mode: darken;
}

.bg-blend-lighten {
  background-blend-mode: lighten;
}

.bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}

.bg-blend-color-burn {
  background-blend-mode: color-burn;
}

.bg-blend-hard-light {
  background-blend-mode: hard-light;
}

.bg-blend-soft-light {
  background-blend-mode: soft-light;
}

.bg-blend-difference {
  background-blend-mode: difference;
}

.bg-blend-exclusion {
  background-blend-mode: exclusion;
}

.bg-blend-hue {
  background-blend-mode: hue;
}

.bg-blend-saturation {
  background-blend-mode: saturation;
}

.bg-blend-color {
  background-blend-mode: color;
}

.bg-blend-luminosity {
  background-blend-mode: luminosity;
}

.mix-blend-normal {
  mix-blend-mode: normal;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.mix-blend-screen {
  mix-blend-mode: screen;
}

.mix-blend-overlay {
  mix-blend-mode: overlay;
}

.mix-blend-darken {
  mix-blend-mode: darken;
}

.mix-blend-lighten {
  mix-blend-mode: lighten;
}

.mix-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.mix-blend-color-burn {
  mix-blend-mode: color-burn;
}

.mix-blend-hard-light {
  mix-blend-mode: hard-light;
}

.mix-blend-soft-light {
  mix-blend-mode: soft-light;
}

.mix-blend-difference {
  mix-blend-mode: difference;
}

.mix-blend-exclusion {
  mix-blend-mode: exclusion;
}

.mix-blend-hue {
  mix-blend-mode: hue;
}

.mix-blend-saturation {
  mix-blend-mode: saturation;
}

.mix-blend-color {
  mix-blend-mode: color;
}

.mix-blend-luminosity {
  mix-blend-mode: luminosity;
}

*, ::before, ::after {
  --tw-shadow: 0 0 rgba(0,0,0,0);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.shadow-button {
  --tw-shadow: 0px 5px 10px #F8B0DA;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.shadow-button-hover {
  --tw-shadow: 0px 5px 10px #C792B0;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.shadow-secondary-tag {
  --tw-shadow: 0px 3px 5px #F8B0DA;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.shadow-gray {
  --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.group:hover .group-hover\:shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-none {
  --tw-shadow: 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-button {
  --tw-shadow: 0px 5px 10px #F8B0DA;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-button-hover {
  --tw-shadow: 0px 5px 10px #C792B0;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-secondary-tag {
  --tw-shadow: 0px 3px 5px #F8B0DA;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-gray {
  --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.focus-within\:shadow-sm[focus-within] {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.focus-within\:shadow-sm:focus-within {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.focus-within\:shadow[focus-within] {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.focus-within\:shadow:focus-within {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.focus-within\:shadow-md[focus-within] {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.focus-within\:shadow-md:focus-within {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.focus-within\:shadow-lg[focus-within] {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.focus-within\:shadow-lg:focus-within {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.focus-within\:shadow-xl[focus-within] {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.focus-within\:shadow-xl:focus-within {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.focus-within\:shadow-2xl[focus-within] {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.focus-within\:shadow-2xl:focus-within {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.focus-within\:shadow-inner[focus-within] {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.focus-within\:shadow-inner:focus-within {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.focus-within\:shadow-none[focus-within] {
  --tw-shadow: 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.focus-within\:shadow-none:focus-within {
  --tw-shadow: 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.focus-within\:shadow-button[focus-within] {
  --tw-shadow: 0px 5px 10px #F8B0DA;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.focus-within\:shadow-button:focus-within {
  --tw-shadow: 0px 5px 10px #F8B0DA;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.focus-within\:shadow-button-hover[focus-within] {
  --tw-shadow: 0px 5px 10px #C792B0;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.focus-within\:shadow-button-hover:focus-within {
  --tw-shadow: 0px 5px 10px #C792B0;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.focus-within\:shadow-secondary-tag[focus-within] {
  --tw-shadow: 0px 3px 5px #F8B0DA;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.focus-within\:shadow-secondary-tag:focus-within {
  --tw-shadow: 0px 3px 5px #F8B0DA;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.focus-within\:shadow-gray[focus-within] {
  --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.focus-within\:shadow-gray:focus-within {
  --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.hover\:shadow:hover {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.hover\:shadow-inner:hover {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.hover\:shadow-none:hover {
  --tw-shadow: 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.hover\:shadow-button:hover {
  --tw-shadow: 0px 5px 10px #F8B0DA;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.hover\:shadow-button-hover:hover {
  --tw-shadow: 0px 5px 10px #C792B0;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.hover\:shadow-secondary-tag:hover {
  --tw-shadow: 0px 3px 5px #F8B0DA;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.hover\:shadow-gray:hover {
  --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.focus\:shadow-sm:focus {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.focus\:shadow:focus {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.focus\:shadow-md:focus {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.focus\:shadow-lg:focus {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.focus\:shadow-xl:focus {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.focus\:shadow-2xl:focus {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.focus\:shadow-inner:focus {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.focus\:shadow-none:focus {
  --tw-shadow: 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.focus\:shadow-button:focus {
  --tw-shadow: 0px 5px 10px #F8B0DA;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.focus\:shadow-button-hover:focus {
  --tw-shadow: 0px 5px 10px #C792B0;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.focus\:shadow-secondary-tag:focus {
  --tw-shadow: 0px 3px 5px #F8B0DA;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.focus\:shadow-gray:focus {
  --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline-white {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.outline-black {
  outline: 2px dotted black;
  outline-offset: 2px;
}

.focus-within\:outline-none[focus-within] {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-within\:outline-none:focus-within {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-within\:outline-white[focus-within] {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.focus-within\:outline-white:focus-within {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.focus-within\:outline-black[focus-within] {
  outline: 2px dotted black;
  outline-offset: 2px;
}

.focus-within\:outline-black:focus-within {
  outline: 2px dotted black;
  outline-offset: 2px;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-white:focus {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.focus\:outline-black:focus {
  outline: 2px dotted black;
  outline-offset: 2px;
}

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
}

.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}

.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}

.ring-8 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}

.focus-within\:ring-0[focus-within] {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}

.focus-within\:ring-0:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}

.focus-within\:ring-1[focus-within] {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}

.focus-within\:ring-1:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}

.focus-within\:ring-2[focus-within] {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}

.focus-within\:ring-2:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}

.focus-within\:ring-4[focus-within] {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}

.focus-within\:ring-4:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}

.focus-within\:ring-8[focus-within] {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}

.focus-within\:ring-8:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}

.focus-within\:ring[focus-within] {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}

.focus-within\:ring:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}

.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}

.focus\:ring-8:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}

.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}

.ring-inset {
  --tw-ring-inset: inset;
}

.focus-within\:ring-inset[focus-within] {
  --tw-ring-inset: inset;
}

.focus-within\:ring-inset:focus-within {
  --tw-ring-inset: inset;
}

.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
}

.ring-transparent {
  --tw-ring-color: transparent;
}

.ring-current {
  --tw-ring-color: currentColor;
}

.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.ring-gray-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.ring-gray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

.ring-gray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.ring-gray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

.ring-gray-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

.ring-gray-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

.ring-gray-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

.ring-gray-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

.ring-gray-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

.ring-red-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.ring-red-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.ring-red-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.ring-red-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.ring-red-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.ring-red-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.ring-red-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.ring-red-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.ring-red-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.ring-red-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

.ring-yellow-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

.ring-yellow-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

.ring-yellow-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

.ring-yellow-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

.ring-yellow-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

.ring-yellow-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

.ring-yellow-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

.ring-yellow-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

.ring-yellow-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

.ring-yellow-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}

.ring-green-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

.ring-green-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

.ring-green-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

.ring-green-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}

.ring-green-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}

.ring-green-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}

.ring-green-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}

.ring-green-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}

.ring-green-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

.ring-green-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}

.ring-blue-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.ring-blue-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.ring-blue-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.ring-blue-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.ring-blue-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

.ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.ring-blue-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.ring-blue-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.ring-blue-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.ring-blue-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.ring-indigo-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.ring-indigo-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.ring-indigo-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.ring-indigo-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.ring-indigo-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.ring-indigo-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.ring-indigo-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.ring-indigo-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.ring-indigo-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.ring-indigo-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.ring-purple-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.ring-purple-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.ring-purple-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.ring-purple-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.ring-purple-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.ring-purple-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.ring-purple-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.ring-purple-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.ring-purple-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.ring-purple-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

.ring-pink-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

.ring-pink-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

.ring-pink-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

.ring-pink-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

.ring-pink-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

.ring-pink-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

.ring-pink-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

.ring-pink-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

.ring-pink-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

.ring-pink-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}

.ring-primary-color {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
}

.ring-primary-color-dark {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
}

.ring-secondary-color {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
}

.ring-custom-gray-sm {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
}

.ring-custom-gray-sm2 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
}

.ring-custom-gray-md {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
}

.ring-custom-navy-dark {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
}

.ring-dark-blue {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
}

.ring-primary {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
}

.ring-secondary-1 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
}

.ring-secondary-2 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
}

.ring-secondary-3 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
}

.ring-secondary {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
}

.ring-secondary-dark {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
}

.ring-secondary-light {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
}

.ring-grayCustom-1 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
}

.ring-grayCustom-2 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
}

.ring-grayCustom-3 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
}

.ring-grayCustom-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
}

.ring-grayCustom {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
}

.ring-grayCustom-dark {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
}

.ring-grayCustom-light {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
}

.ring-grayCustom-hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
}

.ring-error {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
}

.ring-error-light {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
}

.ring-warning {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
}

.ring-warning-light {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
}

.ring-success {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
}

.ring-success-light {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
}

.ring-status-open {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.ring-status-waiting_payment {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
}

.ring-status-completed {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
}

.ring-status-failed {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
}

.ring-status-waiting_verify {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
}

.ring-status-closed {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
}

.ring-policyStatus-issuing {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.ring-policyStatus-waiting_inspection {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
}

.ring-policyStatus-success {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
}

.ring-policyStatus-failed_inspection {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
}

.ring-policyStatus-failed {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
}

.ring-policyStatus-waiting_policy {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
}

.ring-policyStatus-cancel {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
}

.focus-within\:ring-transparent[focus-within] {
  --tw-ring-color: transparent;
}

.focus-within\:ring-transparent:focus-within {
  --tw-ring-color: transparent;
}

.focus-within\:ring-current[focus-within] {
  --tw-ring-color: currentColor;
}

.focus-within\:ring-current:focus-within {
  --tw-ring-color: currentColor;
}

.focus-within\:ring-black[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-black:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-white[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-white:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-50[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-100[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-200[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-300[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-400[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-500[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-600[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-700[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-800[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-900[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

.focus-within\:ring-red-50[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.focus-within\:ring-red-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.focus-within\:ring-red-100[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.focus-within\:ring-red-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.focus-within\:ring-red-200[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.focus-within\:ring-red-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.focus-within\:ring-red-300[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.focus-within\:ring-red-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.focus-within\:ring-red-400[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.focus-within\:ring-red-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.focus-within\:ring-red-500[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.focus-within\:ring-red-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.focus-within\:ring-red-600[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.focus-within\:ring-red-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.focus-within\:ring-red-700[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.focus-within\:ring-red-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.focus-within\:ring-red-800[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.focus-within\:ring-red-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.focus-within\:ring-red-900[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

.focus-within\:ring-red-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-50[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-100[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-200[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-300[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-400[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-500[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-600[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-700[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-800[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-900[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}

.focus-within\:ring-green-50[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

.focus-within\:ring-green-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

.focus-within\:ring-green-100[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

.focus-within\:ring-green-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

.focus-within\:ring-green-200[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

.focus-within\:ring-green-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

.focus-within\:ring-green-300[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}

.focus-within\:ring-green-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}

.focus-within\:ring-green-400[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}

.focus-within\:ring-green-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}

.focus-within\:ring-green-500[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}

.focus-within\:ring-green-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}

.focus-within\:ring-green-600[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}

.focus-within\:ring-green-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}

.focus-within\:ring-green-700[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}

.focus-within\:ring-green-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}

.focus-within\:ring-green-800[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

.focus-within\:ring-green-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

.focus-within\:ring-green-900[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}

.focus-within\:ring-green-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-50[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-100[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-200[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-300[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-400[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-500[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-600[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-700[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-800[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-900[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-50[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-100[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-200[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-300[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-400[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-500[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-600[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-700[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-800[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-900[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-50[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-100[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-200[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-300[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-400[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-500[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-600[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-700[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-800[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-900[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-50[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-100[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-200[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-300[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-400[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-500[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-600[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-700[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-800[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-900[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}

.focus-within\:ring-primary-color[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
}

.focus-within\:ring-primary-color:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
}

.focus-within\:ring-primary-color-dark[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
}

.focus-within\:ring-primary-color-dark:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
}

.focus-within\:ring-secondary-color[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
}

.focus-within\:ring-secondary-color:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
}

.focus-within\:ring-custom-gray-sm[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
}

.focus-within\:ring-custom-gray-sm:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
}

.focus-within\:ring-custom-gray-sm2[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
}

.focus-within\:ring-custom-gray-sm2:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
}

.focus-within\:ring-custom-gray-md[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
}

.focus-within\:ring-custom-gray-md:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
}

.focus-within\:ring-custom-navy-dark[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
}

.focus-within\:ring-custom-navy-dark:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
}

.focus-within\:ring-dark-blue[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
}

.focus-within\:ring-dark-blue:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
}

.focus-within\:ring-primary[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
}

.focus-within\:ring-primary:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
}

.focus-within\:ring-secondary-1[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
}

.focus-within\:ring-secondary-1:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
}

.focus-within\:ring-secondary-2[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
}

.focus-within\:ring-secondary-2:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
}

.focus-within\:ring-secondary-3[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
}

.focus-within\:ring-secondary-3:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
}

.focus-within\:ring-secondary[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
}

.focus-within\:ring-secondary:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
}

.focus-within\:ring-secondary-dark[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
}

.focus-within\:ring-secondary-dark:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
}

.focus-within\:ring-secondary-light[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
}

.focus-within\:ring-secondary-light:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
}

.focus-within\:ring-grayCustom-1[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
}

.focus-within\:ring-grayCustom-1:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
}

.focus-within\:ring-grayCustom-2[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
}

.focus-within\:ring-grayCustom-2:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
}

.focus-within\:ring-grayCustom-3[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
}

.focus-within\:ring-grayCustom-3:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
}

.focus-within\:ring-grayCustom-800[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
}

.focus-within\:ring-grayCustom-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
}

.focus-within\:ring-grayCustom[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
}

.focus-within\:ring-grayCustom:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
}

.focus-within\:ring-grayCustom-dark[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
}

.focus-within\:ring-grayCustom-dark:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
}

.focus-within\:ring-grayCustom-light[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
}

.focus-within\:ring-grayCustom-light:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
}

.focus-within\:ring-grayCustom-hover[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
}

.focus-within\:ring-grayCustom-hover:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
}

.focus-within\:ring-error[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
}

.focus-within\:ring-error:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
}

.focus-within\:ring-error-light[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
}

.focus-within\:ring-error-light:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
}

.focus-within\:ring-warning[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
}

.focus-within\:ring-warning:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
}

.focus-within\:ring-warning-light[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
}

.focus-within\:ring-warning-light:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
}

.focus-within\:ring-success[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
}

.focus-within\:ring-success:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
}

.focus-within\:ring-success-light[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
}

.focus-within\:ring-success-light:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
}

.focus-within\:ring-status-open[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-status-open:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-status-waiting_payment[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
}

.focus-within\:ring-status-waiting_payment:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
}

.focus-within\:ring-status-completed[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
}

.focus-within\:ring-status-completed:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
}

.focus-within\:ring-status-failed[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
}

.focus-within\:ring-status-failed:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
}

.focus-within\:ring-status-waiting_verify[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
}

.focus-within\:ring-status-waiting_verify:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
}

.focus-within\:ring-status-closed[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
}

.focus-within\:ring-status-closed:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
}

.focus-within\:ring-policyStatus-issuing[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-policyStatus-issuing:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-policyStatus-waiting_inspection[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
}

.focus-within\:ring-policyStatus-waiting_inspection:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
}

.focus-within\:ring-policyStatus-success[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
}

.focus-within\:ring-policyStatus-success:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
}

.focus-within\:ring-policyStatus-failed_inspection[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
}

.focus-within\:ring-policyStatus-failed_inspection:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
}

.focus-within\:ring-policyStatus-failed[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
}

.focus-within\:ring-policyStatus-failed:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
}

.focus-within\:ring-policyStatus-waiting_policy[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
}

.focus-within\:ring-policyStatus-waiting_policy:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
}

.focus-within\:ring-policyStatus-cancel[focus-within] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
}

.focus-within\:ring-policyStatus-cancel:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
}

.focus\:ring-transparent:focus {
  --tw-ring-color: transparent;
}

.focus\:ring-current:focus {
  --tw-ring-color: currentColor;
}

.focus\:ring-black:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus\:ring-white:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus\:ring-gray-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.focus\:ring-gray-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

.focus\:ring-gray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.focus\:ring-gray-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

.focus\:ring-gray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

.focus\:ring-gray-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

.focus\:ring-gray-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

.focus\:ring-gray-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

.focus\:ring-gray-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

.focus\:ring-red-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.focus\:ring-red-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.focus\:ring-red-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.focus\:ring-red-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.focus\:ring-red-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.focus\:ring-red-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.focus\:ring-red-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.focus\:ring-red-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.focus\:ring-red-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

.focus\:ring-yellow-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

.focus\:ring-yellow-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

.focus\:ring-yellow-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

.focus\:ring-yellow-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

.focus\:ring-yellow-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

.focus\:ring-yellow-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

.focus\:ring-yellow-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

.focus\:ring-yellow-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

.focus\:ring-yellow-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

.focus\:ring-yellow-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}

.focus\:ring-green-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

.focus\:ring-green-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

.focus\:ring-green-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

.focus\:ring-green-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}

.focus\:ring-green-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}

.focus\:ring-green-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}

.focus\:ring-green-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}

.focus\:ring-green-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}

.focus\:ring-green-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

.focus\:ring-green-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}

.focus\:ring-blue-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.focus\:ring-blue-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.focus\:ring-blue-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.focus\:ring-blue-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.focus\:ring-blue-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.focus\:ring-blue-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.focus\:ring-blue-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.focus\:ring-blue-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.focus\:ring-indigo-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.focus\:ring-indigo-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.focus\:ring-indigo-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.focus\:ring-indigo-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.focus\:ring-indigo-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.focus\:ring-indigo-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.focus\:ring-indigo-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.focus\:ring-indigo-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.focus\:ring-indigo-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.focus\:ring-purple-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.focus\:ring-purple-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.focus\:ring-purple-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.focus\:ring-purple-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.focus\:ring-purple-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.focus\:ring-purple-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.focus\:ring-purple-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.focus\:ring-purple-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.focus\:ring-purple-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.focus\:ring-purple-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

.focus\:ring-pink-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

.focus\:ring-pink-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

.focus\:ring-pink-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

.focus\:ring-pink-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

.focus\:ring-pink-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

.focus\:ring-pink-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

.focus\:ring-pink-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

.focus\:ring-pink-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

.focus\:ring-pink-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

.focus\:ring-pink-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}

.focus\:ring-primary-color:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
}

.focus\:ring-primary-color-dark:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
}

.focus\:ring-secondary-color:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
}

.focus\:ring-custom-gray-sm:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
}

.focus\:ring-custom-gray-sm2:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
}

.focus\:ring-custom-gray-md:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
}

.focus\:ring-custom-navy-dark:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
}

.focus\:ring-dark-blue:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
}

.focus\:ring-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
}

.focus\:ring-secondary-1:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
}

.focus\:ring-secondary-2:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
}

.focus\:ring-secondary-3:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
}

.focus\:ring-secondary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
}

.focus\:ring-secondary-dark:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
}

.focus\:ring-secondary-light:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
}

.focus\:ring-grayCustom-1:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
}

.focus\:ring-grayCustom-2:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
}

.focus\:ring-grayCustom-3:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
}

.focus\:ring-grayCustom-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
}

.focus\:ring-grayCustom:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
}

.focus\:ring-grayCustom-dark:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
}

.focus\:ring-grayCustom-light:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
}

.focus\:ring-grayCustom-hover:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
}

.focus\:ring-error:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
}

.focus\:ring-error-light:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
}

.focus\:ring-warning:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
}

.focus\:ring-warning-light:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
}

.focus\:ring-success:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
}

.focus\:ring-success-light:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
}

.focus\:ring-status-open:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus\:ring-status-waiting_payment:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
}

.focus\:ring-status-completed:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
}

.focus\:ring-status-failed:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
}

.focus\:ring-status-waiting_verify:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
}

.focus\:ring-status-closed:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
}

.focus\:ring-policyStatus-issuing:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus\:ring-policyStatus-waiting_inspection:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
}

.focus\:ring-policyStatus-success:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
}

.focus\:ring-policyStatus-failed_inspection:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
}

.focus\:ring-policyStatus-failed:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
}

.focus\:ring-policyStatus-waiting_policy:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
}

.focus\:ring-policyStatus-cancel:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
}

.ring-opacity-0 {
  --tw-ring-opacity: 0;
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

.ring-opacity-10 {
  --tw-ring-opacity: 0.1;
}

.ring-opacity-20 {
  --tw-ring-opacity: 0.2;
}

.ring-opacity-25 {
  --tw-ring-opacity: 0.25;
}

.ring-opacity-30 {
  --tw-ring-opacity: 0.3;
}

.ring-opacity-40 {
  --tw-ring-opacity: 0.4;
}

.ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}

.ring-opacity-60 {
  --tw-ring-opacity: 0.6;
}

.ring-opacity-70 {
  --tw-ring-opacity: 0.7;
}

.ring-opacity-75 {
  --tw-ring-opacity: 0.75;
}

.ring-opacity-80 {
  --tw-ring-opacity: 0.8;
}

.ring-opacity-90 {
  --tw-ring-opacity: 0.9;
}

.ring-opacity-95 {
  --tw-ring-opacity: 0.95;
}

.ring-opacity-100 {
  --tw-ring-opacity: 1;
}

.focus-within\:ring-opacity-0[focus-within] {
  --tw-ring-opacity: 0;
}

.focus-within\:ring-opacity-0:focus-within {
  --tw-ring-opacity: 0;
}

.focus-within\:ring-opacity-5[focus-within] {
  --tw-ring-opacity: 0.05;
}

.focus-within\:ring-opacity-5:focus-within {
  --tw-ring-opacity: 0.05;
}

.focus-within\:ring-opacity-10[focus-within] {
  --tw-ring-opacity: 0.1;
}

.focus-within\:ring-opacity-10:focus-within {
  --tw-ring-opacity: 0.1;
}

.focus-within\:ring-opacity-20[focus-within] {
  --tw-ring-opacity: 0.2;
}

.focus-within\:ring-opacity-20:focus-within {
  --tw-ring-opacity: 0.2;
}

.focus-within\:ring-opacity-25[focus-within] {
  --tw-ring-opacity: 0.25;
}

.focus-within\:ring-opacity-25:focus-within {
  --tw-ring-opacity: 0.25;
}

.focus-within\:ring-opacity-30[focus-within] {
  --tw-ring-opacity: 0.3;
}

.focus-within\:ring-opacity-30:focus-within {
  --tw-ring-opacity: 0.3;
}

.focus-within\:ring-opacity-40[focus-within] {
  --tw-ring-opacity: 0.4;
}

.focus-within\:ring-opacity-40:focus-within {
  --tw-ring-opacity: 0.4;
}

.focus-within\:ring-opacity-50[focus-within] {
  --tw-ring-opacity: 0.5;
}

.focus-within\:ring-opacity-50:focus-within {
  --tw-ring-opacity: 0.5;
}

.focus-within\:ring-opacity-60[focus-within] {
  --tw-ring-opacity: 0.6;
}

.focus-within\:ring-opacity-60:focus-within {
  --tw-ring-opacity: 0.6;
}

.focus-within\:ring-opacity-70[focus-within] {
  --tw-ring-opacity: 0.7;
}

.focus-within\:ring-opacity-70:focus-within {
  --tw-ring-opacity: 0.7;
}

.focus-within\:ring-opacity-75[focus-within] {
  --tw-ring-opacity: 0.75;
}

.focus-within\:ring-opacity-75:focus-within {
  --tw-ring-opacity: 0.75;
}

.focus-within\:ring-opacity-80[focus-within] {
  --tw-ring-opacity: 0.8;
}

.focus-within\:ring-opacity-80:focus-within {
  --tw-ring-opacity: 0.8;
}

.focus-within\:ring-opacity-90[focus-within] {
  --tw-ring-opacity: 0.9;
}

.focus-within\:ring-opacity-90:focus-within {
  --tw-ring-opacity: 0.9;
}

.focus-within\:ring-opacity-95[focus-within] {
  --tw-ring-opacity: 0.95;
}

.focus-within\:ring-opacity-95:focus-within {
  --tw-ring-opacity: 0.95;
}

.focus-within\:ring-opacity-100[focus-within] {
  --tw-ring-opacity: 1;
}

.focus-within\:ring-opacity-100:focus-within {
  --tw-ring-opacity: 1;
}

.focus\:ring-opacity-0:focus {
  --tw-ring-opacity: 0;
}

.focus\:ring-opacity-5:focus {
  --tw-ring-opacity: 0.05;
}

.focus\:ring-opacity-10:focus {
  --tw-ring-opacity: 0.1;
}

.focus\:ring-opacity-20:focus {
  --tw-ring-opacity: 0.2;
}

.focus\:ring-opacity-25:focus {
  --tw-ring-opacity: 0.25;
}

.focus\:ring-opacity-30:focus {
  --tw-ring-opacity: 0.3;
}

.focus\:ring-opacity-40:focus {
  --tw-ring-opacity: 0.4;
}

.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}

.focus\:ring-opacity-60:focus {
  --tw-ring-opacity: 0.6;
}

.focus\:ring-opacity-70:focus {
  --tw-ring-opacity: 0.7;
}

.focus\:ring-opacity-75:focus {
  --tw-ring-opacity: 0.75;
}

.focus\:ring-opacity-80:focus {
  --tw-ring-opacity: 0.8;
}

.focus\:ring-opacity-90:focus {
  --tw-ring-opacity: 0.9;
}

.focus\:ring-opacity-95:focus {
  --tw-ring-opacity: 0.95;
}

.focus\:ring-opacity-100:focus {
  --tw-ring-opacity: 1;
}

.ring-offset-0 {
  --tw-ring-offset-width: 0px;
}

.ring-offset-1 {
  --tw-ring-offset-width: 1px;
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

.ring-offset-4 {
  --tw-ring-offset-width: 4px;
}

.ring-offset-8 {
  --tw-ring-offset-width: 8px;
}

.focus-within\:ring-offset-0[focus-within] {
  --tw-ring-offset-width: 0px;
}

.focus-within\:ring-offset-0:focus-within {
  --tw-ring-offset-width: 0px;
}

.focus-within\:ring-offset-1[focus-within] {
  --tw-ring-offset-width: 1px;
}

.focus-within\:ring-offset-1:focus-within {
  --tw-ring-offset-width: 1px;
}

.focus-within\:ring-offset-2[focus-within] {
  --tw-ring-offset-width: 2px;
}

.focus-within\:ring-offset-2:focus-within {
  --tw-ring-offset-width: 2px;
}

.focus-within\:ring-offset-4[focus-within] {
  --tw-ring-offset-width: 4px;
}

.focus-within\:ring-offset-4:focus-within {
  --tw-ring-offset-width: 4px;
}

.focus-within\:ring-offset-8[focus-within] {
  --tw-ring-offset-width: 8px;
}

.focus-within\:ring-offset-8:focus-within {
  --tw-ring-offset-width: 8px;
}

.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px;
}

.focus\:ring-offset-1:focus {
  --tw-ring-offset-width: 1px;
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-4:focus {
  --tw-ring-offset-width: 4px;
}

.focus\:ring-offset-8:focus {
  --tw-ring-offset-width: 8px;
}

.ring-offset-transparent {
  --tw-ring-offset-color: transparent;
}

.ring-offset-current {
  --tw-ring-offset-color: currentColor;
}

.ring-offset-black {
  --tw-ring-offset-color: #000;
}

.ring-offset-white {
  --tw-ring-offset-color: #fff;
}

.ring-offset-gray-50 {
  --tw-ring-offset-color: #f9fafb;
}

.ring-offset-gray-100 {
  --tw-ring-offset-color: #f3f4f6;
}

.ring-offset-gray-200 {
  --tw-ring-offset-color: #e5e7eb;
}

.ring-offset-gray-300 {
  --tw-ring-offset-color: #d1d5db;
}

.ring-offset-gray-400 {
  --tw-ring-offset-color: #9ca3af;
}

.ring-offset-gray-500 {
  --tw-ring-offset-color: #6b7280;
}

.ring-offset-gray-600 {
  --tw-ring-offset-color: #4b5563;
}

.ring-offset-gray-700 {
  --tw-ring-offset-color: #374151;
}

.ring-offset-gray-800 {
  --tw-ring-offset-color: #1f2937;
}

.ring-offset-gray-900 {
  --tw-ring-offset-color: #111827;
}

.ring-offset-red-50 {
  --tw-ring-offset-color: #fef2f2;
}

.ring-offset-red-100 {
  --tw-ring-offset-color: #fee2e2;
}

.ring-offset-red-200 {
  --tw-ring-offset-color: #fecaca;
}

.ring-offset-red-300 {
  --tw-ring-offset-color: #fca5a5;
}

.ring-offset-red-400 {
  --tw-ring-offset-color: #f87171;
}

.ring-offset-red-500 {
  --tw-ring-offset-color: #ef4444;
}

.ring-offset-red-600 {
  --tw-ring-offset-color: #dc2626;
}

.ring-offset-red-700 {
  --tw-ring-offset-color: #b91c1c;
}

.ring-offset-red-800 {
  --tw-ring-offset-color: #991b1b;
}

.ring-offset-red-900 {
  --tw-ring-offset-color: #7f1d1d;
}

.ring-offset-yellow-50 {
  --tw-ring-offset-color: #fffbeb;
}

.ring-offset-yellow-100 {
  --tw-ring-offset-color: #fef3c7;
}

.ring-offset-yellow-200 {
  --tw-ring-offset-color: #fde68a;
}

.ring-offset-yellow-300 {
  --tw-ring-offset-color: #fcd34d;
}

.ring-offset-yellow-400 {
  --tw-ring-offset-color: #fbbf24;
}

.ring-offset-yellow-500 {
  --tw-ring-offset-color: #f59e0b;
}

.ring-offset-yellow-600 {
  --tw-ring-offset-color: #d97706;
}

.ring-offset-yellow-700 {
  --tw-ring-offset-color: #b45309;
}

.ring-offset-yellow-800 {
  --tw-ring-offset-color: #92400e;
}

.ring-offset-yellow-900 {
  --tw-ring-offset-color: #78350f;
}

.ring-offset-green-50 {
  --tw-ring-offset-color: #ecfdf5;
}

.ring-offset-green-100 {
  --tw-ring-offset-color: #d1fae5;
}

.ring-offset-green-200 {
  --tw-ring-offset-color: #a7f3d0;
}

.ring-offset-green-300 {
  --tw-ring-offset-color: #6ee7b7;
}

.ring-offset-green-400 {
  --tw-ring-offset-color: #34d399;
}

.ring-offset-green-500 {
  --tw-ring-offset-color: #10b981;
}

.ring-offset-green-600 {
  --tw-ring-offset-color: #059669;
}

.ring-offset-green-700 {
  --tw-ring-offset-color: #047857;
}

.ring-offset-green-800 {
  --tw-ring-offset-color: #065f46;
}

.ring-offset-green-900 {
  --tw-ring-offset-color: #064e3b;
}

.ring-offset-blue-50 {
  --tw-ring-offset-color: #eff6ff;
}

.ring-offset-blue-100 {
  --tw-ring-offset-color: #dbeafe;
}

.ring-offset-blue-200 {
  --tw-ring-offset-color: #bfdbfe;
}

.ring-offset-blue-300 {
  --tw-ring-offset-color: #93c5fd;
}

.ring-offset-blue-400 {
  --tw-ring-offset-color: #60a5fa;
}

.ring-offset-blue-500 {
  --tw-ring-offset-color: #3b82f6;
}

.ring-offset-blue-600 {
  --tw-ring-offset-color: #2563eb;
}

.ring-offset-blue-700 {
  --tw-ring-offset-color: #1d4ed8;
}

.ring-offset-blue-800 {
  --tw-ring-offset-color: #1e40af;
}

.ring-offset-blue-900 {
  --tw-ring-offset-color: #1e3a8a;
}

.ring-offset-indigo-50 {
  --tw-ring-offset-color: #eef2ff;
}

.ring-offset-indigo-100 {
  --tw-ring-offset-color: #e0e7ff;
}

.ring-offset-indigo-200 {
  --tw-ring-offset-color: #c7d2fe;
}

.ring-offset-indigo-300 {
  --tw-ring-offset-color: #a5b4fc;
}

.ring-offset-indigo-400 {
  --tw-ring-offset-color: #818cf8;
}

.ring-offset-indigo-500 {
  --tw-ring-offset-color: #6366f1;
}

.ring-offset-indigo-600 {
  --tw-ring-offset-color: #4f46e5;
}

.ring-offset-indigo-700 {
  --tw-ring-offset-color: #4338ca;
}

.ring-offset-indigo-800 {
  --tw-ring-offset-color: #3730a3;
}

.ring-offset-indigo-900 {
  --tw-ring-offset-color: #312e81;
}

.ring-offset-purple-50 {
  --tw-ring-offset-color: #f5f3ff;
}

.ring-offset-purple-100 {
  --tw-ring-offset-color: #ede9fe;
}

.ring-offset-purple-200 {
  --tw-ring-offset-color: #ddd6fe;
}

.ring-offset-purple-300 {
  --tw-ring-offset-color: #c4b5fd;
}

.ring-offset-purple-400 {
  --tw-ring-offset-color: #a78bfa;
}

.ring-offset-purple-500 {
  --tw-ring-offset-color: #8b5cf6;
}

.ring-offset-purple-600 {
  --tw-ring-offset-color: #7c3aed;
}

.ring-offset-purple-700 {
  --tw-ring-offset-color: #6d28d9;
}

.ring-offset-purple-800 {
  --tw-ring-offset-color: #5b21b6;
}

.ring-offset-purple-900 {
  --tw-ring-offset-color: #4c1d95;
}

.ring-offset-pink-50 {
  --tw-ring-offset-color: #fdf2f8;
}

.ring-offset-pink-100 {
  --tw-ring-offset-color: #fce7f3;
}

.ring-offset-pink-200 {
  --tw-ring-offset-color: #fbcfe8;
}

.ring-offset-pink-300 {
  --tw-ring-offset-color: #f9a8d4;
}

.ring-offset-pink-400 {
  --tw-ring-offset-color: #f472b6;
}

.ring-offset-pink-500 {
  --tw-ring-offset-color: #ec4899;
}

.ring-offset-pink-600 {
  --tw-ring-offset-color: #db2777;
}

.ring-offset-pink-700 {
  --tw-ring-offset-color: #be185d;
}

.ring-offset-pink-800 {
  --tw-ring-offset-color: #9d174d;
}

.ring-offset-pink-900 {
  --tw-ring-offset-color: #831843;
}

.ring-offset-primary-color {
  --tw-ring-offset-color: #eb008b;
}

.ring-offset-primary-color-dark {
  --tw-ring-offset-color: #c90068;
}

.ring-offset-secondary-color {
  --tw-ring-offset-color: #112e42;
}

.ring-offset-custom-gray-sm {
  --tw-ring-offset-color: #f1f4f6;
}

.ring-offset-custom-gray-sm2 {
  --tw-ring-offset-color: #f1f2f3;
}

.ring-offset-custom-gray-md {
  --tw-ring-offset-color: #848484;
}

.ring-offset-custom-navy-dark {
  --tw-ring-offset-color: #112e42;
}

.ring-offset-dark-blue {
  --tw-ring-offset-color: #112E42;
}

.ring-offset-primary {
  --tw-ring-offset-color: #192D40;
}

.ring-offset-secondary-1 {
  --tw-ring-offset-color: #E6007E;
}

.ring-offset-secondary-2 {
  --tw-ring-offset-color: #D6D564;
}

.ring-offset-secondary-3 {
  --tw-ring-offset-color: #FCFCCD;
}

.ring-offset-secondary {
  --tw-ring-offset-color: #E6007E;
}

.ring-offset-secondary-dark {
  --tw-ring-offset-color: #C11A7D;
}

.ring-offset-secondary-light {
  --tw-ring-offset-color: #FBCEE9;
}

.ring-offset-grayCustom-1 {
  --tw-ring-offset-color: #4F4F4F;
}

.ring-offset-grayCustom-2 {
  --tw-ring-offset-color: #C4C4C4;
}

.ring-offset-grayCustom-3 {
  --tw-ring-offset-color: #F9F9F9;
}

.ring-offset-grayCustom-800 {
  --tw-ring-offset-color: #4F4F4F;
}

.ring-offset-grayCustom {
  --tw-ring-offset-color: #C4C4C4;
}

.ring-offset-grayCustom-dark {
  --tw-ring-offset-color: #4F4F4F;
}

.ring-offset-grayCustom-light {
  --tw-ring-offset-color: #F9F9F9;
}

.ring-offset-grayCustom-hover {
  --tw-ring-offset-color: #9F9F9F;
}

.ring-offset-error {
  --tw-ring-offset-color: #FF206E;
}

.ring-offset-error-light {
  --tw-ring-offset-color: #FDE8EA;
}

.ring-offset-warning {
  --tw-ring-offset-color: #FFAE14;
}

.ring-offset-warning-light {
  --tw-ring-offset-color: #FFF6E5;
}

.ring-offset-success {
  --tw-ring-offset-color: #2DD881;
}

.ring-offset-success-light {
  --tw-ring-offset-color: #E9FBF2;
}

.ring-offset-status-open {
  --tw-ring-offset-color: #FFF;
}

.ring-offset-status-waiting_payment {
  --tw-ring-offset-color: #ffae14;
}

.ring-offset-status-completed {
  --tw-ring-offset-color: #54c1bb;
}

.ring-offset-status-failed {
  --tw-ring-offset-color: #e8556b;
}

.ring-offset-status-waiting_verify {
  --tw-ring-offset-color: #ffae14;
}

.ring-offset-status-closed {
  --tw-ring-offset-color: #c4c4c4;
}

.ring-offset-policyStatus-issuing {
  --tw-ring-offset-color: #FFF;
}

.ring-offset-policyStatus-waiting_inspection {
  --tw-ring-offset-color: #ffae14;
}

.ring-offset-policyStatus-success {
  --tw-ring-offset-color: #54c1bb;
}

.ring-offset-policyStatus-failed_inspection {
  --tw-ring-offset-color: #e8556b;
}

.ring-offset-policyStatus-failed {
  --tw-ring-offset-color: #e8556b;
}

.ring-offset-policyStatus-waiting_policy {
  --tw-ring-offset-color: #ffae14;
}

.ring-offset-policyStatus-cancel {
  --tw-ring-offset-color: #c4c4c4;
}

.focus-within\:ring-offset-transparent[focus-within] {
  --tw-ring-offset-color: transparent;
}

.focus-within\:ring-offset-transparent:focus-within {
  --tw-ring-offset-color: transparent;
}

.focus-within\:ring-offset-current[focus-within] {
  --tw-ring-offset-color: currentColor;
}

.focus-within\:ring-offset-current:focus-within {
  --tw-ring-offset-color: currentColor;
}

.focus-within\:ring-offset-black[focus-within] {
  --tw-ring-offset-color: #000;
}

.focus-within\:ring-offset-black:focus-within {
  --tw-ring-offset-color: #000;
}

.focus-within\:ring-offset-white[focus-within] {
  --tw-ring-offset-color: #fff;
}

.focus-within\:ring-offset-white:focus-within {
  --tw-ring-offset-color: #fff;
}

.focus-within\:ring-offset-gray-50[focus-within] {
  --tw-ring-offset-color: #f9fafb;
}

.focus-within\:ring-offset-gray-50:focus-within {
  --tw-ring-offset-color: #f9fafb;
}

.focus-within\:ring-offset-gray-100[focus-within] {
  --tw-ring-offset-color: #f3f4f6;
}

.focus-within\:ring-offset-gray-100:focus-within {
  --tw-ring-offset-color: #f3f4f6;
}

.focus-within\:ring-offset-gray-200[focus-within] {
  --tw-ring-offset-color: #e5e7eb;
}

.focus-within\:ring-offset-gray-200:focus-within {
  --tw-ring-offset-color: #e5e7eb;
}

.focus-within\:ring-offset-gray-300[focus-within] {
  --tw-ring-offset-color: #d1d5db;
}

.focus-within\:ring-offset-gray-300:focus-within {
  --tw-ring-offset-color: #d1d5db;
}

.focus-within\:ring-offset-gray-400[focus-within] {
  --tw-ring-offset-color: #9ca3af;
}

.focus-within\:ring-offset-gray-400:focus-within {
  --tw-ring-offset-color: #9ca3af;
}

.focus-within\:ring-offset-gray-500[focus-within] {
  --tw-ring-offset-color: #6b7280;
}

.focus-within\:ring-offset-gray-500:focus-within {
  --tw-ring-offset-color: #6b7280;
}

.focus-within\:ring-offset-gray-600[focus-within] {
  --tw-ring-offset-color: #4b5563;
}

.focus-within\:ring-offset-gray-600:focus-within {
  --tw-ring-offset-color: #4b5563;
}

.focus-within\:ring-offset-gray-700[focus-within] {
  --tw-ring-offset-color: #374151;
}

.focus-within\:ring-offset-gray-700:focus-within {
  --tw-ring-offset-color: #374151;
}

.focus-within\:ring-offset-gray-800[focus-within] {
  --tw-ring-offset-color: #1f2937;
}

.focus-within\:ring-offset-gray-800:focus-within {
  --tw-ring-offset-color: #1f2937;
}

.focus-within\:ring-offset-gray-900[focus-within] {
  --tw-ring-offset-color: #111827;
}

.focus-within\:ring-offset-gray-900:focus-within {
  --tw-ring-offset-color: #111827;
}

.focus-within\:ring-offset-red-50[focus-within] {
  --tw-ring-offset-color: #fef2f2;
}

.focus-within\:ring-offset-red-50:focus-within {
  --tw-ring-offset-color: #fef2f2;
}

.focus-within\:ring-offset-red-100[focus-within] {
  --tw-ring-offset-color: #fee2e2;
}

.focus-within\:ring-offset-red-100:focus-within {
  --tw-ring-offset-color: #fee2e2;
}

.focus-within\:ring-offset-red-200[focus-within] {
  --tw-ring-offset-color: #fecaca;
}

.focus-within\:ring-offset-red-200:focus-within {
  --tw-ring-offset-color: #fecaca;
}

.focus-within\:ring-offset-red-300[focus-within] {
  --tw-ring-offset-color: #fca5a5;
}

.focus-within\:ring-offset-red-300:focus-within {
  --tw-ring-offset-color: #fca5a5;
}

.focus-within\:ring-offset-red-400[focus-within] {
  --tw-ring-offset-color: #f87171;
}

.focus-within\:ring-offset-red-400:focus-within {
  --tw-ring-offset-color: #f87171;
}

.focus-within\:ring-offset-red-500[focus-within] {
  --tw-ring-offset-color: #ef4444;
}

.focus-within\:ring-offset-red-500:focus-within {
  --tw-ring-offset-color: #ef4444;
}

.focus-within\:ring-offset-red-600[focus-within] {
  --tw-ring-offset-color: #dc2626;
}

.focus-within\:ring-offset-red-600:focus-within {
  --tw-ring-offset-color: #dc2626;
}

.focus-within\:ring-offset-red-700[focus-within] {
  --tw-ring-offset-color: #b91c1c;
}

.focus-within\:ring-offset-red-700:focus-within {
  --tw-ring-offset-color: #b91c1c;
}

.focus-within\:ring-offset-red-800[focus-within] {
  --tw-ring-offset-color: #991b1b;
}

.focus-within\:ring-offset-red-800:focus-within {
  --tw-ring-offset-color: #991b1b;
}

.focus-within\:ring-offset-red-900[focus-within] {
  --tw-ring-offset-color: #7f1d1d;
}

.focus-within\:ring-offset-red-900:focus-within {
  --tw-ring-offset-color: #7f1d1d;
}

.focus-within\:ring-offset-yellow-50[focus-within] {
  --tw-ring-offset-color: #fffbeb;
}

.focus-within\:ring-offset-yellow-50:focus-within {
  --tw-ring-offset-color: #fffbeb;
}

.focus-within\:ring-offset-yellow-100[focus-within] {
  --tw-ring-offset-color: #fef3c7;
}

.focus-within\:ring-offset-yellow-100:focus-within {
  --tw-ring-offset-color: #fef3c7;
}

.focus-within\:ring-offset-yellow-200[focus-within] {
  --tw-ring-offset-color: #fde68a;
}

.focus-within\:ring-offset-yellow-200:focus-within {
  --tw-ring-offset-color: #fde68a;
}

.focus-within\:ring-offset-yellow-300[focus-within] {
  --tw-ring-offset-color: #fcd34d;
}

.focus-within\:ring-offset-yellow-300:focus-within {
  --tw-ring-offset-color: #fcd34d;
}

.focus-within\:ring-offset-yellow-400[focus-within] {
  --tw-ring-offset-color: #fbbf24;
}

.focus-within\:ring-offset-yellow-400:focus-within {
  --tw-ring-offset-color: #fbbf24;
}

.focus-within\:ring-offset-yellow-500[focus-within] {
  --tw-ring-offset-color: #f59e0b;
}

.focus-within\:ring-offset-yellow-500:focus-within {
  --tw-ring-offset-color: #f59e0b;
}

.focus-within\:ring-offset-yellow-600[focus-within] {
  --tw-ring-offset-color: #d97706;
}

.focus-within\:ring-offset-yellow-600:focus-within {
  --tw-ring-offset-color: #d97706;
}

.focus-within\:ring-offset-yellow-700[focus-within] {
  --tw-ring-offset-color: #b45309;
}

.focus-within\:ring-offset-yellow-700:focus-within {
  --tw-ring-offset-color: #b45309;
}

.focus-within\:ring-offset-yellow-800[focus-within] {
  --tw-ring-offset-color: #92400e;
}

.focus-within\:ring-offset-yellow-800:focus-within {
  --tw-ring-offset-color: #92400e;
}

.focus-within\:ring-offset-yellow-900[focus-within] {
  --tw-ring-offset-color: #78350f;
}

.focus-within\:ring-offset-yellow-900:focus-within {
  --tw-ring-offset-color: #78350f;
}

.focus-within\:ring-offset-green-50[focus-within] {
  --tw-ring-offset-color: #ecfdf5;
}

.focus-within\:ring-offset-green-50:focus-within {
  --tw-ring-offset-color: #ecfdf5;
}

.focus-within\:ring-offset-green-100[focus-within] {
  --tw-ring-offset-color: #d1fae5;
}

.focus-within\:ring-offset-green-100:focus-within {
  --tw-ring-offset-color: #d1fae5;
}

.focus-within\:ring-offset-green-200[focus-within] {
  --tw-ring-offset-color: #a7f3d0;
}

.focus-within\:ring-offset-green-200:focus-within {
  --tw-ring-offset-color: #a7f3d0;
}

.focus-within\:ring-offset-green-300[focus-within] {
  --tw-ring-offset-color: #6ee7b7;
}

.focus-within\:ring-offset-green-300:focus-within {
  --tw-ring-offset-color: #6ee7b7;
}

.focus-within\:ring-offset-green-400[focus-within] {
  --tw-ring-offset-color: #34d399;
}

.focus-within\:ring-offset-green-400:focus-within {
  --tw-ring-offset-color: #34d399;
}

.focus-within\:ring-offset-green-500[focus-within] {
  --tw-ring-offset-color: #10b981;
}

.focus-within\:ring-offset-green-500:focus-within {
  --tw-ring-offset-color: #10b981;
}

.focus-within\:ring-offset-green-600[focus-within] {
  --tw-ring-offset-color: #059669;
}

.focus-within\:ring-offset-green-600:focus-within {
  --tw-ring-offset-color: #059669;
}

.focus-within\:ring-offset-green-700[focus-within] {
  --tw-ring-offset-color: #047857;
}

.focus-within\:ring-offset-green-700:focus-within {
  --tw-ring-offset-color: #047857;
}

.focus-within\:ring-offset-green-800[focus-within] {
  --tw-ring-offset-color: #065f46;
}

.focus-within\:ring-offset-green-800:focus-within {
  --tw-ring-offset-color: #065f46;
}

.focus-within\:ring-offset-green-900[focus-within] {
  --tw-ring-offset-color: #064e3b;
}

.focus-within\:ring-offset-green-900:focus-within {
  --tw-ring-offset-color: #064e3b;
}

.focus-within\:ring-offset-blue-50[focus-within] {
  --tw-ring-offset-color: #eff6ff;
}

.focus-within\:ring-offset-blue-50:focus-within {
  --tw-ring-offset-color: #eff6ff;
}

.focus-within\:ring-offset-blue-100[focus-within] {
  --tw-ring-offset-color: #dbeafe;
}

.focus-within\:ring-offset-blue-100:focus-within {
  --tw-ring-offset-color: #dbeafe;
}

.focus-within\:ring-offset-blue-200[focus-within] {
  --tw-ring-offset-color: #bfdbfe;
}

.focus-within\:ring-offset-blue-200:focus-within {
  --tw-ring-offset-color: #bfdbfe;
}

.focus-within\:ring-offset-blue-300[focus-within] {
  --tw-ring-offset-color: #93c5fd;
}

.focus-within\:ring-offset-blue-300:focus-within {
  --tw-ring-offset-color: #93c5fd;
}

.focus-within\:ring-offset-blue-400[focus-within] {
  --tw-ring-offset-color: #60a5fa;
}

.focus-within\:ring-offset-blue-400:focus-within {
  --tw-ring-offset-color: #60a5fa;
}

.focus-within\:ring-offset-blue-500[focus-within] {
  --tw-ring-offset-color: #3b82f6;
}

.focus-within\:ring-offset-blue-500:focus-within {
  --tw-ring-offset-color: #3b82f6;
}

.focus-within\:ring-offset-blue-600[focus-within] {
  --tw-ring-offset-color: #2563eb;
}

.focus-within\:ring-offset-blue-600:focus-within {
  --tw-ring-offset-color: #2563eb;
}

.focus-within\:ring-offset-blue-700[focus-within] {
  --tw-ring-offset-color: #1d4ed8;
}

.focus-within\:ring-offset-blue-700:focus-within {
  --tw-ring-offset-color: #1d4ed8;
}

.focus-within\:ring-offset-blue-800[focus-within] {
  --tw-ring-offset-color: #1e40af;
}

.focus-within\:ring-offset-blue-800:focus-within {
  --tw-ring-offset-color: #1e40af;
}

.focus-within\:ring-offset-blue-900[focus-within] {
  --tw-ring-offset-color: #1e3a8a;
}

.focus-within\:ring-offset-blue-900:focus-within {
  --tw-ring-offset-color: #1e3a8a;
}

.focus-within\:ring-offset-indigo-50[focus-within] {
  --tw-ring-offset-color: #eef2ff;
}

.focus-within\:ring-offset-indigo-50:focus-within {
  --tw-ring-offset-color: #eef2ff;
}

.focus-within\:ring-offset-indigo-100[focus-within] {
  --tw-ring-offset-color: #e0e7ff;
}

.focus-within\:ring-offset-indigo-100:focus-within {
  --tw-ring-offset-color: #e0e7ff;
}

.focus-within\:ring-offset-indigo-200[focus-within] {
  --tw-ring-offset-color: #c7d2fe;
}

.focus-within\:ring-offset-indigo-200:focus-within {
  --tw-ring-offset-color: #c7d2fe;
}

.focus-within\:ring-offset-indigo-300[focus-within] {
  --tw-ring-offset-color: #a5b4fc;
}

.focus-within\:ring-offset-indigo-300:focus-within {
  --tw-ring-offset-color: #a5b4fc;
}

.focus-within\:ring-offset-indigo-400[focus-within] {
  --tw-ring-offset-color: #818cf8;
}

.focus-within\:ring-offset-indigo-400:focus-within {
  --tw-ring-offset-color: #818cf8;
}

.focus-within\:ring-offset-indigo-500[focus-within] {
  --tw-ring-offset-color: #6366f1;
}

.focus-within\:ring-offset-indigo-500:focus-within {
  --tw-ring-offset-color: #6366f1;
}

.focus-within\:ring-offset-indigo-600[focus-within] {
  --tw-ring-offset-color: #4f46e5;
}

.focus-within\:ring-offset-indigo-600:focus-within {
  --tw-ring-offset-color: #4f46e5;
}

.focus-within\:ring-offset-indigo-700[focus-within] {
  --tw-ring-offset-color: #4338ca;
}

.focus-within\:ring-offset-indigo-700:focus-within {
  --tw-ring-offset-color: #4338ca;
}

.focus-within\:ring-offset-indigo-800[focus-within] {
  --tw-ring-offset-color: #3730a3;
}

.focus-within\:ring-offset-indigo-800:focus-within {
  --tw-ring-offset-color: #3730a3;
}

.focus-within\:ring-offset-indigo-900[focus-within] {
  --tw-ring-offset-color: #312e81;
}

.focus-within\:ring-offset-indigo-900:focus-within {
  --tw-ring-offset-color: #312e81;
}

.focus-within\:ring-offset-purple-50[focus-within] {
  --tw-ring-offset-color: #f5f3ff;
}

.focus-within\:ring-offset-purple-50:focus-within {
  --tw-ring-offset-color: #f5f3ff;
}

.focus-within\:ring-offset-purple-100[focus-within] {
  --tw-ring-offset-color: #ede9fe;
}

.focus-within\:ring-offset-purple-100:focus-within {
  --tw-ring-offset-color: #ede9fe;
}

.focus-within\:ring-offset-purple-200[focus-within] {
  --tw-ring-offset-color: #ddd6fe;
}

.focus-within\:ring-offset-purple-200:focus-within {
  --tw-ring-offset-color: #ddd6fe;
}

.focus-within\:ring-offset-purple-300[focus-within] {
  --tw-ring-offset-color: #c4b5fd;
}

.focus-within\:ring-offset-purple-300:focus-within {
  --tw-ring-offset-color: #c4b5fd;
}

.focus-within\:ring-offset-purple-400[focus-within] {
  --tw-ring-offset-color: #a78bfa;
}

.focus-within\:ring-offset-purple-400:focus-within {
  --tw-ring-offset-color: #a78bfa;
}

.focus-within\:ring-offset-purple-500[focus-within] {
  --tw-ring-offset-color: #8b5cf6;
}

.focus-within\:ring-offset-purple-500:focus-within {
  --tw-ring-offset-color: #8b5cf6;
}

.focus-within\:ring-offset-purple-600[focus-within] {
  --tw-ring-offset-color: #7c3aed;
}

.focus-within\:ring-offset-purple-600:focus-within {
  --tw-ring-offset-color: #7c3aed;
}

.focus-within\:ring-offset-purple-700[focus-within] {
  --tw-ring-offset-color: #6d28d9;
}

.focus-within\:ring-offset-purple-700:focus-within {
  --tw-ring-offset-color: #6d28d9;
}

.focus-within\:ring-offset-purple-800[focus-within] {
  --tw-ring-offset-color: #5b21b6;
}

.focus-within\:ring-offset-purple-800:focus-within {
  --tw-ring-offset-color: #5b21b6;
}

.focus-within\:ring-offset-purple-900[focus-within] {
  --tw-ring-offset-color: #4c1d95;
}

.focus-within\:ring-offset-purple-900:focus-within {
  --tw-ring-offset-color: #4c1d95;
}

.focus-within\:ring-offset-pink-50[focus-within] {
  --tw-ring-offset-color: #fdf2f8;
}

.focus-within\:ring-offset-pink-50:focus-within {
  --tw-ring-offset-color: #fdf2f8;
}

.focus-within\:ring-offset-pink-100[focus-within] {
  --tw-ring-offset-color: #fce7f3;
}

.focus-within\:ring-offset-pink-100:focus-within {
  --tw-ring-offset-color: #fce7f3;
}

.focus-within\:ring-offset-pink-200[focus-within] {
  --tw-ring-offset-color: #fbcfe8;
}

.focus-within\:ring-offset-pink-200:focus-within {
  --tw-ring-offset-color: #fbcfe8;
}

.focus-within\:ring-offset-pink-300[focus-within] {
  --tw-ring-offset-color: #f9a8d4;
}

.focus-within\:ring-offset-pink-300:focus-within {
  --tw-ring-offset-color: #f9a8d4;
}

.focus-within\:ring-offset-pink-400[focus-within] {
  --tw-ring-offset-color: #f472b6;
}

.focus-within\:ring-offset-pink-400:focus-within {
  --tw-ring-offset-color: #f472b6;
}

.focus-within\:ring-offset-pink-500[focus-within] {
  --tw-ring-offset-color: #ec4899;
}

.focus-within\:ring-offset-pink-500:focus-within {
  --tw-ring-offset-color: #ec4899;
}

.focus-within\:ring-offset-pink-600[focus-within] {
  --tw-ring-offset-color: #db2777;
}

.focus-within\:ring-offset-pink-600:focus-within {
  --tw-ring-offset-color: #db2777;
}

.focus-within\:ring-offset-pink-700[focus-within] {
  --tw-ring-offset-color: #be185d;
}

.focus-within\:ring-offset-pink-700:focus-within {
  --tw-ring-offset-color: #be185d;
}

.focus-within\:ring-offset-pink-800[focus-within] {
  --tw-ring-offset-color: #9d174d;
}

.focus-within\:ring-offset-pink-800:focus-within {
  --tw-ring-offset-color: #9d174d;
}

.focus-within\:ring-offset-pink-900[focus-within] {
  --tw-ring-offset-color: #831843;
}

.focus-within\:ring-offset-pink-900:focus-within {
  --tw-ring-offset-color: #831843;
}

.focus-within\:ring-offset-primary-color[focus-within] {
  --tw-ring-offset-color: #eb008b;
}

.focus-within\:ring-offset-primary-color:focus-within {
  --tw-ring-offset-color: #eb008b;
}

.focus-within\:ring-offset-primary-color-dark[focus-within] {
  --tw-ring-offset-color: #c90068;
}

.focus-within\:ring-offset-primary-color-dark:focus-within {
  --tw-ring-offset-color: #c90068;
}

.focus-within\:ring-offset-secondary-color[focus-within] {
  --tw-ring-offset-color: #112e42;
}

.focus-within\:ring-offset-secondary-color:focus-within {
  --tw-ring-offset-color: #112e42;
}

.focus-within\:ring-offset-custom-gray-sm[focus-within] {
  --tw-ring-offset-color: #f1f4f6;
}

.focus-within\:ring-offset-custom-gray-sm:focus-within {
  --tw-ring-offset-color: #f1f4f6;
}

.focus-within\:ring-offset-custom-gray-sm2[focus-within] {
  --tw-ring-offset-color: #f1f2f3;
}

.focus-within\:ring-offset-custom-gray-sm2:focus-within {
  --tw-ring-offset-color: #f1f2f3;
}

.focus-within\:ring-offset-custom-gray-md[focus-within] {
  --tw-ring-offset-color: #848484;
}

.focus-within\:ring-offset-custom-gray-md:focus-within {
  --tw-ring-offset-color: #848484;
}

.focus-within\:ring-offset-custom-navy-dark[focus-within] {
  --tw-ring-offset-color: #112e42;
}

.focus-within\:ring-offset-custom-navy-dark:focus-within {
  --tw-ring-offset-color: #112e42;
}

.focus-within\:ring-offset-dark-blue[focus-within] {
  --tw-ring-offset-color: #112E42;
}

.focus-within\:ring-offset-dark-blue:focus-within {
  --tw-ring-offset-color: #112E42;
}

.focus-within\:ring-offset-primary[focus-within] {
  --tw-ring-offset-color: #192D40;
}

.focus-within\:ring-offset-primary:focus-within {
  --tw-ring-offset-color: #192D40;
}

.focus-within\:ring-offset-secondary-1[focus-within] {
  --tw-ring-offset-color: #E6007E;
}

.focus-within\:ring-offset-secondary-1:focus-within {
  --tw-ring-offset-color: #E6007E;
}

.focus-within\:ring-offset-secondary-2[focus-within] {
  --tw-ring-offset-color: #D6D564;
}

.focus-within\:ring-offset-secondary-2:focus-within {
  --tw-ring-offset-color: #D6D564;
}

.focus-within\:ring-offset-secondary-3[focus-within] {
  --tw-ring-offset-color: #FCFCCD;
}

.focus-within\:ring-offset-secondary-3:focus-within {
  --tw-ring-offset-color: #FCFCCD;
}

.focus-within\:ring-offset-secondary[focus-within] {
  --tw-ring-offset-color: #E6007E;
}

.focus-within\:ring-offset-secondary:focus-within {
  --tw-ring-offset-color: #E6007E;
}

.focus-within\:ring-offset-secondary-dark[focus-within] {
  --tw-ring-offset-color: #C11A7D;
}

.focus-within\:ring-offset-secondary-dark:focus-within {
  --tw-ring-offset-color: #C11A7D;
}

.focus-within\:ring-offset-secondary-light[focus-within] {
  --tw-ring-offset-color: #FBCEE9;
}

.focus-within\:ring-offset-secondary-light:focus-within {
  --tw-ring-offset-color: #FBCEE9;
}

.focus-within\:ring-offset-grayCustom-1[focus-within] {
  --tw-ring-offset-color: #4F4F4F;
}

.focus-within\:ring-offset-grayCustom-1:focus-within {
  --tw-ring-offset-color: #4F4F4F;
}

.focus-within\:ring-offset-grayCustom-2[focus-within] {
  --tw-ring-offset-color: #C4C4C4;
}

.focus-within\:ring-offset-grayCustom-2:focus-within {
  --tw-ring-offset-color: #C4C4C4;
}

.focus-within\:ring-offset-grayCustom-3[focus-within] {
  --tw-ring-offset-color: #F9F9F9;
}

.focus-within\:ring-offset-grayCustom-3:focus-within {
  --tw-ring-offset-color: #F9F9F9;
}

.focus-within\:ring-offset-grayCustom-800[focus-within] {
  --tw-ring-offset-color: #4F4F4F;
}

.focus-within\:ring-offset-grayCustom-800:focus-within {
  --tw-ring-offset-color: #4F4F4F;
}

.focus-within\:ring-offset-grayCustom[focus-within] {
  --tw-ring-offset-color: #C4C4C4;
}

.focus-within\:ring-offset-grayCustom:focus-within {
  --tw-ring-offset-color: #C4C4C4;
}

.focus-within\:ring-offset-grayCustom-dark[focus-within] {
  --tw-ring-offset-color: #4F4F4F;
}

.focus-within\:ring-offset-grayCustom-dark:focus-within {
  --tw-ring-offset-color: #4F4F4F;
}

.focus-within\:ring-offset-grayCustom-light[focus-within] {
  --tw-ring-offset-color: #F9F9F9;
}

.focus-within\:ring-offset-grayCustom-light:focus-within {
  --tw-ring-offset-color: #F9F9F9;
}

.focus-within\:ring-offset-grayCustom-hover[focus-within] {
  --tw-ring-offset-color: #9F9F9F;
}

.focus-within\:ring-offset-grayCustom-hover:focus-within {
  --tw-ring-offset-color: #9F9F9F;
}

.focus-within\:ring-offset-error[focus-within] {
  --tw-ring-offset-color: #FF206E;
}

.focus-within\:ring-offset-error:focus-within {
  --tw-ring-offset-color: #FF206E;
}

.focus-within\:ring-offset-error-light[focus-within] {
  --tw-ring-offset-color: #FDE8EA;
}

.focus-within\:ring-offset-error-light:focus-within {
  --tw-ring-offset-color: #FDE8EA;
}

.focus-within\:ring-offset-warning[focus-within] {
  --tw-ring-offset-color: #FFAE14;
}

.focus-within\:ring-offset-warning:focus-within {
  --tw-ring-offset-color: #FFAE14;
}

.focus-within\:ring-offset-warning-light[focus-within] {
  --tw-ring-offset-color: #FFF6E5;
}

.focus-within\:ring-offset-warning-light:focus-within {
  --tw-ring-offset-color: #FFF6E5;
}

.focus-within\:ring-offset-success[focus-within] {
  --tw-ring-offset-color: #2DD881;
}

.focus-within\:ring-offset-success:focus-within {
  --tw-ring-offset-color: #2DD881;
}

.focus-within\:ring-offset-success-light[focus-within] {
  --tw-ring-offset-color: #E9FBF2;
}

.focus-within\:ring-offset-success-light:focus-within {
  --tw-ring-offset-color: #E9FBF2;
}

.focus-within\:ring-offset-status-open[focus-within] {
  --tw-ring-offset-color: #FFF;
}

.focus-within\:ring-offset-status-open:focus-within {
  --tw-ring-offset-color: #FFF;
}

.focus-within\:ring-offset-status-waiting_payment[focus-within] {
  --tw-ring-offset-color: #ffae14;
}

.focus-within\:ring-offset-status-waiting_payment:focus-within {
  --tw-ring-offset-color: #ffae14;
}

.focus-within\:ring-offset-status-completed[focus-within] {
  --tw-ring-offset-color: #54c1bb;
}

.focus-within\:ring-offset-status-completed:focus-within {
  --tw-ring-offset-color: #54c1bb;
}

.focus-within\:ring-offset-status-failed[focus-within] {
  --tw-ring-offset-color: #e8556b;
}

.focus-within\:ring-offset-status-failed:focus-within {
  --tw-ring-offset-color: #e8556b;
}

.focus-within\:ring-offset-status-waiting_verify[focus-within] {
  --tw-ring-offset-color: #ffae14;
}

.focus-within\:ring-offset-status-waiting_verify:focus-within {
  --tw-ring-offset-color: #ffae14;
}

.focus-within\:ring-offset-status-closed[focus-within] {
  --tw-ring-offset-color: #c4c4c4;
}

.focus-within\:ring-offset-status-closed:focus-within {
  --tw-ring-offset-color: #c4c4c4;
}

.focus-within\:ring-offset-policyStatus-issuing[focus-within] {
  --tw-ring-offset-color: #FFF;
}

.focus-within\:ring-offset-policyStatus-issuing:focus-within {
  --tw-ring-offset-color: #FFF;
}

.focus-within\:ring-offset-policyStatus-waiting_inspection[focus-within] {
  --tw-ring-offset-color: #ffae14;
}

.focus-within\:ring-offset-policyStatus-waiting_inspection:focus-within {
  --tw-ring-offset-color: #ffae14;
}

.focus-within\:ring-offset-policyStatus-success[focus-within] {
  --tw-ring-offset-color: #54c1bb;
}

.focus-within\:ring-offset-policyStatus-success:focus-within {
  --tw-ring-offset-color: #54c1bb;
}

.focus-within\:ring-offset-policyStatus-failed_inspection[focus-within] {
  --tw-ring-offset-color: #e8556b;
}

.focus-within\:ring-offset-policyStatus-failed_inspection:focus-within {
  --tw-ring-offset-color: #e8556b;
}

.focus-within\:ring-offset-policyStatus-failed[focus-within] {
  --tw-ring-offset-color: #e8556b;
}

.focus-within\:ring-offset-policyStatus-failed:focus-within {
  --tw-ring-offset-color: #e8556b;
}

.focus-within\:ring-offset-policyStatus-waiting_policy[focus-within] {
  --tw-ring-offset-color: #ffae14;
}

.focus-within\:ring-offset-policyStatus-waiting_policy:focus-within {
  --tw-ring-offset-color: #ffae14;
}

.focus-within\:ring-offset-policyStatus-cancel[focus-within] {
  --tw-ring-offset-color: #c4c4c4;
}

.focus-within\:ring-offset-policyStatus-cancel:focus-within {
  --tw-ring-offset-color: #c4c4c4;
}

.focus\:ring-offset-transparent:focus {
  --tw-ring-offset-color: transparent;
}

.focus\:ring-offset-current:focus {
  --tw-ring-offset-color: currentColor;
}

.focus\:ring-offset-black:focus {
  --tw-ring-offset-color: #000;
}

.focus\:ring-offset-white:focus {
  --tw-ring-offset-color: #fff;
}

.focus\:ring-offset-gray-50:focus {
  --tw-ring-offset-color: #f9fafb;
}

.focus\:ring-offset-gray-100:focus {
  --tw-ring-offset-color: #f3f4f6;
}

.focus\:ring-offset-gray-200:focus {
  --tw-ring-offset-color: #e5e7eb;
}

.focus\:ring-offset-gray-300:focus {
  --tw-ring-offset-color: #d1d5db;
}

.focus\:ring-offset-gray-400:focus {
  --tw-ring-offset-color: #9ca3af;
}

.focus\:ring-offset-gray-500:focus {
  --tw-ring-offset-color: #6b7280;
}

.focus\:ring-offset-gray-600:focus {
  --tw-ring-offset-color: #4b5563;
}

.focus\:ring-offset-gray-700:focus {
  --tw-ring-offset-color: #374151;
}

.focus\:ring-offset-gray-800:focus {
  --tw-ring-offset-color: #1f2937;
}

.focus\:ring-offset-gray-900:focus {
  --tw-ring-offset-color: #111827;
}

.focus\:ring-offset-red-50:focus {
  --tw-ring-offset-color: #fef2f2;
}

.focus\:ring-offset-red-100:focus {
  --tw-ring-offset-color: #fee2e2;
}

.focus\:ring-offset-red-200:focus {
  --tw-ring-offset-color: #fecaca;
}

.focus\:ring-offset-red-300:focus {
  --tw-ring-offset-color: #fca5a5;
}

.focus\:ring-offset-red-400:focus {
  --tw-ring-offset-color: #f87171;
}

.focus\:ring-offset-red-500:focus {
  --tw-ring-offset-color: #ef4444;
}

.focus\:ring-offset-red-600:focus {
  --tw-ring-offset-color: #dc2626;
}

.focus\:ring-offset-red-700:focus {
  --tw-ring-offset-color: #b91c1c;
}

.focus\:ring-offset-red-800:focus {
  --tw-ring-offset-color: #991b1b;
}

.focus\:ring-offset-red-900:focus {
  --tw-ring-offset-color: #7f1d1d;
}

.focus\:ring-offset-yellow-50:focus {
  --tw-ring-offset-color: #fffbeb;
}

.focus\:ring-offset-yellow-100:focus {
  --tw-ring-offset-color: #fef3c7;
}

.focus\:ring-offset-yellow-200:focus {
  --tw-ring-offset-color: #fde68a;
}

.focus\:ring-offset-yellow-300:focus {
  --tw-ring-offset-color: #fcd34d;
}

.focus\:ring-offset-yellow-400:focus {
  --tw-ring-offset-color: #fbbf24;
}

.focus\:ring-offset-yellow-500:focus {
  --tw-ring-offset-color: #f59e0b;
}

.focus\:ring-offset-yellow-600:focus {
  --tw-ring-offset-color: #d97706;
}

.focus\:ring-offset-yellow-700:focus {
  --tw-ring-offset-color: #b45309;
}

.focus\:ring-offset-yellow-800:focus {
  --tw-ring-offset-color: #92400e;
}

.focus\:ring-offset-yellow-900:focus {
  --tw-ring-offset-color: #78350f;
}

.focus\:ring-offset-green-50:focus {
  --tw-ring-offset-color: #ecfdf5;
}

.focus\:ring-offset-green-100:focus {
  --tw-ring-offset-color: #d1fae5;
}

.focus\:ring-offset-green-200:focus {
  --tw-ring-offset-color: #a7f3d0;
}

.focus\:ring-offset-green-300:focus {
  --tw-ring-offset-color: #6ee7b7;
}

.focus\:ring-offset-green-400:focus {
  --tw-ring-offset-color: #34d399;
}

.focus\:ring-offset-green-500:focus {
  --tw-ring-offset-color: #10b981;
}

.focus\:ring-offset-green-600:focus {
  --tw-ring-offset-color: #059669;
}

.focus\:ring-offset-green-700:focus {
  --tw-ring-offset-color: #047857;
}

.focus\:ring-offset-green-800:focus {
  --tw-ring-offset-color: #065f46;
}

.focus\:ring-offset-green-900:focus {
  --tw-ring-offset-color: #064e3b;
}

.focus\:ring-offset-blue-50:focus {
  --tw-ring-offset-color: #eff6ff;
}

.focus\:ring-offset-blue-100:focus {
  --tw-ring-offset-color: #dbeafe;
}

.focus\:ring-offset-blue-200:focus {
  --tw-ring-offset-color: #bfdbfe;
}

.focus\:ring-offset-blue-300:focus {
  --tw-ring-offset-color: #93c5fd;
}

.focus\:ring-offset-blue-400:focus {
  --tw-ring-offset-color: #60a5fa;
}

.focus\:ring-offset-blue-500:focus {
  --tw-ring-offset-color: #3b82f6;
}

.focus\:ring-offset-blue-600:focus {
  --tw-ring-offset-color: #2563eb;
}

.focus\:ring-offset-blue-700:focus {
  --tw-ring-offset-color: #1d4ed8;
}

.focus\:ring-offset-blue-800:focus {
  --tw-ring-offset-color: #1e40af;
}

.focus\:ring-offset-blue-900:focus {
  --tw-ring-offset-color: #1e3a8a;
}

.focus\:ring-offset-indigo-50:focus {
  --tw-ring-offset-color: #eef2ff;
}

.focus\:ring-offset-indigo-100:focus {
  --tw-ring-offset-color: #e0e7ff;
}

.focus\:ring-offset-indigo-200:focus {
  --tw-ring-offset-color: #c7d2fe;
}

.focus\:ring-offset-indigo-300:focus {
  --tw-ring-offset-color: #a5b4fc;
}

.focus\:ring-offset-indigo-400:focus {
  --tw-ring-offset-color: #818cf8;
}

.focus\:ring-offset-indigo-500:focus {
  --tw-ring-offset-color: #6366f1;
}

.focus\:ring-offset-indigo-600:focus {
  --tw-ring-offset-color: #4f46e5;
}

.focus\:ring-offset-indigo-700:focus {
  --tw-ring-offset-color: #4338ca;
}

.focus\:ring-offset-indigo-800:focus {
  --tw-ring-offset-color: #3730a3;
}

.focus\:ring-offset-indigo-900:focus {
  --tw-ring-offset-color: #312e81;
}

.focus\:ring-offset-purple-50:focus {
  --tw-ring-offset-color: #f5f3ff;
}

.focus\:ring-offset-purple-100:focus {
  --tw-ring-offset-color: #ede9fe;
}

.focus\:ring-offset-purple-200:focus {
  --tw-ring-offset-color: #ddd6fe;
}

.focus\:ring-offset-purple-300:focus {
  --tw-ring-offset-color: #c4b5fd;
}

.focus\:ring-offset-purple-400:focus {
  --tw-ring-offset-color: #a78bfa;
}

.focus\:ring-offset-purple-500:focus {
  --tw-ring-offset-color: #8b5cf6;
}

.focus\:ring-offset-purple-600:focus {
  --tw-ring-offset-color: #7c3aed;
}

.focus\:ring-offset-purple-700:focus {
  --tw-ring-offset-color: #6d28d9;
}

.focus\:ring-offset-purple-800:focus {
  --tw-ring-offset-color: #5b21b6;
}

.focus\:ring-offset-purple-900:focus {
  --tw-ring-offset-color: #4c1d95;
}

.focus\:ring-offset-pink-50:focus {
  --tw-ring-offset-color: #fdf2f8;
}

.focus\:ring-offset-pink-100:focus {
  --tw-ring-offset-color: #fce7f3;
}

.focus\:ring-offset-pink-200:focus {
  --tw-ring-offset-color: #fbcfe8;
}

.focus\:ring-offset-pink-300:focus {
  --tw-ring-offset-color: #f9a8d4;
}

.focus\:ring-offset-pink-400:focus {
  --tw-ring-offset-color: #f472b6;
}

.focus\:ring-offset-pink-500:focus {
  --tw-ring-offset-color: #ec4899;
}

.focus\:ring-offset-pink-600:focus {
  --tw-ring-offset-color: #db2777;
}

.focus\:ring-offset-pink-700:focus {
  --tw-ring-offset-color: #be185d;
}

.focus\:ring-offset-pink-800:focus {
  --tw-ring-offset-color: #9d174d;
}

.focus\:ring-offset-pink-900:focus {
  --tw-ring-offset-color: #831843;
}

.focus\:ring-offset-primary-color:focus {
  --tw-ring-offset-color: #eb008b;
}

.focus\:ring-offset-primary-color-dark:focus {
  --tw-ring-offset-color: #c90068;
}

.focus\:ring-offset-secondary-color:focus {
  --tw-ring-offset-color: #112e42;
}

.focus\:ring-offset-custom-gray-sm:focus {
  --tw-ring-offset-color: #f1f4f6;
}

.focus\:ring-offset-custom-gray-sm2:focus {
  --tw-ring-offset-color: #f1f2f3;
}

.focus\:ring-offset-custom-gray-md:focus {
  --tw-ring-offset-color: #848484;
}

.focus\:ring-offset-custom-navy-dark:focus {
  --tw-ring-offset-color: #112e42;
}

.focus\:ring-offset-dark-blue:focus {
  --tw-ring-offset-color: #112E42;
}

.focus\:ring-offset-primary:focus {
  --tw-ring-offset-color: #192D40;
}

.focus\:ring-offset-secondary-1:focus {
  --tw-ring-offset-color: #E6007E;
}

.focus\:ring-offset-secondary-2:focus {
  --tw-ring-offset-color: #D6D564;
}

.focus\:ring-offset-secondary-3:focus {
  --tw-ring-offset-color: #FCFCCD;
}

.focus\:ring-offset-secondary:focus {
  --tw-ring-offset-color: #E6007E;
}

.focus\:ring-offset-secondary-dark:focus {
  --tw-ring-offset-color: #C11A7D;
}

.focus\:ring-offset-secondary-light:focus {
  --tw-ring-offset-color: #FBCEE9;
}

.focus\:ring-offset-grayCustom-1:focus {
  --tw-ring-offset-color: #4F4F4F;
}

.focus\:ring-offset-grayCustom-2:focus {
  --tw-ring-offset-color: #C4C4C4;
}

.focus\:ring-offset-grayCustom-3:focus {
  --tw-ring-offset-color: #F9F9F9;
}

.focus\:ring-offset-grayCustom-800:focus {
  --tw-ring-offset-color: #4F4F4F;
}

.focus\:ring-offset-grayCustom:focus {
  --tw-ring-offset-color: #C4C4C4;
}

.focus\:ring-offset-grayCustom-dark:focus {
  --tw-ring-offset-color: #4F4F4F;
}

.focus\:ring-offset-grayCustom-light:focus {
  --tw-ring-offset-color: #F9F9F9;
}

.focus\:ring-offset-grayCustom-hover:focus {
  --tw-ring-offset-color: #9F9F9F;
}

.focus\:ring-offset-error:focus {
  --tw-ring-offset-color: #FF206E;
}

.focus\:ring-offset-error-light:focus {
  --tw-ring-offset-color: #FDE8EA;
}

.focus\:ring-offset-warning:focus {
  --tw-ring-offset-color: #FFAE14;
}

.focus\:ring-offset-warning-light:focus {
  --tw-ring-offset-color: #FFF6E5;
}

.focus\:ring-offset-success:focus {
  --tw-ring-offset-color: #2DD881;
}

.focus\:ring-offset-success-light:focus {
  --tw-ring-offset-color: #E9FBF2;
}

.focus\:ring-offset-status-open:focus {
  --tw-ring-offset-color: #FFF;
}

.focus\:ring-offset-status-waiting_payment:focus {
  --tw-ring-offset-color: #ffae14;
}

.focus\:ring-offset-status-completed:focus {
  --tw-ring-offset-color: #54c1bb;
}

.focus\:ring-offset-status-failed:focus {
  --tw-ring-offset-color: #e8556b;
}

.focus\:ring-offset-status-waiting_verify:focus {
  --tw-ring-offset-color: #ffae14;
}

.focus\:ring-offset-status-closed:focus {
  --tw-ring-offset-color: #c4c4c4;
}

.focus\:ring-offset-policyStatus-issuing:focus {
  --tw-ring-offset-color: #FFF;
}

.focus\:ring-offset-policyStatus-waiting_inspection:focus {
  --tw-ring-offset-color: #ffae14;
}

.focus\:ring-offset-policyStatus-success:focus {
  --tw-ring-offset-color: #54c1bb;
}

.focus\:ring-offset-policyStatus-failed_inspection:focus {
  --tw-ring-offset-color: #e8556b;
}

.focus\:ring-offset-policyStatus-failed:focus {
  --tw-ring-offset-color: #e8556b;
}

.focus\:ring-offset-policyStatus-waiting_policy:focus {
  --tw-ring-offset-color: #ffae14;
}

.focus\:ring-offset-policyStatus-cancel:focus {
  --tw-ring-offset-color: #c4c4c4;
}

.filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter-none {
  filter: none;
}

.blur-0 {
  --tw-blur: blur(0);
}

.blur-none {
  --tw-blur: blur(0);
}

.blur-sm {
  --tw-blur: blur(4px);
}

.blur {
  --tw-blur: blur(8px);
}

.blur-md {
  --tw-blur: blur(12px);
}

.blur-lg {
  --tw-blur: blur(16px);
}

.blur-xl {
  --tw-blur: blur(24px);
}

.blur-2xl {
  --tw-blur: blur(40px);
}

.blur-3xl {
  --tw-blur: blur(64px);
}

.brightness-0 {
  --tw-brightness: brightness(0);
}

.brightness-50 {
  --tw-brightness: brightness(.5);
}

.brightness-75 {
  --tw-brightness: brightness(.75);
}

.brightness-90 {
  --tw-brightness: brightness(.9);
}

.brightness-95 {
  --tw-brightness: brightness(.95);
}

.brightness-100 {
  --tw-brightness: brightness(1);
}

.brightness-105 {
  --tw-brightness: brightness(1.05);
}

.brightness-110 {
  --tw-brightness: brightness(1.1);
}

.brightness-125 {
  --tw-brightness: brightness(1.25);
}

.brightness-150 {
  --tw-brightness: brightness(1.5);
}

.brightness-200 {
  --tw-brightness: brightness(2);
}

.contrast-0 {
  --tw-contrast: contrast(0);
}

.contrast-50 {
  --tw-contrast: contrast(.5);
}

.contrast-75 {
  --tw-contrast: contrast(.75);
}

.contrast-100 {
  --tw-contrast: contrast(1);
}

.contrast-125 {
  --tw-contrast: contrast(1.25);
}

.contrast-150 {
  --tw-contrast: contrast(1.5);
}

.contrast-200 {
  --tw-contrast: contrast(2);
}

.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
}

.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
}

.drop-shadow-none {
  --tw-drop-shadow: drop-shadow(0 0 rgba(0,0,0,0));
}

.grayscale-0 {
  --tw-grayscale: grayscale(0);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
}

.hue-rotate-0 {
  --tw-hue-rotate: hue-rotate(0deg);
}

.hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(15deg);
}

.hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(30deg);
}

.hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(60deg);
}

.hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(90deg);
}

.hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(180deg);
}

.-hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(-180deg);
}

.-hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(-90deg);
}

.-hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(-60deg);
}

.-hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(-30deg);
}

.-hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(-15deg);
}

.invert-0 {
  --tw-invert: invert(0);
}

.invert {
  --tw-invert: invert(100%);
}

.saturate-0 {
  --tw-saturate: saturate(0);
}

.saturate-50 {
  --tw-saturate: saturate(.5);
}

.saturate-100 {
  --tw-saturate: saturate(1);
}

.saturate-150 {
  --tw-saturate: saturate(1.5);
}

.saturate-200 {
  --tw-saturate: saturate(2);
}

.sepia-0 {
  --tw-sepia: sepia(0);
}

.sepia {
  --tw-sepia: sepia(100%);
}

.backdrop-filter {
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter-none {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

.backdrop-blur-0 {
  --tw-backdrop-blur: blur(0);
}

.backdrop-blur-none {
  --tw-backdrop-blur: blur(0);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
}

.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
}

.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
}

.backdrop-blur-2xl {
  --tw-backdrop-blur: blur(40px);
}

.backdrop-blur-3xl {
  --tw-backdrop-blur: blur(64px);
}

.backdrop-brightness-0 {
  --tw-backdrop-brightness: brightness(0);
}

.backdrop-brightness-50 {
  --tw-backdrop-brightness: brightness(.5);
}

.backdrop-brightness-75 {
  --tw-backdrop-brightness: brightness(.75);
}

.backdrop-brightness-90 {
  --tw-backdrop-brightness: brightness(.9);
}

.backdrop-brightness-95 {
  --tw-backdrop-brightness: brightness(.95);
}

.backdrop-brightness-100 {
  --tw-backdrop-brightness: brightness(1);
}

.backdrop-brightness-105 {
  --tw-backdrop-brightness: brightness(1.05);
}

.backdrop-brightness-110 {
  --tw-backdrop-brightness: brightness(1.1);
}

.backdrop-brightness-125 {
  --tw-backdrop-brightness: brightness(1.25);
}

.backdrop-brightness-150 {
  --tw-backdrop-brightness: brightness(1.5);
}

.backdrop-brightness-200 {
  --tw-backdrop-brightness: brightness(2);
}

.backdrop-contrast-0 {
  --tw-backdrop-contrast: contrast(0);
}

.backdrop-contrast-50 {
  --tw-backdrop-contrast: contrast(.5);
}

.backdrop-contrast-75 {
  --tw-backdrop-contrast: contrast(.75);
}

.backdrop-contrast-100 {
  --tw-backdrop-contrast: contrast(1);
}

.backdrop-contrast-125 {
  --tw-backdrop-contrast: contrast(1.25);
}

.backdrop-contrast-150 {
  --tw-backdrop-contrast: contrast(1.5);
}

.backdrop-contrast-200 {
  --tw-backdrop-contrast: contrast(2);
}

.backdrop-grayscale-0 {
  --tw-backdrop-grayscale: grayscale(0);
}

.backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%);
}

.backdrop-hue-rotate-0 {
  --tw-backdrop-hue-rotate: hue-rotate(0deg);
}

.backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(15deg);
}

.backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(30deg);
}

.backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(60deg);
}

.backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(90deg);
}

.backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(180deg);
}

.-backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(-180deg);
}

.-backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(-90deg);
}

.-backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(-60deg);
}

.-backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(-30deg);
}

.-backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(-15deg);
}

.backdrop-invert-0 {
  --tw-backdrop-invert: invert(0);
}

.backdrop-invert {
  --tw-backdrop-invert: invert(100%);
}

.backdrop-opacity-0 {
  --tw-backdrop-opacity: opacity(0);
}

.backdrop-opacity-5 {
  --tw-backdrop-opacity: opacity(0.05);
}

.backdrop-opacity-10 {
  --tw-backdrop-opacity: opacity(0.1);
}

.backdrop-opacity-20 {
  --tw-backdrop-opacity: opacity(0.2);
}

.backdrop-opacity-25 {
  --tw-backdrop-opacity: opacity(0.25);
}

.backdrop-opacity-30 {
  --tw-backdrop-opacity: opacity(0.3);
}

.backdrop-opacity-40 {
  --tw-backdrop-opacity: opacity(0.4);
}

.backdrop-opacity-50 {
  --tw-backdrop-opacity: opacity(0.5);
}

.backdrop-opacity-60 {
  --tw-backdrop-opacity: opacity(0.6);
}

.backdrop-opacity-70 {
  --tw-backdrop-opacity: opacity(0.7);
}

.backdrop-opacity-75 {
  --tw-backdrop-opacity: opacity(0.75);
}

.backdrop-opacity-80 {
  --tw-backdrop-opacity: opacity(0.8);
}

.backdrop-opacity-90 {
  --tw-backdrop-opacity: opacity(0.9);
}

.backdrop-opacity-95 {
  --tw-backdrop-opacity: opacity(0.95);
}

.backdrop-opacity-100 {
  --tw-backdrop-opacity: opacity(1);
}

.backdrop-saturate-0 {
  --tw-backdrop-saturate: saturate(0);
}

.backdrop-saturate-50 {
  --tw-backdrop-saturate: saturate(.5);
}

.backdrop-saturate-100 {
  --tw-backdrop-saturate: saturate(1);
}

.backdrop-saturate-150 {
  --tw-backdrop-saturate: saturate(1.5);
}

.backdrop-saturate-200 {
  --tw-backdrop-saturate: saturate(2);
}

.backdrop-sepia-0 {
  --tw-backdrop-sepia: sepia(0);
}

.backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%);
}

.transition-none {
  transition-property: none;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-75 {
  transition-delay: 75ms;
}

.delay-100 {
  transition-delay: 100ms;
}

.delay-150 {
  transition-delay: 150ms;
}

.delay-200 {
  transition-delay: 200ms;
}

.delay-300 {
  transition-delay: 300ms;
}

.delay-500 {
  transition-delay: 500ms;
}

.delay-700 {
  transition-delay: 700ms;
}

.delay-1000 {
  transition-delay: 1000ms;
}

.duration-75 {
  transition-duration: 75ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.ease-linear {
  transition-timing-function: linear;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.content-none {
  content: none;
}

@font-face {
  font-family: "icomoon";

  src: url("/icomoon.f1e66b01.eot?oilod2");

  src: url("/icomoon.f1e66b01.eot?oilod2#iefix") format("embedded-opentype"), url("/icomoon.66d1312e.ttf?oilod2") format("truetype"), url("/icomoon.f652b6c2.woff?oilod2") format("woff"), url("/icomoon.e90a5640.svg?oilod2#icomoon") format("svg");

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

@font-face {
  font-family: "icomoon";

  src: url("/icomoon.5a2916e5.eot?semg9r");

  src: url("/icomoon.5a2916e5.eot?semg9r#iefix") format("embedded-opentype"), url("/icomoon.4dcec64f.ttf?semg9r") format("truetype"), url("/icomoon.2e716125.woff?semg9r") format("woff"), url("/icomoon.4407873f.svg?semg9r#icomoon") format("svg");

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "gettmorefont";

  src: url("/gettmorefont.11974b75.eot?sekws5");

  src: url("/gettmorefont.11974b75.eot?sekws5#iefix") format("embedded-opentype"), url("/gettmorefont.1aafcdfa.ttf?sekws5") format("truetype"), url("/gettmorefont.b74f2097.woff?sekws5") format("woff"), url("/gettmorefont.9a02ac9f.svg?sekws5#gettmorefont") format("svg");

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

[class^="gettmore-icon-"],
[class*=" gettmore-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "gettmorefont" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "heroiconfont";

  src: url("/heroicon.f7bf699f.eot?sekws5");

  src: url("/heroicon.f7bf699f.eot?sekws5#iefix") format("embedded-opentype"), url("/heroicon.3237f0ab.ttf?sekws5") format("truetype"), url("/heroicon.cc957231.woff?sekws5") format("woff"), url("/heroicon.0b73d4dd.svg?sekws5#gettmorefont") format("svg");

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

@font-face {
  font-family: "icomoon";

  src: url("/icomoon.c08250f1.eot?t0cso9");

  src: url("/icomoon.c08250f1.eot?t0cso9#iefix") format("embedded-opentype"), url("/icomoon.8b2178aa.ttf?t0cso9") format("truetype"), url("/icomoon.ac0d281c.woff?t0cso9") format("woff"), url("/icomoon.2a8c65c4.svg?t0cso9#icomoon") format("svg");

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

[class^="hero-icon-"],
[class*=" hero-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "heroiconfont" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  /* Code for Firefox */
  --tw-bg-opacity: 1;
  background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

::selection {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-business:before {
  content: "\e919";
}

.icon-cancer:before {
  content: "\e91a";
}

.icon-compulsory:before {
  content: "\e91b";
}

.icon-diamond:before {
  content: "\e91c";
}

.icon-engineer:before {
  content: "\e91d";
}

.icon-fire:before {
  content: "\e91e";
}

.icon-golf:before {
  content: "\e91f";
}

.icon-group:before {
  content: "\e920";
}

.icon-health:before {
  content: "\e921";
}

.icon-IAR:before {
  content: "\e922";
}

.icon-insurance:before {
  content: "\e923";
}

.icon-lightning:before {
  content: "\e924";
}

.icon-marine:before {
  content: "\e925";
}

.icon-misc:before {
  content: "\e926";
}

.icon-motorbike:before {
  content: "\e927";
}

.icon-PA:before {
  content: "\e928";
}

.icon-Setting:before {
  content: "\e929";
}

.icon-SME:before {
  content: "\e92a";
}

.icon-wrench:before {
  content: "\e92b";
}

.icon-book:before {
  content: "\e90f";
}

.icon-buy:before {
  content: "\e910";
}

.icon-document:before {
  content: "\e911";
}

.icon-email:before {
  content: "\e912";
}

.icon-endorsement:before {
  content: "\e913";
}

.icon-image:before {
  content: "\e914";
}

.icon-pin:before {
  content: "\e915";
}

.icon-customer-phone:before {
  content: "\e916";
}

.icon-phone:before {
  content: "\e917";
}

.icon-vdo:before {
  content: "\e918";
}

.icon-travel:before {
  content: "\e90d";
}

.icon-custom-motor:before {
  content: "\e90e";
}

.icon-order:before {
  content: "\e908";
}

.icon-Compulsory:before {
  content: "\e900";
}

.icon-endrosement:before {
  content: "\e901";
}

.icon-faq:before {
  content: "\e902";
}

.icon-gettmore-more:before {
  content: "\e903";
}

.icon-House:before {
  content: "\e904";
}

.icon-info:before {
  content: "\e905";
}

.icon-menu:before {
  content: "\e906";
}

.icon-Motor:before {
  content: "\e907";
}

.icon-motor:before {
  content: "\e907";
}

.icon-policylist:before {
  content: "\e909";
}

.icon-policytracking:before {
  content: "\e90a";
}

.icon-quotation:before {
  content: "\e90b";
}

.icon-renew:before {
  content: "\e90c";
}

.gettmore-icon-travel:before {
  content: "\e90d";
}

.gettmore-icon-custom-motor:before {
  content: "\e90e";
}

.gettmore-icon-order:before {
  content: "\e908";
}

.gettmore-icon-Compulsory:before {
  content: "\e900";
}

.gettmore-icon-endrosement:before {
  content: "\e901";
}

.gettmore-icon-faq:before {
  content: "\e902";
}

.gettmore-icon-gettmore-more:before {
  content: "\e903";
}

.gettmore-icon-House:before {
  content: "\e904";
}

.gettmore-icon-info:before {
  content: "\e905";
}

.gettmore-icon-menu:before {
  content: "\e906";
}

.gettmore-icon-Motor:before {
  content: "\e907";
}

.gettmore-icon-policylist:before {
  content: "\e909";
}

.gettmore-icon-policytracking:before {
  content: "\e90a";
}

.gettmore-icon-quotation:before {
  content: "\e90b";
}

.gettmore-icon-renew:before {
  content: "\e90c";
}

.hero-icon-note:before {
  content: "\E90F";
}

.hero-icon-cart:before {
  content: "\E910";
}

.hero-icon-clipboard:before {
  content: "\E911";
}

.hero-icon-mail:before {
  content: "\E912";
}

.hero-icon-message:before {
  content: "\E913";
}

.hero-icon-picture:before {
  content: "\E914";
}

.hero-icon-location:before {
  content: "\E915";
}

.hero-icon-phone:before {
  content: "\E916";
}

.hero-icon-arrowphone:before {
  content: "\E917";
}

.hero-icon-play:before {
  content: "\E918";
}

[class^="icon-3-"],
[class*=" icon-3-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-3-business:before {
  content: "\e919";
}

.icon-3-cancer:before {
  content: "\e91a";
}

.icon-3-compulsory:before {
  content: "\e91b";
}

.icon-3-diamond:before {
  content: "\e91c";
}

.icon-3-engineer:before {
  content: "\e91d";
}

.icon-3-fire:before {
  content: "\e91e";
}

.icon-3-golf:before {
  content: "\e91f";
}

.icon-3-group:before {
  content: "\e920";
}

.icon-3-health:before {
  content: "\e921";
}

.icon-3-IAR:before {
  content: "\e922";
}

.icon-3-insurance:before {
  content: "\e923";
}

.icon-3-lightning:before {
  content: "\e924";
}

.icon-3-marine:before {
  content: "\e925";
}

.icon-3-misc:before {
  content: "\e926";
}

.icon-3-motorbike:before {
  content: "\e927";
}

.icon-3-PA:before {
  content: "\e928";
}

.icon-3-Setting:before {
  content: "\e929";
}

.icon-3-SME:before {
  content: "\e92a";
}

.icon-3-wrench:before {
  content: "\e92b";
}

.icon-3-book:before {
  content: "\e90f";
}

.icon-3-buy:before {
  content: "\e910";
}

.icon-3-document:before {
  content: "\e911";
}

.icon-3-email:before {
  content: "\e912";
}

.icon-3-endorsement:before {
  content: "\e913";
}

.icon-3-image:before {
  content: "\e914";
}

.icon-3-pin:before {
  content: "\e915";
}

.icon-3-customer-phone:before {
  content: "\e916";
}

.icon-3-phone:before {
  content: "\e917";
}

.icon-3-vdo:before {
  content: "\e918";
}

.icon-3-travel:before {
  content: "\e90d";
}

.icon-3-custom-motor:before {
  content: "\e90e";
}

.icon-3-order:before {
  content: "\e908";
}

.icon-3-Compulsory:before {
  content: "\e900";
}

.icon-3-endrosement:before {
  content: "\e901";
}

.icon-3-faq:before {
  content: "\e902";
}

.icon-3-gettmore-more:before {
  content: "\e903";
}

.icon-3-House:before {
  content: "\e904";
}

.icon-3-info:before {
  content: "\e905";
}

.icon-3-menu:before {
  content: "\e906";
}

.icon-3-Motor:before {
  content: "\e907";
}

.icon-3-policylist:before {
  content: "\e909";
}

.icon-3-policytracking:before {
  content: "\e90a";
}

.icon-3-quotation:before {
  content: "\e90b";
}

.icon-3-renew:before {
  content: "\e90c";
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

body {
  font-family: "Kanit", sans-serif !important;
  font-size: 0.875rem;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 3.75rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.25rem;
}

.icon-size {
  font-size: 1rem;
}

body {
  background-color: #f1f4f6;
}

.filter-overlay {
  position: absolute;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  z-index: 99;
}

.page-wrapper {
  margin-top: 63px;
}

.content-wrapper {
  margin-left: 60px;
}

hr {
  border-top: solid 1px #e9ecef;
  margin-bottom: 16px;
}

.sticky-menu {
  position: sticky;
  top: 85px;
}

.primary-text {
  color: #eb008b !important;
}

.secondary-text {
  color: #112e42 !important;
}

.font-secondary-color {
  color: #112e42 !important;
}

.font-primary-color {
  color: #eb008b !important;
}

.font-primary {
  color: #111;
}

.font-secondary {
  color: #848484;
}

.white-color {
  color: #ffffff;
}

.help-txt {
  color: rgba(116, 116, 116, 0.4);
}

.error-txt {
  color: #eb3f4d;
  font-size: 0.8rem;
}

.space-left-1 {
  margin-left: 30px;
}

.staff-wrapper {
  padding: 16px;
}

.staff-wrapper h1 {
  margin-bottom: 16px;
}

.staff-wrapper-content {
  padding: 16px 0;
  background-color: #ffffff;
}

.staff-card {
  padding: 8px 16px 16px;
  background-color: #ffffff;
  border-radius: 4px;
}

.staff-card-header {
  color: #112e42;
  padding-bottom: 8px;
  border-bottom: solid 1px #e9ecef;
  margin-bottom: 8px;
}

.staff-actions {
  padding: 16px;
  padding-bottom: 0;
  background-color: #ffffff;
}

.staff-actions-right {
  display: flex;
  justify-content: flex-end;
}

.staff-from-actions {
  display: flex;
  justify-content: flex-end;
}

.link-tel {
  color: #121212;
}

.animated {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animated.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.animated.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

.animated.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

.animated.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

.animated.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

.animated.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

.animated.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.animated.delay-05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animated.delay-01s {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 1;
    transform: translate3d(0, 0%, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -150%, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 1;
    transform: translate3d(0, 0%, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -150%, 0);
  }
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -150%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -150%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(120%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(120%, 0, 0);
  }
}

@-webkit-keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    opacity: 1;
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    opacity: 1;
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    opacity: 1;
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    opacity: 1;
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
    visibility: visible;
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
    visibility: visible;
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.gm-paginate {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 8px 16px;
  margin-top: 1rem;
}

.gm-paginate li {
  margin: 0 4px;
}

.gm-paginate li a {
  min-width: 35px;
  height: 35px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(2, 3, 17, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
  padding: 5px 10px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-left: none;
  font-size: 14px;
  background-color: #ffffff;
  color: #9a9ea1;
  border-radius: 4px;
}

.gm-paginate li a:focus {
  outline: none;
}

.gm-paginate li.active a {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  color: #ffffff;
}

.gm-paginate li.disabled a {
  background-color: #ebebe4;
  color: #c6c6c6;
  cursor: not-allowed;
}

.filter-area-box {
  display: grid;
  grid-template-columns: 350px 200px 280px 1fr;
}

.filter-area-box > div {
  padding: 0 8px;
  margin-bottom: 16px;
}

.filter-area-box > div:first-child {
  padding-left: 0;
}

.sidebar-scroll {
  height: calc(100vh - 63px);
}

.section {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (min-width: 1440px) {
  .section {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1600px) {
  .section {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.section-y {
  padding-top: 48px;
  padding-bottom: 48px;
}

.section-y-1\/2 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.section-x {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1440px) {
  .section-x {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1600px) {
  .section-x {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.section-x-1\/2 {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 1440px) {
  .section-x-1\/2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1600px) {
  .section-x-1\/2 {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.main-section {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.section-header-breadcrumb:before {
  content: none;
  margin-right: 0;
}

#slider-banner .slick-slider {
  padding-bottom: 30px;
}

#slider-banner .slick-slider img {
  display: inline-block;
}

#slider-banner .slick-dots {
  position: absolute;
  display: flex !important;
  justify-content: center;
  margin-top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

#slider-banner .slick-dots li.slick-active button {
  background-color: #eb008b;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

#slider-banner .slick-dots li button {
  text-indent: -9000px;
  width: 16px;
  height: 16px;
  background-color: #cccccc;
  margin: 5px 2px;
  border-radius: 50%;
}

.detail-wrapper hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

.detail-wrapper hr:not([size]) {
  height: 1px;
}

.detail-wrapper h6,
.detail-wrapper h5,
.detail-wrapper h4,
.detail-wrapper h3,
.detail-wrapper h2,
.detail-wrapper h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.detail-wrapper h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .detail-wrapper h1 {
    font-size: 2.5rem;
  }
}

.detail-wrapper h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  .detail-wrapper h2 {
    font-size: 2rem;
  }
}

.detail-wrapper h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  .detail-wrapper h3 {
    font-size: 1.75rem;
  }
}

.detail-wrapper h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .detail-wrapper h4 {
    font-size: 1.5rem;
  }
}

.detail-wrapper h5 {
  font-size: 1.25rem;
}

.detail-wrapper h6 {
  font-size: 1rem;
}

.detail-wrapper p {
  margin-top: 0;
}

.detail-wrapper abbr[title],
.detail-wrapper abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.detail-wrapper address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

.detail-wrapper ol,
.detail-wrapper ul {
  padding-left: 2rem;
}

.detail-wrapper ol,
.detail-wrapper ul,
.detail-wrapper dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

.detail-wrapper ul {
  list-style: disc;
}

.detail-wrapper ol {
  list-style: decimal;
}

.detail-wrapper ol ol,
.detail-wrapper ul ul,
.detail-wrapper ol ul,
.detail-wrapper ul ol {
  margin-bottom: 0;
}

.detail-wrapper dt {
  font-weight: 700;
}

.detail-wrapper dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

.detail-wrapper blockquote {
  margin: 0 0 1rem;
}

.detail-wrapper b,
.detail-wrapper strong {
  font-weight: bolder;
}

.detail-wrapper small {
  font-size: 0.875em;
}

.detail-wrapper mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.detail-wrapper sub,
.detail-wrapper sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

.detail-wrapper sub {
  bottom: -0.25em;
}

.detail-wrapper sup {
  top: -0.5em;
}

.detail-wrapper a {
  color: #0d6efd;
  text-decoration: underline;
}

.detail-wrapper a:hover {
  color: #0a58ca;
}

.detail-wrapper a:not([href]):not([class]),
.detail-wrapper a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

.detail-wrapper pre,
.detail-wrapper code,
.detail-wrapper kbd,
.detail-wrapper samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

.detail-wrapper pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

.detail-wrapper pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.detail-wrapper code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

.detail-wrapper a > code {
  color: inherit;
}

.detail-wrapper kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

.detail-wrapper kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

.detail-wrapper figure {
  margin: 0 0 1rem;
}

.detail-wrapper img,
.detail-wrapper svg {
  vertical-align: middle;
}

.detail-wrapper table {
  caption-side: bottom;
  border-collapse: collapse;
}

.detail-wrapper caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

.detail-wrapper th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

.detail-wrapper thead,
.detail-wrapper tbody,
.detail-wrapper tfoot,
.detail-wrapper tr,
.detail-wrapper td,
.detail-wrapper th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.ql-align-right {
  text-align: right;
}

.ql-align-center {
  text-align: center;
}

.ql-align-left {
  text-align: left;
}

@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
  }
}

@media (min-width: 640px) and (min-width: 0px) {
    .sm\:container {
      max-width: 0px;
    }
  }

@media (min-width: 640px) and (min-width: 320px) {
    .sm\:container {
      max-width: 320px;
    }
  }

@media (min-width: 640px) and (min-width: 640px) {
    .sm\:container {
      max-width: 640px;
    }
  }

@media (min-width: 640px) and (min-width: 768px) {
    .sm\:container {
      max-width: 768px;
    }
  }

@media (min-width: 640px) and (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }

@media (min-width: 640px) and (min-width: 1440px) {
    .sm\:container {
      max-width: 1440px;
    }
  }

@media (min-width: 640px) and (min-width: 1600px) {
    .sm\:container {
      max-width: 1600px;
    }
  }

@media (min-width: 640px) and (min-width: 4820px) {
    .sm\:container {
      max-width: 4820px;
    }
  }

@media (min-width: 640px) {

  .sm\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:focus-within\:sr-only[focus-within] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:focus-within\:not-sr-only[focus-within] {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:pointer-events-none {
    pointer-events: none;
  }

  .sm\:pointer-events-auto {
    pointer-events: auto;
  }

  .sm\:visible {
    visibility: visible;
  }

  .sm\:invisible {
    visibility: hidden;
  }

  .sm\:static {
    position: static;
  }

  .sm\:fixed {
    position: fixed;
  }

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:sticky {
    position: sticky;
  }

  .sm\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .sm\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .sm\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .sm\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .sm\:inset-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .sm\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .sm\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .sm\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .sm\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .sm\:inset-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .sm\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .sm\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .sm\:inset-14 {
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .sm\:inset-16 {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .sm\:inset-20 {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .sm\:inset-24 {
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .sm\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .sm\:inset-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .sm\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .sm\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .sm\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .sm\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .sm\:inset-48 {
    top: 48px;
    right: 48px;
    bottom: 48px;
    left: 48px;
  }

  .sm\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .sm\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .sm\:inset-60 {
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
  }

  .sm\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .sm\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .sm\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .sm\:inset-95 {
    top: 95px;
    right: 95px;
    bottom: 95px;
    left: 95px;
  }

  .sm\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .sm\:inset-120 {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .sm\:inset-190 {
    top: 190px;
    right: 190px;
    bottom: 190px;
    left: 190px;
  }

  .sm\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .sm\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .sm\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .sm\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .sm\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .sm\:inset-30\% {
    top: 30%;
    right: 30%;
    bottom: 30%;
    left: 30%;
  }

  .sm\:inset-7\.5r {
    top: 1.875rem;
    right: 1.875rem;
    bottom: 1.875rem;
    left: 1.875rem;
  }

  .sm\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .sm\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .sm\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .sm\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .sm\:-inset-5 {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .sm\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .sm\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .sm\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .sm\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .sm\:-inset-10 {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .sm\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .sm\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .sm\:-inset-14 {
    top: -14px;
    right: -14px;
    bottom: -14px;
    left: -14px;
  }

  .sm\:-inset-16 {
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
  }

  .sm\:-inset-20 {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .sm\:-inset-24 {
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
  }

  .sm\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .sm\:-inset-30 {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .sm\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .sm\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .sm\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .sm\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .sm\:-inset-48 {
    top: -48px;
    right: -48px;
    bottom: -48px;
    left: -48px;
  }

  .sm\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .sm\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .sm\:-inset-60 {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .sm\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .sm\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .sm\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .sm\:-inset-95 {
    top: -95px;
    right: -95px;
    bottom: -95px;
    left: -95px;
  }

  .sm\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .sm\:-inset-120 {
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px;
  }

  .sm\:-inset-190 {
    top: -190px;
    right: -190px;
    bottom: -190px;
    left: -190px;
  }

  .sm\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .sm\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .sm\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .sm\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .sm\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .sm\:-inset-30\% {
    top: -30%;
    right: -30%;
    bottom: -30%;
    left: -30%;
  }

  .sm\:-inset-7\.5r {
    top: -1.875rem;
    right: -1.875rem;
    bottom: -1.875rem;
    left: -1.875rem;
  }

  .sm\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .sm\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .sm\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .sm\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .sm\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .sm\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .sm\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .sm\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .sm\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .sm\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .sm\:inset-x-0 {
    left: 0;
    right: 0;
  }

  .sm\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .sm\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .sm\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .sm\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .sm\:inset-x-5 {
    left: 5px;
    right: 5px;
  }

  .sm\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .sm\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .sm\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .sm\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .sm\:inset-x-10 {
    left: 10px;
    right: 10px;
  }

  .sm\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .sm\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .sm\:inset-x-14 {
    left: 14px;
    right: 14px;
  }

  .sm\:inset-x-16 {
    left: 16px;
    right: 16px;
  }

  .sm\:inset-x-20 {
    left: 20px;
    right: 20px;
  }

  .sm\:inset-x-24 {
    left: 24px;
    right: 24px;
  }

  .sm\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .sm\:inset-x-30 {
    left: 30px;
    right: 30px;
  }

  .sm\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .sm\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .sm\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .sm\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .sm\:inset-x-48 {
    left: 48px;
    right: 48px;
  }

  .sm\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .sm\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .sm\:inset-x-60 {
    left: 60px;
    right: 60px;
  }

  .sm\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .sm\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .sm\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .sm\:inset-x-95 {
    left: 95px;
    right: 95px;
  }

  .sm\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .sm\:inset-x-120 {
    left: 120px;
    right: 120px;
  }

  .sm\:inset-x-190 {
    left: 190px;
    right: 190px;
  }

  .sm\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .sm\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .sm\:inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .sm\:inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .sm\:inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .sm\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .sm\:inset-x-30\% {
    left: 30%;
    right: 30%;
  }

  .sm\:inset-x-7\.5r {
    left: 1.875rem;
    right: 1.875rem;
  }

  .sm\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .sm\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .sm\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .sm\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .sm\:-inset-x-5 {
    left: -5px;
    right: -5px;
  }

  .sm\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .sm\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .sm\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .sm\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .sm\:-inset-x-10 {
    left: -10px;
    right: -10px;
  }

  .sm\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .sm\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .sm\:-inset-x-14 {
    left: -14px;
    right: -14px;
  }

  .sm\:-inset-x-16 {
    left: -16px;
    right: -16px;
  }

  .sm\:-inset-x-20 {
    left: -20px;
    right: -20px;
  }

  .sm\:-inset-x-24 {
    left: -24px;
    right: -24px;
  }

  .sm\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .sm\:-inset-x-30 {
    left: -30px;
    right: -30px;
  }

  .sm\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .sm\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .sm\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .sm\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .sm\:-inset-x-48 {
    left: -48px;
    right: -48px;
  }

  .sm\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .sm\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .sm\:-inset-x-60 {
    left: -60px;
    right: -60px;
  }

  .sm\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .sm\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .sm\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .sm\:-inset-x-95 {
    left: -95px;
    right: -95px;
  }

  .sm\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .sm\:-inset-x-120 {
    left: -120px;
    right: -120px;
  }

  .sm\:-inset-x-190 {
    left: -190px;
    right: -190px;
  }

  .sm\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .sm\:-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .sm\:-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .sm\:-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .sm\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .sm\:-inset-x-30\% {
    left: -30%;
    right: -30%;
  }

  .sm\:-inset-x-7\.5r {
    left: -1.875rem;
    right: -1.875rem;
  }

  .sm\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .sm\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .sm\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .sm\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .sm\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .sm\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .sm\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .sm\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .sm\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .sm\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .sm\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .sm\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .sm\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .sm\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .sm\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .sm\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .sm\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .sm\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .sm\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .sm\:inset-y-5 {
    top: 5px;
    bottom: 5px;
  }

  .sm\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .sm\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .sm\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .sm\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .sm\:inset-y-10 {
    top: 10px;
    bottom: 10px;
  }

  .sm\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .sm\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .sm\:inset-y-14 {
    top: 14px;
    bottom: 14px;
  }

  .sm\:inset-y-16 {
    top: 16px;
    bottom: 16px;
  }

  .sm\:inset-y-20 {
    top: 20px;
    bottom: 20px;
  }

  .sm\:inset-y-24 {
    top: 24px;
    bottom: 24px;
  }

  .sm\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .sm\:inset-y-30 {
    top: 30px;
    bottom: 30px;
  }

  .sm\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .sm\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .sm\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .sm\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .sm\:inset-y-48 {
    top: 48px;
    bottom: 48px;
  }

  .sm\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .sm\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .sm\:inset-y-60 {
    top: 60px;
    bottom: 60px;
  }

  .sm\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .sm\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .sm\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .sm\:inset-y-95 {
    top: 95px;
    bottom: 95px;
  }

  .sm\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .sm\:inset-y-120 {
    top: 120px;
    bottom: 120px;
  }

  .sm\:inset-y-190 {
    top: 190px;
    bottom: 190px;
  }

  .sm\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .sm\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .sm\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .sm\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .sm\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .sm\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .sm\:inset-y-30\% {
    top: 30%;
    bottom: 30%;
  }

  .sm\:inset-y-7\.5r {
    top: 1.875rem;
    bottom: 1.875rem;
  }

  .sm\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .sm\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .sm\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .sm\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .sm\:-inset-y-5 {
    top: -5px;
    bottom: -5px;
  }

  .sm\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .sm\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .sm\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .sm\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .sm\:-inset-y-10 {
    top: -10px;
    bottom: -10px;
  }

  .sm\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .sm\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .sm\:-inset-y-14 {
    top: -14px;
    bottom: -14px;
  }

  .sm\:-inset-y-16 {
    top: -16px;
    bottom: -16px;
  }

  .sm\:-inset-y-20 {
    top: -20px;
    bottom: -20px;
  }

  .sm\:-inset-y-24 {
    top: -24px;
    bottom: -24px;
  }

  .sm\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .sm\:-inset-y-30 {
    top: -30px;
    bottom: -30px;
  }

  .sm\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .sm\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .sm\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .sm\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .sm\:-inset-y-48 {
    top: -48px;
    bottom: -48px;
  }

  .sm\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .sm\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .sm\:-inset-y-60 {
    top: -60px;
    bottom: -60px;
  }

  .sm\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .sm\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .sm\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .sm\:-inset-y-95 {
    top: -95px;
    bottom: -95px;
  }

  .sm\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .sm\:-inset-y-120 {
    top: -120px;
    bottom: -120px;
  }

  .sm\:-inset-y-190 {
    top: -190px;
    bottom: -190px;
  }

  .sm\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .sm\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .sm\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .sm\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .sm\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .sm\:-inset-y-30\% {
    top: -30%;
    bottom: -30%;
  }

  .sm\:-inset-y-7\.5r {
    top: -1.875rem;
    bottom: -1.875rem;
  }

  .sm\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .sm\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .sm\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .sm\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .sm\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .sm\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .sm\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .sm\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .sm\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .sm\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .sm\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .sm\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .sm\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .sm\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .sm\:top-0 {
    top: 0;
  }

  .sm\:top-1 {
    top: 0.25rem;
  }

  .sm\:top-2 {
    top: 0.5rem;
  }

  .sm\:top-3 {
    top: 0.75rem;
  }

  .sm\:top-4 {
    top: 1rem;
  }

  .sm\:top-5 {
    top: 5px;
  }

  .sm\:top-6 {
    top: 1.5rem;
  }

  .sm\:top-7 {
    top: 1.75rem;
  }

  .sm\:top-8 {
    top: 2rem;
  }

  .sm\:top-9 {
    top: 2.25rem;
  }

  .sm\:top-10 {
    top: 10px;
  }

  .sm\:top-11 {
    top: 2.75rem;
  }

  .sm\:top-12 {
    top: 3rem;
  }

  .sm\:top-14 {
    top: 14px;
  }

  .sm\:top-16 {
    top: 16px;
  }

  .sm\:top-20 {
    top: 20px;
  }

  .sm\:top-24 {
    top: 24px;
  }

  .sm\:top-28 {
    top: 7rem;
  }

  .sm\:top-30 {
    top: 30px;
  }

  .sm\:top-32 {
    top: 8rem;
  }

  .sm\:top-36 {
    top: 9rem;
  }

  .sm\:top-40 {
    top: 10rem;
  }

  .sm\:top-44 {
    top: 11rem;
  }

  .sm\:top-48 {
    top: 48px;
  }

  .sm\:top-52 {
    top: 13rem;
  }

  .sm\:top-56 {
    top: 14rem;
  }

  .sm\:top-60 {
    top: 60px;
  }

  .sm\:top-64 {
    top: 16rem;
  }

  .sm\:top-72 {
    top: 18rem;
  }

  .sm\:top-80 {
    top: 20rem;
  }

  .sm\:top-95 {
    top: 95px;
  }

  .sm\:top-96 {
    top: 24rem;
  }

  .sm\:top-120 {
    top: 120px;
  }

  .sm\:top-190 {
    top: 190px;
  }

  .sm\:top-auto {
    top: auto;
  }

  .sm\:top-px {
    top: 1px;
  }

  .sm\:top-0\.5 {
    top: 0.125rem;
  }

  .sm\:top-1\.5 {
    top: 0.375rem;
  }

  .sm\:top-2\.5 {
    top: 0.625rem;
  }

  .sm\:top-3\.5 {
    top: 0.875rem;
  }

  .sm\:top-30\% {
    top: 30%;
  }

  .sm\:top-7\.5r {
    top: 1.875rem;
  }

  .sm\:-top-1 {
    top: -0.25rem;
  }

  .sm\:-top-2 {
    top: -0.5rem;
  }

  .sm\:-top-3 {
    top: -0.75rem;
  }

  .sm\:-top-4 {
    top: -1rem;
  }

  .sm\:-top-5 {
    top: -5px;
  }

  .sm\:-top-6 {
    top: -1.5rem;
  }

  .sm\:-top-7 {
    top: -1.75rem;
  }

  .sm\:-top-8 {
    top: -2rem;
  }

  .sm\:-top-9 {
    top: -2.25rem;
  }

  .sm\:-top-10 {
    top: -10px;
  }

  .sm\:-top-11 {
    top: -2.75rem;
  }

  .sm\:-top-12 {
    top: -3rem;
  }

  .sm\:-top-14 {
    top: -14px;
  }

  .sm\:-top-16 {
    top: -16px;
  }

  .sm\:-top-20 {
    top: -20px;
  }

  .sm\:-top-24 {
    top: -24px;
  }

  .sm\:-top-28 {
    top: -7rem;
  }

  .sm\:-top-30 {
    top: -30px;
  }

  .sm\:-top-32 {
    top: -8rem;
  }

  .sm\:-top-36 {
    top: -9rem;
  }

  .sm\:-top-40 {
    top: -10rem;
  }

  .sm\:-top-44 {
    top: -11rem;
  }

  .sm\:-top-48 {
    top: -48px;
  }

  .sm\:-top-52 {
    top: -13rem;
  }

  .sm\:-top-56 {
    top: -14rem;
  }

  .sm\:-top-60 {
    top: -60px;
  }

  .sm\:-top-64 {
    top: -16rem;
  }

  .sm\:-top-72 {
    top: -18rem;
  }

  .sm\:-top-80 {
    top: -20rem;
  }

  .sm\:-top-95 {
    top: -95px;
  }

  .sm\:-top-96 {
    top: -24rem;
  }

  .sm\:-top-120 {
    top: -120px;
  }

  .sm\:-top-190 {
    top: -190px;
  }

  .sm\:-top-px {
    top: -1px;
  }

  .sm\:-top-0\.5 {
    top: -0.125rem;
  }

  .sm\:-top-1\.5 {
    top: -0.375rem;
  }

  .sm\:-top-2\.5 {
    top: -0.625rem;
  }

  .sm\:-top-3\.5 {
    top: -0.875rem;
  }

  .sm\:-top-30\% {
    top: -30%;
  }

  .sm\:-top-7\.5r {
    top: -1.875rem;
  }

  .sm\:top-1\/2 {
    top: 50%;
  }

  .sm\:top-1\/3 {
    top: 33.333333%;
  }

  .sm\:top-2\/3 {
    top: 66.666667%;
  }

  .sm\:top-1\/4 {
    top: 25%;
  }

  .sm\:top-2\/4 {
    top: 50%;
  }

  .sm\:top-3\/4 {
    top: 75%;
  }

  .sm\:top-full {
    top: 100%;
  }

  .sm\:-top-1\/2 {
    top: -50%;
  }

  .sm\:-top-1\/3 {
    top: -33.333333%;
  }

  .sm\:-top-2\/3 {
    top: -66.666667%;
  }

  .sm\:-top-1\/4 {
    top: -25%;
  }

  .sm\:-top-2\/4 {
    top: -50%;
  }

  .sm\:-top-3\/4 {
    top: -75%;
  }

  .sm\:-top-full {
    top: -100%;
  }

  .sm\:right-0 {
    right: 0;
  }

  .sm\:right-1 {
    right: 0.25rem;
  }

  .sm\:right-2 {
    right: 0.5rem;
  }

  .sm\:right-3 {
    right: 0.75rem;
  }

  .sm\:right-4 {
    right: 1rem;
  }

  .sm\:right-5 {
    right: 5px;
  }

  .sm\:right-6 {
    right: 1.5rem;
  }

  .sm\:right-7 {
    right: 1.75rem;
  }

  .sm\:right-8 {
    right: 2rem;
  }

  .sm\:right-9 {
    right: 2.25rem;
  }

  .sm\:right-10 {
    right: 10px;
  }

  .sm\:right-11 {
    right: 2.75rem;
  }

  .sm\:right-12 {
    right: 3rem;
  }

  .sm\:right-14 {
    right: 14px;
  }

  .sm\:right-16 {
    right: 16px;
  }

  .sm\:right-20 {
    right: 20px;
  }

  .sm\:right-24 {
    right: 24px;
  }

  .sm\:right-28 {
    right: 7rem;
  }

  .sm\:right-30 {
    right: 30px;
  }

  .sm\:right-32 {
    right: 8rem;
  }

  .sm\:right-36 {
    right: 9rem;
  }

  .sm\:right-40 {
    right: 10rem;
  }

  .sm\:right-44 {
    right: 11rem;
  }

  .sm\:right-48 {
    right: 48px;
  }

  .sm\:right-52 {
    right: 13rem;
  }

  .sm\:right-56 {
    right: 14rem;
  }

  .sm\:right-60 {
    right: 60px;
  }

  .sm\:right-64 {
    right: 16rem;
  }

  .sm\:right-72 {
    right: 18rem;
  }

  .sm\:right-80 {
    right: 20rem;
  }

  .sm\:right-95 {
    right: 95px;
  }

  .sm\:right-96 {
    right: 24rem;
  }

  .sm\:right-120 {
    right: 120px;
  }

  .sm\:right-190 {
    right: 190px;
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:right-px {
    right: 1px;
  }

  .sm\:right-0\.5 {
    right: 0.125rem;
  }

  .sm\:right-1\.5 {
    right: 0.375rem;
  }

  .sm\:right-2\.5 {
    right: 0.625rem;
  }

  .sm\:right-3\.5 {
    right: 0.875rem;
  }

  .sm\:right-30\% {
    right: 30%;
  }

  .sm\:right-7\.5r {
    right: 1.875rem;
  }

  .sm\:-right-1 {
    right: -0.25rem;
  }

  .sm\:-right-2 {
    right: -0.5rem;
  }

  .sm\:-right-3 {
    right: -0.75rem;
  }

  .sm\:-right-4 {
    right: -1rem;
  }

  .sm\:-right-5 {
    right: -5px;
  }

  .sm\:-right-6 {
    right: -1.5rem;
  }

  .sm\:-right-7 {
    right: -1.75rem;
  }

  .sm\:-right-8 {
    right: -2rem;
  }

  .sm\:-right-9 {
    right: -2.25rem;
  }

  .sm\:-right-10 {
    right: -10px;
  }

  .sm\:-right-11 {
    right: -2.75rem;
  }

  .sm\:-right-12 {
    right: -3rem;
  }

  .sm\:-right-14 {
    right: -14px;
  }

  .sm\:-right-16 {
    right: -16px;
  }

  .sm\:-right-20 {
    right: -20px;
  }

  .sm\:-right-24 {
    right: -24px;
  }

  .sm\:-right-28 {
    right: -7rem;
  }

  .sm\:-right-30 {
    right: -30px;
  }

  .sm\:-right-32 {
    right: -8rem;
  }

  .sm\:-right-36 {
    right: -9rem;
  }

  .sm\:-right-40 {
    right: -10rem;
  }

  .sm\:-right-44 {
    right: -11rem;
  }

  .sm\:-right-48 {
    right: -48px;
  }

  .sm\:-right-52 {
    right: -13rem;
  }

  .sm\:-right-56 {
    right: -14rem;
  }

  .sm\:-right-60 {
    right: -60px;
  }

  .sm\:-right-64 {
    right: -16rem;
  }

  .sm\:-right-72 {
    right: -18rem;
  }

  .sm\:-right-80 {
    right: -20rem;
  }

  .sm\:-right-95 {
    right: -95px;
  }

  .sm\:-right-96 {
    right: -24rem;
  }

  .sm\:-right-120 {
    right: -120px;
  }

  .sm\:-right-190 {
    right: -190px;
  }

  .sm\:-right-px {
    right: -1px;
  }

  .sm\:-right-0\.5 {
    right: -0.125rem;
  }

  .sm\:-right-1\.5 {
    right: -0.375rem;
  }

  .sm\:-right-2\.5 {
    right: -0.625rem;
  }

  .sm\:-right-3\.5 {
    right: -0.875rem;
  }

  .sm\:-right-30\% {
    right: -30%;
  }

  .sm\:-right-7\.5r {
    right: -1.875rem;
  }

  .sm\:right-1\/2 {
    right: 50%;
  }

  .sm\:right-1\/3 {
    right: 33.333333%;
  }

  .sm\:right-2\/3 {
    right: 66.666667%;
  }

  .sm\:right-1\/4 {
    right: 25%;
  }

  .sm\:right-2\/4 {
    right: 50%;
  }

  .sm\:right-3\/4 {
    right: 75%;
  }

  .sm\:right-full {
    right: 100%;
  }

  .sm\:-right-1\/2 {
    right: -50%;
  }

  .sm\:-right-1\/3 {
    right: -33.333333%;
  }

  .sm\:-right-2\/3 {
    right: -66.666667%;
  }

  .sm\:-right-1\/4 {
    right: -25%;
  }

  .sm\:-right-2\/4 {
    right: -50%;
  }

  .sm\:-right-3\/4 {
    right: -75%;
  }

  .sm\:-right-full {
    right: -100%;
  }

  .sm\:bottom-0 {
    bottom: 0;
  }

  .sm\:bottom-1 {
    bottom: 0.25rem;
  }

  .sm\:bottom-2 {
    bottom: 0.5rem;
  }

  .sm\:bottom-3 {
    bottom: 0.75rem;
  }

  .sm\:bottom-4 {
    bottom: 1rem;
  }

  .sm\:bottom-5 {
    bottom: 5px;
  }

  .sm\:bottom-6 {
    bottom: 1.5rem;
  }

  .sm\:bottom-7 {
    bottom: 1.75rem;
  }

  .sm\:bottom-8 {
    bottom: 2rem;
  }

  .sm\:bottom-9 {
    bottom: 2.25rem;
  }

  .sm\:bottom-10 {
    bottom: 10px;
  }

  .sm\:bottom-11 {
    bottom: 2.75rem;
  }

  .sm\:bottom-12 {
    bottom: 3rem;
  }

  .sm\:bottom-14 {
    bottom: 14px;
  }

  .sm\:bottom-16 {
    bottom: 16px;
  }

  .sm\:bottom-20 {
    bottom: 20px;
  }

  .sm\:bottom-24 {
    bottom: 24px;
  }

  .sm\:bottom-28 {
    bottom: 7rem;
  }

  .sm\:bottom-30 {
    bottom: 30px;
  }

  .sm\:bottom-32 {
    bottom: 8rem;
  }

  .sm\:bottom-36 {
    bottom: 9rem;
  }

  .sm\:bottom-40 {
    bottom: 10rem;
  }

  .sm\:bottom-44 {
    bottom: 11rem;
  }

  .sm\:bottom-48 {
    bottom: 48px;
  }

  .sm\:bottom-52 {
    bottom: 13rem;
  }

  .sm\:bottom-56 {
    bottom: 14rem;
  }

  .sm\:bottom-60 {
    bottom: 60px;
  }

  .sm\:bottom-64 {
    bottom: 16rem;
  }

  .sm\:bottom-72 {
    bottom: 18rem;
  }

  .sm\:bottom-80 {
    bottom: 20rem;
  }

  .sm\:bottom-95 {
    bottom: 95px;
  }

  .sm\:bottom-96 {
    bottom: 24rem;
  }

  .sm\:bottom-120 {
    bottom: 120px;
  }

  .sm\:bottom-190 {
    bottom: 190px;
  }

  .sm\:bottom-auto {
    bottom: auto;
  }

  .sm\:bottom-px {
    bottom: 1px;
  }

  .sm\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .sm\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .sm\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .sm\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .sm\:bottom-30\% {
    bottom: 30%;
  }

  .sm\:bottom-7\.5r {
    bottom: 1.875rem;
  }

  .sm\:-bottom-1 {
    bottom: -0.25rem;
  }

  .sm\:-bottom-2 {
    bottom: -0.5rem;
  }

  .sm\:-bottom-3 {
    bottom: -0.75rem;
  }

  .sm\:-bottom-4 {
    bottom: -1rem;
  }

  .sm\:-bottom-5 {
    bottom: -5px;
  }

  .sm\:-bottom-6 {
    bottom: -1.5rem;
  }

  .sm\:-bottom-7 {
    bottom: -1.75rem;
  }

  .sm\:-bottom-8 {
    bottom: -2rem;
  }

  .sm\:-bottom-9 {
    bottom: -2.25rem;
  }

  .sm\:-bottom-10 {
    bottom: -10px;
  }

  .sm\:-bottom-11 {
    bottom: -2.75rem;
  }

  .sm\:-bottom-12 {
    bottom: -3rem;
  }

  .sm\:-bottom-14 {
    bottom: -14px;
  }

  .sm\:-bottom-16 {
    bottom: -16px;
  }

  .sm\:-bottom-20 {
    bottom: -20px;
  }

  .sm\:-bottom-24 {
    bottom: -24px;
  }

  .sm\:-bottom-28 {
    bottom: -7rem;
  }

  .sm\:-bottom-30 {
    bottom: -30px;
  }

  .sm\:-bottom-32 {
    bottom: -8rem;
  }

  .sm\:-bottom-36 {
    bottom: -9rem;
  }

  .sm\:-bottom-40 {
    bottom: -10rem;
  }

  .sm\:-bottom-44 {
    bottom: -11rem;
  }

  .sm\:-bottom-48 {
    bottom: -48px;
  }

  .sm\:-bottom-52 {
    bottom: -13rem;
  }

  .sm\:-bottom-56 {
    bottom: -14rem;
  }

  .sm\:-bottom-60 {
    bottom: -60px;
  }

  .sm\:-bottom-64 {
    bottom: -16rem;
  }

  .sm\:-bottom-72 {
    bottom: -18rem;
  }

  .sm\:-bottom-80 {
    bottom: -20rem;
  }

  .sm\:-bottom-95 {
    bottom: -95px;
  }

  .sm\:-bottom-96 {
    bottom: -24rem;
  }

  .sm\:-bottom-120 {
    bottom: -120px;
  }

  .sm\:-bottom-190 {
    bottom: -190px;
  }

  .sm\:-bottom-px {
    bottom: -1px;
  }

  .sm\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .sm\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .sm\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .sm\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .sm\:-bottom-30\% {
    bottom: -30%;
  }

  .sm\:-bottom-7\.5r {
    bottom: -1.875rem;
  }

  .sm\:bottom-1\/2 {
    bottom: 50%;
  }

  .sm\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .sm\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .sm\:bottom-1\/4 {
    bottom: 25%;
  }

  .sm\:bottom-2\/4 {
    bottom: 50%;
  }

  .sm\:bottom-3\/4 {
    bottom: 75%;
  }

  .sm\:bottom-full {
    bottom: 100%;
  }

  .sm\:-bottom-1\/2 {
    bottom: -50%;
  }

  .sm\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .sm\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .sm\:-bottom-1\/4 {
    bottom: -25%;
  }

  .sm\:-bottom-2\/4 {
    bottom: -50%;
  }

  .sm\:-bottom-3\/4 {
    bottom: -75%;
  }

  .sm\:-bottom-full {
    bottom: -100%;
  }

  .sm\:left-0 {
    left: 0;
  }

  .sm\:left-1 {
    left: 0.25rem;
  }

  .sm\:left-2 {
    left: 0.5rem;
  }

  .sm\:left-3 {
    left: 0.75rem;
  }

  .sm\:left-4 {
    left: 1rem;
  }

  .sm\:left-5 {
    left: 5px;
  }

  .sm\:left-6 {
    left: 1.5rem;
  }

  .sm\:left-7 {
    left: 1.75rem;
  }

  .sm\:left-8 {
    left: 2rem;
  }

  .sm\:left-9 {
    left: 2.25rem;
  }

  .sm\:left-10 {
    left: 10px;
  }

  .sm\:left-11 {
    left: 2.75rem;
  }

  .sm\:left-12 {
    left: 3rem;
  }

  .sm\:left-14 {
    left: 14px;
  }

  .sm\:left-16 {
    left: 16px;
  }

  .sm\:left-20 {
    left: 20px;
  }

  .sm\:left-24 {
    left: 24px;
  }

  .sm\:left-28 {
    left: 7rem;
  }

  .sm\:left-30 {
    left: 30px;
  }

  .sm\:left-32 {
    left: 8rem;
  }

  .sm\:left-36 {
    left: 9rem;
  }

  .sm\:left-40 {
    left: 10rem;
  }

  .sm\:left-44 {
    left: 11rem;
  }

  .sm\:left-48 {
    left: 48px;
  }

  .sm\:left-52 {
    left: 13rem;
  }

  .sm\:left-56 {
    left: 14rem;
  }

  .sm\:left-60 {
    left: 60px;
  }

  .sm\:left-64 {
    left: 16rem;
  }

  .sm\:left-72 {
    left: 18rem;
  }

  .sm\:left-80 {
    left: 20rem;
  }

  .sm\:left-95 {
    left: 95px;
  }

  .sm\:left-96 {
    left: 24rem;
  }

  .sm\:left-120 {
    left: 120px;
  }

  .sm\:left-190 {
    left: 190px;
  }

  .sm\:left-auto {
    left: auto;
  }

  .sm\:left-px {
    left: 1px;
  }

  .sm\:left-0\.5 {
    left: 0.125rem;
  }

  .sm\:left-1\.5 {
    left: 0.375rem;
  }

  .sm\:left-2\.5 {
    left: 0.625rem;
  }

  .sm\:left-3\.5 {
    left: 0.875rem;
  }

  .sm\:left-30\% {
    left: 30%;
  }

  .sm\:left-7\.5r {
    left: 1.875rem;
  }

  .sm\:-left-1 {
    left: -0.25rem;
  }

  .sm\:-left-2 {
    left: -0.5rem;
  }

  .sm\:-left-3 {
    left: -0.75rem;
  }

  .sm\:-left-4 {
    left: -1rem;
  }

  .sm\:-left-5 {
    left: -5px;
  }

  .sm\:-left-6 {
    left: -1.5rem;
  }

  .sm\:-left-7 {
    left: -1.75rem;
  }

  .sm\:-left-8 {
    left: -2rem;
  }

  .sm\:-left-9 {
    left: -2.25rem;
  }

  .sm\:-left-10 {
    left: -10px;
  }

  .sm\:-left-11 {
    left: -2.75rem;
  }

  .sm\:-left-12 {
    left: -3rem;
  }

  .sm\:-left-14 {
    left: -14px;
  }

  .sm\:-left-16 {
    left: -16px;
  }

  .sm\:-left-20 {
    left: -20px;
  }

  .sm\:-left-24 {
    left: -24px;
  }

  .sm\:-left-28 {
    left: -7rem;
  }

  .sm\:-left-30 {
    left: -30px;
  }

  .sm\:-left-32 {
    left: -8rem;
  }

  .sm\:-left-36 {
    left: -9rem;
  }

  .sm\:-left-40 {
    left: -10rem;
  }

  .sm\:-left-44 {
    left: -11rem;
  }

  .sm\:-left-48 {
    left: -48px;
  }

  .sm\:-left-52 {
    left: -13rem;
  }

  .sm\:-left-56 {
    left: -14rem;
  }

  .sm\:-left-60 {
    left: -60px;
  }

  .sm\:-left-64 {
    left: -16rem;
  }

  .sm\:-left-72 {
    left: -18rem;
  }

  .sm\:-left-80 {
    left: -20rem;
  }

  .sm\:-left-95 {
    left: -95px;
  }

  .sm\:-left-96 {
    left: -24rem;
  }

  .sm\:-left-120 {
    left: -120px;
  }

  .sm\:-left-190 {
    left: -190px;
  }

  .sm\:-left-px {
    left: -1px;
  }

  .sm\:-left-0\.5 {
    left: -0.125rem;
  }

  .sm\:-left-1\.5 {
    left: -0.375rem;
  }

  .sm\:-left-2\.5 {
    left: -0.625rem;
  }

  .sm\:-left-3\.5 {
    left: -0.875rem;
  }

  .sm\:-left-30\% {
    left: -30%;
  }

  .sm\:-left-7\.5r {
    left: -1.875rem;
  }

  .sm\:left-1\/2 {
    left: 50%;
  }

  .sm\:left-1\/3 {
    left: 33.333333%;
  }

  .sm\:left-2\/3 {
    left: 66.666667%;
  }

  .sm\:left-1\/4 {
    left: 25%;
  }

  .sm\:left-2\/4 {
    left: 50%;
  }

  .sm\:left-3\/4 {
    left: 75%;
  }

  .sm\:left-full {
    left: 100%;
  }

  .sm\:-left-1\/2 {
    left: -50%;
  }

  .sm\:-left-1\/3 {
    left: -33.333333%;
  }

  .sm\:-left-2\/3 {
    left: -66.666667%;
  }

  .sm\:-left-1\/4 {
    left: -25%;
  }

  .sm\:-left-2\/4 {
    left: -50%;
  }

  .sm\:-left-3\/4 {
    left: -75%;
  }

  .sm\:-left-full {
    left: -100%;
  }

  .sm\:isolate {
    isolation: isolate;
  }

  .sm\:isolation-auto {
    isolation: auto;
  }

  .sm\:z-0 {
    z-index: 0;
  }

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

  .sm\:z-10 {
    z-index: 10;
  }

  .sm\:z-20 {
    z-index: 20;
  }

  .sm\:z-30 {
    z-index: 30;
  }

  .sm\:z-40 {
    z-index: 40;
  }

  .sm\:z-50 {
    z-index: 50;
  }

  .sm\:z-auto {
    z-index: auto;
  }

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

  .sm\:-z-10 {
    z-index: -10;
  }

  .sm\:-z-20 {
    z-index: -20;
  }

  .sm\:focus-within\:z-0[focus-within] {
    z-index: 0;
  }

  .sm\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .sm\:focus-within\:z-1[focus-within] {
    z-index: 1;
  }

  .sm\:focus-within\:z-1:focus-within {
    z-index: 1;
  }

  .sm\:focus-within\:z-10[focus-within] {
    z-index: 10;
  }

  .sm\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .sm\:focus-within\:z-20[focus-within] {
    z-index: 20;
  }

  .sm\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .sm\:focus-within\:z-30[focus-within] {
    z-index: 30;
  }

  .sm\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .sm\:focus-within\:z-40[focus-within] {
    z-index: 40;
  }

  .sm\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .sm\:focus-within\:z-50[focus-within] {
    z-index: 50;
  }

  .sm\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .sm\:focus-within\:z-auto[focus-within] {
    z-index: auto;
  }

  .sm\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .sm\:focus-within\:-z-1[focus-within] {
    z-index: -1;
  }

  .sm\:focus-within\:-z-1:focus-within {
    z-index: -1;
  }

  .sm\:focus-within\:-z-10[focus-within] {
    z-index: -10;
  }

  .sm\:focus-within\:-z-10:focus-within {
    z-index: -10;
  }

  .sm\:focus-within\:-z-20[focus-within] {
    z-index: -20;
  }

  .sm\:focus-within\:-z-20:focus-within {
    z-index: -20;
  }

  .sm\:focus\:z-0:focus {
    z-index: 0;
  }

  .sm\:focus\:z-1:focus {
    z-index: 1;
  }

  .sm\:focus\:z-10:focus {
    z-index: 10;
  }

  .sm\:focus\:z-20:focus {
    z-index: 20;
  }

  .sm\:focus\:z-30:focus {
    z-index: 30;
  }

  .sm\:focus\:z-40:focus {
    z-index: 40;
  }

  .sm\:focus\:z-50:focus {
    z-index: 50;
  }

  .sm\:focus\:z-auto:focus {
    z-index: auto;
  }

  .sm\:focus\:-z-1:focus {
    z-index: -1;
  }

  .sm\:focus\:-z-10:focus {
    z-index: -10;
  }

  .sm\:focus\:-z-20:focus {
    z-index: -20;
  }

  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:order-3 {
    order: 3;
  }

  .sm\:order-4 {
    order: 4;
  }

  .sm\:order-5 {
    order: 5;
  }

  .sm\:order-6 {
    order: 6;
  }

  .sm\:order-7 {
    order: 7;
  }

  .sm\:order-8 {
    order: 8;
  }

  .sm\:order-9 {
    order: 9;
  }

  .sm\:order-10 {
    order: 10;
  }

  .sm\:order-11 {
    order: 11;
  }

  .sm\:order-12 {
    order: 12;
  }

  .sm\:order-first {
    order: -9999;
  }

  .sm\:order-last {
    order: 9999;
  }

  .sm\:order-none {
    order: 0;
  }

  .sm\:col-auto {
    grid-column: auto;
  }

  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .sm\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .sm\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .sm\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .sm\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .sm\:col-span-full {
    grid-column: 1 / -1;
  }

  .sm\:col-start-1 {
    grid-column-start: 1;
  }

  .sm\:col-start-2 {
    grid-column-start: 2;
  }

  .sm\:col-start-3 {
    grid-column-start: 3;
  }

  .sm\:col-start-4 {
    grid-column-start: 4;
  }

  .sm\:col-start-5 {
    grid-column-start: 5;
  }

  .sm\:col-start-6 {
    grid-column-start: 6;
  }

  .sm\:col-start-7 {
    grid-column-start: 7;
  }

  .sm\:col-start-8 {
    grid-column-start: 8;
  }

  .sm\:col-start-9 {
    grid-column-start: 9;
  }

  .sm\:col-start-10 {
    grid-column-start: 10;
  }

  .sm\:col-start-11 {
    grid-column-start: 11;
  }

  .sm\:col-start-12 {
    grid-column-start: 12;
  }

  .sm\:col-start-13 {
    grid-column-start: 13;
  }

  .sm\:col-start-auto {
    grid-column-start: auto;
  }

  .sm\:col-end-1 {
    grid-column-end: 1;
  }

  .sm\:col-end-2 {
    grid-column-end: 2;
  }

  .sm\:col-end-3 {
    grid-column-end: 3;
  }

  .sm\:col-end-4 {
    grid-column-end: 4;
  }

  .sm\:col-end-5 {
    grid-column-end: 5;
  }

  .sm\:col-end-6 {
    grid-column-end: 6;
  }

  .sm\:col-end-7 {
    grid-column-end: 7;
  }

  .sm\:col-end-8 {
    grid-column-end: 8;
  }

  .sm\:col-end-9 {
    grid-column-end: 9;
  }

  .sm\:col-end-10 {
    grid-column-end: 10;
  }

  .sm\:col-end-11 {
    grid-column-end: 11;
  }

  .sm\:col-end-12 {
    grid-column-end: 12;
  }

  .sm\:col-end-13 {
    grid-column-end: 13;
  }

  .sm\:col-end-auto {
    grid-column-end: auto;
  }

  .sm\:row-auto {
    grid-row: auto;
  }

  .sm\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .sm\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .sm\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .sm\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .sm\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .sm\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .sm\:row-span-full {
    grid-row: 1 / -1;
  }

  .sm\:row-start-1 {
    grid-row-start: 1;
  }

  .sm\:row-start-2 {
    grid-row-start: 2;
  }

  .sm\:row-start-3 {
    grid-row-start: 3;
  }

  .sm\:row-start-4 {
    grid-row-start: 4;
  }

  .sm\:row-start-5 {
    grid-row-start: 5;
  }

  .sm\:row-start-6 {
    grid-row-start: 6;
  }

  .sm\:row-start-7 {
    grid-row-start: 7;
  }

  .sm\:row-start-auto {
    grid-row-start: auto;
  }

  .sm\:row-end-1 {
    grid-row-end: 1;
  }

  .sm\:row-end-2 {
    grid-row-end: 2;
  }

  .sm\:row-end-3 {
    grid-row-end: 3;
  }

  .sm\:row-end-4 {
    grid-row-end: 4;
  }

  .sm\:row-end-5 {
    grid-row-end: 5;
  }

  .sm\:row-end-6 {
    grid-row-end: 6;
  }

  .sm\:row-end-7 {
    grid-row-end: 7;
  }

  .sm\:row-end-auto {
    grid-row-end: auto;
  }

  .sm\:float-right {
    float: right;
  }

  .sm\:float-left {
    float: left;
  }

  .sm\:float-none {
    float: none;
  }

  .sm\:clear-left {
    clear: left;
  }

  .sm\:clear-right {
    clear: right;
  }

  .sm\:clear-both {
    clear: both;
  }

  .sm\:clear-none {
    clear: none;
  }

  .sm\:m-0 {
    margin: 0;
  }

  .sm\:m-1 {
    margin: 0.25rem;
  }

  .sm\:m-2 {
    margin: 0.5rem;
  }

  .sm\:m-3 {
    margin: 0.75rem;
  }

  .sm\:m-4 {
    margin: 1rem;
  }

  .sm\:m-5 {
    margin: 5px;
  }

  .sm\:m-6 {
    margin: 1.5rem;
  }

  .sm\:m-7 {
    margin: 1.75rem;
  }

  .sm\:m-8 {
    margin: 2rem;
  }

  .sm\:m-9 {
    margin: 2.25rem;
  }

  .sm\:m-10 {
    margin: 10px;
  }

  .sm\:m-11 {
    margin: 2.75rem;
  }

  .sm\:m-12 {
    margin: 3rem;
  }

  .sm\:m-14 {
    margin: 14px;
  }

  .sm\:m-16 {
    margin: 16px;
  }

  .sm\:m-20 {
    margin: 20px;
  }

  .sm\:m-24 {
    margin: 24px;
  }

  .sm\:m-28 {
    margin: 7rem;
  }

  .sm\:m-30 {
    margin: 30px;
  }

  .sm\:m-32 {
    margin: 8rem;
  }

  .sm\:m-36 {
    margin: 9rem;
  }

  .sm\:m-40 {
    margin: 10rem;
  }

  .sm\:m-44 {
    margin: 11rem;
  }

  .sm\:m-48 {
    margin: 48px;
  }

  .sm\:m-52 {
    margin: 13rem;
  }

  .sm\:m-56 {
    margin: 14rem;
  }

  .sm\:m-60 {
    margin: 60px;
  }

  .sm\:m-64 {
    margin: 16rem;
  }

  .sm\:m-72 {
    margin: 18rem;
  }

  .sm\:m-80 {
    margin: 20rem;
  }

  .sm\:m-95 {
    margin: 95px;
  }

  .sm\:m-96 {
    margin: 24rem;
  }

  .sm\:m-120 {
    margin: 120px;
  }

  .sm\:m-190 {
    margin: 190px;
  }

  .sm\:m-auto {
    margin: auto;
  }

  .sm\:m-px {
    margin: 1px;
  }

  .sm\:m-0\.5 {
    margin: 0.125rem;
  }

  .sm\:m-1\.5 {
    margin: 0.375rem;
  }

  .sm\:m-2\.5 {
    margin: 0.625rem;
  }

  .sm\:m-3\.5 {
    margin: 0.875rem;
  }

  .sm\:m-30\% {
    margin: 30%;
  }

  .sm\:m-7\.5r {
    margin: 1.875rem;
  }

  .sm\:-m-1 {
    margin: -0.25rem;
  }

  .sm\:-m-2 {
    margin: -0.5rem;
  }

  .sm\:-m-3 {
    margin: -0.75rem;
  }

  .sm\:-m-4 {
    margin: -1rem;
  }

  .sm\:-m-5 {
    margin: -5px;
  }

  .sm\:-m-6 {
    margin: -1.5rem;
  }

  .sm\:-m-7 {
    margin: -1.75rem;
  }

  .sm\:-m-8 {
    margin: -2rem;
  }

  .sm\:-m-9 {
    margin: -2.25rem;
  }

  .sm\:-m-10 {
    margin: -10px;
  }

  .sm\:-m-11 {
    margin: -2.75rem;
  }

  .sm\:-m-12 {
    margin: -3rem;
  }

  .sm\:-m-14 {
    margin: -14px;
  }

  .sm\:-m-16 {
    margin: -16px;
  }

  .sm\:-m-20 {
    margin: -20px;
  }

  .sm\:-m-24 {
    margin: -24px;
  }

  .sm\:-m-28 {
    margin: -7rem;
  }

  .sm\:-m-30 {
    margin: -30px;
  }

  .sm\:-m-32 {
    margin: -8rem;
  }

  .sm\:-m-36 {
    margin: -9rem;
  }

  .sm\:-m-40 {
    margin: -10rem;
  }

  .sm\:-m-44 {
    margin: -11rem;
  }

  .sm\:-m-48 {
    margin: -48px;
  }

  .sm\:-m-52 {
    margin: -13rem;
  }

  .sm\:-m-56 {
    margin: -14rem;
  }

  .sm\:-m-60 {
    margin: -60px;
  }

  .sm\:-m-64 {
    margin: -16rem;
  }

  .sm\:-m-72 {
    margin: -18rem;
  }

  .sm\:-m-80 {
    margin: -20rem;
  }

  .sm\:-m-95 {
    margin: -95px;
  }

  .sm\:-m-96 {
    margin: -24rem;
  }

  .sm\:-m-120 {
    margin: -120px;
  }

  .sm\:-m-190 {
    margin: -190px;
  }

  .sm\:-m-px {
    margin: -1px;
  }

  .sm\:-m-0\.5 {
    margin: -0.125rem;
  }

  .sm\:-m-1\.5 {
    margin: -0.375rem;
  }

  .sm\:-m-2\.5 {
    margin: -0.625rem;
  }

  .sm\:-m-3\.5 {
    margin: -0.875rem;
  }

  .sm\:-m-30\% {
    margin: -30%;
  }

  .sm\:-m-7\.5r {
    margin: -1.875rem;
  }

  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

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

  .sm\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .sm\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .sm\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .sm\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .sm\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .sm\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

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

  .sm\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .sm\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .sm\:mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .sm\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .sm\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .sm\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .sm\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sm\:mx-95 {
    margin-left: 95px;
    margin-right: 95px;
  }

  .sm\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .sm\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .sm\:mx-190 {
    margin-left: 190px;
    margin-right: 190px;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .sm\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

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

  .sm\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .sm\:mx-30\% {
    margin-left: 30%;
    margin-right: 30%;
  }

  .sm\:mx-7\.5r {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .sm\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

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

  .sm\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .sm\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .sm\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .sm\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .sm\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .sm\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .sm\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

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

  .sm\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .sm\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .sm\:-mx-48 {
    margin-left: -48px;
    margin-right: -48px;
  }

  .sm\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .sm\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .sm\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .sm\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .sm\:-mx-95 {
    margin-left: -95px;
    margin-right: -95px;
  }

  .sm\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .sm\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .sm\:-mx-190 {
    margin-left: -190px;
    margin-right: -190px;
  }

  .sm\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .sm\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

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

  .sm\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .sm\:-mx-30\% {
    margin-left: -30%;
    margin-right: -30%;
  }

  .sm\:-mx-7\.5r {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .sm\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

  .sm\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sm\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .sm\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .sm\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sm\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .sm\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .sm\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .sm\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .sm\:my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .sm\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .sm\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .sm\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .sm\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm\:my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .sm\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .sm\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .sm\:my-190 {
    margin-top: 190px;
    margin-bottom: 190px;
  }

  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .sm\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

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

  .sm\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .sm\:my-30\% {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .sm\:my-7\.5r {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

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

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

  .sm\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .sm\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .sm\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .sm\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .sm\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .sm\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .sm\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .sm\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .sm\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .sm\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .sm\:-my-48 {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .sm\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .sm\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .sm\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .sm\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .sm\:-my-95 {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .sm\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .sm\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .sm\:-my-190 {
    margin-top: -190px;
    margin-bottom: -190px;
  }

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .sm\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

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

  .sm\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .sm\:-my-30\% {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .sm\:-my-7\.5r {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .sm\:mt-0 {
    margin-top: 0;
  }

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

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

  .sm\:mt-3 {
    margin-top: 0.75rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mt-5 {
    margin-top: 5px;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mt-7 {
    margin-top: 1.75rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:mt-9 {
    margin-top: 2.25rem;
  }

  .sm\:mt-10 {
    margin-top: 10px;
  }

  .sm\:mt-11 {
    margin-top: 2.75rem;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:mt-14 {
    margin-top: 14px;
  }

  .sm\:mt-16 {
    margin-top: 16px;
  }

  .sm\:mt-20 {
    margin-top: 20px;
  }

  .sm\:mt-24 {
    margin-top: 24px;
  }

  .sm\:mt-28 {
    margin-top: 7rem;
  }

  .sm\:mt-30 {
    margin-top: 30px;
  }

  .sm\:mt-32 {
    margin-top: 8rem;
  }

  .sm\:mt-36 {
    margin-top: 9rem;
  }

  .sm\:mt-40 {
    margin-top: 10rem;
  }

  .sm\:mt-44 {
    margin-top: 11rem;
  }

  .sm\:mt-48 {
    margin-top: 48px;
  }

  .sm\:mt-52 {
    margin-top: 13rem;
  }

  .sm\:mt-56 {
    margin-top: 14rem;
  }

  .sm\:mt-60 {
    margin-top: 60px;
  }

  .sm\:mt-64 {
    margin-top: 16rem;
  }

  .sm\:mt-72 {
    margin-top: 18rem;
  }

  .sm\:mt-80 {
    margin-top: 20rem;
  }

  .sm\:mt-95 {
    margin-top: 95px;
  }

  .sm\:mt-96 {
    margin-top: 24rem;
  }

  .sm\:mt-120 {
    margin-top: 120px;
  }

  .sm\:mt-190 {
    margin-top: 190px;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }

  .sm\:mt-px {
    margin-top: 1px;
  }

  .sm\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .sm\:mt-1\.5 {
    margin-top: 0.375rem;
  }

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

  .sm\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .sm\:mt-30\% {
    margin-top: 30%;
  }

  .sm\:mt-7\.5r {
    margin-top: 1.875rem;
  }

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

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

  .sm\:-mt-3 {
    margin-top: -0.75rem;
  }

  .sm\:-mt-4 {
    margin-top: -1rem;
  }

  .sm\:-mt-5 {
    margin-top: -5px;
  }

  .sm\:-mt-6 {
    margin-top: -1.5rem;
  }

  .sm\:-mt-7 {
    margin-top: -1.75rem;
  }

  .sm\:-mt-8 {
    margin-top: -2rem;
  }

  .sm\:-mt-9 {
    margin-top: -2.25rem;
  }

  .sm\:-mt-10 {
    margin-top: -10px;
  }

  .sm\:-mt-11 {
    margin-top: -2.75rem;
  }

  .sm\:-mt-12 {
    margin-top: -3rem;
  }

  .sm\:-mt-14 {
    margin-top: -14px;
  }

  .sm\:-mt-16 {
    margin-top: -16px;
  }

  .sm\:-mt-20 {
    margin-top: -20px;
  }

  .sm\:-mt-24 {
    margin-top: -24px;
  }

  .sm\:-mt-28 {
    margin-top: -7rem;
  }

  .sm\:-mt-30 {
    margin-top: -30px;
  }

  .sm\:-mt-32 {
    margin-top: -8rem;
  }

  .sm\:-mt-36 {
    margin-top: -9rem;
  }

  .sm\:-mt-40 {
    margin-top: -10rem;
  }

  .sm\:-mt-44 {
    margin-top: -11rem;
  }

  .sm\:-mt-48 {
    margin-top: -48px;
  }

  .sm\:-mt-52 {
    margin-top: -13rem;
  }

  .sm\:-mt-56 {
    margin-top: -14rem;
  }

  .sm\:-mt-60 {
    margin-top: -60px;
  }

  .sm\:-mt-64 {
    margin-top: -16rem;
  }

  .sm\:-mt-72 {
    margin-top: -18rem;
  }

  .sm\:-mt-80 {
    margin-top: -20rem;
  }

  .sm\:-mt-95 {
    margin-top: -95px;
  }

  .sm\:-mt-96 {
    margin-top: -24rem;
  }

  .sm\:-mt-120 {
    margin-top: -120px;
  }

  .sm\:-mt-190 {
    margin-top: -190px;
  }

  .sm\:-mt-px {
    margin-top: -1px;
  }

  .sm\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .sm\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

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

  .sm\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .sm\:-mt-30\% {
    margin-top: -30%;
  }

  .sm\:-mt-7\.5r {
    margin-top: -1.875rem;
  }

  .sm\:mr-0 {
    margin-right: 0;
  }

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

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

  .sm\:mr-3 {
    margin-right: 0.75rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:mr-5 {
    margin-right: 5px;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:mr-7 {
    margin-right: 1.75rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mr-9 {
    margin-right: 2.25rem;
  }

  .sm\:mr-10 {
    margin-right: 10px;
  }

  .sm\:mr-11 {
    margin-right: 2.75rem;
  }

  .sm\:mr-12 {
    margin-right: 3rem;
  }

  .sm\:mr-14 {
    margin-right: 14px;
  }

  .sm\:mr-16 {
    margin-right: 16px;
  }

  .sm\:mr-20 {
    margin-right: 20px;
  }

  .sm\:mr-24 {
    margin-right: 24px;
  }

  .sm\:mr-28 {
    margin-right: 7rem;
  }

  .sm\:mr-30 {
    margin-right: 30px;
  }

  .sm\:mr-32 {
    margin-right: 8rem;
  }

  .sm\:mr-36 {
    margin-right: 9rem;
  }

  .sm\:mr-40 {
    margin-right: 10rem;
  }

  .sm\:mr-44 {
    margin-right: 11rem;
  }

  .sm\:mr-48 {
    margin-right: 48px;
  }

  .sm\:mr-52 {
    margin-right: 13rem;
  }

  .sm\:mr-56 {
    margin-right: 14rem;
  }

  .sm\:mr-60 {
    margin-right: 60px;
  }

  .sm\:mr-64 {
    margin-right: 16rem;
  }

  .sm\:mr-72 {
    margin-right: 18rem;
  }

  .sm\:mr-80 {
    margin-right: 20rem;
  }

  .sm\:mr-95 {
    margin-right: 95px;
  }

  .sm\:mr-96 {
    margin-right: 24rem;
  }

  .sm\:mr-120 {
    margin-right: 120px;
  }

  .sm\:mr-190 {
    margin-right: 190px;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:mr-px {
    margin-right: 1px;
  }

  .sm\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .sm\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .sm\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .sm\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .sm\:mr-30\% {
    margin-right: 30%;
  }

  .sm\:mr-7\.5r {
    margin-right: 1.875rem;
  }

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

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

  .sm\:-mr-3 {
    margin-right: -0.75rem;
  }

  .sm\:-mr-4 {
    margin-right: -1rem;
  }

  .sm\:-mr-5 {
    margin-right: -5px;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem;
  }

  .sm\:-mr-7 {
    margin-right: -1.75rem;
  }

  .sm\:-mr-8 {
    margin-right: -2rem;
  }

  .sm\:-mr-9 {
    margin-right: -2.25rem;
  }

  .sm\:-mr-10 {
    margin-right: -10px;
  }

  .sm\:-mr-11 {
    margin-right: -2.75rem;
  }

  .sm\:-mr-12 {
    margin-right: -3rem;
  }

  .sm\:-mr-14 {
    margin-right: -14px;
  }

  .sm\:-mr-16 {
    margin-right: -16px;
  }

  .sm\:-mr-20 {
    margin-right: -20px;
  }

  .sm\:-mr-24 {
    margin-right: -24px;
  }

  .sm\:-mr-28 {
    margin-right: -7rem;
  }

  .sm\:-mr-30 {
    margin-right: -30px;
  }

  .sm\:-mr-32 {
    margin-right: -8rem;
  }

  .sm\:-mr-36 {
    margin-right: -9rem;
  }

  .sm\:-mr-40 {
    margin-right: -10rem;
  }

  .sm\:-mr-44 {
    margin-right: -11rem;
  }

  .sm\:-mr-48 {
    margin-right: -48px;
  }

  .sm\:-mr-52 {
    margin-right: -13rem;
  }

  .sm\:-mr-56 {
    margin-right: -14rem;
  }

  .sm\:-mr-60 {
    margin-right: -60px;
  }

  .sm\:-mr-64 {
    margin-right: -16rem;
  }

  .sm\:-mr-72 {
    margin-right: -18rem;
  }

  .sm\:-mr-80 {
    margin-right: -20rem;
  }

  .sm\:-mr-95 {
    margin-right: -95px;
  }

  .sm\:-mr-96 {
    margin-right: -24rem;
  }

  .sm\:-mr-120 {
    margin-right: -120px;
  }

  .sm\:-mr-190 {
    margin-right: -190px;
  }

  .sm\:-mr-px {
    margin-right: -1px;
  }

  .sm\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .sm\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .sm\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .sm\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .sm\:-mr-30\% {
    margin-right: -30%;
  }

  .sm\:-mr-7\.5r {
    margin-right: -1.875rem;
  }

  .sm\:mb-0 {
    margin-bottom: 0;
  }

  .sm\:mb-1 {
    margin-bottom: 0.25rem;
  }

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

  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:mb-5 {
    margin-bottom: 5px;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .sm\:mb-10 {
    margin-bottom: 10px;
  }

  .sm\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:mb-14 {
    margin-bottom: 14px;
  }

  .sm\:mb-16 {
    margin-bottom: 16px;
  }

  .sm\:mb-20 {
    margin-bottom: 20px;
  }

  .sm\:mb-24 {
    margin-bottom: 24px;
  }

  .sm\:mb-28 {
    margin-bottom: 7rem;
  }

  .sm\:mb-30 {
    margin-bottom: 30px;
  }

  .sm\:mb-32 {
    margin-bottom: 8rem;
  }

  .sm\:mb-36 {
    margin-bottom: 9rem;
  }

  .sm\:mb-40 {
    margin-bottom: 10rem;
  }

  .sm\:mb-44 {
    margin-bottom: 11rem;
  }

  .sm\:mb-48 {
    margin-bottom: 48px;
  }

  .sm\:mb-52 {
    margin-bottom: 13rem;
  }

  .sm\:mb-56 {
    margin-bottom: 14rem;
  }

  .sm\:mb-60 {
    margin-bottom: 60px;
  }

  .sm\:mb-64 {
    margin-bottom: 16rem;
  }

  .sm\:mb-72 {
    margin-bottom: 18rem;
  }

  .sm\:mb-80 {
    margin-bottom: 20rem;
  }

  .sm\:mb-95 {
    margin-bottom: 95px;
  }

  .sm\:mb-96 {
    margin-bottom: 24rem;
  }

  .sm\:mb-120 {
    margin-bottom: 120px;
  }

  .sm\:mb-190 {
    margin-bottom: 190px;
  }

  .sm\:mb-auto {
    margin-bottom: auto;
  }

  .sm\:mb-px {
    margin-bottom: 1px;
  }

  .sm\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .sm\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .sm\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .sm\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .sm\:mb-30\% {
    margin-bottom: 30%;
  }

  .sm\:mb-7\.5r {
    margin-bottom: 1.875rem;
  }

  .sm\:-mb-1 {
    margin-bottom: -0.25rem;
  }

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

  .sm\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .sm\:-mb-4 {
    margin-bottom: -1rem;
  }

  .sm\:-mb-5 {
    margin-bottom: -5px;
  }

  .sm\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .sm\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .sm\:-mb-8 {
    margin-bottom: -2rem;
  }

  .sm\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .sm\:-mb-10 {
    margin-bottom: -10px;
  }

  .sm\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .sm\:-mb-12 {
    margin-bottom: -3rem;
  }

  .sm\:-mb-14 {
    margin-bottom: -14px;
  }

  .sm\:-mb-16 {
    margin-bottom: -16px;
  }

  .sm\:-mb-20 {
    margin-bottom: -20px;
  }

  .sm\:-mb-24 {
    margin-bottom: -24px;
  }

  .sm\:-mb-28 {
    margin-bottom: -7rem;
  }

  .sm\:-mb-30 {
    margin-bottom: -30px;
  }

  .sm\:-mb-32 {
    margin-bottom: -8rem;
  }

  .sm\:-mb-36 {
    margin-bottom: -9rem;
  }

  .sm\:-mb-40 {
    margin-bottom: -10rem;
  }

  .sm\:-mb-44 {
    margin-bottom: -11rem;
  }

  .sm\:-mb-48 {
    margin-bottom: -48px;
  }

  .sm\:-mb-52 {
    margin-bottom: -13rem;
  }

  .sm\:-mb-56 {
    margin-bottom: -14rem;
  }

  .sm\:-mb-60 {
    margin-bottom: -60px;
  }

  .sm\:-mb-64 {
    margin-bottom: -16rem;
  }

  .sm\:-mb-72 {
    margin-bottom: -18rem;
  }

  .sm\:-mb-80 {
    margin-bottom: -20rem;
  }

  .sm\:-mb-95 {
    margin-bottom: -95px;
  }

  .sm\:-mb-96 {
    margin-bottom: -24rem;
  }

  .sm\:-mb-120 {
    margin-bottom: -120px;
  }

  .sm\:-mb-190 {
    margin-bottom: -190px;
  }

  .sm\:-mb-px {
    margin-bottom: -1px;
  }

  .sm\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .sm\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .sm\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .sm\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .sm\:-mb-30\% {
    margin-bottom: -30%;
  }

  .sm\:-mb-7\.5r {
    margin-bottom: -1.875rem;
  }

  .sm\:ml-0 {
    margin-left: 0;
  }

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

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

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:ml-5 {
    margin-left: 5px;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:ml-7 {
    margin-left: 1.75rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:ml-9 {
    margin-left: 2.25rem;
  }

  .sm\:ml-10 {
    margin-left: 10px;
  }

  .sm\:ml-11 {
    margin-left: 2.75rem;
  }

  .sm\:ml-12 {
    margin-left: 3rem;
  }

  .sm\:ml-14 {
    margin-left: 14px;
  }

  .sm\:ml-16 {
    margin-left: 16px;
  }

  .sm\:ml-20 {
    margin-left: 20px;
  }

  .sm\:ml-24 {
    margin-left: 24px;
  }

  .sm\:ml-28 {
    margin-left: 7rem;
  }

  .sm\:ml-30 {
    margin-left: 30px;
  }

  .sm\:ml-32 {
    margin-left: 8rem;
  }

  .sm\:ml-36 {
    margin-left: 9rem;
  }

  .sm\:ml-40 {
    margin-left: 10rem;
  }

  .sm\:ml-44 {
    margin-left: 11rem;
  }

  .sm\:ml-48 {
    margin-left: 48px;
  }

  .sm\:ml-52 {
    margin-left: 13rem;
  }

  .sm\:ml-56 {
    margin-left: 14rem;
  }

  .sm\:ml-60 {
    margin-left: 60px;
  }

  .sm\:ml-64 {
    margin-left: 16rem;
  }

  .sm\:ml-72 {
    margin-left: 18rem;
  }

  .sm\:ml-80 {
    margin-left: 20rem;
  }

  .sm\:ml-95 {
    margin-left: 95px;
  }

  .sm\:ml-96 {
    margin-left: 24rem;
  }

  .sm\:ml-120 {
    margin-left: 120px;
  }

  .sm\:ml-190 {
    margin-left: 190px;
  }

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

  .sm\:ml-px {
    margin-left: 1px;
  }

  .sm\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .sm\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .sm\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .sm\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .sm\:ml-30\% {
    margin-left: 30%;
  }

  .sm\:ml-7\.5r {
    margin-left: 1.875rem;
  }

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

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

  .sm\:-ml-3 {
    margin-left: -0.75rem;
  }

  .sm\:-ml-4 {
    margin-left: -1rem;
  }

  .sm\:-ml-5 {
    margin-left: -5px;
  }

  .sm\:-ml-6 {
    margin-left: -1.5rem;
  }

  .sm\:-ml-7 {
    margin-left: -1.75rem;
  }

  .sm\:-ml-8 {
    margin-left: -2rem;
  }

  .sm\:-ml-9 {
    margin-left: -2.25rem;
  }

  .sm\:-ml-10 {
    margin-left: -10px;
  }

  .sm\:-ml-11 {
    margin-left: -2.75rem;
  }

  .sm\:-ml-12 {
    margin-left: -3rem;
  }

  .sm\:-ml-14 {
    margin-left: -14px;
  }

  .sm\:-ml-16 {
    margin-left: -16px;
  }

  .sm\:-ml-20 {
    margin-left: -20px;
  }

  .sm\:-ml-24 {
    margin-left: -24px;
  }

  .sm\:-ml-28 {
    margin-left: -7rem;
  }

  .sm\:-ml-30 {
    margin-left: -30px;
  }

  .sm\:-ml-32 {
    margin-left: -8rem;
  }

  .sm\:-ml-36 {
    margin-left: -9rem;
  }

  .sm\:-ml-40 {
    margin-left: -10rem;
  }

  .sm\:-ml-44 {
    margin-left: -11rem;
  }

  .sm\:-ml-48 {
    margin-left: -48px;
  }

  .sm\:-ml-52 {
    margin-left: -13rem;
  }

  .sm\:-ml-56 {
    margin-left: -14rem;
  }

  .sm\:-ml-60 {
    margin-left: -60px;
  }

  .sm\:-ml-64 {
    margin-left: -16rem;
  }

  .sm\:-ml-72 {
    margin-left: -18rem;
  }

  .sm\:-ml-80 {
    margin-left: -20rem;
  }

  .sm\:-ml-95 {
    margin-left: -95px;
  }

  .sm\:-ml-96 {
    margin-left: -24rem;
  }

  .sm\:-ml-120 {
    margin-left: -120px;
  }

  .sm\:-ml-190 {
    margin-left: -190px;
  }

  .sm\:-ml-px {
    margin-left: -1px;
  }

  .sm\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .sm\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .sm\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .sm\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .sm\:-ml-30\% {
    margin-left: -30%;
  }

  .sm\:-ml-7\.5r {
    margin-left: -1.875rem;
  }

  .sm\:box-border {
    box-sizing: border-box;
  }

  .sm\:box-content {
    box-sizing: content-box;
  }

  .sm\:block {
    display: block;
  }

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

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:table {
    display: table;
  }

  .sm\:inline-table {
    display: inline-table;
  }

  .sm\:table-caption {
    display: table-caption;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:table-column {
    display: table-column;
  }

  .sm\:table-column-group {
    display: table-column-group;
  }

  .sm\:table-footer-group {
    display: table-footer-group;
  }

  .sm\:table-header-group {
    display: table-header-group;
  }

  .sm\:table-row-group {
    display: table-row-group;
  }

  .sm\:table-row {
    display: table-row;
  }

  .sm\:flow-root {
    display: flow-root;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:inline-grid {
    display: inline-grid;
  }

  .sm\:contents {
    display: contents;
  }

  .sm\:list-item {
    display: list-item;
  }

  .sm\:hidden {
    display: none;
  }

  .group:hover .sm\:group-hover\:block {
    display: block;
  }

  .group:hover .sm\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .sm\:group-hover\:inline {
    display: inline;
  }

  .group:hover .sm\:group-hover\:flex {
    display: flex;
  }

  .group:hover .sm\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .sm\:group-hover\:table {
    display: table;
  }

  .group:hover .sm\:group-hover\:inline-table {
    display: inline-table;
  }

  .group:hover .sm\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .sm\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .sm\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .sm\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .sm\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .sm\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .sm\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .sm\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .sm\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .sm\:group-hover\:grid {
    display: grid;
  }

  .group:hover .sm\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .sm\:group-hover\:contents {
    display: contents;
  }

  .group:hover .sm\:group-hover\:list-item {
    display: list-item;
  }

  .group:hover .sm\:group-hover\:hidden {
    display: none;
  }

  .sm\:h-0 {
    height: 0;
  }

  .sm\:h-1 {
    height: 0.25rem;
  }

  .sm\:h-2 {
    height: 0.5rem;
  }

  .sm\:h-3 {
    height: 0.75rem;
  }

  .sm\:h-4 {
    height: 1rem;
  }

  .sm\:h-5 {
    height: 5px;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-7 {
    height: 1.75rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-9 {
    height: 2.25rem;
  }

  .sm\:h-10 {
    height: 10px;
  }

  .sm\:h-11 {
    height: 2.75rem;
  }

  .sm\:h-12 {
    height: 12px;
  }

  .sm\:h-14 {
    height: 14px;
  }

  .sm\:h-16 {
    height: 16px;
  }

  .sm\:h-20 {
    height: 20px;
  }

  .sm\:h-24 {
    height: 24px;
  }

  .sm\:h-28 {
    height: 7rem;
  }

  .sm\:h-30 {
    height: 30px;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-36 {
    height: 9rem;
  }

  .sm\:h-40 {
    height: 10rem;
  }

  .sm\:h-42 {
    height: 42px;
  }

  .sm\:h-44 {
    height: 11rem;
  }

  .sm\:h-48 {
    height: 48px;
  }

  .sm\:h-52 {
    height: 13rem;
  }

  .sm\:h-56 {
    height: 14rem;
  }

  .sm\:h-60 {
    height: 60px;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:h-70 {
    height: 70px;
  }

  .sm\:h-72 {
    height: 18rem;
  }

  .sm\:h-78 {
    height: 78px;
  }

  .sm\:h-80 {
    height: 20rem;
  }

  .sm\:h-95 {
    height: 95px;
  }

  .sm\:h-96 {
    height: 24rem;
  }

  .sm\:h-120 {
    height: 120px;
  }

  .sm\:h-190 {
    height: 190px;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-px {
    height: 1px;
  }

  .sm\:h-0\.5 {
    height: 0.125rem;
  }

  .sm\:h-1\.5 {
    height: 0.375rem;
  }

  .sm\:h-2\.5 {
    height: 0.625rem;
  }

  .sm\:h-3\.5 {
    height: 0.875rem;
  }

  .sm\:h-30\% {
    height: 30%;
  }

  .sm\:h-7\.5r {
    height: 1.875rem;
  }

  .sm\:h-1\/2 {
    height: 50%;
  }

  .sm\:h-1\/3 {
    height: 33.333333%;
  }

  .sm\:h-2\/3 {
    height: 66.667%;
  }

  .sm\:h-1\/4 {
    height: 25%;
  }

  .sm\:h-2\/4 {
    height: 50%;
  }

  .sm\:h-3\/4 {
    height: 75%;
  }

  .sm\:h-1\/5 {
    height: 20%;
  }

  .sm\:h-2\/5 {
    height: 40%;
  }

  .sm\:h-3\/5 {
    height: 60%;
  }

  .sm\:h-4\/5 {
    height: 80%;
  }

  .sm\:h-1\/6 {
    height: 16.666667%;
  }

  .sm\:h-2\/6 {
    height: 33.333333%;
  }

  .sm\:h-3\/6 {
    height: 50%;
  }

  .sm\:h-4\/6 {
    height: 66.666667%;
  }

  .sm\:h-5\/6 {
    height: 83.333333%;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:h-20r {
    height: 5rem;
  }

  .sm\:h-50vh {
    height: 50vh;
  }

  .sm\:h-66vh {
    height: 66vh;
  }

  .sm\:h-75vh {
    height: 75vh;
  }

  .sm\:h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .sm\:max-h-0 {
    max-height: 0;
  }

  .sm\:max-h-1 {
    max-height: 0.25rem;
  }

  .sm\:max-h-2 {
    max-height: 0.5rem;
  }

  .sm\:max-h-3 {
    max-height: 0.75rem;
  }

  .sm\:max-h-4 {
    max-height: 1rem;
  }

  .sm\:max-h-5 {
    max-height: 5px;
  }

  .sm\:max-h-6 {
    max-height: 1.5rem;
  }

  .sm\:max-h-7 {
    max-height: 1.75rem;
  }

  .sm\:max-h-8 {
    max-height: 2rem;
  }

  .sm\:max-h-9 {
    max-height: 2.25rem;
  }

  .sm\:max-h-10 {
    max-height: 10px;
  }

  .sm\:max-h-11 {
    max-height: 2.75rem;
  }

  .sm\:max-h-12 {
    max-height: 3rem;
  }

  .sm\:max-h-14 {
    max-height: 14px;
  }

  .sm\:max-h-16 {
    max-height: 16px;
  }

  .sm\:max-h-20 {
    max-height: 20px;
  }

  .sm\:max-h-24 {
    max-height: 24px;
  }

  .sm\:max-h-28 {
    max-height: 7rem;
  }

  .sm\:max-h-30 {
    max-height: 30px;
  }

  .sm\:max-h-32 {
    max-height: 8rem;
  }

  .sm\:max-h-36 {
    max-height: 9rem;
  }

  .sm\:max-h-40 {
    max-height: 10rem;
  }

  .sm\:max-h-44 {
    max-height: 11rem;
  }

  .sm\:max-h-48 {
    max-height: 48px;
  }

  .sm\:max-h-52 {
    max-height: 13rem;
  }

  .sm\:max-h-56 {
    max-height: 14rem;
  }

  .sm\:max-h-60 {
    max-height: 60px;
  }

  .sm\:max-h-64 {
    max-height: 16rem;
  }

  .sm\:max-h-72 {
    max-height: 18rem;
  }

  .sm\:max-h-80 {
    max-height: 20rem;
  }

  .sm\:max-h-95 {
    max-height: 95px;
  }

  .sm\:max-h-96 {
    max-height: 24rem;
  }

  .sm\:max-h-120 {
    max-height: 120px;
  }

  .sm\:max-h-190 {
    max-height: 190px;
  }

  .sm\:max-h-px {
    max-height: 1px;
  }

  .sm\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .sm\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .sm\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .sm\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .sm\:max-h-30\% {
    max-height: 30%;
  }

  .sm\:max-h-7\.5r {
    max-height: 1.875rem;
  }

  .sm\:max-h-full {
    max-height: 100%;
  }

  .sm\:max-h-screen {
    max-height: 100vh;
  }

  .sm\:min-h-0 {
    min-height: 0px;
  }

  .sm\:min-h-24 {
    min-height: 6rem;
  }

  .sm\:min-h-78 {
    min-height: 78px;
  }

  .sm\:min-h-full {
    min-height: 100%;
  }

  .sm\:min-h-screen {
    min-height: 100vh;
  }

  .sm\:min-h-25\.5 {
    min-height: 6.375rem;
  }

  .sm\:min-h-1\/2 {
    min-height: 50%;
  }

  .sm\:min-h-2\/3 {
    min-height: 66.667%;
  }

  .sm\:min-h-3\/4 {
    min-height: 75%;
  }

  .sm\:min-h-50vh {
    min-height: 50vh;
  }

  .sm\:min-h-66vh {
    min-height: 66vh;
  }

  .sm\:min-h-75vh {
    min-height: 75vh;
  }

  .sm\:w-0 {
    width: 0;
  }

  .sm\:w-1 {
    width: 0.25rem;
  }

  .sm\:w-2 {
    width: 0.5rem;
  }

  .sm\:w-3 {
    width: 0.75rem;
  }

  .sm\:w-4 {
    width: 1rem;
  }

  .sm\:w-5 {
    width: 5px;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-7 {
    width: 1.75rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-9 {
    width: 2.25rem;
  }

  .sm\:w-10 {
    width: 10px;
  }

  .sm\:w-11 {
    width: 2.75rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-14 {
    width: 14px;
  }

  .sm\:w-16 {
    width: 16px;
  }

  .sm\:w-20 {
    width: 20px;
  }

  .sm\:w-24 {
    width: 24px;
  }

  .sm\:w-28 {
    width: 7rem;
  }

  .sm\:w-30 {
    width: 30px;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-36 {
    width: 9rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-44 {
    width: 11rem;
  }

  .sm\:w-48 {
    width: 48px;
  }

  .sm\:w-52 {
    width: 13rem;
  }

  .sm\:w-56 {
    width: 14rem;
  }

  .sm\:w-60 {
    width: 60px;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:w-72 {
    width: 18rem;
  }

  .sm\:w-80 {
    width: 20rem;
  }

  .sm\:w-95 {
    width: 95px;
  }

  .sm\:w-96 {
    width: 24rem;
  }

  .sm\:w-120 {
    width: 120px;
  }

  .sm\:w-150 {
    width: 150px;
  }

  .sm\:w-190 {
    width: 190px;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-px {
    width: 1px;
  }

  .sm\:w-0\.5 {
    width: 0.125rem;
  }

  .sm\:w-1\.5 {
    width: 0.375rem;
  }

  .sm\:w-2\.5 {
    width: 0.625rem;
  }

  .sm\:w-3\.5 {
    width: 0.875rem;
  }

  .sm\:w-30\% {
    width: 30%;
  }

  .sm\:w-7\.5r {
    width: 1.875rem;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-2\/4 {
    width: 50%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-1\/6 {
    width: 16.666667%;
  }

  .sm\:w-2\/6 {
    width: 33.333333%;
  }

  .sm\:w-3\/6 {
    width: 50%;
  }

  .sm\:w-4\/6 {
    width: 66.666667%;
  }

  .sm\:w-5\/6 {
    width: 83.333333%;
  }

  .sm\:w-1\/12 {
    width: 8.333333%;
  }

  .sm\:w-2\/12 {
    width: 16.666667%;
  }

  .sm\:w-3\/12 {
    width: 25%;
  }

  .sm\:w-4\/12 {
    width: 33.333333%;
  }

  .sm\:w-5\/12 {
    width: 41.666667%;
  }

  .sm\:w-6\/12 {
    width: 50%;
  }

  .sm\:w-7\/12 {
    width: 58.333333%;
  }

  .sm\:w-8\/12 {
    width: 66.666667%;
  }

  .sm\:w-9\/12 {
    width: 75%;
  }

  .sm\:w-10\/12 {
    width: 83.333333%;
  }

  .sm\:w-11\/12 {
    width: 91.666667%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-screen {
    width: 100vw;
  }

  .sm\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .sm\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .sm\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .sm\:w-20r {
    width: 5rem;
  }

  .sm\:min-w-0 {
    min-width: 0px;
  }

  .sm\:min-w-1280 {
    min-width: 1280px;
  }

  .sm\:min-w-full {
    min-width: 100%;
  }

  .sm\:min-w-min {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .sm\:min-w-max {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .sm\:min-w-7\.5r {
    min-width: 1.875rem;
  }

  .sm\:min-w-10r {
    min-width: 2.5rem;
  }

  .sm\:min-w-12\.5r {
    min-width: 3.125rem;
  }

  .sm\:min-w-17\.5r {
    min-width: 4.375rem;
  }

  .sm\:min-w-20r {
    min-width: 5rem;
  }

  .sm\:min-w-25r {
    min-width: 6.25rem;
  }

  .sm\:min-w-37\.5r {
    min-width: 9.375rem;
  }

  .sm\:min-w-45r {
    min-width: 11.25rem;
  }

  .sm\:min-w-367\.5r {
    min-width: 91.875rem;
  }

  .sm\:max-w-0 {
    max-width: 0rem;
  }

  .sm\:max-w-none {
    max-width: none;
  }

  .sm\:max-w-xs {
    max-width: 20rem;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:max-w-xl {
    max-width: 36rem;
  }

  .sm\:max-w-2xl {
    max-width: 42rem;
  }

  .sm\:max-w-3xl {
    max-width: 48rem;
  }

  .sm\:max-w-4xl {
    max-width: 56rem;
  }

  .sm\:max-w-5xl {
    max-width: 64rem;
  }

  .sm\:max-w-6xl {
    max-width: 72rem;
  }

  .sm\:max-w-7xl {
    max-width: 80rem;
  }

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

  .sm\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .sm\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .sm\:max-w-prose {
    max-width: 65ch;
  }

  .sm\:max-w-screen-sm {
    max-width: 640px;
  }

  .sm\:max-w-screen-md {
    max-width: 768px;
  }

  .sm\:max-w-screen-lg {
    max-width: 1280px;
  }

  .sm\:max-w-screen-xl {
    max-width: 1440px;
  }

  .sm\:max-w-screen-2xl {
    max-width: 1600px;
  }

  .sm\:max-w-screen-desktop {
    max-width: 1280px;
  }

  .sm\:max-w-screen-xxs {
    max-width: 320px;
  }

  .sm\:max-w-screen-xs {
    max-width: 4820px;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:flex-auto {
    flex: 1 1 auto;
  }

  .sm\:flex-initial {
    flex: 0 1 auto;
  }

  .sm\:flex-none {
    flex: none;
  }

  .sm\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .sm\:flex-shrink {
    flex-shrink: 1;
  }

  .sm\:flex-grow-0 {
    flex-grow: 0;
  }

  .sm\:flex-grow {
    flex-grow: 1;
  }

  .sm\:table-auto {
    table-layout: auto;
  }

  .sm\:table-fixed {
    table-layout: fixed;
  }

  .sm\:border-collapse {
    border-collapse: collapse;
  }

  .sm\:border-separate {
    border-collapse: separate;
  }

  .sm\:origin-center {
    transform-origin: center;
  }

  .sm\:origin-top {
    transform-origin: top;
  }

  .sm\:origin-top-right {
    transform-origin: top right;
  }

  .sm\:origin-right {
    transform-origin: right;
  }

  .sm\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .sm\:origin-bottom {
    transform-origin: bottom;
  }

  .sm\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .sm\:origin-left {
    transform-origin: left;
  }

  .sm\:origin-top-left {
    transform-origin: top left;
  }

  .sm\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:transform-none {
    transform: none;
  }

  .sm\:translate-x-0 {
    --tw-translate-x: 0;
  }

  .sm\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .sm\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .sm\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .sm\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .sm\:translate-x-5 {
    --tw-translate-x: 5px;
  }

  .sm\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .sm\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .sm\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .sm\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .sm\:translate-x-10 {
    --tw-translate-x: 10px;
  }

  .sm\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .sm\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .sm\:translate-x-14 {
    --tw-translate-x: 14px;
  }

  .sm\:translate-x-16 {
    --tw-translate-x: 16px;
  }

  .sm\:translate-x-20 {
    --tw-translate-x: 20px;
  }

  .sm\:translate-x-24 {
    --tw-translate-x: 24px;
  }

  .sm\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .sm\:translate-x-30 {
    --tw-translate-x: 30px;
  }

  .sm\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .sm\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .sm\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .sm\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .sm\:translate-x-48 {
    --tw-translate-x: 48px;
  }

  .sm\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .sm\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .sm\:translate-x-60 {
    --tw-translate-x: 60px;
  }

  .sm\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .sm\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .sm\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .sm\:translate-x-95 {
    --tw-translate-x: 95px;
  }

  .sm\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .sm\:translate-x-120 {
    --tw-translate-x: 120px;
  }

  .sm\:translate-x-190 {
    --tw-translate-x: 190px;
  }

  .sm\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .sm\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .sm\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .sm\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .sm\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .sm\:translate-x-30\% {
    --tw-translate-x: 30%;
  }

  .sm\:translate-x-7\.5r {
    --tw-translate-x: 1.875rem;
  }

  .sm\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .sm\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .sm\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .sm\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .sm\:-translate-x-5 {
    --tw-translate-x: -5px;
  }

  .sm\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .sm\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .sm\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .sm\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .sm\:-translate-x-10 {
    --tw-translate-x: -10px;
  }

  .sm\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .sm\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .sm\:-translate-x-14 {
    --tw-translate-x: -14px;
  }

  .sm\:-translate-x-16 {
    --tw-translate-x: -16px;
  }

  .sm\:-translate-x-20 {
    --tw-translate-x: -20px;
  }

  .sm\:-translate-x-24 {
    --tw-translate-x: -24px;
  }

  .sm\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .sm\:-translate-x-30 {
    --tw-translate-x: -30px;
  }

  .sm\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .sm\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .sm\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .sm\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .sm\:-translate-x-48 {
    --tw-translate-x: -48px;
  }

  .sm\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .sm\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .sm\:-translate-x-60 {
    --tw-translate-x: -60px;
  }

  .sm\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .sm\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .sm\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .sm\:-translate-x-95 {
    --tw-translate-x: -95px;
  }

  .sm\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .sm\:-translate-x-120 {
    --tw-translate-x: -120px;
  }

  .sm\:-translate-x-190 {
    --tw-translate-x: -190px;
  }

  .sm\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .sm\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .sm\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .sm\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .sm\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .sm\:-translate-x-30\% {
    --tw-translate-x: -30%;
  }

  .sm\:-translate-x-7\.5r {
    --tw-translate-x: -1.875rem;
  }

  .sm\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .sm\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .sm\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .sm\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .sm\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .sm\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .sm\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .sm\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .sm\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .sm\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .sm\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .sm\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .sm\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .sm\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .sm\:translate-y-0 {
    --tw-translate-y: 0;
  }

  .sm\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .sm\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .sm\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .sm\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .sm\:translate-y-5 {
    --tw-translate-y: 5px;
  }

  .sm\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .sm\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .sm\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .sm\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .sm\:translate-y-10 {
    --tw-translate-y: 10px;
  }

  .sm\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .sm\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .sm\:translate-y-14 {
    --tw-translate-y: 14px;
  }

  .sm\:translate-y-16 {
    --tw-translate-y: 16px;
  }

  .sm\:translate-y-20 {
    --tw-translate-y: 20px;
  }

  .sm\:translate-y-24 {
    --tw-translate-y: 24px;
  }

  .sm\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .sm\:translate-y-30 {
    --tw-translate-y: 30px;
  }

  .sm\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .sm\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .sm\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .sm\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .sm\:translate-y-48 {
    --tw-translate-y: 48px;
  }

  .sm\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .sm\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .sm\:translate-y-60 {
    --tw-translate-y: 60px;
  }

  .sm\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .sm\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .sm\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .sm\:translate-y-95 {
    --tw-translate-y: 95px;
  }

  .sm\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .sm\:translate-y-120 {
    --tw-translate-y: 120px;
  }

  .sm\:translate-y-190 {
    --tw-translate-y: 190px;
  }

  .sm\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .sm\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .sm\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .sm\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .sm\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .sm\:translate-y-30\% {
    --tw-translate-y: 30%;
  }

  .sm\:translate-y-7\.5r {
    --tw-translate-y: 1.875rem;
  }

  .sm\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .sm\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .sm\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .sm\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .sm\:-translate-y-5 {
    --tw-translate-y: -5px;
  }

  .sm\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .sm\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .sm\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .sm\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .sm\:-translate-y-10 {
    --tw-translate-y: -10px;
  }

  .sm\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .sm\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .sm\:-translate-y-14 {
    --tw-translate-y: -14px;
  }

  .sm\:-translate-y-16 {
    --tw-translate-y: -16px;
  }

  .sm\:-translate-y-20 {
    --tw-translate-y: -20px;
  }

  .sm\:-translate-y-24 {
    --tw-translate-y: -24px;
  }

  .sm\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .sm\:-translate-y-30 {
    --tw-translate-y: -30px;
  }

  .sm\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .sm\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .sm\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .sm\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .sm\:-translate-y-48 {
    --tw-translate-y: -48px;
  }

  .sm\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .sm\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .sm\:-translate-y-60 {
    --tw-translate-y: -60px;
  }

  .sm\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .sm\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .sm\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .sm\:-translate-y-95 {
    --tw-translate-y: -95px;
  }

  .sm\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .sm\:-translate-y-120 {
    --tw-translate-y: -120px;
  }

  .sm\:-translate-y-190 {
    --tw-translate-y: -190px;
  }

  .sm\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .sm\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .sm\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .sm\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .sm\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .sm\:-translate-y-30\% {
    --tw-translate-y: -30%;
  }

  .sm\:-translate-y-7\.5r {
    --tw-translate-y: -1.875rem;
  }

  .sm\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .sm\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .sm\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .sm\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .sm\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .sm\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .sm\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .sm\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .sm\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .sm\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .sm\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .sm\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .sm\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .sm\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .sm\:hover\:translate-x-0:hover {
    --tw-translate-x: 0;
  }

  .sm\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .sm\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .sm\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .sm\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .sm\:hover\:translate-x-5:hover {
    --tw-translate-x: 5px;
  }

  .sm\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .sm\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .sm\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .sm\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .sm\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px;
  }

  .sm\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .sm\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .sm\:hover\:translate-x-14:hover {
    --tw-translate-x: 14px;
  }

  .sm\:hover\:translate-x-16:hover {
    --tw-translate-x: 16px;
  }

  .sm\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px;
  }

  .sm\:hover\:translate-x-24:hover {
    --tw-translate-x: 24px;
  }

  .sm\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .sm\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px;
  }

  .sm\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .sm\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .sm\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .sm\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .sm\:hover\:translate-x-48:hover {
    --tw-translate-x: 48px;
  }

  .sm\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .sm\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .sm\:hover\:translate-x-60:hover {
    --tw-translate-x: 60px;
  }

  .sm\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .sm\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .sm\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .sm\:hover\:translate-x-95:hover {
    --tw-translate-x: 95px;
  }

  .sm\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .sm\:hover\:translate-x-120:hover {
    --tw-translate-x: 120px;
  }

  .sm\:hover\:translate-x-190:hover {
    --tw-translate-x: 190px;
  }

  .sm\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .sm\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .sm\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .sm\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .sm\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .sm\:hover\:translate-x-30\%:hover {
    --tw-translate-x: 30%;
  }

  .sm\:hover\:translate-x-7\.5r:hover {
    --tw-translate-x: 1.875rem;
  }

  .sm\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .sm\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .sm\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .sm\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .sm\:hover\:-translate-x-5:hover {
    --tw-translate-x: -5px;
  }

  .sm\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .sm\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .sm\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .sm\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .sm\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px;
  }

  .sm\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .sm\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .sm\:hover\:-translate-x-14:hover {
    --tw-translate-x: -14px;
  }

  .sm\:hover\:-translate-x-16:hover {
    --tw-translate-x: -16px;
  }

  .sm\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px;
  }

  .sm\:hover\:-translate-x-24:hover {
    --tw-translate-x: -24px;
  }

  .sm\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .sm\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px;
  }

  .sm\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .sm\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .sm\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .sm\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .sm\:hover\:-translate-x-48:hover {
    --tw-translate-x: -48px;
  }

  .sm\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .sm\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .sm\:hover\:-translate-x-60:hover {
    --tw-translate-x: -60px;
  }

  .sm\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .sm\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .sm\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .sm\:hover\:-translate-x-95:hover {
    --tw-translate-x: -95px;
  }

  .sm\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .sm\:hover\:-translate-x-120:hover {
    --tw-translate-x: -120px;
  }

  .sm\:hover\:-translate-x-190:hover {
    --tw-translate-x: -190px;
  }

  .sm\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .sm\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .sm\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .sm\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .sm\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .sm\:hover\:-translate-x-30\%:hover {
    --tw-translate-x: -30%;
  }

  .sm\:hover\:-translate-x-7\.5r:hover {
    --tw-translate-x: -1.875rem;
  }

  .sm\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .sm\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .sm\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .sm\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .sm\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .sm\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .sm\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .sm\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .sm\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .sm\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .sm\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .sm\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .sm\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .sm\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .sm\:hover\:translate-y-0:hover {
    --tw-translate-y: 0;
  }

  .sm\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .sm\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .sm\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .sm\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .sm\:hover\:translate-y-5:hover {
    --tw-translate-y: 5px;
  }

  .sm\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .sm\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .sm\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .sm\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .sm\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px;
  }

  .sm\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .sm\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .sm\:hover\:translate-y-14:hover {
    --tw-translate-y: 14px;
  }

  .sm\:hover\:translate-y-16:hover {
    --tw-translate-y: 16px;
  }

  .sm\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px;
  }

  .sm\:hover\:translate-y-24:hover {
    --tw-translate-y: 24px;
  }

  .sm\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .sm\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px;
  }

  .sm\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .sm\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .sm\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .sm\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .sm\:hover\:translate-y-48:hover {
    --tw-translate-y: 48px;
  }

  .sm\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .sm\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .sm\:hover\:translate-y-60:hover {
    --tw-translate-y: 60px;
  }

  .sm\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .sm\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .sm\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .sm\:hover\:translate-y-95:hover {
    --tw-translate-y: 95px;
  }

  .sm\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .sm\:hover\:translate-y-120:hover {
    --tw-translate-y: 120px;
  }

  .sm\:hover\:translate-y-190:hover {
    --tw-translate-y: 190px;
  }

  .sm\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .sm\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .sm\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .sm\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .sm\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .sm\:hover\:translate-y-30\%:hover {
    --tw-translate-y: 30%;
  }

  .sm\:hover\:translate-y-7\.5r:hover {
    --tw-translate-y: 1.875rem;
  }

  .sm\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .sm\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .sm\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .sm\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .sm\:hover\:-translate-y-5:hover {
    --tw-translate-y: -5px;
  }

  .sm\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .sm\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .sm\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .sm\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .sm\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px;
  }

  .sm\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .sm\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .sm\:hover\:-translate-y-14:hover {
    --tw-translate-y: -14px;
  }

  .sm\:hover\:-translate-y-16:hover {
    --tw-translate-y: -16px;
  }

  .sm\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px;
  }

  .sm\:hover\:-translate-y-24:hover {
    --tw-translate-y: -24px;
  }

  .sm\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .sm\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px;
  }

  .sm\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .sm\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .sm\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .sm\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .sm\:hover\:-translate-y-48:hover {
    --tw-translate-y: -48px;
  }

  .sm\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .sm\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .sm\:hover\:-translate-y-60:hover {
    --tw-translate-y: -60px;
  }

  .sm\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .sm\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .sm\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .sm\:hover\:-translate-y-95:hover {
    --tw-translate-y: -95px;
  }

  .sm\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .sm\:hover\:-translate-y-120:hover {
    --tw-translate-y: -120px;
  }

  .sm\:hover\:-translate-y-190:hover {
    --tw-translate-y: -190px;
  }

  .sm\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .sm\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .sm\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .sm\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .sm\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .sm\:hover\:-translate-y-30\%:hover {
    --tw-translate-y: -30%;
  }

  .sm\:hover\:-translate-y-7\.5r:hover {
    --tw-translate-y: -1.875rem;
  }

  .sm\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .sm\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .sm\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .sm\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .sm\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .sm\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .sm\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .sm\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .sm\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .sm\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .sm\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .sm\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .sm\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .sm\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .sm\:focus\:translate-x-0:focus {
    --tw-translate-x: 0;
  }

  .sm\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .sm\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .sm\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .sm\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .sm\:focus\:translate-x-5:focus {
    --tw-translate-x: 5px;
  }

  .sm\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .sm\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .sm\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .sm\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .sm\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px;
  }

  .sm\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .sm\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .sm\:focus\:translate-x-14:focus {
    --tw-translate-x: 14px;
  }

  .sm\:focus\:translate-x-16:focus {
    --tw-translate-x: 16px;
  }

  .sm\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px;
  }

  .sm\:focus\:translate-x-24:focus {
    --tw-translate-x: 24px;
  }

  .sm\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .sm\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px;
  }

  .sm\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .sm\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .sm\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .sm\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .sm\:focus\:translate-x-48:focus {
    --tw-translate-x: 48px;
  }

  .sm\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .sm\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .sm\:focus\:translate-x-60:focus {
    --tw-translate-x: 60px;
  }

  .sm\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .sm\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .sm\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .sm\:focus\:translate-x-95:focus {
    --tw-translate-x: 95px;
  }

  .sm\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .sm\:focus\:translate-x-120:focus {
    --tw-translate-x: 120px;
  }

  .sm\:focus\:translate-x-190:focus {
    --tw-translate-x: 190px;
  }

  .sm\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .sm\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .sm\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .sm\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .sm\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .sm\:focus\:translate-x-30\%:focus {
    --tw-translate-x: 30%;
  }

  .sm\:focus\:translate-x-7\.5r:focus {
    --tw-translate-x: 1.875rem;
  }

  .sm\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .sm\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .sm\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .sm\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .sm\:focus\:-translate-x-5:focus {
    --tw-translate-x: -5px;
  }

  .sm\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .sm\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .sm\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .sm\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .sm\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px;
  }

  .sm\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .sm\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .sm\:focus\:-translate-x-14:focus {
    --tw-translate-x: -14px;
  }

  .sm\:focus\:-translate-x-16:focus {
    --tw-translate-x: -16px;
  }

  .sm\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px;
  }

  .sm\:focus\:-translate-x-24:focus {
    --tw-translate-x: -24px;
  }

  .sm\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .sm\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px;
  }

  .sm\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .sm\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .sm\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .sm\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .sm\:focus\:-translate-x-48:focus {
    --tw-translate-x: -48px;
  }

  .sm\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .sm\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .sm\:focus\:-translate-x-60:focus {
    --tw-translate-x: -60px;
  }

  .sm\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .sm\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .sm\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .sm\:focus\:-translate-x-95:focus {
    --tw-translate-x: -95px;
  }

  .sm\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .sm\:focus\:-translate-x-120:focus {
    --tw-translate-x: -120px;
  }

  .sm\:focus\:-translate-x-190:focus {
    --tw-translate-x: -190px;
  }

  .sm\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .sm\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .sm\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .sm\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .sm\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .sm\:focus\:-translate-x-30\%:focus {
    --tw-translate-x: -30%;
  }

  .sm\:focus\:-translate-x-7\.5r:focus {
    --tw-translate-x: -1.875rem;
  }

  .sm\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .sm\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .sm\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .sm\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .sm\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .sm\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .sm\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .sm\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .sm\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .sm\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .sm\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .sm\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .sm\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .sm\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .sm\:focus\:translate-y-0:focus {
    --tw-translate-y: 0;
  }

  .sm\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .sm\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .sm\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .sm\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .sm\:focus\:translate-y-5:focus {
    --tw-translate-y: 5px;
  }

  .sm\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .sm\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .sm\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .sm\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .sm\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px;
  }

  .sm\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .sm\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .sm\:focus\:translate-y-14:focus {
    --tw-translate-y: 14px;
  }

  .sm\:focus\:translate-y-16:focus {
    --tw-translate-y: 16px;
  }

  .sm\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px;
  }

  .sm\:focus\:translate-y-24:focus {
    --tw-translate-y: 24px;
  }

  .sm\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .sm\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px;
  }

  .sm\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .sm\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .sm\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .sm\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .sm\:focus\:translate-y-48:focus {
    --tw-translate-y: 48px;
  }

  .sm\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .sm\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .sm\:focus\:translate-y-60:focus {
    --tw-translate-y: 60px;
  }

  .sm\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .sm\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .sm\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .sm\:focus\:translate-y-95:focus {
    --tw-translate-y: 95px;
  }

  .sm\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .sm\:focus\:translate-y-120:focus {
    --tw-translate-y: 120px;
  }

  .sm\:focus\:translate-y-190:focus {
    --tw-translate-y: 190px;
  }

  .sm\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .sm\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .sm\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .sm\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .sm\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .sm\:focus\:translate-y-30\%:focus {
    --tw-translate-y: 30%;
  }

  .sm\:focus\:translate-y-7\.5r:focus {
    --tw-translate-y: 1.875rem;
  }

  .sm\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .sm\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .sm\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .sm\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .sm\:focus\:-translate-y-5:focus {
    --tw-translate-y: -5px;
  }

  .sm\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .sm\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .sm\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .sm\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .sm\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px;
  }

  .sm\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .sm\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .sm\:focus\:-translate-y-14:focus {
    --tw-translate-y: -14px;
  }

  .sm\:focus\:-translate-y-16:focus {
    --tw-translate-y: -16px;
  }

  .sm\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px;
  }

  .sm\:focus\:-translate-y-24:focus {
    --tw-translate-y: -24px;
  }

  .sm\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .sm\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px;
  }

  .sm\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .sm\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .sm\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .sm\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .sm\:focus\:-translate-y-48:focus {
    --tw-translate-y: -48px;
  }

  .sm\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .sm\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .sm\:focus\:-translate-y-60:focus {
    --tw-translate-y: -60px;
  }

  .sm\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .sm\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .sm\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .sm\:focus\:-translate-y-95:focus {
    --tw-translate-y: -95px;
  }

  .sm\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .sm\:focus\:-translate-y-120:focus {
    --tw-translate-y: -120px;
  }

  .sm\:focus\:-translate-y-190:focus {
    --tw-translate-y: -190px;
  }

  .sm\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .sm\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .sm\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .sm\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .sm\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .sm\:focus\:-translate-y-30\%:focus {
    --tw-translate-y: -30%;
  }

  .sm\:focus\:-translate-y-7\.5r:focus {
    --tw-translate-y: -1.875rem;
  }

  .sm\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .sm\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .sm\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .sm\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .sm\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .sm\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .sm\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .sm\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .sm\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .sm\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .sm\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .sm\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .sm\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .sm\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .sm\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .sm\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .sm\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .sm\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .sm\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .sm\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .sm\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .sm\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .sm\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .sm\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .sm\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .sm\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .sm\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .sm\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .sm\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .sm\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .sm\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .sm\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .sm\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .sm\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .sm\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .sm\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .sm\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .sm\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .sm\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .sm\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .sm\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .sm\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .sm\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .sm\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .sm\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .sm\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .sm\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .sm\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .sm\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .sm\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .sm\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .sm\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .sm\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .sm\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .sm\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .sm\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .sm\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .sm\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .sm\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .sm\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .sm\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .sm\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .sm\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .sm\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .sm\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .sm\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .sm\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .sm\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .sm\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .sm\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .sm\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .sm\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .sm\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .sm\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .sm\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .sm\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .sm\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .sm\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .sm\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .sm\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .sm\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .sm\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .sm\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .sm\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .sm\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .sm\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .sm\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .sm\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .sm\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .sm\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .sm\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .sm\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .sm\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .sm\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .sm\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .sm\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .sm\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .sm\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .sm\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .sm\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .sm\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .sm\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .sm\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .sm\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .sm\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .sm\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .sm\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .sm\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .sm\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .sm\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .sm\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .sm\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .sm\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .sm\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .sm\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .sm\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .sm\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .sm\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .sm\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .sm\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .sm\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .sm\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .sm\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .sm\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .sm\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .sm\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .sm\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .sm\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .sm\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .sm\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .sm\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .sm\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .sm\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .sm\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .sm\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .sm\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .sm\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .sm\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .sm\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .sm\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .sm\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .sm\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .sm\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .sm\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .sm\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .sm\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .sm\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .sm\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .sm\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .sm\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .sm\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .sm\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .sm\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .sm\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .sm\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .sm\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .sm\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .sm\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .sm\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .sm\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .sm\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .sm\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .sm\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .sm\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .sm\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .sm\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .sm\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .sm\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .sm\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .sm\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .sm\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .sm\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .sm\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .sm\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .sm\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .sm\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .sm\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .sm\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .sm\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .sm\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .sm\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .sm\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .sm\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .sm\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .sm\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .sm\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .sm\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .sm\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .sm\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .sm\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .sm\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .sm\:animate-fade-in {
    -webkit-animation: fade-in 0.5s ease-out;
            animation: fade-in 0.5s ease-out;
  }

  .sm\:cursor-auto {
    cursor: auto;
  }

  .sm\:cursor-default {
    cursor: default;
  }

  .sm\:cursor-pointer {
    cursor: pointer;
  }

  .sm\:cursor-wait {
    cursor: wait;
  }

  .sm\:cursor-text {
    cursor: text;
  }

  .sm\:cursor-move {
    cursor: move;
  }

  .sm\:cursor-help {
    cursor: help;
  }

  .sm\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .sm\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .sm\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .sm\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .sm\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .sm\:resize-none {
    resize: none;
  }

  .sm\:resize-y {
    resize: vertical;
  }

  .sm\:resize-x {
    resize: horizontal;
  }

  .sm\:resize {
    resize: both;
  }

  .sm\:list-inside {
    list-style-position: inside;
  }

  .sm\:list-outside {
    list-style-position: outside;
  }

  .sm\:list-none {
    list-style-type: none;
  }

  .sm\:list-disc {
    list-style-type: disc;
  }

  .sm\:list-decimal {
    list-style-type: decimal;
  }

  .sm\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .sm\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .sm\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .sm\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .sm\:grid-flow-row {
    grid-auto-flow: row;
  }

  .sm\:grid-flow-col {
    grid-auto-flow: column;
  }

  .sm\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .sm\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .sm\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .sm\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .sm\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .sm\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:grid-cols-none {
    grid-template-columns: none;
  }

  .sm\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-rows-none {
    grid-template-rows: none;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

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

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm\:place-content-center {
    align-content: center;
    justify-content: center;
    place-content: center;
  }

  .sm\:place-content-start {
    align-content: start;
    justify-content: start;
    place-content: start;
  }

  .sm\:place-content-end {
    align-content: end;
    justify-content: end;
    place-content: end;
  }

  .sm\:place-content-between {
    align-content: space-between;
    justify-content: space-between;
    place-content: space-between;
  }

  .sm\:place-content-around {
    align-content: space-around;
    justify-content: space-around;
    place-content: space-around;
  }

  .sm\:place-content-evenly {
    align-content: space-evenly;
    justify-content: space-evenly;
    place-content: space-evenly;
  }

  .sm\:place-content-stretch {
    align-content: stretch;
    justify-content: stretch;
    place-content: stretch;
  }

  .sm\:place-items-start {
    align-items: start;
    justify-items: start;
    place-items: start;
  }

  .sm\:place-items-end {
    align-items: end;
    justify-items: end;
    place-items: end;
  }

  .sm\:place-items-center {
    align-items: center;
    justify-items: center;
    place-items: center;
  }

  .sm\:place-items-stretch {
    align-items: stretch;
    justify-items: stretch;
    place-items: stretch;
  }

  .sm\:content-center {
    align-content: center;
  }

  .sm\:content-start {
    align-content: flex-start;
  }

  .sm\:content-end {
    align-content: flex-end;
  }

  .sm\:content-between {
    align-content: space-between;
  }

  .sm\:content-around {
    align-content: space-around;
  }

  .sm\:content-evenly {
    align-content: space-evenly;
  }

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

  .sm\:items-end {
    align-items: flex-end;
  }

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

  .sm\:items-baseline {
    align-items: baseline;
  }

  .sm\:items-stretch {
    align-items: stretch;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

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

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

  .sm\:justify-around {
    justify-content: space-around;
  }

  .sm\:justify-evenly {
    justify-content: space-evenly;
  }

  .sm\:justify-items-start {
    justify-items: start;
  }

  .sm\:justify-items-end {
    justify-items: end;
  }

  .sm\:justify-items-center {
    justify-items: center;
  }

  .sm\:justify-items-stretch {
    justify-items: stretch;
  }

  .sm\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .sm\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .sm\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .sm\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .sm\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .sm\:gap-5 {
    grid-gap: 5px;
    gap: 5px;
  }

  .sm\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .sm\:gap-7 {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .sm\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .sm\:gap-9 {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .sm\:gap-10 {
    grid-gap: 10px;
    gap: 10px;
  }

  .sm\:gap-11 {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .sm\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .sm\:gap-14 {
    grid-gap: 14px;
    gap: 14px;
  }

  .sm\:gap-16 {
    grid-gap: 16px;
    gap: 16px;
  }

  .sm\:gap-20 {
    grid-gap: 20px;
    gap: 20px;
  }

  .sm\:gap-24 {
    grid-gap: 24px;
    gap: 24px;
  }

  .sm\:gap-28 {
    grid-gap: 7rem;
    gap: 7rem;
  }

  .sm\:gap-30 {
    grid-gap: 30px;
    gap: 30px;
  }

  .sm\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .sm\:gap-36 {
    grid-gap: 9rem;
    gap: 9rem;
  }

  .sm\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .sm\:gap-44 {
    grid-gap: 11rem;
    gap: 11rem;
  }

  .sm\:gap-48 {
    grid-gap: 48px;
    gap: 48px;
  }

  .sm\:gap-52 {
    grid-gap: 13rem;
    gap: 13rem;
  }

  .sm\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .sm\:gap-60 {
    grid-gap: 60px;
    gap: 60px;
  }

  .sm\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .sm\:gap-72 {
    grid-gap: 18rem;
    gap: 18rem;
  }

  .sm\:gap-80 {
    grid-gap: 20rem;
    gap: 20rem;
  }

  .sm\:gap-95 {
    grid-gap: 95px;
    gap: 95px;
  }

  .sm\:gap-96 {
    grid-gap: 24rem;
    gap: 24rem;
  }

  .sm\:gap-120 {
    grid-gap: 120px;
    gap: 120px;
  }

  .sm\:gap-190 {
    grid-gap: 190px;
    gap: 190px;
  }

  .sm\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .sm\:gap-0\.5 {
    grid-gap: 0.125rem;
    gap: 0.125rem;
  }

  .sm\:gap-1\.5 {
    grid-gap: 0.375rem;
    gap: 0.375rem;
  }

  .sm\:gap-2\.5 {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }

  .sm\:gap-3\.5 {
    grid-gap: 0.875rem;
    gap: 0.875rem;
  }

  .sm\:gap-30\% {
    grid-gap: 30%;
    gap: 30%;
  }

  .sm\:gap-7\.5r {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }

  .sm\:gap-x-0 {
    -moz-column-gap: 0;
         grid-column-gap: 0;
         column-gap: 0;
  }

  .sm\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         grid-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sm\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         grid-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         grid-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sm\:gap-x-4 {
    -moz-column-gap: 1rem;
         grid-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm\:gap-x-5 {
    -moz-column-gap: 5px;
         grid-column-gap: 5px;
         column-gap: 5px;
  }

  .sm\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         grid-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         grid-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .sm\:gap-x-8 {
    -moz-column-gap: 2rem;
         grid-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         grid-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .sm\:gap-x-10 {
    -moz-column-gap: 10px;
         grid-column-gap: 10px;
         column-gap: 10px;
  }

  .sm\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         grid-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .sm\:gap-x-12 {
    -moz-column-gap: 3rem;
         grid-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sm\:gap-x-14 {
    -moz-column-gap: 14px;
         grid-column-gap: 14px;
         column-gap: 14px;
  }

  .sm\:gap-x-16 {
    -moz-column-gap: 16px;
         grid-column-gap: 16px;
         column-gap: 16px;
  }

  .sm\:gap-x-20 {
    -moz-column-gap: 20px;
         grid-column-gap: 20px;
         column-gap: 20px;
  }

  .sm\:gap-x-24 {
    -moz-column-gap: 24px;
         grid-column-gap: 24px;
         column-gap: 24px;
  }

  .sm\:gap-x-28 {
    -moz-column-gap: 7rem;
         grid-column-gap: 7rem;
         column-gap: 7rem;
  }

  .sm\:gap-x-30 {
    -moz-column-gap: 30px;
         grid-column-gap: 30px;
         column-gap: 30px;
  }

  .sm\:gap-x-32 {
    -moz-column-gap: 8rem;
         grid-column-gap: 8rem;
         column-gap: 8rem;
  }

  .sm\:gap-x-36 {
    -moz-column-gap: 9rem;
         grid-column-gap: 9rem;
         column-gap: 9rem;
  }

  .sm\:gap-x-40 {
    -moz-column-gap: 10rem;
         grid-column-gap: 10rem;
         column-gap: 10rem;
  }

  .sm\:gap-x-44 {
    -moz-column-gap: 11rem;
         grid-column-gap: 11rem;
         column-gap: 11rem;
  }

  .sm\:gap-x-48 {
    -moz-column-gap: 48px;
         grid-column-gap: 48px;
         column-gap: 48px;
  }

  .sm\:gap-x-52 {
    -moz-column-gap: 13rem;
         grid-column-gap: 13rem;
         column-gap: 13rem;
  }

  .sm\:gap-x-56 {
    -moz-column-gap: 14rem;
         grid-column-gap: 14rem;
         column-gap: 14rem;
  }

  .sm\:gap-x-60 {
    -moz-column-gap: 60px;
         grid-column-gap: 60px;
         column-gap: 60px;
  }

  .sm\:gap-x-64 {
    -moz-column-gap: 16rem;
         grid-column-gap: 16rem;
         column-gap: 16rem;
  }

  .sm\:gap-x-72 {
    -moz-column-gap: 18rem;
         grid-column-gap: 18rem;
         column-gap: 18rem;
  }

  .sm\:gap-x-80 {
    -moz-column-gap: 20rem;
         grid-column-gap: 20rem;
         column-gap: 20rem;
  }

  .sm\:gap-x-95 {
    -moz-column-gap: 95px;
         grid-column-gap: 95px;
         column-gap: 95px;
  }

  .sm\:gap-x-96 {
    -moz-column-gap: 24rem;
         grid-column-gap: 24rem;
         column-gap: 24rem;
  }

  .sm\:gap-x-120 {
    -moz-column-gap: 120px;
         grid-column-gap: 120px;
         column-gap: 120px;
  }

  .sm\:gap-x-190 {
    -moz-column-gap: 190px;
         grid-column-gap: 190px;
         column-gap: 190px;
  }

  .sm\:gap-x-px {
    -moz-column-gap: 1px;
         grid-column-gap: 1px;
         column-gap: 1px;
  }

  .sm\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         grid-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .sm\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         grid-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .sm\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         grid-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .sm\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         grid-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .sm\:gap-x-30\% {
    -moz-column-gap: 30%;
         grid-column-gap: 30%;
         column-gap: 30%;
  }

  .sm\:gap-x-7\.5r {
    -moz-column-gap: 1.875rem;
         grid-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }

  .sm\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .sm\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .sm\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .sm\:gap-y-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .sm\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .sm\:gap-y-5 {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .sm\:gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .sm\:gap-y-7 {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .sm\:gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .sm\:gap-y-9 {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .sm\:gap-y-10 {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .sm\:gap-y-11 {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .sm\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .sm\:gap-y-14 {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .sm\:gap-y-16 {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .sm\:gap-y-20 {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .sm\:gap-y-24 {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .sm\:gap-y-28 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .sm\:gap-y-30 {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .sm\:gap-y-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .sm\:gap-y-36 {
    grid-row-gap: 9rem;
    row-gap: 9rem;
  }

  .sm\:gap-y-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .sm\:gap-y-44 {
    grid-row-gap: 11rem;
    row-gap: 11rem;
  }

  .sm\:gap-y-48 {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .sm\:gap-y-52 {
    grid-row-gap: 13rem;
    row-gap: 13rem;
  }

  .sm\:gap-y-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .sm\:gap-y-60 {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .sm\:gap-y-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .sm\:gap-y-72 {
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .sm\:gap-y-80 {
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .sm\:gap-y-95 {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .sm\:gap-y-96 {
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .sm\:gap-y-120 {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .sm\:gap-y-190 {
    grid-row-gap: 190px;
    row-gap: 190px;
  }

  .sm\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .sm\:gap-y-0\.5 {
    grid-row-gap: 0.125rem;
    row-gap: 0.125rem;
  }

  .sm\:gap-y-1\.5 {
    grid-row-gap: 0.375rem;
    row-gap: 0.375rem;
  }

  .sm\:gap-y-2\.5 {
    grid-row-gap: 0.625rem;
    row-gap: 0.625rem;
  }

  .sm\:gap-y-3\.5 {
    grid-row-gap: 0.875rem;
    row-gap: 0.875rem;
  }

  .sm\:gap-y-30\% {
    grid-row-gap: 30%;
    row-gap: 30%;
  }

  .sm\:gap-y-7\.5r {
    grid-row-gap: 1.875rem;
    row-gap: 1.875rem;
  }

  .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5px * var(--tw-space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14px * var(--tw-space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16px * var(--tw-space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24px * var(--tw-space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(48px * var(--tw-space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60px * var(--tw-space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95px * var(--tw-space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(120px * var(--tw-space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(190px * var(--tw-space-x-reverse));
    margin-left: calc(190px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30% * var(--tw-space-x-reverse));
    margin-left: calc(30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5px * var(--tw-space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10px * var(--tw-space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14px * var(--tw-space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16px * var(--tw-space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20px * var(--tw-space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24px * var(--tw-space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30px * var(--tw-space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-48px * var(--tw-space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60px * var(--tw-space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95px * var(--tw-space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-120px * var(--tw-space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-190px * var(--tw-space-x-reverse));
    margin-left: calc(-190px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30% * var(--tw-space-x-reverse));
    margin-left: calc(-30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5px * var(--tw-space-y-reverse));
  }

  .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }

  .sm\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14px * var(--tw-space-y-reverse));
  }

  .sm\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16px * var(--tw-space-y-reverse));
  }

  .sm\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px * var(--tw-space-y-reverse));
  }

  .sm\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px * var(--tw-space-y-reverse));
  }

  .sm\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }

  .sm\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48px * var(--tw-space-y-reverse));
  }

  .sm\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }

  .sm\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95px * var(--tw-space-y-reverse));
  }

  .sm\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px * var(--tw-space-y-reverse));
  }

  .sm\:space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(190px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(190px * var(--tw-space-y-reverse));
  }

  .sm\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .sm\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5px * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10px * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14px * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16px * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20px * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24px * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30px * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48px * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60px * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95px * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-120px * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-190px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-190px * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .sm\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .sm\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .sm\:hover\:divide-x-0:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:hover\:divide-x-2:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:hover\:divide-x-4:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:hover\:divide-x-8:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:hover\:divide-x:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:hover\:divide-y-0:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .sm\:hover\:divide-y-2:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .sm\:hover\:divide-y-4:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .sm\:hover\:divide-y-8:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .sm\:hover\:divide-y:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .sm\:focus\:divide-x-0:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:focus\:divide-x-2:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:focus\:divide-x-4:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:focus\:divide-x-8:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:focus\:divide-x:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:focus\:divide-y-0:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .sm\:focus\:divide-y-2:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .sm\:focus\:divide-y-4:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .sm\:focus\:divide-y-8:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .sm\:focus\:divide-y:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .sm\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .sm\:hover\:divide-y-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .sm\:hover\:divide-x-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .sm\:focus\:divide-y-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .sm\:focus\:divide-x-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .sm\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .sm\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .sm\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .sm\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .sm\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .sm\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .sm\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }

  .sm\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .sm\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .sm\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .sm\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .sm\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .sm\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .sm\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .sm\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .sm\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .sm\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .sm\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .sm\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .sm\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .sm\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .sm\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .sm\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .sm\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .sm\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .sm\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .sm\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .sm\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .sm\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .sm\:divide-primary-color > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-divide-opacity));
  }

  .sm\:divide-primary-color-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-divide-opacity));
  }

  .sm\:divide-secondary-color > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .sm\:divide-custom-gray-sm > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-divide-opacity));
  }

  .sm\:divide-custom-gray-sm2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-divide-opacity));
  }

  .sm\:divide-custom-gray-md > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-divide-opacity));
  }

  .sm\:divide-custom-navy-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .sm\:divide-dark-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .sm\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-divide-opacity));
  }

  .sm\:divide-secondary-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-divide-opacity));
  }

  .sm\:divide-secondary-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-divide-opacity));
  }

  .sm\:divide-secondary-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-divide-opacity));
  }

  .sm\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-divide-opacity));
  }

  .sm\:divide-secondary-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-divide-opacity));
  }

  .sm\:divide-secondary-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-divide-opacity));
  }

  .sm\:divide-grayCustom-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .sm\:divide-grayCustom-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .sm\:divide-grayCustom-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
  }

  .sm\:divide-grayCustom-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .sm\:divide-grayCustom > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .sm\:divide-grayCustom-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .sm\:divide-grayCustom-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
  }

  .sm\:divide-grayCustom-hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-divide-opacity));
  }

  .sm\:divide-error > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-divide-opacity));
  }

  .sm\:divide-error-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-divide-opacity));
  }

  .sm\:divide-warning > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .sm\:divide-warning-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-divide-opacity));
  }

  .sm\:divide-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-divide-opacity));
  }

  .sm\:divide-success-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-divide-opacity));
  }

  .sm\:divide-status-open > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-status-waiting_payment > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .sm\:divide-status-completed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-divide-opacity));
  }

  .sm\:divide-status-failed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .sm\:divide-status-waiting_verify > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .sm\:divide-status-closed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .sm\:divide-policyStatus-issuing > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-policyStatus-waiting_inspection > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .sm\:divide-policyStatus-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-divide-opacity));
  }

  .sm\:divide-policyStatus-failed_inspection > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .sm\:divide-policyStatus-failed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .sm\:divide-policyStatus-waiting_policy > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .sm\:divide-policyStatus-cancel > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .sm\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .sm\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .sm\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .sm\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .sm\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .sm\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .sm\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .sm\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .sm\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .sm\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .sm\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .sm\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .sm\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .sm\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .sm\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .sm\:place-self-auto {
    align-self: auto;
    justify-self: auto;
    place-self: auto;
  }

  .sm\:place-self-start {
    align-self: start;
    justify-self: start;
    place-self: start;
  }

  .sm\:place-self-end {
    align-self: end;
    justify-self: end;
    place-self: end;
  }

  .sm\:place-self-center {
    align-self: center;
    justify-self: center;
    place-self: center;
  }

  .sm\:place-self-stretch {
    align-self: stretch;
    justify-self: stretch;
    place-self: stretch;
  }

  .sm\:self-auto {
    align-self: auto;
  }

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

  .sm\:self-end {
    align-self: flex-end;
  }

  .sm\:self-center {
    align-self: center;
  }

  .sm\:self-stretch {
    align-self: stretch;
  }

  .sm\:self-baseline {
    align-self: baseline;
  }

  .sm\:justify-self-auto {
    justify-self: auto;
  }

  .sm\:justify-self-start {
    justify-self: start;
  }

  .sm\:justify-self-end {
    justify-self: end;
  }

  .sm\:justify-self-center {
    justify-self: center;
  }

  .sm\:justify-self-stretch {
    justify-self: stretch;
  }

  .sm\:overflow-auto {
    overflow: auto;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:overflow-scroll {
    overflow: scroll;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto;
  }

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

  .sm\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll;
  }

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

  .sm\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .sm\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .sm\:overscroll-none {
    overscroll-behavior: none;
  }

  .sm\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .sm\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .sm\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .sm\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .sm\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .sm\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .sm\:overflow-clip {
    text-overflow: clip;
  }

  .sm\:whitespace-normal {
    white-space: normal;
  }

  .sm\:whitespace-nowrap {
    white-space: nowrap;
  }

  .sm\:whitespace-pre {
    white-space: pre;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .sm\:break-normal {
    word-wrap: normal;
    word-break: normal;
  }

  .sm\:break-words {
    word-wrap: break-word;
  }

  .sm\:break-all {
    word-break: break-all;
  }

  .sm\:rounded-5 {
    border-radius: 5px;
  }

  .sm\:rounded-10 {
    border-radius: 10px;
  }

  .sm\:rounded-20 {
    border-radius: 20px;
  }

  .sm\:rounded-48 {
    border-radius: 48px;
  }

  .sm\:rounded-none {
    border-radius: 0;
  }

  .sm\:rounded-sm {
    border-radius: 0.125rem;
  }

  .sm\:rounded {
    border-radius: 5px;
  }

  .sm\:rounded-md {
    border-radius: 0.375rem;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:rounded-xl {
    border-radius: 0.75rem;
  }

  .sm\:rounded-2xl {
    border-radius: 1rem;
  }

  .sm\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .sm\:rounded-full {
    border-radius: 9999px;
  }

  .sm\:rounded-t-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .sm\:rounded-t-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .sm\:rounded-t-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .sm\:rounded-t-48 {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
  }

  .sm\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-t {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .sm\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .sm\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .sm\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-r-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .sm\:rounded-r-10 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .sm\:rounded-r-20 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .sm\:rounded-r-48 {
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
  }

  .sm\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-r {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .sm\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sm\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-b-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .sm\:rounded-b-10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .sm\:rounded-b-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .sm\:rounded-b-48 {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
  }

  .sm\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-b {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .sm\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-l-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .sm\:rounded-l-10 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .sm\:rounded-l-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .sm\:rounded-l-48 {
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;
  }

  .sm\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-l {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .sm\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-tl-5 {
    border-top-left-radius: 5px;
  }

  .sm\:rounded-tl-10 {
    border-top-left-radius: 10px;
  }

  .sm\:rounded-tl-20 {
    border-top-left-radius: 20px;
  }

  .sm\:rounded-tl-48 {
    border-top-left-radius: 48px;
  }

  .sm\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .sm\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .sm\:rounded-tl {
    border-top-left-radius: 5px;
  }

  .sm\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .sm\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .sm\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .sm\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .sm\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .sm\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .sm\:rounded-tr-5 {
    border-top-right-radius: 5px;
  }

  .sm\:rounded-tr-10 {
    border-top-right-radius: 10px;
  }

  .sm\:rounded-tr-20 {
    border-top-right-radius: 20px;
  }

  .sm\:rounded-tr-48 {
    border-top-right-radius: 48px;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .sm\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-tr {
    border-top-right-radius: 5px;
  }

  .sm\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .sm\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .sm\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .sm\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-br-5 {
    border-bottom-right-radius: 5px;
  }

  .sm\:rounded-br-10 {
    border-bottom-right-radius: 10px;
  }

  .sm\:rounded-br-20 {
    border-bottom-right-radius: 20px;
  }

  .sm\:rounded-br-48 {
    border-bottom-right-radius: 48px;
  }

  .sm\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-br {
    border-bottom-right-radius: 5px;
  }

  .sm\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .sm\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-bl-5 {
    border-bottom-left-radius: 5px;
  }

  .sm\:rounded-bl-10 {
    border-bottom-left-radius: 10px;
  }

  .sm\:rounded-bl-20 {
    border-bottom-left-radius: 20px;
  }

  .sm\:rounded-bl-48 {
    border-bottom-left-radius: 48px;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-bl {
    border-bottom-left-radius: 5px;
  }

  .sm\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .sm\:border-0 {
    border-width: 0px;
  }

  .sm\:border-2 {
    border-width: 2px;
  }

  .sm\:border-4 {
    border-width: 4px;
  }

  .sm\:border-8 {
    border-width: 8px;
  }

  .sm\:border {
    border-width: 1px;
  }

  .sm\:hover\:border-0:hover {
    border-width: 0px;
  }

  .sm\:hover\:border-2:hover {
    border-width: 2px;
  }

  .sm\:hover\:border-4:hover {
    border-width: 4px;
  }

  .sm\:hover\:border-8:hover {
    border-width: 8px;
  }

  .sm\:hover\:border:hover {
    border-width: 1px;
  }

  .sm\:focus\:border-0:focus {
    border-width: 0px;
  }

  .sm\:focus\:border-2:focus {
    border-width: 2px;
  }

  .sm\:focus\:border-4:focus {
    border-width: 4px;
  }

  .sm\:focus\:border-8:focus {
    border-width: 8px;
  }

  .sm\:focus\:border:focus {
    border-width: 1px;
  }

  .sm\:border-t-0 {
    border-top-width: 0px;
  }

  .sm\:border-t-2 {
    border-top-width: 2px;
  }

  .sm\:border-t-4 {
    border-top-width: 4px;
  }

  .sm\:border-t-8 {
    border-top-width: 8px;
  }

  .sm\:border-t {
    border-top-width: 1px;
  }

  .sm\:border-r-0 {
    border-right-width: 0px;
  }

  .sm\:border-r-2 {
    border-right-width: 2px;
  }

  .sm\:border-r-4 {
    border-right-width: 4px;
  }

  .sm\:border-r-8 {
    border-right-width: 8px;
  }

  .sm\:border-r {
    border-right-width: 1px;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0px;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px;
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px;
  }

  .sm\:border-b-8 {
    border-bottom-width: 8px;
  }

  .sm\:border-b {
    border-bottom-width: 1px;
  }

  .sm\:border-l-0 {
    border-left-width: 0px;
  }

  .sm\:border-l-2 {
    border-left-width: 2px;
  }

  .sm\:border-l-4 {
    border-left-width: 4px;
  }

  .sm\:border-l-8 {
    border-left-width: 8px;
  }

  .sm\:border-l {
    border-left-width: 1px;
  }

  .sm\:hover\:border-t-0:hover {
    border-top-width: 0px;
  }

  .sm\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .sm\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .sm\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .sm\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .sm\:hover\:border-r-0:hover {
    border-right-width: 0px;
  }

  .sm\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .sm\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .sm\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .sm\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .sm\:hover\:border-b-0:hover {
    border-bottom-width: 0px;
  }

  .sm\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .sm\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .sm\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .sm\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .sm\:hover\:border-l-0:hover {
    border-left-width: 0px;
  }

  .sm\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .sm\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .sm\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .sm\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .sm\:focus\:border-t-0:focus {
    border-top-width: 0px;
  }

  .sm\:focus\:border-t-2:focus {
    border-top-width: 2px;
  }

  .sm\:focus\:border-t-4:focus {
    border-top-width: 4px;
  }

  .sm\:focus\:border-t-8:focus {
    border-top-width: 8px;
  }

  .sm\:focus\:border-t:focus {
    border-top-width: 1px;
  }

  .sm\:focus\:border-r-0:focus {
    border-right-width: 0px;
  }

  .sm\:focus\:border-r-2:focus {
    border-right-width: 2px;
  }

  .sm\:focus\:border-r-4:focus {
    border-right-width: 4px;
  }

  .sm\:focus\:border-r-8:focus {
    border-right-width: 8px;
  }

  .sm\:focus\:border-r:focus {
    border-right-width: 1px;
  }

  .sm\:focus\:border-b-0:focus {
    border-bottom-width: 0px;
  }

  .sm\:focus\:border-b-2:focus {
    border-bottom-width: 2px;
  }

  .sm\:focus\:border-b-4:focus {
    border-bottom-width: 4px;
  }

  .sm\:focus\:border-b-8:focus {
    border-bottom-width: 8px;
  }

  .sm\:focus\:border-b:focus {
    border-bottom-width: 1px;
  }

  .sm\:focus\:border-l-0:focus {
    border-left-width: 0px;
  }

  .sm\:focus\:border-l-2:focus {
    border-left-width: 2px;
  }

  .sm\:focus\:border-l-4:focus {
    border-left-width: 4px;
  }

  .sm\:focus\:border-l-8:focus {
    border-left-width: 8px;
  }

  .sm\:focus\:border-l:focus {
    border-left-width: 1px;
  }

  .sm\:border-solid {
    border-style: solid;
  }

  .sm\:border-dashed {
    border-style: dashed;
  }

  .sm\:border-dotted {
    border-style: dotted;
  }

  .sm\:border-double {
    border-style: double;
  }

  .sm\:border-none {
    border-style: none;
  }

  .sm\:hover\:border-solid:hover {
    border-style: solid;
  }

  .sm\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .sm\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .sm\:hover\:border-double:hover {
    border-style: double;
  }

  .sm\:hover\:border-none:hover {
    border-style: none;
  }

  .sm\:border-transparent {
    border-color: transparent;
  }

  .sm\:border-current {
    border-color: currentColor;
  }

  .sm\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .sm\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .sm\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .sm\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .sm\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .sm\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .sm\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .sm\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .sm\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .sm\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .sm\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .sm\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .sm\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .sm\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .sm\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .sm\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .sm\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .sm\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .sm\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .sm\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .sm\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .sm\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .sm\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .sm\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .sm\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .sm\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .sm\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .sm\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .sm\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .sm\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .sm\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .sm\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .sm\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .sm\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .sm\:border-primary-color {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .sm\:border-primary-color-dark {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .sm\:border-secondary-color {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .sm\:border-custom-gray-sm {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .sm\:border-custom-gray-sm2 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .sm\:border-custom-gray-md {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .sm\:border-custom-navy-dark {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .sm\:border-dark-blue {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .sm\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .sm\:border-secondary-1 {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .sm\:border-secondary-2 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .sm\:border-secondary-3 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .sm\:border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .sm\:border-secondary-dark {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .sm\:border-secondary-light {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .sm\:border-grayCustom-1 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .sm\:border-grayCustom-2 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .sm\:border-grayCustom-3 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .sm\:border-grayCustom-800 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .sm\:border-grayCustom {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .sm\:border-grayCustom-dark {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .sm\:border-grayCustom-light {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .sm\:border-grayCustom-hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .sm\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .sm\:border-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .sm\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .sm\:border-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .sm\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .sm\:border-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .sm\:border-status-open {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:border-status-waiting_payment {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .sm\:border-status-completed {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .sm\:border-status-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .sm\:border-status-waiting_verify {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .sm\:border-status-closed {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .sm\:border-policyStatus-issuing {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:border-policyStatus-waiting_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .sm\:border-policyStatus-success {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .sm\:border-policyStatus-failed_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .sm\:border-policyStatus-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .sm\:border-policyStatus-waiting_policy {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .sm\:border-policyStatus-cancel {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .sm\:checked\:border-transparent:checked {
    border-color: transparent;
  }

  .sm\:checked\:border-current:checked {
    border-color: currentColor;
  }

  .sm\:checked\:border-black:checked {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:checked\:border-white:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:checked\:border-gray-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .sm\:checked\:border-gray-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .sm\:checked\:border-gray-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .sm\:checked\:border-gray-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .sm\:checked\:border-gray-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .sm\:checked\:border-gray-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .sm\:checked\:border-gray-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .sm\:checked\:border-gray-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .sm\:checked\:border-gray-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .sm\:checked\:border-gray-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .sm\:checked\:border-red-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm\:checked\:border-red-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm\:checked\:border-red-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .sm\:checked\:border-red-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .sm\:checked\:border-red-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .sm\:checked\:border-red-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .sm\:checked\:border-red-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .sm\:checked\:border-red-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .sm\:checked\:border-red-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .sm\:checked\:border-red-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .sm\:checked\:border-yellow-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm\:checked\:border-yellow-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm\:checked\:border-yellow-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm\:checked\:border-yellow-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm\:checked\:border-yellow-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .sm\:checked\:border-yellow-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm\:checked\:border-yellow-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm\:checked\:border-yellow-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm\:checked\:border-yellow-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm\:checked\:border-yellow-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .sm\:checked\:border-green-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm\:checked\:border-green-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm\:checked\:border-green-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm\:checked\:border-green-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .sm\:checked\:border-green-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .sm\:checked\:border-green-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .sm\:checked\:border-green-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .sm\:checked\:border-green-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .sm\:checked\:border-green-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm\:checked\:border-green-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .sm\:checked\:border-blue-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm\:checked\:border-blue-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm\:checked\:border-blue-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm\:checked\:border-blue-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm\:checked\:border-blue-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .sm\:checked\:border-blue-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm\:checked\:border-blue-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .sm\:checked\:border-blue-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm\:checked\:border-blue-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .sm\:checked\:border-blue-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .sm\:checked\:border-indigo-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm\:checked\:border-indigo-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm\:checked\:border-indigo-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm\:checked\:border-indigo-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm\:checked\:border-indigo-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm\:checked\:border-indigo-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm\:checked\:border-indigo-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm\:checked\:border-indigo-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm\:checked\:border-indigo-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm\:checked\:border-indigo-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm\:checked\:border-purple-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm\:checked\:border-purple-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm\:checked\:border-purple-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm\:checked\:border-purple-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm\:checked\:border-purple-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm\:checked\:border-purple-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm\:checked\:border-purple-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm\:checked\:border-purple-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm\:checked\:border-purple-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm\:checked\:border-purple-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .sm\:checked\:border-pink-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm\:checked\:border-pink-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm\:checked\:border-pink-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm\:checked\:border-pink-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .sm\:checked\:border-pink-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm\:checked\:border-pink-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .sm\:checked\:border-pink-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm\:checked\:border-pink-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm\:checked\:border-pink-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm\:checked\:border-pink-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .sm\:checked\:border-primary-color:checked {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .sm\:checked\:border-primary-color-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .sm\:checked\:border-secondary-color:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .sm\:checked\:border-custom-gray-sm:checked {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .sm\:checked\:border-custom-gray-sm2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .sm\:checked\:border-custom-gray-md:checked {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .sm\:checked\:border-custom-navy-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .sm\:checked\:border-dark-blue:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .sm\:checked\:border-primary:checked {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .sm\:checked\:border-secondary-1:checked {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .sm\:checked\:border-secondary-2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .sm\:checked\:border-secondary-3:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .sm\:checked\:border-secondary:checked {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .sm\:checked\:border-secondary-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .sm\:checked\:border-secondary-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .sm\:checked\:border-grayCustom-1:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .sm\:checked\:border-grayCustom-2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .sm\:checked\:border-grayCustom-3:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .sm\:checked\:border-grayCustom-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .sm\:checked\:border-grayCustom:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .sm\:checked\:border-grayCustom-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .sm\:checked\:border-grayCustom-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .sm\:checked\:border-grayCustom-hover:checked {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .sm\:checked\:border-error:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .sm\:checked\:border-error-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .sm\:checked\:border-warning:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .sm\:checked\:border-warning-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .sm\:checked\:border-success:checked {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .sm\:checked\:border-success-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .sm\:checked\:border-status-open:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:checked\:border-status-waiting_payment:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .sm\:checked\:border-status-completed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .sm\:checked\:border-status-failed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .sm\:checked\:border-status-waiting_verify:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .sm\:checked\:border-status-closed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .sm\:checked\:border-policyStatus-issuing:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:checked\:border-policyStatus-waiting_inspection:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .sm\:checked\:border-policyStatus-success:checked {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .sm\:checked\:border-policyStatus-failed_inspection:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .sm\:checked\:border-policyStatus-failed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .sm\:checked\:border-policyStatus-waiting_policy:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .sm\:checked\:border-policyStatus-cancel:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .sm\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .sm\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-primary-color {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-primary-color-dark {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-secondary-color {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-custom-gray-sm {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-custom-gray-sm2 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-custom-gray-md {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-custom-navy-dark {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-dark-blue {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-secondary-1 {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-secondary-2 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-secondary-3 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-secondary-dark {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-secondary-light {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-grayCustom-1 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-grayCustom-2 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-grayCustom-3 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-grayCustom-800 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-grayCustom {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-grayCustom-dark {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-grayCustom-light {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-grayCustom-hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-status-open {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-status-waiting_payment {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-status-completed {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-status-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-status-waiting_verify {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-status-closed {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-policyStatus-issuing {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-policyStatus-waiting_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-policyStatus-success {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-policyStatus-failed_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-policyStatus-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-policyStatus-waiting_policy {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-policyStatus-cancel {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-transparent[focus-within] {
    border-color: transparent;
  }

  .sm\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .sm\:focus-within\:border-current[focus-within] {
    border-color: currentColor;
  }

  .sm\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }

  .sm\:focus-within\:border-black[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-white[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-primary-color[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-primary-color:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-primary-color-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-primary-color-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-secondary-color[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-secondary-color:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-custom-gray-sm[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-custom-gray-sm:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-custom-gray-sm2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-custom-gray-sm2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-custom-gray-md[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-custom-gray-md:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-custom-navy-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-custom-navy-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-dark-blue[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-dark-blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-primary[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-secondary-1[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-secondary-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-secondary-2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-secondary-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-secondary-3[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-secondary-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-secondary[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-secondary-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-secondary-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-secondary-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-secondary-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-grayCustom-1[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-grayCustom-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-grayCustom-2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-grayCustom-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-grayCustom-3[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-grayCustom-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-grayCustom-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-grayCustom-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-grayCustom[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-grayCustom:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-grayCustom-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-grayCustom-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-grayCustom-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-grayCustom-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-grayCustom-hover[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-grayCustom-hover:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-error[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-error:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-error-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-error-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-warning[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-warning:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-warning-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-warning-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-success[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-success-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-success-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-status-open[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-status-open:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-status-waiting_payment[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-status-waiting_payment:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-status-completed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-status-completed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-status-failed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-status-failed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-status-waiting_verify[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-status-waiting_verify:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-status-closed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-status-closed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-policyStatus-issuing[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-policyStatus-issuing:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-policyStatus-waiting_inspection[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-policyStatus-waiting_inspection:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-policyStatus-success[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-policyStatus-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-policyStatus-failed_inspection[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-policyStatus-failed_inspection:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-policyStatus-failed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-policyStatus-failed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-policyStatus-waiting_policy[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-policyStatus-waiting_policy:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-policyStatus-cancel[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-policyStatus-cancel:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .sm\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .sm\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .sm\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .sm\:hover\:border-primary-color:hover {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .sm\:hover\:border-primary-color-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .sm\:hover\:border-secondary-color:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .sm\:hover\:border-custom-gray-sm:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .sm\:hover\:border-custom-gray-sm2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .sm\:hover\:border-custom-gray-md:hover {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .sm\:hover\:border-custom-navy-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .sm\:hover\:border-dark-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .sm\:hover\:border-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .sm\:hover\:border-secondary-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .sm\:hover\:border-secondary-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .sm\:hover\:border-secondary-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .sm\:hover\:border-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .sm\:hover\:border-secondary-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .sm\:hover\:border-secondary-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .sm\:hover\:border-grayCustom-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .sm\:hover\:border-grayCustom-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .sm\:hover\:border-grayCustom-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .sm\:hover\:border-grayCustom-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .sm\:hover\:border-grayCustom:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .sm\:hover\:border-grayCustom-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .sm\:hover\:border-grayCustom-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .sm\:hover\:border-grayCustom-hover:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .sm\:hover\:border-error:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .sm\:hover\:border-error-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .sm\:hover\:border-warning:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .sm\:hover\:border-warning-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .sm\:hover\:border-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .sm\:hover\:border-success-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .sm\:hover\:border-status-open:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-status-waiting_payment:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .sm\:hover\:border-status-completed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .sm\:hover\:border-status-failed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .sm\:hover\:border-status-waiting_verify:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .sm\:hover\:border-status-closed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .sm\:hover\:border-policyStatus-issuing:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-policyStatus-waiting_inspection:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .sm\:hover\:border-policyStatus-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .sm\:hover\:border-policyStatus-failed_inspection:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .sm\:hover\:border-policyStatus-failed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .sm\:hover\:border-policyStatus-waiting_policy:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .sm\:hover\:border-policyStatus-cancel:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .sm\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .sm\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .sm\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .sm\:focus\:border-primary-color:focus {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .sm\:focus\:border-primary-color-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .sm\:focus\:border-secondary-color:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .sm\:focus\:border-custom-gray-sm:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .sm\:focus\:border-custom-gray-sm2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .sm\:focus\:border-custom-gray-md:focus {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .sm\:focus\:border-custom-navy-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .sm\:focus\:border-dark-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .sm\:focus\:border-primary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .sm\:focus\:border-secondary-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .sm\:focus\:border-secondary-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .sm\:focus\:border-secondary-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .sm\:focus\:border-secondary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .sm\:focus\:border-secondary-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .sm\:focus\:border-secondary-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .sm\:focus\:border-grayCustom-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .sm\:focus\:border-grayCustom-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .sm\:focus\:border-grayCustom-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .sm\:focus\:border-grayCustom-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .sm\:focus\:border-grayCustom:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .sm\:focus\:border-grayCustom-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .sm\:focus\:border-grayCustom-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .sm\:focus\:border-grayCustom-hover:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .sm\:focus\:border-error:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .sm\:focus\:border-error-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .sm\:focus\:border-warning:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .sm\:focus\:border-warning-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .sm\:focus\:border-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .sm\:focus\:border-success-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .sm\:focus\:border-status-open:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-status-waiting_payment:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .sm\:focus\:border-status-completed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .sm\:focus\:border-status-failed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .sm\:focus\:border-status-waiting_verify:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .sm\:focus\:border-status-closed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .sm\:focus\:border-policyStatus-issuing:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-policyStatus-waiting_inspection:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .sm\:focus\:border-policyStatus-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .sm\:focus\:border-policyStatus-failed_inspection:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .sm\:focus\:border-policyStatus-failed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .sm\:focus\:border-policyStatus-waiting_policy:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .sm\:focus\:border-policyStatus-cancel:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .sm\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .sm\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .sm\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .sm\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .sm\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .sm\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .sm\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .sm\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .sm\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .sm\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .sm\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .sm\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .sm\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .sm\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .sm\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .sm\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .sm\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .sm\:focus-within\:border-opacity-0[focus-within] {
    --tw-border-opacity: 0;
  }

  .sm\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .sm\:focus-within\:border-opacity-5[focus-within] {
    --tw-border-opacity: 0.05;
  }

  .sm\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .sm\:focus-within\:border-opacity-10[focus-within] {
    --tw-border-opacity: 0.1;
  }

  .sm\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .sm\:focus-within\:border-opacity-20[focus-within] {
    --tw-border-opacity: 0.2;
  }

  .sm\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .sm\:focus-within\:border-opacity-25[focus-within] {
    --tw-border-opacity: 0.25;
  }

  .sm\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .sm\:focus-within\:border-opacity-30[focus-within] {
    --tw-border-opacity: 0.3;
  }

  .sm\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .sm\:focus-within\:border-opacity-40[focus-within] {
    --tw-border-opacity: 0.4;
  }

  .sm\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .sm\:focus-within\:border-opacity-50[focus-within] {
    --tw-border-opacity: 0.5;
  }

  .sm\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .sm\:focus-within\:border-opacity-60[focus-within] {
    --tw-border-opacity: 0.6;
  }

  .sm\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .sm\:focus-within\:border-opacity-70[focus-within] {
    --tw-border-opacity: 0.7;
  }

  .sm\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .sm\:focus-within\:border-opacity-75[focus-within] {
    --tw-border-opacity: 0.75;
  }

  .sm\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .sm\:focus-within\:border-opacity-80[focus-within] {
    --tw-border-opacity: 0.8;
  }

  .sm\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .sm\:focus-within\:border-opacity-90[focus-within] {
    --tw-border-opacity: 0.9;
  }

  .sm\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .sm\:focus-within\:border-opacity-95[focus-within] {
    --tw-border-opacity: 0.95;
  }

  .sm\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .sm\:focus-within\:border-opacity-100[focus-within] {
    --tw-border-opacity: 1;
  }

  .sm\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .sm\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .sm\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .sm\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .sm\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .sm\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .sm\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .sm\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .sm\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .sm\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .sm\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .sm\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .sm\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .sm\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .sm\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .sm\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .sm\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .sm\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .sm\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .sm\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .sm\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .sm\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .sm\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .sm\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .sm\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .sm\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .sm\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .sm\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .sm\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .sm\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .sm\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .sm\:bg-transparent {
    background-color: transparent;
  }

  .sm\:bg-current {
    background-color: currentColor;
  }

  .sm\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .sm\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .sm\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .sm\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .sm\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm\:bg-primary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .sm\:bg-primary-color-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .sm\:bg-secondary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .sm\:bg-custom-gray-sm {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .sm\:bg-custom-gray-sm2 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .sm\:bg-custom-gray-md {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .sm\:bg-custom-navy-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .sm\:bg-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .sm\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .sm\:bg-secondary-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .sm\:bg-secondary-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .sm\:bg-secondary-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .sm\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .sm\:bg-secondary-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .sm\:bg-secondary-light {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .sm\:bg-grayCustom-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .sm\:bg-grayCustom-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .sm\:bg-grayCustom-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .sm\:bg-grayCustom-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .sm\:bg-grayCustom {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .sm\:bg-grayCustom-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .sm\:bg-grayCustom-light {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .sm\:bg-grayCustom-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .sm\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .sm\:bg-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .sm\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .sm\:bg-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .sm\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .sm\:bg-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .sm\:bg-status-open {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-status-waiting_payment {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .sm\:bg-status-completed {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .sm\:bg-status-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .sm\:bg-status-waiting_verify {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .sm\:bg-status-closed {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .sm\:bg-policyStatus-issuing {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-policyStatus-waiting_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .sm\:bg-policyStatus-success {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .sm\:bg-policyStatus-failed_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .sm\:bg-policyStatus-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .sm\:bg-policyStatus-waiting_policy {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .sm\:bg-policyStatus-cancel {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-transparent:nth-child(odd) {
    background-color: transparent;
  }

  .sm\:odd\:bg-current:nth-child(odd) {
    background-color: currentColor;
  }

  .sm\:odd\:bg-black:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-white:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-gray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-gray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-gray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-gray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-gray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-gray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-gray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-gray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-gray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-gray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-red-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-red-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-red-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-red-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-red-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-red-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-red-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-red-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-red-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-red-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-yellow-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-yellow-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-yellow-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-yellow-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-yellow-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-yellow-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-yellow-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-yellow-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-yellow-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-yellow-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-green-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-green-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-green-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-green-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-green-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-green-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-green-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-green-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-green-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-green-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-blue-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-blue-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-blue-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-blue-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-blue-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-blue-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-blue-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-blue-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-blue-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-blue-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-indigo-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-indigo-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-indigo-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-indigo-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-indigo-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-indigo-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-indigo-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-indigo-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-indigo-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-indigo-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-purple-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-purple-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-purple-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-purple-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-purple-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-purple-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-purple-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-purple-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-purple-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-purple-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-pink-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-pink-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-pink-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-pink-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-pink-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-pink-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-pink-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-pink-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-pink-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-pink-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-primary-color:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-primary-color-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-secondary-color:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-custom-gray-sm:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-custom-gray-sm2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-custom-gray-md:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-custom-navy-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-dark-blue:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-primary:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-secondary-1:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-secondary-2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-secondary-3:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-secondary:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-secondary-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-secondary-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-grayCustom-1:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-grayCustom-2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-grayCustom-3:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-grayCustom-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-grayCustom:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-grayCustom-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-grayCustom-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-grayCustom-hover:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-error:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-error-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-warning:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-warning-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-success:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-success-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-status-open:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-status-waiting_payment:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-status-completed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-status-failed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-status-waiting_verify:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-status-closed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-policyStatus-issuing:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-policyStatus-waiting_inspection:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-policyStatus-success:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-policyStatus-failed_inspection:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-policyStatus-failed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-policyStatus-waiting_policy:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-policyStatus-cancel:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-transparent:checked {
    background-color: transparent;
  }

  .sm\:checked\:bg-current:checked {
    background-color: currentColor;
  }

  .sm\:checked\:bg-black:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-white:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-gray-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-gray-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-gray-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-gray-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-gray-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-gray-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-gray-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-gray-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-gray-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-gray-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-red-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-red-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-red-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-red-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-red-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-red-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-red-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-red-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-red-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-red-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-yellow-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-yellow-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-yellow-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-yellow-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-yellow-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-yellow-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-yellow-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-yellow-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-yellow-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-yellow-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-green-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-green-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-green-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-green-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-green-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-green-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-green-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-green-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-green-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-green-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-blue-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-blue-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-blue-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-blue-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-blue-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-blue-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-blue-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-blue-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-blue-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-blue-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-indigo-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-indigo-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-indigo-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-indigo-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-indigo-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-indigo-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-indigo-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-indigo-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-indigo-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-indigo-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-purple-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-purple-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-purple-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-purple-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-purple-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-purple-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-purple-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-purple-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-purple-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-purple-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-pink-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-pink-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-pink-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-pink-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-pink-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-pink-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-pink-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-pink-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-pink-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-pink-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-primary-color:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-primary-color-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-secondary-color:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-custom-gray-sm:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-custom-gray-sm2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-custom-gray-md:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-custom-navy-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-dark-blue:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-primary:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-secondary-1:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-secondary-2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-secondary-3:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-secondary:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-secondary-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-secondary-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-grayCustom-1:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-grayCustom-2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-grayCustom-3:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-grayCustom-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-grayCustom:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-grayCustom-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-grayCustom-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-grayCustom-hover:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-error:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-error-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-warning:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-warning-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-success:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-success-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-status-open:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-status-waiting_payment:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-status-completed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-status-failed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-status-waiting_verify:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-status-closed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-policyStatus-issuing:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-policyStatus-waiting_inspection:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-policyStatus-success:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-policyStatus-failed_inspection:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-policyStatus-failed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-policyStatus-waiting_policy:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .sm\:checked\:bg-policyStatus-cancel:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .sm\:group-hover\:bg-current {
    background-color: currentColor;
  }

  .group:hover .sm\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-primary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-primary-color-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-secondary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-custom-gray-sm {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-custom-gray-sm2 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-custom-gray-md {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-custom-navy-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-secondary-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-secondary-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-secondary-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-secondary-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-secondary-light {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-grayCustom-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-grayCustom-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-grayCustom-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-grayCustom-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-grayCustom {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-grayCustom-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-grayCustom-light {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-grayCustom-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-status-open {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-status-waiting_payment {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-status-completed {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-status-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-status-waiting_verify {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-status-closed {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-policyStatus-issuing {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-policyStatus-waiting_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-policyStatus-success {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-policyStatus-failed_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-policyStatus-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-policyStatus-waiting_policy {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-policyStatus-cancel {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-transparent[focus-within] {
    background-color: transparent;
  }

  .sm\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .sm\:focus-within\:bg-current[focus-within] {
    background-color: currentColor;
  }

  .sm\:focus-within\:bg-current:focus-within {
    background-color: currentColor;
  }

  .sm\:focus-within\:bg-black[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-white[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-primary-color[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-primary-color:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-primary-color-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-primary-color-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-secondary-color[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-secondary-color:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-custom-gray-sm[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-custom-gray-sm:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-custom-gray-sm2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-custom-gray-sm2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-custom-gray-md[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-custom-gray-md:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-custom-navy-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-custom-navy-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-dark-blue[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-dark-blue:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-primary[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-primary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-secondary-1[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-secondary-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-secondary-2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-secondary-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-secondary-3[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-secondary-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-secondary[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-secondary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-secondary-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-secondary-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-secondary-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-secondary-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-grayCustom-1[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-grayCustom-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-grayCustom-2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-grayCustom-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-grayCustom-3[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-grayCustom-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-grayCustom-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-grayCustom-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-grayCustom[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-grayCustom:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-grayCustom-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-grayCustom-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-grayCustom-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-grayCustom-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-grayCustom-hover[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-grayCustom-hover:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-error[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-error:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-error-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-error-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-warning[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-warning:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-warning-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-warning-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-success[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-success-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-success-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-status-open[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-status-open:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-status-waiting_payment[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-status-waiting_payment:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-status-completed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-status-completed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-status-failed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-status-failed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-status-waiting_verify[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-status-waiting_verify:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-status-closed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-status-closed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-policyStatus-issuing[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-policyStatus-issuing:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-policyStatus-waiting_inspection[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-policyStatus-waiting_inspection:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-policyStatus-success[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-policyStatus-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-policyStatus-failed_inspection[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-policyStatus-failed_inspection:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-policyStatus-failed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-policyStatus-failed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-policyStatus-waiting_policy[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-policyStatus-waiting_policy:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-policyStatus-cancel[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-policyStatus-cancel:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .sm\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .sm\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-primary-color:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-primary-color-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-secondary-color:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-custom-gray-sm:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-custom-gray-sm2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-custom-gray-md:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-custom-navy-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-dark-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-secondary-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-secondary-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-secondary-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-secondary-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-secondary-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-grayCustom-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-grayCustom-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-grayCustom-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-grayCustom-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-grayCustom:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-grayCustom-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-grayCustom-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-grayCustom-hover:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-error:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-error-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-warning:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-warning-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-success-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-status-open:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-status-waiting_payment:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-status-completed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-status-failed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-status-waiting_verify:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-status-closed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-policyStatus-issuing:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-policyStatus-waiting_inspection:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-policyStatus-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-policyStatus-failed_inspection:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-policyStatus-failed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-policyStatus-waiting_policy:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-policyStatus-cancel:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .sm\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .sm\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-primary-color:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-primary-color-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-secondary-color:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-custom-gray-sm:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-custom-gray-sm2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-custom-gray-md:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-custom-navy-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-dark-blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-primary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-secondary-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-secondary-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-secondary-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-secondary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-secondary-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-secondary-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-grayCustom-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-grayCustom-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-grayCustom-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-grayCustom-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-grayCustom:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-grayCustom-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-grayCustom-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-grayCustom-hover:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-error:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-error-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-warning:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-warning-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-success-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-status-open:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-status-waiting_payment:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-status-completed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-status-failed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-status-waiting_verify:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-status-closed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-policyStatus-issuing:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-policyStatus-waiting_inspection:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-policyStatus-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-policyStatus-failed_inspection:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-policyStatus-failed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-policyStatus-waiting_policy:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-policyStatus-cancel:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .sm\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .sm\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .sm\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .sm\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .sm\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .sm\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .sm\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .sm\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .sm\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .sm\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .sm\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .sm\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .sm\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .sm\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .sm\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .sm\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .sm\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .sm\:focus-within\:bg-opacity-0[focus-within] {
    --tw-bg-opacity: 0;
  }

  .sm\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .sm\:focus-within\:bg-opacity-5[focus-within] {
    --tw-bg-opacity: 0.05;
  }

  .sm\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .sm\:focus-within\:bg-opacity-10[focus-within] {
    --tw-bg-opacity: 0.1;
  }

  .sm\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .sm\:focus-within\:bg-opacity-20[focus-within] {
    --tw-bg-opacity: 0.2;
  }

  .sm\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .sm\:focus-within\:bg-opacity-25[focus-within] {
    --tw-bg-opacity: 0.25;
  }

  .sm\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .sm\:focus-within\:bg-opacity-30[focus-within] {
    --tw-bg-opacity: 0.3;
  }

  .sm\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .sm\:focus-within\:bg-opacity-40[focus-within] {
    --tw-bg-opacity: 0.4;
  }

  .sm\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .sm\:focus-within\:bg-opacity-50[focus-within] {
    --tw-bg-opacity: 0.5;
  }

  .sm\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .sm\:focus-within\:bg-opacity-60[focus-within] {
    --tw-bg-opacity: 0.6;
  }

  .sm\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .sm\:focus-within\:bg-opacity-70[focus-within] {
    --tw-bg-opacity: 0.7;
  }

  .sm\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .sm\:focus-within\:bg-opacity-75[focus-within] {
    --tw-bg-opacity: 0.75;
  }

  .sm\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .sm\:focus-within\:bg-opacity-80[focus-within] {
    --tw-bg-opacity: 0.8;
  }

  .sm\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .sm\:focus-within\:bg-opacity-90[focus-within] {
    --tw-bg-opacity: 0.9;
  }

  .sm\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .sm\:focus-within\:bg-opacity-95[focus-within] {
    --tw-bg-opacity: 0.95;
  }

  .sm\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .sm\:focus-within\:bg-opacity-100[focus-within] {
    --tw-bg-opacity: 1;
  }

  .sm\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .sm\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .sm\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .sm\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .sm\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .sm\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .sm\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .sm\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .sm\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .sm\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .sm\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .sm\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .sm\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .sm\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .sm\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .sm\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .sm\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .sm\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .sm\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .sm\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .sm\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .sm\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .sm\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .sm\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .sm\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .sm\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .sm\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .sm\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .sm\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .sm\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .sm\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .sm\:bg-none {
    background-image: none;
  }

  .sm\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .sm\:bg-city {
    background-image: url('~assets/homepage/bg-city.svg');
  }

  .sm\:bg-city-1 {
    background-image: url('~assets/homepage/bg-city_1.svg');
  }

  .sm\:bg-city-2 {
    background-image: url('~assets/homepage/bg-city2.svg');
  }

  .sm\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:from-yellow-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:from-yellow-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:from-yellow-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:from-yellow-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:from-yellow-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:from-yellow-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:from-yellow-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:from-yellow-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:from-yellow-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:from-yellow-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:from-green-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:from-green-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:from-green-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:from-green-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:from-green-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:from-green-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:from-green-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:from-green-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:from-green-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:from-green-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:from-purple-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:from-purple-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:from-purple-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:from-purple-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:from-purple-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:from-purple-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:from-purple-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:from-purple-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:from-purple-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:from-purple-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:from-primary-color {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .sm\:from-primary-color-dark {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .sm\:from-secondary-color {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .sm\:from-custom-gray-sm {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .sm\:from-custom-gray-sm2 {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .sm\:from-custom-gray-md {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .sm\:from-custom-navy-dark {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .sm\:from-dark-blue {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .sm\:from-primary {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .sm\:from-secondary-1 {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .sm\:from-secondary-2 {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .sm\:from-secondary-3 {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .sm\:from-secondary {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .sm\:from-secondary-dark {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .sm\:from-secondary-light {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .sm\:from-grayCustom-1 {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .sm\:from-grayCustom-2 {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .sm\:from-grayCustom-3 {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .sm\:from-grayCustom-800 {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .sm\:from-grayCustom {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .sm\:from-grayCustom-dark {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .sm\:from-grayCustom-light {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .sm\:from-grayCustom-hover {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .sm\:from-error {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .sm\:from-error-light {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .sm\:from-warning {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .sm\:from-warning-light {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .sm\:from-success {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .sm\:from-success-light {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .sm\:from-status-open {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-status-waiting_payment {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .sm\:from-status-completed {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .sm\:from-status-failed {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .sm\:from-status-waiting_verify {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .sm\:from-status-closed {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .sm\:from-policyStatus-issuing {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-policyStatus-waiting_inspection {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .sm\:from-policyStatus-success {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .sm\:from-policyStatus-failed_inspection {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .sm\:from-policyStatus-failed {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .sm\:from-policyStatus-waiting_policy {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .sm\:from-policyStatus-cancel {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .sm\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:hover\:from-purple-50:hover {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:hover\:from-purple-100:hover {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:hover\:from-purple-200:hover {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:hover\:from-purple-300:hover {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:hover\:from-purple-400:hover {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:hover\:from-purple-500:hover {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:hover\:from-purple-600:hover {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:hover\:from-purple-800:hover {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:hover\:from-purple-900:hover {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:hover\:from-primary-color:hover {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .sm\:hover\:from-primary-color-dark:hover {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .sm\:hover\:from-secondary-color:hover {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .sm\:hover\:from-custom-gray-sm:hover {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .sm\:hover\:from-custom-gray-sm2:hover {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .sm\:hover\:from-custom-gray-md:hover {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .sm\:hover\:from-custom-navy-dark:hover {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .sm\:hover\:from-dark-blue:hover {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .sm\:hover\:from-primary:hover {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .sm\:hover\:from-secondary-1:hover {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .sm\:hover\:from-secondary-2:hover {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .sm\:hover\:from-secondary-3:hover {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .sm\:hover\:from-secondary:hover {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .sm\:hover\:from-secondary-dark:hover {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .sm\:hover\:from-secondary-light:hover {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .sm\:hover\:from-grayCustom-1:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .sm\:hover\:from-grayCustom-2:hover {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .sm\:hover\:from-grayCustom-3:hover {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .sm\:hover\:from-grayCustom-800:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .sm\:hover\:from-grayCustom:hover {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .sm\:hover\:from-grayCustom-dark:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .sm\:hover\:from-grayCustom-light:hover {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .sm\:hover\:from-grayCustom-hover:hover {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .sm\:hover\:from-error:hover {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .sm\:hover\:from-error-light:hover {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .sm\:hover\:from-warning:hover {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .sm\:hover\:from-warning-light:hover {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .sm\:hover\:from-success:hover {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .sm\:hover\:from-success-light:hover {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .sm\:hover\:from-status-open:hover {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-status-waiting_payment:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .sm\:hover\:from-status-completed:hover {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .sm\:hover\:from-status-failed:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .sm\:hover\:from-status-waiting_verify:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .sm\:hover\:from-status-closed:hover {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .sm\:hover\:from-policyStatus-issuing:hover {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-policyStatus-waiting_inspection:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .sm\:hover\:from-policyStatus-success:hover {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .sm\:hover\:from-policyStatus-failed_inspection:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .sm\:hover\:from-policyStatus-failed:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .sm\:hover\:from-policyStatus-waiting_policy:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .sm\:hover\:from-policyStatus-cancel:hover {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .sm\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:focus\:from-purple-50:focus {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:focus\:from-purple-100:focus {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:focus\:from-purple-200:focus {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:focus\:from-purple-300:focus {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:focus\:from-purple-400:focus {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:focus\:from-purple-500:focus {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:focus\:from-purple-600:focus {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:focus\:from-purple-800:focus {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:focus\:from-purple-900:focus {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:focus\:from-primary-color:focus {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .sm\:focus\:from-primary-color-dark:focus {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .sm\:focus\:from-secondary-color:focus {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .sm\:focus\:from-custom-gray-sm:focus {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .sm\:focus\:from-custom-gray-sm2:focus {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .sm\:focus\:from-custom-gray-md:focus {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .sm\:focus\:from-custom-navy-dark:focus {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .sm\:focus\:from-dark-blue:focus {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .sm\:focus\:from-primary:focus {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .sm\:focus\:from-secondary-1:focus {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .sm\:focus\:from-secondary-2:focus {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .sm\:focus\:from-secondary-3:focus {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .sm\:focus\:from-secondary:focus {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .sm\:focus\:from-secondary-dark:focus {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .sm\:focus\:from-secondary-light:focus {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .sm\:focus\:from-grayCustom-1:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .sm\:focus\:from-grayCustom-2:focus {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .sm\:focus\:from-grayCustom-3:focus {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .sm\:focus\:from-grayCustom-800:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .sm\:focus\:from-grayCustom:focus {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .sm\:focus\:from-grayCustom-dark:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .sm\:focus\:from-grayCustom-light:focus {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .sm\:focus\:from-grayCustom-hover:focus {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .sm\:focus\:from-error:focus {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .sm\:focus\:from-error-light:focus {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .sm\:focus\:from-warning:focus {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .sm\:focus\:from-warning-light:focus {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .sm\:focus\:from-success:focus {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .sm\:focus\:from-success-light:focus {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .sm\:focus\:from-status-open:focus {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-status-waiting_payment:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .sm\:focus\:from-status-completed:focus {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .sm\:focus\:from-status-failed:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .sm\:focus\:from-status-waiting_verify:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .sm\:focus\:from-status-closed:focus {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .sm\:focus\:from-policyStatus-issuing:focus {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-policyStatus-waiting_inspection:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .sm\:focus\:from-policyStatus-success:focus {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .sm\:focus\:from-policyStatus-failed_inspection:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .sm\:focus\:from-policyStatus-failed:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .sm\:focus\:from-policyStatus-waiting_policy:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .sm\:focus\:from-policyStatus-cancel:focus {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .sm\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:via-primary-color {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .sm\:via-primary-color-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .sm\:via-secondary-color {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .sm\:via-custom-gray-sm {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .sm\:via-custom-gray-sm2 {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .sm\:via-custom-gray-md {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .sm\:via-custom-navy-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .sm\:via-dark-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .sm\:via-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .sm\:via-secondary-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .sm\:via-secondary-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .sm\:via-secondary-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .sm\:via-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .sm\:via-secondary-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .sm\:via-secondary-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .sm\:via-grayCustom-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .sm\:via-grayCustom-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .sm\:via-grayCustom-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .sm\:via-grayCustom-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .sm\:via-grayCustom {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .sm\:via-grayCustom-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .sm\:via-grayCustom-light {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .sm\:via-grayCustom-hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .sm\:via-error {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .sm\:via-error-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .sm\:via-warning {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .sm\:via-warning-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .sm\:via-success {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .sm\:via-success-light {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .sm\:via-status-open {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-status-waiting_payment {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .sm\:via-status-completed {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .sm\:via-status-failed {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .sm\:via-status-waiting_verify {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .sm\:via-status-closed {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .sm\:via-policyStatus-issuing {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-policyStatus-waiting_inspection {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .sm\:via-policyStatus-success {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .sm\:via-policyStatus-failed_inspection {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .sm\:via-policyStatus-failed {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .sm\:via-policyStatus-waiting_policy {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .sm\:via-policyStatus-cancel {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .sm\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:hover\:via-primary-color:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .sm\:hover\:via-primary-color-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .sm\:hover\:via-secondary-color:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .sm\:hover\:via-custom-gray-sm:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .sm\:hover\:via-custom-gray-sm2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .sm\:hover\:via-custom-gray-md:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .sm\:hover\:via-custom-navy-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .sm\:hover\:via-dark-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .sm\:hover\:via-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .sm\:hover\:via-secondary-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .sm\:hover\:via-secondary-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .sm\:hover\:via-secondary-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .sm\:hover\:via-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .sm\:hover\:via-secondary-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .sm\:hover\:via-secondary-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .sm\:hover\:via-grayCustom-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .sm\:hover\:via-grayCustom-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .sm\:hover\:via-grayCustom-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .sm\:hover\:via-grayCustom-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .sm\:hover\:via-grayCustom:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .sm\:hover\:via-grayCustom-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .sm\:hover\:via-grayCustom-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .sm\:hover\:via-grayCustom-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .sm\:hover\:via-error:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .sm\:hover\:via-error-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .sm\:hover\:via-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .sm\:hover\:via-warning-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .sm\:hover\:via-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .sm\:hover\:via-success-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .sm\:hover\:via-status-open:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-status-waiting_payment:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .sm\:hover\:via-status-completed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .sm\:hover\:via-status-failed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .sm\:hover\:via-status-waiting_verify:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .sm\:hover\:via-status-closed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .sm\:hover\:via-policyStatus-issuing:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-policyStatus-waiting_inspection:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .sm\:hover\:via-policyStatus-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .sm\:hover\:via-policyStatus-failed_inspection:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .sm\:hover\:via-policyStatus-failed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .sm\:hover\:via-policyStatus-waiting_policy:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .sm\:hover\:via-policyStatus-cancel:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .sm\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:focus\:via-primary-color:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .sm\:focus\:via-primary-color-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .sm\:focus\:via-secondary-color:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .sm\:focus\:via-custom-gray-sm:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .sm\:focus\:via-custom-gray-sm2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .sm\:focus\:via-custom-gray-md:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .sm\:focus\:via-custom-navy-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .sm\:focus\:via-dark-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .sm\:focus\:via-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .sm\:focus\:via-secondary-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .sm\:focus\:via-secondary-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .sm\:focus\:via-secondary-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .sm\:focus\:via-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .sm\:focus\:via-secondary-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .sm\:focus\:via-secondary-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .sm\:focus\:via-grayCustom-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .sm\:focus\:via-grayCustom-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .sm\:focus\:via-grayCustom-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .sm\:focus\:via-grayCustom-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .sm\:focus\:via-grayCustom:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .sm\:focus\:via-grayCustom-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .sm\:focus\:via-grayCustom-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .sm\:focus\:via-grayCustom-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .sm\:focus\:via-error:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .sm\:focus\:via-error-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .sm\:focus\:via-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .sm\:focus\:via-warning-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .sm\:focus\:via-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .sm\:focus\:via-success-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .sm\:focus\:via-status-open:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-status-waiting_payment:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .sm\:focus\:via-status-completed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .sm\:focus\:via-status-failed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .sm\:focus\:via-status-waiting_verify:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .sm\:focus\:via-status-closed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .sm\:focus\:via-policyStatus-issuing:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-policyStatus-waiting_inspection:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .sm\:focus\:via-policyStatus-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .sm\:focus\:via-policyStatus-failed_inspection:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .sm\:focus\:via-policyStatus-failed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .sm\:focus\:via-policyStatus-waiting_policy:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .sm\:focus\:via-policyStatus-cancel:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .sm\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .sm\:to-current {
    --tw-gradient-to: currentColor;
  }

  .sm\:to-black {
    --tw-gradient-to: #000;
  }

  .sm\:to-white {
    --tw-gradient-to: #fff;
  }

  .sm\:to-gray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .sm\:to-gray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .sm\:to-gray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .sm\:to-gray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .sm\:to-gray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .sm\:to-gray-500 {
    --tw-gradient-to: #6b7280;
  }

  .sm\:to-gray-600 {
    --tw-gradient-to: #4b5563;
  }

  .sm\:to-gray-700 {
    --tw-gradient-to: #374151;
  }

  .sm\:to-gray-800 {
    --tw-gradient-to: #1f2937;
  }

  .sm\:to-gray-900 {
    --tw-gradient-to: #111827;
  }

  .sm\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .sm\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .sm\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .sm\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .sm\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .sm\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .sm\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .sm\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .sm\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .sm\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .sm\:to-yellow-50 {
    --tw-gradient-to: #fffbeb;
  }

  .sm\:to-yellow-100 {
    --tw-gradient-to: #fef3c7;
  }

  .sm\:to-yellow-200 {
    --tw-gradient-to: #fde68a;
  }

  .sm\:to-yellow-300 {
    --tw-gradient-to: #fcd34d;
  }

  .sm\:to-yellow-400 {
    --tw-gradient-to: #fbbf24;
  }

  .sm\:to-yellow-500 {
    --tw-gradient-to: #f59e0b;
  }

  .sm\:to-yellow-600 {
    --tw-gradient-to: #d97706;
  }

  .sm\:to-yellow-700 {
    --tw-gradient-to: #b45309;
  }

  .sm\:to-yellow-800 {
    --tw-gradient-to: #92400e;
  }

  .sm\:to-yellow-900 {
    --tw-gradient-to: #78350f;
  }

  .sm\:to-green-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .sm\:to-green-100 {
    --tw-gradient-to: #d1fae5;
  }

  .sm\:to-green-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .sm\:to-green-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .sm\:to-green-400 {
    --tw-gradient-to: #34d399;
  }

  .sm\:to-green-500 {
    --tw-gradient-to: #10b981;
  }

  .sm\:to-green-600 {
    --tw-gradient-to: #059669;
  }

  .sm\:to-green-700 {
    --tw-gradient-to: #047857;
  }

  .sm\:to-green-800 {
    --tw-gradient-to: #065f46;
  }

  .sm\:to-green-900 {
    --tw-gradient-to: #064e3b;
  }

  .sm\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .sm\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .sm\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .sm\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .sm\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .sm\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .sm\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .sm\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .sm\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .sm\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .sm\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .sm\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .sm\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .sm\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .sm\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .sm\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .sm\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .sm\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .sm\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .sm\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .sm\:to-purple-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .sm\:to-purple-100 {
    --tw-gradient-to: #ede9fe;
  }

  .sm\:to-purple-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .sm\:to-purple-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .sm\:to-purple-400 {
    --tw-gradient-to: #a78bfa;
  }

  .sm\:to-purple-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .sm\:to-purple-600 {
    --tw-gradient-to: #7c3aed;
  }

  .sm\:to-purple-700 {
    --tw-gradient-to: #6d28d9;
  }

  .sm\:to-purple-800 {
    --tw-gradient-to: #5b21b6;
  }

  .sm\:to-purple-900 {
    --tw-gradient-to: #4c1d95;
  }

  .sm\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .sm\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .sm\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .sm\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .sm\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .sm\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .sm\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .sm\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .sm\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .sm\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .sm\:to-primary-color {
    --tw-gradient-to: #eb008b;
  }

  .sm\:to-primary-color-dark {
    --tw-gradient-to: #c90068;
  }

  .sm\:to-secondary-color {
    --tw-gradient-to: #112e42;
  }

  .sm\:to-custom-gray-sm {
    --tw-gradient-to: #f1f4f6;
  }

  .sm\:to-custom-gray-sm2 {
    --tw-gradient-to: #f1f2f3;
  }

  .sm\:to-custom-gray-md {
    --tw-gradient-to: #848484;
  }

  .sm\:to-custom-navy-dark {
    --tw-gradient-to: #112e42;
  }

  .sm\:to-dark-blue {
    --tw-gradient-to: #112E42;
  }

  .sm\:to-primary {
    --tw-gradient-to: #192D40;
  }

  .sm\:to-secondary-1 {
    --tw-gradient-to: #E6007E;
  }

  .sm\:to-secondary-2 {
    --tw-gradient-to: #D6D564;
  }

  .sm\:to-secondary-3 {
    --tw-gradient-to: #FCFCCD;
  }

  .sm\:to-secondary {
    --tw-gradient-to: #E6007E;
  }

  .sm\:to-secondary-dark {
    --tw-gradient-to: #C11A7D;
  }

  .sm\:to-secondary-light {
    --tw-gradient-to: #FBCEE9;
  }

  .sm\:to-grayCustom-1 {
    --tw-gradient-to: #4F4F4F;
  }

  .sm\:to-grayCustom-2 {
    --tw-gradient-to: #C4C4C4;
  }

  .sm\:to-grayCustom-3 {
    --tw-gradient-to: #F9F9F9;
  }

  .sm\:to-grayCustom-800 {
    --tw-gradient-to: #4F4F4F;
  }

  .sm\:to-grayCustom {
    --tw-gradient-to: #C4C4C4;
  }

  .sm\:to-grayCustom-dark {
    --tw-gradient-to: #4F4F4F;
  }

  .sm\:to-grayCustom-light {
    --tw-gradient-to: #F9F9F9;
  }

  .sm\:to-grayCustom-hover {
    --tw-gradient-to: #9F9F9F;
  }

  .sm\:to-error {
    --tw-gradient-to: #FF206E;
  }

  .sm\:to-error-light {
    --tw-gradient-to: #FDE8EA;
  }

  .sm\:to-warning {
    --tw-gradient-to: #FFAE14;
  }

  .sm\:to-warning-light {
    --tw-gradient-to: #FFF6E5;
  }

  .sm\:to-success {
    --tw-gradient-to: #2DD881;
  }

  .sm\:to-success-light {
    --tw-gradient-to: #E9FBF2;
  }

  .sm\:to-status-open {
    --tw-gradient-to: #FFF;
  }

  .sm\:to-status-waiting_payment {
    --tw-gradient-to: #ffae14;
  }

  .sm\:to-status-completed {
    --tw-gradient-to: #54c1bb;
  }

  .sm\:to-status-failed {
    --tw-gradient-to: #e8556b;
  }

  .sm\:to-status-waiting_verify {
    --tw-gradient-to: #ffae14;
  }

  .sm\:to-status-closed {
    --tw-gradient-to: #c4c4c4;
  }

  .sm\:to-policyStatus-issuing {
    --tw-gradient-to: #FFF;
  }

  .sm\:to-policyStatus-waiting_inspection {
    --tw-gradient-to: #ffae14;
  }

  .sm\:to-policyStatus-success {
    --tw-gradient-to: #54c1bb;
  }

  .sm\:to-policyStatus-failed_inspection {
    --tw-gradient-to: #e8556b;
  }

  .sm\:to-policyStatus-failed {
    --tw-gradient-to: #e8556b;
  }

  .sm\:to-policyStatus-waiting_policy {
    --tw-gradient-to: #ffae14;
  }

  .sm\:to-policyStatus-cancel {
    --tw-gradient-to: #c4c4c4;
  }

  .sm\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .sm\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .sm\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .sm\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .sm\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .sm\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .sm\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .sm\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .sm\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .sm\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .sm\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .sm\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151;
  }

  .sm\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .sm\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827;
  }

  .sm\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2;
  }

  .sm\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2;
  }

  .sm\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca;
  }

  .sm\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5;
  }

  .sm\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171;
  }

  .sm\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444;
  }

  .sm\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626;
  }

  .sm\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c;
  }

  .sm\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b;
  }

  .sm\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d;
  }

  .sm\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .sm\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .sm\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .sm\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .sm\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .sm\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .sm\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706;
  }

  .sm\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309;
  }

  .sm\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e;
  }

  .sm\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f;
  }

  .sm\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .sm\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .sm\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .sm\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .sm\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399;
  }

  .sm\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981;
  }

  .sm\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669;
  }

  .sm\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857;
  }

  .sm\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46;
  }

  .sm\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .sm\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff;
  }

  .sm\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe;
  }

  .sm\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe;
  }

  .sm\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd;
  }

  .sm\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa;
  }

  .sm\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6;
  }

  .sm\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb;
  }

  .sm\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8;
  }

  .sm\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af;
  }

  .sm\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a;
  }

  .sm\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff;
  }

  .sm\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff;
  }

  .sm\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe;
  }

  .sm\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc;
  }

  .sm\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8;
  }

  .sm\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1;
  }

  .sm\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5;
  }

  .sm\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca;
  }

  .sm\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3;
  }

  .sm\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81;
  }

  .sm\:hover\:to-purple-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .sm\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .sm\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .sm\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .sm\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .sm\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .sm\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .sm\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .sm\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .sm\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .sm\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8;
  }

  .sm\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3;
  }

  .sm\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8;
  }

  .sm\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4;
  }

  .sm\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6;
  }

  .sm\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899;
  }

  .sm\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777;
  }

  .sm\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d;
  }

  .sm\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d;
  }

  .sm\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843;
  }

  .sm\:hover\:to-primary-color:hover {
    --tw-gradient-to: #eb008b;
  }

  .sm\:hover\:to-primary-color-dark:hover {
    --tw-gradient-to: #c90068;
  }

  .sm\:hover\:to-secondary-color:hover {
    --tw-gradient-to: #112e42;
  }

  .sm\:hover\:to-custom-gray-sm:hover {
    --tw-gradient-to: #f1f4f6;
  }

  .sm\:hover\:to-custom-gray-sm2:hover {
    --tw-gradient-to: #f1f2f3;
  }

  .sm\:hover\:to-custom-gray-md:hover {
    --tw-gradient-to: #848484;
  }

  .sm\:hover\:to-custom-navy-dark:hover {
    --tw-gradient-to: #112e42;
  }

  .sm\:hover\:to-dark-blue:hover {
    --tw-gradient-to: #112E42;
  }

  .sm\:hover\:to-primary:hover {
    --tw-gradient-to: #192D40;
  }

  .sm\:hover\:to-secondary-1:hover {
    --tw-gradient-to: #E6007E;
  }

  .sm\:hover\:to-secondary-2:hover {
    --tw-gradient-to: #D6D564;
  }

  .sm\:hover\:to-secondary-3:hover {
    --tw-gradient-to: #FCFCCD;
  }

  .sm\:hover\:to-secondary:hover {
    --tw-gradient-to: #E6007E;
  }

  .sm\:hover\:to-secondary-dark:hover {
    --tw-gradient-to: #C11A7D;
  }

  .sm\:hover\:to-secondary-light:hover {
    --tw-gradient-to: #FBCEE9;
  }

  .sm\:hover\:to-grayCustom-1:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .sm\:hover\:to-grayCustom-2:hover {
    --tw-gradient-to: #C4C4C4;
  }

  .sm\:hover\:to-grayCustom-3:hover {
    --tw-gradient-to: #F9F9F9;
  }

  .sm\:hover\:to-grayCustom-800:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .sm\:hover\:to-grayCustom:hover {
    --tw-gradient-to: #C4C4C4;
  }

  .sm\:hover\:to-grayCustom-dark:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .sm\:hover\:to-grayCustom-light:hover {
    --tw-gradient-to: #F9F9F9;
  }

  .sm\:hover\:to-grayCustom-hover:hover {
    --tw-gradient-to: #9F9F9F;
  }

  .sm\:hover\:to-error:hover {
    --tw-gradient-to: #FF206E;
  }

  .sm\:hover\:to-error-light:hover {
    --tw-gradient-to: #FDE8EA;
  }

  .sm\:hover\:to-warning:hover {
    --tw-gradient-to: #FFAE14;
  }

  .sm\:hover\:to-warning-light:hover {
    --tw-gradient-to: #FFF6E5;
  }

  .sm\:hover\:to-success:hover {
    --tw-gradient-to: #2DD881;
  }

  .sm\:hover\:to-success-light:hover {
    --tw-gradient-to: #E9FBF2;
  }

  .sm\:hover\:to-status-open:hover {
    --tw-gradient-to: #FFF;
  }

  .sm\:hover\:to-status-waiting_payment:hover {
    --tw-gradient-to: #ffae14;
  }

  .sm\:hover\:to-status-completed:hover {
    --tw-gradient-to: #54c1bb;
  }

  .sm\:hover\:to-status-failed:hover {
    --tw-gradient-to: #e8556b;
  }

  .sm\:hover\:to-status-waiting_verify:hover {
    --tw-gradient-to: #ffae14;
  }

  .sm\:hover\:to-status-closed:hover {
    --tw-gradient-to: #c4c4c4;
  }

  .sm\:hover\:to-policyStatus-issuing:hover {
    --tw-gradient-to: #FFF;
  }

  .sm\:hover\:to-policyStatus-waiting_inspection:hover {
    --tw-gradient-to: #ffae14;
  }

  .sm\:hover\:to-policyStatus-success:hover {
    --tw-gradient-to: #54c1bb;
  }

  .sm\:hover\:to-policyStatus-failed_inspection:hover {
    --tw-gradient-to: #e8556b;
  }

  .sm\:hover\:to-policyStatus-failed:hover {
    --tw-gradient-to: #e8556b;
  }

  .sm\:hover\:to-policyStatus-waiting_policy:hover {
    --tw-gradient-to: #ffae14;
  }

  .sm\:hover\:to-policyStatus-cancel:hover {
    --tw-gradient-to: #c4c4c4;
  }

  .sm\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .sm\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .sm\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .sm\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .sm\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .sm\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .sm\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .sm\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .sm\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .sm\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .sm\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .sm\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151;
  }

  .sm\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .sm\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827;
  }

  .sm\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2;
  }

  .sm\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2;
  }

  .sm\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca;
  }

  .sm\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5;
  }

  .sm\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171;
  }

  .sm\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444;
  }

  .sm\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626;
  }

  .sm\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c;
  }

  .sm\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b;
  }

  .sm\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d;
  }

  .sm\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .sm\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .sm\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .sm\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .sm\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .sm\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .sm\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706;
  }

  .sm\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309;
  }

  .sm\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e;
  }

  .sm\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f;
  }

  .sm\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .sm\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .sm\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .sm\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .sm\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399;
  }

  .sm\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981;
  }

  .sm\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669;
  }

  .sm\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857;
  }

  .sm\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46;
  }

  .sm\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .sm\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff;
  }

  .sm\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe;
  }

  .sm\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe;
  }

  .sm\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd;
  }

  .sm\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa;
  }

  .sm\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6;
  }

  .sm\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb;
  }

  .sm\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8;
  }

  .sm\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af;
  }

  .sm\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a;
  }

  .sm\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff;
  }

  .sm\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff;
  }

  .sm\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe;
  }

  .sm\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc;
  }

  .sm\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8;
  }

  .sm\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1;
  }

  .sm\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5;
  }

  .sm\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca;
  }

  .sm\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3;
  }

  .sm\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81;
  }

  .sm\:focus\:to-purple-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .sm\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .sm\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .sm\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .sm\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .sm\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .sm\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .sm\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .sm\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .sm\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .sm\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8;
  }

  .sm\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3;
  }

  .sm\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8;
  }

  .sm\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4;
  }

  .sm\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6;
  }

  .sm\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899;
  }

  .sm\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777;
  }

  .sm\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d;
  }

  .sm\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d;
  }

  .sm\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843;
  }

  .sm\:focus\:to-primary-color:focus {
    --tw-gradient-to: #eb008b;
  }

  .sm\:focus\:to-primary-color-dark:focus {
    --tw-gradient-to: #c90068;
  }

  .sm\:focus\:to-secondary-color:focus {
    --tw-gradient-to: #112e42;
  }

  .sm\:focus\:to-custom-gray-sm:focus {
    --tw-gradient-to: #f1f4f6;
  }

  .sm\:focus\:to-custom-gray-sm2:focus {
    --tw-gradient-to: #f1f2f3;
  }

  .sm\:focus\:to-custom-gray-md:focus {
    --tw-gradient-to: #848484;
  }

  .sm\:focus\:to-custom-navy-dark:focus {
    --tw-gradient-to: #112e42;
  }

  .sm\:focus\:to-dark-blue:focus {
    --tw-gradient-to: #112E42;
  }

  .sm\:focus\:to-primary:focus {
    --tw-gradient-to: #192D40;
  }

  .sm\:focus\:to-secondary-1:focus {
    --tw-gradient-to: #E6007E;
  }

  .sm\:focus\:to-secondary-2:focus {
    --tw-gradient-to: #D6D564;
  }

  .sm\:focus\:to-secondary-3:focus {
    --tw-gradient-to: #FCFCCD;
  }

  .sm\:focus\:to-secondary:focus {
    --tw-gradient-to: #E6007E;
  }

  .sm\:focus\:to-secondary-dark:focus {
    --tw-gradient-to: #C11A7D;
  }

  .sm\:focus\:to-secondary-light:focus {
    --tw-gradient-to: #FBCEE9;
  }

  .sm\:focus\:to-grayCustom-1:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .sm\:focus\:to-grayCustom-2:focus {
    --tw-gradient-to: #C4C4C4;
  }

  .sm\:focus\:to-grayCustom-3:focus {
    --tw-gradient-to: #F9F9F9;
  }

  .sm\:focus\:to-grayCustom-800:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .sm\:focus\:to-grayCustom:focus {
    --tw-gradient-to: #C4C4C4;
  }

  .sm\:focus\:to-grayCustom-dark:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .sm\:focus\:to-grayCustom-light:focus {
    --tw-gradient-to: #F9F9F9;
  }

  .sm\:focus\:to-grayCustom-hover:focus {
    --tw-gradient-to: #9F9F9F;
  }

  .sm\:focus\:to-error:focus {
    --tw-gradient-to: #FF206E;
  }

  .sm\:focus\:to-error-light:focus {
    --tw-gradient-to: #FDE8EA;
  }

  .sm\:focus\:to-warning:focus {
    --tw-gradient-to: #FFAE14;
  }

  .sm\:focus\:to-warning-light:focus {
    --tw-gradient-to: #FFF6E5;
  }

  .sm\:focus\:to-success:focus {
    --tw-gradient-to: #2DD881;
  }

  .sm\:focus\:to-success-light:focus {
    --tw-gradient-to: #E9FBF2;
  }

  .sm\:focus\:to-status-open:focus {
    --tw-gradient-to: #FFF;
  }

  .sm\:focus\:to-status-waiting_payment:focus {
    --tw-gradient-to: #ffae14;
  }

  .sm\:focus\:to-status-completed:focus {
    --tw-gradient-to: #54c1bb;
  }

  .sm\:focus\:to-status-failed:focus {
    --tw-gradient-to: #e8556b;
  }

  .sm\:focus\:to-status-waiting_verify:focus {
    --tw-gradient-to: #ffae14;
  }

  .sm\:focus\:to-status-closed:focus {
    --tw-gradient-to: #c4c4c4;
  }

  .sm\:focus\:to-policyStatus-issuing:focus {
    --tw-gradient-to: #FFF;
  }

  .sm\:focus\:to-policyStatus-waiting_inspection:focus {
    --tw-gradient-to: #ffae14;
  }

  .sm\:focus\:to-policyStatus-success:focus {
    --tw-gradient-to: #54c1bb;
  }

  .sm\:focus\:to-policyStatus-failed_inspection:focus {
    --tw-gradient-to: #e8556b;
  }

  .sm\:focus\:to-policyStatus-failed:focus {
    --tw-gradient-to: #e8556b;
  }

  .sm\:focus\:to-policyStatus-waiting_policy:focus {
    --tw-gradient-to: #ffae14;
  }

  .sm\:focus\:to-policyStatus-cancel:focus {
    --tw-gradient-to: #c4c4c4;
  }

  .sm\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .sm\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .sm\:bg-auto {
    background-size: auto;
  }

  .sm\:bg-cover {
    background-size: cover;
  }

  .sm\:bg-contain {
    background-size: contain;
  }

  .sm\:bg-fixed {
    background-attachment: fixed;
  }

  .sm\:bg-local {
    background-attachment: local;
  }

  .sm\:bg-scroll {
    background-attachment: scroll;
  }

  .sm\:bg-clip-border {
    background-clip: border-box;
  }

  .sm\:bg-clip-padding {
    background-clip: padding-box;
  }

  .sm\:bg-clip-content {
    background-clip: content-box;
  }

  .sm\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .sm\:bg-bottom {
    background-position: bottom;
  }

  .sm\:bg-center {
    background-position: center;
  }

  .sm\:bg-left {
    background-position: left;
  }

  .sm\:bg-left-bottom {
    background-position: left bottom;
  }

  .sm\:bg-left-top {
    background-position: left top;
  }

  .sm\:bg-right {
    background-position: right;
  }

  .sm\:bg-right-bottom {
    background-position: right bottom;
  }

  .sm\:bg-right-top {
    background-position: right top;
  }

  .sm\:bg-top {
    background-position: top;
  }

  .sm\:bg-repeat {
    background-repeat: repeat;
  }

  .sm\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .sm\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .sm\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .sm\:bg-repeat-round {
    background-repeat: round;
  }

  .sm\:bg-repeat-space {
    background-repeat: space;
  }

  .sm\:bg-origin-border {
    background-origin: border-box;
  }

  .sm\:bg-origin-padding {
    background-origin: padding-box;
  }

  .sm\:bg-origin-content {
    background-origin: content-box;
  }

  .sm\:fill-current {
    fill: currentColor;
  }

  .sm\:stroke-current {
    stroke: currentColor;
  }

  .sm\:stroke-0 {
    stroke-width: 0;
  }

  .sm\:stroke-1 {
    stroke-width: 1;
  }

  .sm\:stroke-2 {
    stroke-width: 2;
  }

  .sm\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .sm\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .sm\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .sm\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .sm\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .sm\:p-0 {
    padding: 0;
  }

  .sm\:p-1 {
    padding: 0.25rem;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:p-3 {
    padding: 0.75rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 5px;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-7 {
    padding: 1.75rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-9 {
    padding: 2.25rem;
  }

  .sm\:p-10 {
    padding: 10px;
  }

  .sm\:p-11 {
    padding: 2.75rem;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:p-14 {
    padding: 14px;
  }

  .sm\:p-16 {
    padding: 16px;
  }

  .sm\:p-20 {
    padding: 20px;
  }

  .sm\:p-24 {
    padding: 24px;
  }

  .sm\:p-28 {
    padding: 7rem;
  }

  .sm\:p-30 {
    padding: 30px;
  }

  .sm\:p-32 {
    padding: 8rem;
  }

  .sm\:p-36 {
    padding: 9rem;
  }

  .sm\:p-40 {
    padding: 10rem;
  }

  .sm\:p-44 {
    padding: 11rem;
  }

  .sm\:p-48 {
    padding: 48px;
  }

  .sm\:p-52 {
    padding: 13rem;
  }

  .sm\:p-56 {
    padding: 14rem;
  }

  .sm\:p-60 {
    padding: 60px;
  }

  .sm\:p-64 {
    padding: 16rem;
  }

  .sm\:p-72 {
    padding: 18rem;
  }

  .sm\:p-80 {
    padding: 20rem;
  }

  .sm\:p-95 {
    padding: 95px;
  }

  .sm\:p-96 {
    padding: 24rem;
  }

  .sm\:p-120 {
    padding: 120px;
  }

  .sm\:p-190 {
    padding: 190px;
  }

  .sm\:p-px {
    padding: 1px;
  }

  .sm\:p-0\.5 {
    padding: 0.125rem;
  }

  .sm\:p-1\.5 {
    padding: 0.375rem;
  }

  .sm\:p-2\.5 {
    padding: 0.625rem;
  }

  .sm\:p-3\.5 {
    padding: 0.875rem;
  }

  .sm\:p-30\% {
    padding: 30%;
  }

  .sm\:p-7\.5r {
    padding: 1.875rem;
  }

  .sm\:hover\:p-0:hover {
    padding: 0;
  }

  .sm\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .sm\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .sm\:hover\:p-3:hover {
    padding: 0.75rem;
  }

  .sm\:hover\:p-4:hover {
    padding: 1rem;
  }

  .sm\:hover\:p-5:hover {
    padding: 5px;
  }

  .sm\:hover\:p-6:hover {
    padding: 1.5rem;
  }

  .sm\:hover\:p-7:hover {
    padding: 1.75rem;
  }

  .sm\:hover\:p-8:hover {
    padding: 2rem;
  }

  .sm\:hover\:p-9:hover {
    padding: 2.25rem;
  }

  .sm\:hover\:p-10:hover {
    padding: 10px;
  }

  .sm\:hover\:p-11:hover {
    padding: 2.75rem;
  }

  .sm\:hover\:p-12:hover {
    padding: 3rem;
  }

  .sm\:hover\:p-14:hover {
    padding: 14px;
  }

  .sm\:hover\:p-16:hover {
    padding: 16px;
  }

  .sm\:hover\:p-20:hover {
    padding: 20px;
  }

  .sm\:hover\:p-24:hover {
    padding: 24px;
  }

  .sm\:hover\:p-28:hover {
    padding: 7rem;
  }

  .sm\:hover\:p-30:hover {
    padding: 30px;
  }

  .sm\:hover\:p-32:hover {
    padding: 8rem;
  }

  .sm\:hover\:p-36:hover {
    padding: 9rem;
  }

  .sm\:hover\:p-40:hover {
    padding: 10rem;
  }

  .sm\:hover\:p-44:hover {
    padding: 11rem;
  }

  .sm\:hover\:p-48:hover {
    padding: 48px;
  }

  .sm\:hover\:p-52:hover {
    padding: 13rem;
  }

  .sm\:hover\:p-56:hover {
    padding: 14rem;
  }

  .sm\:hover\:p-60:hover {
    padding: 60px;
  }

  .sm\:hover\:p-64:hover {
    padding: 16rem;
  }

  .sm\:hover\:p-72:hover {
    padding: 18rem;
  }

  .sm\:hover\:p-80:hover {
    padding: 20rem;
  }

  .sm\:hover\:p-95:hover {
    padding: 95px;
  }

  .sm\:hover\:p-96:hover {
    padding: 24rem;
  }

  .sm\:hover\:p-120:hover {
    padding: 120px;
  }

  .sm\:hover\:p-190:hover {
    padding: 190px;
  }

  .sm\:hover\:p-px:hover {
    padding: 1px;
  }

  .sm\:hover\:p-0\.5:hover {
    padding: 0.125rem;
  }

  .sm\:hover\:p-1\.5:hover {
    padding: 0.375rem;
  }

  .sm\:hover\:p-2\.5:hover {
    padding: 0.625rem;
  }

  .sm\:hover\:p-3\.5:hover {
    padding: 0.875rem;
  }

  .sm\:hover\:p-30\%:hover {
    padding: 30%;
  }

  .sm\:hover\:p-7\.5r:hover {
    padding: 1.875rem;
  }

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

  .sm\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

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

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sm\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .sm\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sm\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sm\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sm\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sm\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .sm\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .sm\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:px-95 {
    padding-left: 95px;
    padding-right: 95px;
  }

  .sm\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .sm\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .sm\:px-190 {
    padding-left: 190px;
    padding-right: 190px;
  }

  .sm\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .sm\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

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

  .sm\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm\:px-30\% {
    padding-left: 30%;
    padding-right: 30%;
  }

  .sm\:px-7\.5r {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sm\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .sm\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sm\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sm\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sm\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm\:py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .sm\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .sm\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sm\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .sm\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sm\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .sm\:py-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .sm\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .sm\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .sm\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sm\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sm\:py-30\% {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .sm\:py-7\.5r {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .sm\:hover\:px-0:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

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

  .sm\:hover\:px-3:hover {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:hover\:px-4:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:hover\:px-5:hover {
    padding-left: 5px;
    padding-right: 5px;
  }

  .sm\:hover\:px-6:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:hover\:px-7:hover {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:hover\:px-8:hover {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:hover\:px-9:hover {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:hover\:px-10:hover {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sm\:hover\:px-11:hover {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:hover\:px-14:hover {
    padding-left: 14px;
    padding-right: 14px;
  }

  .sm\:hover\:px-16:hover {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sm\:hover\:px-20:hover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sm\:hover\:px-24:hover {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sm\:hover\:px-28:hover {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:hover\:px-30:hover {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sm\:hover\:px-32:hover {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:hover\:px-36:hover {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:hover\:px-40:hover {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:hover\:px-44:hover {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:hover\:px-48:hover {
    padding-left: 48px;
    padding-right: 48px;
  }

  .sm\:hover\:px-52:hover {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm\:hover\:px-56:hover {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:hover\:px-60:hover {
    padding-left: 60px;
    padding-right: 60px;
  }

  .sm\:hover\:px-64:hover {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:hover\:px-72:hover {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:hover\:px-80:hover {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:hover\:px-95:hover {
    padding-left: 95px;
    padding-right: 95px;
  }

  .sm\:hover\:px-96:hover {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .sm\:hover\:px-120:hover {
    padding-left: 120px;
    padding-right: 120px;
  }

  .sm\:hover\:px-190:hover {
    padding-left: 190px;
    padding-right: 190px;
  }

  .sm\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:hover\:px-0\.5:hover {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .sm\:hover\:px-1\.5:hover {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .sm\:hover\:px-2\.5:hover {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sm\:hover\:px-3\.5:hover {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm\:hover\:px-30\%:hover {
    padding-left: 30%;
    padding-right: 30%;
  }

  .sm\:hover\:px-7\.5r:hover {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .sm\:hover\:py-0:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .sm\:hover\:py-3:hover {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:hover\:py-4:hover {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:hover\:py-5:hover {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .sm\:hover\:py-6:hover {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:hover\:py-7:hover {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:hover\:py-8:hover {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:hover\:py-9:hover {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:hover\:py-10:hover {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sm\:hover\:py-11:hover {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:hover\:py-14:hover {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .sm\:hover\:py-16:hover {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sm\:hover\:py-20:hover {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sm\:hover\:py-24:hover {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sm\:hover\:py-28:hover {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:hover\:py-30:hover {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sm\:hover\:py-32:hover {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:hover\:py-36:hover {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:hover\:py-40:hover {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:hover\:py-44:hover {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm\:hover\:py-48:hover {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .sm\:hover\:py-52:hover {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .sm\:hover\:py-56:hover {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:hover\:py-60:hover {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sm\:hover\:py-64:hover {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:hover\:py-72:hover {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm\:hover\:py-80:hover {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:hover\:py-95:hover {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .sm\:hover\:py-96:hover {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sm\:hover\:py-120:hover {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .sm\:hover\:py-190:hover {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .sm\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:hover\:py-0\.5:hover {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .sm\:hover\:py-1\.5:hover {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .sm\:hover\:py-2\.5:hover {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sm\:hover\:py-3\.5:hover {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sm\:hover\:py-30\%:hover {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .sm\:hover\:py-7\.5r:hover {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .sm\:pt-0 {
    padding-top: 0;
  }

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

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

  .sm\:pt-3 {
    padding-top: 0.75rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pt-5 {
    padding-top: 5px;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pt-7 {
    padding-top: 1.75rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:pt-9 {
    padding-top: 2.25rem;
  }

  .sm\:pt-10 {
    padding-top: 10px;
  }

  .sm\:pt-11 {
    padding-top: 2.75rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:pt-14 {
    padding-top: 14px;
  }

  .sm\:pt-16 {
    padding-top: 16px;
  }

  .sm\:pt-20 {
    padding-top: 20px;
  }

  .sm\:pt-24 {
    padding-top: 24px;
  }

  .sm\:pt-28 {
    padding-top: 7rem;
  }

  .sm\:pt-30 {
    padding-top: 30px;
  }

  .sm\:pt-32 {
    padding-top: 8rem;
  }

  .sm\:pt-36 {
    padding-top: 9rem;
  }

  .sm\:pt-40 {
    padding-top: 10rem;
  }

  .sm\:pt-44 {
    padding-top: 11rem;
  }

  .sm\:pt-48 {
    padding-top: 48px;
  }

  .sm\:pt-52 {
    padding-top: 13rem;
  }

  .sm\:pt-56 {
    padding-top: 14rem;
  }

  .sm\:pt-60 {
    padding-top: 60px;
  }

  .sm\:pt-64 {
    padding-top: 16rem;
  }

  .sm\:pt-72 {
    padding-top: 18rem;
  }

  .sm\:pt-80 {
    padding-top: 20rem;
  }

  .sm\:pt-95 {
    padding-top: 95px;
  }

  .sm\:pt-96 {
    padding-top: 24rem;
  }

  .sm\:pt-120 {
    padding-top: 120px;
  }

  .sm\:pt-190 {
    padding-top: 190px;
  }

  .sm\:pt-px {
    padding-top: 1px;
  }

  .sm\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .sm\:pt-1\.5 {
    padding-top: 0.375rem;
  }

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

  .sm\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .sm\:pt-30\% {
    padding-top: 30%;
  }

  .sm\:pt-7\.5r {
    padding-top: 1.875rem;
  }

  .sm\:pr-0 {
    padding-right: 0;
  }

  .sm\:pr-1 {
    padding-right: 0.25rem;
  }

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

  .sm\:pr-3 {
    padding-right: 0.75rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:pr-5 {
    padding-right: 5px;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pr-7 {
    padding-right: 1.75rem;
  }

  .sm\:pr-8 {
    padding-right: 2rem;
  }

  .sm\:pr-9 {
    padding-right: 2.25rem;
  }

  .sm\:pr-10 {
    padding-right: 10px;
  }

  .sm\:pr-11 {
    padding-right: 2.75rem;
  }

  .sm\:pr-12 {
    padding-right: 3rem;
  }

  .sm\:pr-14 {
    padding-right: 14px;
  }

  .sm\:pr-16 {
    padding-right: 16px;
  }

  .sm\:pr-20 {
    padding-right: 20px;
  }

  .sm\:pr-24 {
    padding-right: 24px;
  }

  .sm\:pr-28 {
    padding-right: 7rem;
  }

  .sm\:pr-30 {
    padding-right: 30px;
  }

  .sm\:pr-32 {
    padding-right: 8rem;
  }

  .sm\:pr-36 {
    padding-right: 9rem;
  }

  .sm\:pr-40 {
    padding-right: 10rem;
  }

  .sm\:pr-44 {
    padding-right: 11rem;
  }

  .sm\:pr-48 {
    padding-right: 48px;
  }

  .sm\:pr-52 {
    padding-right: 13rem;
  }

  .sm\:pr-56 {
    padding-right: 14rem;
  }

  .sm\:pr-60 {
    padding-right: 60px;
  }

  .sm\:pr-64 {
    padding-right: 16rem;
  }

  .sm\:pr-72 {
    padding-right: 18rem;
  }

  .sm\:pr-80 {
    padding-right: 20rem;
  }

  .sm\:pr-95 {
    padding-right: 95px;
  }

  .sm\:pr-96 {
    padding-right: 24rem;
  }

  .sm\:pr-120 {
    padding-right: 120px;
  }

  .sm\:pr-190 {
    padding-right: 190px;
  }

  .sm\:pr-px {
    padding-right: 1px;
  }

  .sm\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .sm\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .sm\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .sm\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .sm\:pr-30\% {
    padding-right: 30%;
  }

  .sm\:pr-7\.5r {
    padding-right: 1.875rem;
  }

  .sm\:pb-0 {
    padding-bottom: 0;
  }

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

  .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .sm\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pb-5 {
    padding-bottom: 5px;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .sm\:pb-10 {
    padding-bottom: 10px;
  }

  .sm\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pb-14 {
    padding-bottom: 14px;
  }

  .sm\:pb-16 {
    padding-bottom: 16px;
  }

  .sm\:pb-20 {
    padding-bottom: 20px;
  }

  .sm\:pb-24 {
    padding-bottom: 24px;
  }

  .sm\:pb-28 {
    padding-bottom: 7rem;
  }

  .sm\:pb-30 {
    padding-bottom: 30px;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem;
  }

  .sm\:pb-36 {
    padding-bottom: 9rem;
  }

  .sm\:pb-40 {
    padding-bottom: 10rem;
  }

  .sm\:pb-44 {
    padding-bottom: 11rem;
  }

  .sm\:pb-48 {
    padding-bottom: 48px;
  }

  .sm\:pb-52 {
    padding-bottom: 13rem;
  }

  .sm\:pb-56 {
    padding-bottom: 14rem;
  }

  .sm\:pb-60 {
    padding-bottom: 60px;
  }

  .sm\:pb-64 {
    padding-bottom: 16rem;
  }

  .sm\:pb-72 {
    padding-bottom: 18rem;
  }

  .sm\:pb-80 {
    padding-bottom: 20rem;
  }

  .sm\:pb-95 {
    padding-bottom: 95px;
  }

  .sm\:pb-96 {
    padding-bottom: 24rem;
  }

  .sm\:pb-120 {
    padding-bottom: 120px;
  }

  .sm\:pb-190 {
    padding-bottom: 190px;
  }

  .sm\:pb-px {
    padding-bottom: 1px;
  }

  .sm\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .sm\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .sm\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .sm\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .sm\:pb-30\% {
    padding-bottom: 30%;
  }

  .sm\:pb-7\.5r {
    padding-bottom: 1.875rem;
  }

  .sm\:pl-0 {
    padding-left: 0;
  }

  .sm\:pl-1 {
    padding-left: 0.25rem;
  }

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

  .sm\:pl-3 {
    padding-left: 0.75rem;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

  .sm\:pl-5 {
    padding-left: 5px;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pl-7 {
    padding-left: 1.75rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pl-9 {
    padding-left: 2.25rem;
  }

  .sm\:pl-10 {
    padding-left: 10px;
  }

  .sm\:pl-11 {
    padding-left: 2.75rem;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

  .sm\:pl-14 {
    padding-left: 14px;
  }

  .sm\:pl-16 {
    padding-left: 16px;
  }

  .sm\:pl-20 {
    padding-left: 20px;
  }

  .sm\:pl-24 {
    padding-left: 24px;
  }

  .sm\:pl-28 {
    padding-left: 7rem;
  }

  .sm\:pl-30 {
    padding-left: 30px;
  }

  .sm\:pl-32 {
    padding-left: 8rem;
  }

  .sm\:pl-36 {
    padding-left: 9rem;
  }

  .sm\:pl-40 {
    padding-left: 10rem;
  }

  .sm\:pl-44 {
    padding-left: 11rem;
  }

  .sm\:pl-48 {
    padding-left: 48px;
  }

  .sm\:pl-52 {
    padding-left: 13rem;
  }

  .sm\:pl-56 {
    padding-left: 14rem;
  }

  .sm\:pl-60 {
    padding-left: 60px;
  }

  .sm\:pl-64 {
    padding-left: 16rem;
  }

  .sm\:pl-72 {
    padding-left: 18rem;
  }

  .sm\:pl-80 {
    padding-left: 20rem;
  }

  .sm\:pl-95 {
    padding-left: 95px;
  }

  .sm\:pl-96 {
    padding-left: 24rem;
  }

  .sm\:pl-120 {
    padding-left: 120px;
  }

  .sm\:pl-190 {
    padding-left: 190px;
  }

  .sm\:pl-px {
    padding-left: 1px;
  }

  .sm\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .sm\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .sm\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .sm\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .sm\:pl-30\% {
    padding-left: 30%;
  }

  .sm\:pl-7\.5r {
    padding-left: 1.875rem;
  }

  .sm\:hover\:pt-0:hover {
    padding-top: 0;
  }

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

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

  .sm\:hover\:pt-3:hover {
    padding-top: 0.75rem;
  }

  .sm\:hover\:pt-4:hover {
    padding-top: 1rem;
  }

  .sm\:hover\:pt-5:hover {
    padding-top: 5px;
  }

  .sm\:hover\:pt-6:hover {
    padding-top: 1.5rem;
  }

  .sm\:hover\:pt-7:hover {
    padding-top: 1.75rem;
  }

  .sm\:hover\:pt-8:hover {
    padding-top: 2rem;
  }

  .sm\:hover\:pt-9:hover {
    padding-top: 2.25rem;
  }

  .sm\:hover\:pt-10:hover {
    padding-top: 10px;
  }

  .sm\:hover\:pt-11:hover {
    padding-top: 2.75rem;
  }

  .sm\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .sm\:hover\:pt-14:hover {
    padding-top: 14px;
  }

  .sm\:hover\:pt-16:hover {
    padding-top: 16px;
  }

  .sm\:hover\:pt-20:hover {
    padding-top: 20px;
  }

  .sm\:hover\:pt-24:hover {
    padding-top: 24px;
  }

  .sm\:hover\:pt-28:hover {
    padding-top: 7rem;
  }

  .sm\:hover\:pt-30:hover {
    padding-top: 30px;
  }

  .sm\:hover\:pt-32:hover {
    padding-top: 8rem;
  }

  .sm\:hover\:pt-36:hover {
    padding-top: 9rem;
  }

  .sm\:hover\:pt-40:hover {
    padding-top: 10rem;
  }

  .sm\:hover\:pt-44:hover {
    padding-top: 11rem;
  }

  .sm\:hover\:pt-48:hover {
    padding-top: 48px;
  }

  .sm\:hover\:pt-52:hover {
    padding-top: 13rem;
  }

  .sm\:hover\:pt-56:hover {
    padding-top: 14rem;
  }

  .sm\:hover\:pt-60:hover {
    padding-top: 60px;
  }

  .sm\:hover\:pt-64:hover {
    padding-top: 16rem;
  }

  .sm\:hover\:pt-72:hover {
    padding-top: 18rem;
  }

  .sm\:hover\:pt-80:hover {
    padding-top: 20rem;
  }

  .sm\:hover\:pt-95:hover {
    padding-top: 95px;
  }

  .sm\:hover\:pt-96:hover {
    padding-top: 24rem;
  }

  .sm\:hover\:pt-120:hover {
    padding-top: 120px;
  }

  .sm\:hover\:pt-190:hover {
    padding-top: 190px;
  }

  .sm\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .sm\:hover\:pt-0\.5:hover {
    padding-top: 0.125rem;
  }

  .sm\:hover\:pt-1\.5:hover {
    padding-top: 0.375rem;
  }

  .sm\:hover\:pt-2\.5:hover {
    padding-top: 0.625rem;
  }

  .sm\:hover\:pt-3\.5:hover {
    padding-top: 0.875rem;
  }

  .sm\:hover\:pt-30\%:hover {
    padding-top: 30%;
  }

  .sm\:hover\:pt-7\.5r:hover {
    padding-top: 1.875rem;
  }

  .sm\:hover\:pr-0:hover {
    padding-right: 0;
  }

  .sm\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

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

  .sm\:hover\:pr-3:hover {
    padding-right: 0.75rem;
  }

  .sm\:hover\:pr-4:hover {
    padding-right: 1rem;
  }

  .sm\:hover\:pr-5:hover {
    padding-right: 5px;
  }

  .sm\:hover\:pr-6:hover {
    padding-right: 1.5rem;
  }

  .sm\:hover\:pr-7:hover {
    padding-right: 1.75rem;
  }

  .sm\:hover\:pr-8:hover {
    padding-right: 2rem;
  }

  .sm\:hover\:pr-9:hover {
    padding-right: 2.25rem;
  }

  .sm\:hover\:pr-10:hover {
    padding-right: 10px;
  }

  .sm\:hover\:pr-11:hover {
    padding-right: 2.75rem;
  }

  .sm\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .sm\:hover\:pr-14:hover {
    padding-right: 14px;
  }

  .sm\:hover\:pr-16:hover {
    padding-right: 16px;
  }

  .sm\:hover\:pr-20:hover {
    padding-right: 20px;
  }

  .sm\:hover\:pr-24:hover {
    padding-right: 24px;
  }

  .sm\:hover\:pr-28:hover {
    padding-right: 7rem;
  }

  .sm\:hover\:pr-30:hover {
    padding-right: 30px;
  }

  .sm\:hover\:pr-32:hover {
    padding-right: 8rem;
  }

  .sm\:hover\:pr-36:hover {
    padding-right: 9rem;
  }

  .sm\:hover\:pr-40:hover {
    padding-right: 10rem;
  }

  .sm\:hover\:pr-44:hover {
    padding-right: 11rem;
  }

  .sm\:hover\:pr-48:hover {
    padding-right: 48px;
  }

  .sm\:hover\:pr-52:hover {
    padding-right: 13rem;
  }

  .sm\:hover\:pr-56:hover {
    padding-right: 14rem;
  }

  .sm\:hover\:pr-60:hover {
    padding-right: 60px;
  }

  .sm\:hover\:pr-64:hover {
    padding-right: 16rem;
  }

  .sm\:hover\:pr-72:hover {
    padding-right: 18rem;
  }

  .sm\:hover\:pr-80:hover {
    padding-right: 20rem;
  }

  .sm\:hover\:pr-95:hover {
    padding-right: 95px;
  }

  .sm\:hover\:pr-96:hover {
    padding-right: 24rem;
  }

  .sm\:hover\:pr-120:hover {
    padding-right: 120px;
  }

  .sm\:hover\:pr-190:hover {
    padding-right: 190px;
  }

  .sm\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .sm\:hover\:pr-0\.5:hover {
    padding-right: 0.125rem;
  }

  .sm\:hover\:pr-1\.5:hover {
    padding-right: 0.375rem;
  }

  .sm\:hover\:pr-2\.5:hover {
    padding-right: 0.625rem;
  }

  .sm\:hover\:pr-3\.5:hover {
    padding-right: 0.875rem;
  }

  .sm\:hover\:pr-30\%:hover {
    padding-right: 30%;
  }

  .sm\:hover\:pr-7\.5r:hover {
    padding-right: 1.875rem;
  }

  .sm\:hover\:pb-0:hover {
    padding-bottom: 0;
  }

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

  .sm\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .sm\:hover\:pb-3:hover {
    padding-bottom: 0.75rem;
  }

  .sm\:hover\:pb-4:hover {
    padding-bottom: 1rem;
  }

  .sm\:hover\:pb-5:hover {
    padding-bottom: 5px;
  }

  .sm\:hover\:pb-6:hover {
    padding-bottom: 1.5rem;
  }

  .sm\:hover\:pb-7:hover {
    padding-bottom: 1.75rem;
  }

  .sm\:hover\:pb-8:hover {
    padding-bottom: 2rem;
  }

  .sm\:hover\:pb-9:hover {
    padding-bottom: 2.25rem;
  }

  .sm\:hover\:pb-10:hover {
    padding-bottom: 10px;
  }

  .sm\:hover\:pb-11:hover {
    padding-bottom: 2.75rem;
  }

  .sm\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .sm\:hover\:pb-14:hover {
    padding-bottom: 14px;
  }

  .sm\:hover\:pb-16:hover {
    padding-bottom: 16px;
  }

  .sm\:hover\:pb-20:hover {
    padding-bottom: 20px;
  }

  .sm\:hover\:pb-24:hover {
    padding-bottom: 24px;
  }

  .sm\:hover\:pb-28:hover {
    padding-bottom: 7rem;
  }

  .sm\:hover\:pb-30:hover {
    padding-bottom: 30px;
  }

  .sm\:hover\:pb-32:hover {
    padding-bottom: 8rem;
  }

  .sm\:hover\:pb-36:hover {
    padding-bottom: 9rem;
  }

  .sm\:hover\:pb-40:hover {
    padding-bottom: 10rem;
  }

  .sm\:hover\:pb-44:hover {
    padding-bottom: 11rem;
  }

  .sm\:hover\:pb-48:hover {
    padding-bottom: 48px;
  }

  .sm\:hover\:pb-52:hover {
    padding-bottom: 13rem;
  }

  .sm\:hover\:pb-56:hover {
    padding-bottom: 14rem;
  }

  .sm\:hover\:pb-60:hover {
    padding-bottom: 60px;
  }

  .sm\:hover\:pb-64:hover {
    padding-bottom: 16rem;
  }

  .sm\:hover\:pb-72:hover {
    padding-bottom: 18rem;
  }

  .sm\:hover\:pb-80:hover {
    padding-bottom: 20rem;
  }

  .sm\:hover\:pb-95:hover {
    padding-bottom: 95px;
  }

  .sm\:hover\:pb-96:hover {
    padding-bottom: 24rem;
  }

  .sm\:hover\:pb-120:hover {
    padding-bottom: 120px;
  }

  .sm\:hover\:pb-190:hover {
    padding-bottom: 190px;
  }

  .sm\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .sm\:hover\:pb-0\.5:hover {
    padding-bottom: 0.125rem;
  }

  .sm\:hover\:pb-1\.5:hover {
    padding-bottom: 0.375rem;
  }

  .sm\:hover\:pb-2\.5:hover {
    padding-bottom: 0.625rem;
  }

  .sm\:hover\:pb-3\.5:hover {
    padding-bottom: 0.875rem;
  }

  .sm\:hover\:pb-30\%:hover {
    padding-bottom: 30%;
  }

  .sm\:hover\:pb-7\.5r:hover {
    padding-bottom: 1.875rem;
  }

  .sm\:hover\:pl-0:hover {
    padding-left: 0;
  }

  .sm\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

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

  .sm\:hover\:pl-3:hover {
    padding-left: 0.75rem;
  }

  .sm\:hover\:pl-4:hover {
    padding-left: 1rem;
  }

  .sm\:hover\:pl-5:hover {
    padding-left: 5px;
  }

  .sm\:hover\:pl-6:hover {
    padding-left: 1.5rem;
  }

  .sm\:hover\:pl-7:hover {
    padding-left: 1.75rem;
  }

  .sm\:hover\:pl-8:hover {
    padding-left: 2rem;
  }

  .sm\:hover\:pl-9:hover {
    padding-left: 2.25rem;
  }

  .sm\:hover\:pl-10:hover {
    padding-left: 10px;
  }

  .sm\:hover\:pl-11:hover {
    padding-left: 2.75rem;
  }

  .sm\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .sm\:hover\:pl-14:hover {
    padding-left: 14px;
  }

  .sm\:hover\:pl-16:hover {
    padding-left: 16px;
  }

  .sm\:hover\:pl-20:hover {
    padding-left: 20px;
  }

  .sm\:hover\:pl-24:hover {
    padding-left: 24px;
  }

  .sm\:hover\:pl-28:hover {
    padding-left: 7rem;
  }

  .sm\:hover\:pl-30:hover {
    padding-left: 30px;
  }

  .sm\:hover\:pl-32:hover {
    padding-left: 8rem;
  }

  .sm\:hover\:pl-36:hover {
    padding-left: 9rem;
  }

  .sm\:hover\:pl-40:hover {
    padding-left: 10rem;
  }

  .sm\:hover\:pl-44:hover {
    padding-left: 11rem;
  }

  .sm\:hover\:pl-48:hover {
    padding-left: 48px;
  }

  .sm\:hover\:pl-52:hover {
    padding-left: 13rem;
  }

  .sm\:hover\:pl-56:hover {
    padding-left: 14rem;
  }

  .sm\:hover\:pl-60:hover {
    padding-left: 60px;
  }

  .sm\:hover\:pl-64:hover {
    padding-left: 16rem;
  }

  .sm\:hover\:pl-72:hover {
    padding-left: 18rem;
  }

  .sm\:hover\:pl-80:hover {
    padding-left: 20rem;
  }

  .sm\:hover\:pl-95:hover {
    padding-left: 95px;
  }

  .sm\:hover\:pl-96:hover {
    padding-left: 24rem;
  }

  .sm\:hover\:pl-120:hover {
    padding-left: 120px;
  }

  .sm\:hover\:pl-190:hover {
    padding-left: 190px;
  }

  .sm\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .sm\:hover\:pl-0\.5:hover {
    padding-left: 0.125rem;
  }

  .sm\:hover\:pl-1\.5:hover {
    padding-left: 0.375rem;
  }

  .sm\:hover\:pl-2\.5:hover {
    padding-left: 0.625rem;
  }

  .sm\:hover\:pl-3\.5:hover {
    padding-left: 0.875rem;
  }

  .sm\:hover\:pl-30\%:hover {
    padding-left: 30%;
  }

  .sm\:hover\:pl-7\.5r:hover {
    padding-left: 1.875rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-justify {
    text-align: justify;
  }

  .sm\:align-baseline {
    vertical-align: baseline;
  }

  .sm\:align-top {
    vertical-align: top;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:align-bottom {
    vertical-align: bottom;
  }

  .sm\:align-text-top {
    vertical-align: text-top;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm\:font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .sm\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sm\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .sm\:font-display {
    font-family: Kanit, serif;
  }

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

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

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

  .sm\:text-lg {
    font-size: 1.25rem;
  }

  .sm\:text-xl {
    font-size: 1.75rem;
  }

  .sm\:text-2xl {
    font-size: 2.25rem;
  }

  .sm\:text-3xl {
    font-size: 3rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .sm\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .sm\:text-3xs {
    font-size: 0.25rem;
  }

  .sm\:text-2xs {
    font-size: 0.5rem;
  }

  .sm\:text-1xs {
    font-size: 0.67rem;
  }

  .sm\:font-thin {
    font-weight: 100;
  }

  .sm\:font-extralight {
    font-weight: 200;
  }

  .sm\:font-light {
    font-weight: 300;
  }

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

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

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

  .sm\:font-bold {
    font-weight: 500;
  }

  .sm\:font-extrabold {
    font-weight: 800;
  }

  .sm\:font-black {
    font-weight: 900;
  }

  .sm\:hover\:font-thin:hover {
    font-weight: 100;
  }

  .sm\:hover\:font-extralight:hover {
    font-weight: 200;
  }

  .sm\:hover\:font-light:hover {
    font-weight: 300;
  }

  .sm\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .sm\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .sm\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .sm\:hover\:font-bold:hover {
    font-weight: 500;
  }

  .sm\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .sm\:hover\:font-black:hover {
    font-weight: 900;
  }

  .sm\:focus\:font-thin:focus {
    font-weight: 100;
  }

  .sm\:focus\:font-extralight:focus {
    font-weight: 200;
  }

  .sm\:focus\:font-light:focus {
    font-weight: 300;
  }

  .sm\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .sm\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .sm\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .sm\:focus\:font-bold:focus {
    font-weight: 500;
  }

  .sm\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .sm\:focus\:font-black:focus {
    font-weight: 900;
  }

  .sm\:uppercase {
    text-transform: uppercase;
  }

  .sm\:lowercase {
    text-transform: lowercase;
  }

  .sm\:capitalize {
    text-transform: capitalize;
  }

  .sm\:normal-case {
    text-transform: none;
  }

  .sm\:italic {
    font-style: italic;
  }

  .sm\:not-italic {
    font-style: normal;
  }

  .sm\:ordinal, .sm\:slashed-zero, .sm\:lining-nums, .sm\:oldstyle-nums, .sm\:proportional-nums, .sm\:tabular-nums, .sm\:diagonal-fractions, .sm\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .sm\:normal-nums {
    font-feature-settings: normal;
    font-variant-numeric: normal;
  }

  .sm\:ordinal {
    --tw-ordinal: ordinal;
  }

  .sm\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .sm\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .sm\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .sm\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .sm\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .sm\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .sm\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .sm\:leading-3 {
    line-height: .75rem;
  }

  .sm\:leading-4 {
    line-height: 1rem;
  }

  .sm\:leading-5 {
    line-height: 1.25rem;
  }

  .sm\:leading-6 {
    line-height: 1.5rem;
  }

  .sm\:leading-7 {
    line-height: 1.75rem;
  }

  .sm\:leading-8 {
    line-height: 2rem;
  }

  .sm\:leading-9 {
    line-height: 2.25rem;
  }

  .sm\:leading-10 {
    line-height: 2.5rem;
  }

  .sm\:leading-none {
    line-height: 1;
  }

  .sm\:leading-tight {
    line-height: 1.25;
  }

  .sm\:leading-snug {
    line-height: 1.375;
  }

  .sm\:leading-normal {
    line-height: 1.5;
  }

  .sm\:leading-relaxed {
    line-height: 1.625;
  }

  .sm\:leading-loose {
    line-height: 2;
  }

  .sm\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .sm\:tracking-normal {
    letter-spacing: 0em;
  }

  .sm\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .sm\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .sm\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .sm\:text-transparent {
    color: transparent;
  }

  .sm\:text-current {
    color: currentColor;
  }

  .sm\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .sm\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .sm\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .sm\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .sm\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .sm\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .sm\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .sm\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .sm\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .sm\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .sm\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .sm\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .sm\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .sm\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .sm\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .sm\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .sm\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .sm\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .sm\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .sm\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .sm\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .sm\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .sm\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .sm\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .sm\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .sm\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .sm\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .sm\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .sm\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .sm\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .sm\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .sm\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .sm\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .sm\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .sm\:text-primary-color {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .sm\:text-primary-color-dark {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .sm\:text-secondary-color {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .sm\:text-custom-gray-sm {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .sm\:text-custom-gray-sm2 {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .sm\:text-custom-gray-md {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .sm\:text-custom-navy-dark {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .sm\:text-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .sm\:text-primary {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .sm\:text-secondary-1 {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .sm\:text-secondary-2 {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .sm\:text-secondary-3 {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .sm\:text-secondary {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .sm\:text-secondary-dark {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .sm\:text-secondary-light {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .sm\:text-grayCustom-1 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .sm\:text-grayCustom-2 {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .sm\:text-grayCustom-3 {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .sm\:text-grayCustom-800 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .sm\:text-grayCustom {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .sm\:text-grayCustom-dark {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .sm\:text-grayCustom-light {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .sm\:text-grayCustom-hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .sm\:text-error {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .sm\:text-error-light {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .sm\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .sm\:text-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .sm\:text-success {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .sm\:text-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .sm\:text-status-open {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:text-status-waiting_payment {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .sm\:text-status-completed {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .sm\:text-status-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .sm\:text-status-waiting_verify {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .sm\:text-status-closed {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .sm\:text-policyStatus-issuing {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:text-policyStatus-waiting_inspection {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .sm\:text-policyStatus-success {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .sm\:text-policyStatus-failed_inspection {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .sm\:text-policyStatus-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .sm\:text-policyStatus-waiting_policy {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .sm\:text-policyStatus-cancel {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .sm\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .sm\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-primary-color {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-primary-color-dark {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-secondary-color {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-custom-gray-sm {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-custom-gray-sm2 {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-custom-gray-md {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-custom-navy-dark {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-primary {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-secondary-1 {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-secondary-2 {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-secondary-3 {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-secondary {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-secondary-dark {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-secondary-light {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-grayCustom-1 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-grayCustom-2 {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-grayCustom-3 {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-grayCustom-800 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-grayCustom {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-grayCustom-dark {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-grayCustom-light {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-grayCustom-hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-error {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-error-light {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-success {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-status-open {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-status-waiting_payment {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-status-completed {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-status-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-status-waiting_verify {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-status-closed {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-policyStatus-issuing {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-policyStatus-waiting_inspection {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-policyStatus-success {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-policyStatus-failed_inspection {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-policyStatus-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-policyStatus-waiting_policy {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-policyStatus-cancel {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-transparent[focus-within] {
    color: transparent;
  }

  .sm\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .sm\:focus-within\:text-current[focus-within] {
    color: currentColor;
  }

  .sm\:focus-within\:text-current:focus-within {
    color: currentColor;
  }

  .sm\:focus-within\:text-black[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-white[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-primary-color[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-primary-color:focus-within {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-primary-color-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-primary-color-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-secondary-color[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-secondary-color:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-custom-gray-sm[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-custom-gray-sm:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-custom-gray-sm2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-custom-gray-sm2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-custom-gray-md[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-custom-gray-md:focus-within {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-custom-navy-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-custom-navy-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-dark-blue[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-dark-blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-primary[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-primary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-secondary-1[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-secondary-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-secondary-2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-secondary-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-secondary-3[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-secondary-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-secondary[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-secondary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-secondary-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-secondary-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-secondary-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-secondary-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-grayCustom-1[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-grayCustom-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-grayCustom-2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-grayCustom-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-grayCustom-3[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-grayCustom-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-grayCustom-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-grayCustom-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-grayCustom[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-grayCustom:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-grayCustom-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-grayCustom-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-grayCustom-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-grayCustom-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-grayCustom-hover[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-grayCustom-hover:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-error[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-error:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-error-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-error-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-warning[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-warning:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-warning-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-warning-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-success[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-success-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-success-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-status-open[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-status-open:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-status-waiting_payment[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-status-waiting_payment:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-status-completed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-status-completed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-status-failed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-status-failed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-status-waiting_verify[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-status-waiting_verify:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-status-closed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-status-closed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-policyStatus-issuing[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-policyStatus-issuing:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-policyStatus-waiting_inspection[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-policyStatus-waiting_inspection:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-policyStatus-success[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-policyStatus-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-policyStatus-failed_inspection[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-policyStatus-failed_inspection:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-policyStatus-failed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-policyStatus-failed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-policyStatus-waiting_policy[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-policyStatus-waiting_policy:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-policyStatus-cancel[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-policyStatus-cancel:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent;
  }

  .sm\:hover\:text-current:hover {
    color: currentColor;
  }

  .sm\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .sm\:hover\:text-primary-color:hover {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .sm\:hover\:text-primary-color-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .sm\:hover\:text-secondary-color:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .sm\:hover\:text-custom-gray-sm:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .sm\:hover\:text-custom-gray-sm2:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .sm\:hover\:text-custom-gray-md:hover {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .sm\:hover\:text-custom-navy-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .sm\:hover\:text-dark-blue:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .sm\:hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .sm\:hover\:text-secondary-1:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .sm\:hover\:text-secondary-2:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .sm\:hover\:text-secondary-3:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .sm\:hover\:text-secondary:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .sm\:hover\:text-secondary-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .sm\:hover\:text-secondary-light:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .sm\:hover\:text-grayCustom-1:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .sm\:hover\:text-grayCustom-2:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .sm\:hover\:text-grayCustom-3:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .sm\:hover\:text-grayCustom-800:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .sm\:hover\:text-grayCustom:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .sm\:hover\:text-grayCustom-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .sm\:hover\:text-grayCustom-light:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .sm\:hover\:text-grayCustom-hover:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .sm\:hover\:text-error:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .sm\:hover\:text-error-light:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .sm\:hover\:text-warning:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .sm\:hover\:text-warning-light:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .sm\:hover\:text-success:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .sm\:hover\:text-success-light:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .sm\:hover\:text-status-open:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-status-waiting_payment:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .sm\:hover\:text-status-completed:hover {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .sm\:hover\:text-status-failed:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .sm\:hover\:text-status-waiting_verify:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .sm\:hover\:text-status-closed:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .sm\:hover\:text-policyStatus-issuing:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-policyStatus-waiting_inspection:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .sm\:hover\:text-policyStatus-success:hover {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .sm\:hover\:text-policyStatus-failed_inspection:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .sm\:hover\:text-policyStatus-failed:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .sm\:hover\:text-policyStatus-waiting_policy:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .sm\:hover\:text-policyStatus-cancel:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .sm\:focus\:text-transparent:focus {
    color: transparent;
  }

  .sm\:focus\:text-current:focus {
    color: currentColor;
  }

  .sm\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .sm\:focus\:text-primary-color:focus {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .sm\:focus\:text-primary-color-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .sm\:focus\:text-secondary-color:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .sm\:focus\:text-custom-gray-sm:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .sm\:focus\:text-custom-gray-sm2:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .sm\:focus\:text-custom-gray-md:focus {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .sm\:focus\:text-custom-navy-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .sm\:focus\:text-dark-blue:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .sm\:focus\:text-primary:focus {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .sm\:focus\:text-secondary-1:focus {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .sm\:focus\:text-secondary-2:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .sm\:focus\:text-secondary-3:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .sm\:focus\:text-secondary:focus {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .sm\:focus\:text-secondary-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .sm\:focus\:text-secondary-light:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .sm\:focus\:text-grayCustom-1:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .sm\:focus\:text-grayCustom-2:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .sm\:focus\:text-grayCustom-3:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .sm\:focus\:text-grayCustom-800:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .sm\:focus\:text-grayCustom:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .sm\:focus\:text-grayCustom-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .sm\:focus\:text-grayCustom-light:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .sm\:focus\:text-grayCustom-hover:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .sm\:focus\:text-error:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .sm\:focus\:text-error-light:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .sm\:focus\:text-warning:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .sm\:focus\:text-warning-light:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .sm\:focus\:text-success:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .sm\:focus\:text-success-light:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .sm\:focus\:text-status-open:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-status-waiting_payment:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .sm\:focus\:text-status-completed:focus {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .sm\:focus\:text-status-failed:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .sm\:focus\:text-status-waiting_verify:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .sm\:focus\:text-status-closed:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .sm\:focus\:text-policyStatus-issuing:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-policyStatus-waiting_inspection:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .sm\:focus\:text-policyStatus-success:focus {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .sm\:focus\:text-policyStatus-failed_inspection:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .sm\:focus\:text-policyStatus-failed:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .sm\:focus\:text-policyStatus-waiting_policy:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .sm\:focus\:text-policyStatus-cancel:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .sm\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .sm\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .sm\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .sm\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .sm\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .sm\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .sm\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .sm\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .sm\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .sm\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .sm\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .sm\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .sm\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .sm\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .sm\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .sm\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .sm\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .sm\:focus-within\:text-opacity-0[focus-within] {
    --tw-text-opacity: 0;
  }

  .sm\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .sm\:focus-within\:text-opacity-5[focus-within] {
    --tw-text-opacity: 0.05;
  }

  .sm\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .sm\:focus-within\:text-opacity-10[focus-within] {
    --tw-text-opacity: 0.1;
  }

  .sm\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .sm\:focus-within\:text-opacity-20[focus-within] {
    --tw-text-opacity: 0.2;
  }

  .sm\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .sm\:focus-within\:text-opacity-25[focus-within] {
    --tw-text-opacity: 0.25;
  }

  .sm\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .sm\:focus-within\:text-opacity-30[focus-within] {
    --tw-text-opacity: 0.3;
  }

  .sm\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .sm\:focus-within\:text-opacity-40[focus-within] {
    --tw-text-opacity: 0.4;
  }

  .sm\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .sm\:focus-within\:text-opacity-50[focus-within] {
    --tw-text-opacity: 0.5;
  }

  .sm\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .sm\:focus-within\:text-opacity-60[focus-within] {
    --tw-text-opacity: 0.6;
  }

  .sm\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .sm\:focus-within\:text-opacity-70[focus-within] {
    --tw-text-opacity: 0.7;
  }

  .sm\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .sm\:focus-within\:text-opacity-75[focus-within] {
    --tw-text-opacity: 0.75;
  }

  .sm\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .sm\:focus-within\:text-opacity-80[focus-within] {
    --tw-text-opacity: 0.8;
  }

  .sm\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .sm\:focus-within\:text-opacity-90[focus-within] {
    --tw-text-opacity: 0.9;
  }

  .sm\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .sm\:focus-within\:text-opacity-95[focus-within] {
    --tw-text-opacity: 0.95;
  }

  .sm\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .sm\:focus-within\:text-opacity-100[focus-within] {
    --tw-text-opacity: 1;
  }

  .sm\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .sm\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .sm\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .sm\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .sm\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .sm\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .sm\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .sm\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .sm\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .sm\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .sm\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .sm\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .sm\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .sm\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .sm\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .sm\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .sm\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .sm\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .sm\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .sm\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .sm\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .sm\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .sm\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .sm\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .sm\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .sm\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .sm\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .sm\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .sm\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .sm\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .sm\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .sm\:underline {
    text-decoration: underline;
  }

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

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

  .group:hover .sm\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .sm\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .sm\:group-hover\:no-underline {
    text-decoration: none;
  }

  .sm\:focus-within\:underline[focus-within] {
    text-decoration: underline;
  }

  .sm\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .sm\:focus-within\:line-through[focus-within] {
    text-decoration: line-through;
  }

  .sm\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .sm\:focus-within\:no-underline[focus-within] {
    text-decoration: none;
  }

  .sm\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .sm\:hover\:underline:hover {
    text-decoration: underline;
  }

  .sm\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .sm\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .sm\:focus\:underline:focus {
    text-decoration: underline;
  }

  .sm\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .sm\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .sm\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .sm\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .sm\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .sm\:placeholder-current::placeholder {
    color: currentColor;
  }

  .sm\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-primary-color::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-primary-color::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-primary-color-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-primary-color-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-secondary-color::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-secondary-color::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-custom-gray-sm::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-custom-gray-sm::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-custom-gray-sm2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-custom-gray-sm2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-custom-gray-md::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-custom-gray-md::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-custom-navy-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-custom-navy-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-dark-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-dark-blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-primary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-secondary-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-secondary-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-secondary-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-secondary-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-secondary-3::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-secondary-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-secondary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-secondary-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-secondary-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-secondary-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-secondary-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grayCustom-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grayCustom-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grayCustom-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grayCustom-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grayCustom-3::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grayCustom-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grayCustom-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grayCustom-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grayCustom::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grayCustom::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grayCustom-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grayCustom-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grayCustom-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grayCustom-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grayCustom-hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grayCustom-hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-error::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-error::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-error-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-error-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warning::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warning::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warning-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warning-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-success-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-success-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-status-open::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-status-open::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-status-waiting_payment::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-status-waiting_payment::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-status-completed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-status-completed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-status-failed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-status-failed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-status-waiting_verify::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-status-waiting_verify::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-status-closed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-status-closed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-policyStatus-issuing::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-policyStatus-issuing::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-policyStatus-waiting_inspection::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-policyStatus-waiting_inspection::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-policyStatus-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-policyStatus-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-policyStatus-failed_inspection::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-policyStatus-failed_inspection::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-policyStatus-failed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-policyStatus-failed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-policyStatus-waiting_policy::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-policyStatus-waiting_policy::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-policyStatus-cancel::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-policyStatus-cancel::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .sm\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .sm\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-primary-color:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-primary-color:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-primary-color-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-primary-color-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-secondary-color:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-secondary-color:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-custom-gray-sm:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-custom-gray-sm:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-custom-gray-sm2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-custom-gray-sm2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-custom-gray-md:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-custom-gray-md:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-custom-navy-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-custom-navy-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-dark-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-dark-blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-primary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-secondary-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-secondary-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-secondary-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-secondary-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-secondary-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-secondary-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-secondary-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-secondary-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-secondary-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-secondary-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grayCustom-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grayCustom-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grayCustom-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grayCustom-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grayCustom-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grayCustom-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grayCustom-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grayCustom-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grayCustom:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grayCustom:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grayCustom-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grayCustom-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grayCustom-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grayCustom-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grayCustom-hover:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grayCustom-hover:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-error:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-error:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-error-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-error-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warning:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warning:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warning-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warning-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-success-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-success-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-status-open:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-status-open:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-status-waiting_payment:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-status-waiting_payment:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-status-completed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-status-completed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-status-failed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-status-failed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-status-waiting_verify:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-status-waiting_verify:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-status-closed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-status-closed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-policyStatus-issuing:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-policyStatus-issuing:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-policyStatus-waiting_inspection:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-policyStatus-waiting_inspection:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-policyStatus-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-policyStatus-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-policyStatus-failed_inspection:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-policyStatus-failed_inspection:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-policyStatus-failed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-policyStatus-failed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-policyStatus-waiting_policy:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-policyStatus-waiting_policy:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-policyStatus-cancel:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-policyStatus-cancel:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:opacity-0 {
    opacity: 0;
  }

  .sm\:opacity-5 {
    opacity: 0.05;
  }

  .sm\:opacity-10 {
    opacity: 0.1;
  }

  .sm\:opacity-20 {
    opacity: 0.2;
  }

  .sm\:opacity-25 {
    opacity: 0.25;
  }

  .sm\:opacity-30 {
    opacity: 0.3;
  }

  .sm\:opacity-40 {
    opacity: 0.4;
  }

  .sm\:opacity-50 {
    opacity: 0.5;
  }

  .sm\:opacity-60 {
    opacity: 0.6;
  }

  .sm\:opacity-70 {
    opacity: 0.7;
  }

  .sm\:opacity-75 {
    opacity: 0.75;
  }

  .sm\:opacity-80 {
    opacity: 0.8;
  }

  .sm\:opacity-90 {
    opacity: 0.9;
  }

  .sm\:opacity-95 {
    opacity: 0.95;
  }

  .sm\:opacity-100 {
    opacity: 1;
  }

  .group:hover .sm\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .sm\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .sm\:focus-within\:opacity-0[focus-within] {
    opacity: 0;
  }

  .sm\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .sm\:focus-within\:opacity-5[focus-within] {
    opacity: 0.05;
  }

  .sm\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .sm\:focus-within\:opacity-10[focus-within] {
    opacity: 0.1;
  }

  .sm\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .sm\:focus-within\:opacity-20[focus-within] {
    opacity: 0.2;
  }

  .sm\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .sm\:focus-within\:opacity-25[focus-within] {
    opacity: 0.25;
  }

  .sm\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .sm\:focus-within\:opacity-30[focus-within] {
    opacity: 0.3;
  }

  .sm\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .sm\:focus-within\:opacity-40[focus-within] {
    opacity: 0.4;
  }

  .sm\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .sm\:focus-within\:opacity-50[focus-within] {
    opacity: 0.5;
  }

  .sm\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .sm\:focus-within\:opacity-60[focus-within] {
    opacity: 0.6;
  }

  .sm\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .sm\:focus-within\:opacity-70[focus-within] {
    opacity: 0.7;
  }

  .sm\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .sm\:focus-within\:opacity-75[focus-within] {
    opacity: 0.75;
  }

  .sm\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .sm\:focus-within\:opacity-80[focus-within] {
    opacity: 0.8;
  }

  .sm\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .sm\:focus-within\:opacity-90[focus-within] {
    opacity: 0.9;
  }

  .sm\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .sm\:focus-within\:opacity-95[focus-within] {
    opacity: 0.95;
  }

  .sm\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .sm\:focus-within\:opacity-100[focus-within] {
    opacity: 1;
  }

  .sm\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .sm\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .sm\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .sm\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .sm\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .sm\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .sm\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .sm\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .sm\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .sm\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .sm\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .sm\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .sm\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .sm\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .sm\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .sm\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .sm\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .sm\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .sm\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .sm\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .sm\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .sm\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .sm\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .sm\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .sm\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .sm\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .sm\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .sm\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .sm\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .sm\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .sm\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .sm\:disabled\:opacity-0:disabled {
    opacity: 0;
  }

  .sm\:disabled\:opacity-5:disabled {
    opacity: 0.05;
  }

  .sm\:disabled\:opacity-10:disabled {
    opacity: 0.1;
  }

  .sm\:disabled\:opacity-20:disabled {
    opacity: 0.2;
  }

  .sm\:disabled\:opacity-25:disabled {
    opacity: 0.25;
  }

  .sm\:disabled\:opacity-30:disabled {
    opacity: 0.3;
  }

  .sm\:disabled\:opacity-40:disabled {
    opacity: 0.4;
  }

  .sm\:disabled\:opacity-50:disabled {
    opacity: 0.5;
  }

  .sm\:disabled\:opacity-60:disabled {
    opacity: 0.6;
  }

  .sm\:disabled\:opacity-70:disabled {
    opacity: 0.7;
  }

  .sm\:disabled\:opacity-75:disabled {
    opacity: 0.75;
  }

  .sm\:disabled\:opacity-80:disabled {
    opacity: 0.8;
  }

  .sm\:disabled\:opacity-90:disabled {
    opacity: 0.9;
  }

  .sm\:disabled\:opacity-95:disabled {
    opacity: 0.95;
  }

  .sm\:disabled\:opacity-100:disabled {
    opacity: 1;
  }

  .sm\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .sm\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .sm\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .sm\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .sm\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .sm\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .sm\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .sm\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .sm\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .sm\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .sm\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .sm\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .sm\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .sm\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .sm\:bg-blend-color {
    background-blend-mode: color;
  }

  .sm\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .sm\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .sm\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .sm\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .sm\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .sm\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .sm\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .sm\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .sm\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .sm\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .sm\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .sm\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .sm\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .sm\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .sm\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .sm\:mix-blend-color {
    mix-blend-mode: color;
  }

  .sm\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .sm\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:shadow-none {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:shadow-button {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:shadow-button-hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:shadow-secondary-tag {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:shadow-gray {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-none {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-button {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-button-hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-secondary-tag {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-gray {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-sm[focus-within] {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow[focus-within] {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-md[focus-within] {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-lg[focus-within] {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-xl[focus-within] {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-2xl[focus-within] {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-inner[focus-within] {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-none[focus-within] {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-button[focus-within] {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-button:focus-within {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-button-hover[focus-within] {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-button-hover:focus-within {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-secondary-tag[focus-within] {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-secondary-tag:focus-within {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-gray[focus-within] {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-gray:focus-within {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:hover\:shadow-button:hover {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:hover\:shadow-button-hover:hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:hover\:shadow-secondary-tag:hover {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:hover\:shadow-gray:hover {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:focus\:shadow-button:focus {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:focus\:shadow-button-hover:focus {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:focus\:shadow-secondary-tag:focus {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:focus\:shadow-gray:focus {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .sm\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:focus-within\:outline-none[focus-within] {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:focus-within\:outline-white[focus-within] {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:focus-within\:outline-black[focus-within] {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .sm\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .sm\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .sm\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .sm\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .sm\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .sm\:focus-within\:ring-0[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .sm\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .sm\:focus-within\:ring-1[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .sm\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .sm\:focus-within\:ring-2[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .sm\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .sm\:focus-within\:ring-4[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .sm\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .sm\:focus-within\:ring-8[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .sm\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .sm\:focus-within\:ring[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .sm\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .sm\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .sm\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .sm\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .sm\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .sm\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .sm\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .sm\:ring-inset {
    --tw-ring-inset: inset;
  }

  .sm\:focus-within\:ring-inset[focus-within] {
    --tw-ring-inset: inset;
  }

  .sm\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .sm\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .sm\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .sm\:ring-current {
    --tw-ring-color: currentColor;
  }

  .sm\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .sm\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .sm\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .sm\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .sm\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .sm\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .sm\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .sm\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .sm\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .sm\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .sm\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .sm\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .sm\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .sm\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .sm\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .sm\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .sm\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .sm\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .sm\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .sm\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .sm\:ring-primary-color {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .sm\:ring-primary-color-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .sm\:ring-secondary-color {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .sm\:ring-custom-gray-sm {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .sm\:ring-custom-gray-sm2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .sm\:ring-custom-gray-md {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .sm\:ring-custom-navy-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .sm\:ring-dark-blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .sm\:ring-primary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .sm\:ring-secondary-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .sm\:ring-secondary-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .sm\:ring-secondary-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .sm\:ring-secondary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .sm\:ring-secondary-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .sm\:ring-secondary-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .sm\:ring-grayCustom-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .sm\:ring-grayCustom-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .sm\:ring-grayCustom-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .sm\:ring-grayCustom-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .sm\:ring-grayCustom {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .sm\:ring-grayCustom-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .sm\:ring-grayCustom-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .sm\:ring-grayCustom-hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .sm\:ring-error {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .sm\:ring-error-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .sm\:ring-warning {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .sm\:ring-warning-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .sm\:ring-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .sm\:ring-success-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .sm\:ring-status-open {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-status-waiting_payment {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .sm\:ring-status-completed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .sm\:ring-status-failed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .sm\:ring-status-waiting_verify {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .sm\:ring-status-closed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .sm\:ring-policyStatus-issuing {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-policyStatus-waiting_inspection {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .sm\:ring-policyStatus-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .sm\:ring-policyStatus-failed_inspection {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .sm\:ring-policyStatus-failed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .sm\:ring-policyStatus-waiting_policy {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .sm\:ring-policyStatus-cancel {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-transparent[focus-within] {
    --tw-ring-color: transparent;
  }

  .sm\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .sm\:focus-within\:ring-current[focus-within] {
    --tw-ring-color: currentColor;
  }

  .sm\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor;
  }

  .sm\:focus-within\:ring-black[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-white[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-primary-color[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-primary-color:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-primary-color-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-primary-color-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-secondary-color[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-secondary-color:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-custom-gray-sm[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-custom-gray-sm:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-custom-gray-sm2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-custom-gray-sm2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-custom-gray-md[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-custom-gray-md:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-custom-navy-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-custom-navy-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-dark-blue[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-dark-blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-primary[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-primary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-secondary-1[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-secondary-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-secondary-2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-secondary-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-secondary-3[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-secondary-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-secondary[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-secondary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-secondary-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-secondary-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-secondary-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-secondary-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-grayCustom-1[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-grayCustom-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-grayCustom-2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-grayCustom-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-grayCustom-3[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-grayCustom-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-grayCustom-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-grayCustom-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-grayCustom[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-grayCustom:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-grayCustom-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-grayCustom-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-grayCustom-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-grayCustom-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-grayCustom-hover[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-grayCustom-hover:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-error[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-error:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-error-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-error-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-warning[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-warning:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-warning-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-warning-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-success[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-success-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-success-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-status-open[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-status-open:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-status-waiting_payment[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-status-waiting_payment:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-status-completed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-status-completed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-status-failed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-status-failed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-status-waiting_verify[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-status-waiting_verify:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-status-closed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-status-closed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-policyStatus-issuing[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-policyStatus-issuing:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-policyStatus-waiting_inspection[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-policyStatus-waiting_inspection:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-policyStatus-success[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-policyStatus-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-policyStatus-failed_inspection[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-policyStatus-failed_inspection:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-policyStatus-failed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-policyStatus-failed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-policyStatus-waiting_policy[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-policyStatus-waiting_policy:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-policyStatus-cancel[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-policyStatus-cancel:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .sm\:focus\:ring-current:focus {
    --tw-ring-color: currentColor;
  }

  .sm\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-primary-color:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-primary-color-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-secondary-color:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-custom-gray-sm:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-custom-gray-sm2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-custom-gray-md:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-custom-navy-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-dark-blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-primary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-secondary-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-secondary-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-secondary-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-secondary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-secondary-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-secondary-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-grayCustom-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-grayCustom-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-grayCustom-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-grayCustom-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-grayCustom:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-grayCustom-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-grayCustom-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-grayCustom-hover:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-error:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-error-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-warning:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-warning-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-success-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-status-open:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-status-waiting_payment:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-status-completed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-status-failed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-status-waiting_verify:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-status-closed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-policyStatus-issuing:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-policyStatus-waiting_inspection:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-policyStatus-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-policyStatus-failed_inspection:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-policyStatus-failed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-policyStatus-waiting_policy:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-policyStatus-cancel:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .sm\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .sm\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .sm\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .sm\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .sm\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .sm\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .sm\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .sm\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .sm\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .sm\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .sm\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .sm\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .sm\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .sm\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .sm\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .sm\:focus-within\:ring-opacity-0[focus-within] {
    --tw-ring-opacity: 0;
  }

  .sm\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .sm\:focus-within\:ring-opacity-5[focus-within] {
    --tw-ring-opacity: 0.05;
  }

  .sm\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .sm\:focus-within\:ring-opacity-10[focus-within] {
    --tw-ring-opacity: 0.1;
  }

  .sm\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .sm\:focus-within\:ring-opacity-20[focus-within] {
    --tw-ring-opacity: 0.2;
  }

  .sm\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .sm\:focus-within\:ring-opacity-25[focus-within] {
    --tw-ring-opacity: 0.25;
  }

  .sm\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .sm\:focus-within\:ring-opacity-30[focus-within] {
    --tw-ring-opacity: 0.3;
  }

  .sm\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .sm\:focus-within\:ring-opacity-40[focus-within] {
    --tw-ring-opacity: 0.4;
  }

  .sm\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .sm\:focus-within\:ring-opacity-50[focus-within] {
    --tw-ring-opacity: 0.5;
  }

  .sm\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .sm\:focus-within\:ring-opacity-60[focus-within] {
    --tw-ring-opacity: 0.6;
  }

  .sm\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .sm\:focus-within\:ring-opacity-70[focus-within] {
    --tw-ring-opacity: 0.7;
  }

  .sm\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .sm\:focus-within\:ring-opacity-75[focus-within] {
    --tw-ring-opacity: 0.75;
  }

  .sm\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .sm\:focus-within\:ring-opacity-80[focus-within] {
    --tw-ring-opacity: 0.8;
  }

  .sm\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .sm\:focus-within\:ring-opacity-90[focus-within] {
    --tw-ring-opacity: 0.9;
  }

  .sm\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .sm\:focus-within\:ring-opacity-95[focus-within] {
    --tw-ring-opacity: 0.95;
  }

  .sm\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .sm\:focus-within\:ring-opacity-100[focus-within] {
    --tw-ring-opacity: 1;
  }

  .sm\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .sm\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .sm\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .sm\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .sm\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .sm\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .sm\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .sm\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .sm\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .sm\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .sm\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .sm\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .sm\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .sm\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .sm\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .sm\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .sm\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .sm\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .sm\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .sm\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .sm\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .sm\:focus-within\:ring-offset-0[focus-within] {
    --tw-ring-offset-width: 0px;
  }

  .sm\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .sm\:focus-within\:ring-offset-1[focus-within] {
    --tw-ring-offset-width: 1px;
  }

  .sm\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .sm\:focus-within\:ring-offset-2[focus-within] {
    --tw-ring-offset-width: 2px;
  }

  .sm\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .sm\:focus-within\:ring-offset-4[focus-within] {
    --tw-ring-offset-width: 4px;
  }

  .sm\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .sm\:focus-within\:ring-offset-8[focus-within] {
    --tw-ring-offset-width: 8px;
  }

  .sm\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .sm\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .sm\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .sm\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .sm\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .sm\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .sm\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .sm\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }

  .sm\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .sm\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .sm\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f9fafb;
  }

  .sm\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f3f4f6;
  }

  .sm\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e5e7eb;
  }

  .sm\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d1d5db;
  }

  .sm\:ring-offset-gray-400 {
    --tw-ring-offset-color: #9ca3af;
  }

  .sm\:ring-offset-gray-500 {
    --tw-ring-offset-color: #6b7280;
  }

  .sm\:ring-offset-gray-600 {
    --tw-ring-offset-color: #4b5563;
  }

  .sm\:ring-offset-gray-700 {
    --tw-ring-offset-color: #374151;
  }

  .sm\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .sm\:ring-offset-gray-900 {
    --tw-ring-offset-color: #111827;
  }

  .sm\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .sm\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .sm\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .sm\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .sm\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .sm\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .sm\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .sm\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .sm\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .sm\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .sm\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .sm\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .sm\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .sm\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .sm\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .sm\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .sm\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }

  .sm\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }

  .sm\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }

  .sm\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }

  .sm\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .sm\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .sm\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .sm\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .sm\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }

  .sm\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }

  .sm\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }

  .sm\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }

  .sm\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }

  .sm\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .sm\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .sm\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .sm\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .sm\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .sm\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .sm\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .sm\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .sm\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .sm\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .sm\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .sm\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .sm\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .sm\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .sm\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .sm\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .sm\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .sm\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .sm\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .sm\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .sm\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .sm\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .sm\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .sm\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .sm\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .sm\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .sm\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .sm\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .sm\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .sm\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .sm\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .sm\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .sm\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .sm\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .sm\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .sm\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .sm\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .sm\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .sm\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .sm\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .sm\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .sm\:ring-offset-primary-color {
    --tw-ring-offset-color: #eb008b;
  }

  .sm\:ring-offset-primary-color-dark {
    --tw-ring-offset-color: #c90068;
  }

  .sm\:ring-offset-secondary-color {
    --tw-ring-offset-color: #112e42;
  }

  .sm\:ring-offset-custom-gray-sm {
    --tw-ring-offset-color: #f1f4f6;
  }

  .sm\:ring-offset-custom-gray-sm2 {
    --tw-ring-offset-color: #f1f2f3;
  }

  .sm\:ring-offset-custom-gray-md {
    --tw-ring-offset-color: #848484;
  }

  .sm\:ring-offset-custom-navy-dark {
    --tw-ring-offset-color: #112e42;
  }

  .sm\:ring-offset-dark-blue {
    --tw-ring-offset-color: #112E42;
  }

  .sm\:ring-offset-primary {
    --tw-ring-offset-color: #192D40;
  }

  .sm\:ring-offset-secondary-1 {
    --tw-ring-offset-color: #E6007E;
  }

  .sm\:ring-offset-secondary-2 {
    --tw-ring-offset-color: #D6D564;
  }

  .sm\:ring-offset-secondary-3 {
    --tw-ring-offset-color: #FCFCCD;
  }

  .sm\:ring-offset-secondary {
    --tw-ring-offset-color: #E6007E;
  }

  .sm\:ring-offset-secondary-dark {
    --tw-ring-offset-color: #C11A7D;
  }

  .sm\:ring-offset-secondary-light {
    --tw-ring-offset-color: #FBCEE9;
  }

  .sm\:ring-offset-grayCustom-1 {
    --tw-ring-offset-color: #4F4F4F;
  }

  .sm\:ring-offset-grayCustom-2 {
    --tw-ring-offset-color: #C4C4C4;
  }

  .sm\:ring-offset-grayCustom-3 {
    --tw-ring-offset-color: #F9F9F9;
  }

  .sm\:ring-offset-grayCustom-800 {
    --tw-ring-offset-color: #4F4F4F;
  }

  .sm\:ring-offset-grayCustom {
    --tw-ring-offset-color: #C4C4C4;
  }

  .sm\:ring-offset-grayCustom-dark {
    --tw-ring-offset-color: #4F4F4F;
  }

  .sm\:ring-offset-grayCustom-light {
    --tw-ring-offset-color: #F9F9F9;
  }

  .sm\:ring-offset-grayCustom-hover {
    --tw-ring-offset-color: #9F9F9F;
  }

  .sm\:ring-offset-error {
    --tw-ring-offset-color: #FF206E;
  }

  .sm\:ring-offset-error-light {
    --tw-ring-offset-color: #FDE8EA;
  }

  .sm\:ring-offset-warning {
    --tw-ring-offset-color: #FFAE14;
  }

  .sm\:ring-offset-warning-light {
    --tw-ring-offset-color: #FFF6E5;
  }

  .sm\:ring-offset-success {
    --tw-ring-offset-color: #2DD881;
  }

  .sm\:ring-offset-success-light {
    --tw-ring-offset-color: #E9FBF2;
  }

  .sm\:ring-offset-status-open {
    --tw-ring-offset-color: #FFF;
  }

  .sm\:ring-offset-status-waiting_payment {
    --tw-ring-offset-color: #ffae14;
  }

  .sm\:ring-offset-status-completed {
    --tw-ring-offset-color: #54c1bb;
  }

  .sm\:ring-offset-status-failed {
    --tw-ring-offset-color: #e8556b;
  }

  .sm\:ring-offset-status-waiting_verify {
    --tw-ring-offset-color: #ffae14;
  }

  .sm\:ring-offset-status-closed {
    --tw-ring-offset-color: #c4c4c4;
  }

  .sm\:ring-offset-policyStatus-issuing {
    --tw-ring-offset-color: #FFF;
  }

  .sm\:ring-offset-policyStatus-waiting_inspection {
    --tw-ring-offset-color: #ffae14;
  }

  .sm\:ring-offset-policyStatus-success {
    --tw-ring-offset-color: #54c1bb;
  }

  .sm\:ring-offset-policyStatus-failed_inspection {
    --tw-ring-offset-color: #e8556b;
  }

  .sm\:ring-offset-policyStatus-failed {
    --tw-ring-offset-color: #e8556b;
  }

  .sm\:ring-offset-policyStatus-waiting_policy {
    --tw-ring-offset-color: #ffae14;
  }

  .sm\:ring-offset-policyStatus-cancel {
    --tw-ring-offset-color: #c4c4c4;
  }

  .sm\:focus-within\:ring-offset-transparent[focus-within] {
    --tw-ring-offset-color: transparent;
  }

  .sm\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .sm\:focus-within\:ring-offset-current[focus-within] {
    --tw-ring-offset-color: currentColor;
  }

  .sm\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }

  .sm\:focus-within\:ring-offset-black[focus-within] {
    --tw-ring-offset-color: #000;
  }

  .sm\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .sm\:focus-within\:ring-offset-white[focus-within] {
    --tw-ring-offset-color: #fff;
  }

  .sm\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .sm\:focus-within\:ring-offset-gray-50[focus-within] {
    --tw-ring-offset-color: #f9fafb;
  }

  .sm\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f9fafb;
  }

  .sm\:focus-within\:ring-offset-gray-100[focus-within] {
    --tw-ring-offset-color: #f3f4f6;
  }

  .sm\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6;
  }

  .sm\:focus-within\:ring-offset-gray-200[focus-within] {
    --tw-ring-offset-color: #e5e7eb;
  }

  .sm\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb;
  }

  .sm\:focus-within\:ring-offset-gray-300[focus-within] {
    --tw-ring-offset-color: #d1d5db;
  }

  .sm\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d1d5db;
  }

  .sm\:focus-within\:ring-offset-gray-400[focus-within] {
    --tw-ring-offset-color: #9ca3af;
  }

  .sm\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #9ca3af;
  }

  .sm\:focus-within\:ring-offset-gray-500[focus-within] {
    --tw-ring-offset-color: #6b7280;
  }

  .sm\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #6b7280;
  }

  .sm\:focus-within\:ring-offset-gray-600[focus-within] {
    --tw-ring-offset-color: #4b5563;
  }

  .sm\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #4b5563;
  }

  .sm\:focus-within\:ring-offset-gray-700[focus-within] {
    --tw-ring-offset-color: #374151;
  }

  .sm\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #374151;
  }

  .sm\:focus-within\:ring-offset-gray-800[focus-within] {
    --tw-ring-offset-color: #1f2937;
  }

  .sm\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #1f2937;
  }

  .sm\:focus-within\:ring-offset-gray-900[focus-within] {
    --tw-ring-offset-color: #111827;
  }

  .sm\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #111827;
  }

  .sm\:focus-within\:ring-offset-red-50[focus-within] {
    --tw-ring-offset-color: #fef2f2;
  }

  .sm\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .sm\:focus-within\:ring-offset-red-100[focus-within] {
    --tw-ring-offset-color: #fee2e2;
  }

  .sm\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .sm\:focus-within\:ring-offset-red-200[focus-within] {
    --tw-ring-offset-color: #fecaca;
  }

  .sm\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .sm\:focus-within\:ring-offset-red-300[focus-within] {
    --tw-ring-offset-color: #fca5a5;
  }

  .sm\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .sm\:focus-within\:ring-offset-red-400[focus-within] {
    --tw-ring-offset-color: #f87171;
  }

  .sm\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .sm\:focus-within\:ring-offset-red-500[focus-within] {
    --tw-ring-offset-color: #ef4444;
  }

  .sm\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .sm\:focus-within\:ring-offset-red-600[focus-within] {
    --tw-ring-offset-color: #dc2626;
  }

  .sm\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .sm\:focus-within\:ring-offset-red-700[focus-within] {
    --tw-ring-offset-color: #b91c1c;
  }

  .sm\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .sm\:focus-within\:ring-offset-red-800[focus-within] {
    --tw-ring-offset-color: #991b1b;
  }

  .sm\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .sm\:focus-within\:ring-offset-red-900[focus-within] {
    --tw-ring-offset-color: #7f1d1d;
  }

  .sm\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .sm\:focus-within\:ring-offset-yellow-50[focus-within] {
    --tw-ring-offset-color: #fffbeb;
  }

  .sm\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .sm\:focus-within\:ring-offset-yellow-100[focus-within] {
    --tw-ring-offset-color: #fef3c7;
  }

  .sm\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .sm\:focus-within\:ring-offset-yellow-200[focus-within] {
    --tw-ring-offset-color: #fde68a;
  }

  .sm\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .sm\:focus-within\:ring-offset-yellow-300[focus-within] {
    --tw-ring-offset-color: #fcd34d;
  }

  .sm\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .sm\:focus-within\:ring-offset-yellow-400[focus-within] {
    --tw-ring-offset-color: #fbbf24;
  }

  .sm\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .sm\:focus-within\:ring-offset-yellow-500[focus-within] {
    --tw-ring-offset-color: #f59e0b;
  }

  .sm\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .sm\:focus-within\:ring-offset-yellow-600[focus-within] {
    --tw-ring-offset-color: #d97706;
  }

  .sm\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .sm\:focus-within\:ring-offset-yellow-700[focus-within] {
    --tw-ring-offset-color: #b45309;
  }

  .sm\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .sm\:focus-within\:ring-offset-yellow-800[focus-within] {
    --tw-ring-offset-color: #92400e;
  }

  .sm\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .sm\:focus-within\:ring-offset-yellow-900[focus-within] {
    --tw-ring-offset-color: #78350f;
  }

  .sm\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .sm\:focus-within\:ring-offset-green-50[focus-within] {
    --tw-ring-offset-color: #ecfdf5;
  }

  .sm\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .sm\:focus-within\:ring-offset-green-100[focus-within] {
    --tw-ring-offset-color: #d1fae5;
  }

  .sm\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .sm\:focus-within\:ring-offset-green-200[focus-within] {
    --tw-ring-offset-color: #a7f3d0;
  }

  .sm\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .sm\:focus-within\:ring-offset-green-300[focus-within] {
    --tw-ring-offset-color: #6ee7b7;
  }

  .sm\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .sm\:focus-within\:ring-offset-green-400[focus-within] {
    --tw-ring-offset-color: #34d399;
  }

  .sm\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .sm\:focus-within\:ring-offset-green-500[focus-within] {
    --tw-ring-offset-color: #10b981;
  }

  .sm\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .sm\:focus-within\:ring-offset-green-600[focus-within] {
    --tw-ring-offset-color: #059669;
  }

  .sm\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .sm\:focus-within\:ring-offset-green-700[focus-within] {
    --tw-ring-offset-color: #047857;
  }

  .sm\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .sm\:focus-within\:ring-offset-green-800[focus-within] {
    --tw-ring-offset-color: #065f46;
  }

  .sm\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .sm\:focus-within\:ring-offset-green-900[focus-within] {
    --tw-ring-offset-color: #064e3b;
  }

  .sm\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .sm\:focus-within\:ring-offset-blue-50[focus-within] {
    --tw-ring-offset-color: #eff6ff;
  }

  .sm\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .sm\:focus-within\:ring-offset-blue-100[focus-within] {
    --tw-ring-offset-color: #dbeafe;
  }

  .sm\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .sm\:focus-within\:ring-offset-blue-200[focus-within] {
    --tw-ring-offset-color: #bfdbfe;
  }

  .sm\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .sm\:focus-within\:ring-offset-blue-300[focus-within] {
    --tw-ring-offset-color: #93c5fd;
  }

  .sm\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .sm\:focus-within\:ring-offset-blue-400[focus-within] {
    --tw-ring-offset-color: #60a5fa;
  }

  .sm\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .sm\:focus-within\:ring-offset-blue-500[focus-within] {
    --tw-ring-offset-color: #3b82f6;
  }

  .sm\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .sm\:focus-within\:ring-offset-blue-600[focus-within] {
    --tw-ring-offset-color: #2563eb;
  }

  .sm\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .sm\:focus-within\:ring-offset-blue-700[focus-within] {
    --tw-ring-offset-color: #1d4ed8;
  }

  .sm\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .sm\:focus-within\:ring-offset-blue-800[focus-within] {
    --tw-ring-offset-color: #1e40af;
  }

  .sm\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .sm\:focus-within\:ring-offset-blue-900[focus-within] {
    --tw-ring-offset-color: #1e3a8a;
  }

  .sm\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .sm\:focus-within\:ring-offset-indigo-50[focus-within] {
    --tw-ring-offset-color: #eef2ff;
  }

  .sm\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .sm\:focus-within\:ring-offset-indigo-100[focus-within] {
    --tw-ring-offset-color: #e0e7ff;
  }

  .sm\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .sm\:focus-within\:ring-offset-indigo-200[focus-within] {
    --tw-ring-offset-color: #c7d2fe;
  }

  .sm\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .sm\:focus-within\:ring-offset-indigo-300[focus-within] {
    --tw-ring-offset-color: #a5b4fc;
  }

  .sm\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .sm\:focus-within\:ring-offset-indigo-400[focus-within] {
    --tw-ring-offset-color: #818cf8;
  }

  .sm\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .sm\:focus-within\:ring-offset-indigo-500[focus-within] {
    --tw-ring-offset-color: #6366f1;
  }

  .sm\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .sm\:focus-within\:ring-offset-indigo-600[focus-within] {
    --tw-ring-offset-color: #4f46e5;
  }

  .sm\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .sm\:focus-within\:ring-offset-indigo-700[focus-within] {
    --tw-ring-offset-color: #4338ca;
  }

  .sm\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .sm\:focus-within\:ring-offset-indigo-800[focus-within] {
    --tw-ring-offset-color: #3730a3;
  }

  .sm\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .sm\:focus-within\:ring-offset-indigo-900[focus-within] {
    --tw-ring-offset-color: #312e81;
  }

  .sm\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .sm\:focus-within\:ring-offset-purple-50[focus-within] {
    --tw-ring-offset-color: #f5f3ff;
  }

  .sm\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .sm\:focus-within\:ring-offset-purple-100[focus-within] {
    --tw-ring-offset-color: #ede9fe;
  }

  .sm\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .sm\:focus-within\:ring-offset-purple-200[focus-within] {
    --tw-ring-offset-color: #ddd6fe;
  }

  .sm\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .sm\:focus-within\:ring-offset-purple-300[focus-within] {
    --tw-ring-offset-color: #c4b5fd;
  }

  .sm\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .sm\:focus-within\:ring-offset-purple-400[focus-within] {
    --tw-ring-offset-color: #a78bfa;
  }

  .sm\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .sm\:focus-within\:ring-offset-purple-500[focus-within] {
    --tw-ring-offset-color: #8b5cf6;
  }

  .sm\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .sm\:focus-within\:ring-offset-purple-600[focus-within] {
    --tw-ring-offset-color: #7c3aed;
  }

  .sm\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .sm\:focus-within\:ring-offset-purple-700[focus-within] {
    --tw-ring-offset-color: #6d28d9;
  }

  .sm\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .sm\:focus-within\:ring-offset-purple-800[focus-within] {
    --tw-ring-offset-color: #5b21b6;
  }

  .sm\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .sm\:focus-within\:ring-offset-purple-900[focus-within] {
    --tw-ring-offset-color: #4c1d95;
  }

  .sm\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .sm\:focus-within\:ring-offset-pink-50[focus-within] {
    --tw-ring-offset-color: #fdf2f8;
  }

  .sm\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .sm\:focus-within\:ring-offset-pink-100[focus-within] {
    --tw-ring-offset-color: #fce7f3;
  }

  .sm\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .sm\:focus-within\:ring-offset-pink-200[focus-within] {
    --tw-ring-offset-color: #fbcfe8;
  }

  .sm\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .sm\:focus-within\:ring-offset-pink-300[focus-within] {
    --tw-ring-offset-color: #f9a8d4;
  }

  .sm\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .sm\:focus-within\:ring-offset-pink-400[focus-within] {
    --tw-ring-offset-color: #f472b6;
  }

  .sm\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .sm\:focus-within\:ring-offset-pink-500[focus-within] {
    --tw-ring-offset-color: #ec4899;
  }

  .sm\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .sm\:focus-within\:ring-offset-pink-600[focus-within] {
    --tw-ring-offset-color: #db2777;
  }

  .sm\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .sm\:focus-within\:ring-offset-pink-700[focus-within] {
    --tw-ring-offset-color: #be185d;
  }

  .sm\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .sm\:focus-within\:ring-offset-pink-800[focus-within] {
    --tw-ring-offset-color: #9d174d;
  }

  .sm\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .sm\:focus-within\:ring-offset-pink-900[focus-within] {
    --tw-ring-offset-color: #831843;
  }

  .sm\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .sm\:focus-within\:ring-offset-primary-color[focus-within] {
    --tw-ring-offset-color: #eb008b;
  }

  .sm\:focus-within\:ring-offset-primary-color:focus-within {
    --tw-ring-offset-color: #eb008b;
  }

  .sm\:focus-within\:ring-offset-primary-color-dark[focus-within] {
    --tw-ring-offset-color: #c90068;
  }

  .sm\:focus-within\:ring-offset-primary-color-dark:focus-within {
    --tw-ring-offset-color: #c90068;
  }

  .sm\:focus-within\:ring-offset-secondary-color[focus-within] {
    --tw-ring-offset-color: #112e42;
  }

  .sm\:focus-within\:ring-offset-secondary-color:focus-within {
    --tw-ring-offset-color: #112e42;
  }

  .sm\:focus-within\:ring-offset-custom-gray-sm[focus-within] {
    --tw-ring-offset-color: #f1f4f6;
  }

  .sm\:focus-within\:ring-offset-custom-gray-sm:focus-within {
    --tw-ring-offset-color: #f1f4f6;
  }

  .sm\:focus-within\:ring-offset-custom-gray-sm2[focus-within] {
    --tw-ring-offset-color: #f1f2f3;
  }

  .sm\:focus-within\:ring-offset-custom-gray-sm2:focus-within {
    --tw-ring-offset-color: #f1f2f3;
  }

  .sm\:focus-within\:ring-offset-custom-gray-md[focus-within] {
    --tw-ring-offset-color: #848484;
  }

  .sm\:focus-within\:ring-offset-custom-gray-md:focus-within {
    --tw-ring-offset-color: #848484;
  }

  .sm\:focus-within\:ring-offset-custom-navy-dark[focus-within] {
    --tw-ring-offset-color: #112e42;
  }

  .sm\:focus-within\:ring-offset-custom-navy-dark:focus-within {
    --tw-ring-offset-color: #112e42;
  }

  .sm\:focus-within\:ring-offset-dark-blue[focus-within] {
    --tw-ring-offset-color: #112E42;
  }

  .sm\:focus-within\:ring-offset-dark-blue:focus-within {
    --tw-ring-offset-color: #112E42;
  }

  .sm\:focus-within\:ring-offset-primary[focus-within] {
    --tw-ring-offset-color: #192D40;
  }

  .sm\:focus-within\:ring-offset-primary:focus-within {
    --tw-ring-offset-color: #192D40;
  }

  .sm\:focus-within\:ring-offset-secondary-1[focus-within] {
    --tw-ring-offset-color: #E6007E;
  }

  .sm\:focus-within\:ring-offset-secondary-1:focus-within {
    --tw-ring-offset-color: #E6007E;
  }

  .sm\:focus-within\:ring-offset-secondary-2[focus-within] {
    --tw-ring-offset-color: #D6D564;
  }

  .sm\:focus-within\:ring-offset-secondary-2:focus-within {
    --tw-ring-offset-color: #D6D564;
  }

  .sm\:focus-within\:ring-offset-secondary-3[focus-within] {
    --tw-ring-offset-color: #FCFCCD;
  }

  .sm\:focus-within\:ring-offset-secondary-3:focus-within {
    --tw-ring-offset-color: #FCFCCD;
  }

  .sm\:focus-within\:ring-offset-secondary[focus-within] {
    --tw-ring-offset-color: #E6007E;
  }

  .sm\:focus-within\:ring-offset-secondary:focus-within {
    --tw-ring-offset-color: #E6007E;
  }

  .sm\:focus-within\:ring-offset-secondary-dark[focus-within] {
    --tw-ring-offset-color: #C11A7D;
  }

  .sm\:focus-within\:ring-offset-secondary-dark:focus-within {
    --tw-ring-offset-color: #C11A7D;
  }

  .sm\:focus-within\:ring-offset-secondary-light[focus-within] {
    --tw-ring-offset-color: #FBCEE9;
  }

  .sm\:focus-within\:ring-offset-secondary-light:focus-within {
    --tw-ring-offset-color: #FBCEE9;
  }

  .sm\:focus-within\:ring-offset-grayCustom-1[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .sm\:focus-within\:ring-offset-grayCustom-1:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .sm\:focus-within\:ring-offset-grayCustom-2[focus-within] {
    --tw-ring-offset-color: #C4C4C4;
  }

  .sm\:focus-within\:ring-offset-grayCustom-2:focus-within {
    --tw-ring-offset-color: #C4C4C4;
  }

  .sm\:focus-within\:ring-offset-grayCustom-3[focus-within] {
    --tw-ring-offset-color: #F9F9F9;
  }

  .sm\:focus-within\:ring-offset-grayCustom-3:focus-within {
    --tw-ring-offset-color: #F9F9F9;
  }

  .sm\:focus-within\:ring-offset-grayCustom-800[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .sm\:focus-within\:ring-offset-grayCustom-800:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .sm\:focus-within\:ring-offset-grayCustom[focus-within] {
    --tw-ring-offset-color: #C4C4C4;
  }

  .sm\:focus-within\:ring-offset-grayCustom:focus-within {
    --tw-ring-offset-color: #C4C4C4;
  }

  .sm\:focus-within\:ring-offset-grayCustom-dark[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .sm\:focus-within\:ring-offset-grayCustom-dark:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .sm\:focus-within\:ring-offset-grayCustom-light[focus-within] {
    --tw-ring-offset-color: #F9F9F9;
  }

  .sm\:focus-within\:ring-offset-grayCustom-light:focus-within {
    --tw-ring-offset-color: #F9F9F9;
  }

  .sm\:focus-within\:ring-offset-grayCustom-hover[focus-within] {
    --tw-ring-offset-color: #9F9F9F;
  }

  .sm\:focus-within\:ring-offset-grayCustom-hover:focus-within {
    --tw-ring-offset-color: #9F9F9F;
  }

  .sm\:focus-within\:ring-offset-error[focus-within] {
    --tw-ring-offset-color: #FF206E;
  }

  .sm\:focus-within\:ring-offset-error:focus-within {
    --tw-ring-offset-color: #FF206E;
  }

  .sm\:focus-within\:ring-offset-error-light[focus-within] {
    --tw-ring-offset-color: #FDE8EA;
  }

  .sm\:focus-within\:ring-offset-error-light:focus-within {
    --tw-ring-offset-color: #FDE8EA;
  }

  .sm\:focus-within\:ring-offset-warning[focus-within] {
    --tw-ring-offset-color: #FFAE14;
  }

  .sm\:focus-within\:ring-offset-warning:focus-within {
    --tw-ring-offset-color: #FFAE14;
  }

  .sm\:focus-within\:ring-offset-warning-light[focus-within] {
    --tw-ring-offset-color: #FFF6E5;
  }

  .sm\:focus-within\:ring-offset-warning-light:focus-within {
    --tw-ring-offset-color: #FFF6E5;
  }

  .sm\:focus-within\:ring-offset-success[focus-within] {
    --tw-ring-offset-color: #2DD881;
  }

  .sm\:focus-within\:ring-offset-success:focus-within {
    --tw-ring-offset-color: #2DD881;
  }

  .sm\:focus-within\:ring-offset-success-light[focus-within] {
    --tw-ring-offset-color: #E9FBF2;
  }

  .sm\:focus-within\:ring-offset-success-light:focus-within {
    --tw-ring-offset-color: #E9FBF2;
  }

  .sm\:focus-within\:ring-offset-status-open[focus-within] {
    --tw-ring-offset-color: #FFF;
  }

  .sm\:focus-within\:ring-offset-status-open:focus-within {
    --tw-ring-offset-color: #FFF;
  }

  .sm\:focus-within\:ring-offset-status-waiting_payment[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .sm\:focus-within\:ring-offset-status-waiting_payment:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .sm\:focus-within\:ring-offset-status-completed[focus-within] {
    --tw-ring-offset-color: #54c1bb;
  }

  .sm\:focus-within\:ring-offset-status-completed:focus-within {
    --tw-ring-offset-color: #54c1bb;
  }

  .sm\:focus-within\:ring-offset-status-failed[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .sm\:focus-within\:ring-offset-status-failed:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .sm\:focus-within\:ring-offset-status-waiting_verify[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .sm\:focus-within\:ring-offset-status-waiting_verify:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .sm\:focus-within\:ring-offset-status-closed[focus-within] {
    --tw-ring-offset-color: #c4c4c4;
  }

  .sm\:focus-within\:ring-offset-status-closed:focus-within {
    --tw-ring-offset-color: #c4c4c4;
  }

  .sm\:focus-within\:ring-offset-policyStatus-issuing[focus-within] {
    --tw-ring-offset-color: #FFF;
  }

  .sm\:focus-within\:ring-offset-policyStatus-issuing:focus-within {
    --tw-ring-offset-color: #FFF;
  }

  .sm\:focus-within\:ring-offset-policyStatus-waiting_inspection[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .sm\:focus-within\:ring-offset-policyStatus-waiting_inspection:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .sm\:focus-within\:ring-offset-policyStatus-success[focus-within] {
    --tw-ring-offset-color: #54c1bb;
  }

  .sm\:focus-within\:ring-offset-policyStatus-success:focus-within {
    --tw-ring-offset-color: #54c1bb;
  }

  .sm\:focus-within\:ring-offset-policyStatus-failed_inspection[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .sm\:focus-within\:ring-offset-policyStatus-failed_inspection:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .sm\:focus-within\:ring-offset-policyStatus-failed[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .sm\:focus-within\:ring-offset-policyStatus-failed:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .sm\:focus-within\:ring-offset-policyStatus-waiting_policy[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .sm\:focus-within\:ring-offset-policyStatus-waiting_policy:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .sm\:focus-within\:ring-offset-policyStatus-cancel[focus-within] {
    --tw-ring-offset-color: #c4c4c4;
  }

  .sm\:focus-within\:ring-offset-policyStatus-cancel:focus-within {
    --tw-ring-offset-color: #c4c4c4;
  }

  .sm\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .sm\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }

  .sm\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .sm\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .sm\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f9fafb;
  }

  .sm\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f3f4f6;
  }

  .sm\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e5e7eb;
  }

  .sm\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d1d5db;
  }

  .sm\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #9ca3af;
  }

  .sm\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #6b7280;
  }

  .sm\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #4b5563;
  }

  .sm\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #374151;
  }

  .sm\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937;
  }

  .sm\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #111827;
  }

  .sm\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .sm\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .sm\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .sm\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .sm\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .sm\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .sm\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .sm\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .sm\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .sm\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .sm\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .sm\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .sm\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .sm\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .sm\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .sm\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .sm\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .sm\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .sm\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .sm\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .sm\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .sm\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .sm\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .sm\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .sm\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .sm\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .sm\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .sm\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .sm\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .sm\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .sm\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .sm\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .sm\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .sm\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .sm\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .sm\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .sm\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .sm\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .sm\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .sm\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .sm\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .sm\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .sm\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .sm\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .sm\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .sm\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .sm\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .sm\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .sm\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .sm\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .sm\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .sm\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .sm\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .sm\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .sm\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .sm\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .sm\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .sm\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .sm\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .sm\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .sm\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .sm\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .sm\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .sm\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .sm\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .sm\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .sm\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .sm\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .sm\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .sm\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .sm\:focus\:ring-offset-primary-color:focus {
    --tw-ring-offset-color: #eb008b;
  }

  .sm\:focus\:ring-offset-primary-color-dark:focus {
    --tw-ring-offset-color: #c90068;
  }

  .sm\:focus\:ring-offset-secondary-color:focus {
    --tw-ring-offset-color: #112e42;
  }

  .sm\:focus\:ring-offset-custom-gray-sm:focus {
    --tw-ring-offset-color: #f1f4f6;
  }

  .sm\:focus\:ring-offset-custom-gray-sm2:focus {
    --tw-ring-offset-color: #f1f2f3;
  }

  .sm\:focus\:ring-offset-custom-gray-md:focus {
    --tw-ring-offset-color: #848484;
  }

  .sm\:focus\:ring-offset-custom-navy-dark:focus {
    --tw-ring-offset-color: #112e42;
  }

  .sm\:focus\:ring-offset-dark-blue:focus {
    --tw-ring-offset-color: #112E42;
  }

  .sm\:focus\:ring-offset-primary:focus {
    --tw-ring-offset-color: #192D40;
  }

  .sm\:focus\:ring-offset-secondary-1:focus {
    --tw-ring-offset-color: #E6007E;
  }

  .sm\:focus\:ring-offset-secondary-2:focus {
    --tw-ring-offset-color: #D6D564;
  }

  .sm\:focus\:ring-offset-secondary-3:focus {
    --tw-ring-offset-color: #FCFCCD;
  }

  .sm\:focus\:ring-offset-secondary:focus {
    --tw-ring-offset-color: #E6007E;
  }

  .sm\:focus\:ring-offset-secondary-dark:focus {
    --tw-ring-offset-color: #C11A7D;
  }

  .sm\:focus\:ring-offset-secondary-light:focus {
    --tw-ring-offset-color: #FBCEE9;
  }

  .sm\:focus\:ring-offset-grayCustom-1:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .sm\:focus\:ring-offset-grayCustom-2:focus {
    --tw-ring-offset-color: #C4C4C4;
  }

  .sm\:focus\:ring-offset-grayCustom-3:focus {
    --tw-ring-offset-color: #F9F9F9;
  }

  .sm\:focus\:ring-offset-grayCustom-800:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .sm\:focus\:ring-offset-grayCustom:focus {
    --tw-ring-offset-color: #C4C4C4;
  }

  .sm\:focus\:ring-offset-grayCustom-dark:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .sm\:focus\:ring-offset-grayCustom-light:focus {
    --tw-ring-offset-color: #F9F9F9;
  }

  .sm\:focus\:ring-offset-grayCustom-hover:focus {
    --tw-ring-offset-color: #9F9F9F;
  }

  .sm\:focus\:ring-offset-error:focus {
    --tw-ring-offset-color: #FF206E;
  }

  .sm\:focus\:ring-offset-error-light:focus {
    --tw-ring-offset-color: #FDE8EA;
  }

  .sm\:focus\:ring-offset-warning:focus {
    --tw-ring-offset-color: #FFAE14;
  }

  .sm\:focus\:ring-offset-warning-light:focus {
    --tw-ring-offset-color: #FFF6E5;
  }

  .sm\:focus\:ring-offset-success:focus {
    --tw-ring-offset-color: #2DD881;
  }

  .sm\:focus\:ring-offset-success-light:focus {
    --tw-ring-offset-color: #E9FBF2;
  }

  .sm\:focus\:ring-offset-status-open:focus {
    --tw-ring-offset-color: #FFF;
  }

  .sm\:focus\:ring-offset-status-waiting_payment:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .sm\:focus\:ring-offset-status-completed:focus {
    --tw-ring-offset-color: #54c1bb;
  }

  .sm\:focus\:ring-offset-status-failed:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .sm\:focus\:ring-offset-status-waiting_verify:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .sm\:focus\:ring-offset-status-closed:focus {
    --tw-ring-offset-color: #c4c4c4;
  }

  .sm\:focus\:ring-offset-policyStatus-issuing:focus {
    --tw-ring-offset-color: #FFF;
  }

  .sm\:focus\:ring-offset-policyStatus-waiting_inspection:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .sm\:focus\:ring-offset-policyStatus-success:focus {
    --tw-ring-offset-color: #54c1bb;
  }

  .sm\:focus\:ring-offset-policyStatus-failed_inspection:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .sm\:focus\:ring-offset-policyStatus-failed:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .sm\:focus\:ring-offset-policyStatus-waiting_policy:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .sm\:focus\:ring-offset-policyStatus-cancel:focus {
    --tw-ring-offset-color: #c4c4c4;
  }

  .sm\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .sm\:filter-none {
    filter: none;
  }

  .sm\:blur-0 {
    --tw-blur: blur(0);
  }

  .sm\:blur-none {
    --tw-blur: blur(0);
  }

  .sm\:blur-sm {
    --tw-blur: blur(4px);
  }

  .sm\:blur {
    --tw-blur: blur(8px);
  }

  .sm\:blur-md {
    --tw-blur: blur(12px);
  }

  .sm\:blur-lg {
    --tw-blur: blur(16px);
  }

  .sm\:blur-xl {
    --tw-blur: blur(24px);
  }

  .sm\:blur-2xl {
    --tw-blur: blur(40px);
  }

  .sm\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .sm\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .sm\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .sm\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .sm\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .sm\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .sm\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .sm\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .sm\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .sm\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .sm\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .sm\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .sm\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .sm\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .sm\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .sm\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .sm\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .sm\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .sm\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .sm\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .sm\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .sm\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .sm\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .sm\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .sm\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .sm\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 rgba(0,0,0,0));
  }

  .sm\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .sm\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .sm\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .sm\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .sm\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .sm\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .sm\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .sm\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .sm\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .sm\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .sm\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .sm\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .sm\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .sm\:invert-0 {
    --tw-invert: invert(0);
  }

  .sm\:invert {
    --tw-invert: invert(100%);
  }

  .sm\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .sm\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .sm\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .sm\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .sm\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .sm\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .sm\:sepia {
    --tw-sepia: sepia(100%);
  }

  .sm\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .sm\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .sm\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .sm\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .sm\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .sm\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .sm\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .sm\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .sm\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
  }

  .sm\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .sm\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .sm\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .sm\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .sm\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .sm\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .sm\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .sm\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .sm\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .sm\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .sm\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .sm\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .sm\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .sm\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .sm\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .sm\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .sm\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .sm\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .sm\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .sm\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .sm\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .sm\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .sm\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .sm\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .sm\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .sm\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .sm\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .sm\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .sm\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .sm\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .sm\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .sm\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .sm\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .sm\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .sm\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .sm\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .sm\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .sm\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .sm\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .sm\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .sm\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .sm\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .sm\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .sm\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .sm\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .sm\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .sm\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .sm\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .sm\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .sm\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .sm\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .sm\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .sm\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .sm\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .sm\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .sm\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .sm\:transition-none {
    transition-property: none;
  }

  .sm\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:delay-75 {
    transition-delay: 75ms;
  }

  .sm\:delay-100 {
    transition-delay: 100ms;
  }

  .sm\:delay-150 {
    transition-delay: 150ms;
  }

  .sm\:delay-200 {
    transition-delay: 200ms;
  }

  .sm\:delay-300 {
    transition-delay: 300ms;
  }

  .sm\:delay-500 {
    transition-delay: 500ms;
  }

  .sm\:delay-700 {
    transition-delay: 700ms;
  }

  .sm\:delay-1000 {
    transition-delay: 1000ms;
  }

  .sm\:duration-75 {
    transition-duration: 75ms;
  }

  .sm\:duration-100 {
    transition-duration: 100ms;
  }

  .sm\:duration-150 {
    transition-duration: 150ms;
  }

  .sm\:duration-200 {
    transition-duration: 200ms;
  }

  .sm\:duration-300 {
    transition-duration: 300ms;
  }

  .sm\:duration-500 {
    transition-duration: 500ms;
  }

  .sm\:duration-700 {
    transition-duration: 700ms;
  }

  .sm\:duration-1000 {
    transition-duration: 1000ms;
  }

  .sm\:ease-linear {
    transition-timing-function: linear;
  }

  .sm\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
  }
}

@media (min-width: 768px) and (min-width: 0px) {
    .md\:container {
      max-width: 0px;
    }
  }

@media (min-width: 768px) and (min-width: 320px) {
    .md\:container {
      max-width: 320px;
    }
  }

@media (min-width: 768px) and (min-width: 640px) {
    .md\:container {
      max-width: 640px;
    }
  }

@media (min-width: 768px) and (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

@media (min-width: 768px) and (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }

@media (min-width: 768px) and (min-width: 1440px) {
    .md\:container {
      max-width: 1440px;
    }
  }

@media (min-width: 768px) and (min-width: 1600px) {
    .md\:container {
      max-width: 1600px;
    }
  }

@media (min-width: 768px) and (min-width: 4820px) {
    .md\:container {
      max-width: 4820px;
    }
  }

@media (min-width: 768px) {

  .md\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:focus-within\:sr-only[focus-within] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:focus-within\:not-sr-only[focus-within] {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:pointer-events-none {
    pointer-events: none;
  }

  .md\:pointer-events-auto {
    pointer-events: auto;
  }

  .md\:visible {
    visibility: visible;
  }

  .md\:invisible {
    visibility: hidden;
  }

  .md\:static {
    position: static;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: sticky;
  }

  .md\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .md\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .md\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .md\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .md\:inset-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .md\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .md\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .md\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .md\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .md\:inset-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .md\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .md\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .md\:inset-14 {
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .md\:inset-16 {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .md\:inset-20 {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .md\:inset-24 {
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .md\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .md\:inset-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .md\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .md\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .md\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .md\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .md\:inset-48 {
    top: 48px;
    right: 48px;
    bottom: 48px;
    left: 48px;
  }

  .md\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .md\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .md\:inset-60 {
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
  }

  .md\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .md\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .md\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .md\:inset-95 {
    top: 95px;
    right: 95px;
    bottom: 95px;
    left: 95px;
  }

  .md\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .md\:inset-120 {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .md\:inset-190 {
    top: 190px;
    right: 190px;
    bottom: 190px;
    left: 190px;
  }

  .md\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .md\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .md\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .md\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .md\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .md\:inset-30\% {
    top: 30%;
    right: 30%;
    bottom: 30%;
    left: 30%;
  }

  .md\:inset-7\.5r {
    top: 1.875rem;
    right: 1.875rem;
    bottom: 1.875rem;
    left: 1.875rem;
  }

  .md\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .md\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .md\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .md\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .md\:-inset-5 {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .md\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .md\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .md\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .md\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .md\:-inset-10 {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .md\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .md\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .md\:-inset-14 {
    top: -14px;
    right: -14px;
    bottom: -14px;
    left: -14px;
  }

  .md\:-inset-16 {
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
  }

  .md\:-inset-20 {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .md\:-inset-24 {
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
  }

  .md\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .md\:-inset-30 {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .md\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .md\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .md\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .md\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .md\:-inset-48 {
    top: -48px;
    right: -48px;
    bottom: -48px;
    left: -48px;
  }

  .md\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .md\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .md\:-inset-60 {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .md\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .md\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .md\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .md\:-inset-95 {
    top: -95px;
    right: -95px;
    bottom: -95px;
    left: -95px;
  }

  .md\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .md\:-inset-120 {
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px;
  }

  .md\:-inset-190 {
    top: -190px;
    right: -190px;
    bottom: -190px;
    left: -190px;
  }

  .md\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .md\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .md\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .md\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .md\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .md\:-inset-30\% {
    top: -30%;
    right: -30%;
    bottom: -30%;
    left: -30%;
  }

  .md\:-inset-7\.5r {
    top: -1.875rem;
    right: -1.875rem;
    bottom: -1.875rem;
    left: -1.875rem;
  }

  .md\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .md\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .md\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .md\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .md\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .md\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .md\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .md\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .md\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .md\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .md\:inset-x-0 {
    left: 0;
    right: 0;
  }

  .md\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .md\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .md\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .md\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .md\:inset-x-5 {
    left: 5px;
    right: 5px;
  }

  .md\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .md\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .md\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .md\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .md\:inset-x-10 {
    left: 10px;
    right: 10px;
  }

  .md\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .md\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .md\:inset-x-14 {
    left: 14px;
    right: 14px;
  }

  .md\:inset-x-16 {
    left: 16px;
    right: 16px;
  }

  .md\:inset-x-20 {
    left: 20px;
    right: 20px;
  }

  .md\:inset-x-24 {
    left: 24px;
    right: 24px;
  }

  .md\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .md\:inset-x-30 {
    left: 30px;
    right: 30px;
  }

  .md\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .md\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .md\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .md\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .md\:inset-x-48 {
    left: 48px;
    right: 48px;
  }

  .md\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .md\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .md\:inset-x-60 {
    left: 60px;
    right: 60px;
  }

  .md\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .md\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .md\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .md\:inset-x-95 {
    left: 95px;
    right: 95px;
  }

  .md\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .md\:inset-x-120 {
    left: 120px;
    right: 120px;
  }

  .md\:inset-x-190 {
    left: 190px;
    right: 190px;
  }

  .md\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .md\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .md\:inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .md\:inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .md\:inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .md\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .md\:inset-x-30\% {
    left: 30%;
    right: 30%;
  }

  .md\:inset-x-7\.5r {
    left: 1.875rem;
    right: 1.875rem;
  }

  .md\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .md\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .md\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .md\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .md\:-inset-x-5 {
    left: -5px;
    right: -5px;
  }

  .md\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .md\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .md\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .md\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .md\:-inset-x-10 {
    left: -10px;
    right: -10px;
  }

  .md\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .md\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .md\:-inset-x-14 {
    left: -14px;
    right: -14px;
  }

  .md\:-inset-x-16 {
    left: -16px;
    right: -16px;
  }

  .md\:-inset-x-20 {
    left: -20px;
    right: -20px;
  }

  .md\:-inset-x-24 {
    left: -24px;
    right: -24px;
  }

  .md\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .md\:-inset-x-30 {
    left: -30px;
    right: -30px;
  }

  .md\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .md\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .md\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .md\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .md\:-inset-x-48 {
    left: -48px;
    right: -48px;
  }

  .md\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .md\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .md\:-inset-x-60 {
    left: -60px;
    right: -60px;
  }

  .md\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .md\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .md\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .md\:-inset-x-95 {
    left: -95px;
    right: -95px;
  }

  .md\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .md\:-inset-x-120 {
    left: -120px;
    right: -120px;
  }

  .md\:-inset-x-190 {
    left: -190px;
    right: -190px;
  }

  .md\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .md\:-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .md\:-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .md\:-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .md\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .md\:-inset-x-30\% {
    left: -30%;
    right: -30%;
  }

  .md\:-inset-x-7\.5r {
    left: -1.875rem;
    right: -1.875rem;
  }

  .md\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .md\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .md\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .md\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .md\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .md\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .md\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .md\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .md\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .md\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .md\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .md\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .md\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .md\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .md\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .md\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .md\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .md\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .md\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .md\:inset-y-5 {
    top: 5px;
    bottom: 5px;
  }

  .md\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .md\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .md\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .md\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .md\:inset-y-10 {
    top: 10px;
    bottom: 10px;
  }

  .md\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .md\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .md\:inset-y-14 {
    top: 14px;
    bottom: 14px;
  }

  .md\:inset-y-16 {
    top: 16px;
    bottom: 16px;
  }

  .md\:inset-y-20 {
    top: 20px;
    bottom: 20px;
  }

  .md\:inset-y-24 {
    top: 24px;
    bottom: 24px;
  }

  .md\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .md\:inset-y-30 {
    top: 30px;
    bottom: 30px;
  }

  .md\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .md\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .md\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .md\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .md\:inset-y-48 {
    top: 48px;
    bottom: 48px;
  }

  .md\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .md\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .md\:inset-y-60 {
    top: 60px;
    bottom: 60px;
  }

  .md\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .md\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .md\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .md\:inset-y-95 {
    top: 95px;
    bottom: 95px;
  }

  .md\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .md\:inset-y-120 {
    top: 120px;
    bottom: 120px;
  }

  .md\:inset-y-190 {
    top: 190px;
    bottom: 190px;
  }

  .md\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .md\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .md\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .md\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .md\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .md\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .md\:inset-y-30\% {
    top: 30%;
    bottom: 30%;
  }

  .md\:inset-y-7\.5r {
    top: 1.875rem;
    bottom: 1.875rem;
  }

  .md\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .md\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .md\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .md\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .md\:-inset-y-5 {
    top: -5px;
    bottom: -5px;
  }

  .md\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .md\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .md\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .md\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .md\:-inset-y-10 {
    top: -10px;
    bottom: -10px;
  }

  .md\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .md\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .md\:-inset-y-14 {
    top: -14px;
    bottom: -14px;
  }

  .md\:-inset-y-16 {
    top: -16px;
    bottom: -16px;
  }

  .md\:-inset-y-20 {
    top: -20px;
    bottom: -20px;
  }

  .md\:-inset-y-24 {
    top: -24px;
    bottom: -24px;
  }

  .md\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .md\:-inset-y-30 {
    top: -30px;
    bottom: -30px;
  }

  .md\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .md\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .md\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .md\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .md\:-inset-y-48 {
    top: -48px;
    bottom: -48px;
  }

  .md\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .md\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .md\:-inset-y-60 {
    top: -60px;
    bottom: -60px;
  }

  .md\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .md\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .md\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .md\:-inset-y-95 {
    top: -95px;
    bottom: -95px;
  }

  .md\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .md\:-inset-y-120 {
    top: -120px;
    bottom: -120px;
  }

  .md\:-inset-y-190 {
    top: -190px;
    bottom: -190px;
  }

  .md\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .md\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .md\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .md\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .md\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .md\:-inset-y-30\% {
    top: -30%;
    bottom: -30%;
  }

  .md\:-inset-y-7\.5r {
    top: -1.875rem;
    bottom: -1.875rem;
  }

  .md\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .md\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .md\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .md\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .md\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .md\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .md\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .md\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .md\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .md\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .md\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .md\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .md\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .md\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .md\:top-0 {
    top: 0;
  }

  .md\:top-1 {
    top: 0.25rem;
  }

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

  .md\:top-3 {
    top: 0.75rem;
  }

  .md\:top-4 {
    top: 1rem;
  }

  .md\:top-5 {
    top: 5px;
  }

  .md\:top-6 {
    top: 1.5rem;
  }

  .md\:top-7 {
    top: 1.75rem;
  }

  .md\:top-8 {
    top: 2rem;
  }

  .md\:top-9 {
    top: 2.25rem;
  }

  .md\:top-10 {
    top: 10px;
  }

  .md\:top-11 {
    top: 2.75rem;
  }

  .md\:top-12 {
    top: 3rem;
  }

  .md\:top-14 {
    top: 14px;
  }

  .md\:top-16 {
    top: 16px;
  }

  .md\:top-20 {
    top: 20px;
  }

  .md\:top-24 {
    top: 24px;
  }

  .md\:top-28 {
    top: 7rem;
  }

  .md\:top-30 {
    top: 30px;
  }

  .md\:top-32 {
    top: 8rem;
  }

  .md\:top-36 {
    top: 9rem;
  }

  .md\:top-40 {
    top: 10rem;
  }

  .md\:top-44 {
    top: 11rem;
  }

  .md\:top-48 {
    top: 48px;
  }

  .md\:top-52 {
    top: 13rem;
  }

  .md\:top-56 {
    top: 14rem;
  }

  .md\:top-60 {
    top: 60px;
  }

  .md\:top-64 {
    top: 16rem;
  }

  .md\:top-72 {
    top: 18rem;
  }

  .md\:top-80 {
    top: 20rem;
  }

  .md\:top-95 {
    top: 95px;
  }

  .md\:top-96 {
    top: 24rem;
  }

  .md\:top-120 {
    top: 120px;
  }

  .md\:top-190 {
    top: 190px;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:top-px {
    top: 1px;
  }

  .md\:top-0\.5 {
    top: 0.125rem;
  }

  .md\:top-1\.5 {
    top: 0.375rem;
  }

  .md\:top-2\.5 {
    top: 0.625rem;
  }

  .md\:top-3\.5 {
    top: 0.875rem;
  }

  .md\:top-30\% {
    top: 30%;
  }

  .md\:top-7\.5r {
    top: 1.875rem;
  }

  .md\:-top-1 {
    top: -0.25rem;
  }

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

  .md\:-top-3 {
    top: -0.75rem;
  }

  .md\:-top-4 {
    top: -1rem;
  }

  .md\:-top-5 {
    top: -5px;
  }

  .md\:-top-6 {
    top: -1.5rem;
  }

  .md\:-top-7 {
    top: -1.75rem;
  }

  .md\:-top-8 {
    top: -2rem;
  }

  .md\:-top-9 {
    top: -2.25rem;
  }

  .md\:-top-10 {
    top: -10px;
  }

  .md\:-top-11 {
    top: -2.75rem;
  }

  .md\:-top-12 {
    top: -3rem;
  }

  .md\:-top-14 {
    top: -14px;
  }

  .md\:-top-16 {
    top: -16px;
  }

  .md\:-top-20 {
    top: -20px;
  }

  .md\:-top-24 {
    top: -24px;
  }

  .md\:-top-28 {
    top: -7rem;
  }

  .md\:-top-30 {
    top: -30px;
  }

  .md\:-top-32 {
    top: -8rem;
  }

  .md\:-top-36 {
    top: -9rem;
  }

  .md\:-top-40 {
    top: -10rem;
  }

  .md\:-top-44 {
    top: -11rem;
  }

  .md\:-top-48 {
    top: -48px;
  }

  .md\:-top-52 {
    top: -13rem;
  }

  .md\:-top-56 {
    top: -14rem;
  }

  .md\:-top-60 {
    top: -60px;
  }

  .md\:-top-64 {
    top: -16rem;
  }

  .md\:-top-72 {
    top: -18rem;
  }

  .md\:-top-80 {
    top: -20rem;
  }

  .md\:-top-95 {
    top: -95px;
  }

  .md\:-top-96 {
    top: -24rem;
  }

  .md\:-top-120 {
    top: -120px;
  }

  .md\:-top-190 {
    top: -190px;
  }

  .md\:-top-px {
    top: -1px;
  }

  .md\:-top-0\.5 {
    top: -0.125rem;
  }

  .md\:-top-1\.5 {
    top: -0.375rem;
  }

  .md\:-top-2\.5 {
    top: -0.625rem;
  }

  .md\:-top-3\.5 {
    top: -0.875rem;
  }

  .md\:-top-30\% {
    top: -30%;
  }

  .md\:-top-7\.5r {
    top: -1.875rem;
  }

  .md\:top-1\/2 {
    top: 50%;
  }

  .md\:top-1\/3 {
    top: 33.333333%;
  }

  .md\:top-2\/3 {
    top: 66.666667%;
  }

  .md\:top-1\/4 {
    top: 25%;
  }

  .md\:top-2\/4 {
    top: 50%;
  }

  .md\:top-3\/4 {
    top: 75%;
  }

  .md\:top-full {
    top: 100%;
  }

  .md\:-top-1\/2 {
    top: -50%;
  }

  .md\:-top-1\/3 {
    top: -33.333333%;
  }

  .md\:-top-2\/3 {
    top: -66.666667%;
  }

  .md\:-top-1\/4 {
    top: -25%;
  }

  .md\:-top-2\/4 {
    top: -50%;
  }

  .md\:-top-3\/4 {
    top: -75%;
  }

  .md\:-top-full {
    top: -100%;
  }

  .md\:right-0 {
    right: 0;
  }

  .md\:right-1 {
    right: 0.25rem;
  }

  .md\:right-2 {
    right: 0.5rem;
  }

  .md\:right-3 {
    right: 0.75rem;
  }

  .md\:right-4 {
    right: 1rem;
  }

  .md\:right-5 {
    right: 5px;
  }

  .md\:right-6 {
    right: 1.5rem;
  }

  .md\:right-7 {
    right: 1.75rem;
  }

  .md\:right-8 {
    right: 2rem;
  }

  .md\:right-9 {
    right: 2.25rem;
  }

  .md\:right-10 {
    right: 10px;
  }

  .md\:right-11 {
    right: 2.75rem;
  }

  .md\:right-12 {
    right: 3rem;
  }

  .md\:right-14 {
    right: 14px;
  }

  .md\:right-16 {
    right: 16px;
  }

  .md\:right-20 {
    right: 20px;
  }

  .md\:right-24 {
    right: 24px;
  }

  .md\:right-28 {
    right: 7rem;
  }

  .md\:right-30 {
    right: 30px;
  }

  .md\:right-32 {
    right: 8rem;
  }

  .md\:right-36 {
    right: 9rem;
  }

  .md\:right-40 {
    right: 10rem;
  }

  .md\:right-44 {
    right: 11rem;
  }

  .md\:right-48 {
    right: 48px;
  }

  .md\:right-52 {
    right: 13rem;
  }

  .md\:right-56 {
    right: 14rem;
  }

  .md\:right-60 {
    right: 60px;
  }

  .md\:right-64 {
    right: 16rem;
  }

  .md\:right-72 {
    right: 18rem;
  }

  .md\:right-80 {
    right: 20rem;
  }

  .md\:right-95 {
    right: 95px;
  }

  .md\:right-96 {
    right: 24rem;
  }

  .md\:right-120 {
    right: 120px;
  }

  .md\:right-190 {
    right: 190px;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:right-px {
    right: 1px;
  }

  .md\:right-0\.5 {
    right: 0.125rem;
  }

  .md\:right-1\.5 {
    right: 0.375rem;
  }

  .md\:right-2\.5 {
    right: 0.625rem;
  }

  .md\:right-3\.5 {
    right: 0.875rem;
  }

  .md\:right-30\% {
    right: 30%;
  }

  .md\:right-7\.5r {
    right: 1.875rem;
  }

  .md\:-right-1 {
    right: -0.25rem;
  }

  .md\:-right-2 {
    right: -0.5rem;
  }

  .md\:-right-3 {
    right: -0.75rem;
  }

  .md\:-right-4 {
    right: -1rem;
  }

  .md\:-right-5 {
    right: -5px;
  }

  .md\:-right-6 {
    right: -1.5rem;
  }

  .md\:-right-7 {
    right: -1.75rem;
  }

  .md\:-right-8 {
    right: -2rem;
  }

  .md\:-right-9 {
    right: -2.25rem;
  }

  .md\:-right-10 {
    right: -10px;
  }

  .md\:-right-11 {
    right: -2.75rem;
  }

  .md\:-right-12 {
    right: -3rem;
  }

  .md\:-right-14 {
    right: -14px;
  }

  .md\:-right-16 {
    right: -16px;
  }

  .md\:-right-20 {
    right: -20px;
  }

  .md\:-right-24 {
    right: -24px;
  }

  .md\:-right-28 {
    right: -7rem;
  }

  .md\:-right-30 {
    right: -30px;
  }

  .md\:-right-32 {
    right: -8rem;
  }

  .md\:-right-36 {
    right: -9rem;
  }

  .md\:-right-40 {
    right: -10rem;
  }

  .md\:-right-44 {
    right: -11rem;
  }

  .md\:-right-48 {
    right: -48px;
  }

  .md\:-right-52 {
    right: -13rem;
  }

  .md\:-right-56 {
    right: -14rem;
  }

  .md\:-right-60 {
    right: -60px;
  }

  .md\:-right-64 {
    right: -16rem;
  }

  .md\:-right-72 {
    right: -18rem;
  }

  .md\:-right-80 {
    right: -20rem;
  }

  .md\:-right-95 {
    right: -95px;
  }

  .md\:-right-96 {
    right: -24rem;
  }

  .md\:-right-120 {
    right: -120px;
  }

  .md\:-right-190 {
    right: -190px;
  }

  .md\:-right-px {
    right: -1px;
  }

  .md\:-right-0\.5 {
    right: -0.125rem;
  }

  .md\:-right-1\.5 {
    right: -0.375rem;
  }

  .md\:-right-2\.5 {
    right: -0.625rem;
  }

  .md\:-right-3\.5 {
    right: -0.875rem;
  }

  .md\:-right-30\% {
    right: -30%;
  }

  .md\:-right-7\.5r {
    right: -1.875rem;
  }

  .md\:right-1\/2 {
    right: 50%;
  }

  .md\:right-1\/3 {
    right: 33.333333%;
  }

  .md\:right-2\/3 {
    right: 66.666667%;
  }

  .md\:right-1\/4 {
    right: 25%;
  }

  .md\:right-2\/4 {
    right: 50%;
  }

  .md\:right-3\/4 {
    right: 75%;
  }

  .md\:right-full {
    right: 100%;
  }

  .md\:-right-1\/2 {
    right: -50%;
  }

  .md\:-right-1\/3 {
    right: -33.333333%;
  }

  .md\:-right-2\/3 {
    right: -66.666667%;
  }

  .md\:-right-1\/4 {
    right: -25%;
  }

  .md\:-right-2\/4 {
    right: -50%;
  }

  .md\:-right-3\/4 {
    right: -75%;
  }

  .md\:-right-full {
    right: -100%;
  }

  .md\:bottom-0 {
    bottom: 0;
  }

  .md\:bottom-1 {
    bottom: 0.25rem;
  }

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

  .md\:bottom-3 {
    bottom: 0.75rem;
  }

  .md\:bottom-4 {
    bottom: 1rem;
  }

  .md\:bottom-5 {
    bottom: 5px;
  }

  .md\:bottom-6 {
    bottom: 1.5rem;
  }

  .md\:bottom-7 {
    bottom: 1.75rem;
  }

  .md\:bottom-8 {
    bottom: 2rem;
  }

  .md\:bottom-9 {
    bottom: 2.25rem;
  }

  .md\:bottom-10 {
    bottom: 10px;
  }

  .md\:bottom-11 {
    bottom: 2.75rem;
  }

  .md\:bottom-12 {
    bottom: 3rem;
  }

  .md\:bottom-14 {
    bottom: 14px;
  }

  .md\:bottom-16 {
    bottom: 16px;
  }

  .md\:bottom-20 {
    bottom: 20px;
  }

  .md\:bottom-24 {
    bottom: 24px;
  }

  .md\:bottom-28 {
    bottom: 7rem;
  }

  .md\:bottom-30 {
    bottom: 30px;
  }

  .md\:bottom-32 {
    bottom: 8rem;
  }

  .md\:bottom-36 {
    bottom: 9rem;
  }

  .md\:bottom-40 {
    bottom: 10rem;
  }

  .md\:bottom-44 {
    bottom: 11rem;
  }

  .md\:bottom-48 {
    bottom: 48px;
  }

  .md\:bottom-52 {
    bottom: 13rem;
  }

  .md\:bottom-56 {
    bottom: 14rem;
  }

  .md\:bottom-60 {
    bottom: 60px;
  }

  .md\:bottom-64 {
    bottom: 16rem;
  }

  .md\:bottom-72 {
    bottom: 18rem;
  }

  .md\:bottom-80 {
    bottom: 20rem;
  }

  .md\:bottom-95 {
    bottom: 95px;
  }

  .md\:bottom-96 {
    bottom: 24rem;
  }

  .md\:bottom-120 {
    bottom: 120px;
  }

  .md\:bottom-190 {
    bottom: 190px;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

  .md\:bottom-px {
    bottom: 1px;
  }

  .md\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .md\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .md\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .md\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .md\:bottom-30\% {
    bottom: 30%;
  }

  .md\:bottom-7\.5r {
    bottom: 1.875rem;
  }

  .md\:-bottom-1 {
    bottom: -0.25rem;
  }

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

  .md\:-bottom-3 {
    bottom: -0.75rem;
  }

  .md\:-bottom-4 {
    bottom: -1rem;
  }

  .md\:-bottom-5 {
    bottom: -5px;
  }

  .md\:-bottom-6 {
    bottom: -1.5rem;
  }

  .md\:-bottom-7 {
    bottom: -1.75rem;
  }

  .md\:-bottom-8 {
    bottom: -2rem;
  }

  .md\:-bottom-9 {
    bottom: -2.25rem;
  }

  .md\:-bottom-10 {
    bottom: -10px;
  }

  .md\:-bottom-11 {
    bottom: -2.75rem;
  }

  .md\:-bottom-12 {
    bottom: -3rem;
  }

  .md\:-bottom-14 {
    bottom: -14px;
  }

  .md\:-bottom-16 {
    bottom: -16px;
  }

  .md\:-bottom-20 {
    bottom: -20px;
  }

  .md\:-bottom-24 {
    bottom: -24px;
  }

  .md\:-bottom-28 {
    bottom: -7rem;
  }

  .md\:-bottom-30 {
    bottom: -30px;
  }

  .md\:-bottom-32 {
    bottom: -8rem;
  }

  .md\:-bottom-36 {
    bottom: -9rem;
  }

  .md\:-bottom-40 {
    bottom: -10rem;
  }

  .md\:-bottom-44 {
    bottom: -11rem;
  }

  .md\:-bottom-48 {
    bottom: -48px;
  }

  .md\:-bottom-52 {
    bottom: -13rem;
  }

  .md\:-bottom-56 {
    bottom: -14rem;
  }

  .md\:-bottom-60 {
    bottom: -60px;
  }

  .md\:-bottom-64 {
    bottom: -16rem;
  }

  .md\:-bottom-72 {
    bottom: -18rem;
  }

  .md\:-bottom-80 {
    bottom: -20rem;
  }

  .md\:-bottom-95 {
    bottom: -95px;
  }

  .md\:-bottom-96 {
    bottom: -24rem;
  }

  .md\:-bottom-120 {
    bottom: -120px;
  }

  .md\:-bottom-190 {
    bottom: -190px;
  }

  .md\:-bottom-px {
    bottom: -1px;
  }

  .md\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .md\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .md\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .md\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .md\:-bottom-30\% {
    bottom: -30%;
  }

  .md\:-bottom-7\.5r {
    bottom: -1.875rem;
  }

  .md\:bottom-1\/2 {
    bottom: 50%;
  }

  .md\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .md\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .md\:bottom-1\/4 {
    bottom: 25%;
  }

  .md\:bottom-2\/4 {
    bottom: 50%;
  }

  .md\:bottom-3\/4 {
    bottom: 75%;
  }

  .md\:bottom-full {
    bottom: 100%;
  }

  .md\:-bottom-1\/2 {
    bottom: -50%;
  }

  .md\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .md\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .md\:-bottom-1\/4 {
    bottom: -25%;
  }

  .md\:-bottom-2\/4 {
    bottom: -50%;
  }

  .md\:-bottom-3\/4 {
    bottom: -75%;
  }

  .md\:-bottom-full {
    bottom: -100%;
  }

  .md\:left-0 {
    left: 0;
  }

  .md\:left-1 {
    left: 0.25rem;
  }

  .md\:left-2 {
    left: 0.5rem;
  }

  .md\:left-3 {
    left: 0.75rem;
  }

  .md\:left-4 {
    left: 1rem;
  }

  .md\:left-5 {
    left: 5px;
  }

  .md\:left-6 {
    left: 1.5rem;
  }

  .md\:left-7 {
    left: 1.75rem;
  }

  .md\:left-8 {
    left: 2rem;
  }

  .md\:left-9 {
    left: 2.25rem;
  }

  .md\:left-10 {
    left: 10px;
  }

  .md\:left-11 {
    left: 2.75rem;
  }

  .md\:left-12 {
    left: 3rem;
  }

  .md\:left-14 {
    left: 14px;
  }

  .md\:left-16 {
    left: 16px;
  }

  .md\:left-20 {
    left: 20px;
  }

  .md\:left-24 {
    left: 24px;
  }

  .md\:left-28 {
    left: 7rem;
  }

  .md\:left-30 {
    left: 30px;
  }

  .md\:left-32 {
    left: 8rem;
  }

  .md\:left-36 {
    left: 9rem;
  }

  .md\:left-40 {
    left: 10rem;
  }

  .md\:left-44 {
    left: 11rem;
  }

  .md\:left-48 {
    left: 48px;
  }

  .md\:left-52 {
    left: 13rem;
  }

  .md\:left-56 {
    left: 14rem;
  }

  .md\:left-60 {
    left: 60px;
  }

  .md\:left-64 {
    left: 16rem;
  }

  .md\:left-72 {
    left: 18rem;
  }

  .md\:left-80 {
    left: 20rem;
  }

  .md\:left-95 {
    left: 95px;
  }

  .md\:left-96 {
    left: 24rem;
  }

  .md\:left-120 {
    left: 120px;
  }

  .md\:left-190 {
    left: 190px;
  }

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

  .md\:left-px {
    left: 1px;
  }

  .md\:left-0\.5 {
    left: 0.125rem;
  }

  .md\:left-1\.5 {
    left: 0.375rem;
  }

  .md\:left-2\.5 {
    left: 0.625rem;
  }

  .md\:left-3\.5 {
    left: 0.875rem;
  }

  .md\:left-30\% {
    left: 30%;
  }

  .md\:left-7\.5r {
    left: 1.875rem;
  }

  .md\:-left-1 {
    left: -0.25rem;
  }

  .md\:-left-2 {
    left: -0.5rem;
  }

  .md\:-left-3 {
    left: -0.75rem;
  }

  .md\:-left-4 {
    left: -1rem;
  }

  .md\:-left-5 {
    left: -5px;
  }

  .md\:-left-6 {
    left: -1.5rem;
  }

  .md\:-left-7 {
    left: -1.75rem;
  }

  .md\:-left-8 {
    left: -2rem;
  }

  .md\:-left-9 {
    left: -2.25rem;
  }

  .md\:-left-10 {
    left: -10px;
  }

  .md\:-left-11 {
    left: -2.75rem;
  }

  .md\:-left-12 {
    left: -3rem;
  }

  .md\:-left-14 {
    left: -14px;
  }

  .md\:-left-16 {
    left: -16px;
  }

  .md\:-left-20 {
    left: -20px;
  }

  .md\:-left-24 {
    left: -24px;
  }

  .md\:-left-28 {
    left: -7rem;
  }

  .md\:-left-30 {
    left: -30px;
  }

  .md\:-left-32 {
    left: -8rem;
  }

  .md\:-left-36 {
    left: -9rem;
  }

  .md\:-left-40 {
    left: -10rem;
  }

  .md\:-left-44 {
    left: -11rem;
  }

  .md\:-left-48 {
    left: -48px;
  }

  .md\:-left-52 {
    left: -13rem;
  }

  .md\:-left-56 {
    left: -14rem;
  }

  .md\:-left-60 {
    left: -60px;
  }

  .md\:-left-64 {
    left: -16rem;
  }

  .md\:-left-72 {
    left: -18rem;
  }

  .md\:-left-80 {
    left: -20rem;
  }

  .md\:-left-95 {
    left: -95px;
  }

  .md\:-left-96 {
    left: -24rem;
  }

  .md\:-left-120 {
    left: -120px;
  }

  .md\:-left-190 {
    left: -190px;
  }

  .md\:-left-px {
    left: -1px;
  }

  .md\:-left-0\.5 {
    left: -0.125rem;
  }

  .md\:-left-1\.5 {
    left: -0.375rem;
  }

  .md\:-left-2\.5 {
    left: -0.625rem;
  }

  .md\:-left-3\.5 {
    left: -0.875rem;
  }

  .md\:-left-30\% {
    left: -30%;
  }

  .md\:-left-7\.5r {
    left: -1.875rem;
  }

  .md\:left-1\/2 {
    left: 50%;
  }

  .md\:left-1\/3 {
    left: 33.333333%;
  }

  .md\:left-2\/3 {
    left: 66.666667%;
  }

  .md\:left-1\/4 {
    left: 25%;
  }

  .md\:left-2\/4 {
    left: 50%;
  }

  .md\:left-3\/4 {
    left: 75%;
  }

  .md\:left-full {
    left: 100%;
  }

  .md\:-left-1\/2 {
    left: -50%;
  }

  .md\:-left-1\/3 {
    left: -33.333333%;
  }

  .md\:-left-2\/3 {
    left: -66.666667%;
  }

  .md\:-left-1\/4 {
    left: -25%;
  }

  .md\:-left-2\/4 {
    left: -50%;
  }

  .md\:-left-3\/4 {
    left: -75%;
  }

  .md\:-left-full {
    left: -100%;
  }

  .md\:isolate {
    isolation: isolate;
  }

  .md\:isolation-auto {
    isolation: auto;
  }

  .md\:z-0 {
    z-index: 0;
  }

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

  .md\:z-10 {
    z-index: 10;
  }

  .md\:z-20 {
    z-index: 20;
  }

  .md\:z-30 {
    z-index: 30;
  }

  .md\:z-40 {
    z-index: 40;
  }

  .md\:z-50 {
    z-index: 50;
  }

  .md\:z-auto {
    z-index: auto;
  }

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

  .md\:-z-10 {
    z-index: -10;
  }

  .md\:-z-20 {
    z-index: -20;
  }

  .md\:focus-within\:z-0[focus-within] {
    z-index: 0;
  }

  .md\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .md\:focus-within\:z-1[focus-within] {
    z-index: 1;
  }

  .md\:focus-within\:z-1:focus-within {
    z-index: 1;
  }

  .md\:focus-within\:z-10[focus-within] {
    z-index: 10;
  }

  .md\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .md\:focus-within\:z-20[focus-within] {
    z-index: 20;
  }

  .md\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .md\:focus-within\:z-30[focus-within] {
    z-index: 30;
  }

  .md\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .md\:focus-within\:z-40[focus-within] {
    z-index: 40;
  }

  .md\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .md\:focus-within\:z-50[focus-within] {
    z-index: 50;
  }

  .md\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .md\:focus-within\:z-auto[focus-within] {
    z-index: auto;
  }

  .md\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .md\:focus-within\:-z-1[focus-within] {
    z-index: -1;
  }

  .md\:focus-within\:-z-1:focus-within {
    z-index: -1;
  }

  .md\:focus-within\:-z-10[focus-within] {
    z-index: -10;
  }

  .md\:focus-within\:-z-10:focus-within {
    z-index: -10;
  }

  .md\:focus-within\:-z-20[focus-within] {
    z-index: -20;
  }

  .md\:focus-within\:-z-20:focus-within {
    z-index: -20;
  }

  .md\:focus\:z-0:focus {
    z-index: 0;
  }

  .md\:focus\:z-1:focus {
    z-index: 1;
  }

  .md\:focus\:z-10:focus {
    z-index: 10;
  }

  .md\:focus\:z-20:focus {
    z-index: 20;
  }

  .md\:focus\:z-30:focus {
    z-index: 30;
  }

  .md\:focus\:z-40:focus {
    z-index: 40;
  }

  .md\:focus\:z-50:focus {
    z-index: 50;
  }

  .md\:focus\:z-auto:focus {
    z-index: auto;
  }

  .md\:focus\:-z-1:focus {
    z-index: -1;
  }

  .md\:focus\:-z-10:focus {
    z-index: -10;
  }

  .md\:focus\:-z-20:focus {
    z-index: -20;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:order-4 {
    order: 4;
  }

  .md\:order-5 {
    order: 5;
  }

  .md\:order-6 {
    order: 6;
  }

  .md\:order-7 {
    order: 7;
  }

  .md\:order-8 {
    order: 8;
  }

  .md\:order-9 {
    order: 9;
  }

  .md\:order-10 {
    order: 10;
  }

  .md\:order-11 {
    order: 11;
  }

  .md\:order-12 {
    order: 12;
  }

  .md\:order-first {
    order: -9999;
  }

  .md\:order-last {
    order: 9999;
  }

  .md\:order-none {
    order: 0;
  }

  .md\:col-auto {
    grid-column: auto;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .md\:col-span-full {
    grid-column: 1 / -1;
  }

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:col-start-4 {
    grid-column-start: 4;
  }

  .md\:col-start-5 {
    grid-column-start: 5;
  }

  .md\:col-start-6 {
    grid-column-start: 6;
  }

  .md\:col-start-7 {
    grid-column-start: 7;
  }

  .md\:col-start-8 {
    grid-column-start: 8;
  }

  .md\:col-start-9 {
    grid-column-start: 9;
  }

  .md\:col-start-10 {
    grid-column-start: 10;
  }

  .md\:col-start-11 {
    grid-column-start: 11;
  }

  .md\:col-start-12 {
    grid-column-start: 12;
  }

  .md\:col-start-13 {
    grid-column-start: 13;
  }

  .md\:col-start-auto {
    grid-column-start: auto;
  }

  .md\:col-end-1 {
    grid-column-end: 1;
  }

  .md\:col-end-2 {
    grid-column-end: 2;
  }

  .md\:col-end-3 {
    grid-column-end: 3;
  }

  .md\:col-end-4 {
    grid-column-end: 4;
  }

  .md\:col-end-5 {
    grid-column-end: 5;
  }

  .md\:col-end-6 {
    grid-column-end: 6;
  }

  .md\:col-end-7 {
    grid-column-end: 7;
  }

  .md\:col-end-8 {
    grid-column-end: 8;
  }

  .md\:col-end-9 {
    grid-column-end: 9;
  }

  .md\:col-end-10 {
    grid-column-end: 10;
  }

  .md\:col-end-11 {
    grid-column-end: 11;
  }

  .md\:col-end-12 {
    grid-column-end: 12;
  }

  .md\:col-end-13 {
    grid-column-end: 13;
  }

  .md\:col-end-auto {
    grid-column-end: auto;
  }

  .md\:row-auto {
    grid-row: auto;
  }

  .md\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .md\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .md\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .md\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .md\:row-span-full {
    grid-row: 1 / -1;
  }

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:row-start-2 {
    grid-row-start: 2;
  }

  .md\:row-start-3 {
    grid-row-start: 3;
  }

  .md\:row-start-4 {
    grid-row-start: 4;
  }

  .md\:row-start-5 {
    grid-row-start: 5;
  }

  .md\:row-start-6 {
    grid-row-start: 6;
  }

  .md\:row-start-7 {
    grid-row-start: 7;
  }

  .md\:row-start-auto {
    grid-row-start: auto;
  }

  .md\:row-end-1 {
    grid-row-end: 1;
  }

  .md\:row-end-2 {
    grid-row-end: 2;
  }

  .md\:row-end-3 {
    grid-row-end: 3;
  }

  .md\:row-end-4 {
    grid-row-end: 4;
  }

  .md\:row-end-5 {
    grid-row-end: 5;
  }

  .md\:row-end-6 {
    grid-row-end: 6;
  }

  .md\:row-end-7 {
    grid-row-end: 7;
  }

  .md\:row-end-auto {
    grid-row-end: auto;
  }

  .md\:float-right {
    float: right;
  }

  .md\:float-left {
    float: left;
  }

  .md\:float-none {
    float: none;
  }

  .md\:clear-left {
    clear: left;
  }

  .md\:clear-right {
    clear: right;
  }

  .md\:clear-both {
    clear: both;
  }

  .md\:clear-none {
    clear: none;
  }

  .md\:m-0 {
    margin: 0;
  }

  .md\:m-1 {
    margin: 0.25rem;
  }

  .md\:m-2 {
    margin: 0.5rem;
  }

  .md\:m-3 {
    margin: 0.75rem;
  }

  .md\:m-4 {
    margin: 1rem;
  }

  .md\:m-5 {
    margin: 5px;
  }

  .md\:m-6 {
    margin: 1.5rem;
  }

  .md\:m-7 {
    margin: 1.75rem;
  }

  .md\:m-8 {
    margin: 2rem;
  }

  .md\:m-9 {
    margin: 2.25rem;
  }

  .md\:m-10 {
    margin: 10px;
  }

  .md\:m-11 {
    margin: 2.75rem;
  }

  .md\:m-12 {
    margin: 3rem;
  }

  .md\:m-14 {
    margin: 14px;
  }

  .md\:m-16 {
    margin: 16px;
  }

  .md\:m-20 {
    margin: 20px;
  }

  .md\:m-24 {
    margin: 24px;
  }

  .md\:m-28 {
    margin: 7rem;
  }

  .md\:m-30 {
    margin: 30px;
  }

  .md\:m-32 {
    margin: 8rem;
  }

  .md\:m-36 {
    margin: 9rem;
  }

  .md\:m-40 {
    margin: 10rem;
  }

  .md\:m-44 {
    margin: 11rem;
  }

  .md\:m-48 {
    margin: 48px;
  }

  .md\:m-52 {
    margin: 13rem;
  }

  .md\:m-56 {
    margin: 14rem;
  }

  .md\:m-60 {
    margin: 60px;
  }

  .md\:m-64 {
    margin: 16rem;
  }

  .md\:m-72 {
    margin: 18rem;
  }

  .md\:m-80 {
    margin: 20rem;
  }

  .md\:m-95 {
    margin: 95px;
  }

  .md\:m-96 {
    margin: 24rem;
  }

  .md\:m-120 {
    margin: 120px;
  }

  .md\:m-190 {
    margin: 190px;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:m-px {
    margin: 1px;
  }

  .md\:m-0\.5 {
    margin: 0.125rem;
  }

  .md\:m-1\.5 {
    margin: 0.375rem;
  }

  .md\:m-2\.5 {
    margin: 0.625rem;
  }

  .md\:m-3\.5 {
    margin: 0.875rem;
  }

  .md\:m-30\% {
    margin: 30%;
  }

  .md\:m-7\.5r {
    margin: 1.875rem;
  }

  .md\:-m-1 {
    margin: -0.25rem;
  }

  .md\:-m-2 {
    margin: -0.5rem;
  }

  .md\:-m-3 {
    margin: -0.75rem;
  }

  .md\:-m-4 {
    margin: -1rem;
  }

  .md\:-m-5 {
    margin: -5px;
  }

  .md\:-m-6 {
    margin: -1.5rem;
  }

  .md\:-m-7 {
    margin: -1.75rem;
  }

  .md\:-m-8 {
    margin: -2rem;
  }

  .md\:-m-9 {
    margin: -2.25rem;
  }

  .md\:-m-10 {
    margin: -10px;
  }

  .md\:-m-11 {
    margin: -2.75rem;
  }

  .md\:-m-12 {
    margin: -3rem;
  }

  .md\:-m-14 {
    margin: -14px;
  }

  .md\:-m-16 {
    margin: -16px;
  }

  .md\:-m-20 {
    margin: -20px;
  }

  .md\:-m-24 {
    margin: -24px;
  }

  .md\:-m-28 {
    margin: -7rem;
  }

  .md\:-m-30 {
    margin: -30px;
  }

  .md\:-m-32 {
    margin: -8rem;
  }

  .md\:-m-36 {
    margin: -9rem;
  }

  .md\:-m-40 {
    margin: -10rem;
  }

  .md\:-m-44 {
    margin: -11rem;
  }

  .md\:-m-48 {
    margin: -48px;
  }

  .md\:-m-52 {
    margin: -13rem;
  }

  .md\:-m-56 {
    margin: -14rem;
  }

  .md\:-m-60 {
    margin: -60px;
  }

  .md\:-m-64 {
    margin: -16rem;
  }

  .md\:-m-72 {
    margin: -18rem;
  }

  .md\:-m-80 {
    margin: -20rem;
  }

  .md\:-m-95 {
    margin: -95px;
  }

  .md\:-m-96 {
    margin: -24rem;
  }

  .md\:-m-120 {
    margin: -120px;
  }

  .md\:-m-190 {
    margin: -190px;
  }

  .md\:-m-px {
    margin: -1px;
  }

  .md\:-m-0\.5 {
    margin: -0.125rem;
  }

  .md\:-m-1\.5 {
    margin: -0.375rem;
  }

  .md\:-m-2\.5 {
    margin: -0.625rem;
  }

  .md\:-m-3\.5 {
    margin: -0.875rem;
  }

  .md\:-m-30\% {
    margin: -30%;
  }

  .md\:-m-7\.5r {
    margin: -1.875rem;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

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

  .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .md\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .md\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .md\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .md\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .md\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

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

  .md\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .md\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .md\:mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .md\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .md\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .md\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .md\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .md\:mx-95 {
    margin-left: 95px;
    margin-right: 95px;
  }

  .md\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .md\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .md\:mx-190 {
    margin-left: 190px;
    margin-right: 190px;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .md\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

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

  .md\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .md\:mx-30\% {
    margin-left: 30%;
    margin-right: 30%;
  }

  .md\:mx-7\.5r {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .md\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

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

  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .md\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .md\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .md\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .md\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .md\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .md\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

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

  .md\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .md\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .md\:-mx-48 {
    margin-left: -48px;
    margin-right: -48px;
  }

  .md\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .md\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .md\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .md\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .md\:-mx-95 {
    margin-left: -95px;
    margin-right: -95px;
  }

  .md\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .md\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .md\:-mx-190 {
    margin-left: -190px;
    margin-right: -190px;
  }

  .md\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .md\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

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

  .md\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .md\:-mx-30\% {
    margin-left: -30%;
    margin-right: -30%;
  }

  .md\:-mx-7\.5r {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

  .md\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .md\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .md\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .md\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .md\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .md\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .md\:my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .md\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .md\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .md\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .md\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .md\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .md\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .md\:my-190 {
    margin-top: 190px;
    margin-bottom: 190px;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .md\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

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

  .md\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .md\:my-30\% {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .md\:my-7\.5r {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

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

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

  .md\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .md\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .md\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .md\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .md\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .md\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .md\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .md\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .md\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .md\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .md\:-my-48 {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .md\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .md\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .md\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .md\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .md\:-my-95 {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .md\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .md\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .md\:-my-190 {
    margin-top: -190px;
    margin-bottom: -190px;
  }

  .md\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .md\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

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

  .md\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .md\:-my-30\% {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .md\:-my-7\.5r {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

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

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

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

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

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

  .md\:mt-5 {
    margin-top: 5px;
  }

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

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

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

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

  .md\:mt-10 {
    margin-top: 10px;
  }

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

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

  .md\:mt-14 {
    margin-top: 14px;
  }

  .md\:mt-16 {
    margin-top: 16px;
  }

  .md\:mt-20 {
    margin-top: 20px;
  }

  .md\:mt-24 {
    margin-top: 24px;
  }

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

  .md\:mt-30 {
    margin-top: 30px;
  }

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

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

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

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

  .md\:mt-48 {
    margin-top: 48px;
  }

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

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

  .md\:mt-60 {
    margin-top: 60px;
  }

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

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

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

  .md\:mt-95 {
    margin-top: 95px;
  }

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

  .md\:mt-120 {
    margin-top: 120px;
  }

  .md\:mt-190 {
    margin-top: 190px;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:mt-px {
    margin-top: 1px;
  }

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

  .md\:mt-1\.5 {
    margin-top: 0.375rem;
  }

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

  .md\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .md\:mt-30\% {
    margin-top: 30%;
  }

  .md\:mt-7\.5r {
    margin-top: 1.875rem;
  }

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

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

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

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

  .md\:-mt-5 {
    margin-top: -5px;
  }

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

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

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

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

  .md\:-mt-10 {
    margin-top: -10px;
  }

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

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

  .md\:-mt-14 {
    margin-top: -14px;
  }

  .md\:-mt-16 {
    margin-top: -16px;
  }

  .md\:-mt-20 {
    margin-top: -20px;
  }

  .md\:-mt-24 {
    margin-top: -24px;
  }

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

  .md\:-mt-30 {
    margin-top: -30px;
  }

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

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

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

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

  .md\:-mt-48 {
    margin-top: -48px;
  }

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

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

  .md\:-mt-60 {
    margin-top: -60px;
  }

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

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

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

  .md\:-mt-95 {
    margin-top: -95px;
  }

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

  .md\:-mt-120 {
    margin-top: -120px;
  }

  .md\:-mt-190 {
    margin-top: -190px;
  }

  .md\:-mt-px {
    margin-top: -1px;
  }

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

  .md\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

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

  .md\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .md\:-mt-30\% {
    margin-top: -30%;
  }

  .md\:-mt-7\.5r {
    margin-top: -1.875rem;
  }

  .md\:mr-0 {
    margin-right: 0;
  }

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

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

  .md\:mr-3 {
    margin-right: 0.75rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mr-5 {
    margin-right: 5px;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mr-7 {
    margin-right: 1.75rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mr-9 {
    margin-right: 2.25rem;
  }

  .md\:mr-10 {
    margin-right: 10px;
  }

  .md\:mr-11 {
    margin-right: 2.75rem;
  }

  .md\:mr-12 {
    margin-right: 3rem;
  }

  .md\:mr-14 {
    margin-right: 14px;
  }

  .md\:mr-16 {
    margin-right: 16px;
  }

  .md\:mr-20 {
    margin-right: 20px;
  }

  .md\:mr-24 {
    margin-right: 24px;
  }

  .md\:mr-28 {
    margin-right: 7rem;
  }

  .md\:mr-30 {
    margin-right: 30px;
  }

  .md\:mr-32 {
    margin-right: 8rem;
  }

  .md\:mr-36 {
    margin-right: 9rem;
  }

  .md\:mr-40 {
    margin-right: 10rem;
  }

  .md\:mr-44 {
    margin-right: 11rem;
  }

  .md\:mr-48 {
    margin-right: 48px;
  }

  .md\:mr-52 {
    margin-right: 13rem;
  }

  .md\:mr-56 {
    margin-right: 14rem;
  }

  .md\:mr-60 {
    margin-right: 60px;
  }

  .md\:mr-64 {
    margin-right: 16rem;
  }

  .md\:mr-72 {
    margin-right: 18rem;
  }

  .md\:mr-80 {
    margin-right: 20rem;
  }

  .md\:mr-95 {
    margin-right: 95px;
  }

  .md\:mr-96 {
    margin-right: 24rem;
  }

  .md\:mr-120 {
    margin-right: 120px;
  }

  .md\:mr-190 {
    margin-right: 190px;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mr-px {
    margin-right: 1px;
  }

  .md\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .md\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .md\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .md\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .md\:mr-30\% {
    margin-right: 30%;
  }

  .md\:mr-7\.5r {
    margin-right: 1.875rem;
  }

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

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

  .md\:-mr-3 {
    margin-right: -0.75rem;
  }

  .md\:-mr-4 {
    margin-right: -1rem;
  }

  .md\:-mr-5 {
    margin-right: -5px;
  }

  .md\:-mr-6 {
    margin-right: -1.5rem;
  }

  .md\:-mr-7 {
    margin-right: -1.75rem;
  }

  .md\:-mr-8 {
    margin-right: -2rem;
  }

  .md\:-mr-9 {
    margin-right: -2.25rem;
  }

  .md\:-mr-10 {
    margin-right: -10px;
  }

  .md\:-mr-11 {
    margin-right: -2.75rem;
  }

  .md\:-mr-12 {
    margin-right: -3rem;
  }

  .md\:-mr-14 {
    margin-right: -14px;
  }

  .md\:-mr-16 {
    margin-right: -16px;
  }

  .md\:-mr-20 {
    margin-right: -20px;
  }

  .md\:-mr-24 {
    margin-right: -24px;
  }

  .md\:-mr-28 {
    margin-right: -7rem;
  }

  .md\:-mr-30 {
    margin-right: -30px;
  }

  .md\:-mr-32 {
    margin-right: -8rem;
  }

  .md\:-mr-36 {
    margin-right: -9rem;
  }

  .md\:-mr-40 {
    margin-right: -10rem;
  }

  .md\:-mr-44 {
    margin-right: -11rem;
  }

  .md\:-mr-48 {
    margin-right: -48px;
  }

  .md\:-mr-52 {
    margin-right: -13rem;
  }

  .md\:-mr-56 {
    margin-right: -14rem;
  }

  .md\:-mr-60 {
    margin-right: -60px;
  }

  .md\:-mr-64 {
    margin-right: -16rem;
  }

  .md\:-mr-72 {
    margin-right: -18rem;
  }

  .md\:-mr-80 {
    margin-right: -20rem;
  }

  .md\:-mr-95 {
    margin-right: -95px;
  }

  .md\:-mr-96 {
    margin-right: -24rem;
  }

  .md\:-mr-120 {
    margin-right: -120px;
  }

  .md\:-mr-190 {
    margin-right: -190px;
  }

  .md\:-mr-px {
    margin-right: -1px;
  }

  .md\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .md\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .md\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .md\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .md\:-mr-30\% {
    margin-right: -30%;
  }

  .md\:-mr-7\.5r {
    margin-right: -1.875rem;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

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

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-5 {
    margin-bottom: 5px;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .md\:mb-10 {
    margin-bottom: 10px;
  }

  .md\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-14 {
    margin-bottom: 14px;
  }

  .md\:mb-16 {
    margin-bottom: 16px;
  }

  .md\:mb-20 {
    margin-bottom: 20px;
  }

  .md\:mb-24 {
    margin-bottom: 24px;
  }

  .md\:mb-28 {
    margin-bottom: 7rem;
  }

  .md\:mb-30 {
    margin-bottom: 30px;
  }

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

  .md\:mb-36 {
    margin-bottom: 9rem;
  }

  .md\:mb-40 {
    margin-bottom: 10rem;
  }

  .md\:mb-44 {
    margin-bottom: 11rem;
  }

  .md\:mb-48 {
    margin-bottom: 48px;
  }

  .md\:mb-52 {
    margin-bottom: 13rem;
  }

  .md\:mb-56 {
    margin-bottom: 14rem;
  }

  .md\:mb-60 {
    margin-bottom: 60px;
  }

  .md\:mb-64 {
    margin-bottom: 16rem;
  }

  .md\:mb-72 {
    margin-bottom: 18rem;
  }

  .md\:mb-80 {
    margin-bottom: 20rem;
  }

  .md\:mb-95 {
    margin-bottom: 95px;
  }

  .md\:mb-96 {
    margin-bottom: 24rem;
  }

  .md\:mb-120 {
    margin-bottom: 120px;
  }

  .md\:mb-190 {
    margin-bottom: 190px;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }

  .md\:mb-px {
    margin-bottom: 1px;
  }

  .md\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .md\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .md\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .md\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .md\:mb-30\% {
    margin-bottom: 30%;
  }

  .md\:mb-7\.5r {
    margin-bottom: 1.875rem;
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }

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

  .md\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .md\:-mb-4 {
    margin-bottom: -1rem;
  }

  .md\:-mb-5 {
    margin-bottom: -5px;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .md\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .md\:-mb-8 {
    margin-bottom: -2rem;
  }

  .md\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .md\:-mb-10 {
    margin-bottom: -10px;
  }

  .md\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .md\:-mb-12 {
    margin-bottom: -3rem;
  }

  .md\:-mb-14 {
    margin-bottom: -14px;
  }

  .md\:-mb-16 {
    margin-bottom: -16px;
  }

  .md\:-mb-20 {
    margin-bottom: -20px;
  }

  .md\:-mb-24 {
    margin-bottom: -24px;
  }

  .md\:-mb-28 {
    margin-bottom: -7rem;
  }

  .md\:-mb-30 {
    margin-bottom: -30px;
  }

  .md\:-mb-32 {
    margin-bottom: -8rem;
  }

  .md\:-mb-36 {
    margin-bottom: -9rem;
  }

  .md\:-mb-40 {
    margin-bottom: -10rem;
  }

  .md\:-mb-44 {
    margin-bottom: -11rem;
  }

  .md\:-mb-48 {
    margin-bottom: -48px;
  }

  .md\:-mb-52 {
    margin-bottom: -13rem;
  }

  .md\:-mb-56 {
    margin-bottom: -14rem;
  }

  .md\:-mb-60 {
    margin-bottom: -60px;
  }

  .md\:-mb-64 {
    margin-bottom: -16rem;
  }

  .md\:-mb-72 {
    margin-bottom: -18rem;
  }

  .md\:-mb-80 {
    margin-bottom: -20rem;
  }

  .md\:-mb-95 {
    margin-bottom: -95px;
  }

  .md\:-mb-96 {
    margin-bottom: -24rem;
  }

  .md\:-mb-120 {
    margin-bottom: -120px;
  }

  .md\:-mb-190 {
    margin-bottom: -190px;
  }

  .md\:-mb-px {
    margin-bottom: -1px;
  }

  .md\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .md\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .md\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .md\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .md\:-mb-30\% {
    margin-bottom: -30%;
  }

  .md\:-mb-7\.5r {
    margin-bottom: -1.875rem;
  }

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

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

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

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

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

  .md\:ml-5 {
    margin-left: 5px;
  }

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

  .md\:ml-7 {
    margin-left: 1.75rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:ml-9 {
    margin-left: 2.25rem;
  }

  .md\:ml-10 {
    margin-left: 10px;
  }

  .md\:ml-11 {
    margin-left: 2.75rem;
  }

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:ml-14 {
    margin-left: 14px;
  }

  .md\:ml-16 {
    margin-left: 16px;
  }

  .md\:ml-20 {
    margin-left: 20px;
  }

  .md\:ml-24 {
    margin-left: 24px;
  }

  .md\:ml-28 {
    margin-left: 7rem;
  }

  .md\:ml-30 {
    margin-left: 30px;
  }

  .md\:ml-32 {
    margin-left: 8rem;
  }

  .md\:ml-36 {
    margin-left: 9rem;
  }

  .md\:ml-40 {
    margin-left: 10rem;
  }

  .md\:ml-44 {
    margin-left: 11rem;
  }

  .md\:ml-48 {
    margin-left: 48px;
  }

  .md\:ml-52 {
    margin-left: 13rem;
  }

  .md\:ml-56 {
    margin-left: 14rem;
  }

  .md\:ml-60 {
    margin-left: 60px;
  }

  .md\:ml-64 {
    margin-left: 16rem;
  }

  .md\:ml-72 {
    margin-left: 18rem;
  }

  .md\:ml-80 {
    margin-left: 20rem;
  }

  .md\:ml-95 {
    margin-left: 95px;
  }

  .md\:ml-96 {
    margin-left: 24rem;
  }

  .md\:ml-120 {
    margin-left: 120px;
  }

  .md\:ml-190 {
    margin-left: 190px;
  }

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

  .md\:ml-px {
    margin-left: 1px;
  }

  .md\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .md\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .md\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .md\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .md\:ml-30\% {
    margin-left: 30%;
  }

  .md\:ml-7\.5r {
    margin-left: 1.875rem;
  }

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

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

  .md\:-ml-3 {
    margin-left: -0.75rem;
  }

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

  .md\:-ml-5 {
    margin-left: -5px;
  }

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

  .md\:-ml-7 {
    margin-left: -1.75rem;
  }

  .md\:-ml-8 {
    margin-left: -2rem;
  }

  .md\:-ml-9 {
    margin-left: -2.25rem;
  }

  .md\:-ml-10 {
    margin-left: -10px;
  }

  .md\:-ml-11 {
    margin-left: -2.75rem;
  }

  .md\:-ml-12 {
    margin-left: -3rem;
  }

  .md\:-ml-14 {
    margin-left: -14px;
  }

  .md\:-ml-16 {
    margin-left: -16px;
  }

  .md\:-ml-20 {
    margin-left: -20px;
  }

  .md\:-ml-24 {
    margin-left: -24px;
  }

  .md\:-ml-28 {
    margin-left: -7rem;
  }

  .md\:-ml-30 {
    margin-left: -30px;
  }

  .md\:-ml-32 {
    margin-left: -8rem;
  }

  .md\:-ml-36 {
    margin-left: -9rem;
  }

  .md\:-ml-40 {
    margin-left: -10rem;
  }

  .md\:-ml-44 {
    margin-left: -11rem;
  }

  .md\:-ml-48 {
    margin-left: -48px;
  }

  .md\:-ml-52 {
    margin-left: -13rem;
  }

  .md\:-ml-56 {
    margin-left: -14rem;
  }

  .md\:-ml-60 {
    margin-left: -60px;
  }

  .md\:-ml-64 {
    margin-left: -16rem;
  }

  .md\:-ml-72 {
    margin-left: -18rem;
  }

  .md\:-ml-80 {
    margin-left: -20rem;
  }

  .md\:-ml-95 {
    margin-left: -95px;
  }

  .md\:-ml-96 {
    margin-left: -24rem;
  }

  .md\:-ml-120 {
    margin-left: -120px;
  }

  .md\:-ml-190 {
    margin-left: -190px;
  }

  .md\:-ml-px {
    margin-left: -1px;
  }

  .md\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .md\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .md\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .md\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .md\:-ml-30\% {
    margin-left: -30%;
  }

  .md\:-ml-7\.5r {
    margin-left: -1.875rem;
  }

  .md\:box-border {
    box-sizing: border-box;
  }

  .md\:box-content {
    box-sizing: content-box;
  }

  .md\:block {
    display: block;
  }

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

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:table {
    display: table;
  }

  .md\:inline-table {
    display: inline-table;
  }

  .md\:table-caption {
    display: table-caption;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:table-column {
    display: table-column;
  }

  .md\:table-column-group {
    display: table-column-group;
  }

  .md\:table-footer-group {
    display: table-footer-group;
  }

  .md\:table-header-group {
    display: table-header-group;
  }

  .md\:table-row-group {
    display: table-row-group;
  }

  .md\:table-row {
    display: table-row;
  }

  .md\:flow-root {
    display: flow-root;
  }

  .md\:grid {
    display: grid;
  }

  .md\:inline-grid {
    display: inline-grid;
  }

  .md\:contents {
    display: contents;
  }

  .md\:list-item {
    display: list-item;
  }

  .md\:hidden {
    display: none;
  }

  .group:hover .md\:group-hover\:block {
    display: block;
  }

  .group:hover .md\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .md\:group-hover\:inline {
    display: inline;
  }

  .group:hover .md\:group-hover\:flex {
    display: flex;
  }

  .group:hover .md\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .md\:group-hover\:table {
    display: table;
  }

  .group:hover .md\:group-hover\:inline-table {
    display: inline-table;
  }

  .group:hover .md\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .md\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .md\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .md\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .md\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .md\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .md\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .md\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .md\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .md\:group-hover\:grid {
    display: grid;
  }

  .group:hover .md\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .md\:group-hover\:contents {
    display: contents;
  }

  .group:hover .md\:group-hover\:list-item {
    display: list-item;
  }

  .group:hover .md\:group-hover\:hidden {
    display: none;
  }

  .md\:h-0 {
    height: 0;
  }

  .md\:h-1 {
    height: 0.25rem;
  }

  .md\:h-2 {
    height: 0.5rem;
  }

  .md\:h-3 {
    height: 0.75rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-5 {
    height: 5px;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-7 {
    height: 1.75rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-9 {
    height: 2.25rem;
  }

  .md\:h-10 {
    height: 10px;
  }

  .md\:h-11 {
    height: 2.75rem;
  }

  .md\:h-12 {
    height: 12px;
  }

  .md\:h-14 {
    height: 14px;
  }

  .md\:h-16 {
    height: 16px;
  }

  .md\:h-20 {
    height: 20px;
  }

  .md\:h-24 {
    height: 24px;
  }

  .md\:h-28 {
    height: 7rem;
  }

  .md\:h-30 {
    height: 30px;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-36 {
    height: 9rem;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:h-42 {
    height: 42px;
  }

  .md\:h-44 {
    height: 11rem;
  }

  .md\:h-48 {
    height: 48px;
  }

  .md\:h-52 {
    height: 13rem;
  }

  .md\:h-56 {
    height: 14rem;
  }

  .md\:h-60 {
    height: 60px;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:h-70 {
    height: 70px;
  }

  .md\:h-72 {
    height: 18rem;
  }

  .md\:h-78 {
    height: 78px;
  }

  .md\:h-80 {
    height: 20rem;
  }

  .md\:h-95 {
    height: 95px;
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:h-120 {
    height: 120px;
  }

  .md\:h-190 {
    height: 190px;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-px {
    height: 1px;
  }

  .md\:h-0\.5 {
    height: 0.125rem;
  }

  .md\:h-1\.5 {
    height: 0.375rem;
  }

  .md\:h-2\.5 {
    height: 0.625rem;
  }

  .md\:h-3\.5 {
    height: 0.875rem;
  }

  .md\:h-30\% {
    height: 30%;
  }

  .md\:h-7\.5r {
    height: 1.875rem;
  }

  .md\:h-1\/2 {
    height: 50%;
  }

  .md\:h-1\/3 {
    height: 33.333333%;
  }

  .md\:h-2\/3 {
    height: 66.667%;
  }

  .md\:h-1\/4 {
    height: 25%;
  }

  .md\:h-2\/4 {
    height: 50%;
  }

  .md\:h-3\/4 {
    height: 75%;
  }

  .md\:h-1\/5 {
    height: 20%;
  }

  .md\:h-2\/5 {
    height: 40%;
  }

  .md\:h-3\/5 {
    height: 60%;
  }

  .md\:h-4\/5 {
    height: 80%;
  }

  .md\:h-1\/6 {
    height: 16.666667%;
  }

  .md\:h-2\/6 {
    height: 33.333333%;
  }

  .md\:h-3\/6 {
    height: 50%;
  }

  .md\:h-4\/6 {
    height: 66.666667%;
  }

  .md\:h-5\/6 {
    height: 83.333333%;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:h-20r {
    height: 5rem;
  }

  .md\:h-50vh {
    height: 50vh;
  }

  .md\:h-66vh {
    height: 66vh;
  }

  .md\:h-75vh {
    height: 75vh;
  }

  .md\:h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .md\:max-h-0 {
    max-height: 0;
  }

  .md\:max-h-1 {
    max-height: 0.25rem;
  }

  .md\:max-h-2 {
    max-height: 0.5rem;
  }

  .md\:max-h-3 {
    max-height: 0.75rem;
  }

  .md\:max-h-4 {
    max-height: 1rem;
  }

  .md\:max-h-5 {
    max-height: 5px;
  }

  .md\:max-h-6 {
    max-height: 1.5rem;
  }

  .md\:max-h-7 {
    max-height: 1.75rem;
  }

  .md\:max-h-8 {
    max-height: 2rem;
  }

  .md\:max-h-9 {
    max-height: 2.25rem;
  }

  .md\:max-h-10 {
    max-height: 10px;
  }

  .md\:max-h-11 {
    max-height: 2.75rem;
  }

  .md\:max-h-12 {
    max-height: 3rem;
  }

  .md\:max-h-14 {
    max-height: 14px;
  }

  .md\:max-h-16 {
    max-height: 16px;
  }

  .md\:max-h-20 {
    max-height: 20px;
  }

  .md\:max-h-24 {
    max-height: 24px;
  }

  .md\:max-h-28 {
    max-height: 7rem;
  }

  .md\:max-h-30 {
    max-height: 30px;
  }

  .md\:max-h-32 {
    max-height: 8rem;
  }

  .md\:max-h-36 {
    max-height: 9rem;
  }

  .md\:max-h-40 {
    max-height: 10rem;
  }

  .md\:max-h-44 {
    max-height: 11rem;
  }

  .md\:max-h-48 {
    max-height: 48px;
  }

  .md\:max-h-52 {
    max-height: 13rem;
  }

  .md\:max-h-56 {
    max-height: 14rem;
  }

  .md\:max-h-60 {
    max-height: 60px;
  }

  .md\:max-h-64 {
    max-height: 16rem;
  }

  .md\:max-h-72 {
    max-height: 18rem;
  }

  .md\:max-h-80 {
    max-height: 20rem;
  }

  .md\:max-h-95 {
    max-height: 95px;
  }

  .md\:max-h-96 {
    max-height: 24rem;
  }

  .md\:max-h-120 {
    max-height: 120px;
  }

  .md\:max-h-190 {
    max-height: 190px;
  }

  .md\:max-h-px {
    max-height: 1px;
  }

  .md\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .md\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .md\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .md\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .md\:max-h-30\% {
    max-height: 30%;
  }

  .md\:max-h-7\.5r {
    max-height: 1.875rem;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

  .md\:min-h-0 {
    min-height: 0px;
  }

  .md\:min-h-24 {
    min-height: 6rem;
  }

  .md\:min-h-78 {
    min-height: 78px;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

  .md\:min-h-25\.5 {
    min-height: 6.375rem;
  }

  .md\:min-h-1\/2 {
    min-height: 50%;
  }

  .md\:min-h-2\/3 {
    min-height: 66.667%;
  }

  .md\:min-h-3\/4 {
    min-height: 75%;
  }

  .md\:min-h-50vh {
    min-height: 50vh;
  }

  .md\:min-h-66vh {
    min-height: 66vh;
  }

  .md\:min-h-75vh {
    min-height: 75vh;
  }

  .md\:w-0 {
    width: 0;
  }

  .md\:w-1 {
    width: 0.25rem;
  }

  .md\:w-2 {
    width: 0.5rem;
  }

  .md\:w-3 {
    width: 0.75rem;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-5 {
    width: 5px;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-7 {
    width: 1.75rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-9 {
    width: 2.25rem;
  }

  .md\:w-10 {
    width: 10px;
  }

  .md\:w-11 {
    width: 2.75rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-14 {
    width: 14px;
  }

  .md\:w-16 {
    width: 16px;
  }

  .md\:w-20 {
    width: 20px;
  }

  .md\:w-24 {
    width: 24px;
  }

  .md\:w-28 {
    width: 7rem;
  }

  .md\:w-30 {
    width: 30px;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-36 {
    width: 9rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-44 {
    width: 11rem;
  }

  .md\:w-48 {
    width: 48px;
  }

  .md\:w-52 {
    width: 13rem;
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:w-60 {
    width: 60px;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-72 {
    width: 18rem;
  }

  .md\:w-80 {
    width: 20rem;
  }

  .md\:w-95 {
    width: 95px;
  }

  .md\:w-96 {
    width: 24rem;
  }

  .md\:w-120 {
    width: 120px;
  }

  .md\:w-150 {
    width: 150px;
  }

  .md\:w-190 {
    width: 190px;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-px {
    width: 1px;
  }

  .md\:w-0\.5 {
    width: 0.125rem;
  }

  .md\:w-1\.5 {
    width: 0.375rem;
  }

  .md\:w-2\.5 {
    width: 0.625rem;
  }

  .md\:w-3\.5 {
    width: 0.875rem;
  }

  .md\:w-30\% {
    width: 30%;
  }

  .md\:w-7\.5r {
    width: 1.875rem;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-2\/4 {
    width: 50%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-3\/6 {
    width: 50%;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

  .md\:w-1\/12 {
    width: 8.333333%;
  }

  .md\:w-2\/12 {
    width: 16.666667%;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-screen {
    width: 100vw;
  }

  .md\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .md\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .md\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .md\:w-20r {
    width: 5rem;
  }

  .md\:min-w-0 {
    min-width: 0px;
  }

  .md\:min-w-1280 {
    min-width: 1280px;
  }

  .md\:min-w-full {
    min-width: 100%;
  }

  .md\:min-w-min {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .md\:min-w-max {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .md\:min-w-7\.5r {
    min-width: 1.875rem;
  }

  .md\:min-w-10r {
    min-width: 2.5rem;
  }

  .md\:min-w-12\.5r {
    min-width: 3.125rem;
  }

  .md\:min-w-17\.5r {
    min-width: 4.375rem;
  }

  .md\:min-w-20r {
    min-width: 5rem;
  }

  .md\:min-w-25r {
    min-width: 6.25rem;
  }

  .md\:min-w-37\.5r {
    min-width: 9.375rem;
  }

  .md\:min-w-45r {
    min-width: 11.25rem;
  }

  .md\:min-w-367\.5r {
    min-width: 91.875rem;
  }

  .md\:max-w-0 {
    max-width: 0rem;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:max-w-xs {
    max-width: 20rem;
  }

  .md\:max-w-sm {
    max-width: 24rem;
  }

  .md\:max-w-md {
    max-width: 28rem;
  }

  .md\:max-w-lg {
    max-width: 32rem;
  }

  .md\:max-w-xl {
    max-width: 36rem;
  }

  .md\:max-w-2xl {
    max-width: 42rem;
  }

  .md\:max-w-3xl {
    max-width: 48rem;
  }

  .md\:max-w-4xl {
    max-width: 56rem;
  }

  .md\:max-w-5xl {
    max-width: 64rem;
  }

  .md\:max-w-6xl {
    max-width: 72rem;
  }

  .md\:max-w-7xl {
    max-width: 80rem;
  }

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

  .md\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .md\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .md\:max-w-prose {
    max-width: 65ch;
  }

  .md\:max-w-screen-sm {
    max-width: 640px;
  }

  .md\:max-w-screen-md {
    max-width: 768px;
  }

  .md\:max-w-screen-lg {
    max-width: 1280px;
  }

  .md\:max-w-screen-xl {
    max-width: 1440px;
  }

  .md\:max-w-screen-2xl {
    max-width: 1600px;
  }

  .md\:max-w-screen-desktop {
    max-width: 1280px;
  }

  .md\:max-w-screen-xxs {
    max-width: 320px;
  }

  .md\:max-w-screen-xs {
    max-width: 4820px;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:flex-initial {
    flex: 0 1 auto;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .md\:flex-shrink {
    flex-shrink: 1;
  }

  .md\:flex-grow-0 {
    flex-grow: 0;
  }

  .md\:flex-grow {
    flex-grow: 1;
  }

  .md\:table-auto {
    table-layout: auto;
  }

  .md\:table-fixed {
    table-layout: fixed;
  }

  .md\:border-collapse {
    border-collapse: collapse;
  }

  .md\:border-separate {
    border-collapse: separate;
  }

  .md\:origin-center {
    transform-origin: center;
  }

  .md\:origin-top {
    transform-origin: top;
  }

  .md\:origin-top-right {
    transform-origin: top right;
  }

  .md\:origin-right {
    transform-origin: right;
  }

  .md\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .md\:origin-bottom {
    transform-origin: bottom;
  }

  .md\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .md\:origin-left {
    transform-origin: left;
  }

  .md\:origin-top-left {
    transform-origin: top left;
  }

  .md\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:transform-none {
    transform: none;
  }

  .md\:translate-x-0 {
    --tw-translate-x: 0;
  }

  .md\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .md\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .md\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .md\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .md\:translate-x-5 {
    --tw-translate-x: 5px;
  }

  .md\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .md\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .md\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .md\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .md\:translate-x-10 {
    --tw-translate-x: 10px;
  }

  .md\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .md\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .md\:translate-x-14 {
    --tw-translate-x: 14px;
  }

  .md\:translate-x-16 {
    --tw-translate-x: 16px;
  }

  .md\:translate-x-20 {
    --tw-translate-x: 20px;
  }

  .md\:translate-x-24 {
    --tw-translate-x: 24px;
  }

  .md\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .md\:translate-x-30 {
    --tw-translate-x: 30px;
  }

  .md\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .md\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .md\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .md\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .md\:translate-x-48 {
    --tw-translate-x: 48px;
  }

  .md\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .md\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .md\:translate-x-60 {
    --tw-translate-x: 60px;
  }

  .md\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .md\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .md\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .md\:translate-x-95 {
    --tw-translate-x: 95px;
  }

  .md\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .md\:translate-x-120 {
    --tw-translate-x: 120px;
  }

  .md\:translate-x-190 {
    --tw-translate-x: 190px;
  }

  .md\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .md\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .md\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .md\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .md\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .md\:translate-x-30\% {
    --tw-translate-x: 30%;
  }

  .md\:translate-x-7\.5r {
    --tw-translate-x: 1.875rem;
  }

  .md\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .md\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .md\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .md\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .md\:-translate-x-5 {
    --tw-translate-x: -5px;
  }

  .md\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .md\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .md\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .md\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .md\:-translate-x-10 {
    --tw-translate-x: -10px;
  }

  .md\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .md\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .md\:-translate-x-14 {
    --tw-translate-x: -14px;
  }

  .md\:-translate-x-16 {
    --tw-translate-x: -16px;
  }

  .md\:-translate-x-20 {
    --tw-translate-x: -20px;
  }

  .md\:-translate-x-24 {
    --tw-translate-x: -24px;
  }

  .md\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .md\:-translate-x-30 {
    --tw-translate-x: -30px;
  }

  .md\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .md\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .md\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .md\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .md\:-translate-x-48 {
    --tw-translate-x: -48px;
  }

  .md\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .md\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .md\:-translate-x-60 {
    --tw-translate-x: -60px;
  }

  .md\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .md\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .md\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .md\:-translate-x-95 {
    --tw-translate-x: -95px;
  }

  .md\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .md\:-translate-x-120 {
    --tw-translate-x: -120px;
  }

  .md\:-translate-x-190 {
    --tw-translate-x: -190px;
  }

  .md\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .md\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .md\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .md\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .md\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .md\:-translate-x-30\% {
    --tw-translate-x: -30%;
  }

  .md\:-translate-x-7\.5r {
    --tw-translate-x: -1.875rem;
  }

  .md\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .md\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .md\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .md\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .md\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .md\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .md\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .md\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .md\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .md\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .md\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .md\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .md\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .md\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .md\:translate-y-0 {
    --tw-translate-y: 0;
  }

  .md\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .md\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .md\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .md\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .md\:translate-y-5 {
    --tw-translate-y: 5px;
  }

  .md\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .md\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .md\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .md\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .md\:translate-y-10 {
    --tw-translate-y: 10px;
  }

  .md\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .md\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .md\:translate-y-14 {
    --tw-translate-y: 14px;
  }

  .md\:translate-y-16 {
    --tw-translate-y: 16px;
  }

  .md\:translate-y-20 {
    --tw-translate-y: 20px;
  }

  .md\:translate-y-24 {
    --tw-translate-y: 24px;
  }

  .md\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .md\:translate-y-30 {
    --tw-translate-y: 30px;
  }

  .md\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .md\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .md\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .md\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .md\:translate-y-48 {
    --tw-translate-y: 48px;
  }

  .md\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .md\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .md\:translate-y-60 {
    --tw-translate-y: 60px;
  }

  .md\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .md\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .md\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .md\:translate-y-95 {
    --tw-translate-y: 95px;
  }

  .md\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .md\:translate-y-120 {
    --tw-translate-y: 120px;
  }

  .md\:translate-y-190 {
    --tw-translate-y: 190px;
  }

  .md\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .md\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .md\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .md\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .md\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .md\:translate-y-30\% {
    --tw-translate-y: 30%;
  }

  .md\:translate-y-7\.5r {
    --tw-translate-y: 1.875rem;
  }

  .md\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .md\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .md\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .md\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .md\:-translate-y-5 {
    --tw-translate-y: -5px;
  }

  .md\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .md\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .md\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .md\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .md\:-translate-y-10 {
    --tw-translate-y: -10px;
  }

  .md\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .md\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .md\:-translate-y-14 {
    --tw-translate-y: -14px;
  }

  .md\:-translate-y-16 {
    --tw-translate-y: -16px;
  }

  .md\:-translate-y-20 {
    --tw-translate-y: -20px;
  }

  .md\:-translate-y-24 {
    --tw-translate-y: -24px;
  }

  .md\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .md\:-translate-y-30 {
    --tw-translate-y: -30px;
  }

  .md\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .md\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .md\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .md\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .md\:-translate-y-48 {
    --tw-translate-y: -48px;
  }

  .md\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .md\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .md\:-translate-y-60 {
    --tw-translate-y: -60px;
  }

  .md\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .md\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .md\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .md\:-translate-y-95 {
    --tw-translate-y: -95px;
  }

  .md\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .md\:-translate-y-120 {
    --tw-translate-y: -120px;
  }

  .md\:-translate-y-190 {
    --tw-translate-y: -190px;
  }

  .md\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .md\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .md\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .md\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .md\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .md\:-translate-y-30\% {
    --tw-translate-y: -30%;
  }

  .md\:-translate-y-7\.5r {
    --tw-translate-y: -1.875rem;
  }

  .md\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .md\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .md\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .md\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .md\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .md\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .md\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .md\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .md\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .md\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .md\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .md\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .md\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .md\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .md\:hover\:translate-x-0:hover {
    --tw-translate-x: 0;
  }

  .md\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .md\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .md\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .md\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .md\:hover\:translate-x-5:hover {
    --tw-translate-x: 5px;
  }

  .md\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .md\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .md\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .md\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .md\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px;
  }

  .md\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .md\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .md\:hover\:translate-x-14:hover {
    --tw-translate-x: 14px;
  }

  .md\:hover\:translate-x-16:hover {
    --tw-translate-x: 16px;
  }

  .md\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px;
  }

  .md\:hover\:translate-x-24:hover {
    --tw-translate-x: 24px;
  }

  .md\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .md\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px;
  }

  .md\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .md\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .md\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .md\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .md\:hover\:translate-x-48:hover {
    --tw-translate-x: 48px;
  }

  .md\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .md\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .md\:hover\:translate-x-60:hover {
    --tw-translate-x: 60px;
  }

  .md\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .md\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .md\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .md\:hover\:translate-x-95:hover {
    --tw-translate-x: 95px;
  }

  .md\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .md\:hover\:translate-x-120:hover {
    --tw-translate-x: 120px;
  }

  .md\:hover\:translate-x-190:hover {
    --tw-translate-x: 190px;
  }

  .md\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .md\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .md\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .md\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .md\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .md\:hover\:translate-x-30\%:hover {
    --tw-translate-x: 30%;
  }

  .md\:hover\:translate-x-7\.5r:hover {
    --tw-translate-x: 1.875rem;
  }

  .md\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .md\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .md\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .md\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .md\:hover\:-translate-x-5:hover {
    --tw-translate-x: -5px;
  }

  .md\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .md\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .md\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .md\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .md\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px;
  }

  .md\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .md\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .md\:hover\:-translate-x-14:hover {
    --tw-translate-x: -14px;
  }

  .md\:hover\:-translate-x-16:hover {
    --tw-translate-x: -16px;
  }

  .md\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px;
  }

  .md\:hover\:-translate-x-24:hover {
    --tw-translate-x: -24px;
  }

  .md\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .md\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px;
  }

  .md\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .md\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .md\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .md\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .md\:hover\:-translate-x-48:hover {
    --tw-translate-x: -48px;
  }

  .md\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .md\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .md\:hover\:-translate-x-60:hover {
    --tw-translate-x: -60px;
  }

  .md\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .md\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .md\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .md\:hover\:-translate-x-95:hover {
    --tw-translate-x: -95px;
  }

  .md\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .md\:hover\:-translate-x-120:hover {
    --tw-translate-x: -120px;
  }

  .md\:hover\:-translate-x-190:hover {
    --tw-translate-x: -190px;
  }

  .md\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .md\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .md\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .md\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .md\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .md\:hover\:-translate-x-30\%:hover {
    --tw-translate-x: -30%;
  }

  .md\:hover\:-translate-x-7\.5r:hover {
    --tw-translate-x: -1.875rem;
  }

  .md\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .md\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .md\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .md\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .md\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .md\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .md\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .md\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .md\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .md\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .md\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .md\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .md\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .md\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .md\:hover\:translate-y-0:hover {
    --tw-translate-y: 0;
  }

  .md\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .md\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .md\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .md\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .md\:hover\:translate-y-5:hover {
    --tw-translate-y: 5px;
  }

  .md\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .md\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .md\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .md\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .md\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px;
  }

  .md\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .md\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .md\:hover\:translate-y-14:hover {
    --tw-translate-y: 14px;
  }

  .md\:hover\:translate-y-16:hover {
    --tw-translate-y: 16px;
  }

  .md\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px;
  }

  .md\:hover\:translate-y-24:hover {
    --tw-translate-y: 24px;
  }

  .md\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .md\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px;
  }

  .md\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .md\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .md\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .md\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .md\:hover\:translate-y-48:hover {
    --tw-translate-y: 48px;
  }

  .md\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .md\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .md\:hover\:translate-y-60:hover {
    --tw-translate-y: 60px;
  }

  .md\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .md\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .md\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .md\:hover\:translate-y-95:hover {
    --tw-translate-y: 95px;
  }

  .md\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .md\:hover\:translate-y-120:hover {
    --tw-translate-y: 120px;
  }

  .md\:hover\:translate-y-190:hover {
    --tw-translate-y: 190px;
  }

  .md\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .md\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .md\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .md\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .md\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .md\:hover\:translate-y-30\%:hover {
    --tw-translate-y: 30%;
  }

  .md\:hover\:translate-y-7\.5r:hover {
    --tw-translate-y: 1.875rem;
  }

  .md\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .md\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .md\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .md\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .md\:hover\:-translate-y-5:hover {
    --tw-translate-y: -5px;
  }

  .md\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .md\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .md\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .md\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .md\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px;
  }

  .md\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .md\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .md\:hover\:-translate-y-14:hover {
    --tw-translate-y: -14px;
  }

  .md\:hover\:-translate-y-16:hover {
    --tw-translate-y: -16px;
  }

  .md\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px;
  }

  .md\:hover\:-translate-y-24:hover {
    --tw-translate-y: -24px;
  }

  .md\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .md\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px;
  }

  .md\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .md\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .md\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .md\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .md\:hover\:-translate-y-48:hover {
    --tw-translate-y: -48px;
  }

  .md\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .md\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .md\:hover\:-translate-y-60:hover {
    --tw-translate-y: -60px;
  }

  .md\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .md\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .md\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .md\:hover\:-translate-y-95:hover {
    --tw-translate-y: -95px;
  }

  .md\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .md\:hover\:-translate-y-120:hover {
    --tw-translate-y: -120px;
  }

  .md\:hover\:-translate-y-190:hover {
    --tw-translate-y: -190px;
  }

  .md\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .md\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .md\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .md\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .md\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .md\:hover\:-translate-y-30\%:hover {
    --tw-translate-y: -30%;
  }

  .md\:hover\:-translate-y-7\.5r:hover {
    --tw-translate-y: -1.875rem;
  }

  .md\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .md\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .md\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .md\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .md\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .md\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .md\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .md\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .md\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .md\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .md\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .md\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .md\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .md\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .md\:focus\:translate-x-0:focus {
    --tw-translate-x: 0;
  }

  .md\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .md\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .md\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .md\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .md\:focus\:translate-x-5:focus {
    --tw-translate-x: 5px;
  }

  .md\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .md\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .md\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .md\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .md\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px;
  }

  .md\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .md\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .md\:focus\:translate-x-14:focus {
    --tw-translate-x: 14px;
  }

  .md\:focus\:translate-x-16:focus {
    --tw-translate-x: 16px;
  }

  .md\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px;
  }

  .md\:focus\:translate-x-24:focus {
    --tw-translate-x: 24px;
  }

  .md\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .md\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px;
  }

  .md\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .md\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .md\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .md\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .md\:focus\:translate-x-48:focus {
    --tw-translate-x: 48px;
  }

  .md\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .md\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .md\:focus\:translate-x-60:focus {
    --tw-translate-x: 60px;
  }

  .md\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .md\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .md\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .md\:focus\:translate-x-95:focus {
    --tw-translate-x: 95px;
  }

  .md\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .md\:focus\:translate-x-120:focus {
    --tw-translate-x: 120px;
  }

  .md\:focus\:translate-x-190:focus {
    --tw-translate-x: 190px;
  }

  .md\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .md\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .md\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .md\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .md\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .md\:focus\:translate-x-30\%:focus {
    --tw-translate-x: 30%;
  }

  .md\:focus\:translate-x-7\.5r:focus {
    --tw-translate-x: 1.875rem;
  }

  .md\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .md\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .md\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .md\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .md\:focus\:-translate-x-5:focus {
    --tw-translate-x: -5px;
  }

  .md\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .md\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .md\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .md\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .md\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px;
  }

  .md\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .md\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .md\:focus\:-translate-x-14:focus {
    --tw-translate-x: -14px;
  }

  .md\:focus\:-translate-x-16:focus {
    --tw-translate-x: -16px;
  }

  .md\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px;
  }

  .md\:focus\:-translate-x-24:focus {
    --tw-translate-x: -24px;
  }

  .md\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .md\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px;
  }

  .md\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .md\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .md\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .md\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .md\:focus\:-translate-x-48:focus {
    --tw-translate-x: -48px;
  }

  .md\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .md\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .md\:focus\:-translate-x-60:focus {
    --tw-translate-x: -60px;
  }

  .md\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .md\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .md\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .md\:focus\:-translate-x-95:focus {
    --tw-translate-x: -95px;
  }

  .md\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .md\:focus\:-translate-x-120:focus {
    --tw-translate-x: -120px;
  }

  .md\:focus\:-translate-x-190:focus {
    --tw-translate-x: -190px;
  }

  .md\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .md\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .md\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .md\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .md\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .md\:focus\:-translate-x-30\%:focus {
    --tw-translate-x: -30%;
  }

  .md\:focus\:-translate-x-7\.5r:focus {
    --tw-translate-x: -1.875rem;
  }

  .md\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .md\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .md\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .md\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .md\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .md\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .md\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .md\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .md\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .md\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .md\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .md\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .md\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .md\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .md\:focus\:translate-y-0:focus {
    --tw-translate-y: 0;
  }

  .md\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .md\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .md\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .md\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .md\:focus\:translate-y-5:focus {
    --tw-translate-y: 5px;
  }

  .md\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .md\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .md\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .md\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .md\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px;
  }

  .md\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .md\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .md\:focus\:translate-y-14:focus {
    --tw-translate-y: 14px;
  }

  .md\:focus\:translate-y-16:focus {
    --tw-translate-y: 16px;
  }

  .md\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px;
  }

  .md\:focus\:translate-y-24:focus {
    --tw-translate-y: 24px;
  }

  .md\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .md\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px;
  }

  .md\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .md\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .md\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .md\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .md\:focus\:translate-y-48:focus {
    --tw-translate-y: 48px;
  }

  .md\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .md\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .md\:focus\:translate-y-60:focus {
    --tw-translate-y: 60px;
  }

  .md\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .md\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .md\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .md\:focus\:translate-y-95:focus {
    --tw-translate-y: 95px;
  }

  .md\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .md\:focus\:translate-y-120:focus {
    --tw-translate-y: 120px;
  }

  .md\:focus\:translate-y-190:focus {
    --tw-translate-y: 190px;
  }

  .md\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .md\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .md\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .md\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .md\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .md\:focus\:translate-y-30\%:focus {
    --tw-translate-y: 30%;
  }

  .md\:focus\:translate-y-7\.5r:focus {
    --tw-translate-y: 1.875rem;
  }

  .md\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .md\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .md\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .md\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .md\:focus\:-translate-y-5:focus {
    --tw-translate-y: -5px;
  }

  .md\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .md\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .md\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .md\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .md\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px;
  }

  .md\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .md\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .md\:focus\:-translate-y-14:focus {
    --tw-translate-y: -14px;
  }

  .md\:focus\:-translate-y-16:focus {
    --tw-translate-y: -16px;
  }

  .md\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px;
  }

  .md\:focus\:-translate-y-24:focus {
    --tw-translate-y: -24px;
  }

  .md\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .md\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px;
  }

  .md\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .md\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .md\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .md\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .md\:focus\:-translate-y-48:focus {
    --tw-translate-y: -48px;
  }

  .md\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .md\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .md\:focus\:-translate-y-60:focus {
    --tw-translate-y: -60px;
  }

  .md\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .md\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .md\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .md\:focus\:-translate-y-95:focus {
    --tw-translate-y: -95px;
  }

  .md\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .md\:focus\:-translate-y-120:focus {
    --tw-translate-y: -120px;
  }

  .md\:focus\:-translate-y-190:focus {
    --tw-translate-y: -190px;
  }

  .md\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .md\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .md\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .md\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .md\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .md\:focus\:-translate-y-30\%:focus {
    --tw-translate-y: -30%;
  }

  .md\:focus\:-translate-y-7\.5r:focus {
    --tw-translate-y: -1.875rem;
  }

  .md\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .md\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .md\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .md\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .md\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .md\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .md\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .md\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .md\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .md\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .md\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .md\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .md\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .md\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .md\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .md\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .md\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .md\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .md\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .md\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .md\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .md\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .md\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .md\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .md\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .md\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .md\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .md\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .md\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .md\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .md\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .md\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .md\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .md\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .md\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .md\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .md\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .md\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .md\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .md\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .md\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .md\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .md\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .md\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .md\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .md\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .md\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .md\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .md\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .md\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .md\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .md\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .md\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .md\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .md\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .md\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .md\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .md\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .md\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .md\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .md\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .md\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .md\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .md\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .md\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .md\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .md\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .md\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .md\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .md\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .md\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .md\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .md\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .md\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .md\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .md\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .md\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .md\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .md\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .md\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .md\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .md\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .md\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .md\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .md\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .md\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .md\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .md\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .md\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .md\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .md\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .md\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .md\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .md\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .md\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .md\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .md\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .md\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .md\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .md\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .md\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .md\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .md\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .md\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .md\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .md\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .md\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .md\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .md\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .md\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .md\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .md\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .md\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .md\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .md\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .md\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .md\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .md\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .md\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .md\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .md\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .md\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .md\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .md\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .md\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .md\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .md\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .md\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .md\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .md\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .md\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .md\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .md\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .md\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .md\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .md\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .md\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .md\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .md\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .md\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .md\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .md\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .md\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .md\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .md\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .md\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .md\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .md\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .md\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .md\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .md\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .md\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .md\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .md\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .md\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .md\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .md\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .md\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .md\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .md\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .md\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .md\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .md\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .md\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .md\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .md\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .md\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .md\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .md\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .md\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .md\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .md\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .md\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .md\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .md\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .md\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .md\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .md\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .md\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .md\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .md\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .md\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .md\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .md\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .md\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .md\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .md\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .md\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .md\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .md\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .md\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .md\:animate-fade-in {
    -webkit-animation: fade-in 0.5s ease-out;
            animation: fade-in 0.5s ease-out;
  }

  .md\:cursor-auto {
    cursor: auto;
  }

  .md\:cursor-default {
    cursor: default;
  }

  .md\:cursor-pointer {
    cursor: pointer;
  }

  .md\:cursor-wait {
    cursor: wait;
  }

  .md\:cursor-text {
    cursor: text;
  }

  .md\:cursor-move {
    cursor: move;
  }

  .md\:cursor-help {
    cursor: help;
  }

  .md\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .md\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .md\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .md\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .md\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .md\:resize-none {
    resize: none;
  }

  .md\:resize-y {
    resize: vertical;
  }

  .md\:resize-x {
    resize: horizontal;
  }

  .md\:resize {
    resize: both;
  }

  .md\:list-inside {
    list-style-position: inside;
  }

  .md\:list-outside {
    list-style-position: outside;
  }

  .md\:list-none {
    list-style-type: none;
  }

  .md\:list-disc {
    list-style-type: disc;
  }

  .md\:list-decimal {
    list-style-type: decimal;
  }

  .md\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .md\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .md\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .md\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .md\:grid-flow-row {
    grid-auto-flow: row;
  }

  .md\:grid-flow-col {
    grid-auto-flow: column;
  }

  .md\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .md\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .md\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .md\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .md\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .md\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-none {
    grid-template-columns: none;
  }

  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-rows-none {
    grid-template-rows: none;
  }

  .md\:flex-row {
    flex-direction: row;
  }

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

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:place-content-center {
    align-content: center;
    justify-content: center;
    place-content: center;
  }

  .md\:place-content-start {
    align-content: start;
    justify-content: start;
    place-content: start;
  }

  .md\:place-content-end {
    align-content: end;
    justify-content: end;
    place-content: end;
  }

  .md\:place-content-between {
    align-content: space-between;
    justify-content: space-between;
    place-content: space-between;
  }

  .md\:place-content-around {
    align-content: space-around;
    justify-content: space-around;
    place-content: space-around;
  }

  .md\:place-content-evenly {
    align-content: space-evenly;
    justify-content: space-evenly;
    place-content: space-evenly;
  }

  .md\:place-content-stretch {
    align-content: stretch;
    justify-content: stretch;
    place-content: stretch;
  }

  .md\:place-items-start {
    align-items: start;
    justify-items: start;
    place-items: start;
  }

  .md\:place-items-end {
    align-items: end;
    justify-items: end;
    place-items: end;
  }

  .md\:place-items-center {
    align-items: center;
    justify-items: center;
    place-items: center;
  }

  .md\:place-items-stretch {
    align-items: stretch;
    justify-items: stretch;
    place-items: stretch;
  }

  .md\:content-center {
    align-content: center;
  }

  .md\:content-start {
    align-content: flex-start;
  }

  .md\:content-end {
    align-content: flex-end;
  }

  .md\:content-between {
    align-content: space-between;
  }

  .md\:content-around {
    align-content: space-around;
  }

  .md\:content-evenly {
    align-content: space-evenly;
  }

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

  .md\:items-end {
    align-items: flex-end;
  }

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

  .md\:items-baseline {
    align-items: baseline;
  }

  .md\:items-stretch {
    align-items: stretch;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

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

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

  .md\:justify-around {
    justify-content: space-around;
  }

  .md\:justify-evenly {
    justify-content: space-evenly;
  }

  .md\:justify-items-start {
    justify-items: start;
  }

  .md\:justify-items-end {
    justify-items: end;
  }

  .md\:justify-items-center {
    justify-items: center;
  }

  .md\:justify-items-stretch {
    justify-items: stretch;
  }

  .md\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .md\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .md\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .md\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .md\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .md\:gap-5 {
    grid-gap: 5px;
    gap: 5px;
  }

  .md\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .md\:gap-7 {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .md\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .md\:gap-9 {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .md\:gap-10 {
    grid-gap: 10px;
    gap: 10px;
  }

  .md\:gap-11 {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .md\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .md\:gap-14 {
    grid-gap: 14px;
    gap: 14px;
  }

  .md\:gap-16 {
    grid-gap: 16px;
    gap: 16px;
  }

  .md\:gap-20 {
    grid-gap: 20px;
    gap: 20px;
  }

  .md\:gap-24 {
    grid-gap: 24px;
    gap: 24px;
  }

  .md\:gap-28 {
    grid-gap: 7rem;
    gap: 7rem;
  }

  .md\:gap-30 {
    grid-gap: 30px;
    gap: 30px;
  }

  .md\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .md\:gap-36 {
    grid-gap: 9rem;
    gap: 9rem;
  }

  .md\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .md\:gap-44 {
    grid-gap: 11rem;
    gap: 11rem;
  }

  .md\:gap-48 {
    grid-gap: 48px;
    gap: 48px;
  }

  .md\:gap-52 {
    grid-gap: 13rem;
    gap: 13rem;
  }

  .md\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .md\:gap-60 {
    grid-gap: 60px;
    gap: 60px;
  }

  .md\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .md\:gap-72 {
    grid-gap: 18rem;
    gap: 18rem;
  }

  .md\:gap-80 {
    grid-gap: 20rem;
    gap: 20rem;
  }

  .md\:gap-95 {
    grid-gap: 95px;
    gap: 95px;
  }

  .md\:gap-96 {
    grid-gap: 24rem;
    gap: 24rem;
  }

  .md\:gap-120 {
    grid-gap: 120px;
    gap: 120px;
  }

  .md\:gap-190 {
    grid-gap: 190px;
    gap: 190px;
  }

  .md\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .md\:gap-0\.5 {
    grid-gap: 0.125rem;
    gap: 0.125rem;
  }

  .md\:gap-1\.5 {
    grid-gap: 0.375rem;
    gap: 0.375rem;
  }

  .md\:gap-2\.5 {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }

  .md\:gap-3\.5 {
    grid-gap: 0.875rem;
    gap: 0.875rem;
  }

  .md\:gap-30\% {
    grid-gap: 30%;
    gap: 30%;
  }

  .md\:gap-7\.5r {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }

  .md\:gap-x-0 {
    -moz-column-gap: 0;
         grid-column-gap: 0;
         column-gap: 0;
  }

  .md\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         grid-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         grid-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         grid-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .md\:gap-x-4 {
    -moz-column-gap: 1rem;
         grid-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:gap-x-5 {
    -moz-column-gap: 5px;
         grid-column-gap: 5px;
         column-gap: 5px;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         grid-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         grid-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .md\:gap-x-8 {
    -moz-column-gap: 2rem;
         grid-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         grid-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .md\:gap-x-10 {
    -moz-column-gap: 10px;
         grid-column-gap: 10px;
         column-gap: 10px;
  }

  .md\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         grid-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .md\:gap-x-12 {
    -moz-column-gap: 3rem;
         grid-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:gap-x-14 {
    -moz-column-gap: 14px;
         grid-column-gap: 14px;
         column-gap: 14px;
  }

  .md\:gap-x-16 {
    -moz-column-gap: 16px;
         grid-column-gap: 16px;
         column-gap: 16px;
  }

  .md\:gap-x-20 {
    -moz-column-gap: 20px;
         grid-column-gap: 20px;
         column-gap: 20px;
  }

  .md\:gap-x-24 {
    -moz-column-gap: 24px;
         grid-column-gap: 24px;
         column-gap: 24px;
  }

  .md\:gap-x-28 {
    -moz-column-gap: 7rem;
         grid-column-gap: 7rem;
         column-gap: 7rem;
  }

  .md\:gap-x-30 {
    -moz-column-gap: 30px;
         grid-column-gap: 30px;
         column-gap: 30px;
  }

  .md\:gap-x-32 {
    -moz-column-gap: 8rem;
         grid-column-gap: 8rem;
         column-gap: 8rem;
  }

  .md\:gap-x-36 {
    -moz-column-gap: 9rem;
         grid-column-gap: 9rem;
         column-gap: 9rem;
  }

  .md\:gap-x-40 {
    -moz-column-gap: 10rem;
         grid-column-gap: 10rem;
         column-gap: 10rem;
  }

  .md\:gap-x-44 {
    -moz-column-gap: 11rem;
         grid-column-gap: 11rem;
         column-gap: 11rem;
  }

  .md\:gap-x-48 {
    -moz-column-gap: 48px;
         grid-column-gap: 48px;
         column-gap: 48px;
  }

  .md\:gap-x-52 {
    -moz-column-gap: 13rem;
         grid-column-gap: 13rem;
         column-gap: 13rem;
  }

  .md\:gap-x-56 {
    -moz-column-gap: 14rem;
         grid-column-gap: 14rem;
         column-gap: 14rem;
  }

  .md\:gap-x-60 {
    -moz-column-gap: 60px;
         grid-column-gap: 60px;
         column-gap: 60px;
  }

  .md\:gap-x-64 {
    -moz-column-gap: 16rem;
         grid-column-gap: 16rem;
         column-gap: 16rem;
  }

  .md\:gap-x-72 {
    -moz-column-gap: 18rem;
         grid-column-gap: 18rem;
         column-gap: 18rem;
  }

  .md\:gap-x-80 {
    -moz-column-gap: 20rem;
         grid-column-gap: 20rem;
         column-gap: 20rem;
  }

  .md\:gap-x-95 {
    -moz-column-gap: 95px;
         grid-column-gap: 95px;
         column-gap: 95px;
  }

  .md\:gap-x-96 {
    -moz-column-gap: 24rem;
         grid-column-gap: 24rem;
         column-gap: 24rem;
  }

  .md\:gap-x-120 {
    -moz-column-gap: 120px;
         grid-column-gap: 120px;
         column-gap: 120px;
  }

  .md\:gap-x-190 {
    -moz-column-gap: 190px;
         grid-column-gap: 190px;
         column-gap: 190px;
  }

  .md\:gap-x-px {
    -moz-column-gap: 1px;
         grid-column-gap: 1px;
         column-gap: 1px;
  }

  .md\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         grid-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .md\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         grid-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .md\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         grid-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .md\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         grid-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .md\:gap-x-30\% {
    -moz-column-gap: 30%;
         grid-column-gap: 30%;
         column-gap: 30%;
  }

  .md\:gap-x-7\.5r {
    -moz-column-gap: 1.875rem;
         grid-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }

  .md\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .md\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .md\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .md\:gap-y-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .md\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .md\:gap-y-5 {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .md\:gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .md\:gap-y-7 {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .md\:gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .md\:gap-y-9 {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .md\:gap-y-10 {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .md\:gap-y-11 {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .md\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .md\:gap-y-14 {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .md\:gap-y-16 {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .md\:gap-y-20 {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .md\:gap-y-24 {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .md\:gap-y-28 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .md\:gap-y-30 {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .md\:gap-y-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .md\:gap-y-36 {
    grid-row-gap: 9rem;
    row-gap: 9rem;
  }

  .md\:gap-y-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .md\:gap-y-44 {
    grid-row-gap: 11rem;
    row-gap: 11rem;
  }

  .md\:gap-y-48 {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .md\:gap-y-52 {
    grid-row-gap: 13rem;
    row-gap: 13rem;
  }

  .md\:gap-y-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .md\:gap-y-60 {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .md\:gap-y-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .md\:gap-y-72 {
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .md\:gap-y-80 {
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .md\:gap-y-95 {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .md\:gap-y-96 {
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .md\:gap-y-120 {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .md\:gap-y-190 {
    grid-row-gap: 190px;
    row-gap: 190px;
  }

  .md\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .md\:gap-y-0\.5 {
    grid-row-gap: 0.125rem;
    row-gap: 0.125rem;
  }

  .md\:gap-y-1\.5 {
    grid-row-gap: 0.375rem;
    row-gap: 0.375rem;
  }

  .md\:gap-y-2\.5 {
    grid-row-gap: 0.625rem;
    row-gap: 0.625rem;
  }

  .md\:gap-y-3\.5 {
    grid-row-gap: 0.875rem;
    row-gap: 0.875rem;
  }

  .md\:gap-y-30\% {
    grid-row-gap: 30%;
    row-gap: 30%;
  }

  .md\:gap-y-7\.5r {
    grid-row-gap: 1.875rem;
    row-gap: 1.875rem;
  }

  .md\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5px * var(--tw-space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14px * var(--tw-space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16px * var(--tw-space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24px * var(--tw-space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(48px * var(--tw-space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60px * var(--tw-space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95px * var(--tw-space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(120px * var(--tw-space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(190px * var(--tw-space-x-reverse));
    margin-left: calc(190px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30% * var(--tw-space-x-reverse));
    margin-left: calc(30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5px * var(--tw-space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10px * var(--tw-space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14px * var(--tw-space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16px * var(--tw-space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20px * var(--tw-space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24px * var(--tw-space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30px * var(--tw-space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-48px * var(--tw-space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60px * var(--tw-space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95px * var(--tw-space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-120px * var(--tw-space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-190px * var(--tw-space-x-reverse));
    margin-left: calc(-190px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30% * var(--tw-space-x-reverse));
    margin-left: calc(-30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5px * var(--tw-space-y-reverse));
  }

  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }

  .md\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14px * var(--tw-space-y-reverse));
  }

  .md\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16px * var(--tw-space-y-reverse));
  }

  .md\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px * var(--tw-space-y-reverse));
  }

  .md\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px * var(--tw-space-y-reverse));
  }

  .md\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }

  .md\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48px * var(--tw-space-y-reverse));
  }

  .md\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }

  .md\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95px * var(--tw-space-y-reverse));
  }

  .md\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px * var(--tw-space-y-reverse));
  }

  .md\:space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(190px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(190px * var(--tw-space-y-reverse));
  }

  .md\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .md\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30% * var(--tw-space-y-reverse));
  }

  .md\:space-y-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5px * var(--tw-space-y-reverse));
  }

  .md\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10px * var(--tw-space-y-reverse));
  }

  .md\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14px * var(--tw-space-y-reverse));
  }

  .md\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16px * var(--tw-space-y-reverse));
  }

  .md\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20px * var(--tw-space-y-reverse));
  }

  .md\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24px * var(--tw-space-y-reverse));
  }

  .md\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30px * var(--tw-space-y-reverse));
  }

  .md\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48px * var(--tw-space-y-reverse));
  }

  .md\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60px * var(--tw-space-y-reverse));
  }

  .md\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95px * var(--tw-space-y-reverse));
  }

  .md\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-120px * var(--tw-space-y-reverse));
  }

  .md\:-space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-190px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-190px * var(--tw-space-y-reverse));
  }

  .md\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .md\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .md\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .md\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .md\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .md\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .md\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .md\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .md\:hover\:divide-x-0:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:hover\:divide-x-2:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:hover\:divide-x-4:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:hover\:divide-x-8:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:hover\:divide-x:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:hover\:divide-y-0:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .md\:hover\:divide-y-2:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .md\:hover\:divide-y-4:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .md\:hover\:divide-y-8:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .md\:hover\:divide-y:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .md\:focus\:divide-x-0:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:focus\:divide-x-2:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:focus\:divide-x-4:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:focus\:divide-x-8:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:focus\:divide-x:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:focus\:divide-y-0:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .md\:focus\:divide-y-2:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .md\:focus\:divide-y-4:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .md\:focus\:divide-y-8:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .md\:focus\:divide-y:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .md\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .md\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .md\:hover\:divide-y-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .md\:hover\:divide-x-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .md\:focus\:divide-y-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .md\:focus\:divide-x-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .md\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .md\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .md\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .md\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .md\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .md\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .md\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }

  .md\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .md\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .md\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .md\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .md\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .md\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .md\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .md\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .md\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .md\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .md\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .md\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .md\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .md\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .md\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .md\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .md\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .md\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .md\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .md\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .md\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .md\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .md\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .md\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .md\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .md\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .md\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .md\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .md\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .md\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .md\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .md\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .md\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .md\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .md\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .md\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .md\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .md\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .md\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .md\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .md\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .md\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .md\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .md\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .md\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .md\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .md\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .md\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .md\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .md\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .md\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .md\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .md\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .md\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .md\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .md\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .md\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .md\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .md\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .md\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .md\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .md\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .md\:divide-primary-color > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-divide-opacity));
  }

  .md\:divide-primary-color-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-divide-opacity));
  }

  .md\:divide-secondary-color > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .md\:divide-custom-gray-sm > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-divide-opacity));
  }

  .md\:divide-custom-gray-sm2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-divide-opacity));
  }

  .md\:divide-custom-gray-md > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-divide-opacity));
  }

  .md\:divide-custom-navy-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .md\:divide-dark-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .md\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-divide-opacity));
  }

  .md\:divide-secondary-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-divide-opacity));
  }

  .md\:divide-secondary-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-divide-opacity));
  }

  .md\:divide-secondary-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-divide-opacity));
  }

  .md\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-divide-opacity));
  }

  .md\:divide-secondary-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-divide-opacity));
  }

  .md\:divide-secondary-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-divide-opacity));
  }

  .md\:divide-grayCustom-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .md\:divide-grayCustom-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .md\:divide-grayCustom-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
  }

  .md\:divide-grayCustom-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .md\:divide-grayCustom > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .md\:divide-grayCustom-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .md\:divide-grayCustom-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
  }

  .md\:divide-grayCustom-hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-divide-opacity));
  }

  .md\:divide-error > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-divide-opacity));
  }

  .md\:divide-error-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-divide-opacity));
  }

  .md\:divide-warning > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .md\:divide-warning-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-divide-opacity));
  }

  .md\:divide-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-divide-opacity));
  }

  .md\:divide-success-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-divide-opacity));
  }

  .md\:divide-status-open > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .md\:divide-status-waiting_payment > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .md\:divide-status-completed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-divide-opacity));
  }

  .md\:divide-status-failed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .md\:divide-status-waiting_verify > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .md\:divide-status-closed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .md\:divide-policyStatus-issuing > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .md\:divide-policyStatus-waiting_inspection > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .md\:divide-policyStatus-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-divide-opacity));
  }

  .md\:divide-policyStatus-failed_inspection > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .md\:divide-policyStatus-failed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .md\:divide-policyStatus-waiting_policy > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .md\:divide-policyStatus-cancel > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .md\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .md\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .md\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .md\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .md\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .md\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .md\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .md\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .md\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .md\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .md\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .md\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .md\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .md\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .md\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .md\:place-self-auto {
    align-self: auto;
    justify-self: auto;
    place-self: auto;
  }

  .md\:place-self-start {
    align-self: start;
    justify-self: start;
    place-self: start;
  }

  .md\:place-self-end {
    align-self: end;
    justify-self: end;
    place-self: end;
  }

  .md\:place-self-center {
    align-self: center;
    justify-self: center;
    place-self: center;
  }

  .md\:place-self-stretch {
    align-self: stretch;
    justify-self: stretch;
    place-self: stretch;
  }

  .md\:self-auto {
    align-self: auto;
  }

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

  .md\:self-end {
    align-self: flex-end;
  }

  .md\:self-center {
    align-self: center;
  }

  .md\:self-stretch {
    align-self: stretch;
  }

  .md\:self-baseline {
    align-self: baseline;
  }

  .md\:justify-self-auto {
    justify-self: auto;
  }

  .md\:justify-self-start {
    justify-self: start;
  }

  .md\:justify-self-end {
    justify-self: end;
  }

  .md\:justify-self-center {
    justify-self: center;
  }

  .md\:justify-self-stretch {
    justify-self: stretch;
  }

  .md\:overflow-auto {
    overflow: auto;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:overflow-scroll {
    overflow: scroll;
  }

  .md\:overflow-x-auto {
    overflow-x: auto;
  }

  .md\:overflow-y-auto {
    overflow-y: auto;
  }

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

  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .md\:overflow-x-visible {
    overflow-x: visible;
  }

  .md\:overflow-y-visible {
    overflow-y: visible;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll;
  }

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

  .md\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .md\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .md\:overscroll-none {
    overscroll-behavior: none;
  }

  .md\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .md\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .md\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .md\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .md\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .md\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .md\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .md\:overflow-clip {
    text-overflow: clip;
  }

  .md\:whitespace-normal {
    white-space: normal;
  }

  .md\:whitespace-nowrap {
    white-space: nowrap;
  }

  .md\:whitespace-pre {
    white-space: pre;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md\:break-normal {
    word-wrap: normal;
    word-break: normal;
  }

  .md\:break-words {
    word-wrap: break-word;
  }

  .md\:break-all {
    word-break: break-all;
  }

  .md\:rounded-5 {
    border-radius: 5px;
  }

  .md\:rounded-10 {
    border-radius: 10px;
  }

  .md\:rounded-20 {
    border-radius: 20px;
  }

  .md\:rounded-48 {
    border-radius: 48px;
  }

  .md\:rounded-none {
    border-radius: 0;
  }

  .md\:rounded-sm {
    border-radius: 0.125rem;
  }

  .md\:rounded {
    border-radius: 5px;
  }

  .md\:rounded-md {
    border-radius: 0.375rem;
  }

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:rounded-xl {
    border-radius: 0.75rem;
  }

  .md\:rounded-2xl {
    border-radius: 1rem;
  }

  .md\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .md\:rounded-full {
    border-radius: 9999px;
  }

  .md\:rounded-t-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .md\:rounded-t-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .md\:rounded-t-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .md\:rounded-t-48 {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-t {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .md\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .md\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-r-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .md\:rounded-r-10 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .md\:rounded-r-20 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .md\:rounded-r-48 {
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-r {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .md\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .md\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-b-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .md\:rounded-b-10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .md\:rounded-b-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .md\:rounded-b-48 {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-b {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .md\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .md\:rounded-l-10 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .md\:rounded-l-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .md\:rounded-l-48 {
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-l {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .md\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-tl-5 {
    border-top-left-radius: 5px;
  }

  .md\:rounded-tl-10 {
    border-top-left-radius: 10px;
  }

  .md\:rounded-tl-20 {
    border-top-left-radius: 20px;
  }

  .md\:rounded-tl-48 {
    border-top-left-radius: 48px;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .md\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .md\:rounded-tl {
    border-top-left-radius: 5px;
  }

  .md\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .md\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .md\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .md\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .md\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tr-5 {
    border-top-right-radius: 5px;
  }

  .md\:rounded-tr-10 {
    border-top-right-radius: 10px;
  }

  .md\:rounded-tr-20 {
    border-top-right-radius: 20px;
  }

  .md\:rounded-tr-48 {
    border-top-right-radius: 48px;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .md\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-tr {
    border-top-right-radius: 5px;
  }

  .md\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .md\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .md\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .md\:rounded-br-5 {
    border-bottom-right-radius: 5px;
  }

  .md\:rounded-br-10 {
    border-bottom-right-radius: 10px;
  }

  .md\:rounded-br-20 {
    border-bottom-right-radius: 20px;
  }

  .md\:rounded-br-48 {
    border-bottom-right-radius: 48px;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .md\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-br {
    border-bottom-right-radius: 5px;
  }

  .md\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .md\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-bl-5 {
    border-bottom-left-radius: 5px;
  }

  .md\:rounded-bl-10 {
    border-bottom-left-radius: 10px;
  }

  .md\:rounded-bl-20 {
    border-bottom-left-radius: 20px;
  }

  .md\:rounded-bl-48 {
    border-bottom-left-radius: 48px;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .md\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-bl {
    border-bottom-left-radius: 5px;
  }

  .md\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:border-2 {
    border-width: 2px;
  }

  .md\:border-4 {
    border-width: 4px;
  }

  .md\:border-8 {
    border-width: 8px;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:hover\:border-0:hover {
    border-width: 0px;
  }

  .md\:hover\:border-2:hover {
    border-width: 2px;
  }

  .md\:hover\:border-4:hover {
    border-width: 4px;
  }

  .md\:hover\:border-8:hover {
    border-width: 8px;
  }

  .md\:hover\:border:hover {
    border-width: 1px;
  }

  .md\:focus\:border-0:focus {
    border-width: 0px;
  }

  .md\:focus\:border-2:focus {
    border-width: 2px;
  }

  .md\:focus\:border-4:focus {
    border-width: 4px;
  }

  .md\:focus\:border-8:focus {
    border-width: 8px;
  }

  .md\:focus\:border:focus {
    border-width: 1px;
  }

  .md\:border-t-0 {
    border-top-width: 0px;
  }

  .md\:border-t-2 {
    border-top-width: 2px;
  }

  .md\:border-t-4 {
    border-top-width: 4px;
  }

  .md\:border-t-8 {
    border-top-width: 8px;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:border-r-0 {
    border-right-width: 0px;
  }

  .md\:border-r-2 {
    border-right-width: 2px;
  }

  .md\:border-r-4 {
    border-right-width: 4px;
  }

  .md\:border-r-8 {
    border-right-width: 8px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px;
  }

  .md\:border-b-8 {
    border-bottom-width: 8px;
  }

  .md\:border-b {
    border-bottom-width: 1px;
  }

  .md\:border-l-0 {
    border-left-width: 0px;
  }

  .md\:border-l-2 {
    border-left-width: 2px;
  }

  .md\:border-l-4 {
    border-left-width: 4px;
  }

  .md\:border-l-8 {
    border-left-width: 8px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:hover\:border-t-0:hover {
    border-top-width: 0px;
  }

  .md\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .md\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .md\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .md\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .md\:hover\:border-r-0:hover {
    border-right-width: 0px;
  }

  .md\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .md\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .md\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .md\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .md\:hover\:border-b-0:hover {
    border-bottom-width: 0px;
  }

  .md\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .md\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .md\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .md\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .md\:hover\:border-l-0:hover {
    border-left-width: 0px;
  }

  .md\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .md\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .md\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .md\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .md\:focus\:border-t-0:focus {
    border-top-width: 0px;
  }

  .md\:focus\:border-t-2:focus {
    border-top-width: 2px;
  }

  .md\:focus\:border-t-4:focus {
    border-top-width: 4px;
  }

  .md\:focus\:border-t-8:focus {
    border-top-width: 8px;
  }

  .md\:focus\:border-t:focus {
    border-top-width: 1px;
  }

  .md\:focus\:border-r-0:focus {
    border-right-width: 0px;
  }

  .md\:focus\:border-r-2:focus {
    border-right-width: 2px;
  }

  .md\:focus\:border-r-4:focus {
    border-right-width: 4px;
  }

  .md\:focus\:border-r-8:focus {
    border-right-width: 8px;
  }

  .md\:focus\:border-r:focus {
    border-right-width: 1px;
  }

  .md\:focus\:border-b-0:focus {
    border-bottom-width: 0px;
  }

  .md\:focus\:border-b-2:focus {
    border-bottom-width: 2px;
  }

  .md\:focus\:border-b-4:focus {
    border-bottom-width: 4px;
  }

  .md\:focus\:border-b-8:focus {
    border-bottom-width: 8px;
  }

  .md\:focus\:border-b:focus {
    border-bottom-width: 1px;
  }

  .md\:focus\:border-l-0:focus {
    border-left-width: 0px;
  }

  .md\:focus\:border-l-2:focus {
    border-left-width: 2px;
  }

  .md\:focus\:border-l-4:focus {
    border-left-width: 4px;
  }

  .md\:focus\:border-l-8:focus {
    border-left-width: 8px;
  }

  .md\:focus\:border-l:focus {
    border-left-width: 1px;
  }

  .md\:border-solid {
    border-style: solid;
  }

  .md\:border-dashed {
    border-style: dashed;
  }

  .md\:border-dotted {
    border-style: dotted;
  }

  .md\:border-double {
    border-style: double;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:hover\:border-solid:hover {
    border-style: solid;
  }

  .md\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .md\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .md\:hover\:border-double:hover {
    border-style: double;
  }

  .md\:hover\:border-none:hover {
    border-style: none;
  }

  .md\:border-transparent {
    border-color: transparent;
  }

  .md\:border-current {
    border-color: currentColor;
  }

  .md\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .md\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .md\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .md\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .md\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .md\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .md\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .md\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .md\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .md\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .md\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .md\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .md\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .md\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .md\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .md\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .md\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .md\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .md\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .md\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .md\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .md\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .md\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .md\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .md\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .md\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .md\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .md\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .md\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .md\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .md\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .md\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .md\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .md\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .md\:border-primary-color {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .md\:border-primary-color-dark {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .md\:border-secondary-color {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .md\:border-custom-gray-sm {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .md\:border-custom-gray-sm2 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .md\:border-custom-gray-md {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .md\:border-custom-navy-dark {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .md\:border-dark-blue {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .md\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .md\:border-secondary-1 {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .md\:border-secondary-2 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .md\:border-secondary-3 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .md\:border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .md\:border-secondary-dark {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .md\:border-secondary-light {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .md\:border-grayCustom-1 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .md\:border-grayCustom-2 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .md\:border-grayCustom-3 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .md\:border-grayCustom-800 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .md\:border-grayCustom {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .md\:border-grayCustom-dark {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .md\:border-grayCustom-light {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .md\:border-grayCustom-hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .md\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .md\:border-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .md\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .md\:border-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .md\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .md\:border-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .md\:border-status-open {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:border-status-waiting_payment {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .md\:border-status-completed {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .md\:border-status-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .md\:border-status-waiting_verify {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .md\:border-status-closed {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .md\:border-policyStatus-issuing {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:border-policyStatus-waiting_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .md\:border-policyStatus-success {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .md\:border-policyStatus-failed_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .md\:border-policyStatus-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .md\:border-policyStatus-waiting_policy {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .md\:border-policyStatus-cancel {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .md\:checked\:border-transparent:checked {
    border-color: transparent;
  }

  .md\:checked\:border-current:checked {
    border-color: currentColor;
  }

  .md\:checked\:border-black:checked {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:checked\:border-white:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:checked\:border-gray-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .md\:checked\:border-gray-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .md\:checked\:border-gray-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .md\:checked\:border-gray-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .md\:checked\:border-gray-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .md\:checked\:border-gray-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .md\:checked\:border-gray-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .md\:checked\:border-gray-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .md\:checked\:border-gray-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .md\:checked\:border-gray-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .md\:checked\:border-red-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md\:checked\:border-red-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md\:checked\:border-red-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .md\:checked\:border-red-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .md\:checked\:border-red-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .md\:checked\:border-red-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .md\:checked\:border-red-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .md\:checked\:border-red-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .md\:checked\:border-red-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .md\:checked\:border-red-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .md\:checked\:border-yellow-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md\:checked\:border-yellow-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md\:checked\:border-yellow-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md\:checked\:border-yellow-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md\:checked\:border-yellow-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .md\:checked\:border-yellow-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md\:checked\:border-yellow-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md\:checked\:border-yellow-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md\:checked\:border-yellow-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md\:checked\:border-yellow-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .md\:checked\:border-green-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md\:checked\:border-green-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md\:checked\:border-green-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md\:checked\:border-green-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .md\:checked\:border-green-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .md\:checked\:border-green-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .md\:checked\:border-green-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .md\:checked\:border-green-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .md\:checked\:border-green-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md\:checked\:border-green-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .md\:checked\:border-blue-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md\:checked\:border-blue-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md\:checked\:border-blue-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md\:checked\:border-blue-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md\:checked\:border-blue-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .md\:checked\:border-blue-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md\:checked\:border-blue-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .md\:checked\:border-blue-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md\:checked\:border-blue-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .md\:checked\:border-blue-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .md\:checked\:border-indigo-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md\:checked\:border-indigo-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md\:checked\:border-indigo-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md\:checked\:border-indigo-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md\:checked\:border-indigo-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md\:checked\:border-indigo-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md\:checked\:border-indigo-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md\:checked\:border-indigo-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md\:checked\:border-indigo-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md\:checked\:border-indigo-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md\:checked\:border-purple-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md\:checked\:border-purple-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md\:checked\:border-purple-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md\:checked\:border-purple-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md\:checked\:border-purple-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md\:checked\:border-purple-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md\:checked\:border-purple-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md\:checked\:border-purple-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md\:checked\:border-purple-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md\:checked\:border-purple-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .md\:checked\:border-pink-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md\:checked\:border-pink-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md\:checked\:border-pink-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md\:checked\:border-pink-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .md\:checked\:border-pink-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md\:checked\:border-pink-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .md\:checked\:border-pink-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md\:checked\:border-pink-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md\:checked\:border-pink-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md\:checked\:border-pink-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .md\:checked\:border-primary-color:checked {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .md\:checked\:border-primary-color-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .md\:checked\:border-secondary-color:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .md\:checked\:border-custom-gray-sm:checked {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .md\:checked\:border-custom-gray-sm2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .md\:checked\:border-custom-gray-md:checked {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .md\:checked\:border-custom-navy-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .md\:checked\:border-dark-blue:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .md\:checked\:border-primary:checked {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .md\:checked\:border-secondary-1:checked {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .md\:checked\:border-secondary-2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .md\:checked\:border-secondary-3:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .md\:checked\:border-secondary:checked {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .md\:checked\:border-secondary-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .md\:checked\:border-secondary-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .md\:checked\:border-grayCustom-1:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .md\:checked\:border-grayCustom-2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .md\:checked\:border-grayCustom-3:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .md\:checked\:border-grayCustom-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .md\:checked\:border-grayCustom:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .md\:checked\:border-grayCustom-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .md\:checked\:border-grayCustom-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .md\:checked\:border-grayCustom-hover:checked {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .md\:checked\:border-error:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .md\:checked\:border-error-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .md\:checked\:border-warning:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .md\:checked\:border-warning-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .md\:checked\:border-success:checked {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .md\:checked\:border-success-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .md\:checked\:border-status-open:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:checked\:border-status-waiting_payment:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .md\:checked\:border-status-completed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .md\:checked\:border-status-failed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .md\:checked\:border-status-waiting_verify:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .md\:checked\:border-status-closed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .md\:checked\:border-policyStatus-issuing:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:checked\:border-policyStatus-waiting_inspection:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .md\:checked\:border-policyStatus-success:checked {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .md\:checked\:border-policyStatus-failed_inspection:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .md\:checked\:border-policyStatus-failed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .md\:checked\:border-policyStatus-waiting_policy:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .md\:checked\:border-policyStatus-cancel:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .md\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .md\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-primary-color {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-primary-color-dark {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-secondary-color {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-custom-gray-sm {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-custom-gray-sm2 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-custom-gray-md {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-custom-navy-dark {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-dark-blue {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-secondary-1 {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-secondary-2 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-secondary-3 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-secondary-dark {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-secondary-light {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-grayCustom-1 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-grayCustom-2 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-grayCustom-3 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-grayCustom-800 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-grayCustom {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-grayCustom-dark {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-grayCustom-light {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-grayCustom-hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-status-open {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-status-waiting_payment {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-status-completed {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-status-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-status-waiting_verify {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-status-closed {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-policyStatus-issuing {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-policyStatus-waiting_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-policyStatus-success {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-policyStatus-failed_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-policyStatus-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-policyStatus-waiting_policy {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-policyStatus-cancel {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-transparent[focus-within] {
    border-color: transparent;
  }

  .md\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .md\:focus-within\:border-current[focus-within] {
    border-color: currentColor;
  }

  .md\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }

  .md\:focus-within\:border-black[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-white[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-primary-color[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-primary-color:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-primary-color-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-primary-color-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-secondary-color[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-secondary-color:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-custom-gray-sm[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-custom-gray-sm:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-custom-gray-sm2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-custom-gray-sm2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-custom-gray-md[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-custom-gray-md:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-custom-navy-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-custom-navy-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-dark-blue[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-dark-blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-primary[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-secondary-1[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-secondary-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-secondary-2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-secondary-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-secondary-3[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-secondary-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-secondary[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-secondary-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-secondary-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-secondary-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-secondary-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-grayCustom-1[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-grayCustom-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-grayCustom-2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-grayCustom-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-grayCustom-3[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-grayCustom-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-grayCustom-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-grayCustom-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-grayCustom[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-grayCustom:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-grayCustom-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-grayCustom-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-grayCustom-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-grayCustom-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-grayCustom-hover[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-grayCustom-hover:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-error[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-error:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-error-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-error-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-warning[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-warning:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-warning-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-warning-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-success[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-success-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-success-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-status-open[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-status-open:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-status-waiting_payment[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-status-waiting_payment:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-status-completed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-status-completed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-status-failed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-status-failed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-status-waiting_verify[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-status-waiting_verify:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-status-closed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-status-closed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-policyStatus-issuing[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-policyStatus-issuing:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-policyStatus-waiting_inspection[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-policyStatus-waiting_inspection:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-policyStatus-success[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-policyStatus-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-policyStatus-failed_inspection[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-policyStatus-failed_inspection:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-policyStatus-failed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-policyStatus-failed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-policyStatus-waiting_policy[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-policyStatus-waiting_policy:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-policyStatus-cancel[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-policyStatus-cancel:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .md\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .md\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .md\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .md\:hover\:border-primary-color:hover {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .md\:hover\:border-primary-color-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .md\:hover\:border-secondary-color:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .md\:hover\:border-custom-gray-sm:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .md\:hover\:border-custom-gray-sm2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .md\:hover\:border-custom-gray-md:hover {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .md\:hover\:border-custom-navy-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .md\:hover\:border-dark-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .md\:hover\:border-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .md\:hover\:border-secondary-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .md\:hover\:border-secondary-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .md\:hover\:border-secondary-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .md\:hover\:border-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .md\:hover\:border-secondary-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .md\:hover\:border-secondary-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .md\:hover\:border-grayCustom-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .md\:hover\:border-grayCustom-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .md\:hover\:border-grayCustom-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .md\:hover\:border-grayCustom-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .md\:hover\:border-grayCustom:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .md\:hover\:border-grayCustom-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .md\:hover\:border-grayCustom-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .md\:hover\:border-grayCustom-hover:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .md\:hover\:border-error:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .md\:hover\:border-error-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .md\:hover\:border-warning:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .md\:hover\:border-warning-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .md\:hover\:border-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .md\:hover\:border-success-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .md\:hover\:border-status-open:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-status-waiting_payment:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .md\:hover\:border-status-completed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .md\:hover\:border-status-failed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .md\:hover\:border-status-waiting_verify:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .md\:hover\:border-status-closed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .md\:hover\:border-policyStatus-issuing:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-policyStatus-waiting_inspection:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .md\:hover\:border-policyStatus-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .md\:hover\:border-policyStatus-failed_inspection:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .md\:hover\:border-policyStatus-failed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .md\:hover\:border-policyStatus-waiting_policy:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .md\:hover\:border-policyStatus-cancel:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .md\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .md\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .md\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .md\:focus\:border-primary-color:focus {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .md\:focus\:border-primary-color-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .md\:focus\:border-secondary-color:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .md\:focus\:border-custom-gray-sm:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .md\:focus\:border-custom-gray-sm2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .md\:focus\:border-custom-gray-md:focus {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .md\:focus\:border-custom-navy-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .md\:focus\:border-dark-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .md\:focus\:border-primary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .md\:focus\:border-secondary-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .md\:focus\:border-secondary-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .md\:focus\:border-secondary-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .md\:focus\:border-secondary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .md\:focus\:border-secondary-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .md\:focus\:border-secondary-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .md\:focus\:border-grayCustom-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .md\:focus\:border-grayCustom-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .md\:focus\:border-grayCustom-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .md\:focus\:border-grayCustom-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .md\:focus\:border-grayCustom:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .md\:focus\:border-grayCustom-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .md\:focus\:border-grayCustom-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .md\:focus\:border-grayCustom-hover:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .md\:focus\:border-error:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .md\:focus\:border-error-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .md\:focus\:border-warning:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .md\:focus\:border-warning-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .md\:focus\:border-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .md\:focus\:border-success-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .md\:focus\:border-status-open:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-status-waiting_payment:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .md\:focus\:border-status-completed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .md\:focus\:border-status-failed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .md\:focus\:border-status-waiting_verify:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .md\:focus\:border-status-closed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .md\:focus\:border-policyStatus-issuing:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-policyStatus-waiting_inspection:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .md\:focus\:border-policyStatus-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .md\:focus\:border-policyStatus-failed_inspection:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .md\:focus\:border-policyStatus-failed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .md\:focus\:border-policyStatus-waiting_policy:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .md\:focus\:border-policyStatus-cancel:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .md\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .md\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .md\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .md\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .md\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .md\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .md\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .md\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .md\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .md\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .md\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .md\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .md\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .md\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .md\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .md\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .md\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .md\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .md\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .md\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .md\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .md\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .md\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .md\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .md\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .md\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .md\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .md\:focus-within\:border-opacity-0[focus-within] {
    --tw-border-opacity: 0;
  }

  .md\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .md\:focus-within\:border-opacity-5[focus-within] {
    --tw-border-opacity: 0.05;
  }

  .md\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .md\:focus-within\:border-opacity-10[focus-within] {
    --tw-border-opacity: 0.1;
  }

  .md\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .md\:focus-within\:border-opacity-20[focus-within] {
    --tw-border-opacity: 0.2;
  }

  .md\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .md\:focus-within\:border-opacity-25[focus-within] {
    --tw-border-opacity: 0.25;
  }

  .md\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .md\:focus-within\:border-opacity-30[focus-within] {
    --tw-border-opacity: 0.3;
  }

  .md\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .md\:focus-within\:border-opacity-40[focus-within] {
    --tw-border-opacity: 0.4;
  }

  .md\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .md\:focus-within\:border-opacity-50[focus-within] {
    --tw-border-opacity: 0.5;
  }

  .md\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .md\:focus-within\:border-opacity-60[focus-within] {
    --tw-border-opacity: 0.6;
  }

  .md\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .md\:focus-within\:border-opacity-70[focus-within] {
    --tw-border-opacity: 0.7;
  }

  .md\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .md\:focus-within\:border-opacity-75[focus-within] {
    --tw-border-opacity: 0.75;
  }

  .md\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .md\:focus-within\:border-opacity-80[focus-within] {
    --tw-border-opacity: 0.8;
  }

  .md\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .md\:focus-within\:border-opacity-90[focus-within] {
    --tw-border-opacity: 0.9;
  }

  .md\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .md\:focus-within\:border-opacity-95[focus-within] {
    --tw-border-opacity: 0.95;
  }

  .md\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .md\:focus-within\:border-opacity-100[focus-within] {
    --tw-border-opacity: 1;
  }

  .md\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .md\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .md\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .md\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .md\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .md\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .md\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .md\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .md\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .md\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .md\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .md\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .md\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .md\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .md\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .md\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .md\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .md\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .md\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .md\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .md\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .md\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .md\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .md\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .md\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .md\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .md\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .md\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .md\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .md\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .md\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:bg-current {
    background-color: currentColor;
  }

  .md\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .md\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .md\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .md\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .md\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .md\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .md\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .md\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .md\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .md\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .md\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .md\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .md\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .md\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .md\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md\:bg-primary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .md\:bg-primary-color-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .md\:bg-secondary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .md\:bg-custom-gray-sm {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .md\:bg-custom-gray-sm2 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .md\:bg-custom-gray-md {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .md\:bg-custom-navy-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .md\:bg-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .md\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .md\:bg-secondary-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .md\:bg-secondary-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .md\:bg-secondary-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .md\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .md\:bg-secondary-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .md\:bg-secondary-light {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .md\:bg-grayCustom-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .md\:bg-grayCustom-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .md\:bg-grayCustom-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .md\:bg-grayCustom-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .md\:bg-grayCustom {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .md\:bg-grayCustom-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .md\:bg-grayCustom-light {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .md\:bg-grayCustom-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .md\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .md\:bg-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .md\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .md\:bg-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .md\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .md\:bg-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .md\:bg-status-open {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:bg-status-waiting_payment {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .md\:bg-status-completed {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .md\:bg-status-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .md\:bg-status-waiting_verify {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .md\:bg-status-closed {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .md\:bg-policyStatus-issuing {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:bg-policyStatus-waiting_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .md\:bg-policyStatus-success {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .md\:bg-policyStatus-failed_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .md\:bg-policyStatus-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .md\:bg-policyStatus-waiting_policy {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .md\:bg-policyStatus-cancel {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-transparent:nth-child(odd) {
    background-color: transparent;
  }

  .md\:odd\:bg-current:nth-child(odd) {
    background-color: currentColor;
  }

  .md\:odd\:bg-black:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-white:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-gray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-gray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-gray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-gray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-gray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-gray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-gray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-gray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-gray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-gray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-red-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-red-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-red-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-red-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-red-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-red-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-red-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-red-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-red-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-red-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-yellow-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-yellow-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-yellow-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-yellow-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-yellow-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-yellow-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-yellow-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-yellow-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-yellow-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-yellow-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-green-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-green-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-green-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-green-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-green-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-green-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-green-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-green-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-green-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-green-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-blue-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-blue-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-blue-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-blue-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-blue-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-blue-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-blue-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-blue-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-blue-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-blue-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-indigo-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-indigo-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-indigo-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-indigo-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-indigo-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-indigo-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-indigo-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-indigo-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-indigo-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-indigo-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-purple-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-purple-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-purple-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-purple-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-purple-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-purple-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-purple-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-purple-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-purple-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-purple-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-pink-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-pink-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-pink-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-pink-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-pink-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-pink-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-pink-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-pink-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-pink-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-pink-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-primary-color:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-primary-color-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-secondary-color:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-custom-gray-sm:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-custom-gray-sm2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-custom-gray-md:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-custom-navy-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-dark-blue:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-primary:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-secondary-1:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-secondary-2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-secondary-3:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-secondary:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-secondary-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-secondary-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-grayCustom-1:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-grayCustom-2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-grayCustom-3:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-grayCustom-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-grayCustom:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-grayCustom-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-grayCustom-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-grayCustom-hover:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-error:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-error-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-warning:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-warning-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-success:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-success-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-status-open:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-status-waiting_payment:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-status-completed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-status-failed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-status-waiting_verify:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-status-closed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-policyStatus-issuing:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-policyStatus-waiting_inspection:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-policyStatus-success:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-policyStatus-failed_inspection:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-policyStatus-failed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-policyStatus-waiting_policy:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-policyStatus-cancel:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-transparent:checked {
    background-color: transparent;
  }

  .md\:checked\:bg-current:checked {
    background-color: currentColor;
  }

  .md\:checked\:bg-black:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-white:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-gray-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-gray-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-gray-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-gray-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-gray-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-gray-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-gray-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-gray-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-gray-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-gray-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-red-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-red-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-red-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-red-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-red-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-red-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-red-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-red-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-red-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-red-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-yellow-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-yellow-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-yellow-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-yellow-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-yellow-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-yellow-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-yellow-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-yellow-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-yellow-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-yellow-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-green-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-green-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-green-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-green-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-green-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-green-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-green-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-green-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-green-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-green-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-blue-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-blue-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-blue-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-blue-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-blue-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-blue-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-blue-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-blue-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-blue-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-blue-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-indigo-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-indigo-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-indigo-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-indigo-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-indigo-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-indigo-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-indigo-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-indigo-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-indigo-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-indigo-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-purple-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-purple-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-purple-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-purple-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-purple-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-purple-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-purple-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-purple-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-purple-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-purple-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-pink-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-pink-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-pink-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-pink-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-pink-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-pink-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-pink-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-pink-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-pink-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-pink-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-primary-color:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-primary-color-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-secondary-color:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-custom-gray-sm:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-custom-gray-sm2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-custom-gray-md:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-custom-navy-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-dark-blue:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-primary:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-secondary-1:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-secondary-2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-secondary-3:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-secondary:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-secondary-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-secondary-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-grayCustom-1:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-grayCustom-2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-grayCustom-3:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-grayCustom-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-grayCustom:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-grayCustom-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-grayCustom-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-grayCustom-hover:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-error:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-error-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-warning:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-warning-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-success:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-success-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-status-open:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-status-waiting_payment:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-status-completed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-status-failed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-status-waiting_verify:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-status-closed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-policyStatus-issuing:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-policyStatus-waiting_inspection:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-policyStatus-success:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-policyStatus-failed_inspection:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-policyStatus-failed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-policyStatus-waiting_policy:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .md\:checked\:bg-policyStatus-cancel:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .md\:group-hover\:bg-current {
    background-color: currentColor;
  }

  .group:hover .md\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-primary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-primary-color-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-secondary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-custom-gray-sm {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-custom-gray-sm2 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-custom-gray-md {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-custom-navy-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-secondary-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-secondary-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-secondary-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-secondary-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-secondary-light {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-grayCustom-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-grayCustom-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-grayCustom-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-grayCustom-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-grayCustom {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-grayCustom-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-grayCustom-light {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-grayCustom-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-status-open {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-status-waiting_payment {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-status-completed {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-status-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-status-waiting_verify {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-status-closed {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-policyStatus-issuing {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-policyStatus-waiting_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-policyStatus-success {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-policyStatus-failed_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-policyStatus-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-policyStatus-waiting_policy {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-policyStatus-cancel {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-transparent[focus-within] {
    background-color: transparent;
  }

  .md\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .md\:focus-within\:bg-current[focus-within] {
    background-color: currentColor;
  }

  .md\:focus-within\:bg-current:focus-within {
    background-color: currentColor;
  }

  .md\:focus-within\:bg-black[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-white[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-primary-color[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-primary-color:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-primary-color-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-primary-color-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-secondary-color[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-secondary-color:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-custom-gray-sm[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-custom-gray-sm:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-custom-gray-sm2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-custom-gray-sm2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-custom-gray-md[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-custom-gray-md:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-custom-navy-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-custom-navy-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-dark-blue[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-dark-blue:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-primary[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-primary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-secondary-1[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-secondary-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-secondary-2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-secondary-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-secondary-3[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-secondary-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-secondary[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-secondary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-secondary-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-secondary-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-secondary-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-secondary-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-grayCustom-1[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-grayCustom-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-grayCustom-2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-grayCustom-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-grayCustom-3[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-grayCustom-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-grayCustom-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-grayCustom-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-grayCustom[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-grayCustom:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-grayCustom-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-grayCustom-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-grayCustom-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-grayCustom-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-grayCustom-hover[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-grayCustom-hover:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-error[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-error:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-error-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-error-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-warning[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-warning:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-warning-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-warning-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-success[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-success-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-success-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-status-open[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-status-open:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-status-waiting_payment[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-status-waiting_payment:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-status-completed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-status-completed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-status-failed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-status-failed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-status-waiting_verify[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-status-waiting_verify:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-status-closed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-status-closed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-policyStatus-issuing[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-policyStatus-issuing:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-policyStatus-waiting_inspection[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-policyStatus-waiting_inspection:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-policyStatus-success[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-policyStatus-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-policyStatus-failed_inspection[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-policyStatus-failed_inspection:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-policyStatus-failed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-policyStatus-failed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-policyStatus-waiting_policy[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-policyStatus-waiting_policy:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-policyStatus-cancel[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-policyStatus-cancel:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .md\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .md\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-primary-color:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-primary-color-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-secondary-color:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-custom-gray-sm:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-custom-gray-sm2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-custom-gray-md:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-custom-navy-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-dark-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-secondary-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-secondary-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-secondary-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-secondary-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-secondary-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-grayCustom-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-grayCustom-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-grayCustom-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-grayCustom-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-grayCustom:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-grayCustom-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-grayCustom-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-grayCustom-hover:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-error:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-error-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-warning:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-warning-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-success-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-status-open:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-status-waiting_payment:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-status-completed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-status-failed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-status-waiting_verify:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-status-closed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-policyStatus-issuing:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-policyStatus-waiting_inspection:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-policyStatus-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-policyStatus-failed_inspection:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-policyStatus-failed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-policyStatus-waiting_policy:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-policyStatus-cancel:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .md\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .md\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-primary-color:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-primary-color-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-secondary-color:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-custom-gray-sm:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-custom-gray-sm2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-custom-gray-md:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-custom-navy-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-dark-blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-primary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-secondary-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-secondary-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-secondary-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-secondary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-secondary-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-secondary-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-grayCustom-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-grayCustom-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-grayCustom-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-grayCustom-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-grayCustom:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-grayCustom-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-grayCustom-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-grayCustom-hover:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-error:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-error-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-warning:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-warning-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-success-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-status-open:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-status-waiting_payment:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-status-completed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-status-failed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-status-waiting_verify:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-status-closed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-policyStatus-issuing:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-policyStatus-waiting_inspection:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-policyStatus-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-policyStatus-failed_inspection:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-policyStatus-failed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-policyStatus-waiting_policy:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-policyStatus-cancel:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .md\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .md\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .md\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .md\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .md\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .md\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .md\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .md\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .md\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .md\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .md\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .md\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .md\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .md\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .md\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .md\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .md\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .md\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .md\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .md\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .md\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .md\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .md\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .md\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .md\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .md\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .md\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .md\:focus-within\:bg-opacity-0[focus-within] {
    --tw-bg-opacity: 0;
  }

  .md\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .md\:focus-within\:bg-opacity-5[focus-within] {
    --tw-bg-opacity: 0.05;
  }

  .md\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .md\:focus-within\:bg-opacity-10[focus-within] {
    --tw-bg-opacity: 0.1;
  }

  .md\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .md\:focus-within\:bg-opacity-20[focus-within] {
    --tw-bg-opacity: 0.2;
  }

  .md\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .md\:focus-within\:bg-opacity-25[focus-within] {
    --tw-bg-opacity: 0.25;
  }

  .md\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .md\:focus-within\:bg-opacity-30[focus-within] {
    --tw-bg-opacity: 0.3;
  }

  .md\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .md\:focus-within\:bg-opacity-40[focus-within] {
    --tw-bg-opacity: 0.4;
  }

  .md\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .md\:focus-within\:bg-opacity-50[focus-within] {
    --tw-bg-opacity: 0.5;
  }

  .md\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .md\:focus-within\:bg-opacity-60[focus-within] {
    --tw-bg-opacity: 0.6;
  }

  .md\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .md\:focus-within\:bg-opacity-70[focus-within] {
    --tw-bg-opacity: 0.7;
  }

  .md\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .md\:focus-within\:bg-opacity-75[focus-within] {
    --tw-bg-opacity: 0.75;
  }

  .md\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .md\:focus-within\:bg-opacity-80[focus-within] {
    --tw-bg-opacity: 0.8;
  }

  .md\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .md\:focus-within\:bg-opacity-90[focus-within] {
    --tw-bg-opacity: 0.9;
  }

  .md\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .md\:focus-within\:bg-opacity-95[focus-within] {
    --tw-bg-opacity: 0.95;
  }

  .md\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .md\:focus-within\:bg-opacity-100[focus-within] {
    --tw-bg-opacity: 1;
  }

  .md\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .md\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .md\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .md\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .md\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .md\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .md\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .md\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .md\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .md\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .md\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .md\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .md\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .md\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .md\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .md\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .md\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .md\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .md\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .md\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .md\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .md\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .md\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .md\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .md\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .md\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .md\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .md\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .md\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .md\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .md\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .md\:bg-none {
    background-image: none;
  }

  .md\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .md\:bg-city {
    background-image: url('~assets/homepage/bg-city.svg');
  }

  .md\:bg-city-1 {
    background-image: url('~assets/homepage/bg-city_1.svg');
  }

  .md\:bg-city-2 {
    background-image: url('~assets/homepage/bg-city2.svg');
  }

  .md\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:from-yellow-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:from-yellow-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:from-yellow-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:from-yellow-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:from-yellow-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:from-yellow-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:from-yellow-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:from-yellow-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:from-yellow-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:from-yellow-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:from-green-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:from-green-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:from-green-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:from-green-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:from-green-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:from-green-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:from-green-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:from-green-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:from-green-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:from-green-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:from-purple-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:from-purple-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:from-purple-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:from-purple-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:from-purple-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:from-purple-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:from-purple-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:from-purple-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:from-purple-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:from-purple-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:from-primary-color {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .md\:from-primary-color-dark {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .md\:from-secondary-color {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .md\:from-custom-gray-sm {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .md\:from-custom-gray-sm2 {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .md\:from-custom-gray-md {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .md\:from-custom-navy-dark {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .md\:from-dark-blue {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .md\:from-primary {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .md\:from-secondary-1 {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .md\:from-secondary-2 {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .md\:from-secondary-3 {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .md\:from-secondary {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .md\:from-secondary-dark {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .md\:from-secondary-light {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .md\:from-grayCustom-1 {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .md\:from-grayCustom-2 {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .md\:from-grayCustom-3 {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .md\:from-grayCustom-800 {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .md\:from-grayCustom {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .md\:from-grayCustom-dark {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .md\:from-grayCustom-light {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .md\:from-grayCustom-hover {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .md\:from-error {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .md\:from-error-light {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .md\:from-warning {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .md\:from-warning-light {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .md\:from-success {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .md\:from-success-light {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .md\:from-status-open {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-status-waiting_payment {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .md\:from-status-completed {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .md\:from-status-failed {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .md\:from-status-waiting_verify {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .md\:from-status-closed {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .md\:from-policyStatus-issuing {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-policyStatus-waiting_inspection {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .md\:from-policyStatus-success {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .md\:from-policyStatus-failed_inspection {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .md\:from-policyStatus-failed {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .md\:from-policyStatus-waiting_policy {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .md\:from-policyStatus-cancel {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .md\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:hover\:from-purple-50:hover {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:hover\:from-purple-100:hover {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:hover\:from-purple-200:hover {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:hover\:from-purple-300:hover {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:hover\:from-purple-400:hover {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:hover\:from-purple-500:hover {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:hover\:from-purple-600:hover {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:hover\:from-purple-800:hover {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:hover\:from-purple-900:hover {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:hover\:from-primary-color:hover {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .md\:hover\:from-primary-color-dark:hover {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .md\:hover\:from-secondary-color:hover {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .md\:hover\:from-custom-gray-sm:hover {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .md\:hover\:from-custom-gray-sm2:hover {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .md\:hover\:from-custom-gray-md:hover {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .md\:hover\:from-custom-navy-dark:hover {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .md\:hover\:from-dark-blue:hover {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .md\:hover\:from-primary:hover {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .md\:hover\:from-secondary-1:hover {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .md\:hover\:from-secondary-2:hover {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .md\:hover\:from-secondary-3:hover {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .md\:hover\:from-secondary:hover {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .md\:hover\:from-secondary-dark:hover {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .md\:hover\:from-secondary-light:hover {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .md\:hover\:from-grayCustom-1:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .md\:hover\:from-grayCustom-2:hover {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .md\:hover\:from-grayCustom-3:hover {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .md\:hover\:from-grayCustom-800:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .md\:hover\:from-grayCustom:hover {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .md\:hover\:from-grayCustom-dark:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .md\:hover\:from-grayCustom-light:hover {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .md\:hover\:from-grayCustom-hover:hover {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .md\:hover\:from-error:hover {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .md\:hover\:from-error-light:hover {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .md\:hover\:from-warning:hover {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .md\:hover\:from-warning-light:hover {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .md\:hover\:from-success:hover {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .md\:hover\:from-success-light:hover {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .md\:hover\:from-status-open:hover {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-status-waiting_payment:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .md\:hover\:from-status-completed:hover {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .md\:hover\:from-status-failed:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .md\:hover\:from-status-waiting_verify:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .md\:hover\:from-status-closed:hover {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .md\:hover\:from-policyStatus-issuing:hover {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-policyStatus-waiting_inspection:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .md\:hover\:from-policyStatus-success:hover {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .md\:hover\:from-policyStatus-failed_inspection:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .md\:hover\:from-policyStatus-failed:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .md\:hover\:from-policyStatus-waiting_policy:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .md\:hover\:from-policyStatus-cancel:hover {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .md\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:focus\:from-purple-50:focus {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:focus\:from-purple-100:focus {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:focus\:from-purple-200:focus {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:focus\:from-purple-300:focus {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:focus\:from-purple-400:focus {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:focus\:from-purple-500:focus {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:focus\:from-purple-600:focus {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:focus\:from-purple-800:focus {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:focus\:from-purple-900:focus {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:focus\:from-primary-color:focus {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .md\:focus\:from-primary-color-dark:focus {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .md\:focus\:from-secondary-color:focus {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .md\:focus\:from-custom-gray-sm:focus {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .md\:focus\:from-custom-gray-sm2:focus {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .md\:focus\:from-custom-gray-md:focus {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .md\:focus\:from-custom-navy-dark:focus {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .md\:focus\:from-dark-blue:focus {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .md\:focus\:from-primary:focus {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .md\:focus\:from-secondary-1:focus {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .md\:focus\:from-secondary-2:focus {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .md\:focus\:from-secondary-3:focus {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .md\:focus\:from-secondary:focus {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .md\:focus\:from-secondary-dark:focus {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .md\:focus\:from-secondary-light:focus {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .md\:focus\:from-grayCustom-1:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .md\:focus\:from-grayCustom-2:focus {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .md\:focus\:from-grayCustom-3:focus {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .md\:focus\:from-grayCustom-800:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .md\:focus\:from-grayCustom:focus {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .md\:focus\:from-grayCustom-dark:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .md\:focus\:from-grayCustom-light:focus {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .md\:focus\:from-grayCustom-hover:focus {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .md\:focus\:from-error:focus {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .md\:focus\:from-error-light:focus {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .md\:focus\:from-warning:focus {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .md\:focus\:from-warning-light:focus {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .md\:focus\:from-success:focus {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .md\:focus\:from-success-light:focus {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .md\:focus\:from-status-open:focus {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-status-waiting_payment:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .md\:focus\:from-status-completed:focus {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .md\:focus\:from-status-failed:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .md\:focus\:from-status-waiting_verify:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .md\:focus\:from-status-closed:focus {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .md\:focus\:from-policyStatus-issuing:focus {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-policyStatus-waiting_inspection:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .md\:focus\:from-policyStatus-success:focus {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .md\:focus\:from-policyStatus-failed_inspection:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .md\:focus\:from-policyStatus-failed:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .md\:focus\:from-policyStatus-waiting_policy:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .md\:focus\:from-policyStatus-cancel:focus {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .md\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:via-primary-color {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .md\:via-primary-color-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .md\:via-secondary-color {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .md\:via-custom-gray-sm {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .md\:via-custom-gray-sm2 {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .md\:via-custom-gray-md {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .md\:via-custom-navy-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .md\:via-dark-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .md\:via-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .md\:via-secondary-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .md\:via-secondary-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .md\:via-secondary-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .md\:via-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .md\:via-secondary-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .md\:via-secondary-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .md\:via-grayCustom-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .md\:via-grayCustom-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .md\:via-grayCustom-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .md\:via-grayCustom-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .md\:via-grayCustom {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .md\:via-grayCustom-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .md\:via-grayCustom-light {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .md\:via-grayCustom-hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .md\:via-error {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .md\:via-error-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .md\:via-warning {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .md\:via-warning-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .md\:via-success {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .md\:via-success-light {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .md\:via-status-open {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-status-waiting_payment {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .md\:via-status-completed {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .md\:via-status-failed {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .md\:via-status-waiting_verify {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .md\:via-status-closed {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .md\:via-policyStatus-issuing {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-policyStatus-waiting_inspection {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .md\:via-policyStatus-success {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .md\:via-policyStatus-failed_inspection {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .md\:via-policyStatus-failed {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .md\:via-policyStatus-waiting_policy {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .md\:via-policyStatus-cancel {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .md\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:hover\:via-primary-color:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .md\:hover\:via-primary-color-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .md\:hover\:via-secondary-color:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .md\:hover\:via-custom-gray-sm:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .md\:hover\:via-custom-gray-sm2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .md\:hover\:via-custom-gray-md:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .md\:hover\:via-custom-navy-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .md\:hover\:via-dark-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .md\:hover\:via-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .md\:hover\:via-secondary-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .md\:hover\:via-secondary-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .md\:hover\:via-secondary-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .md\:hover\:via-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .md\:hover\:via-secondary-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .md\:hover\:via-secondary-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .md\:hover\:via-grayCustom-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .md\:hover\:via-grayCustom-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .md\:hover\:via-grayCustom-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .md\:hover\:via-grayCustom-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .md\:hover\:via-grayCustom:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .md\:hover\:via-grayCustom-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .md\:hover\:via-grayCustom-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .md\:hover\:via-grayCustom-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .md\:hover\:via-error:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .md\:hover\:via-error-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .md\:hover\:via-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .md\:hover\:via-warning-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .md\:hover\:via-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .md\:hover\:via-success-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .md\:hover\:via-status-open:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-status-waiting_payment:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .md\:hover\:via-status-completed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .md\:hover\:via-status-failed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .md\:hover\:via-status-waiting_verify:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .md\:hover\:via-status-closed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .md\:hover\:via-policyStatus-issuing:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-policyStatus-waiting_inspection:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .md\:hover\:via-policyStatus-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .md\:hover\:via-policyStatus-failed_inspection:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .md\:hover\:via-policyStatus-failed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .md\:hover\:via-policyStatus-waiting_policy:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .md\:hover\:via-policyStatus-cancel:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .md\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:focus\:via-primary-color:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .md\:focus\:via-primary-color-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .md\:focus\:via-secondary-color:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .md\:focus\:via-custom-gray-sm:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .md\:focus\:via-custom-gray-sm2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .md\:focus\:via-custom-gray-md:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .md\:focus\:via-custom-navy-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .md\:focus\:via-dark-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .md\:focus\:via-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .md\:focus\:via-secondary-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .md\:focus\:via-secondary-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .md\:focus\:via-secondary-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .md\:focus\:via-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .md\:focus\:via-secondary-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .md\:focus\:via-secondary-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .md\:focus\:via-grayCustom-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .md\:focus\:via-grayCustom-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .md\:focus\:via-grayCustom-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .md\:focus\:via-grayCustom-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .md\:focus\:via-grayCustom:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .md\:focus\:via-grayCustom-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .md\:focus\:via-grayCustom-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .md\:focus\:via-grayCustom-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .md\:focus\:via-error:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .md\:focus\:via-error-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .md\:focus\:via-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .md\:focus\:via-warning-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .md\:focus\:via-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .md\:focus\:via-success-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .md\:focus\:via-status-open:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-status-waiting_payment:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .md\:focus\:via-status-completed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .md\:focus\:via-status-failed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .md\:focus\:via-status-waiting_verify:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .md\:focus\:via-status-closed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .md\:focus\:via-policyStatus-issuing:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-policyStatus-waiting_inspection:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .md\:focus\:via-policyStatus-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .md\:focus\:via-policyStatus-failed_inspection:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .md\:focus\:via-policyStatus-failed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .md\:focus\:via-policyStatus-waiting_policy:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .md\:focus\:via-policyStatus-cancel:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .md\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .md\:to-current {
    --tw-gradient-to: currentColor;
  }

  .md\:to-black {
    --tw-gradient-to: #000;
  }

  .md\:to-white {
    --tw-gradient-to: #fff;
  }

  .md\:to-gray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .md\:to-gray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .md\:to-gray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .md\:to-gray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .md\:to-gray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .md\:to-gray-500 {
    --tw-gradient-to: #6b7280;
  }

  .md\:to-gray-600 {
    --tw-gradient-to: #4b5563;
  }

  .md\:to-gray-700 {
    --tw-gradient-to: #374151;
  }

  .md\:to-gray-800 {
    --tw-gradient-to: #1f2937;
  }

  .md\:to-gray-900 {
    --tw-gradient-to: #111827;
  }

  .md\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .md\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .md\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .md\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .md\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .md\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .md\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .md\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .md\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .md\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .md\:to-yellow-50 {
    --tw-gradient-to: #fffbeb;
  }

  .md\:to-yellow-100 {
    --tw-gradient-to: #fef3c7;
  }

  .md\:to-yellow-200 {
    --tw-gradient-to: #fde68a;
  }

  .md\:to-yellow-300 {
    --tw-gradient-to: #fcd34d;
  }

  .md\:to-yellow-400 {
    --tw-gradient-to: #fbbf24;
  }

  .md\:to-yellow-500 {
    --tw-gradient-to: #f59e0b;
  }

  .md\:to-yellow-600 {
    --tw-gradient-to: #d97706;
  }

  .md\:to-yellow-700 {
    --tw-gradient-to: #b45309;
  }

  .md\:to-yellow-800 {
    --tw-gradient-to: #92400e;
  }

  .md\:to-yellow-900 {
    --tw-gradient-to: #78350f;
  }

  .md\:to-green-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .md\:to-green-100 {
    --tw-gradient-to: #d1fae5;
  }

  .md\:to-green-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .md\:to-green-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .md\:to-green-400 {
    --tw-gradient-to: #34d399;
  }

  .md\:to-green-500 {
    --tw-gradient-to: #10b981;
  }

  .md\:to-green-600 {
    --tw-gradient-to: #059669;
  }

  .md\:to-green-700 {
    --tw-gradient-to: #047857;
  }

  .md\:to-green-800 {
    --tw-gradient-to: #065f46;
  }

  .md\:to-green-900 {
    --tw-gradient-to: #064e3b;
  }

  .md\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .md\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .md\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .md\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .md\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .md\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .md\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .md\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .md\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .md\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .md\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .md\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .md\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .md\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .md\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .md\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .md\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .md\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .md\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .md\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .md\:to-purple-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .md\:to-purple-100 {
    --tw-gradient-to: #ede9fe;
  }

  .md\:to-purple-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .md\:to-purple-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .md\:to-purple-400 {
    --tw-gradient-to: #a78bfa;
  }

  .md\:to-purple-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .md\:to-purple-600 {
    --tw-gradient-to: #7c3aed;
  }

  .md\:to-purple-700 {
    --tw-gradient-to: #6d28d9;
  }

  .md\:to-purple-800 {
    --tw-gradient-to: #5b21b6;
  }

  .md\:to-purple-900 {
    --tw-gradient-to: #4c1d95;
  }

  .md\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .md\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .md\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .md\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .md\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .md\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .md\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .md\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .md\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .md\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .md\:to-primary-color {
    --tw-gradient-to: #eb008b;
  }

  .md\:to-primary-color-dark {
    --tw-gradient-to: #c90068;
  }

  .md\:to-secondary-color {
    --tw-gradient-to: #112e42;
  }

  .md\:to-custom-gray-sm {
    --tw-gradient-to: #f1f4f6;
  }

  .md\:to-custom-gray-sm2 {
    --tw-gradient-to: #f1f2f3;
  }

  .md\:to-custom-gray-md {
    --tw-gradient-to: #848484;
  }

  .md\:to-custom-navy-dark {
    --tw-gradient-to: #112e42;
  }

  .md\:to-dark-blue {
    --tw-gradient-to: #112E42;
  }

  .md\:to-primary {
    --tw-gradient-to: #192D40;
  }

  .md\:to-secondary-1 {
    --tw-gradient-to: #E6007E;
  }

  .md\:to-secondary-2 {
    --tw-gradient-to: #D6D564;
  }

  .md\:to-secondary-3 {
    --tw-gradient-to: #FCFCCD;
  }

  .md\:to-secondary {
    --tw-gradient-to: #E6007E;
  }

  .md\:to-secondary-dark {
    --tw-gradient-to: #C11A7D;
  }

  .md\:to-secondary-light {
    --tw-gradient-to: #FBCEE9;
  }

  .md\:to-grayCustom-1 {
    --tw-gradient-to: #4F4F4F;
  }

  .md\:to-grayCustom-2 {
    --tw-gradient-to: #C4C4C4;
  }

  .md\:to-grayCustom-3 {
    --tw-gradient-to: #F9F9F9;
  }

  .md\:to-grayCustom-800 {
    --tw-gradient-to: #4F4F4F;
  }

  .md\:to-grayCustom {
    --tw-gradient-to: #C4C4C4;
  }

  .md\:to-grayCustom-dark {
    --tw-gradient-to: #4F4F4F;
  }

  .md\:to-grayCustom-light {
    --tw-gradient-to: #F9F9F9;
  }

  .md\:to-grayCustom-hover {
    --tw-gradient-to: #9F9F9F;
  }

  .md\:to-error {
    --tw-gradient-to: #FF206E;
  }

  .md\:to-error-light {
    --tw-gradient-to: #FDE8EA;
  }

  .md\:to-warning {
    --tw-gradient-to: #FFAE14;
  }

  .md\:to-warning-light {
    --tw-gradient-to: #FFF6E5;
  }

  .md\:to-success {
    --tw-gradient-to: #2DD881;
  }

  .md\:to-success-light {
    --tw-gradient-to: #E9FBF2;
  }

  .md\:to-status-open {
    --tw-gradient-to: #FFF;
  }

  .md\:to-status-waiting_payment {
    --tw-gradient-to: #ffae14;
  }

  .md\:to-status-completed {
    --tw-gradient-to: #54c1bb;
  }

  .md\:to-status-failed {
    --tw-gradient-to: #e8556b;
  }

  .md\:to-status-waiting_verify {
    --tw-gradient-to: #ffae14;
  }

  .md\:to-status-closed {
    --tw-gradient-to: #c4c4c4;
  }

  .md\:to-policyStatus-issuing {
    --tw-gradient-to: #FFF;
  }

  .md\:to-policyStatus-waiting_inspection {
    --tw-gradient-to: #ffae14;
  }

  .md\:to-policyStatus-success {
    --tw-gradient-to: #54c1bb;
  }

  .md\:to-policyStatus-failed_inspection {
    --tw-gradient-to: #e8556b;
  }

  .md\:to-policyStatus-failed {
    --tw-gradient-to: #e8556b;
  }

  .md\:to-policyStatus-waiting_policy {
    --tw-gradient-to: #ffae14;
  }

  .md\:to-policyStatus-cancel {
    --tw-gradient-to: #c4c4c4;
  }

  .md\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .md\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .md\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .md\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .md\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .md\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .md\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .md\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .md\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .md\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .md\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .md\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151;
  }

  .md\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .md\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827;
  }

  .md\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2;
  }

  .md\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2;
  }

  .md\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca;
  }

  .md\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5;
  }

  .md\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171;
  }

  .md\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444;
  }

  .md\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626;
  }

  .md\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c;
  }

  .md\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b;
  }

  .md\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d;
  }

  .md\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .md\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .md\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .md\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .md\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .md\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .md\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706;
  }

  .md\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309;
  }

  .md\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e;
  }

  .md\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f;
  }

  .md\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .md\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .md\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .md\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .md\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399;
  }

  .md\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981;
  }

  .md\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669;
  }

  .md\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857;
  }

  .md\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46;
  }

  .md\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .md\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff;
  }

  .md\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe;
  }

  .md\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe;
  }

  .md\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd;
  }

  .md\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa;
  }

  .md\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6;
  }

  .md\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb;
  }

  .md\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8;
  }

  .md\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af;
  }

  .md\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a;
  }

  .md\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff;
  }

  .md\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff;
  }

  .md\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe;
  }

  .md\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc;
  }

  .md\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8;
  }

  .md\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1;
  }

  .md\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5;
  }

  .md\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca;
  }

  .md\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3;
  }

  .md\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81;
  }

  .md\:hover\:to-purple-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .md\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .md\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .md\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .md\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .md\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .md\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .md\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .md\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .md\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .md\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8;
  }

  .md\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3;
  }

  .md\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8;
  }

  .md\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4;
  }

  .md\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6;
  }

  .md\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899;
  }

  .md\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777;
  }

  .md\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d;
  }

  .md\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d;
  }

  .md\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843;
  }

  .md\:hover\:to-primary-color:hover {
    --tw-gradient-to: #eb008b;
  }

  .md\:hover\:to-primary-color-dark:hover {
    --tw-gradient-to: #c90068;
  }

  .md\:hover\:to-secondary-color:hover {
    --tw-gradient-to: #112e42;
  }

  .md\:hover\:to-custom-gray-sm:hover {
    --tw-gradient-to: #f1f4f6;
  }

  .md\:hover\:to-custom-gray-sm2:hover {
    --tw-gradient-to: #f1f2f3;
  }

  .md\:hover\:to-custom-gray-md:hover {
    --tw-gradient-to: #848484;
  }

  .md\:hover\:to-custom-navy-dark:hover {
    --tw-gradient-to: #112e42;
  }

  .md\:hover\:to-dark-blue:hover {
    --tw-gradient-to: #112E42;
  }

  .md\:hover\:to-primary:hover {
    --tw-gradient-to: #192D40;
  }

  .md\:hover\:to-secondary-1:hover {
    --tw-gradient-to: #E6007E;
  }

  .md\:hover\:to-secondary-2:hover {
    --tw-gradient-to: #D6D564;
  }

  .md\:hover\:to-secondary-3:hover {
    --tw-gradient-to: #FCFCCD;
  }

  .md\:hover\:to-secondary:hover {
    --tw-gradient-to: #E6007E;
  }

  .md\:hover\:to-secondary-dark:hover {
    --tw-gradient-to: #C11A7D;
  }

  .md\:hover\:to-secondary-light:hover {
    --tw-gradient-to: #FBCEE9;
  }

  .md\:hover\:to-grayCustom-1:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .md\:hover\:to-grayCustom-2:hover {
    --tw-gradient-to: #C4C4C4;
  }

  .md\:hover\:to-grayCustom-3:hover {
    --tw-gradient-to: #F9F9F9;
  }

  .md\:hover\:to-grayCustom-800:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .md\:hover\:to-grayCustom:hover {
    --tw-gradient-to: #C4C4C4;
  }

  .md\:hover\:to-grayCustom-dark:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .md\:hover\:to-grayCustom-light:hover {
    --tw-gradient-to: #F9F9F9;
  }

  .md\:hover\:to-grayCustom-hover:hover {
    --tw-gradient-to: #9F9F9F;
  }

  .md\:hover\:to-error:hover {
    --tw-gradient-to: #FF206E;
  }

  .md\:hover\:to-error-light:hover {
    --tw-gradient-to: #FDE8EA;
  }

  .md\:hover\:to-warning:hover {
    --tw-gradient-to: #FFAE14;
  }

  .md\:hover\:to-warning-light:hover {
    --tw-gradient-to: #FFF6E5;
  }

  .md\:hover\:to-success:hover {
    --tw-gradient-to: #2DD881;
  }

  .md\:hover\:to-success-light:hover {
    --tw-gradient-to: #E9FBF2;
  }

  .md\:hover\:to-status-open:hover {
    --tw-gradient-to: #FFF;
  }

  .md\:hover\:to-status-waiting_payment:hover {
    --tw-gradient-to: #ffae14;
  }

  .md\:hover\:to-status-completed:hover {
    --tw-gradient-to: #54c1bb;
  }

  .md\:hover\:to-status-failed:hover {
    --tw-gradient-to: #e8556b;
  }

  .md\:hover\:to-status-waiting_verify:hover {
    --tw-gradient-to: #ffae14;
  }

  .md\:hover\:to-status-closed:hover {
    --tw-gradient-to: #c4c4c4;
  }

  .md\:hover\:to-policyStatus-issuing:hover {
    --tw-gradient-to: #FFF;
  }

  .md\:hover\:to-policyStatus-waiting_inspection:hover {
    --tw-gradient-to: #ffae14;
  }

  .md\:hover\:to-policyStatus-success:hover {
    --tw-gradient-to: #54c1bb;
  }

  .md\:hover\:to-policyStatus-failed_inspection:hover {
    --tw-gradient-to: #e8556b;
  }

  .md\:hover\:to-policyStatus-failed:hover {
    --tw-gradient-to: #e8556b;
  }

  .md\:hover\:to-policyStatus-waiting_policy:hover {
    --tw-gradient-to: #ffae14;
  }

  .md\:hover\:to-policyStatus-cancel:hover {
    --tw-gradient-to: #c4c4c4;
  }

  .md\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .md\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .md\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .md\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .md\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .md\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .md\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .md\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .md\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .md\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .md\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .md\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151;
  }

  .md\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .md\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827;
  }

  .md\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2;
  }

  .md\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2;
  }

  .md\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca;
  }

  .md\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5;
  }

  .md\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171;
  }

  .md\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444;
  }

  .md\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626;
  }

  .md\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c;
  }

  .md\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b;
  }

  .md\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d;
  }

  .md\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .md\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .md\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .md\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .md\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .md\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .md\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706;
  }

  .md\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309;
  }

  .md\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e;
  }

  .md\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f;
  }

  .md\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .md\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .md\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .md\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .md\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399;
  }

  .md\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981;
  }

  .md\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669;
  }

  .md\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857;
  }

  .md\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46;
  }

  .md\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .md\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff;
  }

  .md\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe;
  }

  .md\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe;
  }

  .md\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd;
  }

  .md\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa;
  }

  .md\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6;
  }

  .md\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb;
  }

  .md\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8;
  }

  .md\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af;
  }

  .md\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a;
  }

  .md\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff;
  }

  .md\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff;
  }

  .md\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe;
  }

  .md\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc;
  }

  .md\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8;
  }

  .md\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1;
  }

  .md\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5;
  }

  .md\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca;
  }

  .md\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3;
  }

  .md\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81;
  }

  .md\:focus\:to-purple-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .md\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .md\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .md\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .md\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .md\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .md\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .md\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .md\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .md\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .md\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8;
  }

  .md\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3;
  }

  .md\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8;
  }

  .md\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4;
  }

  .md\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6;
  }

  .md\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899;
  }

  .md\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777;
  }

  .md\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d;
  }

  .md\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d;
  }

  .md\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843;
  }

  .md\:focus\:to-primary-color:focus {
    --tw-gradient-to: #eb008b;
  }

  .md\:focus\:to-primary-color-dark:focus {
    --tw-gradient-to: #c90068;
  }

  .md\:focus\:to-secondary-color:focus {
    --tw-gradient-to: #112e42;
  }

  .md\:focus\:to-custom-gray-sm:focus {
    --tw-gradient-to: #f1f4f6;
  }

  .md\:focus\:to-custom-gray-sm2:focus {
    --tw-gradient-to: #f1f2f3;
  }

  .md\:focus\:to-custom-gray-md:focus {
    --tw-gradient-to: #848484;
  }

  .md\:focus\:to-custom-navy-dark:focus {
    --tw-gradient-to: #112e42;
  }

  .md\:focus\:to-dark-blue:focus {
    --tw-gradient-to: #112E42;
  }

  .md\:focus\:to-primary:focus {
    --tw-gradient-to: #192D40;
  }

  .md\:focus\:to-secondary-1:focus {
    --tw-gradient-to: #E6007E;
  }

  .md\:focus\:to-secondary-2:focus {
    --tw-gradient-to: #D6D564;
  }

  .md\:focus\:to-secondary-3:focus {
    --tw-gradient-to: #FCFCCD;
  }

  .md\:focus\:to-secondary:focus {
    --tw-gradient-to: #E6007E;
  }

  .md\:focus\:to-secondary-dark:focus {
    --tw-gradient-to: #C11A7D;
  }

  .md\:focus\:to-secondary-light:focus {
    --tw-gradient-to: #FBCEE9;
  }

  .md\:focus\:to-grayCustom-1:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .md\:focus\:to-grayCustom-2:focus {
    --tw-gradient-to: #C4C4C4;
  }

  .md\:focus\:to-grayCustom-3:focus {
    --tw-gradient-to: #F9F9F9;
  }

  .md\:focus\:to-grayCustom-800:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .md\:focus\:to-grayCustom:focus {
    --tw-gradient-to: #C4C4C4;
  }

  .md\:focus\:to-grayCustom-dark:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .md\:focus\:to-grayCustom-light:focus {
    --tw-gradient-to: #F9F9F9;
  }

  .md\:focus\:to-grayCustom-hover:focus {
    --tw-gradient-to: #9F9F9F;
  }

  .md\:focus\:to-error:focus {
    --tw-gradient-to: #FF206E;
  }

  .md\:focus\:to-error-light:focus {
    --tw-gradient-to: #FDE8EA;
  }

  .md\:focus\:to-warning:focus {
    --tw-gradient-to: #FFAE14;
  }

  .md\:focus\:to-warning-light:focus {
    --tw-gradient-to: #FFF6E5;
  }

  .md\:focus\:to-success:focus {
    --tw-gradient-to: #2DD881;
  }

  .md\:focus\:to-success-light:focus {
    --tw-gradient-to: #E9FBF2;
  }

  .md\:focus\:to-status-open:focus {
    --tw-gradient-to: #FFF;
  }

  .md\:focus\:to-status-waiting_payment:focus {
    --tw-gradient-to: #ffae14;
  }

  .md\:focus\:to-status-completed:focus {
    --tw-gradient-to: #54c1bb;
  }

  .md\:focus\:to-status-failed:focus {
    --tw-gradient-to: #e8556b;
  }

  .md\:focus\:to-status-waiting_verify:focus {
    --tw-gradient-to: #ffae14;
  }

  .md\:focus\:to-status-closed:focus {
    --tw-gradient-to: #c4c4c4;
  }

  .md\:focus\:to-policyStatus-issuing:focus {
    --tw-gradient-to: #FFF;
  }

  .md\:focus\:to-policyStatus-waiting_inspection:focus {
    --tw-gradient-to: #ffae14;
  }

  .md\:focus\:to-policyStatus-success:focus {
    --tw-gradient-to: #54c1bb;
  }

  .md\:focus\:to-policyStatus-failed_inspection:focus {
    --tw-gradient-to: #e8556b;
  }

  .md\:focus\:to-policyStatus-failed:focus {
    --tw-gradient-to: #e8556b;
  }

  .md\:focus\:to-policyStatus-waiting_policy:focus {
    --tw-gradient-to: #ffae14;
  }

  .md\:focus\:to-policyStatus-cancel:focus {
    --tw-gradient-to: #c4c4c4;
  }

  .md\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .md\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .md\:bg-auto {
    background-size: auto;
  }

  .md\:bg-cover {
    background-size: cover;
  }

  .md\:bg-contain {
    background-size: contain;
  }

  .md\:bg-fixed {
    background-attachment: fixed;
  }

  .md\:bg-local {
    background-attachment: local;
  }

  .md\:bg-scroll {
    background-attachment: scroll;
  }

  .md\:bg-clip-border {
    background-clip: border-box;
  }

  .md\:bg-clip-padding {
    background-clip: padding-box;
  }

  .md\:bg-clip-content {
    background-clip: content-box;
  }

  .md\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .md\:bg-bottom {
    background-position: bottom;
  }

  .md\:bg-center {
    background-position: center;
  }

  .md\:bg-left {
    background-position: left;
  }

  .md\:bg-left-bottom {
    background-position: left bottom;
  }

  .md\:bg-left-top {
    background-position: left top;
  }

  .md\:bg-right {
    background-position: right;
  }

  .md\:bg-right-bottom {
    background-position: right bottom;
  }

  .md\:bg-right-top {
    background-position: right top;
  }

  .md\:bg-top {
    background-position: top;
  }

  .md\:bg-repeat {
    background-repeat: repeat;
  }

  .md\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .md\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .md\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .md\:bg-repeat-round {
    background-repeat: round;
  }

  .md\:bg-repeat-space {
    background-repeat: space;
  }

  .md\:bg-origin-border {
    background-origin: border-box;
  }

  .md\:bg-origin-padding {
    background-origin: padding-box;
  }

  .md\:bg-origin-content {
    background-origin: content-box;
  }

  .md\:fill-current {
    fill: currentColor;
  }

  .md\:stroke-current {
    stroke: currentColor;
  }

  .md\:stroke-0 {
    stroke-width: 0;
  }

  .md\:stroke-1 {
    stroke-width: 1;
  }

  .md\:stroke-2 {
    stroke-width: 2;
  }

  .md\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .md\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .md\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .md\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .md\:p-0 {
    padding: 0;
  }

  .md\:p-1 {
    padding: 0.25rem;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 5px;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-9 {
    padding: 2.25rem;
  }

  .md\:p-10 {
    padding: 10px;
  }

  .md\:p-11 {
    padding: 2.75rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-14 {
    padding: 14px;
  }

  .md\:p-16 {
    padding: 16px;
  }

  .md\:p-20 {
    padding: 20px;
  }

  .md\:p-24 {
    padding: 24px;
  }

  .md\:p-28 {
    padding: 7rem;
  }

  .md\:p-30 {
    padding: 30px;
  }

  .md\:p-32 {
    padding: 8rem;
  }

  .md\:p-36 {
    padding: 9rem;
  }

  .md\:p-40 {
    padding: 10rem;
  }

  .md\:p-44 {
    padding: 11rem;
  }

  .md\:p-48 {
    padding: 48px;
  }

  .md\:p-52 {
    padding: 13rem;
  }

  .md\:p-56 {
    padding: 14rem;
  }

  .md\:p-60 {
    padding: 60px;
  }

  .md\:p-64 {
    padding: 16rem;
  }

  .md\:p-72 {
    padding: 18rem;
  }

  .md\:p-80 {
    padding: 20rem;
  }

  .md\:p-95 {
    padding: 95px;
  }

  .md\:p-96 {
    padding: 24rem;
  }

  .md\:p-120 {
    padding: 120px;
  }

  .md\:p-190 {
    padding: 190px;
  }

  .md\:p-px {
    padding: 1px;
  }

  .md\:p-0\.5 {
    padding: 0.125rem;
  }

  .md\:p-1\.5 {
    padding: 0.375rem;
  }

  .md\:p-2\.5 {
    padding: 0.625rem;
  }

  .md\:p-3\.5 {
    padding: 0.875rem;
  }

  .md\:p-30\% {
    padding: 30%;
  }

  .md\:p-7\.5r {
    padding: 1.875rem;
  }

  .md\:hover\:p-0:hover {
    padding: 0;
  }

  .md\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .md\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .md\:hover\:p-3:hover {
    padding: 0.75rem;
  }

  .md\:hover\:p-4:hover {
    padding: 1rem;
  }

  .md\:hover\:p-5:hover {
    padding: 5px;
  }

  .md\:hover\:p-6:hover {
    padding: 1.5rem;
  }

  .md\:hover\:p-7:hover {
    padding: 1.75rem;
  }

  .md\:hover\:p-8:hover {
    padding: 2rem;
  }

  .md\:hover\:p-9:hover {
    padding: 2.25rem;
  }

  .md\:hover\:p-10:hover {
    padding: 10px;
  }

  .md\:hover\:p-11:hover {
    padding: 2.75rem;
  }

  .md\:hover\:p-12:hover {
    padding: 3rem;
  }

  .md\:hover\:p-14:hover {
    padding: 14px;
  }

  .md\:hover\:p-16:hover {
    padding: 16px;
  }

  .md\:hover\:p-20:hover {
    padding: 20px;
  }

  .md\:hover\:p-24:hover {
    padding: 24px;
  }

  .md\:hover\:p-28:hover {
    padding: 7rem;
  }

  .md\:hover\:p-30:hover {
    padding: 30px;
  }

  .md\:hover\:p-32:hover {
    padding: 8rem;
  }

  .md\:hover\:p-36:hover {
    padding: 9rem;
  }

  .md\:hover\:p-40:hover {
    padding: 10rem;
  }

  .md\:hover\:p-44:hover {
    padding: 11rem;
  }

  .md\:hover\:p-48:hover {
    padding: 48px;
  }

  .md\:hover\:p-52:hover {
    padding: 13rem;
  }

  .md\:hover\:p-56:hover {
    padding: 14rem;
  }

  .md\:hover\:p-60:hover {
    padding: 60px;
  }

  .md\:hover\:p-64:hover {
    padding: 16rem;
  }

  .md\:hover\:p-72:hover {
    padding: 18rem;
  }

  .md\:hover\:p-80:hover {
    padding: 20rem;
  }

  .md\:hover\:p-95:hover {
    padding: 95px;
  }

  .md\:hover\:p-96:hover {
    padding: 24rem;
  }

  .md\:hover\:p-120:hover {
    padding: 120px;
  }

  .md\:hover\:p-190:hover {
    padding: 190px;
  }

  .md\:hover\:p-px:hover {
    padding: 1px;
  }

  .md\:hover\:p-0\.5:hover {
    padding: 0.125rem;
  }

  .md\:hover\:p-1\.5:hover {
    padding: 0.375rem;
  }

  .md\:hover\:p-2\.5:hover {
    padding: 0.625rem;
  }

  .md\:hover\:p-3\.5:hover {
    padding: 0.875rem;
  }

  .md\:hover\:p-30\%:hover {
    padding: 30%;
  }

  .md\:hover\:p-7\.5r:hover {
    padding: 1.875rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:px-30\% {
    padding-left: 30%;
    padding-right: 30%;
  }

  .md\:px-7\.5r {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

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

  .md\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .md\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .md\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .md\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .md\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .md\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .md\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .md\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .md\:py-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .md\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

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

  .md\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md\:py-30\% {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .md\:py-7\.5r {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

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

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

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

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

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

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

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

  .md\:hover\:px-7:hover {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

  .md\:hover\:px-9:hover {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:hover\:px-10:hover {
    padding-left: 10px;
    padding-right: 10px;
  }

  .md\:hover\:px-11:hover {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

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

  .md\:hover\:px-14:hover {
    padding-left: 14px;
    padding-right: 14px;
  }

  .md\:hover\:px-16:hover {
    padding-left: 16px;
    padding-right: 16px;
  }

  .md\:hover\:px-20:hover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md\:hover\:px-24:hover {
    padding-left: 24px;
    padding-right: 24px;
  }

  .md\:hover\:px-28:hover {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:hover\:px-30:hover {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .md\:hover\:px-36:hover {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:hover\:px-40:hover {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:hover\:px-44:hover {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:hover\:px-48:hover {
    padding-left: 48px;
    padding-right: 48px;
  }

  .md\:hover\:px-52:hover {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:hover\:px-56:hover {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:hover\:px-60:hover {
    padding-left: 60px;
    padding-right: 60px;
  }

  .md\:hover\:px-64:hover {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:hover\:px-72:hover {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:hover\:px-80:hover {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:hover\:px-95:hover {
    padding-left: 95px;
    padding-right: 95px;
  }

  .md\:hover\:px-96:hover {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .md\:hover\:px-120:hover {
    padding-left: 120px;
    padding-right: 120px;
  }

  .md\:hover\:px-190:hover {
    padding-left: 190px;
    padding-right: 190px;
  }

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

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

  .md\:hover\:px-1\.5:hover {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .md\:hover\:px-2\.5:hover {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:hover\:px-3\.5:hover {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .md\:hover\:px-30\%:hover {
    padding-left: 30%;
    padding-right: 30%;
  }

  .md\:hover\:px-7\.5r:hover {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .md\:hover\:py-0:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .md\:hover\:py-3:hover {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:hover\:py-4:hover {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:hover\:py-5:hover {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .md\:hover\:py-6:hover {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:hover\:py-7:hover {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

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

  .md\:hover\:py-9:hover {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:hover\:py-10:hover {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .md\:hover\:py-11:hover {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:hover\:py-14:hover {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .md\:hover\:py-16:hover {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .md\:hover\:py-20:hover {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .md\:hover\:py-24:hover {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .md\:hover\:py-28:hover {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:hover\:py-30:hover {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md\:hover\:py-32:hover {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:hover\:py-36:hover {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:hover\:py-40:hover {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:hover\:py-44:hover {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:hover\:py-48:hover {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .md\:hover\:py-52:hover {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:hover\:py-56:hover {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:hover\:py-60:hover {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:hover\:py-64:hover {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:hover\:py-72:hover {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:hover\:py-80:hover {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:hover\:py-95:hover {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .md\:hover\:py-96:hover {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .md\:hover\:py-120:hover {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .md\:hover\:py-190:hover {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .md\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:hover\:py-0\.5:hover {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .md\:hover\:py-1\.5:hover {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .md\:hover\:py-2\.5:hover {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:hover\:py-3\.5:hover {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md\:hover\:py-30\%:hover {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .md\:hover\:py-7\.5r:hover {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

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

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

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

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

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pt-7 {
    padding-top: 1.75rem;
  }

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

  .md\:pt-9 {
    padding-top: 2.25rem;
  }

  .md\:pt-10 {
    padding-top: 10px;
  }

  .md\:pt-11 {
    padding-top: 2.75rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pt-14 {
    padding-top: 14px;
  }

  .md\:pt-16 {
    padding-top: 16px;
  }

  .md\:pt-20 {
    padding-top: 20px;
  }

  .md\:pt-24 {
    padding-top: 24px;
  }

  .md\:pt-28 {
    padding-top: 7rem;
  }

  .md\:pt-30 {
    padding-top: 30px;
  }

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

  .md\:pt-36 {
    padding-top: 9rem;
  }

  .md\:pt-40 {
    padding-top: 10rem;
  }

  .md\:pt-44 {
    padding-top: 11rem;
  }

  .md\:pt-48 {
    padding-top: 48px;
  }

  .md\:pt-52 {
    padding-top: 13rem;
  }

  .md\:pt-56 {
    padding-top: 14rem;
  }

  .md\:pt-60 {
    padding-top: 60px;
  }

  .md\:pt-64 {
    padding-top: 16rem;
  }

  .md\:pt-72 {
    padding-top: 18rem;
  }

  .md\:pt-80 {
    padding-top: 20rem;
  }

  .md\:pt-95 {
    padding-top: 95px;
  }

  .md\:pt-96 {
    padding-top: 24rem;
  }

  .md\:pt-120 {
    padding-top: 120px;
  }

  .md\:pt-190 {
    padding-top: 190px;
  }

  .md\:pt-px {
    padding-top: 1px;
  }

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

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

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

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

  .md\:pt-30\% {
    padding-top: 30%;
  }

  .md\:pt-7\.5r {
    padding-top: 1.875rem;
  }

  .md\:pr-0 {
    padding-right: 0;
  }

  .md\:pr-1 {
    padding-right: 0.25rem;
  }

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

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pr-5 {
    padding-right: 5px;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pr-7 {
    padding-right: 1.75rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pr-9 {
    padding-right: 2.25rem;
  }

  .md\:pr-10 {
    padding-right: 10px;
  }

  .md\:pr-11 {
    padding-right: 2.75rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pr-14 {
    padding-right: 14px;
  }

  .md\:pr-16 {
    padding-right: 16px;
  }

  .md\:pr-20 {
    padding-right: 20px;
  }

  .md\:pr-24 {
    padding-right: 24px;
  }

  .md\:pr-28 {
    padding-right: 7rem;
  }

  .md\:pr-30 {
    padding-right: 30px;
  }

  .md\:pr-32 {
    padding-right: 8rem;
  }

  .md\:pr-36 {
    padding-right: 9rem;
  }

  .md\:pr-40 {
    padding-right: 10rem;
  }

  .md\:pr-44 {
    padding-right: 11rem;
  }

  .md\:pr-48 {
    padding-right: 48px;
  }

  .md\:pr-52 {
    padding-right: 13rem;
  }

  .md\:pr-56 {
    padding-right: 14rem;
  }

  .md\:pr-60 {
    padding-right: 60px;
  }

  .md\:pr-64 {
    padding-right: 16rem;
  }

  .md\:pr-72 {
    padding-right: 18rem;
  }

  .md\:pr-80 {
    padding-right: 20rem;
  }

  .md\:pr-95 {
    padding-right: 95px;
  }

  .md\:pr-96 {
    padding-right: 24rem;
  }

  .md\:pr-120 {
    padding-right: 120px;
  }

  .md\:pr-190 {
    padding-right: 190px;
  }

  .md\:pr-px {
    padding-right: 1px;
  }

  .md\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .md\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .md\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .md\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .md\:pr-30\% {
    padding-right: 30%;
  }

  .md\:pr-7\.5r {
    padding-right: 1.875rem;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

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

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

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pb-5 {
    padding-bottom: 5px;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .md\:pb-10 {
    padding-bottom: 10px;
  }

  .md\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pb-14 {
    padding-bottom: 14px;
  }

  .md\:pb-16 {
    padding-bottom: 16px;
  }

  .md\:pb-20 {
    padding-bottom: 20px;
  }

  .md\:pb-24 {
    padding-bottom: 24px;
  }

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pb-30 {
    padding-bottom: 30px;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pb-36 {
    padding-bottom: 9rem;
  }

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

  .md\:pb-44 {
    padding-bottom: 11rem;
  }

  .md\:pb-48 {
    padding-bottom: 48px;
  }

  .md\:pb-52 {
    padding-bottom: 13rem;
  }

  .md\:pb-56 {
    padding-bottom: 14rem;
  }

  .md\:pb-60 {
    padding-bottom: 60px;
  }

  .md\:pb-64 {
    padding-bottom: 16rem;
  }

  .md\:pb-72 {
    padding-bottom: 18rem;
  }

  .md\:pb-80 {
    padding-bottom: 20rem;
  }

  .md\:pb-95 {
    padding-bottom: 95px;
  }

  .md\:pb-96 {
    padding-bottom: 24rem;
  }

  .md\:pb-120 {
    padding-bottom: 120px;
  }

  .md\:pb-190 {
    padding-bottom: 190px;
  }

  .md\:pb-px {
    padding-bottom: 1px;
  }

  .md\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .md\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .md\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .md\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .md\:pb-30\% {
    padding-bottom: 30%;
  }

  .md\:pb-7\.5r {
    padding-bottom: 1.875rem;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:pl-1 {
    padding-left: 0.25rem;
  }

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

  .md\:pl-3 {
    padding-left: 0.75rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pl-5 {
    padding-left: 5px;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pl-7 {
    padding-left: 1.75rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pl-9 {
    padding-left: 2.25rem;
  }

  .md\:pl-10 {
    padding-left: 10px;
  }

  .md\:pl-11 {
    padding-left: 2.75rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pl-14 {
    padding-left: 14px;
  }

  .md\:pl-16 {
    padding-left: 16px;
  }

  .md\:pl-20 {
    padding-left: 20px;
  }

  .md\:pl-24 {
    padding-left: 24px;
  }

  .md\:pl-28 {
    padding-left: 7rem;
  }

  .md\:pl-30 {
    padding-left: 30px;
  }

  .md\:pl-32 {
    padding-left: 8rem;
  }

  .md\:pl-36 {
    padding-left: 9rem;
  }

  .md\:pl-40 {
    padding-left: 10rem;
  }

  .md\:pl-44 {
    padding-left: 11rem;
  }

  .md\:pl-48 {
    padding-left: 48px;
  }

  .md\:pl-52 {
    padding-left: 13rem;
  }

  .md\:pl-56 {
    padding-left: 14rem;
  }

  .md\:pl-60 {
    padding-left: 60px;
  }

  .md\:pl-64 {
    padding-left: 16rem;
  }

  .md\:pl-72 {
    padding-left: 18rem;
  }

  .md\:pl-80 {
    padding-left: 20rem;
  }

  .md\:pl-95 {
    padding-left: 95px;
  }

  .md\:pl-96 {
    padding-left: 24rem;
  }

  .md\:pl-120 {
    padding-left: 120px;
  }

  .md\:pl-190 {
    padding-left: 190px;
  }

  .md\:pl-px {
    padding-left: 1px;
  }

  .md\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .md\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .md\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .md\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .md\:pl-30\% {
    padding-left: 30%;
  }

  .md\:pl-7\.5r {
    padding-left: 1.875rem;
  }

  .md\:hover\:pt-0:hover {
    padding-top: 0;
  }

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

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

  .md\:hover\:pt-3:hover {
    padding-top: 0.75rem;
  }

  .md\:hover\:pt-4:hover {
    padding-top: 1rem;
  }

  .md\:hover\:pt-5:hover {
    padding-top: 5px;
  }

  .md\:hover\:pt-6:hover {
    padding-top: 1.5rem;
  }

  .md\:hover\:pt-7:hover {
    padding-top: 1.75rem;
  }

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

  .md\:hover\:pt-9:hover {
    padding-top: 2.25rem;
  }

  .md\:hover\:pt-10:hover {
    padding-top: 10px;
  }

  .md\:hover\:pt-11:hover {
    padding-top: 2.75rem;
  }

  .md\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .md\:hover\:pt-14:hover {
    padding-top: 14px;
  }

  .md\:hover\:pt-16:hover {
    padding-top: 16px;
  }

  .md\:hover\:pt-20:hover {
    padding-top: 20px;
  }

  .md\:hover\:pt-24:hover {
    padding-top: 24px;
  }

  .md\:hover\:pt-28:hover {
    padding-top: 7rem;
  }

  .md\:hover\:pt-30:hover {
    padding-top: 30px;
  }

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

  .md\:hover\:pt-36:hover {
    padding-top: 9rem;
  }

  .md\:hover\:pt-40:hover {
    padding-top: 10rem;
  }

  .md\:hover\:pt-44:hover {
    padding-top: 11rem;
  }

  .md\:hover\:pt-48:hover {
    padding-top: 48px;
  }

  .md\:hover\:pt-52:hover {
    padding-top: 13rem;
  }

  .md\:hover\:pt-56:hover {
    padding-top: 14rem;
  }

  .md\:hover\:pt-60:hover {
    padding-top: 60px;
  }

  .md\:hover\:pt-64:hover {
    padding-top: 16rem;
  }

  .md\:hover\:pt-72:hover {
    padding-top: 18rem;
  }

  .md\:hover\:pt-80:hover {
    padding-top: 20rem;
  }

  .md\:hover\:pt-95:hover {
    padding-top: 95px;
  }

  .md\:hover\:pt-96:hover {
    padding-top: 24rem;
  }

  .md\:hover\:pt-120:hover {
    padding-top: 120px;
  }

  .md\:hover\:pt-190:hover {
    padding-top: 190px;
  }

  .md\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .md\:hover\:pt-0\.5:hover {
    padding-top: 0.125rem;
  }

  .md\:hover\:pt-1\.5:hover {
    padding-top: 0.375rem;
  }

  .md\:hover\:pt-2\.5:hover {
    padding-top: 0.625rem;
  }

  .md\:hover\:pt-3\.5:hover {
    padding-top: 0.875rem;
  }

  .md\:hover\:pt-30\%:hover {
    padding-top: 30%;
  }

  .md\:hover\:pt-7\.5r:hover {
    padding-top: 1.875rem;
  }

  .md\:hover\:pr-0:hover {
    padding-right: 0;
  }

  .md\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

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

  .md\:hover\:pr-3:hover {
    padding-right: 0.75rem;
  }

  .md\:hover\:pr-4:hover {
    padding-right: 1rem;
  }

  .md\:hover\:pr-5:hover {
    padding-right: 5px;
  }

  .md\:hover\:pr-6:hover {
    padding-right: 1.5rem;
  }

  .md\:hover\:pr-7:hover {
    padding-right: 1.75rem;
  }

  .md\:hover\:pr-8:hover {
    padding-right: 2rem;
  }

  .md\:hover\:pr-9:hover {
    padding-right: 2.25rem;
  }

  .md\:hover\:pr-10:hover {
    padding-right: 10px;
  }

  .md\:hover\:pr-11:hover {
    padding-right: 2.75rem;
  }

  .md\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .md\:hover\:pr-14:hover {
    padding-right: 14px;
  }

  .md\:hover\:pr-16:hover {
    padding-right: 16px;
  }

  .md\:hover\:pr-20:hover {
    padding-right: 20px;
  }

  .md\:hover\:pr-24:hover {
    padding-right: 24px;
  }

  .md\:hover\:pr-28:hover {
    padding-right: 7rem;
  }

  .md\:hover\:pr-30:hover {
    padding-right: 30px;
  }

  .md\:hover\:pr-32:hover {
    padding-right: 8rem;
  }

  .md\:hover\:pr-36:hover {
    padding-right: 9rem;
  }

  .md\:hover\:pr-40:hover {
    padding-right: 10rem;
  }

  .md\:hover\:pr-44:hover {
    padding-right: 11rem;
  }

  .md\:hover\:pr-48:hover {
    padding-right: 48px;
  }

  .md\:hover\:pr-52:hover {
    padding-right: 13rem;
  }

  .md\:hover\:pr-56:hover {
    padding-right: 14rem;
  }

  .md\:hover\:pr-60:hover {
    padding-right: 60px;
  }

  .md\:hover\:pr-64:hover {
    padding-right: 16rem;
  }

  .md\:hover\:pr-72:hover {
    padding-right: 18rem;
  }

  .md\:hover\:pr-80:hover {
    padding-right: 20rem;
  }

  .md\:hover\:pr-95:hover {
    padding-right: 95px;
  }

  .md\:hover\:pr-96:hover {
    padding-right: 24rem;
  }

  .md\:hover\:pr-120:hover {
    padding-right: 120px;
  }

  .md\:hover\:pr-190:hover {
    padding-right: 190px;
  }

  .md\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .md\:hover\:pr-0\.5:hover {
    padding-right: 0.125rem;
  }

  .md\:hover\:pr-1\.5:hover {
    padding-right: 0.375rem;
  }

  .md\:hover\:pr-2\.5:hover {
    padding-right: 0.625rem;
  }

  .md\:hover\:pr-3\.5:hover {
    padding-right: 0.875rem;
  }

  .md\:hover\:pr-30\%:hover {
    padding-right: 30%;
  }

  .md\:hover\:pr-7\.5r:hover {
    padding-right: 1.875rem;
  }

  .md\:hover\:pb-0:hover {
    padding-bottom: 0;
  }

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

  .md\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .md\:hover\:pb-3:hover {
    padding-bottom: 0.75rem;
  }

  .md\:hover\:pb-4:hover {
    padding-bottom: 1rem;
  }

  .md\:hover\:pb-5:hover {
    padding-bottom: 5px;
  }

  .md\:hover\:pb-6:hover {
    padding-bottom: 1.5rem;
  }

  .md\:hover\:pb-7:hover {
    padding-bottom: 1.75rem;
  }

  .md\:hover\:pb-8:hover {
    padding-bottom: 2rem;
  }

  .md\:hover\:pb-9:hover {
    padding-bottom: 2.25rem;
  }

  .md\:hover\:pb-10:hover {
    padding-bottom: 10px;
  }

  .md\:hover\:pb-11:hover {
    padding-bottom: 2.75rem;
  }

  .md\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .md\:hover\:pb-14:hover {
    padding-bottom: 14px;
  }

  .md\:hover\:pb-16:hover {
    padding-bottom: 16px;
  }

  .md\:hover\:pb-20:hover {
    padding-bottom: 20px;
  }

  .md\:hover\:pb-24:hover {
    padding-bottom: 24px;
  }

  .md\:hover\:pb-28:hover {
    padding-bottom: 7rem;
  }

  .md\:hover\:pb-30:hover {
    padding-bottom: 30px;
  }

  .md\:hover\:pb-32:hover {
    padding-bottom: 8rem;
  }

  .md\:hover\:pb-36:hover {
    padding-bottom: 9rem;
  }

  .md\:hover\:pb-40:hover {
    padding-bottom: 10rem;
  }

  .md\:hover\:pb-44:hover {
    padding-bottom: 11rem;
  }

  .md\:hover\:pb-48:hover {
    padding-bottom: 48px;
  }

  .md\:hover\:pb-52:hover {
    padding-bottom: 13rem;
  }

  .md\:hover\:pb-56:hover {
    padding-bottom: 14rem;
  }

  .md\:hover\:pb-60:hover {
    padding-bottom: 60px;
  }

  .md\:hover\:pb-64:hover {
    padding-bottom: 16rem;
  }

  .md\:hover\:pb-72:hover {
    padding-bottom: 18rem;
  }

  .md\:hover\:pb-80:hover {
    padding-bottom: 20rem;
  }

  .md\:hover\:pb-95:hover {
    padding-bottom: 95px;
  }

  .md\:hover\:pb-96:hover {
    padding-bottom: 24rem;
  }

  .md\:hover\:pb-120:hover {
    padding-bottom: 120px;
  }

  .md\:hover\:pb-190:hover {
    padding-bottom: 190px;
  }

  .md\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .md\:hover\:pb-0\.5:hover {
    padding-bottom: 0.125rem;
  }

  .md\:hover\:pb-1\.5:hover {
    padding-bottom: 0.375rem;
  }

  .md\:hover\:pb-2\.5:hover {
    padding-bottom: 0.625rem;
  }

  .md\:hover\:pb-3\.5:hover {
    padding-bottom: 0.875rem;
  }

  .md\:hover\:pb-30\%:hover {
    padding-bottom: 30%;
  }

  .md\:hover\:pb-7\.5r:hover {
    padding-bottom: 1.875rem;
  }

  .md\:hover\:pl-0:hover {
    padding-left: 0;
  }

  .md\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

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

  .md\:hover\:pl-3:hover {
    padding-left: 0.75rem;
  }

  .md\:hover\:pl-4:hover {
    padding-left: 1rem;
  }

  .md\:hover\:pl-5:hover {
    padding-left: 5px;
  }

  .md\:hover\:pl-6:hover {
    padding-left: 1.5rem;
  }

  .md\:hover\:pl-7:hover {
    padding-left: 1.75rem;
  }

  .md\:hover\:pl-8:hover {
    padding-left: 2rem;
  }

  .md\:hover\:pl-9:hover {
    padding-left: 2.25rem;
  }

  .md\:hover\:pl-10:hover {
    padding-left: 10px;
  }

  .md\:hover\:pl-11:hover {
    padding-left: 2.75rem;
  }

  .md\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .md\:hover\:pl-14:hover {
    padding-left: 14px;
  }

  .md\:hover\:pl-16:hover {
    padding-left: 16px;
  }

  .md\:hover\:pl-20:hover {
    padding-left: 20px;
  }

  .md\:hover\:pl-24:hover {
    padding-left: 24px;
  }

  .md\:hover\:pl-28:hover {
    padding-left: 7rem;
  }

  .md\:hover\:pl-30:hover {
    padding-left: 30px;
  }

  .md\:hover\:pl-32:hover {
    padding-left: 8rem;
  }

  .md\:hover\:pl-36:hover {
    padding-left: 9rem;
  }

  .md\:hover\:pl-40:hover {
    padding-left: 10rem;
  }

  .md\:hover\:pl-44:hover {
    padding-left: 11rem;
  }

  .md\:hover\:pl-48:hover {
    padding-left: 48px;
  }

  .md\:hover\:pl-52:hover {
    padding-left: 13rem;
  }

  .md\:hover\:pl-56:hover {
    padding-left: 14rem;
  }

  .md\:hover\:pl-60:hover {
    padding-left: 60px;
  }

  .md\:hover\:pl-64:hover {
    padding-left: 16rem;
  }

  .md\:hover\:pl-72:hover {
    padding-left: 18rem;
  }

  .md\:hover\:pl-80:hover {
    padding-left: 20rem;
  }

  .md\:hover\:pl-95:hover {
    padding-left: 95px;
  }

  .md\:hover\:pl-96:hover {
    padding-left: 24rem;
  }

  .md\:hover\:pl-120:hover {
    padding-left: 120px;
  }

  .md\:hover\:pl-190:hover {
    padding-left: 190px;
  }

  .md\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .md\:hover\:pl-0\.5:hover {
    padding-left: 0.125rem;
  }

  .md\:hover\:pl-1\.5:hover {
    padding-left: 0.375rem;
  }

  .md\:hover\:pl-2\.5:hover {
    padding-left: 0.625rem;
  }

  .md\:hover\:pl-3\.5:hover {
    padding-left: 0.875rem;
  }

  .md\:hover\:pl-30\%:hover {
    padding-left: 30%;
  }

  .md\:hover\:pl-7\.5r:hover {
    padding-left: 1.875rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-justify {
    text-align: justify;
  }

  .md\:align-baseline {
    vertical-align: baseline;
  }

  .md\:align-top {
    vertical-align: top;
  }

  .md\:align-middle {
    vertical-align: middle;
  }

  .md\:align-bottom {
    vertical-align: bottom;
  }

  .md\:align-text-top {
    vertical-align: text-top;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .md\:font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .md\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .md\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .md\:font-display {
    font-family: Kanit, serif;
  }

  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

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

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

  .md\:text-lg {
    font-size: 1.25rem;
  }

  .md\:text-xl {
    font-size: 1.75rem;
  }

  .md\:text-2xl {
    font-size: 2.25rem;
  }

  .md\:text-3xl {
    font-size: 3rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .md\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .md\:text-3xs {
    font-size: 0.25rem;
  }

  .md\:text-2xs {
    font-size: 0.5rem;
  }

  .md\:text-1xs {
    font-size: 0.67rem;
  }

  .md\:font-thin {
    font-weight: 100;
  }

  .md\:font-extralight {
    font-weight: 200;
  }

  .md\:font-light {
    font-weight: 300;
  }

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

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

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

  .md\:font-bold {
    font-weight: 500;
  }

  .md\:font-extrabold {
    font-weight: 800;
  }

  .md\:font-black {
    font-weight: 900;
  }

  .md\:hover\:font-thin:hover {
    font-weight: 100;
  }

  .md\:hover\:font-extralight:hover {
    font-weight: 200;
  }

  .md\:hover\:font-light:hover {
    font-weight: 300;
  }

  .md\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .md\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .md\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .md\:hover\:font-bold:hover {
    font-weight: 500;
  }

  .md\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .md\:hover\:font-black:hover {
    font-weight: 900;
  }

  .md\:focus\:font-thin:focus {
    font-weight: 100;
  }

  .md\:focus\:font-extralight:focus {
    font-weight: 200;
  }

  .md\:focus\:font-light:focus {
    font-weight: 300;
  }

  .md\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .md\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .md\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .md\:focus\:font-bold:focus {
    font-weight: 500;
  }

  .md\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .md\:focus\:font-black:focus {
    font-weight: 900;
  }

  .md\:uppercase {
    text-transform: uppercase;
  }

  .md\:lowercase {
    text-transform: lowercase;
  }

  .md\:capitalize {
    text-transform: capitalize;
  }

  .md\:normal-case {
    text-transform: none;
  }

  .md\:italic {
    font-style: italic;
  }

  .md\:not-italic {
    font-style: normal;
  }

  .md\:ordinal, .md\:slashed-zero, .md\:lining-nums, .md\:oldstyle-nums, .md\:proportional-nums, .md\:tabular-nums, .md\:diagonal-fractions, .md\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .md\:normal-nums {
    font-feature-settings: normal;
    font-variant-numeric: normal;
  }

  .md\:ordinal {
    --tw-ordinal: ordinal;
  }

  .md\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .md\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .md\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .md\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .md\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .md\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .md\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .md\:leading-3 {
    line-height: .75rem;
  }

  .md\:leading-4 {
    line-height: 1rem;
  }

  .md\:leading-5 {
    line-height: 1.25rem;
  }

  .md\:leading-6 {
    line-height: 1.5rem;
  }

  .md\:leading-7 {
    line-height: 1.75rem;
  }

  .md\:leading-8 {
    line-height: 2rem;
  }

  .md\:leading-9 {
    line-height: 2.25rem;
  }

  .md\:leading-10 {
    line-height: 2.5rem;
  }

  .md\:leading-none {
    line-height: 1;
  }

  .md\:leading-tight {
    line-height: 1.25;
  }

  .md\:leading-snug {
    line-height: 1.375;
  }

  .md\:leading-normal {
    line-height: 1.5;
  }

  .md\:leading-relaxed {
    line-height: 1.625;
  }

  .md\:leading-loose {
    line-height: 2;
  }

  .md\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .md\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .md\:tracking-normal {
    letter-spacing: 0em;
  }

  .md\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .md\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .md\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .md\:text-transparent {
    color: transparent;
  }

  .md\:text-current {
    color: currentColor;
  }

  .md\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .md\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .md\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .md\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .md\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .md\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .md\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .md\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .md\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .md\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .md\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .md\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .md\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .md\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .md\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .md\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .md\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .md\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .md\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .md\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .md\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .md\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .md\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .md\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .md\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .md\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .md\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .md\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .md\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .md\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .md\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .md\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .md\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .md\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .md\:text-primary-color {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .md\:text-primary-color-dark {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .md\:text-secondary-color {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .md\:text-custom-gray-sm {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .md\:text-custom-gray-sm2 {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .md\:text-custom-gray-md {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .md\:text-custom-navy-dark {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .md\:text-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .md\:text-primary {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .md\:text-secondary-1 {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .md\:text-secondary-2 {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .md\:text-secondary-3 {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .md\:text-secondary {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .md\:text-secondary-dark {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .md\:text-secondary-light {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .md\:text-grayCustom-1 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .md\:text-grayCustom-2 {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .md\:text-grayCustom-3 {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .md\:text-grayCustom-800 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .md\:text-grayCustom {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .md\:text-grayCustom-dark {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .md\:text-grayCustom-light {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .md\:text-grayCustom-hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .md\:text-error {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .md\:text-error-light {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .md\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .md\:text-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .md\:text-success {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .md\:text-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .md\:text-status-open {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:text-status-waiting_payment {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .md\:text-status-completed {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .md\:text-status-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .md\:text-status-waiting_verify {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .md\:text-status-closed {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .md\:text-policyStatus-issuing {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:text-policyStatus-waiting_inspection {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .md\:text-policyStatus-success {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .md\:text-policyStatus-failed_inspection {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .md\:text-policyStatus-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .md\:text-policyStatus-waiting_policy {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .md\:text-policyStatus-cancel {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .md\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .md\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-primary-color {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-primary-color-dark {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-secondary-color {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-custom-gray-sm {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-custom-gray-sm2 {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-custom-gray-md {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-custom-navy-dark {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-primary {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-secondary-1 {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-secondary-2 {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-secondary-3 {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-secondary {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-secondary-dark {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-secondary-light {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-grayCustom-1 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-grayCustom-2 {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-grayCustom-3 {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-grayCustom-800 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-grayCustom {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-grayCustom-dark {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-grayCustom-light {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-grayCustom-hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-error {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-error-light {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-success {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-status-open {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-status-waiting_payment {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-status-completed {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-status-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-status-waiting_verify {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-status-closed {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-policyStatus-issuing {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-policyStatus-waiting_inspection {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-policyStatus-success {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-policyStatus-failed_inspection {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-policyStatus-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-policyStatus-waiting_policy {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-policyStatus-cancel {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-transparent[focus-within] {
    color: transparent;
  }

  .md\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .md\:focus-within\:text-current[focus-within] {
    color: currentColor;
  }

  .md\:focus-within\:text-current:focus-within {
    color: currentColor;
  }

  .md\:focus-within\:text-black[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-white[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-primary-color[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-primary-color:focus-within {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-primary-color-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-primary-color-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-secondary-color[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-secondary-color:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-custom-gray-sm[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-custom-gray-sm:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-custom-gray-sm2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-custom-gray-sm2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-custom-gray-md[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-custom-gray-md:focus-within {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-custom-navy-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-custom-navy-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-dark-blue[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-dark-blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-primary[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-primary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-secondary-1[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-secondary-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-secondary-2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-secondary-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-secondary-3[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-secondary-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-secondary[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-secondary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-secondary-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-secondary-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-secondary-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-secondary-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-grayCustom-1[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-grayCustom-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-grayCustom-2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-grayCustom-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-grayCustom-3[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-grayCustom-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-grayCustom-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-grayCustom-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-grayCustom[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-grayCustom:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-grayCustom-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-grayCustom-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-grayCustom-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-grayCustom-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-grayCustom-hover[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-grayCustom-hover:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-error[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-error:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-error-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-error-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-warning[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-warning:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-warning-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-warning-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-success[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-success-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-success-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-status-open[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-status-open:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-status-waiting_payment[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-status-waiting_payment:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-status-completed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-status-completed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-status-failed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-status-failed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-status-waiting_verify[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-status-waiting_verify:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-status-closed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-status-closed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-policyStatus-issuing[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-policyStatus-issuing:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-policyStatus-waiting_inspection[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-policyStatus-waiting_inspection:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-policyStatus-success[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-policyStatus-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-policyStatus-failed_inspection[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-policyStatus-failed_inspection:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-policyStatus-failed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-policyStatus-failed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-policyStatus-waiting_policy[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-policyStatus-waiting_policy:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-policyStatus-cancel[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-policyStatus-cancel:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .md\:hover\:text-transparent:hover {
    color: transparent;
  }

  .md\:hover\:text-current:hover {
    color: currentColor;
  }

  .md\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .md\:hover\:text-primary-color:hover {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .md\:hover\:text-primary-color-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .md\:hover\:text-secondary-color:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .md\:hover\:text-custom-gray-sm:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .md\:hover\:text-custom-gray-sm2:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .md\:hover\:text-custom-gray-md:hover {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .md\:hover\:text-custom-navy-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .md\:hover\:text-dark-blue:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .md\:hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .md\:hover\:text-secondary-1:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .md\:hover\:text-secondary-2:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .md\:hover\:text-secondary-3:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .md\:hover\:text-secondary:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .md\:hover\:text-secondary-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .md\:hover\:text-secondary-light:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .md\:hover\:text-grayCustom-1:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .md\:hover\:text-grayCustom-2:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .md\:hover\:text-grayCustom-3:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .md\:hover\:text-grayCustom-800:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .md\:hover\:text-grayCustom:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .md\:hover\:text-grayCustom-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .md\:hover\:text-grayCustom-light:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .md\:hover\:text-grayCustom-hover:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .md\:hover\:text-error:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .md\:hover\:text-error-light:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .md\:hover\:text-warning:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .md\:hover\:text-warning-light:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .md\:hover\:text-success:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .md\:hover\:text-success-light:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .md\:hover\:text-status-open:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-status-waiting_payment:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .md\:hover\:text-status-completed:hover {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .md\:hover\:text-status-failed:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .md\:hover\:text-status-waiting_verify:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .md\:hover\:text-status-closed:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .md\:hover\:text-policyStatus-issuing:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-policyStatus-waiting_inspection:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .md\:hover\:text-policyStatus-success:hover {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .md\:hover\:text-policyStatus-failed_inspection:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .md\:hover\:text-policyStatus-failed:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .md\:hover\:text-policyStatus-waiting_policy:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .md\:hover\:text-policyStatus-cancel:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .md\:focus\:text-transparent:focus {
    color: transparent;
  }

  .md\:focus\:text-current:focus {
    color: currentColor;
  }

  .md\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .md\:focus\:text-primary-color:focus {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .md\:focus\:text-primary-color-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .md\:focus\:text-secondary-color:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .md\:focus\:text-custom-gray-sm:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .md\:focus\:text-custom-gray-sm2:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .md\:focus\:text-custom-gray-md:focus {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .md\:focus\:text-custom-navy-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .md\:focus\:text-dark-blue:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .md\:focus\:text-primary:focus {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .md\:focus\:text-secondary-1:focus {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .md\:focus\:text-secondary-2:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .md\:focus\:text-secondary-3:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .md\:focus\:text-secondary:focus {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .md\:focus\:text-secondary-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .md\:focus\:text-secondary-light:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .md\:focus\:text-grayCustom-1:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .md\:focus\:text-grayCustom-2:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .md\:focus\:text-grayCustom-3:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .md\:focus\:text-grayCustom-800:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .md\:focus\:text-grayCustom:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .md\:focus\:text-grayCustom-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .md\:focus\:text-grayCustom-light:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .md\:focus\:text-grayCustom-hover:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .md\:focus\:text-error:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .md\:focus\:text-error-light:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .md\:focus\:text-warning:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .md\:focus\:text-warning-light:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .md\:focus\:text-success:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .md\:focus\:text-success-light:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .md\:focus\:text-status-open:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-status-waiting_payment:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .md\:focus\:text-status-completed:focus {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .md\:focus\:text-status-failed:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .md\:focus\:text-status-waiting_verify:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .md\:focus\:text-status-closed:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .md\:focus\:text-policyStatus-issuing:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-policyStatus-waiting_inspection:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .md\:focus\:text-policyStatus-success:focus {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .md\:focus\:text-policyStatus-failed_inspection:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .md\:focus\:text-policyStatus-failed:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .md\:focus\:text-policyStatus-waiting_policy:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .md\:focus\:text-policyStatus-cancel:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .md\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .md\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .md\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .md\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .md\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .md\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .md\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .md\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .md\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .md\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .md\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .md\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .md\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .md\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .md\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .md\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .md\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .md\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .md\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .md\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .md\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .md\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .md\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .md\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .md\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .md\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .md\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .md\:focus-within\:text-opacity-0[focus-within] {
    --tw-text-opacity: 0;
  }

  .md\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .md\:focus-within\:text-opacity-5[focus-within] {
    --tw-text-opacity: 0.05;
  }

  .md\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .md\:focus-within\:text-opacity-10[focus-within] {
    --tw-text-opacity: 0.1;
  }

  .md\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .md\:focus-within\:text-opacity-20[focus-within] {
    --tw-text-opacity: 0.2;
  }

  .md\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .md\:focus-within\:text-opacity-25[focus-within] {
    --tw-text-opacity: 0.25;
  }

  .md\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .md\:focus-within\:text-opacity-30[focus-within] {
    --tw-text-opacity: 0.3;
  }

  .md\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .md\:focus-within\:text-opacity-40[focus-within] {
    --tw-text-opacity: 0.4;
  }

  .md\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .md\:focus-within\:text-opacity-50[focus-within] {
    --tw-text-opacity: 0.5;
  }

  .md\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .md\:focus-within\:text-opacity-60[focus-within] {
    --tw-text-opacity: 0.6;
  }

  .md\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .md\:focus-within\:text-opacity-70[focus-within] {
    --tw-text-opacity: 0.7;
  }

  .md\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .md\:focus-within\:text-opacity-75[focus-within] {
    --tw-text-opacity: 0.75;
  }

  .md\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .md\:focus-within\:text-opacity-80[focus-within] {
    --tw-text-opacity: 0.8;
  }

  .md\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .md\:focus-within\:text-opacity-90[focus-within] {
    --tw-text-opacity: 0.9;
  }

  .md\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .md\:focus-within\:text-opacity-95[focus-within] {
    --tw-text-opacity: 0.95;
  }

  .md\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .md\:focus-within\:text-opacity-100[focus-within] {
    --tw-text-opacity: 1;
  }

  .md\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .md\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .md\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .md\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .md\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .md\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .md\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .md\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .md\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .md\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .md\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .md\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .md\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .md\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .md\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .md\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .md\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .md\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .md\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .md\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .md\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .md\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .md\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .md\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .md\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .md\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .md\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .md\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .md\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .md\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .md\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .md\:underline {
    text-decoration: underline;
  }

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

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

  .group:hover .md\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .md\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .md\:group-hover\:no-underline {
    text-decoration: none;
  }

  .md\:focus-within\:underline[focus-within] {
    text-decoration: underline;
  }

  .md\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .md\:focus-within\:line-through[focus-within] {
    text-decoration: line-through;
  }

  .md\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .md\:focus-within\:no-underline[focus-within] {
    text-decoration: none;
  }

  .md\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .md\:hover\:underline:hover {
    text-decoration: underline;
  }

  .md\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .md\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .md\:focus\:underline:focus {
    text-decoration: underline;
  }

  .md\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .md\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .md\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .md\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .md\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .md\:placeholder-current::placeholder {
    color: currentColor;
  }

  .md\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-primary-color::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-primary-color::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-primary-color-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-primary-color-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-secondary-color::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-secondary-color::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-custom-gray-sm::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-custom-gray-sm::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-custom-gray-sm2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-custom-gray-sm2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-custom-gray-md::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-custom-gray-md::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-custom-navy-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-custom-navy-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-dark-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-dark-blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-primary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-secondary-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-secondary-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-secondary-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-secondary-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-secondary-3::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-secondary-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-secondary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-secondary-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-secondary-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-secondary-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-secondary-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grayCustom-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grayCustom-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grayCustom-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grayCustom-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grayCustom-3::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grayCustom-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grayCustom-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grayCustom-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grayCustom::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grayCustom::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grayCustom-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grayCustom-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grayCustom-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grayCustom-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grayCustom-hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grayCustom-hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-error::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-error::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-error-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-error-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warning::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warning::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warning-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warning-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-success-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-success-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-status-open::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-status-open::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-status-waiting_payment::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-status-waiting_payment::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-status-completed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-status-completed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-status-failed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-status-failed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-status-waiting_verify::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-status-waiting_verify::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-status-closed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-status-closed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-policyStatus-issuing::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-policyStatus-issuing::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-policyStatus-waiting_inspection::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-policyStatus-waiting_inspection::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-policyStatus-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-policyStatus-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-policyStatus-failed_inspection::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-policyStatus-failed_inspection::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-policyStatus-failed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-policyStatus-failed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-policyStatus-waiting_policy::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-policyStatus-waiting_policy::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-policyStatus-cancel::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-policyStatus-cancel::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .md\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-primary-color:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-primary-color:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-primary-color-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-primary-color-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-secondary-color:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-secondary-color:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-custom-gray-sm:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-custom-gray-sm:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-custom-gray-sm2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-custom-gray-sm2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-custom-gray-md:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-custom-gray-md:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-custom-navy-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-custom-navy-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-dark-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-dark-blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-primary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-secondary-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-secondary-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-secondary-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-secondary-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-secondary-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-secondary-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-secondary-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-secondary-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-secondary-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-secondary-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grayCustom-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grayCustom-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grayCustom-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grayCustom-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grayCustom-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grayCustom-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grayCustom-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grayCustom-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grayCustom:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grayCustom:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grayCustom-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grayCustom-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grayCustom-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grayCustom-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grayCustom-hover:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grayCustom-hover:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-error:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-error:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-error-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-error-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warning:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warning:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warning-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warning-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-success-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-success-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-status-open:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-status-open:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-status-waiting_payment:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-status-waiting_payment:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-status-completed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-status-completed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-status-failed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-status-failed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-status-waiting_verify:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-status-waiting_verify:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-status-closed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-status-closed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-policyStatus-issuing:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-policyStatus-issuing:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-policyStatus-waiting_inspection:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-policyStatus-waiting_inspection:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-policyStatus-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-policyStatus-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-policyStatus-failed_inspection:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-policyStatus-failed_inspection:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-policyStatus-failed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-policyStatus-failed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-policyStatus-waiting_policy:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-policyStatus-waiting_policy:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-policyStatus-cancel:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-policyStatus-cancel:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:opacity-5 {
    opacity: 0.05;
  }

  .md\:opacity-10 {
    opacity: 0.1;
  }

  .md\:opacity-20 {
    opacity: 0.2;
  }

  .md\:opacity-25 {
    opacity: 0.25;
  }

  .md\:opacity-30 {
    opacity: 0.3;
  }

  .md\:opacity-40 {
    opacity: 0.4;
  }

  .md\:opacity-50 {
    opacity: 0.5;
  }

  .md\:opacity-60 {
    opacity: 0.6;
  }

  .md\:opacity-70 {
    opacity: 0.7;
  }

  .md\:opacity-75 {
    opacity: 0.75;
  }

  .md\:opacity-80 {
    opacity: 0.8;
  }

  .md\:opacity-90 {
    opacity: 0.9;
  }

  .md\:opacity-95 {
    opacity: 0.95;
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .group:hover .md\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .md\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .md\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .md\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .md\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .md\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .md\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .md\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .md\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .md\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .md\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .md\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .md\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .md\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .md\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .md\:focus-within\:opacity-0[focus-within] {
    opacity: 0;
  }

  .md\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .md\:focus-within\:opacity-5[focus-within] {
    opacity: 0.05;
  }

  .md\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .md\:focus-within\:opacity-10[focus-within] {
    opacity: 0.1;
  }

  .md\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .md\:focus-within\:opacity-20[focus-within] {
    opacity: 0.2;
  }

  .md\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .md\:focus-within\:opacity-25[focus-within] {
    opacity: 0.25;
  }

  .md\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .md\:focus-within\:opacity-30[focus-within] {
    opacity: 0.3;
  }

  .md\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .md\:focus-within\:opacity-40[focus-within] {
    opacity: 0.4;
  }

  .md\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .md\:focus-within\:opacity-50[focus-within] {
    opacity: 0.5;
  }

  .md\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .md\:focus-within\:opacity-60[focus-within] {
    opacity: 0.6;
  }

  .md\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .md\:focus-within\:opacity-70[focus-within] {
    opacity: 0.7;
  }

  .md\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .md\:focus-within\:opacity-75[focus-within] {
    opacity: 0.75;
  }

  .md\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .md\:focus-within\:opacity-80[focus-within] {
    opacity: 0.8;
  }

  .md\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .md\:focus-within\:opacity-90[focus-within] {
    opacity: 0.9;
  }

  .md\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .md\:focus-within\:opacity-95[focus-within] {
    opacity: 0.95;
  }

  .md\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .md\:focus-within\:opacity-100[focus-within] {
    opacity: 1;
  }

  .md\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .md\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .md\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .md\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .md\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .md\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .md\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .md\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .md\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .md\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .md\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .md\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .md\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .md\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .md\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .md\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .md\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .md\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .md\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .md\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .md\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .md\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .md\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .md\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .md\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .md\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .md\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .md\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .md\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .md\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .md\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .md\:disabled\:opacity-0:disabled {
    opacity: 0;
  }

  .md\:disabled\:opacity-5:disabled {
    opacity: 0.05;
  }

  .md\:disabled\:opacity-10:disabled {
    opacity: 0.1;
  }

  .md\:disabled\:opacity-20:disabled {
    opacity: 0.2;
  }

  .md\:disabled\:opacity-25:disabled {
    opacity: 0.25;
  }

  .md\:disabled\:opacity-30:disabled {
    opacity: 0.3;
  }

  .md\:disabled\:opacity-40:disabled {
    opacity: 0.4;
  }

  .md\:disabled\:opacity-50:disabled {
    opacity: 0.5;
  }

  .md\:disabled\:opacity-60:disabled {
    opacity: 0.6;
  }

  .md\:disabled\:opacity-70:disabled {
    opacity: 0.7;
  }

  .md\:disabled\:opacity-75:disabled {
    opacity: 0.75;
  }

  .md\:disabled\:opacity-80:disabled {
    opacity: 0.8;
  }

  .md\:disabled\:opacity-90:disabled {
    opacity: 0.9;
  }

  .md\:disabled\:opacity-95:disabled {
    opacity: 0.95;
  }

  .md\:disabled\:opacity-100:disabled {
    opacity: 1;
  }

  .md\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .md\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .md\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .md\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .md\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .md\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .md\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .md\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .md\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .md\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .md\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .md\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .md\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .md\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .md\:bg-blend-color {
    background-blend-mode: color;
  }

  .md\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .md\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .md\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .md\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .md\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .md\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .md\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .md\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .md\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .md\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .md\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .md\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .md\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .md\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .md\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .md\:mix-blend-color {
    mix-blend-mode: color;
  }

  .md\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .md\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:shadow-none {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:shadow-button {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:shadow-button-hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:shadow-secondary-tag {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:shadow-gray {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-none {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-button {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-button-hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-secondary-tag {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-gray {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-sm[focus-within] {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:focus-within\:shadow[focus-within] {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-md[focus-within] {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-lg[focus-within] {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-xl[focus-within] {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-2xl[focus-within] {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-inner[focus-within] {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-none[focus-within] {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-button[focus-within] {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-button:focus-within {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-button-hover[focus-within] {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-button-hover:focus-within {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-secondary-tag[focus-within] {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-secondary-tag:focus-within {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-gray[focus-within] {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-gray:focus-within {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:hover\:shadow-button:hover {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:hover\:shadow-button-hover:hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:hover\:shadow-secondary-tag:hover {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:hover\:shadow-gray:hover {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:focus\:shadow-button:focus {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:focus\:shadow-button-hover:focus {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:focus\:shadow-secondary-tag:focus {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:focus\:shadow-gray:focus {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:focus-within\:outline-none[focus-within] {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:focus-within\:outline-white[focus-within] {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:focus-within\:outline-black[focus-within] {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .md\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .md\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .md\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .md\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .md\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .md\:focus-within\:ring-0[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .md\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .md\:focus-within\:ring-1[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .md\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .md\:focus-within\:ring-2[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .md\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .md\:focus-within\:ring-4[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .md\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .md\:focus-within\:ring-8[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .md\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .md\:focus-within\:ring[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .md\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .md\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .md\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .md\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .md\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .md\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .md\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .md\:ring-inset {
    --tw-ring-inset: inset;
  }

  .md\:focus-within\:ring-inset[focus-within] {
    --tw-ring-inset: inset;
  }

  .md\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .md\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .md\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .md\:ring-current {
    --tw-ring-color: currentColor;
  }

  .md\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .md\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .md\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .md\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .md\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .md\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .md\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .md\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .md\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .md\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .md\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .md\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .md\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .md\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .md\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .md\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .md\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .md\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .md\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .md\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .md\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .md\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .md\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .md\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .md\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .md\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .md\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .md\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .md\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .md\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .md\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .md\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .md\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .md\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .md\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .md\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .md\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .md\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .md\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .md\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .md\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .md\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .md\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .md\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .md\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .md\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .md\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .md\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .md\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .md\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .md\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .md\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .md\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .md\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .md\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .md\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .md\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .md\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .md\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .md\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .md\:ring-primary-color {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .md\:ring-primary-color-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .md\:ring-secondary-color {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .md\:ring-custom-gray-sm {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .md\:ring-custom-gray-sm2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .md\:ring-custom-gray-md {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .md\:ring-custom-navy-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .md\:ring-dark-blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .md\:ring-primary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .md\:ring-secondary-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .md\:ring-secondary-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .md\:ring-secondary-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .md\:ring-secondary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .md\:ring-secondary-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .md\:ring-secondary-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .md\:ring-grayCustom-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .md\:ring-grayCustom-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .md\:ring-grayCustom-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .md\:ring-grayCustom-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .md\:ring-grayCustom {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .md\:ring-grayCustom-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .md\:ring-grayCustom-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .md\:ring-grayCustom-hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .md\:ring-error {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .md\:ring-error-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .md\:ring-warning {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .md\:ring-warning-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .md\:ring-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .md\:ring-success-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .md\:ring-status-open {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:ring-status-waiting_payment {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .md\:ring-status-completed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .md\:ring-status-failed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .md\:ring-status-waiting_verify {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .md\:ring-status-closed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .md\:ring-policyStatus-issuing {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:ring-policyStatus-waiting_inspection {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .md\:ring-policyStatus-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .md\:ring-policyStatus-failed_inspection {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .md\:ring-policyStatus-failed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .md\:ring-policyStatus-waiting_policy {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .md\:ring-policyStatus-cancel {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-transparent[focus-within] {
    --tw-ring-color: transparent;
  }

  .md\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .md\:focus-within\:ring-current[focus-within] {
    --tw-ring-color: currentColor;
  }

  .md\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor;
  }

  .md\:focus-within\:ring-black[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-white[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-primary-color[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-primary-color:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-primary-color-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-primary-color-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-secondary-color[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-secondary-color:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-custom-gray-sm[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-custom-gray-sm:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-custom-gray-sm2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-custom-gray-sm2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-custom-gray-md[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-custom-gray-md:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-custom-navy-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-custom-navy-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-dark-blue[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-dark-blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-primary[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-primary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-secondary-1[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-secondary-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-secondary-2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-secondary-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-secondary-3[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-secondary-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-secondary[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-secondary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-secondary-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-secondary-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-secondary-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-secondary-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-grayCustom-1[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-grayCustom-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-grayCustom-2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-grayCustom-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-grayCustom-3[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-grayCustom-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-grayCustom-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-grayCustom-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-grayCustom[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-grayCustom:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-grayCustom-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-grayCustom-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-grayCustom-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-grayCustom-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-grayCustom-hover[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-grayCustom-hover:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-error[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-error:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-error-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-error-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-warning[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-warning:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-warning-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-warning-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-success[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-success-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-success-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-status-open[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-status-open:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-status-waiting_payment[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-status-waiting_payment:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-status-completed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-status-completed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-status-failed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-status-failed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-status-waiting_verify[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-status-waiting_verify:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-status-closed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-status-closed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-policyStatus-issuing[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-policyStatus-issuing:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-policyStatus-waiting_inspection[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-policyStatus-waiting_inspection:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-policyStatus-success[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-policyStatus-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-policyStatus-failed_inspection[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-policyStatus-failed_inspection:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-policyStatus-failed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-policyStatus-failed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-policyStatus-waiting_policy[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-policyStatus-waiting_policy:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-policyStatus-cancel[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-policyStatus-cancel:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .md\:focus\:ring-current:focus {
    --tw-ring-color: currentColor;
  }

  .md\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-primary-color:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-primary-color-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-secondary-color:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-custom-gray-sm:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-custom-gray-sm2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-custom-gray-md:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-custom-navy-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-dark-blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-primary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-secondary-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-secondary-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-secondary-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-secondary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-secondary-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-secondary-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-grayCustom-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-grayCustom-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-grayCustom-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-grayCustom-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-grayCustom:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-grayCustom-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-grayCustom-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-grayCustom-hover:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-error:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-error-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-warning:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-warning-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-success-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-status-open:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-status-waiting_payment:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-status-completed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-status-failed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-status-waiting_verify:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-status-closed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-policyStatus-issuing:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-policyStatus-waiting_inspection:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-policyStatus-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-policyStatus-failed_inspection:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-policyStatus-failed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-policyStatus-waiting_policy:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-policyStatus-cancel:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .md\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .md\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .md\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .md\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .md\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .md\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .md\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .md\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .md\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .md\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .md\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .md\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .md\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .md\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .md\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .md\:focus-within\:ring-opacity-0[focus-within] {
    --tw-ring-opacity: 0;
  }

  .md\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .md\:focus-within\:ring-opacity-5[focus-within] {
    --tw-ring-opacity: 0.05;
  }

  .md\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .md\:focus-within\:ring-opacity-10[focus-within] {
    --tw-ring-opacity: 0.1;
  }

  .md\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .md\:focus-within\:ring-opacity-20[focus-within] {
    --tw-ring-opacity: 0.2;
  }

  .md\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .md\:focus-within\:ring-opacity-25[focus-within] {
    --tw-ring-opacity: 0.25;
  }

  .md\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .md\:focus-within\:ring-opacity-30[focus-within] {
    --tw-ring-opacity: 0.3;
  }

  .md\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .md\:focus-within\:ring-opacity-40[focus-within] {
    --tw-ring-opacity: 0.4;
  }

  .md\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .md\:focus-within\:ring-opacity-50[focus-within] {
    --tw-ring-opacity: 0.5;
  }

  .md\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .md\:focus-within\:ring-opacity-60[focus-within] {
    --tw-ring-opacity: 0.6;
  }

  .md\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .md\:focus-within\:ring-opacity-70[focus-within] {
    --tw-ring-opacity: 0.7;
  }

  .md\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .md\:focus-within\:ring-opacity-75[focus-within] {
    --tw-ring-opacity: 0.75;
  }

  .md\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .md\:focus-within\:ring-opacity-80[focus-within] {
    --tw-ring-opacity: 0.8;
  }

  .md\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .md\:focus-within\:ring-opacity-90[focus-within] {
    --tw-ring-opacity: 0.9;
  }

  .md\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .md\:focus-within\:ring-opacity-95[focus-within] {
    --tw-ring-opacity: 0.95;
  }

  .md\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .md\:focus-within\:ring-opacity-100[focus-within] {
    --tw-ring-opacity: 1;
  }

  .md\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .md\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .md\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .md\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .md\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .md\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .md\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .md\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .md\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .md\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .md\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .md\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .md\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .md\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .md\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .md\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .md\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .md\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .md\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .md\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .md\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .md\:focus-within\:ring-offset-0[focus-within] {
    --tw-ring-offset-width: 0px;
  }

  .md\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .md\:focus-within\:ring-offset-1[focus-within] {
    --tw-ring-offset-width: 1px;
  }

  .md\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .md\:focus-within\:ring-offset-2[focus-within] {
    --tw-ring-offset-width: 2px;
  }

  .md\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .md\:focus-within\:ring-offset-4[focus-within] {
    --tw-ring-offset-width: 4px;
  }

  .md\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .md\:focus-within\:ring-offset-8[focus-within] {
    --tw-ring-offset-width: 8px;
  }

  .md\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .md\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .md\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .md\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .md\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .md\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .md\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .md\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }

  .md\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .md\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .md\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f9fafb;
  }

  .md\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f3f4f6;
  }

  .md\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e5e7eb;
  }

  .md\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d1d5db;
  }

  .md\:ring-offset-gray-400 {
    --tw-ring-offset-color: #9ca3af;
  }

  .md\:ring-offset-gray-500 {
    --tw-ring-offset-color: #6b7280;
  }

  .md\:ring-offset-gray-600 {
    --tw-ring-offset-color: #4b5563;
  }

  .md\:ring-offset-gray-700 {
    --tw-ring-offset-color: #374151;
  }

  .md\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .md\:ring-offset-gray-900 {
    --tw-ring-offset-color: #111827;
  }

  .md\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .md\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .md\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .md\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .md\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .md\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .md\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .md\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .md\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .md\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .md\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .md\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .md\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .md\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .md\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .md\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .md\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }

  .md\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }

  .md\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }

  .md\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }

  .md\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .md\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .md\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .md\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .md\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }

  .md\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }

  .md\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }

  .md\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }

  .md\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }

  .md\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .md\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .md\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .md\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .md\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .md\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .md\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .md\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .md\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .md\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .md\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .md\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .md\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .md\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .md\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .md\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .md\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .md\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .md\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .md\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .md\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .md\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .md\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .md\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .md\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .md\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .md\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .md\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .md\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .md\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .md\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .md\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .md\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .md\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .md\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .md\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .md\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .md\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .md\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .md\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .md\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .md\:ring-offset-primary-color {
    --tw-ring-offset-color: #eb008b;
  }

  .md\:ring-offset-primary-color-dark {
    --tw-ring-offset-color: #c90068;
  }

  .md\:ring-offset-secondary-color {
    --tw-ring-offset-color: #112e42;
  }

  .md\:ring-offset-custom-gray-sm {
    --tw-ring-offset-color: #f1f4f6;
  }

  .md\:ring-offset-custom-gray-sm2 {
    --tw-ring-offset-color: #f1f2f3;
  }

  .md\:ring-offset-custom-gray-md {
    --tw-ring-offset-color: #848484;
  }

  .md\:ring-offset-custom-navy-dark {
    --tw-ring-offset-color: #112e42;
  }

  .md\:ring-offset-dark-blue {
    --tw-ring-offset-color: #112E42;
  }

  .md\:ring-offset-primary {
    --tw-ring-offset-color: #192D40;
  }

  .md\:ring-offset-secondary-1 {
    --tw-ring-offset-color: #E6007E;
  }

  .md\:ring-offset-secondary-2 {
    --tw-ring-offset-color: #D6D564;
  }

  .md\:ring-offset-secondary-3 {
    --tw-ring-offset-color: #FCFCCD;
  }

  .md\:ring-offset-secondary {
    --tw-ring-offset-color: #E6007E;
  }

  .md\:ring-offset-secondary-dark {
    --tw-ring-offset-color: #C11A7D;
  }

  .md\:ring-offset-secondary-light {
    --tw-ring-offset-color: #FBCEE9;
  }

  .md\:ring-offset-grayCustom-1 {
    --tw-ring-offset-color: #4F4F4F;
  }

  .md\:ring-offset-grayCustom-2 {
    --tw-ring-offset-color: #C4C4C4;
  }

  .md\:ring-offset-grayCustom-3 {
    --tw-ring-offset-color: #F9F9F9;
  }

  .md\:ring-offset-grayCustom-800 {
    --tw-ring-offset-color: #4F4F4F;
  }

  .md\:ring-offset-grayCustom {
    --tw-ring-offset-color: #C4C4C4;
  }

  .md\:ring-offset-grayCustom-dark {
    --tw-ring-offset-color: #4F4F4F;
  }

  .md\:ring-offset-grayCustom-light {
    --tw-ring-offset-color: #F9F9F9;
  }

  .md\:ring-offset-grayCustom-hover {
    --tw-ring-offset-color: #9F9F9F;
  }

  .md\:ring-offset-error {
    --tw-ring-offset-color: #FF206E;
  }

  .md\:ring-offset-error-light {
    --tw-ring-offset-color: #FDE8EA;
  }

  .md\:ring-offset-warning {
    --tw-ring-offset-color: #FFAE14;
  }

  .md\:ring-offset-warning-light {
    --tw-ring-offset-color: #FFF6E5;
  }

  .md\:ring-offset-success {
    --tw-ring-offset-color: #2DD881;
  }

  .md\:ring-offset-success-light {
    --tw-ring-offset-color: #E9FBF2;
  }

  .md\:ring-offset-status-open {
    --tw-ring-offset-color: #FFF;
  }

  .md\:ring-offset-status-waiting_payment {
    --tw-ring-offset-color: #ffae14;
  }

  .md\:ring-offset-status-completed {
    --tw-ring-offset-color: #54c1bb;
  }

  .md\:ring-offset-status-failed {
    --tw-ring-offset-color: #e8556b;
  }

  .md\:ring-offset-status-waiting_verify {
    --tw-ring-offset-color: #ffae14;
  }

  .md\:ring-offset-status-closed {
    --tw-ring-offset-color: #c4c4c4;
  }

  .md\:ring-offset-policyStatus-issuing {
    --tw-ring-offset-color: #FFF;
  }

  .md\:ring-offset-policyStatus-waiting_inspection {
    --tw-ring-offset-color: #ffae14;
  }

  .md\:ring-offset-policyStatus-success {
    --tw-ring-offset-color: #54c1bb;
  }

  .md\:ring-offset-policyStatus-failed_inspection {
    --tw-ring-offset-color: #e8556b;
  }

  .md\:ring-offset-policyStatus-failed {
    --tw-ring-offset-color: #e8556b;
  }

  .md\:ring-offset-policyStatus-waiting_policy {
    --tw-ring-offset-color: #ffae14;
  }

  .md\:ring-offset-policyStatus-cancel {
    --tw-ring-offset-color: #c4c4c4;
  }

  .md\:focus-within\:ring-offset-transparent[focus-within] {
    --tw-ring-offset-color: transparent;
  }

  .md\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .md\:focus-within\:ring-offset-current[focus-within] {
    --tw-ring-offset-color: currentColor;
  }

  .md\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }

  .md\:focus-within\:ring-offset-black[focus-within] {
    --tw-ring-offset-color: #000;
  }

  .md\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .md\:focus-within\:ring-offset-white[focus-within] {
    --tw-ring-offset-color: #fff;
  }

  .md\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .md\:focus-within\:ring-offset-gray-50[focus-within] {
    --tw-ring-offset-color: #f9fafb;
  }

  .md\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f9fafb;
  }

  .md\:focus-within\:ring-offset-gray-100[focus-within] {
    --tw-ring-offset-color: #f3f4f6;
  }

  .md\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6;
  }

  .md\:focus-within\:ring-offset-gray-200[focus-within] {
    --tw-ring-offset-color: #e5e7eb;
  }

  .md\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb;
  }

  .md\:focus-within\:ring-offset-gray-300[focus-within] {
    --tw-ring-offset-color: #d1d5db;
  }

  .md\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d1d5db;
  }

  .md\:focus-within\:ring-offset-gray-400[focus-within] {
    --tw-ring-offset-color: #9ca3af;
  }

  .md\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #9ca3af;
  }

  .md\:focus-within\:ring-offset-gray-500[focus-within] {
    --tw-ring-offset-color: #6b7280;
  }

  .md\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #6b7280;
  }

  .md\:focus-within\:ring-offset-gray-600[focus-within] {
    --tw-ring-offset-color: #4b5563;
  }

  .md\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #4b5563;
  }

  .md\:focus-within\:ring-offset-gray-700[focus-within] {
    --tw-ring-offset-color: #374151;
  }

  .md\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #374151;
  }

  .md\:focus-within\:ring-offset-gray-800[focus-within] {
    --tw-ring-offset-color: #1f2937;
  }

  .md\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #1f2937;
  }

  .md\:focus-within\:ring-offset-gray-900[focus-within] {
    --tw-ring-offset-color: #111827;
  }

  .md\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #111827;
  }

  .md\:focus-within\:ring-offset-red-50[focus-within] {
    --tw-ring-offset-color: #fef2f2;
  }

  .md\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .md\:focus-within\:ring-offset-red-100[focus-within] {
    --tw-ring-offset-color: #fee2e2;
  }

  .md\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .md\:focus-within\:ring-offset-red-200[focus-within] {
    --tw-ring-offset-color: #fecaca;
  }

  .md\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .md\:focus-within\:ring-offset-red-300[focus-within] {
    --tw-ring-offset-color: #fca5a5;
  }

  .md\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .md\:focus-within\:ring-offset-red-400[focus-within] {
    --tw-ring-offset-color: #f87171;
  }

  .md\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .md\:focus-within\:ring-offset-red-500[focus-within] {
    --tw-ring-offset-color: #ef4444;
  }

  .md\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .md\:focus-within\:ring-offset-red-600[focus-within] {
    --tw-ring-offset-color: #dc2626;
  }

  .md\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .md\:focus-within\:ring-offset-red-700[focus-within] {
    --tw-ring-offset-color: #b91c1c;
  }

  .md\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .md\:focus-within\:ring-offset-red-800[focus-within] {
    --tw-ring-offset-color: #991b1b;
  }

  .md\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .md\:focus-within\:ring-offset-red-900[focus-within] {
    --tw-ring-offset-color: #7f1d1d;
  }

  .md\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .md\:focus-within\:ring-offset-yellow-50[focus-within] {
    --tw-ring-offset-color: #fffbeb;
  }

  .md\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .md\:focus-within\:ring-offset-yellow-100[focus-within] {
    --tw-ring-offset-color: #fef3c7;
  }

  .md\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .md\:focus-within\:ring-offset-yellow-200[focus-within] {
    --tw-ring-offset-color: #fde68a;
  }

  .md\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .md\:focus-within\:ring-offset-yellow-300[focus-within] {
    --tw-ring-offset-color: #fcd34d;
  }

  .md\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .md\:focus-within\:ring-offset-yellow-400[focus-within] {
    --tw-ring-offset-color: #fbbf24;
  }

  .md\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .md\:focus-within\:ring-offset-yellow-500[focus-within] {
    --tw-ring-offset-color: #f59e0b;
  }

  .md\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .md\:focus-within\:ring-offset-yellow-600[focus-within] {
    --tw-ring-offset-color: #d97706;
  }

  .md\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .md\:focus-within\:ring-offset-yellow-700[focus-within] {
    --tw-ring-offset-color: #b45309;
  }

  .md\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .md\:focus-within\:ring-offset-yellow-800[focus-within] {
    --tw-ring-offset-color: #92400e;
  }

  .md\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .md\:focus-within\:ring-offset-yellow-900[focus-within] {
    --tw-ring-offset-color: #78350f;
  }

  .md\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .md\:focus-within\:ring-offset-green-50[focus-within] {
    --tw-ring-offset-color: #ecfdf5;
  }

  .md\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .md\:focus-within\:ring-offset-green-100[focus-within] {
    --tw-ring-offset-color: #d1fae5;
  }

  .md\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .md\:focus-within\:ring-offset-green-200[focus-within] {
    --tw-ring-offset-color: #a7f3d0;
  }

  .md\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .md\:focus-within\:ring-offset-green-300[focus-within] {
    --tw-ring-offset-color: #6ee7b7;
  }

  .md\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .md\:focus-within\:ring-offset-green-400[focus-within] {
    --tw-ring-offset-color: #34d399;
  }

  .md\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .md\:focus-within\:ring-offset-green-500[focus-within] {
    --tw-ring-offset-color: #10b981;
  }

  .md\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .md\:focus-within\:ring-offset-green-600[focus-within] {
    --tw-ring-offset-color: #059669;
  }

  .md\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .md\:focus-within\:ring-offset-green-700[focus-within] {
    --tw-ring-offset-color: #047857;
  }

  .md\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .md\:focus-within\:ring-offset-green-800[focus-within] {
    --tw-ring-offset-color: #065f46;
  }

  .md\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .md\:focus-within\:ring-offset-green-900[focus-within] {
    --tw-ring-offset-color: #064e3b;
  }

  .md\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .md\:focus-within\:ring-offset-blue-50[focus-within] {
    --tw-ring-offset-color: #eff6ff;
  }

  .md\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .md\:focus-within\:ring-offset-blue-100[focus-within] {
    --tw-ring-offset-color: #dbeafe;
  }

  .md\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .md\:focus-within\:ring-offset-blue-200[focus-within] {
    --tw-ring-offset-color: #bfdbfe;
  }

  .md\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .md\:focus-within\:ring-offset-blue-300[focus-within] {
    --tw-ring-offset-color: #93c5fd;
  }

  .md\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .md\:focus-within\:ring-offset-blue-400[focus-within] {
    --tw-ring-offset-color: #60a5fa;
  }

  .md\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .md\:focus-within\:ring-offset-blue-500[focus-within] {
    --tw-ring-offset-color: #3b82f6;
  }

  .md\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .md\:focus-within\:ring-offset-blue-600[focus-within] {
    --tw-ring-offset-color: #2563eb;
  }

  .md\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .md\:focus-within\:ring-offset-blue-700[focus-within] {
    --tw-ring-offset-color: #1d4ed8;
  }

  .md\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .md\:focus-within\:ring-offset-blue-800[focus-within] {
    --tw-ring-offset-color: #1e40af;
  }

  .md\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .md\:focus-within\:ring-offset-blue-900[focus-within] {
    --tw-ring-offset-color: #1e3a8a;
  }

  .md\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .md\:focus-within\:ring-offset-indigo-50[focus-within] {
    --tw-ring-offset-color: #eef2ff;
  }

  .md\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .md\:focus-within\:ring-offset-indigo-100[focus-within] {
    --tw-ring-offset-color: #e0e7ff;
  }

  .md\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .md\:focus-within\:ring-offset-indigo-200[focus-within] {
    --tw-ring-offset-color: #c7d2fe;
  }

  .md\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .md\:focus-within\:ring-offset-indigo-300[focus-within] {
    --tw-ring-offset-color: #a5b4fc;
  }

  .md\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .md\:focus-within\:ring-offset-indigo-400[focus-within] {
    --tw-ring-offset-color: #818cf8;
  }

  .md\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .md\:focus-within\:ring-offset-indigo-500[focus-within] {
    --tw-ring-offset-color: #6366f1;
  }

  .md\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .md\:focus-within\:ring-offset-indigo-600[focus-within] {
    --tw-ring-offset-color: #4f46e5;
  }

  .md\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .md\:focus-within\:ring-offset-indigo-700[focus-within] {
    --tw-ring-offset-color: #4338ca;
  }

  .md\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .md\:focus-within\:ring-offset-indigo-800[focus-within] {
    --tw-ring-offset-color: #3730a3;
  }

  .md\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .md\:focus-within\:ring-offset-indigo-900[focus-within] {
    --tw-ring-offset-color: #312e81;
  }

  .md\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .md\:focus-within\:ring-offset-purple-50[focus-within] {
    --tw-ring-offset-color: #f5f3ff;
  }

  .md\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .md\:focus-within\:ring-offset-purple-100[focus-within] {
    --tw-ring-offset-color: #ede9fe;
  }

  .md\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .md\:focus-within\:ring-offset-purple-200[focus-within] {
    --tw-ring-offset-color: #ddd6fe;
  }

  .md\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .md\:focus-within\:ring-offset-purple-300[focus-within] {
    --tw-ring-offset-color: #c4b5fd;
  }

  .md\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .md\:focus-within\:ring-offset-purple-400[focus-within] {
    --tw-ring-offset-color: #a78bfa;
  }

  .md\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .md\:focus-within\:ring-offset-purple-500[focus-within] {
    --tw-ring-offset-color: #8b5cf6;
  }

  .md\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .md\:focus-within\:ring-offset-purple-600[focus-within] {
    --tw-ring-offset-color: #7c3aed;
  }

  .md\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .md\:focus-within\:ring-offset-purple-700[focus-within] {
    --tw-ring-offset-color: #6d28d9;
  }

  .md\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .md\:focus-within\:ring-offset-purple-800[focus-within] {
    --tw-ring-offset-color: #5b21b6;
  }

  .md\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .md\:focus-within\:ring-offset-purple-900[focus-within] {
    --tw-ring-offset-color: #4c1d95;
  }

  .md\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .md\:focus-within\:ring-offset-pink-50[focus-within] {
    --tw-ring-offset-color: #fdf2f8;
  }

  .md\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .md\:focus-within\:ring-offset-pink-100[focus-within] {
    --tw-ring-offset-color: #fce7f3;
  }

  .md\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .md\:focus-within\:ring-offset-pink-200[focus-within] {
    --tw-ring-offset-color: #fbcfe8;
  }

  .md\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .md\:focus-within\:ring-offset-pink-300[focus-within] {
    --tw-ring-offset-color: #f9a8d4;
  }

  .md\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .md\:focus-within\:ring-offset-pink-400[focus-within] {
    --tw-ring-offset-color: #f472b6;
  }

  .md\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .md\:focus-within\:ring-offset-pink-500[focus-within] {
    --tw-ring-offset-color: #ec4899;
  }

  .md\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .md\:focus-within\:ring-offset-pink-600[focus-within] {
    --tw-ring-offset-color: #db2777;
  }

  .md\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .md\:focus-within\:ring-offset-pink-700[focus-within] {
    --tw-ring-offset-color: #be185d;
  }

  .md\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .md\:focus-within\:ring-offset-pink-800[focus-within] {
    --tw-ring-offset-color: #9d174d;
  }

  .md\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .md\:focus-within\:ring-offset-pink-900[focus-within] {
    --tw-ring-offset-color: #831843;
  }

  .md\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .md\:focus-within\:ring-offset-primary-color[focus-within] {
    --tw-ring-offset-color: #eb008b;
  }

  .md\:focus-within\:ring-offset-primary-color:focus-within {
    --tw-ring-offset-color: #eb008b;
  }

  .md\:focus-within\:ring-offset-primary-color-dark[focus-within] {
    --tw-ring-offset-color: #c90068;
  }

  .md\:focus-within\:ring-offset-primary-color-dark:focus-within {
    --tw-ring-offset-color: #c90068;
  }

  .md\:focus-within\:ring-offset-secondary-color[focus-within] {
    --tw-ring-offset-color: #112e42;
  }

  .md\:focus-within\:ring-offset-secondary-color:focus-within {
    --tw-ring-offset-color: #112e42;
  }

  .md\:focus-within\:ring-offset-custom-gray-sm[focus-within] {
    --tw-ring-offset-color: #f1f4f6;
  }

  .md\:focus-within\:ring-offset-custom-gray-sm:focus-within {
    --tw-ring-offset-color: #f1f4f6;
  }

  .md\:focus-within\:ring-offset-custom-gray-sm2[focus-within] {
    --tw-ring-offset-color: #f1f2f3;
  }

  .md\:focus-within\:ring-offset-custom-gray-sm2:focus-within {
    --tw-ring-offset-color: #f1f2f3;
  }

  .md\:focus-within\:ring-offset-custom-gray-md[focus-within] {
    --tw-ring-offset-color: #848484;
  }

  .md\:focus-within\:ring-offset-custom-gray-md:focus-within {
    --tw-ring-offset-color: #848484;
  }

  .md\:focus-within\:ring-offset-custom-navy-dark[focus-within] {
    --tw-ring-offset-color: #112e42;
  }

  .md\:focus-within\:ring-offset-custom-navy-dark:focus-within {
    --tw-ring-offset-color: #112e42;
  }

  .md\:focus-within\:ring-offset-dark-blue[focus-within] {
    --tw-ring-offset-color: #112E42;
  }

  .md\:focus-within\:ring-offset-dark-blue:focus-within {
    --tw-ring-offset-color: #112E42;
  }

  .md\:focus-within\:ring-offset-primary[focus-within] {
    --tw-ring-offset-color: #192D40;
  }

  .md\:focus-within\:ring-offset-primary:focus-within {
    --tw-ring-offset-color: #192D40;
  }

  .md\:focus-within\:ring-offset-secondary-1[focus-within] {
    --tw-ring-offset-color: #E6007E;
  }

  .md\:focus-within\:ring-offset-secondary-1:focus-within {
    --tw-ring-offset-color: #E6007E;
  }

  .md\:focus-within\:ring-offset-secondary-2[focus-within] {
    --tw-ring-offset-color: #D6D564;
  }

  .md\:focus-within\:ring-offset-secondary-2:focus-within {
    --tw-ring-offset-color: #D6D564;
  }

  .md\:focus-within\:ring-offset-secondary-3[focus-within] {
    --tw-ring-offset-color: #FCFCCD;
  }

  .md\:focus-within\:ring-offset-secondary-3:focus-within {
    --tw-ring-offset-color: #FCFCCD;
  }

  .md\:focus-within\:ring-offset-secondary[focus-within] {
    --tw-ring-offset-color: #E6007E;
  }

  .md\:focus-within\:ring-offset-secondary:focus-within {
    --tw-ring-offset-color: #E6007E;
  }

  .md\:focus-within\:ring-offset-secondary-dark[focus-within] {
    --tw-ring-offset-color: #C11A7D;
  }

  .md\:focus-within\:ring-offset-secondary-dark:focus-within {
    --tw-ring-offset-color: #C11A7D;
  }

  .md\:focus-within\:ring-offset-secondary-light[focus-within] {
    --tw-ring-offset-color: #FBCEE9;
  }

  .md\:focus-within\:ring-offset-secondary-light:focus-within {
    --tw-ring-offset-color: #FBCEE9;
  }

  .md\:focus-within\:ring-offset-grayCustom-1[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .md\:focus-within\:ring-offset-grayCustom-1:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .md\:focus-within\:ring-offset-grayCustom-2[focus-within] {
    --tw-ring-offset-color: #C4C4C4;
  }

  .md\:focus-within\:ring-offset-grayCustom-2:focus-within {
    --tw-ring-offset-color: #C4C4C4;
  }

  .md\:focus-within\:ring-offset-grayCustom-3[focus-within] {
    --tw-ring-offset-color: #F9F9F9;
  }

  .md\:focus-within\:ring-offset-grayCustom-3:focus-within {
    --tw-ring-offset-color: #F9F9F9;
  }

  .md\:focus-within\:ring-offset-grayCustom-800[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .md\:focus-within\:ring-offset-grayCustom-800:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .md\:focus-within\:ring-offset-grayCustom[focus-within] {
    --tw-ring-offset-color: #C4C4C4;
  }

  .md\:focus-within\:ring-offset-grayCustom:focus-within {
    --tw-ring-offset-color: #C4C4C4;
  }

  .md\:focus-within\:ring-offset-grayCustom-dark[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .md\:focus-within\:ring-offset-grayCustom-dark:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .md\:focus-within\:ring-offset-grayCustom-light[focus-within] {
    --tw-ring-offset-color: #F9F9F9;
  }

  .md\:focus-within\:ring-offset-grayCustom-light:focus-within {
    --tw-ring-offset-color: #F9F9F9;
  }

  .md\:focus-within\:ring-offset-grayCustom-hover[focus-within] {
    --tw-ring-offset-color: #9F9F9F;
  }

  .md\:focus-within\:ring-offset-grayCustom-hover:focus-within {
    --tw-ring-offset-color: #9F9F9F;
  }

  .md\:focus-within\:ring-offset-error[focus-within] {
    --tw-ring-offset-color: #FF206E;
  }

  .md\:focus-within\:ring-offset-error:focus-within {
    --tw-ring-offset-color: #FF206E;
  }

  .md\:focus-within\:ring-offset-error-light[focus-within] {
    --tw-ring-offset-color: #FDE8EA;
  }

  .md\:focus-within\:ring-offset-error-light:focus-within {
    --tw-ring-offset-color: #FDE8EA;
  }

  .md\:focus-within\:ring-offset-warning[focus-within] {
    --tw-ring-offset-color: #FFAE14;
  }

  .md\:focus-within\:ring-offset-warning:focus-within {
    --tw-ring-offset-color: #FFAE14;
  }

  .md\:focus-within\:ring-offset-warning-light[focus-within] {
    --tw-ring-offset-color: #FFF6E5;
  }

  .md\:focus-within\:ring-offset-warning-light:focus-within {
    --tw-ring-offset-color: #FFF6E5;
  }

  .md\:focus-within\:ring-offset-success[focus-within] {
    --tw-ring-offset-color: #2DD881;
  }

  .md\:focus-within\:ring-offset-success:focus-within {
    --tw-ring-offset-color: #2DD881;
  }

  .md\:focus-within\:ring-offset-success-light[focus-within] {
    --tw-ring-offset-color: #E9FBF2;
  }

  .md\:focus-within\:ring-offset-success-light:focus-within {
    --tw-ring-offset-color: #E9FBF2;
  }

  .md\:focus-within\:ring-offset-status-open[focus-within] {
    --tw-ring-offset-color: #FFF;
  }

  .md\:focus-within\:ring-offset-status-open:focus-within {
    --tw-ring-offset-color: #FFF;
  }

  .md\:focus-within\:ring-offset-status-waiting_payment[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .md\:focus-within\:ring-offset-status-waiting_payment:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .md\:focus-within\:ring-offset-status-completed[focus-within] {
    --tw-ring-offset-color: #54c1bb;
  }

  .md\:focus-within\:ring-offset-status-completed:focus-within {
    --tw-ring-offset-color: #54c1bb;
  }

  .md\:focus-within\:ring-offset-status-failed[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .md\:focus-within\:ring-offset-status-failed:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .md\:focus-within\:ring-offset-status-waiting_verify[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .md\:focus-within\:ring-offset-status-waiting_verify:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .md\:focus-within\:ring-offset-status-closed[focus-within] {
    --tw-ring-offset-color: #c4c4c4;
  }

  .md\:focus-within\:ring-offset-status-closed:focus-within {
    --tw-ring-offset-color: #c4c4c4;
  }

  .md\:focus-within\:ring-offset-policyStatus-issuing[focus-within] {
    --tw-ring-offset-color: #FFF;
  }

  .md\:focus-within\:ring-offset-policyStatus-issuing:focus-within {
    --tw-ring-offset-color: #FFF;
  }

  .md\:focus-within\:ring-offset-policyStatus-waiting_inspection[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .md\:focus-within\:ring-offset-policyStatus-waiting_inspection:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .md\:focus-within\:ring-offset-policyStatus-success[focus-within] {
    --tw-ring-offset-color: #54c1bb;
  }

  .md\:focus-within\:ring-offset-policyStatus-success:focus-within {
    --tw-ring-offset-color: #54c1bb;
  }

  .md\:focus-within\:ring-offset-policyStatus-failed_inspection[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .md\:focus-within\:ring-offset-policyStatus-failed_inspection:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .md\:focus-within\:ring-offset-policyStatus-failed[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .md\:focus-within\:ring-offset-policyStatus-failed:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .md\:focus-within\:ring-offset-policyStatus-waiting_policy[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .md\:focus-within\:ring-offset-policyStatus-waiting_policy:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .md\:focus-within\:ring-offset-policyStatus-cancel[focus-within] {
    --tw-ring-offset-color: #c4c4c4;
  }

  .md\:focus-within\:ring-offset-policyStatus-cancel:focus-within {
    --tw-ring-offset-color: #c4c4c4;
  }

  .md\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .md\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }

  .md\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .md\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .md\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f9fafb;
  }

  .md\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f3f4f6;
  }

  .md\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e5e7eb;
  }

  .md\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d1d5db;
  }

  .md\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #9ca3af;
  }

  .md\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #6b7280;
  }

  .md\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #4b5563;
  }

  .md\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #374151;
  }

  .md\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937;
  }

  .md\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #111827;
  }

  .md\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .md\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .md\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .md\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .md\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .md\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .md\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .md\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .md\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .md\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .md\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .md\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .md\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .md\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .md\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .md\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .md\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .md\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .md\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .md\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .md\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .md\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .md\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .md\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .md\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .md\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .md\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .md\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .md\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .md\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .md\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .md\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .md\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .md\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .md\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .md\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .md\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .md\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .md\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .md\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .md\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .md\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .md\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .md\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .md\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .md\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .md\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .md\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .md\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .md\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .md\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .md\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .md\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .md\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .md\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .md\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .md\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .md\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .md\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .md\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .md\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .md\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .md\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .md\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .md\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .md\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .md\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .md\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .md\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .md\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .md\:focus\:ring-offset-primary-color:focus {
    --tw-ring-offset-color: #eb008b;
  }

  .md\:focus\:ring-offset-primary-color-dark:focus {
    --tw-ring-offset-color: #c90068;
  }

  .md\:focus\:ring-offset-secondary-color:focus {
    --tw-ring-offset-color: #112e42;
  }

  .md\:focus\:ring-offset-custom-gray-sm:focus {
    --tw-ring-offset-color: #f1f4f6;
  }

  .md\:focus\:ring-offset-custom-gray-sm2:focus {
    --tw-ring-offset-color: #f1f2f3;
  }

  .md\:focus\:ring-offset-custom-gray-md:focus {
    --tw-ring-offset-color: #848484;
  }

  .md\:focus\:ring-offset-custom-navy-dark:focus {
    --tw-ring-offset-color: #112e42;
  }

  .md\:focus\:ring-offset-dark-blue:focus {
    --tw-ring-offset-color: #112E42;
  }

  .md\:focus\:ring-offset-primary:focus {
    --tw-ring-offset-color: #192D40;
  }

  .md\:focus\:ring-offset-secondary-1:focus {
    --tw-ring-offset-color: #E6007E;
  }

  .md\:focus\:ring-offset-secondary-2:focus {
    --tw-ring-offset-color: #D6D564;
  }

  .md\:focus\:ring-offset-secondary-3:focus {
    --tw-ring-offset-color: #FCFCCD;
  }

  .md\:focus\:ring-offset-secondary:focus {
    --tw-ring-offset-color: #E6007E;
  }

  .md\:focus\:ring-offset-secondary-dark:focus {
    --tw-ring-offset-color: #C11A7D;
  }

  .md\:focus\:ring-offset-secondary-light:focus {
    --tw-ring-offset-color: #FBCEE9;
  }

  .md\:focus\:ring-offset-grayCustom-1:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .md\:focus\:ring-offset-grayCustom-2:focus {
    --tw-ring-offset-color: #C4C4C4;
  }

  .md\:focus\:ring-offset-grayCustom-3:focus {
    --tw-ring-offset-color: #F9F9F9;
  }

  .md\:focus\:ring-offset-grayCustom-800:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .md\:focus\:ring-offset-grayCustom:focus {
    --tw-ring-offset-color: #C4C4C4;
  }

  .md\:focus\:ring-offset-grayCustom-dark:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .md\:focus\:ring-offset-grayCustom-light:focus {
    --tw-ring-offset-color: #F9F9F9;
  }

  .md\:focus\:ring-offset-grayCustom-hover:focus {
    --tw-ring-offset-color: #9F9F9F;
  }

  .md\:focus\:ring-offset-error:focus {
    --tw-ring-offset-color: #FF206E;
  }

  .md\:focus\:ring-offset-error-light:focus {
    --tw-ring-offset-color: #FDE8EA;
  }

  .md\:focus\:ring-offset-warning:focus {
    --tw-ring-offset-color: #FFAE14;
  }

  .md\:focus\:ring-offset-warning-light:focus {
    --tw-ring-offset-color: #FFF6E5;
  }

  .md\:focus\:ring-offset-success:focus {
    --tw-ring-offset-color: #2DD881;
  }

  .md\:focus\:ring-offset-success-light:focus {
    --tw-ring-offset-color: #E9FBF2;
  }

  .md\:focus\:ring-offset-status-open:focus {
    --tw-ring-offset-color: #FFF;
  }

  .md\:focus\:ring-offset-status-waiting_payment:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .md\:focus\:ring-offset-status-completed:focus {
    --tw-ring-offset-color: #54c1bb;
  }

  .md\:focus\:ring-offset-status-failed:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .md\:focus\:ring-offset-status-waiting_verify:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .md\:focus\:ring-offset-status-closed:focus {
    --tw-ring-offset-color: #c4c4c4;
  }

  .md\:focus\:ring-offset-policyStatus-issuing:focus {
    --tw-ring-offset-color: #FFF;
  }

  .md\:focus\:ring-offset-policyStatus-waiting_inspection:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .md\:focus\:ring-offset-policyStatus-success:focus {
    --tw-ring-offset-color: #54c1bb;
  }

  .md\:focus\:ring-offset-policyStatus-failed_inspection:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .md\:focus\:ring-offset-policyStatus-failed:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .md\:focus\:ring-offset-policyStatus-waiting_policy:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .md\:focus\:ring-offset-policyStatus-cancel:focus {
    --tw-ring-offset-color: #c4c4c4;
  }

  .md\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .md\:filter-none {
    filter: none;
  }

  .md\:blur-0 {
    --tw-blur: blur(0);
  }

  .md\:blur-none {
    --tw-blur: blur(0);
  }

  .md\:blur-sm {
    --tw-blur: blur(4px);
  }

  .md\:blur {
    --tw-blur: blur(8px);
  }

  .md\:blur-md {
    --tw-blur: blur(12px);
  }

  .md\:blur-lg {
    --tw-blur: blur(16px);
  }

  .md\:blur-xl {
    --tw-blur: blur(24px);
  }

  .md\:blur-2xl {
    --tw-blur: blur(40px);
  }

  .md\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .md\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .md\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .md\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .md\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .md\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .md\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .md\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .md\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .md\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .md\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .md\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .md\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .md\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .md\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .md\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .md\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .md\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .md\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .md\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .md\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .md\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .md\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .md\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .md\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .md\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 rgba(0,0,0,0));
  }

  .md\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .md\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .md\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .md\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .md\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .md\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .md\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .md\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .md\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .md\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .md\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .md\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .md\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .md\:invert-0 {
    --tw-invert: invert(0);
  }

  .md\:invert {
    --tw-invert: invert(100%);
  }

  .md\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .md\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .md\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .md\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .md\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .md\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .md\:sepia {
    --tw-sepia: sepia(100%);
  }

  .md\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .md\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .md\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .md\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .md\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .md\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .md\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .md\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .md\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
  }

  .md\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .md\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .md\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .md\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .md\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .md\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .md\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .md\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .md\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .md\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .md\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .md\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .md\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .md\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .md\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .md\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .md\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .md\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .md\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .md\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .md\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .md\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .md\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .md\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .md\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .md\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .md\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .md\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .md\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .md\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .md\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .md\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .md\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .md\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .md\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .md\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .md\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .md\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .md\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .md\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .md\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .md\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .md\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .md\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .md\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .md\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .md\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .md\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .md\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .md\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .md\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .md\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .md\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .md\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .md\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .md\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .md\:transition-none {
    transition-property: none;
  }

  .md\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:delay-75 {
    transition-delay: 75ms;
  }

  .md\:delay-100 {
    transition-delay: 100ms;
  }

  .md\:delay-150 {
    transition-delay: 150ms;
  }

  .md\:delay-200 {
    transition-delay: 200ms;
  }

  .md\:delay-300 {
    transition-delay: 300ms;
  }

  .md\:delay-500 {
    transition-delay: 500ms;
  }

  .md\:delay-700 {
    transition-delay: 700ms;
  }

  .md\:delay-1000 {
    transition-delay: 1000ms;
  }

  .md\:duration-75 {
    transition-duration: 75ms;
  }

  .md\:duration-100 {
    transition-duration: 100ms;
  }

  .md\:duration-150 {
    transition-duration: 150ms;
  }

  .md\:duration-200 {
    transition-duration: 200ms;
  }

  .md\:duration-300 {
    transition-duration: 300ms;
  }

  .md\:duration-500 {
    transition-duration: 500ms;
  }

  .md\:duration-700 {
    transition-duration: 700ms;
  }

  .md\:duration-1000 {
    transition-duration: 1000ms;
  }

  .md\:ease-linear {
    transition-timing-function: linear;
  }

  .md\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 1280px) {
  .lg\:container {
    width: 100%;
  }
}

@media (min-width: 1280px) and (min-width: 0px) {
    .lg\:container {
      max-width: 0px;
    }
  }

@media (min-width: 1280px) and (min-width: 320px) {
    .lg\:container {
      max-width: 320px;
    }
  }

@media (min-width: 1280px) and (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }

@media (min-width: 1280px) and (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

@media (min-width: 1280px) and (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }

@media (min-width: 1280px) and (min-width: 1440px) {
    .lg\:container {
      max-width: 1440px;
    }
  }

@media (min-width: 1280px) and (min-width: 1600px) {
    .lg\:container {
      max-width: 1600px;
    }
  }

@media (min-width: 1280px) and (min-width: 4820px) {
    .lg\:container {
      max-width: 4820px;
    }
  }

@media (min-width: 1280px) {

  .lg\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:focus-within\:sr-only[focus-within] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:focus-within\:not-sr-only[focus-within] {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto;
  }

  .lg\:visible {
    visibility: visible;
  }

  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .lg\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .lg\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .lg\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .lg\:inset-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .lg\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .lg\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .lg\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .lg\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .lg\:inset-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .lg\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .lg\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .lg\:inset-14 {
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .lg\:inset-16 {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .lg\:inset-20 {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .lg\:inset-24 {
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .lg\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .lg\:inset-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .lg\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .lg\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .lg\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .lg\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .lg\:inset-48 {
    top: 48px;
    right: 48px;
    bottom: 48px;
    left: 48px;
  }

  .lg\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .lg\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .lg\:inset-60 {
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
  }

  .lg\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .lg\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .lg\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .lg\:inset-95 {
    top: 95px;
    right: 95px;
    bottom: 95px;
    left: 95px;
  }

  .lg\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .lg\:inset-120 {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .lg\:inset-190 {
    top: 190px;
    right: 190px;
    bottom: 190px;
    left: 190px;
  }

  .lg\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .lg\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .lg\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .lg\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .lg\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .lg\:inset-30\% {
    top: 30%;
    right: 30%;
    bottom: 30%;
    left: 30%;
  }

  .lg\:inset-7\.5r {
    top: 1.875rem;
    right: 1.875rem;
    bottom: 1.875rem;
    left: 1.875rem;
  }

  .lg\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .lg\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .lg\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .lg\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .lg\:-inset-5 {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .lg\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .lg\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .lg\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .lg\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .lg\:-inset-10 {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .lg\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .lg\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .lg\:-inset-14 {
    top: -14px;
    right: -14px;
    bottom: -14px;
    left: -14px;
  }

  .lg\:-inset-16 {
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
  }

  .lg\:-inset-20 {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .lg\:-inset-24 {
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
  }

  .lg\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .lg\:-inset-30 {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .lg\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .lg\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .lg\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .lg\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .lg\:-inset-48 {
    top: -48px;
    right: -48px;
    bottom: -48px;
    left: -48px;
  }

  .lg\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .lg\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .lg\:-inset-60 {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .lg\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .lg\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .lg\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .lg\:-inset-95 {
    top: -95px;
    right: -95px;
    bottom: -95px;
    left: -95px;
  }

  .lg\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .lg\:-inset-120 {
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px;
  }

  .lg\:-inset-190 {
    top: -190px;
    right: -190px;
    bottom: -190px;
    left: -190px;
  }

  .lg\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .lg\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .lg\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .lg\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .lg\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .lg\:-inset-30\% {
    top: -30%;
    right: -30%;
    bottom: -30%;
    left: -30%;
  }

  .lg\:-inset-7\.5r {
    top: -1.875rem;
    right: -1.875rem;
    bottom: -1.875rem;
    left: -1.875rem;
  }

  .lg\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .lg\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .lg\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .lg\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .lg\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .lg\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .lg\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .lg\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .lg\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .lg\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .lg\:inset-x-0 {
    left: 0;
    right: 0;
  }

  .lg\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .lg\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .lg\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .lg\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .lg\:inset-x-5 {
    left: 5px;
    right: 5px;
  }

  .lg\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .lg\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .lg\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .lg\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .lg\:inset-x-10 {
    left: 10px;
    right: 10px;
  }

  .lg\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .lg\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .lg\:inset-x-14 {
    left: 14px;
    right: 14px;
  }

  .lg\:inset-x-16 {
    left: 16px;
    right: 16px;
  }

  .lg\:inset-x-20 {
    left: 20px;
    right: 20px;
  }

  .lg\:inset-x-24 {
    left: 24px;
    right: 24px;
  }

  .lg\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .lg\:inset-x-30 {
    left: 30px;
    right: 30px;
  }

  .lg\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .lg\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .lg\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .lg\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .lg\:inset-x-48 {
    left: 48px;
    right: 48px;
  }

  .lg\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .lg\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .lg\:inset-x-60 {
    left: 60px;
    right: 60px;
  }

  .lg\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .lg\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .lg\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .lg\:inset-x-95 {
    left: 95px;
    right: 95px;
  }

  .lg\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .lg\:inset-x-120 {
    left: 120px;
    right: 120px;
  }

  .lg\:inset-x-190 {
    left: 190px;
    right: 190px;
  }

  .lg\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .lg\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .lg\:inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .lg\:inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .lg\:inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .lg\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .lg\:inset-x-30\% {
    left: 30%;
    right: 30%;
  }

  .lg\:inset-x-7\.5r {
    left: 1.875rem;
    right: 1.875rem;
  }

  .lg\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .lg\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .lg\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .lg\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .lg\:-inset-x-5 {
    left: -5px;
    right: -5px;
  }

  .lg\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .lg\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .lg\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .lg\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .lg\:-inset-x-10 {
    left: -10px;
    right: -10px;
  }

  .lg\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .lg\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .lg\:-inset-x-14 {
    left: -14px;
    right: -14px;
  }

  .lg\:-inset-x-16 {
    left: -16px;
    right: -16px;
  }

  .lg\:-inset-x-20 {
    left: -20px;
    right: -20px;
  }

  .lg\:-inset-x-24 {
    left: -24px;
    right: -24px;
  }

  .lg\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .lg\:-inset-x-30 {
    left: -30px;
    right: -30px;
  }

  .lg\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .lg\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .lg\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .lg\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .lg\:-inset-x-48 {
    left: -48px;
    right: -48px;
  }

  .lg\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .lg\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .lg\:-inset-x-60 {
    left: -60px;
    right: -60px;
  }

  .lg\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .lg\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .lg\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .lg\:-inset-x-95 {
    left: -95px;
    right: -95px;
  }

  .lg\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .lg\:-inset-x-120 {
    left: -120px;
    right: -120px;
  }

  .lg\:-inset-x-190 {
    left: -190px;
    right: -190px;
  }

  .lg\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .lg\:-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .lg\:-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .lg\:-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .lg\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .lg\:-inset-x-30\% {
    left: -30%;
    right: -30%;
  }

  .lg\:-inset-x-7\.5r {
    left: -1.875rem;
    right: -1.875rem;
  }

  .lg\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .lg\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .lg\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .lg\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .lg\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .lg\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .lg\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .lg\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .lg\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .lg\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .lg\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .lg\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .lg\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .lg\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .lg\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .lg\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .lg\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .lg\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .lg\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .lg\:inset-y-5 {
    top: 5px;
    bottom: 5px;
  }

  .lg\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .lg\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .lg\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .lg\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .lg\:inset-y-10 {
    top: 10px;
    bottom: 10px;
  }

  .lg\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .lg\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .lg\:inset-y-14 {
    top: 14px;
    bottom: 14px;
  }

  .lg\:inset-y-16 {
    top: 16px;
    bottom: 16px;
  }

  .lg\:inset-y-20 {
    top: 20px;
    bottom: 20px;
  }

  .lg\:inset-y-24 {
    top: 24px;
    bottom: 24px;
  }

  .lg\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .lg\:inset-y-30 {
    top: 30px;
    bottom: 30px;
  }

  .lg\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .lg\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .lg\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .lg\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .lg\:inset-y-48 {
    top: 48px;
    bottom: 48px;
  }

  .lg\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .lg\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .lg\:inset-y-60 {
    top: 60px;
    bottom: 60px;
  }

  .lg\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .lg\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .lg\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .lg\:inset-y-95 {
    top: 95px;
    bottom: 95px;
  }

  .lg\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .lg\:inset-y-120 {
    top: 120px;
    bottom: 120px;
  }

  .lg\:inset-y-190 {
    top: 190px;
    bottom: 190px;
  }

  .lg\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .lg\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .lg\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .lg\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .lg\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .lg\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .lg\:inset-y-30\% {
    top: 30%;
    bottom: 30%;
  }

  .lg\:inset-y-7\.5r {
    top: 1.875rem;
    bottom: 1.875rem;
  }

  .lg\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .lg\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .lg\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .lg\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .lg\:-inset-y-5 {
    top: -5px;
    bottom: -5px;
  }

  .lg\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .lg\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .lg\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .lg\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .lg\:-inset-y-10 {
    top: -10px;
    bottom: -10px;
  }

  .lg\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .lg\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .lg\:-inset-y-14 {
    top: -14px;
    bottom: -14px;
  }

  .lg\:-inset-y-16 {
    top: -16px;
    bottom: -16px;
  }

  .lg\:-inset-y-20 {
    top: -20px;
    bottom: -20px;
  }

  .lg\:-inset-y-24 {
    top: -24px;
    bottom: -24px;
  }

  .lg\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .lg\:-inset-y-30 {
    top: -30px;
    bottom: -30px;
  }

  .lg\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .lg\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .lg\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .lg\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .lg\:-inset-y-48 {
    top: -48px;
    bottom: -48px;
  }

  .lg\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .lg\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .lg\:-inset-y-60 {
    top: -60px;
    bottom: -60px;
  }

  .lg\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .lg\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .lg\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .lg\:-inset-y-95 {
    top: -95px;
    bottom: -95px;
  }

  .lg\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .lg\:-inset-y-120 {
    top: -120px;
    bottom: -120px;
  }

  .lg\:-inset-y-190 {
    top: -190px;
    bottom: -190px;
  }

  .lg\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .lg\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .lg\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .lg\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .lg\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .lg\:-inset-y-30\% {
    top: -30%;
    bottom: -30%;
  }

  .lg\:-inset-y-7\.5r {
    top: -1.875rem;
    bottom: -1.875rem;
  }

  .lg\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .lg\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .lg\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .lg\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .lg\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .lg\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .lg\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .lg\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .lg\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .lg\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .lg\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .lg\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .lg\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .lg\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .lg\:top-0 {
    top: 0;
  }

  .lg\:top-1 {
    top: 0.25rem;
  }

  .lg\:top-2 {
    top: 0.5rem;
  }

  .lg\:top-3 {
    top: 0.75rem;
  }

  .lg\:top-4 {
    top: 1rem;
  }

  .lg\:top-5 {
    top: 5px;
  }

  .lg\:top-6 {
    top: 1.5rem;
  }

  .lg\:top-7 {
    top: 1.75rem;
  }

  .lg\:top-8 {
    top: 2rem;
  }

  .lg\:top-9 {
    top: 2.25rem;
  }

  .lg\:top-10 {
    top: 10px;
  }

  .lg\:top-11 {
    top: 2.75rem;
  }

  .lg\:top-12 {
    top: 3rem;
  }

  .lg\:top-14 {
    top: 14px;
  }

  .lg\:top-16 {
    top: 16px;
  }

  .lg\:top-20 {
    top: 20px;
  }

  .lg\:top-24 {
    top: 24px;
  }

  .lg\:top-28 {
    top: 7rem;
  }

  .lg\:top-30 {
    top: 30px;
  }

  .lg\:top-32 {
    top: 8rem;
  }

  .lg\:top-36 {
    top: 9rem;
  }

  .lg\:top-40 {
    top: 10rem;
  }

  .lg\:top-44 {
    top: 11rem;
  }

  .lg\:top-48 {
    top: 48px;
  }

  .lg\:top-52 {
    top: 13rem;
  }

  .lg\:top-56 {
    top: 14rem;
  }

  .lg\:top-60 {
    top: 60px;
  }

  .lg\:top-64 {
    top: 16rem;
  }

  .lg\:top-72 {
    top: 18rem;
  }

  .lg\:top-80 {
    top: 20rem;
  }

  .lg\:top-95 {
    top: 95px;
  }

  .lg\:top-96 {
    top: 24rem;
  }

  .lg\:top-120 {
    top: 120px;
  }

  .lg\:top-190 {
    top: 190px;
  }

  .lg\:top-auto {
    top: auto;
  }

  .lg\:top-px {
    top: 1px;
  }

  .lg\:top-0\.5 {
    top: 0.125rem;
  }

  .lg\:top-1\.5 {
    top: 0.375rem;
  }

  .lg\:top-2\.5 {
    top: 0.625rem;
  }

  .lg\:top-3\.5 {
    top: 0.875rem;
  }

  .lg\:top-30\% {
    top: 30%;
  }

  .lg\:top-7\.5r {
    top: 1.875rem;
  }

  .lg\:-top-1 {
    top: -0.25rem;
  }

  .lg\:-top-2 {
    top: -0.5rem;
  }

  .lg\:-top-3 {
    top: -0.75rem;
  }

  .lg\:-top-4 {
    top: -1rem;
  }

  .lg\:-top-5 {
    top: -5px;
  }

  .lg\:-top-6 {
    top: -1.5rem;
  }

  .lg\:-top-7 {
    top: -1.75rem;
  }

  .lg\:-top-8 {
    top: -2rem;
  }

  .lg\:-top-9 {
    top: -2.25rem;
  }

  .lg\:-top-10 {
    top: -10px;
  }

  .lg\:-top-11 {
    top: -2.75rem;
  }

  .lg\:-top-12 {
    top: -3rem;
  }

  .lg\:-top-14 {
    top: -14px;
  }

  .lg\:-top-16 {
    top: -16px;
  }

  .lg\:-top-20 {
    top: -20px;
  }

  .lg\:-top-24 {
    top: -24px;
  }

  .lg\:-top-28 {
    top: -7rem;
  }

  .lg\:-top-30 {
    top: -30px;
  }

  .lg\:-top-32 {
    top: -8rem;
  }

  .lg\:-top-36 {
    top: -9rem;
  }

  .lg\:-top-40 {
    top: -10rem;
  }

  .lg\:-top-44 {
    top: -11rem;
  }

  .lg\:-top-48 {
    top: -48px;
  }

  .lg\:-top-52 {
    top: -13rem;
  }

  .lg\:-top-56 {
    top: -14rem;
  }

  .lg\:-top-60 {
    top: -60px;
  }

  .lg\:-top-64 {
    top: -16rem;
  }

  .lg\:-top-72 {
    top: -18rem;
  }

  .lg\:-top-80 {
    top: -20rem;
  }

  .lg\:-top-95 {
    top: -95px;
  }

  .lg\:-top-96 {
    top: -24rem;
  }

  .lg\:-top-120 {
    top: -120px;
  }

  .lg\:-top-190 {
    top: -190px;
  }

  .lg\:-top-px {
    top: -1px;
  }

  .lg\:-top-0\.5 {
    top: -0.125rem;
  }

  .lg\:-top-1\.5 {
    top: -0.375rem;
  }

  .lg\:-top-2\.5 {
    top: -0.625rem;
  }

  .lg\:-top-3\.5 {
    top: -0.875rem;
  }

  .lg\:-top-30\% {
    top: -30%;
  }

  .lg\:-top-7\.5r {
    top: -1.875rem;
  }

  .lg\:top-1\/2 {
    top: 50%;
  }

  .lg\:top-1\/3 {
    top: 33.333333%;
  }

  .lg\:top-2\/3 {
    top: 66.666667%;
  }

  .lg\:top-1\/4 {
    top: 25%;
  }

  .lg\:top-2\/4 {
    top: 50%;
  }

  .lg\:top-3\/4 {
    top: 75%;
  }

  .lg\:top-full {
    top: 100%;
  }

  .lg\:-top-1\/2 {
    top: -50%;
  }

  .lg\:-top-1\/3 {
    top: -33.333333%;
  }

  .lg\:-top-2\/3 {
    top: -66.666667%;
  }

  .lg\:-top-1\/4 {
    top: -25%;
  }

  .lg\:-top-2\/4 {
    top: -50%;
  }

  .lg\:-top-3\/4 {
    top: -75%;
  }

  .lg\:-top-full {
    top: -100%;
  }

  .lg\:right-0 {
    right: 0;
  }

  .lg\:right-1 {
    right: 0.25rem;
  }

  .lg\:right-2 {
    right: 0.5rem;
  }

  .lg\:right-3 {
    right: 0.75rem;
  }

  .lg\:right-4 {
    right: 1rem;
  }

  .lg\:right-5 {
    right: 5px;
  }

  .lg\:right-6 {
    right: 1.5rem;
  }

  .lg\:right-7 {
    right: 1.75rem;
  }

  .lg\:right-8 {
    right: 2rem;
  }

  .lg\:right-9 {
    right: 2.25rem;
  }

  .lg\:right-10 {
    right: 10px;
  }

  .lg\:right-11 {
    right: 2.75rem;
  }

  .lg\:right-12 {
    right: 3rem;
  }

  .lg\:right-14 {
    right: 14px;
  }

  .lg\:right-16 {
    right: 16px;
  }

  .lg\:right-20 {
    right: 20px;
  }

  .lg\:right-24 {
    right: 24px;
  }

  .lg\:right-28 {
    right: 7rem;
  }

  .lg\:right-30 {
    right: 30px;
  }

  .lg\:right-32 {
    right: 8rem;
  }

  .lg\:right-36 {
    right: 9rem;
  }

  .lg\:right-40 {
    right: 10rem;
  }

  .lg\:right-44 {
    right: 11rem;
  }

  .lg\:right-48 {
    right: 48px;
  }

  .lg\:right-52 {
    right: 13rem;
  }

  .lg\:right-56 {
    right: 14rem;
  }

  .lg\:right-60 {
    right: 60px;
  }

  .lg\:right-64 {
    right: 16rem;
  }

  .lg\:right-72 {
    right: 18rem;
  }

  .lg\:right-80 {
    right: 20rem;
  }

  .lg\:right-95 {
    right: 95px;
  }

  .lg\:right-96 {
    right: 24rem;
  }

  .lg\:right-120 {
    right: 120px;
  }

  .lg\:right-190 {
    right: 190px;
  }

  .lg\:right-auto {
    right: auto;
  }

  .lg\:right-px {
    right: 1px;
  }

  .lg\:right-0\.5 {
    right: 0.125rem;
  }

  .lg\:right-1\.5 {
    right: 0.375rem;
  }

  .lg\:right-2\.5 {
    right: 0.625rem;
  }

  .lg\:right-3\.5 {
    right: 0.875rem;
  }

  .lg\:right-30\% {
    right: 30%;
  }

  .lg\:right-7\.5r {
    right: 1.875rem;
  }

  .lg\:-right-1 {
    right: -0.25rem;
  }

  .lg\:-right-2 {
    right: -0.5rem;
  }

  .lg\:-right-3 {
    right: -0.75rem;
  }

  .lg\:-right-4 {
    right: -1rem;
  }

  .lg\:-right-5 {
    right: -5px;
  }

  .lg\:-right-6 {
    right: -1.5rem;
  }

  .lg\:-right-7 {
    right: -1.75rem;
  }

  .lg\:-right-8 {
    right: -2rem;
  }

  .lg\:-right-9 {
    right: -2.25rem;
  }

  .lg\:-right-10 {
    right: -10px;
  }

  .lg\:-right-11 {
    right: -2.75rem;
  }

  .lg\:-right-12 {
    right: -3rem;
  }

  .lg\:-right-14 {
    right: -14px;
  }

  .lg\:-right-16 {
    right: -16px;
  }

  .lg\:-right-20 {
    right: -20px;
  }

  .lg\:-right-24 {
    right: -24px;
  }

  .lg\:-right-28 {
    right: -7rem;
  }

  .lg\:-right-30 {
    right: -30px;
  }

  .lg\:-right-32 {
    right: -8rem;
  }

  .lg\:-right-36 {
    right: -9rem;
  }

  .lg\:-right-40 {
    right: -10rem;
  }

  .lg\:-right-44 {
    right: -11rem;
  }

  .lg\:-right-48 {
    right: -48px;
  }

  .lg\:-right-52 {
    right: -13rem;
  }

  .lg\:-right-56 {
    right: -14rem;
  }

  .lg\:-right-60 {
    right: -60px;
  }

  .lg\:-right-64 {
    right: -16rem;
  }

  .lg\:-right-72 {
    right: -18rem;
  }

  .lg\:-right-80 {
    right: -20rem;
  }

  .lg\:-right-95 {
    right: -95px;
  }

  .lg\:-right-96 {
    right: -24rem;
  }

  .lg\:-right-120 {
    right: -120px;
  }

  .lg\:-right-190 {
    right: -190px;
  }

  .lg\:-right-px {
    right: -1px;
  }

  .lg\:-right-0\.5 {
    right: -0.125rem;
  }

  .lg\:-right-1\.5 {
    right: -0.375rem;
  }

  .lg\:-right-2\.5 {
    right: -0.625rem;
  }

  .lg\:-right-3\.5 {
    right: -0.875rem;
  }

  .lg\:-right-30\% {
    right: -30%;
  }

  .lg\:-right-7\.5r {
    right: -1.875rem;
  }

  .lg\:right-1\/2 {
    right: 50%;
  }

  .lg\:right-1\/3 {
    right: 33.333333%;
  }

  .lg\:right-2\/3 {
    right: 66.666667%;
  }

  .lg\:right-1\/4 {
    right: 25%;
  }

  .lg\:right-2\/4 {
    right: 50%;
  }

  .lg\:right-3\/4 {
    right: 75%;
  }

  .lg\:right-full {
    right: 100%;
  }

  .lg\:-right-1\/2 {
    right: -50%;
  }

  .lg\:-right-1\/3 {
    right: -33.333333%;
  }

  .lg\:-right-2\/3 {
    right: -66.666667%;
  }

  .lg\:-right-1\/4 {
    right: -25%;
  }

  .lg\:-right-2\/4 {
    right: -50%;
  }

  .lg\:-right-3\/4 {
    right: -75%;
  }

  .lg\:-right-full {
    right: -100%;
  }

  .lg\:bottom-0 {
    bottom: 0;
  }

  .lg\:bottom-1 {
    bottom: 0.25rem;
  }

  .lg\:bottom-2 {
    bottom: 0.5rem;
  }

  .lg\:bottom-3 {
    bottom: 0.75rem;
  }

  .lg\:bottom-4 {
    bottom: 1rem;
  }

  .lg\:bottom-5 {
    bottom: 5px;
  }

  .lg\:bottom-6 {
    bottom: 1.5rem;
  }

  .lg\:bottom-7 {
    bottom: 1.75rem;
  }

  .lg\:bottom-8 {
    bottom: 2rem;
  }

  .lg\:bottom-9 {
    bottom: 2.25rem;
  }

  .lg\:bottom-10 {
    bottom: 10px;
  }

  .lg\:bottom-11 {
    bottom: 2.75rem;
  }

  .lg\:bottom-12 {
    bottom: 3rem;
  }

  .lg\:bottom-14 {
    bottom: 14px;
  }

  .lg\:bottom-16 {
    bottom: 16px;
  }

  .lg\:bottom-20 {
    bottom: 20px;
  }

  .lg\:bottom-24 {
    bottom: 24px;
  }

  .lg\:bottom-28 {
    bottom: 7rem;
  }

  .lg\:bottom-30 {
    bottom: 30px;
  }

  .lg\:bottom-32 {
    bottom: 8rem;
  }

  .lg\:bottom-36 {
    bottom: 9rem;
  }

  .lg\:bottom-40 {
    bottom: 10rem;
  }

  .lg\:bottom-44 {
    bottom: 11rem;
  }

  .lg\:bottom-48 {
    bottom: 48px;
  }

  .lg\:bottom-52 {
    bottom: 13rem;
  }

  .lg\:bottom-56 {
    bottom: 14rem;
  }

  .lg\:bottom-60 {
    bottom: 60px;
  }

  .lg\:bottom-64 {
    bottom: 16rem;
  }

  .lg\:bottom-72 {
    bottom: 18rem;
  }

  .lg\:bottom-80 {
    bottom: 20rem;
  }

  .lg\:bottom-95 {
    bottom: 95px;
  }

  .lg\:bottom-96 {
    bottom: 24rem;
  }

  .lg\:bottom-120 {
    bottom: 120px;
  }

  .lg\:bottom-190 {
    bottom: 190px;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:bottom-px {
    bottom: 1px;
  }

  .lg\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .lg\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .lg\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .lg\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .lg\:bottom-30\% {
    bottom: 30%;
  }

  .lg\:bottom-7\.5r {
    bottom: 1.875rem;
  }

  .lg\:-bottom-1 {
    bottom: -0.25rem;
  }

  .lg\:-bottom-2 {
    bottom: -0.5rem;
  }

  .lg\:-bottom-3 {
    bottom: -0.75rem;
  }

  .lg\:-bottom-4 {
    bottom: -1rem;
  }

  .lg\:-bottom-5 {
    bottom: -5px;
  }

  .lg\:-bottom-6 {
    bottom: -1.5rem;
  }

  .lg\:-bottom-7 {
    bottom: -1.75rem;
  }

  .lg\:-bottom-8 {
    bottom: -2rem;
  }

  .lg\:-bottom-9 {
    bottom: -2.25rem;
  }

  .lg\:-bottom-10 {
    bottom: -10px;
  }

  .lg\:-bottom-11 {
    bottom: -2.75rem;
  }

  .lg\:-bottom-12 {
    bottom: -3rem;
  }

  .lg\:-bottom-14 {
    bottom: -14px;
  }

  .lg\:-bottom-16 {
    bottom: -16px;
  }

  .lg\:-bottom-20 {
    bottom: -20px;
  }

  .lg\:-bottom-24 {
    bottom: -24px;
  }

  .lg\:-bottom-28 {
    bottom: -7rem;
  }

  .lg\:-bottom-30 {
    bottom: -30px;
  }

  .lg\:-bottom-32 {
    bottom: -8rem;
  }

  .lg\:-bottom-36 {
    bottom: -9rem;
  }

  .lg\:-bottom-40 {
    bottom: -10rem;
  }

  .lg\:-bottom-44 {
    bottom: -11rem;
  }

  .lg\:-bottom-48 {
    bottom: -48px;
  }

  .lg\:-bottom-52 {
    bottom: -13rem;
  }

  .lg\:-bottom-56 {
    bottom: -14rem;
  }

  .lg\:-bottom-60 {
    bottom: -60px;
  }

  .lg\:-bottom-64 {
    bottom: -16rem;
  }

  .lg\:-bottom-72 {
    bottom: -18rem;
  }

  .lg\:-bottom-80 {
    bottom: -20rem;
  }

  .lg\:-bottom-95 {
    bottom: -95px;
  }

  .lg\:-bottom-96 {
    bottom: -24rem;
  }

  .lg\:-bottom-120 {
    bottom: -120px;
  }

  .lg\:-bottom-190 {
    bottom: -190px;
  }

  .lg\:-bottom-px {
    bottom: -1px;
  }

  .lg\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .lg\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .lg\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .lg\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .lg\:-bottom-30\% {
    bottom: -30%;
  }

  .lg\:-bottom-7\.5r {
    bottom: -1.875rem;
  }

  .lg\:bottom-1\/2 {
    bottom: 50%;
  }

  .lg\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .lg\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .lg\:bottom-1\/4 {
    bottom: 25%;
  }

  .lg\:bottom-2\/4 {
    bottom: 50%;
  }

  .lg\:bottom-3\/4 {
    bottom: 75%;
  }

  .lg\:bottom-full {
    bottom: 100%;
  }

  .lg\:-bottom-1\/2 {
    bottom: -50%;
  }

  .lg\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .lg\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .lg\:-bottom-1\/4 {
    bottom: -25%;
  }

  .lg\:-bottom-2\/4 {
    bottom: -50%;
  }

  .lg\:-bottom-3\/4 {
    bottom: -75%;
  }

  .lg\:-bottom-full {
    bottom: -100%;
  }

  .lg\:left-0 {
    left: 0;
  }

  .lg\:left-1 {
    left: 0.25rem;
  }

  .lg\:left-2 {
    left: 0.5rem;
  }

  .lg\:left-3 {
    left: 0.75rem;
  }

  .lg\:left-4 {
    left: 1rem;
  }

  .lg\:left-5 {
    left: 5px;
  }

  .lg\:left-6 {
    left: 1.5rem;
  }

  .lg\:left-7 {
    left: 1.75rem;
  }

  .lg\:left-8 {
    left: 2rem;
  }

  .lg\:left-9 {
    left: 2.25rem;
  }

  .lg\:left-10 {
    left: 10px;
  }

  .lg\:left-11 {
    left: 2.75rem;
  }

  .lg\:left-12 {
    left: 3rem;
  }

  .lg\:left-14 {
    left: 14px;
  }

  .lg\:left-16 {
    left: 16px;
  }

  .lg\:left-20 {
    left: 20px;
  }

  .lg\:left-24 {
    left: 24px;
  }

  .lg\:left-28 {
    left: 7rem;
  }

  .lg\:left-30 {
    left: 30px;
  }

  .lg\:left-32 {
    left: 8rem;
  }

  .lg\:left-36 {
    left: 9rem;
  }

  .lg\:left-40 {
    left: 10rem;
  }

  .lg\:left-44 {
    left: 11rem;
  }

  .lg\:left-48 {
    left: 48px;
  }

  .lg\:left-52 {
    left: 13rem;
  }

  .lg\:left-56 {
    left: 14rem;
  }

  .lg\:left-60 {
    left: 60px;
  }

  .lg\:left-64 {
    left: 16rem;
  }

  .lg\:left-72 {
    left: 18rem;
  }

  .lg\:left-80 {
    left: 20rem;
  }

  .lg\:left-95 {
    left: 95px;
  }

  .lg\:left-96 {
    left: 24rem;
  }

  .lg\:left-120 {
    left: 120px;
  }

  .lg\:left-190 {
    left: 190px;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:left-px {
    left: 1px;
  }

  .lg\:left-0\.5 {
    left: 0.125rem;
  }

  .lg\:left-1\.5 {
    left: 0.375rem;
  }

  .lg\:left-2\.5 {
    left: 0.625rem;
  }

  .lg\:left-3\.5 {
    left: 0.875rem;
  }

  .lg\:left-30\% {
    left: 30%;
  }

  .lg\:left-7\.5r {
    left: 1.875rem;
  }

  .lg\:-left-1 {
    left: -0.25rem;
  }

  .lg\:-left-2 {
    left: -0.5rem;
  }

  .lg\:-left-3 {
    left: -0.75rem;
  }

  .lg\:-left-4 {
    left: -1rem;
  }

  .lg\:-left-5 {
    left: -5px;
  }

  .lg\:-left-6 {
    left: -1.5rem;
  }

  .lg\:-left-7 {
    left: -1.75rem;
  }

  .lg\:-left-8 {
    left: -2rem;
  }

  .lg\:-left-9 {
    left: -2.25rem;
  }

  .lg\:-left-10 {
    left: -10px;
  }

  .lg\:-left-11 {
    left: -2.75rem;
  }

  .lg\:-left-12 {
    left: -3rem;
  }

  .lg\:-left-14 {
    left: -14px;
  }

  .lg\:-left-16 {
    left: -16px;
  }

  .lg\:-left-20 {
    left: -20px;
  }

  .lg\:-left-24 {
    left: -24px;
  }

  .lg\:-left-28 {
    left: -7rem;
  }

  .lg\:-left-30 {
    left: -30px;
  }

  .lg\:-left-32 {
    left: -8rem;
  }

  .lg\:-left-36 {
    left: -9rem;
  }

  .lg\:-left-40 {
    left: -10rem;
  }

  .lg\:-left-44 {
    left: -11rem;
  }

  .lg\:-left-48 {
    left: -48px;
  }

  .lg\:-left-52 {
    left: -13rem;
  }

  .lg\:-left-56 {
    left: -14rem;
  }

  .lg\:-left-60 {
    left: -60px;
  }

  .lg\:-left-64 {
    left: -16rem;
  }

  .lg\:-left-72 {
    left: -18rem;
  }

  .lg\:-left-80 {
    left: -20rem;
  }

  .lg\:-left-95 {
    left: -95px;
  }

  .lg\:-left-96 {
    left: -24rem;
  }

  .lg\:-left-120 {
    left: -120px;
  }

  .lg\:-left-190 {
    left: -190px;
  }

  .lg\:-left-px {
    left: -1px;
  }

  .lg\:-left-0\.5 {
    left: -0.125rem;
  }

  .lg\:-left-1\.5 {
    left: -0.375rem;
  }

  .lg\:-left-2\.5 {
    left: -0.625rem;
  }

  .lg\:-left-3\.5 {
    left: -0.875rem;
  }

  .lg\:-left-30\% {
    left: -30%;
  }

  .lg\:-left-7\.5r {
    left: -1.875rem;
  }

  .lg\:left-1\/2 {
    left: 50%;
  }

  .lg\:left-1\/3 {
    left: 33.333333%;
  }

  .lg\:left-2\/3 {
    left: 66.666667%;
  }

  .lg\:left-1\/4 {
    left: 25%;
  }

  .lg\:left-2\/4 {
    left: 50%;
  }

  .lg\:left-3\/4 {
    left: 75%;
  }

  .lg\:left-full {
    left: 100%;
  }

  .lg\:-left-1\/2 {
    left: -50%;
  }

  .lg\:-left-1\/3 {
    left: -33.333333%;
  }

  .lg\:-left-2\/3 {
    left: -66.666667%;
  }

  .lg\:-left-1\/4 {
    left: -25%;
  }

  .lg\:-left-2\/4 {
    left: -50%;
  }

  .lg\:-left-3\/4 {
    left: -75%;
  }

  .lg\:-left-full {
    left: -100%;
  }

  .lg\:isolate {
    isolation: isolate;
  }

  .lg\:isolation-auto {
    isolation: auto;
  }

  .lg\:z-0 {
    z-index: 0;
  }

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

  .lg\:z-10 {
    z-index: 10;
  }

  .lg\:z-20 {
    z-index: 20;
  }

  .lg\:z-30 {
    z-index: 30;
  }

  .lg\:z-40 {
    z-index: 40;
  }

  .lg\:z-50 {
    z-index: 50;
  }

  .lg\:z-auto {
    z-index: auto;
  }

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

  .lg\:-z-10 {
    z-index: -10;
  }

  .lg\:-z-20 {
    z-index: -20;
  }

  .lg\:focus-within\:z-0[focus-within] {
    z-index: 0;
  }

  .lg\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .lg\:focus-within\:z-1[focus-within] {
    z-index: 1;
  }

  .lg\:focus-within\:z-1:focus-within {
    z-index: 1;
  }

  .lg\:focus-within\:z-10[focus-within] {
    z-index: 10;
  }

  .lg\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .lg\:focus-within\:z-20[focus-within] {
    z-index: 20;
  }

  .lg\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .lg\:focus-within\:z-30[focus-within] {
    z-index: 30;
  }

  .lg\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .lg\:focus-within\:z-40[focus-within] {
    z-index: 40;
  }

  .lg\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .lg\:focus-within\:z-50[focus-within] {
    z-index: 50;
  }

  .lg\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .lg\:focus-within\:z-auto[focus-within] {
    z-index: auto;
  }

  .lg\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .lg\:focus-within\:-z-1[focus-within] {
    z-index: -1;
  }

  .lg\:focus-within\:-z-1:focus-within {
    z-index: -1;
  }

  .lg\:focus-within\:-z-10[focus-within] {
    z-index: -10;
  }

  .lg\:focus-within\:-z-10:focus-within {
    z-index: -10;
  }

  .lg\:focus-within\:-z-20[focus-within] {
    z-index: -20;
  }

  .lg\:focus-within\:-z-20:focus-within {
    z-index: -20;
  }

  .lg\:focus\:z-0:focus {
    z-index: 0;
  }

  .lg\:focus\:z-1:focus {
    z-index: 1;
  }

  .lg\:focus\:z-10:focus {
    z-index: 10;
  }

  .lg\:focus\:z-20:focus {
    z-index: 20;
  }

  .lg\:focus\:z-30:focus {
    z-index: 30;
  }

  .lg\:focus\:z-40:focus {
    z-index: 40;
  }

  .lg\:focus\:z-50:focus {
    z-index: 50;
  }

  .lg\:focus\:z-auto:focus {
    z-index: auto;
  }

  .lg\:focus\:-z-1:focus {
    z-index: -1;
  }

  .lg\:focus\:-z-10:focus {
    z-index: -10;
  }

  .lg\:focus\:-z-20:focus {
    z-index: -20;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:order-4 {
    order: 4;
  }

  .lg\:order-5 {
    order: 5;
  }

  .lg\:order-6 {
    order: 6;
  }

  .lg\:order-7 {
    order: 7;
  }

  .lg\:order-8 {
    order: 8;
  }

  .lg\:order-9 {
    order: 9;
  }

  .lg\:order-10 {
    order: 10;
  }

  .lg\:order-11 {
    order: 11;
  }

  .lg\:order-12 {
    order: 12;
  }

  .lg\:order-first {
    order: -9999;
  }

  .lg\:order-last {
    order: 9999;
  }

  .lg\:order-none {
    order: 0;
  }

  .lg\:col-auto {
    grid-column: auto;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .lg\:col-span-full {
    grid-column: 1 / -1;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:col-start-4 {
    grid-column-start: 4;
  }

  .lg\:col-start-5 {
    grid-column-start: 5;
  }

  .lg\:col-start-6 {
    grid-column-start: 6;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

  .lg\:col-start-9 {
    grid-column-start: 9;
  }

  .lg\:col-start-10 {
    grid-column-start: 10;
  }

  .lg\:col-start-11 {
    grid-column-start: 11;
  }

  .lg\:col-start-12 {
    grid-column-start: 12;
  }

  .lg\:col-start-13 {
    grid-column-start: 13;
  }

  .lg\:col-start-auto {
    grid-column-start: auto;
  }

  .lg\:col-end-1 {
    grid-column-end: 1;
  }

  .lg\:col-end-2 {
    grid-column-end: 2;
  }

  .lg\:col-end-3 {
    grid-column-end: 3;
  }

  .lg\:col-end-4 {
    grid-column-end: 4;
  }

  .lg\:col-end-5 {
    grid-column-end: 5;
  }

  .lg\:col-end-6 {
    grid-column-end: 6;
  }

  .lg\:col-end-7 {
    grid-column-end: 7;
  }

  .lg\:col-end-8 {
    grid-column-end: 8;
  }

  .lg\:col-end-9 {
    grid-column-end: 9;
  }

  .lg\:col-end-10 {
    grid-column-end: 10;
  }

  .lg\:col-end-11 {
    grid-column-end: 11;
  }

  .lg\:col-end-12 {
    grid-column-end: 12;
  }

  .lg\:col-end-13 {
    grid-column-end: 13;
  }

  .lg\:col-end-auto {
    grid-column-end: auto;
  }

  .lg\:row-auto {
    grid-row: auto;
  }

  .lg\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .lg\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .lg\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .lg\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .lg\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .lg\:row-span-full {
    grid-row: 1 / -1;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:row-start-2 {
    grid-row-start: 2;
  }

  .lg\:row-start-3 {
    grid-row-start: 3;
  }

  .lg\:row-start-4 {
    grid-row-start: 4;
  }

  .lg\:row-start-5 {
    grid-row-start: 5;
  }

  .lg\:row-start-6 {
    grid-row-start: 6;
  }

  .lg\:row-start-7 {
    grid-row-start: 7;
  }

  .lg\:row-start-auto {
    grid-row-start: auto;
  }

  .lg\:row-end-1 {
    grid-row-end: 1;
  }

  .lg\:row-end-2 {
    grid-row-end: 2;
  }

  .lg\:row-end-3 {
    grid-row-end: 3;
  }

  .lg\:row-end-4 {
    grid-row-end: 4;
  }

  .lg\:row-end-5 {
    grid-row-end: 5;
  }

  .lg\:row-end-6 {
    grid-row-end: 6;
  }

  .lg\:row-end-7 {
    grid-row-end: 7;
  }

  .lg\:row-end-auto {
    grid-row-end: auto;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:float-none {
    float: none;
  }

  .lg\:clear-left {
    clear: left;
  }

  .lg\:clear-right {
    clear: right;
  }

  .lg\:clear-both {
    clear: both;
  }

  .lg\:clear-none {
    clear: none;
  }

  .lg\:m-0 {
    margin: 0;
  }

  .lg\:m-1 {
    margin: 0.25rem;
  }

  .lg\:m-2 {
    margin: 0.5rem;
  }

  .lg\:m-3 {
    margin: 0.75rem;
  }

  .lg\:m-4 {
    margin: 1rem;
  }

  .lg\:m-5 {
    margin: 5px;
  }

  .lg\:m-6 {
    margin: 1.5rem;
  }

  .lg\:m-7 {
    margin: 1.75rem;
  }

  .lg\:m-8 {
    margin: 2rem;
  }

  .lg\:m-9 {
    margin: 2.25rem;
  }

  .lg\:m-10 {
    margin: 10px;
  }

  .lg\:m-11 {
    margin: 2.75rem;
  }

  .lg\:m-12 {
    margin: 3rem;
  }

  .lg\:m-14 {
    margin: 14px;
  }

  .lg\:m-16 {
    margin: 16px;
  }

  .lg\:m-20 {
    margin: 20px;
  }

  .lg\:m-24 {
    margin: 24px;
  }

  .lg\:m-28 {
    margin: 7rem;
  }

  .lg\:m-30 {
    margin: 30px;
  }

  .lg\:m-32 {
    margin: 8rem;
  }

  .lg\:m-36 {
    margin: 9rem;
  }

  .lg\:m-40 {
    margin: 10rem;
  }

  .lg\:m-44 {
    margin: 11rem;
  }

  .lg\:m-48 {
    margin: 48px;
  }

  .lg\:m-52 {
    margin: 13rem;
  }

  .lg\:m-56 {
    margin: 14rem;
  }

  .lg\:m-60 {
    margin: 60px;
  }

  .lg\:m-64 {
    margin: 16rem;
  }

  .lg\:m-72 {
    margin: 18rem;
  }

  .lg\:m-80 {
    margin: 20rem;
  }

  .lg\:m-95 {
    margin: 95px;
  }

  .lg\:m-96 {
    margin: 24rem;
  }

  .lg\:m-120 {
    margin: 120px;
  }

  .lg\:m-190 {
    margin: 190px;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:m-px {
    margin: 1px;
  }

  .lg\:m-0\.5 {
    margin: 0.125rem;
  }

  .lg\:m-1\.5 {
    margin: 0.375rem;
  }

  .lg\:m-2\.5 {
    margin: 0.625rem;
  }

  .lg\:m-3\.5 {
    margin: 0.875rem;
  }

  .lg\:m-30\% {
    margin: 30%;
  }

  .lg\:m-7\.5r {
    margin: 1.875rem;
  }

  .lg\:-m-1 {
    margin: -0.25rem;
  }

  .lg\:-m-2 {
    margin: -0.5rem;
  }

  .lg\:-m-3 {
    margin: -0.75rem;
  }

  .lg\:-m-4 {
    margin: -1rem;
  }

  .lg\:-m-5 {
    margin: -5px;
  }

  .lg\:-m-6 {
    margin: -1.5rem;
  }

  .lg\:-m-7 {
    margin: -1.75rem;
  }

  .lg\:-m-8 {
    margin: -2rem;
  }

  .lg\:-m-9 {
    margin: -2.25rem;
  }

  .lg\:-m-10 {
    margin: -10px;
  }

  .lg\:-m-11 {
    margin: -2.75rem;
  }

  .lg\:-m-12 {
    margin: -3rem;
  }

  .lg\:-m-14 {
    margin: -14px;
  }

  .lg\:-m-16 {
    margin: -16px;
  }

  .lg\:-m-20 {
    margin: -20px;
  }

  .lg\:-m-24 {
    margin: -24px;
  }

  .lg\:-m-28 {
    margin: -7rem;
  }

  .lg\:-m-30 {
    margin: -30px;
  }

  .lg\:-m-32 {
    margin: -8rem;
  }

  .lg\:-m-36 {
    margin: -9rem;
  }

  .lg\:-m-40 {
    margin: -10rem;
  }

  .lg\:-m-44 {
    margin: -11rem;
  }

  .lg\:-m-48 {
    margin: -48px;
  }

  .lg\:-m-52 {
    margin: -13rem;
  }

  .lg\:-m-56 {
    margin: -14rem;
  }

  .lg\:-m-60 {
    margin: -60px;
  }

  .lg\:-m-64 {
    margin: -16rem;
  }

  .lg\:-m-72 {
    margin: -18rem;
  }

  .lg\:-m-80 {
    margin: -20rem;
  }

  .lg\:-m-95 {
    margin: -95px;
  }

  .lg\:-m-96 {
    margin: -24rem;
  }

  .lg\:-m-120 {
    margin: -120px;
  }

  .lg\:-m-190 {
    margin: -190px;
  }

  .lg\:-m-px {
    margin: -1px;
  }

  .lg\:-m-0\.5 {
    margin: -0.125rem;
  }

  .lg\:-m-1\.5 {
    margin: -0.375rem;
  }

  .lg\:-m-2\.5 {
    margin: -0.625rem;
  }

  .lg\:-m-3\.5 {
    margin: -0.875rem;
  }

  .lg\:-m-30\% {
    margin: -30%;
  }

  .lg\:-m-7\.5r {
    margin: -1.875rem;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

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

  .lg\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .lg\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .lg\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .lg\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .lg\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .lg\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

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

  .lg\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .lg\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .lg\:mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .lg\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .lg\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .lg\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .lg\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .lg\:mx-95 {
    margin-left: 95px;
    margin-right: 95px;
  }

  .lg\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .lg\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .lg\:mx-190 {
    margin-left: 190px;
    margin-right: 190px;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .lg\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

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

  .lg\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .lg\:mx-30\% {
    margin-left: 30%;
    margin-right: 30%;
  }

  .lg\:mx-7\.5r {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

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

  .lg\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .lg\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .lg\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .lg\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .lg\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .lg\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .lg\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

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

  .lg\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .lg\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .lg\:-mx-48 {
    margin-left: -48px;
    margin-right: -48px;
  }

  .lg\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .lg\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .lg\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .lg\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .lg\:-mx-95 {
    margin-left: -95px;
    margin-right: -95px;
  }

  .lg\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .lg\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .lg\:-mx-190 {
    margin-left: -190px;
    margin-right: -190px;
  }

  .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .lg\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

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

  .lg\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .lg\:-mx-30\% {
    margin-left: -30%;
    margin-right: -30%;
  }

  .lg\:-mx-7\.5r {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

  .lg\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .lg\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .lg\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .lg\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .lg\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .lg\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .lg\:my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .lg\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .lg\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .lg\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .lg\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lg\:my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .lg\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .lg\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .lg\:my-190 {
    margin-top: 190px;
    margin-bottom: 190px;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .lg\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

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

  .lg\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .lg\:my-30\% {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .lg\:my-7\.5r {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

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

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

  .lg\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .lg\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .lg\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .lg\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .lg\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .lg\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .lg\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .lg\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .lg\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .lg\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .lg\:-my-48 {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .lg\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .lg\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .lg\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .lg\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .lg\:-my-95 {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .lg\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .lg\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .lg\:-my-190 {
    margin-top: -190px;
    margin-bottom: -190px;
  }

  .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .lg\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

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

  .lg\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .lg\:-my-30\% {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .lg\:-my-7\.5r {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

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

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

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

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

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

  .lg\:mt-5 {
    margin-top: 5px;
  }

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

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

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

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

  .lg\:mt-10 {
    margin-top: 10px;
  }

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

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

  .lg\:mt-14 {
    margin-top: 14px;
  }

  .lg\:mt-16 {
    margin-top: 16px;
  }

  .lg\:mt-20 {
    margin-top: 20px;
  }

  .lg\:mt-24 {
    margin-top: 24px;
  }

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

  .lg\:mt-30 {
    margin-top: 30px;
  }

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

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

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

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

  .lg\:mt-48 {
    margin-top: 48px;
  }

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

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

  .lg\:mt-60 {
    margin-top: 60px;
  }

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

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

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

  .lg\:mt-95 {
    margin-top: 95px;
  }

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

  .lg\:mt-120 {
    margin-top: 120px;
  }

  .lg\:mt-190 {
    margin-top: 190px;
  }

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:mt-px {
    margin-top: 1px;
  }

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

  .lg\:mt-1\.5 {
    margin-top: 0.375rem;
  }

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

  .lg\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .lg\:mt-30\% {
    margin-top: 30%;
  }

  .lg\:mt-7\.5r {
    margin-top: 1.875rem;
  }

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

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

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

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

  .lg\:-mt-5 {
    margin-top: -5px;
  }

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

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

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

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

  .lg\:-mt-10 {
    margin-top: -10px;
  }

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

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

  .lg\:-mt-14 {
    margin-top: -14px;
  }

  .lg\:-mt-16 {
    margin-top: -16px;
  }

  .lg\:-mt-20 {
    margin-top: -20px;
  }

  .lg\:-mt-24 {
    margin-top: -24px;
  }

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

  .lg\:-mt-30 {
    margin-top: -30px;
  }

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

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

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

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

  .lg\:-mt-48 {
    margin-top: -48px;
  }

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

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

  .lg\:-mt-60 {
    margin-top: -60px;
  }

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

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

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

  .lg\:-mt-95 {
    margin-top: -95px;
  }

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

  .lg\:-mt-120 {
    margin-top: -120px;
  }

  .lg\:-mt-190 {
    margin-top: -190px;
  }

  .lg\:-mt-px {
    margin-top: -1px;
  }

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

  .lg\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

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

  .lg\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .lg\:-mt-30\% {
    margin-top: -30%;
  }

  .lg\:-mt-7\.5r {
    margin-top: -1.875rem;
  }

  .lg\:mr-0 {
    margin-right: 0;
  }

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

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

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

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

  .lg\:mr-5 {
    margin-right: 5px;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mr-7 {
    margin-right: 1.75rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mr-9 {
    margin-right: 2.25rem;
  }

  .lg\:mr-10 {
    margin-right: 10px;
  }

  .lg\:mr-11 {
    margin-right: 2.75rem;
  }

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

  .lg\:mr-14 {
    margin-right: 14px;
  }

  .lg\:mr-16 {
    margin-right: 16px;
  }

  .lg\:mr-20 {
    margin-right: 20px;
  }

  .lg\:mr-24 {
    margin-right: 24px;
  }

  .lg\:mr-28 {
    margin-right: 7rem;
  }

  .lg\:mr-30 {
    margin-right: 30px;
  }

  .lg\:mr-32 {
    margin-right: 8rem;
  }

  .lg\:mr-36 {
    margin-right: 9rem;
  }

  .lg\:mr-40 {
    margin-right: 10rem;
  }

  .lg\:mr-44 {
    margin-right: 11rem;
  }

  .lg\:mr-48 {
    margin-right: 48px;
  }

  .lg\:mr-52 {
    margin-right: 13rem;
  }

  .lg\:mr-56 {
    margin-right: 14rem;
  }

  .lg\:mr-60 {
    margin-right: 60px;
  }

  .lg\:mr-64 {
    margin-right: 16rem;
  }

  .lg\:mr-72 {
    margin-right: 18rem;
  }

  .lg\:mr-80 {
    margin-right: 20rem;
  }

  .lg\:mr-95 {
    margin-right: 95px;
  }

  .lg\:mr-96 {
    margin-right: 24rem;
  }

  .lg\:mr-120 {
    margin-right: 120px;
  }

  .lg\:mr-190 {
    margin-right: 190px;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

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

  .lg\:mr-0\.5 {
    margin-right: 0.125rem;
  }

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

  .lg\:mr-2\.5 {
    margin-right: 0.625rem;
  }

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

  .lg\:mr-30\% {
    margin-right: 30%;
  }

  .lg\:mr-7\.5r {
    margin-right: 1.875rem;
  }

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

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

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

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

  .lg\:-mr-5 {
    margin-right: -5px;
  }

  .lg\:-mr-6 {
    margin-right: -1.5rem;
  }

  .lg\:-mr-7 {
    margin-right: -1.75rem;
  }

  .lg\:-mr-8 {
    margin-right: -2rem;
  }

  .lg\:-mr-9 {
    margin-right: -2.25rem;
  }

  .lg\:-mr-10 {
    margin-right: -10px;
  }

  .lg\:-mr-11 {
    margin-right: -2.75rem;
  }

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

  .lg\:-mr-14 {
    margin-right: -14px;
  }

  .lg\:-mr-16 {
    margin-right: -16px;
  }

  .lg\:-mr-20 {
    margin-right: -20px;
  }

  .lg\:-mr-24 {
    margin-right: -24px;
  }

  .lg\:-mr-28 {
    margin-right: -7rem;
  }

  .lg\:-mr-30 {
    margin-right: -30px;
  }

  .lg\:-mr-32 {
    margin-right: -8rem;
  }

  .lg\:-mr-36 {
    margin-right: -9rem;
  }

  .lg\:-mr-40 {
    margin-right: -10rem;
  }

  .lg\:-mr-44 {
    margin-right: -11rem;
  }

  .lg\:-mr-48 {
    margin-right: -48px;
  }

  .lg\:-mr-52 {
    margin-right: -13rem;
  }

  .lg\:-mr-56 {
    margin-right: -14rem;
  }

  .lg\:-mr-60 {
    margin-right: -60px;
  }

  .lg\:-mr-64 {
    margin-right: -16rem;
  }

  .lg\:-mr-72 {
    margin-right: -18rem;
  }

  .lg\:-mr-80 {
    margin-right: -20rem;
  }

  .lg\:-mr-95 {
    margin-right: -95px;
  }

  .lg\:-mr-96 {
    margin-right: -24rem;
  }

  .lg\:-mr-120 {
    margin-right: -120px;
  }

  .lg\:-mr-190 {
    margin-right: -190px;
  }

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

  .lg\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

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

  .lg\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

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

  .lg\:-mr-30\% {
    margin-right: -30%;
  }

  .lg\:-mr-7\.5r {
    margin-right: -1.875rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }

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

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-5 {
    margin-bottom: 5px;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .lg\:mb-10 {
    margin-bottom: 10px;
  }

  .lg\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-14 {
    margin-bottom: 14px;
  }

  .lg\:mb-16 {
    margin-bottom: 16px;
  }

  .lg\:mb-20 {
    margin-bottom: 20px;
  }

  .lg\:mb-24 {
    margin-bottom: 24px;
  }

  .lg\:mb-28 {
    margin-bottom: 7rem;
  }

  .lg\:mb-30 {
    margin-bottom: 30px;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

  .lg\:mb-36 {
    margin-bottom: 9rem;
  }

  .lg\:mb-40 {
    margin-bottom: 10rem;
  }

  .lg\:mb-44 {
    margin-bottom: 11rem;
  }

  .lg\:mb-48 {
    margin-bottom: 48px;
  }

  .lg\:mb-52 {
    margin-bottom: 13rem;
  }

  .lg\:mb-56 {
    margin-bottom: 14rem;
  }

  .lg\:mb-60 {
    margin-bottom: 60px;
  }

  .lg\:mb-64 {
    margin-bottom: 16rem;
  }

  .lg\:mb-72 {
    margin-bottom: 18rem;
  }

  .lg\:mb-80 {
    margin-bottom: 20rem;
  }

  .lg\:mb-95 {
    margin-bottom: 95px;
  }

  .lg\:mb-96 {
    margin-bottom: 24rem;
  }

  .lg\:mb-120 {
    margin-bottom: 120px;
  }

  .lg\:mb-190 {
    margin-bottom: 190px;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }

  .lg\:mb-px {
    margin-bottom: 1px;
  }

  .lg\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .lg\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .lg\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .lg\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .lg\:mb-30\% {
    margin-bottom: 30%;
  }

  .lg\:mb-7\.5r {
    margin-bottom: 1.875rem;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem;
  }

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

  .lg\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .lg\:-mb-4 {
    margin-bottom: -1rem;
  }

  .lg\:-mb-5 {
    margin-bottom: -5px;
  }

  .lg\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .lg\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .lg\:-mb-8 {
    margin-bottom: -2rem;
  }

  .lg\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .lg\:-mb-10 {
    margin-bottom: -10px;
  }

  .lg\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .lg\:-mb-12 {
    margin-bottom: -3rem;
  }

  .lg\:-mb-14 {
    margin-bottom: -14px;
  }

  .lg\:-mb-16 {
    margin-bottom: -16px;
  }

  .lg\:-mb-20 {
    margin-bottom: -20px;
  }

  .lg\:-mb-24 {
    margin-bottom: -24px;
  }

  .lg\:-mb-28 {
    margin-bottom: -7rem;
  }

  .lg\:-mb-30 {
    margin-bottom: -30px;
  }

  .lg\:-mb-32 {
    margin-bottom: -8rem;
  }

  .lg\:-mb-36 {
    margin-bottom: -9rem;
  }

  .lg\:-mb-40 {
    margin-bottom: -10rem;
  }

  .lg\:-mb-44 {
    margin-bottom: -11rem;
  }

  .lg\:-mb-48 {
    margin-bottom: -48px;
  }

  .lg\:-mb-52 {
    margin-bottom: -13rem;
  }

  .lg\:-mb-56 {
    margin-bottom: -14rem;
  }

  .lg\:-mb-60 {
    margin-bottom: -60px;
  }

  .lg\:-mb-64 {
    margin-bottom: -16rem;
  }

  .lg\:-mb-72 {
    margin-bottom: -18rem;
  }

  .lg\:-mb-80 {
    margin-bottom: -20rem;
  }

  .lg\:-mb-95 {
    margin-bottom: -95px;
  }

  .lg\:-mb-96 {
    margin-bottom: -24rem;
  }

  .lg\:-mb-120 {
    margin-bottom: -120px;
  }

  .lg\:-mb-190 {
    margin-bottom: -190px;
  }

  .lg\:-mb-px {
    margin-bottom: -1px;
  }

  .lg\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .lg\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .lg\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .lg\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .lg\:-mb-30\% {
    margin-bottom: -30%;
  }

  .lg\:-mb-7\.5r {
    margin-bottom: -1.875rem;
  }

  .lg\:ml-0 {
    margin-left: 0;
  }

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

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

  .lg\:ml-3 {
    margin-left: 0.75rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:ml-5 {
    margin-left: 5px;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:ml-7 {
    margin-left: 1.75rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:ml-9 {
    margin-left: 2.25rem;
  }

  .lg\:ml-10 {
    margin-left: 10px;
  }

  .lg\:ml-11 {
    margin-left: 2.75rem;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:ml-14 {
    margin-left: 14px;
  }

  .lg\:ml-16 {
    margin-left: 16px;
  }

  .lg\:ml-20 {
    margin-left: 20px;
  }

  .lg\:ml-24 {
    margin-left: 24px;
  }

  .lg\:ml-28 {
    margin-left: 7rem;
  }

  .lg\:ml-30 {
    margin-left: 30px;
  }

  .lg\:ml-32 {
    margin-left: 8rem;
  }

  .lg\:ml-36 {
    margin-left: 9rem;
  }

  .lg\:ml-40 {
    margin-left: 10rem;
  }

  .lg\:ml-44 {
    margin-left: 11rem;
  }

  .lg\:ml-48 {
    margin-left: 48px;
  }

  .lg\:ml-52 {
    margin-left: 13rem;
  }

  .lg\:ml-56 {
    margin-left: 14rem;
  }

  .lg\:ml-60 {
    margin-left: 60px;
  }

  .lg\:ml-64 {
    margin-left: 16rem;
  }

  .lg\:ml-72 {
    margin-left: 18rem;
  }

  .lg\:ml-80 {
    margin-left: 20rem;
  }

  .lg\:ml-95 {
    margin-left: 95px;
  }

  .lg\:ml-96 {
    margin-left: 24rem;
  }

  .lg\:ml-120 {
    margin-left: 120px;
  }

  .lg\:ml-190 {
    margin-left: 190px;
  }

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

  .lg\:ml-px {
    margin-left: 1px;
  }

  .lg\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .lg\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .lg\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .lg\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .lg\:ml-30\% {
    margin-left: 30%;
  }

  .lg\:ml-7\.5r {
    margin-left: 1.875rem;
  }

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

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

  .lg\:-ml-3 {
    margin-left: -0.75rem;
  }

  .lg\:-ml-4 {
    margin-left: -1rem;
  }

  .lg\:-ml-5 {
    margin-left: -5px;
  }

  .lg\:-ml-6 {
    margin-left: -1.5rem;
  }

  .lg\:-ml-7 {
    margin-left: -1.75rem;
  }

  .lg\:-ml-8 {
    margin-left: -2rem;
  }

  .lg\:-ml-9 {
    margin-left: -2.25rem;
  }

  .lg\:-ml-10 {
    margin-left: -10px;
  }

  .lg\:-ml-11 {
    margin-left: -2.75rem;
  }

  .lg\:-ml-12 {
    margin-left: -3rem;
  }

  .lg\:-ml-14 {
    margin-left: -14px;
  }

  .lg\:-ml-16 {
    margin-left: -16px;
  }

  .lg\:-ml-20 {
    margin-left: -20px;
  }

  .lg\:-ml-24 {
    margin-left: -24px;
  }

  .lg\:-ml-28 {
    margin-left: -7rem;
  }

  .lg\:-ml-30 {
    margin-left: -30px;
  }

  .lg\:-ml-32 {
    margin-left: -8rem;
  }

  .lg\:-ml-36 {
    margin-left: -9rem;
  }

  .lg\:-ml-40 {
    margin-left: -10rem;
  }

  .lg\:-ml-44 {
    margin-left: -11rem;
  }

  .lg\:-ml-48 {
    margin-left: -48px;
  }

  .lg\:-ml-52 {
    margin-left: -13rem;
  }

  .lg\:-ml-56 {
    margin-left: -14rem;
  }

  .lg\:-ml-60 {
    margin-left: -60px;
  }

  .lg\:-ml-64 {
    margin-left: -16rem;
  }

  .lg\:-ml-72 {
    margin-left: -18rem;
  }

  .lg\:-ml-80 {
    margin-left: -20rem;
  }

  .lg\:-ml-95 {
    margin-left: -95px;
  }

  .lg\:-ml-96 {
    margin-left: -24rem;
  }

  .lg\:-ml-120 {
    margin-left: -120px;
  }

  .lg\:-ml-190 {
    margin-left: -190px;
  }

  .lg\:-ml-px {
    margin-left: -1px;
  }

  .lg\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .lg\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .lg\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .lg\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .lg\:-ml-30\% {
    margin-left: -30%;
  }

  .lg\:-ml-7\.5r {
    margin-left: -1.875rem;
  }

  .lg\:box-border {
    box-sizing: border-box;
  }

  .lg\:box-content {
    box-sizing: content-box;
  }

  .lg\:block {
    display: block;
  }

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

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:table {
    display: table;
  }

  .lg\:inline-table {
    display: inline-table;
  }

  .lg\:table-caption {
    display: table-caption;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:table-column {
    display: table-column;
  }

  .lg\:table-column-group {
    display: table-column-group;
  }

  .lg\:table-footer-group {
    display: table-footer-group;
  }

  .lg\:table-header-group {
    display: table-header-group;
  }

  .lg\:table-row-group {
    display: table-row-group;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:flow-root {
    display: flow-root;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:inline-grid {
    display: inline-grid;
  }

  .lg\:contents {
    display: contents;
  }

  .lg\:list-item {
    display: list-item;
  }

  .lg\:hidden {
    display: none;
  }

  .group:hover .lg\:group-hover\:block {
    display: block;
  }

  .group:hover .lg\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .lg\:group-hover\:inline {
    display: inline;
  }

  .group:hover .lg\:group-hover\:flex {
    display: flex;
  }

  .group:hover .lg\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .lg\:group-hover\:table {
    display: table;
  }

  .group:hover .lg\:group-hover\:inline-table {
    display: inline-table;
  }

  .group:hover .lg\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .lg\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .lg\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .lg\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .lg\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .lg\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .lg\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .lg\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .lg\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .lg\:group-hover\:grid {
    display: grid;
  }

  .group:hover .lg\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .lg\:group-hover\:contents {
    display: contents;
  }

  .group:hover .lg\:group-hover\:list-item {
    display: list-item;
  }

  .group:hover .lg\:group-hover\:hidden {
    display: none;
  }

  .lg\:h-0 {
    height: 0;
  }

  .lg\:h-1 {
    height: 0.25rem;
  }

  .lg\:h-2 {
    height: 0.5rem;
  }

  .lg\:h-3 {
    height: 0.75rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-5 {
    height: 5px;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-7 {
    height: 1.75rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-9 {
    height: 2.25rem;
  }

  .lg\:h-10 {
    height: 10px;
  }

  .lg\:h-11 {
    height: 2.75rem;
  }

  .lg\:h-12 {
    height: 12px;
  }

  .lg\:h-14 {
    height: 14px;
  }

  .lg\:h-16 {
    height: 16px;
  }

  .lg\:h-20 {
    height: 20px;
  }

  .lg\:h-24 {
    height: 24px;
  }

  .lg\:h-28 {
    height: 7rem;
  }

  .lg\:h-30 {
    height: 30px;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-36 {
    height: 9rem;
  }

  .lg\:h-40 {
    height: 10rem;
  }

  .lg\:h-42 {
    height: 42px;
  }

  .lg\:h-44 {
    height: 11rem;
  }

  .lg\:h-48 {
    height: 48px;
  }

  .lg\:h-52 {
    height: 13rem;
  }

  .lg\:h-56 {
    height: 14rem;
  }

  .lg\:h-60 {
    height: 60px;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-70 {
    height: 70px;
  }

  .lg\:h-72 {
    height: 18rem;
  }

  .lg\:h-78 {
    height: 78px;
  }

  .lg\:h-80 {
    height: 20rem;
  }

  .lg\:h-95 {
    height: 95px;
  }

  .lg\:h-96 {
    height: 24rem;
  }

  .lg\:h-120 {
    height: 120px;
  }

  .lg\:h-190 {
    height: 190px;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-px {
    height: 1px;
  }

  .lg\:h-0\.5 {
    height: 0.125rem;
  }

  .lg\:h-1\.5 {
    height: 0.375rem;
  }

  .lg\:h-2\.5 {
    height: 0.625rem;
  }

  .lg\:h-3\.5 {
    height: 0.875rem;
  }

  .lg\:h-30\% {
    height: 30%;
  }

  .lg\:h-7\.5r {
    height: 1.875rem;
  }

  .lg\:h-1\/2 {
    height: 50%;
  }

  .lg\:h-1\/3 {
    height: 33.333333%;
  }

  .lg\:h-2\/3 {
    height: 66.667%;
  }

  .lg\:h-1\/4 {
    height: 25%;
  }

  .lg\:h-2\/4 {
    height: 50%;
  }

  .lg\:h-3\/4 {
    height: 75%;
  }

  .lg\:h-1\/5 {
    height: 20%;
  }

  .lg\:h-2\/5 {
    height: 40%;
  }

  .lg\:h-3\/5 {
    height: 60%;
  }

  .lg\:h-4\/5 {
    height: 80%;
  }

  .lg\:h-1\/6 {
    height: 16.666667%;
  }

  .lg\:h-2\/6 {
    height: 33.333333%;
  }

  .lg\:h-3\/6 {
    height: 50%;
  }

  .lg\:h-4\/6 {
    height: 66.666667%;
  }

  .lg\:h-5\/6 {
    height: 83.333333%;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:h-20r {
    height: 5rem;
  }

  .lg\:h-50vh {
    height: 50vh;
  }

  .lg\:h-66vh {
    height: 66vh;
  }

  .lg\:h-75vh {
    height: 75vh;
  }

  .lg\:h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .lg\:max-h-0 {
    max-height: 0;
  }

  .lg\:max-h-1 {
    max-height: 0.25rem;
  }

  .lg\:max-h-2 {
    max-height: 0.5rem;
  }

  .lg\:max-h-3 {
    max-height: 0.75rem;
  }

  .lg\:max-h-4 {
    max-height: 1rem;
  }

  .lg\:max-h-5 {
    max-height: 5px;
  }

  .lg\:max-h-6 {
    max-height: 1.5rem;
  }

  .lg\:max-h-7 {
    max-height: 1.75rem;
  }

  .lg\:max-h-8 {
    max-height: 2rem;
  }

  .lg\:max-h-9 {
    max-height: 2.25rem;
  }

  .lg\:max-h-10 {
    max-height: 10px;
  }

  .lg\:max-h-11 {
    max-height: 2.75rem;
  }

  .lg\:max-h-12 {
    max-height: 3rem;
  }

  .lg\:max-h-14 {
    max-height: 14px;
  }

  .lg\:max-h-16 {
    max-height: 16px;
  }

  .lg\:max-h-20 {
    max-height: 20px;
  }

  .lg\:max-h-24 {
    max-height: 24px;
  }

  .lg\:max-h-28 {
    max-height: 7rem;
  }

  .lg\:max-h-30 {
    max-height: 30px;
  }

  .lg\:max-h-32 {
    max-height: 8rem;
  }

  .lg\:max-h-36 {
    max-height: 9rem;
  }

  .lg\:max-h-40 {
    max-height: 10rem;
  }

  .lg\:max-h-44 {
    max-height: 11rem;
  }

  .lg\:max-h-48 {
    max-height: 48px;
  }

  .lg\:max-h-52 {
    max-height: 13rem;
  }

  .lg\:max-h-56 {
    max-height: 14rem;
  }

  .lg\:max-h-60 {
    max-height: 60px;
  }

  .lg\:max-h-64 {
    max-height: 16rem;
  }

  .lg\:max-h-72 {
    max-height: 18rem;
  }

  .lg\:max-h-80 {
    max-height: 20rem;
  }

  .lg\:max-h-95 {
    max-height: 95px;
  }

  .lg\:max-h-96 {
    max-height: 24rem;
  }

  .lg\:max-h-120 {
    max-height: 120px;
  }

  .lg\:max-h-190 {
    max-height: 190px;
  }

  .lg\:max-h-px {
    max-height: 1px;
  }

  .lg\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .lg\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .lg\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .lg\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .lg\:max-h-30\% {
    max-height: 30%;
  }

  .lg\:max-h-7\.5r {
    max-height: 1.875rem;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:min-h-0 {
    min-height: 0px;
  }

  .lg\:min-h-24 {
    min-height: 6rem;
  }

  .lg\:min-h-78 {
    min-height: 78px;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:min-h-25\.5 {
    min-height: 6.375rem;
  }

  .lg\:min-h-1\/2 {
    min-height: 50%;
  }

  .lg\:min-h-2\/3 {
    min-height: 66.667%;
  }

  .lg\:min-h-3\/4 {
    min-height: 75%;
  }

  .lg\:min-h-50vh {
    min-height: 50vh;
  }

  .lg\:min-h-66vh {
    min-height: 66vh;
  }

  .lg\:min-h-75vh {
    min-height: 75vh;
  }

  .lg\:w-0 {
    width: 0;
  }

  .lg\:w-1 {
    width: 0.25rem;
  }

  .lg\:w-2 {
    width: 0.5rem;
  }

  .lg\:w-3 {
    width: 0.75rem;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-5 {
    width: 5px;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-7 {
    width: 1.75rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-9 {
    width: 2.25rem;
  }

  .lg\:w-10 {
    width: 10px;
  }

  .lg\:w-11 {
    width: 2.75rem;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-14 {
    width: 14px;
  }

  .lg\:w-16 {
    width: 16px;
  }

  .lg\:w-20 {
    width: 20px;
  }

  .lg\:w-24 {
    width: 24px;
  }

  .lg\:w-28 {
    width: 7rem;
  }

  .lg\:w-30 {
    width: 30px;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-36 {
    width: 9rem;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-44 {
    width: 11rem;
  }

  .lg\:w-48 {
    width: 48px;
  }

  .lg\:w-52 {
    width: 13rem;
  }

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-60 {
    width: 60px;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-72 {
    width: 18rem;
  }

  .lg\:w-80 {
    width: 20rem;
  }

  .lg\:w-95 {
    width: 95px;
  }

  .lg\:w-96 {
    width: 24rem;
  }

  .lg\:w-120 {
    width: 120px;
  }

  .lg\:w-150 {
    width: 150px;
  }

  .lg\:w-190 {
    width: 190px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-px {
    width: 1px;
  }

  .lg\:w-0\.5 {
    width: 0.125rem;
  }

  .lg\:w-1\.5 {
    width: 0.375rem;
  }

  .lg\:w-2\.5 {
    width: 0.625rem;
  }

  .lg\:w-3\.5 {
    width: 0.875rem;
  }

  .lg\:w-30\% {
    width: 30%;
  }

  .lg\:w-7\.5r {
    width: 1.875rem;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-2\/4 {
    width: 50%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-2\/6 {
    width: 33.333333%;
  }

  .lg\:w-3\/6 {
    width: 50%;
  }

  .lg\:w-4\/6 {
    width: 66.666667%;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

  .lg\:w-1\/12 {
    width: 8.333333%;
  }

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-screen {
    width: 100vw;
  }

  .lg\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .lg\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .lg\:w-20r {
    width: 5rem;
  }

  .lg\:min-w-0 {
    min-width: 0px;
  }

  .lg\:min-w-1280 {
    min-width: 1280px;
  }

  .lg\:min-w-full {
    min-width: 100%;
  }

  .lg\:min-w-min {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .lg\:min-w-max {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .lg\:min-w-7\.5r {
    min-width: 1.875rem;
  }

  .lg\:min-w-10r {
    min-width: 2.5rem;
  }

  .lg\:min-w-12\.5r {
    min-width: 3.125rem;
  }

  .lg\:min-w-17\.5r {
    min-width: 4.375rem;
  }

  .lg\:min-w-20r {
    min-width: 5rem;
  }

  .lg\:min-w-25r {
    min-width: 6.25rem;
  }

  .lg\:min-w-37\.5r {
    min-width: 9.375rem;
  }

  .lg\:min-w-45r {
    min-width: 11.25rem;
  }

  .lg\:min-w-367\.5r {
    min-width: 91.875rem;
  }

  .lg\:max-w-0 {
    max-width: 0rem;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:max-w-xs {
    max-width: 20rem;
  }

  .lg\:max-w-sm {
    max-width: 24rem;
  }

  .lg\:max-w-md {
    max-width: 28rem;
  }

  .lg\:max-w-lg {
    max-width: 32rem;
  }

  .lg\:max-w-xl {
    max-width: 36rem;
  }

  .lg\:max-w-2xl {
    max-width: 42rem;
  }

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:max-w-5xl {
    max-width: 64rem;
  }

  .lg\:max-w-6xl {
    max-width: 72rem;
  }

  .lg\:max-w-7xl {
    max-width: 80rem;
  }

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

  .lg\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .lg\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .lg\:max-w-prose {
    max-width: 65ch;
  }

  .lg\:max-w-screen-sm {
    max-width: 640px;
  }

  .lg\:max-w-screen-md {
    max-width: 768px;
  }

  .lg\:max-w-screen-lg {
    max-width: 1280px;
  }

  .lg\:max-w-screen-xl {
    max-width: 1440px;
  }

  .lg\:max-w-screen-2xl {
    max-width: 1600px;
  }

  .lg\:max-w-screen-desktop {
    max-width: 1280px;
  }

  .lg\:max-w-screen-xxs {
    max-width: 320px;
  }

  .lg\:max-w-screen-xs {
    max-width: 4820px;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:flex-initial {
    flex: 0 1 auto;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .lg\:flex-shrink {
    flex-shrink: 1;
  }

  .lg\:flex-grow-0 {
    flex-grow: 0;
  }

  .lg\:flex-grow {
    flex-grow: 1;
  }

  .lg\:table-auto {
    table-layout: auto;
  }

  .lg\:table-fixed {
    table-layout: fixed;
  }

  .lg\:border-collapse {
    border-collapse: collapse;
  }

  .lg\:border-separate {
    border-collapse: separate;
  }

  .lg\:origin-center {
    transform-origin: center;
  }

  .lg\:origin-top {
    transform-origin: top;
  }

  .lg\:origin-top-right {
    transform-origin: top right;
  }

  .lg\:origin-right {
    transform-origin: right;
  }

  .lg\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .lg\:origin-bottom {
    transform-origin: bottom;
  }

  .lg\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .lg\:origin-left {
    transform-origin: left;
  }

  .lg\:origin-top-left {
    transform-origin: top left;
  }

  .lg\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:transform-none {
    transform: none;
  }

  .lg\:translate-x-0 {
    --tw-translate-x: 0;
  }

  .lg\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .lg\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .lg\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .lg\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .lg\:translate-x-5 {
    --tw-translate-x: 5px;
  }

  .lg\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .lg\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .lg\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .lg\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .lg\:translate-x-10 {
    --tw-translate-x: 10px;
  }

  .lg\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .lg\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .lg\:translate-x-14 {
    --tw-translate-x: 14px;
  }

  .lg\:translate-x-16 {
    --tw-translate-x: 16px;
  }

  .lg\:translate-x-20 {
    --tw-translate-x: 20px;
  }

  .lg\:translate-x-24 {
    --tw-translate-x: 24px;
  }

  .lg\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .lg\:translate-x-30 {
    --tw-translate-x: 30px;
  }

  .lg\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .lg\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .lg\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .lg\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .lg\:translate-x-48 {
    --tw-translate-x: 48px;
  }

  .lg\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .lg\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .lg\:translate-x-60 {
    --tw-translate-x: 60px;
  }

  .lg\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .lg\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .lg\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .lg\:translate-x-95 {
    --tw-translate-x: 95px;
  }

  .lg\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .lg\:translate-x-120 {
    --tw-translate-x: 120px;
  }

  .lg\:translate-x-190 {
    --tw-translate-x: 190px;
  }

  .lg\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .lg\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .lg\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .lg\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .lg\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .lg\:translate-x-30\% {
    --tw-translate-x: 30%;
  }

  .lg\:translate-x-7\.5r {
    --tw-translate-x: 1.875rem;
  }

  .lg\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .lg\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .lg\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .lg\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .lg\:-translate-x-5 {
    --tw-translate-x: -5px;
  }

  .lg\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .lg\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .lg\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .lg\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .lg\:-translate-x-10 {
    --tw-translate-x: -10px;
  }

  .lg\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .lg\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .lg\:-translate-x-14 {
    --tw-translate-x: -14px;
  }

  .lg\:-translate-x-16 {
    --tw-translate-x: -16px;
  }

  .lg\:-translate-x-20 {
    --tw-translate-x: -20px;
  }

  .lg\:-translate-x-24 {
    --tw-translate-x: -24px;
  }

  .lg\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .lg\:-translate-x-30 {
    --tw-translate-x: -30px;
  }

  .lg\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .lg\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .lg\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .lg\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .lg\:-translate-x-48 {
    --tw-translate-x: -48px;
  }

  .lg\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .lg\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .lg\:-translate-x-60 {
    --tw-translate-x: -60px;
  }

  .lg\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .lg\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .lg\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .lg\:-translate-x-95 {
    --tw-translate-x: -95px;
  }

  .lg\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .lg\:-translate-x-120 {
    --tw-translate-x: -120px;
  }

  .lg\:-translate-x-190 {
    --tw-translate-x: -190px;
  }

  .lg\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .lg\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .lg\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .lg\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .lg\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .lg\:-translate-x-30\% {
    --tw-translate-x: -30%;
  }

  .lg\:-translate-x-7\.5r {
    --tw-translate-x: -1.875rem;
  }

  .lg\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .lg\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .lg\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .lg\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .lg\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .lg\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .lg\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .lg\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .lg\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .lg\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .lg\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .lg\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .lg\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .lg\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .lg\:translate-y-0 {
    --tw-translate-y: 0;
  }

  .lg\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .lg\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .lg\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .lg\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .lg\:translate-y-5 {
    --tw-translate-y: 5px;
  }

  .lg\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .lg\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .lg\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .lg\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .lg\:translate-y-10 {
    --tw-translate-y: 10px;
  }

  .lg\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .lg\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .lg\:translate-y-14 {
    --tw-translate-y: 14px;
  }

  .lg\:translate-y-16 {
    --tw-translate-y: 16px;
  }

  .lg\:translate-y-20 {
    --tw-translate-y: 20px;
  }

  .lg\:translate-y-24 {
    --tw-translate-y: 24px;
  }

  .lg\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .lg\:translate-y-30 {
    --tw-translate-y: 30px;
  }

  .lg\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .lg\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .lg\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .lg\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .lg\:translate-y-48 {
    --tw-translate-y: 48px;
  }

  .lg\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .lg\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .lg\:translate-y-60 {
    --tw-translate-y: 60px;
  }

  .lg\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .lg\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .lg\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .lg\:translate-y-95 {
    --tw-translate-y: 95px;
  }

  .lg\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .lg\:translate-y-120 {
    --tw-translate-y: 120px;
  }

  .lg\:translate-y-190 {
    --tw-translate-y: 190px;
  }

  .lg\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .lg\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .lg\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .lg\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .lg\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .lg\:translate-y-30\% {
    --tw-translate-y: 30%;
  }

  .lg\:translate-y-7\.5r {
    --tw-translate-y: 1.875rem;
  }

  .lg\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .lg\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .lg\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .lg\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .lg\:-translate-y-5 {
    --tw-translate-y: -5px;
  }

  .lg\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .lg\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .lg\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .lg\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .lg\:-translate-y-10 {
    --tw-translate-y: -10px;
  }

  .lg\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .lg\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .lg\:-translate-y-14 {
    --tw-translate-y: -14px;
  }

  .lg\:-translate-y-16 {
    --tw-translate-y: -16px;
  }

  .lg\:-translate-y-20 {
    --tw-translate-y: -20px;
  }

  .lg\:-translate-y-24 {
    --tw-translate-y: -24px;
  }

  .lg\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .lg\:-translate-y-30 {
    --tw-translate-y: -30px;
  }

  .lg\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .lg\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .lg\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .lg\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .lg\:-translate-y-48 {
    --tw-translate-y: -48px;
  }

  .lg\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .lg\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .lg\:-translate-y-60 {
    --tw-translate-y: -60px;
  }

  .lg\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .lg\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .lg\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .lg\:-translate-y-95 {
    --tw-translate-y: -95px;
  }

  .lg\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .lg\:-translate-y-120 {
    --tw-translate-y: -120px;
  }

  .lg\:-translate-y-190 {
    --tw-translate-y: -190px;
  }

  .lg\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .lg\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .lg\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .lg\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .lg\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .lg\:-translate-y-30\% {
    --tw-translate-y: -30%;
  }

  .lg\:-translate-y-7\.5r {
    --tw-translate-y: -1.875rem;
  }

  .lg\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .lg\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .lg\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .lg\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .lg\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .lg\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .lg\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .lg\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .lg\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .lg\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .lg\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .lg\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .lg\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .lg\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .lg\:hover\:translate-x-0:hover {
    --tw-translate-x: 0;
  }

  .lg\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .lg\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .lg\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .lg\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .lg\:hover\:translate-x-5:hover {
    --tw-translate-x: 5px;
  }

  .lg\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .lg\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .lg\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .lg\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .lg\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px;
  }

  .lg\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .lg\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .lg\:hover\:translate-x-14:hover {
    --tw-translate-x: 14px;
  }

  .lg\:hover\:translate-x-16:hover {
    --tw-translate-x: 16px;
  }

  .lg\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px;
  }

  .lg\:hover\:translate-x-24:hover {
    --tw-translate-x: 24px;
  }

  .lg\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .lg\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px;
  }

  .lg\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .lg\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .lg\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .lg\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .lg\:hover\:translate-x-48:hover {
    --tw-translate-x: 48px;
  }

  .lg\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .lg\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .lg\:hover\:translate-x-60:hover {
    --tw-translate-x: 60px;
  }

  .lg\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .lg\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .lg\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .lg\:hover\:translate-x-95:hover {
    --tw-translate-x: 95px;
  }

  .lg\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .lg\:hover\:translate-x-120:hover {
    --tw-translate-x: 120px;
  }

  .lg\:hover\:translate-x-190:hover {
    --tw-translate-x: 190px;
  }

  .lg\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .lg\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .lg\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .lg\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .lg\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .lg\:hover\:translate-x-30\%:hover {
    --tw-translate-x: 30%;
  }

  .lg\:hover\:translate-x-7\.5r:hover {
    --tw-translate-x: 1.875rem;
  }

  .lg\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .lg\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .lg\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .lg\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .lg\:hover\:-translate-x-5:hover {
    --tw-translate-x: -5px;
  }

  .lg\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .lg\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .lg\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .lg\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .lg\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px;
  }

  .lg\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .lg\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .lg\:hover\:-translate-x-14:hover {
    --tw-translate-x: -14px;
  }

  .lg\:hover\:-translate-x-16:hover {
    --tw-translate-x: -16px;
  }

  .lg\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px;
  }

  .lg\:hover\:-translate-x-24:hover {
    --tw-translate-x: -24px;
  }

  .lg\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .lg\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px;
  }

  .lg\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .lg\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .lg\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .lg\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .lg\:hover\:-translate-x-48:hover {
    --tw-translate-x: -48px;
  }

  .lg\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .lg\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .lg\:hover\:-translate-x-60:hover {
    --tw-translate-x: -60px;
  }

  .lg\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .lg\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .lg\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .lg\:hover\:-translate-x-95:hover {
    --tw-translate-x: -95px;
  }

  .lg\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .lg\:hover\:-translate-x-120:hover {
    --tw-translate-x: -120px;
  }

  .lg\:hover\:-translate-x-190:hover {
    --tw-translate-x: -190px;
  }

  .lg\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .lg\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .lg\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .lg\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .lg\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .lg\:hover\:-translate-x-30\%:hover {
    --tw-translate-x: -30%;
  }

  .lg\:hover\:-translate-x-7\.5r:hover {
    --tw-translate-x: -1.875rem;
  }

  .lg\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .lg\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .lg\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .lg\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .lg\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .lg\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .lg\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .lg\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .lg\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .lg\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .lg\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .lg\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .lg\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .lg\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .lg\:hover\:translate-y-0:hover {
    --tw-translate-y: 0;
  }

  .lg\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .lg\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .lg\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .lg\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .lg\:hover\:translate-y-5:hover {
    --tw-translate-y: 5px;
  }

  .lg\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .lg\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .lg\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .lg\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .lg\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px;
  }

  .lg\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .lg\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .lg\:hover\:translate-y-14:hover {
    --tw-translate-y: 14px;
  }

  .lg\:hover\:translate-y-16:hover {
    --tw-translate-y: 16px;
  }

  .lg\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px;
  }

  .lg\:hover\:translate-y-24:hover {
    --tw-translate-y: 24px;
  }

  .lg\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .lg\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px;
  }

  .lg\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .lg\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .lg\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .lg\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .lg\:hover\:translate-y-48:hover {
    --tw-translate-y: 48px;
  }

  .lg\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .lg\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .lg\:hover\:translate-y-60:hover {
    --tw-translate-y: 60px;
  }

  .lg\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .lg\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .lg\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .lg\:hover\:translate-y-95:hover {
    --tw-translate-y: 95px;
  }

  .lg\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .lg\:hover\:translate-y-120:hover {
    --tw-translate-y: 120px;
  }

  .lg\:hover\:translate-y-190:hover {
    --tw-translate-y: 190px;
  }

  .lg\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .lg\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .lg\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .lg\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .lg\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .lg\:hover\:translate-y-30\%:hover {
    --tw-translate-y: 30%;
  }

  .lg\:hover\:translate-y-7\.5r:hover {
    --tw-translate-y: 1.875rem;
  }

  .lg\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .lg\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .lg\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .lg\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .lg\:hover\:-translate-y-5:hover {
    --tw-translate-y: -5px;
  }

  .lg\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .lg\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .lg\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .lg\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .lg\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px;
  }

  .lg\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .lg\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .lg\:hover\:-translate-y-14:hover {
    --tw-translate-y: -14px;
  }

  .lg\:hover\:-translate-y-16:hover {
    --tw-translate-y: -16px;
  }

  .lg\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px;
  }

  .lg\:hover\:-translate-y-24:hover {
    --tw-translate-y: -24px;
  }

  .lg\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .lg\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px;
  }

  .lg\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .lg\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .lg\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .lg\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .lg\:hover\:-translate-y-48:hover {
    --tw-translate-y: -48px;
  }

  .lg\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .lg\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .lg\:hover\:-translate-y-60:hover {
    --tw-translate-y: -60px;
  }

  .lg\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .lg\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .lg\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .lg\:hover\:-translate-y-95:hover {
    --tw-translate-y: -95px;
  }

  .lg\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .lg\:hover\:-translate-y-120:hover {
    --tw-translate-y: -120px;
  }

  .lg\:hover\:-translate-y-190:hover {
    --tw-translate-y: -190px;
  }

  .lg\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .lg\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .lg\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .lg\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .lg\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .lg\:hover\:-translate-y-30\%:hover {
    --tw-translate-y: -30%;
  }

  .lg\:hover\:-translate-y-7\.5r:hover {
    --tw-translate-y: -1.875rem;
  }

  .lg\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .lg\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .lg\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .lg\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .lg\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .lg\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .lg\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .lg\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .lg\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .lg\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .lg\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .lg\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .lg\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .lg\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .lg\:focus\:translate-x-0:focus {
    --tw-translate-x: 0;
  }

  .lg\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .lg\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .lg\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .lg\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .lg\:focus\:translate-x-5:focus {
    --tw-translate-x: 5px;
  }

  .lg\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .lg\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .lg\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .lg\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .lg\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px;
  }

  .lg\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .lg\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .lg\:focus\:translate-x-14:focus {
    --tw-translate-x: 14px;
  }

  .lg\:focus\:translate-x-16:focus {
    --tw-translate-x: 16px;
  }

  .lg\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px;
  }

  .lg\:focus\:translate-x-24:focus {
    --tw-translate-x: 24px;
  }

  .lg\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .lg\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px;
  }

  .lg\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .lg\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .lg\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .lg\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .lg\:focus\:translate-x-48:focus {
    --tw-translate-x: 48px;
  }

  .lg\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .lg\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .lg\:focus\:translate-x-60:focus {
    --tw-translate-x: 60px;
  }

  .lg\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .lg\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .lg\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .lg\:focus\:translate-x-95:focus {
    --tw-translate-x: 95px;
  }

  .lg\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .lg\:focus\:translate-x-120:focus {
    --tw-translate-x: 120px;
  }

  .lg\:focus\:translate-x-190:focus {
    --tw-translate-x: 190px;
  }

  .lg\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .lg\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .lg\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .lg\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .lg\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .lg\:focus\:translate-x-30\%:focus {
    --tw-translate-x: 30%;
  }

  .lg\:focus\:translate-x-7\.5r:focus {
    --tw-translate-x: 1.875rem;
  }

  .lg\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .lg\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .lg\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .lg\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .lg\:focus\:-translate-x-5:focus {
    --tw-translate-x: -5px;
  }

  .lg\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .lg\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .lg\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .lg\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .lg\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px;
  }

  .lg\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .lg\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .lg\:focus\:-translate-x-14:focus {
    --tw-translate-x: -14px;
  }

  .lg\:focus\:-translate-x-16:focus {
    --tw-translate-x: -16px;
  }

  .lg\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px;
  }

  .lg\:focus\:-translate-x-24:focus {
    --tw-translate-x: -24px;
  }

  .lg\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .lg\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px;
  }

  .lg\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .lg\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .lg\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .lg\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .lg\:focus\:-translate-x-48:focus {
    --tw-translate-x: -48px;
  }

  .lg\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .lg\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .lg\:focus\:-translate-x-60:focus {
    --tw-translate-x: -60px;
  }

  .lg\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .lg\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .lg\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .lg\:focus\:-translate-x-95:focus {
    --tw-translate-x: -95px;
  }

  .lg\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .lg\:focus\:-translate-x-120:focus {
    --tw-translate-x: -120px;
  }

  .lg\:focus\:-translate-x-190:focus {
    --tw-translate-x: -190px;
  }

  .lg\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .lg\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .lg\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .lg\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .lg\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .lg\:focus\:-translate-x-30\%:focus {
    --tw-translate-x: -30%;
  }

  .lg\:focus\:-translate-x-7\.5r:focus {
    --tw-translate-x: -1.875rem;
  }

  .lg\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .lg\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .lg\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .lg\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .lg\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .lg\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .lg\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .lg\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .lg\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .lg\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .lg\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .lg\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .lg\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .lg\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .lg\:focus\:translate-y-0:focus {
    --tw-translate-y: 0;
  }

  .lg\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .lg\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .lg\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .lg\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .lg\:focus\:translate-y-5:focus {
    --tw-translate-y: 5px;
  }

  .lg\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .lg\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .lg\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .lg\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .lg\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px;
  }

  .lg\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .lg\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .lg\:focus\:translate-y-14:focus {
    --tw-translate-y: 14px;
  }

  .lg\:focus\:translate-y-16:focus {
    --tw-translate-y: 16px;
  }

  .lg\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px;
  }

  .lg\:focus\:translate-y-24:focus {
    --tw-translate-y: 24px;
  }

  .lg\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .lg\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px;
  }

  .lg\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .lg\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .lg\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .lg\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .lg\:focus\:translate-y-48:focus {
    --tw-translate-y: 48px;
  }

  .lg\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .lg\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .lg\:focus\:translate-y-60:focus {
    --tw-translate-y: 60px;
  }

  .lg\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .lg\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .lg\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .lg\:focus\:translate-y-95:focus {
    --tw-translate-y: 95px;
  }

  .lg\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .lg\:focus\:translate-y-120:focus {
    --tw-translate-y: 120px;
  }

  .lg\:focus\:translate-y-190:focus {
    --tw-translate-y: 190px;
  }

  .lg\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .lg\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .lg\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .lg\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .lg\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .lg\:focus\:translate-y-30\%:focus {
    --tw-translate-y: 30%;
  }

  .lg\:focus\:translate-y-7\.5r:focus {
    --tw-translate-y: 1.875rem;
  }

  .lg\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .lg\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .lg\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .lg\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .lg\:focus\:-translate-y-5:focus {
    --tw-translate-y: -5px;
  }

  .lg\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .lg\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .lg\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .lg\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .lg\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px;
  }

  .lg\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .lg\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .lg\:focus\:-translate-y-14:focus {
    --tw-translate-y: -14px;
  }

  .lg\:focus\:-translate-y-16:focus {
    --tw-translate-y: -16px;
  }

  .lg\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px;
  }

  .lg\:focus\:-translate-y-24:focus {
    --tw-translate-y: -24px;
  }

  .lg\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .lg\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px;
  }

  .lg\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .lg\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .lg\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .lg\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .lg\:focus\:-translate-y-48:focus {
    --tw-translate-y: -48px;
  }

  .lg\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .lg\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .lg\:focus\:-translate-y-60:focus {
    --tw-translate-y: -60px;
  }

  .lg\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .lg\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .lg\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .lg\:focus\:-translate-y-95:focus {
    --tw-translate-y: -95px;
  }

  .lg\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .lg\:focus\:-translate-y-120:focus {
    --tw-translate-y: -120px;
  }

  .lg\:focus\:-translate-y-190:focus {
    --tw-translate-y: -190px;
  }

  .lg\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .lg\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .lg\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .lg\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .lg\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .lg\:focus\:-translate-y-30\%:focus {
    --tw-translate-y: -30%;
  }

  .lg\:focus\:-translate-y-7\.5r:focus {
    --tw-translate-y: -1.875rem;
  }

  .lg\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .lg\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .lg\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .lg\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .lg\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .lg\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .lg\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .lg\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .lg\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .lg\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .lg\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .lg\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .lg\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .lg\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .lg\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .lg\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .lg\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .lg\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .lg\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .lg\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .lg\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .lg\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .lg\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .lg\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .lg\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .lg\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .lg\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .lg\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .lg\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .lg\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .lg\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .lg\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .lg\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .lg\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .lg\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .lg\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .lg\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .lg\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .lg\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .lg\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .lg\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .lg\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .lg\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .lg\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .lg\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .lg\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .lg\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .lg\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .lg\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .lg\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .lg\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .lg\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .lg\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .lg\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .lg\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .lg\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .lg\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .lg\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .lg\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .lg\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .lg\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .lg\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .lg\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .lg\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .lg\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .lg\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .lg\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .lg\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .lg\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .lg\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .lg\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .lg\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .lg\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .lg\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .lg\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .lg\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .lg\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .lg\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .lg\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .lg\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .lg\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .lg\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .lg\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .lg\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .lg\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .lg\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .lg\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .lg\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .lg\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .lg\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .lg\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .lg\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .lg\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .lg\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .lg\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .lg\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .lg\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .lg\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .lg\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .lg\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .lg\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .lg\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .lg\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .lg\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .lg\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .lg\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .lg\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .lg\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .lg\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .lg\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .lg\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .lg\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .lg\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .lg\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .lg\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .lg\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .lg\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .lg\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .lg\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .lg\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .lg\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .lg\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .lg\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .lg\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .lg\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .lg\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .lg\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .lg\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .lg\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .lg\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .lg\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .lg\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .lg\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .lg\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .lg\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .lg\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .lg\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .lg\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .lg\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .lg\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .lg\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .lg\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .lg\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .lg\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .lg\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .lg\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .lg\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .lg\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .lg\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .lg\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .lg\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .lg\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .lg\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .lg\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .lg\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .lg\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .lg\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .lg\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .lg\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .lg\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .lg\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .lg\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .lg\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .lg\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .lg\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .lg\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .lg\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .lg\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .lg\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .lg\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .lg\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .lg\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .lg\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .lg\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .lg\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .lg\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .lg\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .lg\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .lg\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .lg\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .lg\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .lg\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .lg\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .lg\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .lg\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .lg\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .lg\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .lg\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .lg\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .lg\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .lg\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .lg\:animate-fade-in {
    -webkit-animation: fade-in 0.5s ease-out;
            animation: fade-in 0.5s ease-out;
  }

  .lg\:cursor-auto {
    cursor: auto;
  }

  .lg\:cursor-default {
    cursor: default;
  }

  .lg\:cursor-pointer {
    cursor: pointer;
  }

  .lg\:cursor-wait {
    cursor: wait;
  }

  .lg\:cursor-text {
    cursor: text;
  }

  .lg\:cursor-move {
    cursor: move;
  }

  .lg\:cursor-help {
    cursor: help;
  }

  .lg\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .lg\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .lg\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .lg\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .lg\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .lg\:resize-none {
    resize: none;
  }

  .lg\:resize-y {
    resize: vertical;
  }

  .lg\:resize-x {
    resize: horizontal;
  }

  .lg\:resize {
    resize: both;
  }

  .lg\:list-inside {
    list-style-position: inside;
  }

  .lg\:list-outside {
    list-style-position: outside;
  }

  .lg\:list-none {
    list-style-type: none;
  }

  .lg\:list-disc {
    list-style-type: disc;
  }

  .lg\:list-decimal {
    list-style-type: decimal;
  }

  .lg\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .lg\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .lg\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .lg\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .lg\:grid-flow-row {
    grid-auto-flow: row;
  }

  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }

  .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .lg\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .lg\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .lg\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .lg\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .lg\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-none {
    grid-template-columns: none;
  }

  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-rows-none {
    grid-template-rows: none;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

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

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:place-content-center {
    align-content: center;
    justify-content: center;
    place-content: center;
  }

  .lg\:place-content-start {
    align-content: start;
    justify-content: start;
    place-content: start;
  }

  .lg\:place-content-end {
    align-content: end;
    justify-content: end;
    place-content: end;
  }

  .lg\:place-content-between {
    align-content: space-between;
    justify-content: space-between;
    place-content: space-between;
  }

  .lg\:place-content-around {
    align-content: space-around;
    justify-content: space-around;
    place-content: space-around;
  }

  .lg\:place-content-evenly {
    align-content: space-evenly;
    justify-content: space-evenly;
    place-content: space-evenly;
  }

  .lg\:place-content-stretch {
    align-content: stretch;
    justify-content: stretch;
    place-content: stretch;
  }

  .lg\:place-items-start {
    align-items: start;
    justify-items: start;
    place-items: start;
  }

  .lg\:place-items-end {
    align-items: end;
    justify-items: end;
    place-items: end;
  }

  .lg\:place-items-center {
    align-items: center;
    justify-items: center;
    place-items: center;
  }

  .lg\:place-items-stretch {
    align-items: stretch;
    justify-items: stretch;
    place-items: stretch;
  }

  .lg\:content-center {
    align-content: center;
  }

  .lg\:content-start {
    align-content: flex-start;
  }

  .lg\:content-end {
    align-content: flex-end;
  }

  .lg\:content-between {
    align-content: space-between;
  }

  .lg\:content-around {
    align-content: space-around;
  }

  .lg\:content-evenly {
    align-content: space-evenly;
  }

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

  .lg\:items-end {
    align-items: flex-end;
  }

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

  .lg\:items-baseline {
    align-items: baseline;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

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

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

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:justify-evenly {
    justify-content: space-evenly;
  }

  .lg\:justify-items-start {
    justify-items: start;
  }

  .lg\:justify-items-end {
    justify-items: end;
  }

  .lg\:justify-items-center {
    justify-items: center;
  }

  .lg\:justify-items-stretch {
    justify-items: stretch;
  }

  .lg\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .lg\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .lg\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .lg\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .lg\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .lg\:gap-5 {
    grid-gap: 5px;
    gap: 5px;
  }

  .lg\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .lg\:gap-7 {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .lg\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .lg\:gap-9 {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .lg\:gap-10 {
    grid-gap: 10px;
    gap: 10px;
  }

  .lg\:gap-11 {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .lg\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .lg\:gap-14 {
    grid-gap: 14px;
    gap: 14px;
  }

  .lg\:gap-16 {
    grid-gap: 16px;
    gap: 16px;
  }

  .lg\:gap-20 {
    grid-gap: 20px;
    gap: 20px;
  }

  .lg\:gap-24 {
    grid-gap: 24px;
    gap: 24px;
  }

  .lg\:gap-28 {
    grid-gap: 7rem;
    gap: 7rem;
  }

  .lg\:gap-30 {
    grid-gap: 30px;
    gap: 30px;
  }

  .lg\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .lg\:gap-36 {
    grid-gap: 9rem;
    gap: 9rem;
  }

  .lg\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .lg\:gap-44 {
    grid-gap: 11rem;
    gap: 11rem;
  }

  .lg\:gap-48 {
    grid-gap: 48px;
    gap: 48px;
  }

  .lg\:gap-52 {
    grid-gap: 13rem;
    gap: 13rem;
  }

  .lg\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .lg\:gap-60 {
    grid-gap: 60px;
    gap: 60px;
  }

  .lg\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .lg\:gap-72 {
    grid-gap: 18rem;
    gap: 18rem;
  }

  .lg\:gap-80 {
    grid-gap: 20rem;
    gap: 20rem;
  }

  .lg\:gap-95 {
    grid-gap: 95px;
    gap: 95px;
  }

  .lg\:gap-96 {
    grid-gap: 24rem;
    gap: 24rem;
  }

  .lg\:gap-120 {
    grid-gap: 120px;
    gap: 120px;
  }

  .lg\:gap-190 {
    grid-gap: 190px;
    gap: 190px;
  }

  .lg\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .lg\:gap-0\.5 {
    grid-gap: 0.125rem;
    gap: 0.125rem;
  }

  .lg\:gap-1\.5 {
    grid-gap: 0.375rem;
    gap: 0.375rem;
  }

  .lg\:gap-2\.5 {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }

  .lg\:gap-3\.5 {
    grid-gap: 0.875rem;
    gap: 0.875rem;
  }

  .lg\:gap-30\% {
    grid-gap: 30%;
    gap: 30%;
  }

  .lg\:gap-7\.5r {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }

  .lg\:gap-x-0 {
    -moz-column-gap: 0;
         grid-column-gap: 0;
         column-gap: 0;
  }

  .lg\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         grid-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         grid-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lg\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         grid-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .lg\:gap-x-4 {
    -moz-column-gap: 1rem;
         grid-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:gap-x-5 {
    -moz-column-gap: 5px;
         grid-column-gap: 5px;
         column-gap: 5px;
  }

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         grid-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         grid-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
         grid-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         grid-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 10px;
         grid-column-gap: 10px;
         column-gap: 10px;
  }

  .lg\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         grid-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
         grid-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:gap-x-14 {
    -moz-column-gap: 14px;
         grid-column-gap: 14px;
         column-gap: 14px;
  }

  .lg\:gap-x-16 {
    -moz-column-gap: 16px;
         grid-column-gap: 16px;
         column-gap: 16px;
  }

  .lg\:gap-x-20 {
    -moz-column-gap: 20px;
         grid-column-gap: 20px;
         column-gap: 20px;
  }

  .lg\:gap-x-24 {
    -moz-column-gap: 24px;
         grid-column-gap: 24px;
         column-gap: 24px;
  }

  .lg\:gap-x-28 {
    -moz-column-gap: 7rem;
         grid-column-gap: 7rem;
         column-gap: 7rem;
  }

  .lg\:gap-x-30 {
    -moz-column-gap: 30px;
         grid-column-gap: 30px;
         column-gap: 30px;
  }

  .lg\:gap-x-32 {
    -moz-column-gap: 8rem;
         grid-column-gap: 8rem;
         column-gap: 8rem;
  }

  .lg\:gap-x-36 {
    -moz-column-gap: 9rem;
         grid-column-gap: 9rem;
         column-gap: 9rem;
  }

  .lg\:gap-x-40 {
    -moz-column-gap: 10rem;
         grid-column-gap: 10rem;
         column-gap: 10rem;
  }

  .lg\:gap-x-44 {
    -moz-column-gap: 11rem;
         grid-column-gap: 11rem;
         column-gap: 11rem;
  }

  .lg\:gap-x-48 {
    -moz-column-gap: 48px;
         grid-column-gap: 48px;
         column-gap: 48px;
  }

  .lg\:gap-x-52 {
    -moz-column-gap: 13rem;
         grid-column-gap: 13rem;
         column-gap: 13rem;
  }

  .lg\:gap-x-56 {
    -moz-column-gap: 14rem;
         grid-column-gap: 14rem;
         column-gap: 14rem;
  }

  .lg\:gap-x-60 {
    -moz-column-gap: 60px;
         grid-column-gap: 60px;
         column-gap: 60px;
  }

  .lg\:gap-x-64 {
    -moz-column-gap: 16rem;
         grid-column-gap: 16rem;
         column-gap: 16rem;
  }

  .lg\:gap-x-72 {
    -moz-column-gap: 18rem;
         grid-column-gap: 18rem;
         column-gap: 18rem;
  }

  .lg\:gap-x-80 {
    -moz-column-gap: 20rem;
         grid-column-gap: 20rem;
         column-gap: 20rem;
  }

  .lg\:gap-x-95 {
    -moz-column-gap: 95px;
         grid-column-gap: 95px;
         column-gap: 95px;
  }

  .lg\:gap-x-96 {
    -moz-column-gap: 24rem;
         grid-column-gap: 24rem;
         column-gap: 24rem;
  }

  .lg\:gap-x-120 {
    -moz-column-gap: 120px;
         grid-column-gap: 120px;
         column-gap: 120px;
  }

  .lg\:gap-x-190 {
    -moz-column-gap: 190px;
         grid-column-gap: 190px;
         column-gap: 190px;
  }

  .lg\:gap-x-px {
    -moz-column-gap: 1px;
         grid-column-gap: 1px;
         column-gap: 1px;
  }

  .lg\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         grid-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .lg\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         grid-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .lg\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         grid-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .lg\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         grid-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .lg\:gap-x-30\% {
    -moz-column-gap: 30%;
         grid-column-gap: 30%;
         column-gap: 30%;
  }

  .lg\:gap-x-7\.5r {
    -moz-column-gap: 1.875rem;
         grid-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }

  .lg\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .lg\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .lg\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .lg\:gap-y-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .lg\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .lg\:gap-y-5 {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .lg\:gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .lg\:gap-y-7 {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .lg\:gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .lg\:gap-y-9 {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .lg\:gap-y-10 {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .lg\:gap-y-11 {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .lg\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .lg\:gap-y-14 {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .lg\:gap-y-16 {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .lg\:gap-y-20 {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .lg\:gap-y-24 {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .lg\:gap-y-28 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .lg\:gap-y-30 {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .lg\:gap-y-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .lg\:gap-y-36 {
    grid-row-gap: 9rem;
    row-gap: 9rem;
  }

  .lg\:gap-y-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .lg\:gap-y-44 {
    grid-row-gap: 11rem;
    row-gap: 11rem;
  }

  .lg\:gap-y-48 {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .lg\:gap-y-52 {
    grid-row-gap: 13rem;
    row-gap: 13rem;
  }

  .lg\:gap-y-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .lg\:gap-y-60 {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .lg\:gap-y-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .lg\:gap-y-72 {
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .lg\:gap-y-80 {
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .lg\:gap-y-95 {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .lg\:gap-y-96 {
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .lg\:gap-y-120 {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .lg\:gap-y-190 {
    grid-row-gap: 190px;
    row-gap: 190px;
  }

  .lg\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .lg\:gap-y-0\.5 {
    grid-row-gap: 0.125rem;
    row-gap: 0.125rem;
  }

  .lg\:gap-y-1\.5 {
    grid-row-gap: 0.375rem;
    row-gap: 0.375rem;
  }

  .lg\:gap-y-2\.5 {
    grid-row-gap: 0.625rem;
    row-gap: 0.625rem;
  }

  .lg\:gap-y-3\.5 {
    grid-row-gap: 0.875rem;
    row-gap: 0.875rem;
  }

  .lg\:gap-y-30\% {
    grid-row-gap: 30%;
    row-gap: 30%;
  }

  .lg\:gap-y-7\.5r {
    grid-row-gap: 1.875rem;
    row-gap: 1.875rem;
  }

  .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5px * var(--tw-space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14px * var(--tw-space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16px * var(--tw-space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24px * var(--tw-space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(48px * var(--tw-space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60px * var(--tw-space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95px * var(--tw-space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(120px * var(--tw-space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(190px * var(--tw-space-x-reverse));
    margin-left: calc(190px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30% * var(--tw-space-x-reverse));
    margin-left: calc(30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5px * var(--tw-space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10px * var(--tw-space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14px * var(--tw-space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16px * var(--tw-space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20px * var(--tw-space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24px * var(--tw-space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30px * var(--tw-space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-48px * var(--tw-space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60px * var(--tw-space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95px * var(--tw-space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-120px * var(--tw-space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-190px * var(--tw-space-x-reverse));
    margin-left: calc(-190px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30% * var(--tw-space-x-reverse));
    margin-left: calc(-30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5px * var(--tw-space-y-reverse));
  }

  .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }

  .lg\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14px * var(--tw-space-y-reverse));
  }

  .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16px * var(--tw-space-y-reverse));
  }

  .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px * var(--tw-space-y-reverse));
  }

  .lg\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px * var(--tw-space-y-reverse));
  }

  .lg\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }

  .lg\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48px * var(--tw-space-y-reverse));
  }

  .lg\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }

  .lg\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95px * var(--tw-space-y-reverse));
  }

  .lg\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px * var(--tw-space-y-reverse));
  }

  .lg\:space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(190px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(190px * var(--tw-space-y-reverse));
  }

  .lg\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .lg\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5px * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10px * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14px * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16px * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20px * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24px * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30px * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48px * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60px * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95px * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-120px * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-190px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-190px * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .lg\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .lg\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .lg\:hover\:divide-x-0:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:hover\:divide-x-2:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:hover\:divide-x-4:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:hover\:divide-x-8:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:hover\:divide-x:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:hover\:divide-y-0:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .lg\:hover\:divide-y-2:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .lg\:hover\:divide-y-4:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .lg\:hover\:divide-y-8:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .lg\:hover\:divide-y:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .lg\:focus\:divide-x-0:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:focus\:divide-x-2:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:focus\:divide-x-4:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:focus\:divide-x-8:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:focus\:divide-x:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:focus\:divide-y-0:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .lg\:focus\:divide-y-2:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .lg\:focus\:divide-y-4:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .lg\:focus\:divide-y-8:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .lg\:focus\:divide-y:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .lg\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .lg\:hover\:divide-y-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .lg\:hover\:divide-x-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .lg\:focus\:divide-y-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .lg\:focus\:divide-x-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .lg\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .lg\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .lg\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .lg\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .lg\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .lg\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .lg\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }

  .lg\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .lg\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .lg\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .lg\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .lg\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .lg\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .lg\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .lg\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .lg\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .lg\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .lg\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .lg\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .lg\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .lg\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .lg\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .lg\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .lg\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .lg\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .lg\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .lg\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .lg\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .lg\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .lg\:divide-primary-color > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-divide-opacity));
  }

  .lg\:divide-primary-color-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-divide-opacity));
  }

  .lg\:divide-secondary-color > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .lg\:divide-custom-gray-sm > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-divide-opacity));
  }

  .lg\:divide-custom-gray-sm2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-divide-opacity));
  }

  .lg\:divide-custom-gray-md > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-divide-opacity));
  }

  .lg\:divide-custom-navy-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .lg\:divide-dark-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .lg\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-divide-opacity));
  }

  .lg\:divide-secondary-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-divide-opacity));
  }

  .lg\:divide-secondary-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-divide-opacity));
  }

  .lg\:divide-secondary-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-divide-opacity));
  }

  .lg\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-divide-opacity));
  }

  .lg\:divide-secondary-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-divide-opacity));
  }

  .lg\:divide-secondary-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-divide-opacity));
  }

  .lg\:divide-grayCustom-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .lg\:divide-grayCustom-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .lg\:divide-grayCustom-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
  }

  .lg\:divide-grayCustom-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .lg\:divide-grayCustom > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .lg\:divide-grayCustom-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .lg\:divide-grayCustom-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
  }

  .lg\:divide-grayCustom-hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-divide-opacity));
  }

  .lg\:divide-error > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-divide-opacity));
  }

  .lg\:divide-error-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-divide-opacity));
  }

  .lg\:divide-warning > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .lg\:divide-warning-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-divide-opacity));
  }

  .lg\:divide-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-divide-opacity));
  }

  .lg\:divide-success-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-divide-opacity));
  }

  .lg\:divide-status-open > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-status-waiting_payment > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .lg\:divide-status-completed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-divide-opacity));
  }

  .lg\:divide-status-failed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .lg\:divide-status-waiting_verify > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .lg\:divide-status-closed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .lg\:divide-policyStatus-issuing > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-policyStatus-waiting_inspection > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .lg\:divide-policyStatus-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-divide-opacity));
  }

  .lg\:divide-policyStatus-failed_inspection > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .lg\:divide-policyStatus-failed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .lg\:divide-policyStatus-waiting_policy > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .lg\:divide-policyStatus-cancel > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .lg\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .lg\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .lg\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .lg\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .lg\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .lg\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .lg\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .lg\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .lg\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .lg\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .lg\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .lg\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .lg\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .lg\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .lg\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .lg\:place-self-auto {
    align-self: auto;
    justify-self: auto;
    place-self: auto;
  }

  .lg\:place-self-start {
    align-self: start;
    justify-self: start;
    place-self: start;
  }

  .lg\:place-self-end {
    align-self: end;
    justify-self: end;
    place-self: end;
  }

  .lg\:place-self-center {
    align-self: center;
    justify-self: center;
    place-self: center;
  }

  .lg\:place-self-stretch {
    align-self: stretch;
    justify-self: stretch;
    place-self: stretch;
  }

  .lg\:self-auto {
    align-self: auto;
  }

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

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:self-center {
    align-self: center;
  }

  .lg\:self-stretch {
    align-self: stretch;
  }

  .lg\:self-baseline {
    align-self: baseline;
  }

  .lg\:justify-self-auto {
    justify-self: auto;
  }

  .lg\:justify-self-start {
    justify-self: start;
  }

  .lg\:justify-self-end {
    justify-self: end;
  }

  .lg\:justify-self-center {
    justify-self: center;
  }

  .lg\:justify-self-stretch {
    justify-self: stretch;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:overflow-scroll {
    overflow: scroll;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

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

  .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll;
  }

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

  .lg\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .lg\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .lg\:overscroll-none {
    overscroll-behavior: none;
  }

  .lg\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .lg\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .lg\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .lg\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .lg\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .lg\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .lg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .lg\:overflow-clip {
    text-overflow: clip;
  }

  .lg\:whitespace-normal {
    white-space: normal;
  }

  .lg\:whitespace-nowrap {
    white-space: nowrap;
  }

  .lg\:whitespace-pre {
    white-space: pre;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .lg\:break-normal {
    word-wrap: normal;
    word-break: normal;
  }

  .lg\:break-words {
    word-wrap: break-word;
  }

  .lg\:break-all {
    word-break: break-all;
  }

  .lg\:rounded-5 {
    border-radius: 5px;
  }

  .lg\:rounded-10 {
    border-radius: 10px;
  }

  .lg\:rounded-20 {
    border-radius: 20px;
  }

  .lg\:rounded-48 {
    border-radius: 48px;
  }

  .lg\:rounded-none {
    border-radius: 0;
  }

  .lg\:rounded-sm {
    border-radius: 0.125rem;
  }

  .lg\:rounded {
    border-radius: 5px;
  }

  .lg\:rounded-md {
    border-radius: 0.375rem;
  }

  .lg\:rounded-lg {
    border-radius: 0.5rem;
  }

  .lg\:rounded-xl {
    border-radius: 0.75rem;
  }

  .lg\:rounded-2xl {
    border-radius: 1rem;
  }

  .lg\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .lg\:rounded-full {
    border-radius: 9999px;
  }

  .lg\:rounded-t-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .lg\:rounded-t-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .lg\:rounded-t-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .lg\:rounded-t-48 {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
  }

  .lg\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-t {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .lg\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .lg\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .lg\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-r-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .lg\:rounded-r-10 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .lg\:rounded-r-20 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .lg\:rounded-r-48 {
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-r {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .lg\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .lg\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-b-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .lg\:rounded-b-10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .lg\:rounded-b-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .lg\:rounded-b-48 {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-b {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .lg\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .lg\:rounded-l-10 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .lg\:rounded-l-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .lg\:rounded-l-48 {
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-l {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .lg\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-tl-5 {
    border-top-left-radius: 5px;
  }

  .lg\:rounded-tl-10 {
    border-top-left-radius: 10px;
  }

  .lg\:rounded-tl-20 {
    border-top-left-radius: 20px;
  }

  .lg\:rounded-tl-48 {
    border-top-left-radius: 48px;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .lg\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .lg\:rounded-tl {
    border-top-left-radius: 5px;
  }

  .lg\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .lg\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .lg\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .lg\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .lg\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tr-5 {
    border-top-right-radius: 5px;
  }

  .lg\:rounded-tr-10 {
    border-top-right-radius: 10px;
  }

  .lg\:rounded-tr-20 {
    border-top-right-radius: 20px;
  }

  .lg\:rounded-tr-48 {
    border-top-right-radius: 48px;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .lg\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-tr {
    border-top-right-radius: 5px;
  }

  .lg\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .lg\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .lg\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-br-5 {
    border-bottom-right-radius: 5px;
  }

  .lg\:rounded-br-10 {
    border-bottom-right-radius: 10px;
  }

  .lg\:rounded-br-20 {
    border-bottom-right-radius: 20px;
  }

  .lg\:rounded-br-48 {
    border-bottom-right-radius: 48px;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-br {
    border-bottom-right-radius: 5px;
  }

  .lg\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .lg\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-bl-5 {
    border-bottom-left-radius: 5px;
  }

  .lg\:rounded-bl-10 {
    border-bottom-left-radius: 10px;
  }

  .lg\:rounded-bl-20 {
    border-bottom-left-radius: 20px;
  }

  .lg\:rounded-bl-48 {
    border-bottom-left-radius: 48px;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-bl {
    border-bottom-left-radius: 5px;
  }

  .lg\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:border-2 {
    border-width: 2px;
  }

  .lg\:border-4 {
    border-width: 4px;
  }

  .lg\:border-8 {
    border-width: 8px;
  }

  .lg\:border {
    border-width: 1px;
  }

  .lg\:hover\:border-0:hover {
    border-width: 0px;
  }

  .lg\:hover\:border-2:hover {
    border-width: 2px;
  }

  .lg\:hover\:border-4:hover {
    border-width: 4px;
  }

  .lg\:hover\:border-8:hover {
    border-width: 8px;
  }

  .lg\:hover\:border:hover {
    border-width: 1px;
  }

  .lg\:focus\:border-0:focus {
    border-width: 0px;
  }

  .lg\:focus\:border-2:focus {
    border-width: 2px;
  }

  .lg\:focus\:border-4:focus {
    border-width: 4px;
  }

  .lg\:focus\:border-8:focus {
    border-width: 8px;
  }

  .lg\:focus\:border:focus {
    border-width: 1px;
  }

  .lg\:border-t-0 {
    border-top-width: 0px;
  }

  .lg\:border-t-2 {
    border-top-width: 2px;
  }

  .lg\:border-t-4 {
    border-top-width: 4px;
  }

  .lg\:border-t-8 {
    border-top-width: 8px;
  }

  .lg\:border-t {
    border-top-width: 1px;
  }

  .lg\:border-r-0 {
    border-right-width: 0px;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-r-4 {
    border-right-width: 4px;
  }

  .lg\:border-r-8 {
    border-right-width: 8px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-l-0 {
    border-left-width: 0px;
  }

  .lg\:border-l-2 {
    border-left-width: 2px;
  }

  .lg\:border-l-4 {
    border-left-width: 4px;
  }

  .lg\:border-l-8 {
    border-left-width: 8px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:hover\:border-t-0:hover {
    border-top-width: 0px;
  }

  .lg\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .lg\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .lg\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .lg\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .lg\:hover\:border-r-0:hover {
    border-right-width: 0px;
  }

  .lg\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .lg\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .lg\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .lg\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .lg\:hover\:border-b-0:hover {
    border-bottom-width: 0px;
  }

  .lg\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .lg\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .lg\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .lg\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .lg\:hover\:border-l-0:hover {
    border-left-width: 0px;
  }

  .lg\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .lg\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .lg\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .lg\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .lg\:focus\:border-t-0:focus {
    border-top-width: 0px;
  }

  .lg\:focus\:border-t-2:focus {
    border-top-width: 2px;
  }

  .lg\:focus\:border-t-4:focus {
    border-top-width: 4px;
  }

  .lg\:focus\:border-t-8:focus {
    border-top-width: 8px;
  }

  .lg\:focus\:border-t:focus {
    border-top-width: 1px;
  }

  .lg\:focus\:border-r-0:focus {
    border-right-width: 0px;
  }

  .lg\:focus\:border-r-2:focus {
    border-right-width: 2px;
  }

  .lg\:focus\:border-r-4:focus {
    border-right-width: 4px;
  }

  .lg\:focus\:border-r-8:focus {
    border-right-width: 8px;
  }

  .lg\:focus\:border-r:focus {
    border-right-width: 1px;
  }

  .lg\:focus\:border-b-0:focus {
    border-bottom-width: 0px;
  }

  .lg\:focus\:border-b-2:focus {
    border-bottom-width: 2px;
  }

  .lg\:focus\:border-b-4:focus {
    border-bottom-width: 4px;
  }

  .lg\:focus\:border-b-8:focus {
    border-bottom-width: 8px;
  }

  .lg\:focus\:border-b:focus {
    border-bottom-width: 1px;
  }

  .lg\:focus\:border-l-0:focus {
    border-left-width: 0px;
  }

  .lg\:focus\:border-l-2:focus {
    border-left-width: 2px;
  }

  .lg\:focus\:border-l-4:focus {
    border-left-width: 4px;
  }

  .lg\:focus\:border-l-8:focus {
    border-left-width: 8px;
  }

  .lg\:focus\:border-l:focus {
    border-left-width: 1px;
  }

  .lg\:border-solid {
    border-style: solid;
  }

  .lg\:border-dashed {
    border-style: dashed;
  }

  .lg\:border-dotted {
    border-style: dotted;
  }

  .lg\:border-double {
    border-style: double;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:hover\:border-solid:hover {
    border-style: solid;
  }

  .lg\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .lg\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .lg\:hover\:border-double:hover {
    border-style: double;
  }

  .lg\:hover\:border-none:hover {
    border-style: none;
  }

  .lg\:border-transparent {
    border-color: transparent;
  }

  .lg\:border-current {
    border-color: currentColor;
  }

  .lg\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .lg\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .lg\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .lg\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .lg\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .lg\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .lg\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .lg\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .lg\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .lg\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .lg\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .lg\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .lg\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .lg\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .lg\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .lg\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .lg\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .lg\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .lg\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .lg\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .lg\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .lg\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .lg\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .lg\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .lg\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .lg\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .lg\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .lg\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .lg\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .lg\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .lg\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .lg\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .lg\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .lg\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .lg\:border-primary-color {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .lg\:border-primary-color-dark {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .lg\:border-secondary-color {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .lg\:border-custom-gray-sm {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .lg\:border-custom-gray-sm2 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .lg\:border-custom-gray-md {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .lg\:border-custom-navy-dark {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .lg\:border-dark-blue {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .lg\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .lg\:border-secondary-1 {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .lg\:border-secondary-2 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .lg\:border-secondary-3 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .lg\:border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .lg\:border-secondary-dark {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .lg\:border-secondary-light {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .lg\:border-grayCustom-1 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .lg\:border-grayCustom-2 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .lg\:border-grayCustom-3 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .lg\:border-grayCustom-800 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .lg\:border-grayCustom {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .lg\:border-grayCustom-dark {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .lg\:border-grayCustom-light {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .lg\:border-grayCustom-hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .lg\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .lg\:border-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .lg\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .lg\:border-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .lg\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .lg\:border-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .lg\:border-status-open {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:border-status-waiting_payment {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .lg\:border-status-completed {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .lg\:border-status-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .lg\:border-status-waiting_verify {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .lg\:border-status-closed {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .lg\:border-policyStatus-issuing {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:border-policyStatus-waiting_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .lg\:border-policyStatus-success {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .lg\:border-policyStatus-failed_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .lg\:border-policyStatus-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .lg\:border-policyStatus-waiting_policy {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .lg\:border-policyStatus-cancel {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .lg\:checked\:border-transparent:checked {
    border-color: transparent;
  }

  .lg\:checked\:border-current:checked {
    border-color: currentColor;
  }

  .lg\:checked\:border-black:checked {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:checked\:border-white:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:checked\:border-gray-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .lg\:checked\:border-gray-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .lg\:checked\:border-gray-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .lg\:checked\:border-gray-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .lg\:checked\:border-gray-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .lg\:checked\:border-gray-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .lg\:checked\:border-gray-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .lg\:checked\:border-gray-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .lg\:checked\:border-gray-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .lg\:checked\:border-gray-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .lg\:checked\:border-red-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg\:checked\:border-red-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg\:checked\:border-red-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .lg\:checked\:border-red-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .lg\:checked\:border-red-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .lg\:checked\:border-red-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .lg\:checked\:border-red-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .lg\:checked\:border-red-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .lg\:checked\:border-red-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .lg\:checked\:border-red-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .lg\:checked\:border-yellow-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg\:checked\:border-yellow-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg\:checked\:border-yellow-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg\:checked\:border-yellow-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg\:checked\:border-yellow-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .lg\:checked\:border-yellow-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg\:checked\:border-yellow-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg\:checked\:border-yellow-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg\:checked\:border-yellow-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg\:checked\:border-yellow-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .lg\:checked\:border-green-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg\:checked\:border-green-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg\:checked\:border-green-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg\:checked\:border-green-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .lg\:checked\:border-green-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .lg\:checked\:border-green-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .lg\:checked\:border-green-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .lg\:checked\:border-green-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .lg\:checked\:border-green-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg\:checked\:border-green-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .lg\:checked\:border-blue-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg\:checked\:border-blue-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg\:checked\:border-blue-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg\:checked\:border-blue-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg\:checked\:border-blue-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .lg\:checked\:border-blue-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg\:checked\:border-blue-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .lg\:checked\:border-blue-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg\:checked\:border-blue-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .lg\:checked\:border-blue-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .lg\:checked\:border-indigo-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg\:checked\:border-indigo-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg\:checked\:border-indigo-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg\:checked\:border-indigo-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg\:checked\:border-indigo-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg\:checked\:border-indigo-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg\:checked\:border-indigo-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg\:checked\:border-indigo-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg\:checked\:border-indigo-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg\:checked\:border-indigo-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg\:checked\:border-purple-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg\:checked\:border-purple-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg\:checked\:border-purple-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg\:checked\:border-purple-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg\:checked\:border-purple-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg\:checked\:border-purple-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg\:checked\:border-purple-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg\:checked\:border-purple-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg\:checked\:border-purple-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg\:checked\:border-purple-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .lg\:checked\:border-pink-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg\:checked\:border-pink-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg\:checked\:border-pink-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg\:checked\:border-pink-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .lg\:checked\:border-pink-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg\:checked\:border-pink-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .lg\:checked\:border-pink-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg\:checked\:border-pink-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg\:checked\:border-pink-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg\:checked\:border-pink-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .lg\:checked\:border-primary-color:checked {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .lg\:checked\:border-primary-color-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .lg\:checked\:border-secondary-color:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .lg\:checked\:border-custom-gray-sm:checked {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .lg\:checked\:border-custom-gray-sm2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .lg\:checked\:border-custom-gray-md:checked {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .lg\:checked\:border-custom-navy-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .lg\:checked\:border-dark-blue:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .lg\:checked\:border-primary:checked {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .lg\:checked\:border-secondary-1:checked {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .lg\:checked\:border-secondary-2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .lg\:checked\:border-secondary-3:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .lg\:checked\:border-secondary:checked {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .lg\:checked\:border-secondary-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .lg\:checked\:border-secondary-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .lg\:checked\:border-grayCustom-1:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .lg\:checked\:border-grayCustom-2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .lg\:checked\:border-grayCustom-3:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .lg\:checked\:border-grayCustom-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .lg\:checked\:border-grayCustom:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .lg\:checked\:border-grayCustom-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .lg\:checked\:border-grayCustom-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .lg\:checked\:border-grayCustom-hover:checked {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .lg\:checked\:border-error:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .lg\:checked\:border-error-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .lg\:checked\:border-warning:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .lg\:checked\:border-warning-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .lg\:checked\:border-success:checked {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .lg\:checked\:border-success-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .lg\:checked\:border-status-open:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:checked\:border-status-waiting_payment:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .lg\:checked\:border-status-completed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .lg\:checked\:border-status-failed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .lg\:checked\:border-status-waiting_verify:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .lg\:checked\:border-status-closed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .lg\:checked\:border-policyStatus-issuing:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:checked\:border-policyStatus-waiting_inspection:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .lg\:checked\:border-policyStatus-success:checked {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .lg\:checked\:border-policyStatus-failed_inspection:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .lg\:checked\:border-policyStatus-failed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .lg\:checked\:border-policyStatus-waiting_policy:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .lg\:checked\:border-policyStatus-cancel:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .lg\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .lg\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-primary-color {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-primary-color-dark {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-secondary-color {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-custom-gray-sm {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-custom-gray-sm2 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-custom-gray-md {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-custom-navy-dark {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-dark-blue {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-secondary-1 {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-secondary-2 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-secondary-3 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-secondary-dark {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-secondary-light {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-grayCustom-1 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-grayCustom-2 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-grayCustom-3 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-grayCustom-800 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-grayCustom {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-grayCustom-dark {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-grayCustom-light {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-grayCustom-hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-status-open {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-status-waiting_payment {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-status-completed {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-status-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-status-waiting_verify {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-status-closed {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-policyStatus-issuing {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-policyStatus-waiting_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-policyStatus-success {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-policyStatus-failed_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-policyStatus-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-policyStatus-waiting_policy {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-policyStatus-cancel {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-transparent[focus-within] {
    border-color: transparent;
  }

  .lg\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .lg\:focus-within\:border-current[focus-within] {
    border-color: currentColor;
  }

  .lg\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }

  .lg\:focus-within\:border-black[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-white[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-primary-color[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-primary-color:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-primary-color-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-primary-color-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-secondary-color[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-secondary-color:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-custom-gray-sm[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-custom-gray-sm:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-custom-gray-sm2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-custom-gray-sm2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-custom-gray-md[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-custom-gray-md:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-custom-navy-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-custom-navy-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-dark-blue[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-dark-blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-primary[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-secondary-1[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-secondary-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-secondary-2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-secondary-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-secondary-3[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-secondary-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-secondary[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-secondary-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-secondary-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-secondary-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-secondary-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-grayCustom-1[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-grayCustom-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-grayCustom-2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-grayCustom-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-grayCustom-3[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-grayCustom-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-grayCustom-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-grayCustom-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-grayCustom[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-grayCustom:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-grayCustom-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-grayCustom-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-grayCustom-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-grayCustom-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-grayCustom-hover[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-grayCustom-hover:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-error[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-error:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-error-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-error-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-warning[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-warning:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-warning-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-warning-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-success[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-success-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-success-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-status-open[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-status-open:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-status-waiting_payment[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-status-waiting_payment:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-status-completed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-status-completed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-status-failed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-status-failed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-status-waiting_verify[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-status-waiting_verify:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-status-closed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-status-closed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-policyStatus-issuing[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-policyStatus-issuing:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-policyStatus-waiting_inspection[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-policyStatus-waiting_inspection:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-policyStatus-success[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-policyStatus-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-policyStatus-failed_inspection[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-policyStatus-failed_inspection:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-policyStatus-failed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-policyStatus-failed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-policyStatus-waiting_policy[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-policyStatus-waiting_policy:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-policyStatus-cancel[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-policyStatus-cancel:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .lg\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .lg\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .lg\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .lg\:hover\:border-primary-color:hover {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .lg\:hover\:border-primary-color-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .lg\:hover\:border-secondary-color:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .lg\:hover\:border-custom-gray-sm:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .lg\:hover\:border-custom-gray-sm2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .lg\:hover\:border-custom-gray-md:hover {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .lg\:hover\:border-custom-navy-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .lg\:hover\:border-dark-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .lg\:hover\:border-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .lg\:hover\:border-secondary-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .lg\:hover\:border-secondary-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .lg\:hover\:border-secondary-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .lg\:hover\:border-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .lg\:hover\:border-secondary-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .lg\:hover\:border-secondary-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .lg\:hover\:border-grayCustom-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .lg\:hover\:border-grayCustom-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .lg\:hover\:border-grayCustom-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .lg\:hover\:border-grayCustom-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .lg\:hover\:border-grayCustom:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .lg\:hover\:border-grayCustom-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .lg\:hover\:border-grayCustom-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .lg\:hover\:border-grayCustom-hover:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .lg\:hover\:border-error:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .lg\:hover\:border-error-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .lg\:hover\:border-warning:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .lg\:hover\:border-warning-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .lg\:hover\:border-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .lg\:hover\:border-success-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .lg\:hover\:border-status-open:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-status-waiting_payment:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .lg\:hover\:border-status-completed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .lg\:hover\:border-status-failed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .lg\:hover\:border-status-waiting_verify:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .lg\:hover\:border-status-closed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .lg\:hover\:border-policyStatus-issuing:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-policyStatus-waiting_inspection:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .lg\:hover\:border-policyStatus-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .lg\:hover\:border-policyStatus-failed_inspection:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .lg\:hover\:border-policyStatus-failed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .lg\:hover\:border-policyStatus-waiting_policy:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .lg\:hover\:border-policyStatus-cancel:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .lg\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .lg\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .lg\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .lg\:focus\:border-primary-color:focus {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .lg\:focus\:border-primary-color-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .lg\:focus\:border-secondary-color:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .lg\:focus\:border-custom-gray-sm:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .lg\:focus\:border-custom-gray-sm2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .lg\:focus\:border-custom-gray-md:focus {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .lg\:focus\:border-custom-navy-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .lg\:focus\:border-dark-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .lg\:focus\:border-primary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .lg\:focus\:border-secondary-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .lg\:focus\:border-secondary-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .lg\:focus\:border-secondary-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .lg\:focus\:border-secondary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .lg\:focus\:border-secondary-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .lg\:focus\:border-secondary-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .lg\:focus\:border-grayCustom-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .lg\:focus\:border-grayCustom-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .lg\:focus\:border-grayCustom-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .lg\:focus\:border-grayCustom-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .lg\:focus\:border-grayCustom:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .lg\:focus\:border-grayCustom-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .lg\:focus\:border-grayCustom-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .lg\:focus\:border-grayCustom-hover:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .lg\:focus\:border-error:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .lg\:focus\:border-error-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .lg\:focus\:border-warning:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .lg\:focus\:border-warning-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .lg\:focus\:border-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .lg\:focus\:border-success-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .lg\:focus\:border-status-open:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-status-waiting_payment:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .lg\:focus\:border-status-completed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .lg\:focus\:border-status-failed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .lg\:focus\:border-status-waiting_verify:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .lg\:focus\:border-status-closed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .lg\:focus\:border-policyStatus-issuing:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-policyStatus-waiting_inspection:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .lg\:focus\:border-policyStatus-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .lg\:focus\:border-policyStatus-failed_inspection:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .lg\:focus\:border-policyStatus-failed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .lg\:focus\:border-policyStatus-waiting_policy:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .lg\:focus\:border-policyStatus-cancel:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .lg\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .lg\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .lg\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .lg\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .lg\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .lg\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .lg\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .lg\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .lg\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .lg\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .lg\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .lg\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .lg\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .lg\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .lg\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .lg\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .lg\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .lg\:focus-within\:border-opacity-0[focus-within] {
    --tw-border-opacity: 0;
  }

  .lg\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .lg\:focus-within\:border-opacity-5[focus-within] {
    --tw-border-opacity: 0.05;
  }

  .lg\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .lg\:focus-within\:border-opacity-10[focus-within] {
    --tw-border-opacity: 0.1;
  }

  .lg\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .lg\:focus-within\:border-opacity-20[focus-within] {
    --tw-border-opacity: 0.2;
  }

  .lg\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .lg\:focus-within\:border-opacity-25[focus-within] {
    --tw-border-opacity: 0.25;
  }

  .lg\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .lg\:focus-within\:border-opacity-30[focus-within] {
    --tw-border-opacity: 0.3;
  }

  .lg\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .lg\:focus-within\:border-opacity-40[focus-within] {
    --tw-border-opacity: 0.4;
  }

  .lg\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .lg\:focus-within\:border-opacity-50[focus-within] {
    --tw-border-opacity: 0.5;
  }

  .lg\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .lg\:focus-within\:border-opacity-60[focus-within] {
    --tw-border-opacity: 0.6;
  }

  .lg\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .lg\:focus-within\:border-opacity-70[focus-within] {
    --tw-border-opacity: 0.7;
  }

  .lg\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .lg\:focus-within\:border-opacity-75[focus-within] {
    --tw-border-opacity: 0.75;
  }

  .lg\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .lg\:focus-within\:border-opacity-80[focus-within] {
    --tw-border-opacity: 0.8;
  }

  .lg\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .lg\:focus-within\:border-opacity-90[focus-within] {
    --tw-border-opacity: 0.9;
  }

  .lg\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .lg\:focus-within\:border-opacity-95[focus-within] {
    --tw-border-opacity: 0.95;
  }

  .lg\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .lg\:focus-within\:border-opacity-100[focus-within] {
    --tw-border-opacity: 1;
  }

  .lg\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .lg\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .lg\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .lg\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .lg\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .lg\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .lg\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .lg\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .lg\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .lg\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .lg\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .lg\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .lg\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .lg\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .lg\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .lg\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .lg\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .lg\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .lg\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .lg\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .lg\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .lg\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .lg\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .lg\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .lg\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .lg\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .lg\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .lg\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .lg\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .lg\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .lg\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:bg-current {
    background-color: currentColor;
  }

  .lg\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .lg\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .lg\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .lg\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .lg\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg\:bg-primary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .lg\:bg-primary-color-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .lg\:bg-secondary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .lg\:bg-custom-gray-sm {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .lg\:bg-custom-gray-sm2 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .lg\:bg-custom-gray-md {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .lg\:bg-custom-navy-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .lg\:bg-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .lg\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .lg\:bg-secondary-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .lg\:bg-secondary-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .lg\:bg-secondary-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .lg\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .lg\:bg-secondary-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .lg\:bg-secondary-light {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .lg\:bg-grayCustom-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .lg\:bg-grayCustom-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .lg\:bg-grayCustom-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .lg\:bg-grayCustom-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .lg\:bg-grayCustom {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .lg\:bg-grayCustom-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .lg\:bg-grayCustom-light {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .lg\:bg-grayCustom-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .lg\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .lg\:bg-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .lg\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .lg\:bg-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .lg\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .lg\:bg-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .lg\:bg-status-open {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-status-waiting_payment {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .lg\:bg-status-completed {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .lg\:bg-status-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .lg\:bg-status-waiting_verify {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .lg\:bg-status-closed {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .lg\:bg-policyStatus-issuing {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-policyStatus-waiting_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .lg\:bg-policyStatus-success {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .lg\:bg-policyStatus-failed_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .lg\:bg-policyStatus-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .lg\:bg-policyStatus-waiting_policy {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .lg\:bg-policyStatus-cancel {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-transparent:nth-child(odd) {
    background-color: transparent;
  }

  .lg\:odd\:bg-current:nth-child(odd) {
    background-color: currentColor;
  }

  .lg\:odd\:bg-black:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-white:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-gray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-gray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-gray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-gray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-gray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-gray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-gray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-gray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-gray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-gray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-red-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-red-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-red-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-red-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-red-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-red-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-red-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-red-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-red-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-red-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-yellow-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-yellow-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-yellow-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-yellow-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-yellow-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-yellow-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-yellow-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-yellow-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-yellow-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-yellow-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-green-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-green-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-green-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-green-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-green-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-green-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-green-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-green-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-green-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-green-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-blue-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-blue-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-blue-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-blue-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-blue-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-blue-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-blue-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-blue-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-blue-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-blue-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-indigo-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-indigo-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-indigo-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-indigo-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-indigo-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-indigo-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-indigo-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-indigo-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-indigo-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-indigo-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-purple-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-purple-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-purple-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-purple-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-purple-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-purple-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-purple-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-purple-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-purple-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-purple-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-pink-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-pink-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-pink-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-pink-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-pink-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-pink-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-pink-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-pink-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-pink-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-pink-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-primary-color:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-primary-color-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-secondary-color:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-custom-gray-sm:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-custom-gray-sm2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-custom-gray-md:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-custom-navy-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-dark-blue:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-primary:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-secondary-1:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-secondary-2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-secondary-3:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-secondary:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-secondary-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-secondary-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-grayCustom-1:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-grayCustom-2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-grayCustom-3:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-grayCustom-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-grayCustom:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-grayCustom-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-grayCustom-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-grayCustom-hover:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-error:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-error-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-warning:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-warning-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-success:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-success-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-status-open:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-status-waiting_payment:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-status-completed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-status-failed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-status-waiting_verify:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-status-closed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-policyStatus-issuing:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-policyStatus-waiting_inspection:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-policyStatus-success:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-policyStatus-failed_inspection:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-policyStatus-failed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-policyStatus-waiting_policy:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-policyStatus-cancel:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-transparent:checked {
    background-color: transparent;
  }

  .lg\:checked\:bg-current:checked {
    background-color: currentColor;
  }

  .lg\:checked\:bg-black:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-white:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-gray-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-gray-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-gray-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-gray-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-gray-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-gray-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-gray-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-gray-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-gray-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-gray-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-red-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-red-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-red-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-red-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-red-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-red-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-red-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-red-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-red-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-red-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-yellow-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-yellow-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-yellow-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-yellow-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-yellow-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-yellow-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-yellow-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-yellow-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-yellow-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-yellow-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-green-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-green-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-green-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-green-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-green-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-green-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-green-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-green-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-green-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-green-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-blue-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-blue-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-blue-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-blue-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-blue-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-blue-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-blue-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-blue-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-blue-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-blue-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-indigo-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-indigo-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-indigo-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-indigo-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-indigo-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-indigo-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-indigo-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-indigo-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-indigo-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-indigo-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-purple-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-purple-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-purple-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-purple-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-purple-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-purple-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-purple-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-purple-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-purple-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-purple-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-pink-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-pink-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-pink-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-pink-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-pink-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-pink-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-pink-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-pink-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-pink-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-pink-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-primary-color:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-primary-color-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-secondary-color:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-custom-gray-sm:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-custom-gray-sm2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-custom-gray-md:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-custom-navy-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-dark-blue:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-primary:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-secondary-1:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-secondary-2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-secondary-3:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-secondary:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-secondary-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-secondary-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-grayCustom-1:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-grayCustom-2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-grayCustom-3:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-grayCustom-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-grayCustom:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-grayCustom-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-grayCustom-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-grayCustom-hover:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-error:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-error-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-warning:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-warning-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-success:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-success-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-status-open:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-status-waiting_payment:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-status-completed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-status-failed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-status-waiting_verify:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-status-closed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-policyStatus-issuing:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-policyStatus-waiting_inspection:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-policyStatus-success:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-policyStatus-failed_inspection:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-policyStatus-failed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-policyStatus-waiting_policy:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .lg\:checked\:bg-policyStatus-cancel:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .lg\:group-hover\:bg-current {
    background-color: currentColor;
  }

  .group:hover .lg\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-primary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-primary-color-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-secondary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-custom-gray-sm {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-custom-gray-sm2 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-custom-gray-md {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-custom-navy-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-secondary-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-secondary-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-secondary-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-secondary-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-secondary-light {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-grayCustom-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-grayCustom-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-grayCustom-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-grayCustom-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-grayCustom {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-grayCustom-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-grayCustom-light {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-grayCustom-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-status-open {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-status-waiting_payment {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-status-completed {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-status-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-status-waiting_verify {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-status-closed {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-policyStatus-issuing {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-policyStatus-waiting_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-policyStatus-success {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-policyStatus-failed_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-policyStatus-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-policyStatus-waiting_policy {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-policyStatus-cancel {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-transparent[focus-within] {
    background-color: transparent;
  }

  .lg\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .lg\:focus-within\:bg-current[focus-within] {
    background-color: currentColor;
  }

  .lg\:focus-within\:bg-current:focus-within {
    background-color: currentColor;
  }

  .lg\:focus-within\:bg-black[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-white[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-primary-color[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-primary-color:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-primary-color-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-primary-color-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-secondary-color[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-secondary-color:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-custom-gray-sm[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-custom-gray-sm:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-custom-gray-sm2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-custom-gray-sm2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-custom-gray-md[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-custom-gray-md:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-custom-navy-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-custom-navy-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-dark-blue[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-dark-blue:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-primary[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-primary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-secondary-1[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-secondary-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-secondary-2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-secondary-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-secondary-3[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-secondary-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-secondary[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-secondary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-secondary-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-secondary-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-secondary-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-secondary-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-grayCustom-1[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-grayCustom-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-grayCustom-2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-grayCustom-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-grayCustom-3[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-grayCustom-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-grayCustom-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-grayCustom-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-grayCustom[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-grayCustom:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-grayCustom-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-grayCustom-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-grayCustom-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-grayCustom-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-grayCustom-hover[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-grayCustom-hover:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-error[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-error:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-error-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-error-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-warning[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-warning:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-warning-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-warning-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-success[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-success-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-success-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-status-open[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-status-open:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-status-waiting_payment[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-status-waiting_payment:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-status-completed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-status-completed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-status-failed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-status-failed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-status-waiting_verify[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-status-waiting_verify:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-status-closed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-status-closed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-policyStatus-issuing[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-policyStatus-issuing:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-policyStatus-waiting_inspection[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-policyStatus-waiting_inspection:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-policyStatus-success[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-policyStatus-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-policyStatus-failed_inspection[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-policyStatus-failed_inspection:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-policyStatus-failed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-policyStatus-failed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-policyStatus-waiting_policy[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-policyStatus-waiting_policy:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-policyStatus-cancel[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-policyStatus-cancel:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .lg\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .lg\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-primary-color:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-primary-color-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-secondary-color:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-custom-gray-sm:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-custom-gray-sm2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-custom-gray-md:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-custom-navy-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-dark-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-secondary-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-secondary-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-secondary-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-secondary-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-secondary-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-grayCustom-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-grayCustom-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-grayCustom-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-grayCustom-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-grayCustom:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-grayCustom-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-grayCustom-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-grayCustom-hover:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-error:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-error-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-warning:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-warning-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-success-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-status-open:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-status-waiting_payment:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-status-completed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-status-failed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-status-waiting_verify:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-status-closed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-policyStatus-issuing:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-policyStatus-waiting_inspection:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-policyStatus-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-policyStatus-failed_inspection:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-policyStatus-failed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-policyStatus-waiting_policy:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-policyStatus-cancel:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .lg\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .lg\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-primary-color:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-primary-color-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-secondary-color:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-custom-gray-sm:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-custom-gray-sm2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-custom-gray-md:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-custom-navy-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-dark-blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-primary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-secondary-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-secondary-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-secondary-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-secondary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-secondary-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-secondary-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-grayCustom-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-grayCustom-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-grayCustom-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-grayCustom-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-grayCustom:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-grayCustom-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-grayCustom-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-grayCustom-hover:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-error:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-error-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-warning:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-warning-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-success-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-status-open:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-status-waiting_payment:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-status-completed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-status-failed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-status-waiting_verify:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-status-closed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-policyStatus-issuing:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-policyStatus-waiting_inspection:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-policyStatus-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-policyStatus-failed_inspection:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-policyStatus-failed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-policyStatus-waiting_policy:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-policyStatus-cancel:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .lg\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .lg\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .lg\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .lg\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .lg\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .lg\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .lg\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .lg\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .lg\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .lg\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .lg\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .lg\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .lg\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .lg\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .lg\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .lg\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .lg\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .lg\:focus-within\:bg-opacity-0[focus-within] {
    --tw-bg-opacity: 0;
  }

  .lg\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .lg\:focus-within\:bg-opacity-5[focus-within] {
    --tw-bg-opacity: 0.05;
  }

  .lg\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .lg\:focus-within\:bg-opacity-10[focus-within] {
    --tw-bg-opacity: 0.1;
  }

  .lg\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .lg\:focus-within\:bg-opacity-20[focus-within] {
    --tw-bg-opacity: 0.2;
  }

  .lg\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .lg\:focus-within\:bg-opacity-25[focus-within] {
    --tw-bg-opacity: 0.25;
  }

  .lg\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .lg\:focus-within\:bg-opacity-30[focus-within] {
    --tw-bg-opacity: 0.3;
  }

  .lg\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .lg\:focus-within\:bg-opacity-40[focus-within] {
    --tw-bg-opacity: 0.4;
  }

  .lg\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .lg\:focus-within\:bg-opacity-50[focus-within] {
    --tw-bg-opacity: 0.5;
  }

  .lg\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .lg\:focus-within\:bg-opacity-60[focus-within] {
    --tw-bg-opacity: 0.6;
  }

  .lg\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .lg\:focus-within\:bg-opacity-70[focus-within] {
    --tw-bg-opacity: 0.7;
  }

  .lg\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .lg\:focus-within\:bg-opacity-75[focus-within] {
    --tw-bg-opacity: 0.75;
  }

  .lg\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .lg\:focus-within\:bg-opacity-80[focus-within] {
    --tw-bg-opacity: 0.8;
  }

  .lg\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .lg\:focus-within\:bg-opacity-90[focus-within] {
    --tw-bg-opacity: 0.9;
  }

  .lg\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .lg\:focus-within\:bg-opacity-95[focus-within] {
    --tw-bg-opacity: 0.95;
  }

  .lg\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .lg\:focus-within\:bg-opacity-100[focus-within] {
    --tw-bg-opacity: 1;
  }

  .lg\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .lg\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .lg\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .lg\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .lg\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .lg\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .lg\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .lg\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .lg\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .lg\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .lg\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .lg\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .lg\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .lg\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .lg\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .lg\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .lg\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .lg\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .lg\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .lg\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .lg\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .lg\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .lg\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .lg\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .lg\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .lg\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .lg\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .lg\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .lg\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .lg\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .lg\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .lg\:bg-none {
    background-image: none;
  }

  .lg\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .lg\:bg-city {
    background-image: url('~assets/homepage/bg-city.svg');
  }

  .lg\:bg-city-1 {
    background-image: url('~assets/homepage/bg-city_1.svg');
  }

  .lg\:bg-city-2 {
    background-image: url('~assets/homepage/bg-city2.svg');
  }

  .lg\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:from-yellow-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:from-yellow-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:from-yellow-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:from-yellow-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:from-yellow-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:from-yellow-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:from-yellow-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:from-yellow-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:from-yellow-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:from-yellow-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:from-green-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:from-green-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:from-green-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:from-green-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:from-green-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:from-green-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:from-green-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:from-green-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:from-green-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:from-green-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:from-purple-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:from-purple-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:from-purple-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:from-purple-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:from-purple-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:from-purple-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:from-purple-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:from-purple-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:from-purple-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:from-purple-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:from-primary-color {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .lg\:from-primary-color-dark {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .lg\:from-secondary-color {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .lg\:from-custom-gray-sm {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .lg\:from-custom-gray-sm2 {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .lg\:from-custom-gray-md {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .lg\:from-custom-navy-dark {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .lg\:from-dark-blue {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .lg\:from-primary {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .lg\:from-secondary-1 {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .lg\:from-secondary-2 {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .lg\:from-secondary-3 {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .lg\:from-secondary {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .lg\:from-secondary-dark {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .lg\:from-secondary-light {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .lg\:from-grayCustom-1 {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .lg\:from-grayCustom-2 {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .lg\:from-grayCustom-3 {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .lg\:from-grayCustom-800 {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .lg\:from-grayCustom {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .lg\:from-grayCustom-dark {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .lg\:from-grayCustom-light {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .lg\:from-grayCustom-hover {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .lg\:from-error {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .lg\:from-error-light {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .lg\:from-warning {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .lg\:from-warning-light {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .lg\:from-success {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .lg\:from-success-light {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .lg\:from-status-open {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-status-waiting_payment {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .lg\:from-status-completed {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .lg\:from-status-failed {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .lg\:from-status-waiting_verify {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .lg\:from-status-closed {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .lg\:from-policyStatus-issuing {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-policyStatus-waiting_inspection {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .lg\:from-policyStatus-success {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .lg\:from-policyStatus-failed_inspection {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .lg\:from-policyStatus-failed {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .lg\:from-policyStatus-waiting_policy {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .lg\:from-policyStatus-cancel {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .lg\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:hover\:from-purple-50:hover {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:hover\:from-purple-100:hover {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:hover\:from-purple-200:hover {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:hover\:from-purple-300:hover {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:hover\:from-purple-400:hover {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:hover\:from-purple-500:hover {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:hover\:from-purple-600:hover {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:hover\:from-purple-800:hover {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:hover\:from-purple-900:hover {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:hover\:from-primary-color:hover {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .lg\:hover\:from-primary-color-dark:hover {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .lg\:hover\:from-secondary-color:hover {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .lg\:hover\:from-custom-gray-sm:hover {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .lg\:hover\:from-custom-gray-sm2:hover {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .lg\:hover\:from-custom-gray-md:hover {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .lg\:hover\:from-custom-navy-dark:hover {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .lg\:hover\:from-dark-blue:hover {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .lg\:hover\:from-primary:hover {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .lg\:hover\:from-secondary-1:hover {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .lg\:hover\:from-secondary-2:hover {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .lg\:hover\:from-secondary-3:hover {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .lg\:hover\:from-secondary:hover {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .lg\:hover\:from-secondary-dark:hover {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .lg\:hover\:from-secondary-light:hover {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .lg\:hover\:from-grayCustom-1:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .lg\:hover\:from-grayCustom-2:hover {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .lg\:hover\:from-grayCustom-3:hover {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .lg\:hover\:from-grayCustom-800:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .lg\:hover\:from-grayCustom:hover {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .lg\:hover\:from-grayCustom-dark:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .lg\:hover\:from-grayCustom-light:hover {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .lg\:hover\:from-grayCustom-hover:hover {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .lg\:hover\:from-error:hover {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .lg\:hover\:from-error-light:hover {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .lg\:hover\:from-warning:hover {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .lg\:hover\:from-warning-light:hover {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .lg\:hover\:from-success:hover {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .lg\:hover\:from-success-light:hover {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .lg\:hover\:from-status-open:hover {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-status-waiting_payment:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .lg\:hover\:from-status-completed:hover {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .lg\:hover\:from-status-failed:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .lg\:hover\:from-status-waiting_verify:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .lg\:hover\:from-status-closed:hover {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .lg\:hover\:from-policyStatus-issuing:hover {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-policyStatus-waiting_inspection:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .lg\:hover\:from-policyStatus-success:hover {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .lg\:hover\:from-policyStatus-failed_inspection:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .lg\:hover\:from-policyStatus-failed:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .lg\:hover\:from-policyStatus-waiting_policy:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .lg\:hover\:from-policyStatus-cancel:hover {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .lg\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:focus\:from-purple-50:focus {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:focus\:from-purple-100:focus {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:focus\:from-purple-200:focus {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:focus\:from-purple-300:focus {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:focus\:from-purple-400:focus {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:focus\:from-purple-500:focus {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:focus\:from-purple-600:focus {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:focus\:from-purple-800:focus {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:focus\:from-purple-900:focus {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:focus\:from-primary-color:focus {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .lg\:focus\:from-primary-color-dark:focus {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .lg\:focus\:from-secondary-color:focus {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .lg\:focus\:from-custom-gray-sm:focus {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .lg\:focus\:from-custom-gray-sm2:focus {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .lg\:focus\:from-custom-gray-md:focus {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .lg\:focus\:from-custom-navy-dark:focus {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .lg\:focus\:from-dark-blue:focus {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .lg\:focus\:from-primary:focus {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .lg\:focus\:from-secondary-1:focus {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .lg\:focus\:from-secondary-2:focus {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .lg\:focus\:from-secondary-3:focus {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .lg\:focus\:from-secondary:focus {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .lg\:focus\:from-secondary-dark:focus {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .lg\:focus\:from-secondary-light:focus {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .lg\:focus\:from-grayCustom-1:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .lg\:focus\:from-grayCustom-2:focus {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .lg\:focus\:from-grayCustom-3:focus {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .lg\:focus\:from-grayCustom-800:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .lg\:focus\:from-grayCustom:focus {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .lg\:focus\:from-grayCustom-dark:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .lg\:focus\:from-grayCustom-light:focus {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .lg\:focus\:from-grayCustom-hover:focus {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .lg\:focus\:from-error:focus {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .lg\:focus\:from-error-light:focus {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .lg\:focus\:from-warning:focus {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .lg\:focus\:from-warning-light:focus {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .lg\:focus\:from-success:focus {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .lg\:focus\:from-success-light:focus {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .lg\:focus\:from-status-open:focus {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-status-waiting_payment:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .lg\:focus\:from-status-completed:focus {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .lg\:focus\:from-status-failed:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .lg\:focus\:from-status-waiting_verify:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .lg\:focus\:from-status-closed:focus {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .lg\:focus\:from-policyStatus-issuing:focus {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-policyStatus-waiting_inspection:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .lg\:focus\:from-policyStatus-success:focus {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .lg\:focus\:from-policyStatus-failed_inspection:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .lg\:focus\:from-policyStatus-failed:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .lg\:focus\:from-policyStatus-waiting_policy:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .lg\:focus\:from-policyStatus-cancel:focus {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .lg\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:via-primary-color {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .lg\:via-primary-color-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .lg\:via-secondary-color {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .lg\:via-custom-gray-sm {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .lg\:via-custom-gray-sm2 {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .lg\:via-custom-gray-md {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .lg\:via-custom-navy-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .lg\:via-dark-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .lg\:via-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .lg\:via-secondary-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .lg\:via-secondary-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .lg\:via-secondary-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .lg\:via-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .lg\:via-secondary-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .lg\:via-secondary-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .lg\:via-grayCustom-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .lg\:via-grayCustom-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .lg\:via-grayCustom-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .lg\:via-grayCustom-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .lg\:via-grayCustom {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .lg\:via-grayCustom-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .lg\:via-grayCustom-light {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .lg\:via-grayCustom-hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .lg\:via-error {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .lg\:via-error-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .lg\:via-warning {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .lg\:via-warning-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .lg\:via-success {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .lg\:via-success-light {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .lg\:via-status-open {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-status-waiting_payment {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .lg\:via-status-completed {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .lg\:via-status-failed {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .lg\:via-status-waiting_verify {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .lg\:via-status-closed {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .lg\:via-policyStatus-issuing {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-policyStatus-waiting_inspection {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .lg\:via-policyStatus-success {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .lg\:via-policyStatus-failed_inspection {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .lg\:via-policyStatus-failed {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .lg\:via-policyStatus-waiting_policy {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .lg\:via-policyStatus-cancel {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .lg\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:hover\:via-primary-color:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .lg\:hover\:via-primary-color-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .lg\:hover\:via-secondary-color:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .lg\:hover\:via-custom-gray-sm:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .lg\:hover\:via-custom-gray-sm2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .lg\:hover\:via-custom-gray-md:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .lg\:hover\:via-custom-navy-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .lg\:hover\:via-dark-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .lg\:hover\:via-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .lg\:hover\:via-secondary-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .lg\:hover\:via-secondary-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .lg\:hover\:via-secondary-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .lg\:hover\:via-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .lg\:hover\:via-secondary-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .lg\:hover\:via-secondary-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .lg\:hover\:via-grayCustom-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .lg\:hover\:via-grayCustom-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .lg\:hover\:via-grayCustom-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .lg\:hover\:via-grayCustom-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .lg\:hover\:via-grayCustom:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .lg\:hover\:via-grayCustom-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .lg\:hover\:via-grayCustom-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .lg\:hover\:via-grayCustom-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .lg\:hover\:via-error:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .lg\:hover\:via-error-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .lg\:hover\:via-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .lg\:hover\:via-warning-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .lg\:hover\:via-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .lg\:hover\:via-success-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .lg\:hover\:via-status-open:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-status-waiting_payment:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .lg\:hover\:via-status-completed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .lg\:hover\:via-status-failed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .lg\:hover\:via-status-waiting_verify:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .lg\:hover\:via-status-closed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .lg\:hover\:via-policyStatus-issuing:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-policyStatus-waiting_inspection:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .lg\:hover\:via-policyStatus-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .lg\:hover\:via-policyStatus-failed_inspection:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .lg\:hover\:via-policyStatus-failed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .lg\:hover\:via-policyStatus-waiting_policy:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .lg\:hover\:via-policyStatus-cancel:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .lg\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:focus\:via-primary-color:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .lg\:focus\:via-primary-color-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .lg\:focus\:via-secondary-color:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .lg\:focus\:via-custom-gray-sm:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .lg\:focus\:via-custom-gray-sm2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .lg\:focus\:via-custom-gray-md:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .lg\:focus\:via-custom-navy-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .lg\:focus\:via-dark-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .lg\:focus\:via-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .lg\:focus\:via-secondary-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .lg\:focus\:via-secondary-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .lg\:focus\:via-secondary-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .lg\:focus\:via-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .lg\:focus\:via-secondary-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .lg\:focus\:via-secondary-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .lg\:focus\:via-grayCustom-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .lg\:focus\:via-grayCustom-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .lg\:focus\:via-grayCustom-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .lg\:focus\:via-grayCustom-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .lg\:focus\:via-grayCustom:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .lg\:focus\:via-grayCustom-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .lg\:focus\:via-grayCustom-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .lg\:focus\:via-grayCustom-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .lg\:focus\:via-error:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .lg\:focus\:via-error-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .lg\:focus\:via-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .lg\:focus\:via-warning-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .lg\:focus\:via-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .lg\:focus\:via-success-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .lg\:focus\:via-status-open:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-status-waiting_payment:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .lg\:focus\:via-status-completed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .lg\:focus\:via-status-failed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .lg\:focus\:via-status-waiting_verify:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .lg\:focus\:via-status-closed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .lg\:focus\:via-policyStatus-issuing:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-policyStatus-waiting_inspection:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .lg\:focus\:via-policyStatus-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .lg\:focus\:via-policyStatus-failed_inspection:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .lg\:focus\:via-policyStatus-failed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .lg\:focus\:via-policyStatus-waiting_policy:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .lg\:focus\:via-policyStatus-cancel:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .lg\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .lg\:to-current {
    --tw-gradient-to: currentColor;
  }

  .lg\:to-black {
    --tw-gradient-to: #000;
  }

  .lg\:to-white {
    --tw-gradient-to: #fff;
  }

  .lg\:to-gray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .lg\:to-gray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .lg\:to-gray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .lg\:to-gray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .lg\:to-gray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .lg\:to-gray-500 {
    --tw-gradient-to: #6b7280;
  }

  .lg\:to-gray-600 {
    --tw-gradient-to: #4b5563;
  }

  .lg\:to-gray-700 {
    --tw-gradient-to: #374151;
  }

  .lg\:to-gray-800 {
    --tw-gradient-to: #1f2937;
  }

  .lg\:to-gray-900 {
    --tw-gradient-to: #111827;
  }

  .lg\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .lg\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .lg\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .lg\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .lg\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .lg\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .lg\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .lg\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .lg\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .lg\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .lg\:to-yellow-50 {
    --tw-gradient-to: #fffbeb;
  }

  .lg\:to-yellow-100 {
    --tw-gradient-to: #fef3c7;
  }

  .lg\:to-yellow-200 {
    --tw-gradient-to: #fde68a;
  }

  .lg\:to-yellow-300 {
    --tw-gradient-to: #fcd34d;
  }

  .lg\:to-yellow-400 {
    --tw-gradient-to: #fbbf24;
  }

  .lg\:to-yellow-500 {
    --tw-gradient-to: #f59e0b;
  }

  .lg\:to-yellow-600 {
    --tw-gradient-to: #d97706;
  }

  .lg\:to-yellow-700 {
    --tw-gradient-to: #b45309;
  }

  .lg\:to-yellow-800 {
    --tw-gradient-to: #92400e;
  }

  .lg\:to-yellow-900 {
    --tw-gradient-to: #78350f;
  }

  .lg\:to-green-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .lg\:to-green-100 {
    --tw-gradient-to: #d1fae5;
  }

  .lg\:to-green-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .lg\:to-green-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .lg\:to-green-400 {
    --tw-gradient-to: #34d399;
  }

  .lg\:to-green-500 {
    --tw-gradient-to: #10b981;
  }

  .lg\:to-green-600 {
    --tw-gradient-to: #059669;
  }

  .lg\:to-green-700 {
    --tw-gradient-to: #047857;
  }

  .lg\:to-green-800 {
    --tw-gradient-to: #065f46;
  }

  .lg\:to-green-900 {
    --tw-gradient-to: #064e3b;
  }

  .lg\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .lg\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .lg\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .lg\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .lg\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .lg\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .lg\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .lg\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .lg\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .lg\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .lg\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .lg\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .lg\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .lg\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .lg\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .lg\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .lg\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .lg\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .lg\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .lg\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .lg\:to-purple-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .lg\:to-purple-100 {
    --tw-gradient-to: #ede9fe;
  }

  .lg\:to-purple-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .lg\:to-purple-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .lg\:to-purple-400 {
    --tw-gradient-to: #a78bfa;
  }

  .lg\:to-purple-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .lg\:to-purple-600 {
    --tw-gradient-to: #7c3aed;
  }

  .lg\:to-purple-700 {
    --tw-gradient-to: #6d28d9;
  }

  .lg\:to-purple-800 {
    --tw-gradient-to: #5b21b6;
  }

  .lg\:to-purple-900 {
    --tw-gradient-to: #4c1d95;
  }

  .lg\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .lg\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .lg\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .lg\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .lg\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .lg\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .lg\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .lg\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .lg\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .lg\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .lg\:to-primary-color {
    --tw-gradient-to: #eb008b;
  }

  .lg\:to-primary-color-dark {
    --tw-gradient-to: #c90068;
  }

  .lg\:to-secondary-color {
    --tw-gradient-to: #112e42;
  }

  .lg\:to-custom-gray-sm {
    --tw-gradient-to: #f1f4f6;
  }

  .lg\:to-custom-gray-sm2 {
    --tw-gradient-to: #f1f2f3;
  }

  .lg\:to-custom-gray-md {
    --tw-gradient-to: #848484;
  }

  .lg\:to-custom-navy-dark {
    --tw-gradient-to: #112e42;
  }

  .lg\:to-dark-blue {
    --tw-gradient-to: #112E42;
  }

  .lg\:to-primary {
    --tw-gradient-to: #192D40;
  }

  .lg\:to-secondary-1 {
    --tw-gradient-to: #E6007E;
  }

  .lg\:to-secondary-2 {
    --tw-gradient-to: #D6D564;
  }

  .lg\:to-secondary-3 {
    --tw-gradient-to: #FCFCCD;
  }

  .lg\:to-secondary {
    --tw-gradient-to: #E6007E;
  }

  .lg\:to-secondary-dark {
    --tw-gradient-to: #C11A7D;
  }

  .lg\:to-secondary-light {
    --tw-gradient-to: #FBCEE9;
  }

  .lg\:to-grayCustom-1 {
    --tw-gradient-to: #4F4F4F;
  }

  .lg\:to-grayCustom-2 {
    --tw-gradient-to: #C4C4C4;
  }

  .lg\:to-grayCustom-3 {
    --tw-gradient-to: #F9F9F9;
  }

  .lg\:to-grayCustom-800 {
    --tw-gradient-to: #4F4F4F;
  }

  .lg\:to-grayCustom {
    --tw-gradient-to: #C4C4C4;
  }

  .lg\:to-grayCustom-dark {
    --tw-gradient-to: #4F4F4F;
  }

  .lg\:to-grayCustom-light {
    --tw-gradient-to: #F9F9F9;
  }

  .lg\:to-grayCustom-hover {
    --tw-gradient-to: #9F9F9F;
  }

  .lg\:to-error {
    --tw-gradient-to: #FF206E;
  }

  .lg\:to-error-light {
    --tw-gradient-to: #FDE8EA;
  }

  .lg\:to-warning {
    --tw-gradient-to: #FFAE14;
  }

  .lg\:to-warning-light {
    --tw-gradient-to: #FFF6E5;
  }

  .lg\:to-success {
    --tw-gradient-to: #2DD881;
  }

  .lg\:to-success-light {
    --tw-gradient-to: #E9FBF2;
  }

  .lg\:to-status-open {
    --tw-gradient-to: #FFF;
  }

  .lg\:to-status-waiting_payment {
    --tw-gradient-to: #ffae14;
  }

  .lg\:to-status-completed {
    --tw-gradient-to: #54c1bb;
  }

  .lg\:to-status-failed {
    --tw-gradient-to: #e8556b;
  }

  .lg\:to-status-waiting_verify {
    --tw-gradient-to: #ffae14;
  }

  .lg\:to-status-closed {
    --tw-gradient-to: #c4c4c4;
  }

  .lg\:to-policyStatus-issuing {
    --tw-gradient-to: #FFF;
  }

  .lg\:to-policyStatus-waiting_inspection {
    --tw-gradient-to: #ffae14;
  }

  .lg\:to-policyStatus-success {
    --tw-gradient-to: #54c1bb;
  }

  .lg\:to-policyStatus-failed_inspection {
    --tw-gradient-to: #e8556b;
  }

  .lg\:to-policyStatus-failed {
    --tw-gradient-to: #e8556b;
  }

  .lg\:to-policyStatus-waiting_policy {
    --tw-gradient-to: #ffae14;
  }

  .lg\:to-policyStatus-cancel {
    --tw-gradient-to: #c4c4c4;
  }

  .lg\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .lg\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .lg\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .lg\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .lg\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .lg\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .lg\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .lg\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .lg\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .lg\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .lg\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .lg\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151;
  }

  .lg\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .lg\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827;
  }

  .lg\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2;
  }

  .lg\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2;
  }

  .lg\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca;
  }

  .lg\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5;
  }

  .lg\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171;
  }

  .lg\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444;
  }

  .lg\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626;
  }

  .lg\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c;
  }

  .lg\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b;
  }

  .lg\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d;
  }

  .lg\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .lg\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .lg\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .lg\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .lg\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .lg\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .lg\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706;
  }

  .lg\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309;
  }

  .lg\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e;
  }

  .lg\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f;
  }

  .lg\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .lg\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .lg\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .lg\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .lg\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399;
  }

  .lg\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981;
  }

  .lg\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669;
  }

  .lg\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857;
  }

  .lg\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46;
  }

  .lg\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .lg\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff;
  }

  .lg\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe;
  }

  .lg\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe;
  }

  .lg\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd;
  }

  .lg\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa;
  }

  .lg\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6;
  }

  .lg\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb;
  }

  .lg\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8;
  }

  .lg\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af;
  }

  .lg\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a;
  }

  .lg\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff;
  }

  .lg\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff;
  }

  .lg\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe;
  }

  .lg\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc;
  }

  .lg\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8;
  }

  .lg\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1;
  }

  .lg\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5;
  }

  .lg\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca;
  }

  .lg\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3;
  }

  .lg\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81;
  }

  .lg\:hover\:to-purple-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .lg\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .lg\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .lg\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .lg\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .lg\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .lg\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .lg\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .lg\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .lg\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .lg\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8;
  }

  .lg\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3;
  }

  .lg\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8;
  }

  .lg\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4;
  }

  .lg\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6;
  }

  .lg\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899;
  }

  .lg\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777;
  }

  .lg\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d;
  }

  .lg\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d;
  }

  .lg\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843;
  }

  .lg\:hover\:to-primary-color:hover {
    --tw-gradient-to: #eb008b;
  }

  .lg\:hover\:to-primary-color-dark:hover {
    --tw-gradient-to: #c90068;
  }

  .lg\:hover\:to-secondary-color:hover {
    --tw-gradient-to: #112e42;
  }

  .lg\:hover\:to-custom-gray-sm:hover {
    --tw-gradient-to: #f1f4f6;
  }

  .lg\:hover\:to-custom-gray-sm2:hover {
    --tw-gradient-to: #f1f2f3;
  }

  .lg\:hover\:to-custom-gray-md:hover {
    --tw-gradient-to: #848484;
  }

  .lg\:hover\:to-custom-navy-dark:hover {
    --tw-gradient-to: #112e42;
  }

  .lg\:hover\:to-dark-blue:hover {
    --tw-gradient-to: #112E42;
  }

  .lg\:hover\:to-primary:hover {
    --tw-gradient-to: #192D40;
  }

  .lg\:hover\:to-secondary-1:hover {
    --tw-gradient-to: #E6007E;
  }

  .lg\:hover\:to-secondary-2:hover {
    --tw-gradient-to: #D6D564;
  }

  .lg\:hover\:to-secondary-3:hover {
    --tw-gradient-to: #FCFCCD;
  }

  .lg\:hover\:to-secondary:hover {
    --tw-gradient-to: #E6007E;
  }

  .lg\:hover\:to-secondary-dark:hover {
    --tw-gradient-to: #C11A7D;
  }

  .lg\:hover\:to-secondary-light:hover {
    --tw-gradient-to: #FBCEE9;
  }

  .lg\:hover\:to-grayCustom-1:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .lg\:hover\:to-grayCustom-2:hover {
    --tw-gradient-to: #C4C4C4;
  }

  .lg\:hover\:to-grayCustom-3:hover {
    --tw-gradient-to: #F9F9F9;
  }

  .lg\:hover\:to-grayCustom-800:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .lg\:hover\:to-grayCustom:hover {
    --tw-gradient-to: #C4C4C4;
  }

  .lg\:hover\:to-grayCustom-dark:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .lg\:hover\:to-grayCustom-light:hover {
    --tw-gradient-to: #F9F9F9;
  }

  .lg\:hover\:to-grayCustom-hover:hover {
    --tw-gradient-to: #9F9F9F;
  }

  .lg\:hover\:to-error:hover {
    --tw-gradient-to: #FF206E;
  }

  .lg\:hover\:to-error-light:hover {
    --tw-gradient-to: #FDE8EA;
  }

  .lg\:hover\:to-warning:hover {
    --tw-gradient-to: #FFAE14;
  }

  .lg\:hover\:to-warning-light:hover {
    --tw-gradient-to: #FFF6E5;
  }

  .lg\:hover\:to-success:hover {
    --tw-gradient-to: #2DD881;
  }

  .lg\:hover\:to-success-light:hover {
    --tw-gradient-to: #E9FBF2;
  }

  .lg\:hover\:to-status-open:hover {
    --tw-gradient-to: #FFF;
  }

  .lg\:hover\:to-status-waiting_payment:hover {
    --tw-gradient-to: #ffae14;
  }

  .lg\:hover\:to-status-completed:hover {
    --tw-gradient-to: #54c1bb;
  }

  .lg\:hover\:to-status-failed:hover {
    --tw-gradient-to: #e8556b;
  }

  .lg\:hover\:to-status-waiting_verify:hover {
    --tw-gradient-to: #ffae14;
  }

  .lg\:hover\:to-status-closed:hover {
    --tw-gradient-to: #c4c4c4;
  }

  .lg\:hover\:to-policyStatus-issuing:hover {
    --tw-gradient-to: #FFF;
  }

  .lg\:hover\:to-policyStatus-waiting_inspection:hover {
    --tw-gradient-to: #ffae14;
  }

  .lg\:hover\:to-policyStatus-success:hover {
    --tw-gradient-to: #54c1bb;
  }

  .lg\:hover\:to-policyStatus-failed_inspection:hover {
    --tw-gradient-to: #e8556b;
  }

  .lg\:hover\:to-policyStatus-failed:hover {
    --tw-gradient-to: #e8556b;
  }

  .lg\:hover\:to-policyStatus-waiting_policy:hover {
    --tw-gradient-to: #ffae14;
  }

  .lg\:hover\:to-policyStatus-cancel:hover {
    --tw-gradient-to: #c4c4c4;
  }

  .lg\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .lg\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .lg\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .lg\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .lg\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .lg\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .lg\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .lg\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .lg\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .lg\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .lg\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .lg\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151;
  }

  .lg\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .lg\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827;
  }

  .lg\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2;
  }

  .lg\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2;
  }

  .lg\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca;
  }

  .lg\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5;
  }

  .lg\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171;
  }

  .lg\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444;
  }

  .lg\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626;
  }

  .lg\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c;
  }

  .lg\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b;
  }

  .lg\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d;
  }

  .lg\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .lg\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .lg\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .lg\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .lg\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .lg\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .lg\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706;
  }

  .lg\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309;
  }

  .lg\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e;
  }

  .lg\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f;
  }

  .lg\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .lg\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .lg\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .lg\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .lg\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399;
  }

  .lg\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981;
  }

  .lg\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669;
  }

  .lg\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857;
  }

  .lg\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46;
  }

  .lg\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .lg\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff;
  }

  .lg\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe;
  }

  .lg\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe;
  }

  .lg\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd;
  }

  .lg\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa;
  }

  .lg\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6;
  }

  .lg\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb;
  }

  .lg\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8;
  }

  .lg\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af;
  }

  .lg\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a;
  }

  .lg\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff;
  }

  .lg\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff;
  }

  .lg\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe;
  }

  .lg\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc;
  }

  .lg\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8;
  }

  .lg\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1;
  }

  .lg\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5;
  }

  .lg\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca;
  }

  .lg\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3;
  }

  .lg\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81;
  }

  .lg\:focus\:to-purple-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .lg\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .lg\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .lg\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .lg\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .lg\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .lg\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .lg\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .lg\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .lg\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .lg\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8;
  }

  .lg\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3;
  }

  .lg\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8;
  }

  .lg\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4;
  }

  .lg\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6;
  }

  .lg\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899;
  }

  .lg\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777;
  }

  .lg\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d;
  }

  .lg\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d;
  }

  .lg\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843;
  }

  .lg\:focus\:to-primary-color:focus {
    --tw-gradient-to: #eb008b;
  }

  .lg\:focus\:to-primary-color-dark:focus {
    --tw-gradient-to: #c90068;
  }

  .lg\:focus\:to-secondary-color:focus {
    --tw-gradient-to: #112e42;
  }

  .lg\:focus\:to-custom-gray-sm:focus {
    --tw-gradient-to: #f1f4f6;
  }

  .lg\:focus\:to-custom-gray-sm2:focus {
    --tw-gradient-to: #f1f2f3;
  }

  .lg\:focus\:to-custom-gray-md:focus {
    --tw-gradient-to: #848484;
  }

  .lg\:focus\:to-custom-navy-dark:focus {
    --tw-gradient-to: #112e42;
  }

  .lg\:focus\:to-dark-blue:focus {
    --tw-gradient-to: #112E42;
  }

  .lg\:focus\:to-primary:focus {
    --tw-gradient-to: #192D40;
  }

  .lg\:focus\:to-secondary-1:focus {
    --tw-gradient-to: #E6007E;
  }

  .lg\:focus\:to-secondary-2:focus {
    --tw-gradient-to: #D6D564;
  }

  .lg\:focus\:to-secondary-3:focus {
    --tw-gradient-to: #FCFCCD;
  }

  .lg\:focus\:to-secondary:focus {
    --tw-gradient-to: #E6007E;
  }

  .lg\:focus\:to-secondary-dark:focus {
    --tw-gradient-to: #C11A7D;
  }

  .lg\:focus\:to-secondary-light:focus {
    --tw-gradient-to: #FBCEE9;
  }

  .lg\:focus\:to-grayCustom-1:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .lg\:focus\:to-grayCustom-2:focus {
    --tw-gradient-to: #C4C4C4;
  }

  .lg\:focus\:to-grayCustom-3:focus {
    --tw-gradient-to: #F9F9F9;
  }

  .lg\:focus\:to-grayCustom-800:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .lg\:focus\:to-grayCustom:focus {
    --tw-gradient-to: #C4C4C4;
  }

  .lg\:focus\:to-grayCustom-dark:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .lg\:focus\:to-grayCustom-light:focus {
    --tw-gradient-to: #F9F9F9;
  }

  .lg\:focus\:to-grayCustom-hover:focus {
    --tw-gradient-to: #9F9F9F;
  }

  .lg\:focus\:to-error:focus {
    --tw-gradient-to: #FF206E;
  }

  .lg\:focus\:to-error-light:focus {
    --tw-gradient-to: #FDE8EA;
  }

  .lg\:focus\:to-warning:focus {
    --tw-gradient-to: #FFAE14;
  }

  .lg\:focus\:to-warning-light:focus {
    --tw-gradient-to: #FFF6E5;
  }

  .lg\:focus\:to-success:focus {
    --tw-gradient-to: #2DD881;
  }

  .lg\:focus\:to-success-light:focus {
    --tw-gradient-to: #E9FBF2;
  }

  .lg\:focus\:to-status-open:focus {
    --tw-gradient-to: #FFF;
  }

  .lg\:focus\:to-status-waiting_payment:focus {
    --tw-gradient-to: #ffae14;
  }

  .lg\:focus\:to-status-completed:focus {
    --tw-gradient-to: #54c1bb;
  }

  .lg\:focus\:to-status-failed:focus {
    --tw-gradient-to: #e8556b;
  }

  .lg\:focus\:to-status-waiting_verify:focus {
    --tw-gradient-to: #ffae14;
  }

  .lg\:focus\:to-status-closed:focus {
    --tw-gradient-to: #c4c4c4;
  }

  .lg\:focus\:to-policyStatus-issuing:focus {
    --tw-gradient-to: #FFF;
  }

  .lg\:focus\:to-policyStatus-waiting_inspection:focus {
    --tw-gradient-to: #ffae14;
  }

  .lg\:focus\:to-policyStatus-success:focus {
    --tw-gradient-to: #54c1bb;
  }

  .lg\:focus\:to-policyStatus-failed_inspection:focus {
    --tw-gradient-to: #e8556b;
  }

  .lg\:focus\:to-policyStatus-failed:focus {
    --tw-gradient-to: #e8556b;
  }

  .lg\:focus\:to-policyStatus-waiting_policy:focus {
    --tw-gradient-to: #ffae14;
  }

  .lg\:focus\:to-policyStatus-cancel:focus {
    --tw-gradient-to: #c4c4c4;
  }

  .lg\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .lg\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .lg\:bg-auto {
    background-size: auto;
  }

  .lg\:bg-cover {
    background-size: cover;
  }

  .lg\:bg-contain {
    background-size: contain;
  }

  .lg\:bg-fixed {
    background-attachment: fixed;
  }

  .lg\:bg-local {
    background-attachment: local;
  }

  .lg\:bg-scroll {
    background-attachment: scroll;
  }

  .lg\:bg-clip-border {
    background-clip: border-box;
  }

  .lg\:bg-clip-padding {
    background-clip: padding-box;
  }

  .lg\:bg-clip-content {
    background-clip: content-box;
  }

  .lg\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .lg\:bg-bottom {
    background-position: bottom;
  }

  .lg\:bg-center {
    background-position: center;
  }

  .lg\:bg-left {
    background-position: left;
  }

  .lg\:bg-left-bottom {
    background-position: left bottom;
  }

  .lg\:bg-left-top {
    background-position: left top;
  }

  .lg\:bg-right {
    background-position: right;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom;
  }

  .lg\:bg-right-top {
    background-position: right top;
  }

  .lg\:bg-top {
    background-position: top;
  }

  .lg\:bg-repeat {
    background-repeat: repeat;
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .lg\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .lg\:bg-repeat-round {
    background-repeat: round;
  }

  .lg\:bg-repeat-space {
    background-repeat: space;
  }

  .lg\:bg-origin-border {
    background-origin: border-box;
  }

  .lg\:bg-origin-padding {
    background-origin: padding-box;
  }

  .lg\:bg-origin-content {
    background-origin: content-box;
  }

  .lg\:fill-current {
    fill: currentColor;
  }

  .lg\:stroke-current {
    stroke: currentColor;
  }

  .lg\:stroke-0 {
    stroke-width: 0;
  }

  .lg\:stroke-1 {
    stroke-width: 1;
  }

  .lg\:stroke-2 {
    stroke-width: 2;
  }

  .lg\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .lg\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .lg\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .lg\:p-0 {
    padding: 0;
  }

  .lg\:p-1 {
    padding: 0.25rem;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-3 {
    padding: 0.75rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-5 {
    padding: 5px;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-7 {
    padding: 1.75rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-9 {
    padding: 2.25rem;
  }

  .lg\:p-10 {
    padding: 10px;
  }

  .lg\:p-11 {
    padding: 2.75rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-14 {
    padding: 14px;
  }

  .lg\:p-16 {
    padding: 16px;
  }

  .lg\:p-20 {
    padding: 20px;
  }

  .lg\:p-24 {
    padding: 24px;
  }

  .lg\:p-28 {
    padding: 7rem;
  }

  .lg\:p-30 {
    padding: 30px;
  }

  .lg\:p-32 {
    padding: 8rem;
  }

  .lg\:p-36 {
    padding: 9rem;
  }

  .lg\:p-40 {
    padding: 10rem;
  }

  .lg\:p-44 {
    padding: 11rem;
  }

  .lg\:p-48 {
    padding: 48px;
  }

  .lg\:p-52 {
    padding: 13rem;
  }

  .lg\:p-56 {
    padding: 14rem;
  }

  .lg\:p-60 {
    padding: 60px;
  }

  .lg\:p-64 {
    padding: 16rem;
  }

  .lg\:p-72 {
    padding: 18rem;
  }

  .lg\:p-80 {
    padding: 20rem;
  }

  .lg\:p-95 {
    padding: 95px;
  }

  .lg\:p-96 {
    padding: 24rem;
  }

  .lg\:p-120 {
    padding: 120px;
  }

  .lg\:p-190 {
    padding: 190px;
  }

  .lg\:p-px {
    padding: 1px;
  }

  .lg\:p-0\.5 {
    padding: 0.125rem;
  }

  .lg\:p-1\.5 {
    padding: 0.375rem;
  }

  .lg\:p-2\.5 {
    padding: 0.625rem;
  }

  .lg\:p-3\.5 {
    padding: 0.875rem;
  }

  .lg\:p-30\% {
    padding: 30%;
  }

  .lg\:p-7\.5r {
    padding: 1.875rem;
  }

  .lg\:hover\:p-0:hover {
    padding: 0;
  }

  .lg\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .lg\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .lg\:hover\:p-3:hover {
    padding: 0.75rem;
  }

  .lg\:hover\:p-4:hover {
    padding: 1rem;
  }

  .lg\:hover\:p-5:hover {
    padding: 5px;
  }

  .lg\:hover\:p-6:hover {
    padding: 1.5rem;
  }

  .lg\:hover\:p-7:hover {
    padding: 1.75rem;
  }

  .lg\:hover\:p-8:hover {
    padding: 2rem;
  }

  .lg\:hover\:p-9:hover {
    padding: 2.25rem;
  }

  .lg\:hover\:p-10:hover {
    padding: 10px;
  }

  .lg\:hover\:p-11:hover {
    padding: 2.75rem;
  }

  .lg\:hover\:p-12:hover {
    padding: 3rem;
  }

  .lg\:hover\:p-14:hover {
    padding: 14px;
  }

  .lg\:hover\:p-16:hover {
    padding: 16px;
  }

  .lg\:hover\:p-20:hover {
    padding: 20px;
  }

  .lg\:hover\:p-24:hover {
    padding: 24px;
  }

  .lg\:hover\:p-28:hover {
    padding: 7rem;
  }

  .lg\:hover\:p-30:hover {
    padding: 30px;
  }

  .lg\:hover\:p-32:hover {
    padding: 8rem;
  }

  .lg\:hover\:p-36:hover {
    padding: 9rem;
  }

  .lg\:hover\:p-40:hover {
    padding: 10rem;
  }

  .lg\:hover\:p-44:hover {
    padding: 11rem;
  }

  .lg\:hover\:p-48:hover {
    padding: 48px;
  }

  .lg\:hover\:p-52:hover {
    padding: 13rem;
  }

  .lg\:hover\:p-56:hover {
    padding: 14rem;
  }

  .lg\:hover\:p-60:hover {
    padding: 60px;
  }

  .lg\:hover\:p-64:hover {
    padding: 16rem;
  }

  .lg\:hover\:p-72:hover {
    padding: 18rem;
  }

  .lg\:hover\:p-80:hover {
    padding: 20rem;
  }

  .lg\:hover\:p-95:hover {
    padding: 95px;
  }

  .lg\:hover\:p-96:hover {
    padding: 24rem;
  }

  .lg\:hover\:p-120:hover {
    padding: 120px;
  }

  .lg\:hover\:p-190:hover {
    padding: 190px;
  }

  .lg\:hover\:p-px:hover {
    padding: 1px;
  }

  .lg\:hover\:p-0\.5:hover {
    padding: 0.125rem;
  }

  .lg\:hover\:p-1\.5:hover {
    padding: 0.375rem;
  }

  .lg\:hover\:p-2\.5:hover {
    padding: 0.625rem;
  }

  .lg\:hover\:p-3\.5:hover {
    padding: 0.875rem;
  }

  .lg\:hover\:p-30\%:hover {
    padding: 30%;
  }

  .lg\:hover\:p-7\.5r:hover {
    padding: 1.875rem;
  }

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

  .lg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

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

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lg\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .lg\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lg\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .lg\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .lg\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:px-95 {
    padding-left: 95px;
    padding-right: 95px;
  }

  .lg\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .lg\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .lg\:px-190 {
    padding-left: 190px;
    padding-right: 190px;
  }

  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .lg\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

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

  .lg\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .lg\:px-30\% {
    padding-left: 30%;
    padding-right: 30%;
  }

  .lg\:px-7\.5r {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lg\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .lg\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .lg\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lg\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .lg\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lg\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .lg\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .lg\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg\:py-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .lg\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .lg\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:py-30\% {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .lg\:py-7\.5r {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .lg\:hover\:px-0:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

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

  .lg\:hover\:px-3:hover {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:hover\:px-4:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:hover\:px-5:hover {
    padding-left: 5px;
    padding-right: 5px;
  }

  .lg\:hover\:px-6:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:hover\:px-7:hover {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:hover\:px-8:hover {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:hover\:px-9:hover {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:hover\:px-10:hover {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lg\:hover\:px-11:hover {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:hover\:px-14:hover {
    padding-left: 14px;
    padding-right: 14px;
  }

  .lg\:hover\:px-16:hover {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lg\:hover\:px-20:hover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg\:hover\:px-24:hover {
    padding-left: 24px;
    padding-right: 24px;
  }

  .lg\:hover\:px-28:hover {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:hover\:px-30:hover {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lg\:hover\:px-32:hover {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:hover\:px-36:hover {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:hover\:px-40:hover {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:hover\:px-44:hover {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:hover\:px-48:hover {
    padding-left: 48px;
    padding-right: 48px;
  }

  .lg\:hover\:px-52:hover {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:hover\:px-56:hover {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:hover\:px-60:hover {
    padding-left: 60px;
    padding-right: 60px;
  }

  .lg\:hover\:px-64:hover {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:hover\:px-72:hover {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:hover\:px-80:hover {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:hover\:px-95:hover {
    padding-left: 95px;
    padding-right: 95px;
  }

  .lg\:hover\:px-96:hover {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .lg\:hover\:px-120:hover {
    padding-left: 120px;
    padding-right: 120px;
  }

  .lg\:hover\:px-190:hover {
    padding-left: 190px;
    padding-right: 190px;
  }

  .lg\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:hover\:px-0\.5:hover {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .lg\:hover\:px-1\.5:hover {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .lg\:hover\:px-2\.5:hover {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .lg\:hover\:px-3\.5:hover {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .lg\:hover\:px-30\%:hover {
    padding-left: 30%;
    padding-right: 30%;
  }

  .lg\:hover\:px-7\.5r:hover {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .lg\:hover\:py-0:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .lg\:hover\:py-3:hover {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:hover\:py-4:hover {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:hover\:py-5:hover {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .lg\:hover\:py-6:hover {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:hover\:py-7:hover {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:hover\:py-8:hover {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:hover\:py-9:hover {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:hover\:py-10:hover {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lg\:hover\:py-11:hover {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:hover\:py-14:hover {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .lg\:hover\:py-16:hover {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .lg\:hover\:py-20:hover {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lg\:hover\:py-24:hover {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .lg\:hover\:py-28:hover {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:hover\:py-30:hover {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lg\:hover\:py-32:hover {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:hover\:py-36:hover {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:hover\:py-40:hover {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:hover\:py-44:hover {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:hover\:py-48:hover {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .lg\:hover\:py-52:hover {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:hover\:py-56:hover {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:hover\:py-60:hover {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lg\:hover\:py-64:hover {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:hover\:py-72:hover {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:hover\:py-80:hover {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:hover\:py-95:hover {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .lg\:hover\:py-96:hover {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .lg\:hover\:py-120:hover {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg\:hover\:py-190:hover {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .lg\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:hover\:py-0\.5:hover {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .lg\:hover\:py-1\.5:hover {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .lg\:hover\:py-2\.5:hover {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:hover\:py-3\.5:hover {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:hover\:py-30\%:hover {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .lg\:hover\:py-7\.5r:hover {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

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

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

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

  .lg\:pt-3 {
    padding-top: 0.75rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pt-5 {
    padding-top: 5px;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pt-7 {
    padding-top: 1.75rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pt-9 {
    padding-top: 2.25rem;
  }

  .lg\:pt-10 {
    padding-top: 10px;
  }

  .lg\:pt-11 {
    padding-top: 2.75rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pt-14 {
    padding-top: 14px;
  }

  .lg\:pt-16 {
    padding-top: 16px;
  }

  .lg\:pt-20 {
    padding-top: 20px;
  }

  .lg\:pt-24 {
    padding-top: 24px;
  }

  .lg\:pt-28 {
    padding-top: 7rem;
  }

  .lg\:pt-30 {
    padding-top: 30px;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pt-36 {
    padding-top: 9rem;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:pt-44 {
    padding-top: 11rem;
  }

  .lg\:pt-48 {
    padding-top: 48px;
  }

  .lg\:pt-52 {
    padding-top: 13rem;
  }

  .lg\:pt-56 {
    padding-top: 14rem;
  }

  .lg\:pt-60 {
    padding-top: 60px;
  }

  .lg\:pt-64 {
    padding-top: 16rem;
  }

  .lg\:pt-72 {
    padding-top: 18rem;
  }

  .lg\:pt-80 {
    padding-top: 20rem;
  }

  .lg\:pt-95 {
    padding-top: 95px;
  }

  .lg\:pt-96 {
    padding-top: 24rem;
  }

  .lg\:pt-120 {
    padding-top: 120px;
  }

  .lg\:pt-190 {
    padding-top: 190px;
  }

  .lg\:pt-px {
    padding-top: 1px;
  }

  .lg\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .lg\:pt-1\.5 {
    padding-top: 0.375rem;
  }

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

  .lg\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .lg\:pt-30\% {
    padding-top: 30%;
  }

  .lg\:pt-7\.5r {
    padding-top: 1.875rem;
  }

  .lg\:pr-0 {
    padding-right: 0;
  }

  .lg\:pr-1 {
    padding-right: 0.25rem;
  }

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

  .lg\:pr-3 {
    padding-right: 0.75rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pr-5 {
    padding-right: 5px;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pr-7 {
    padding-right: 1.75rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pr-9 {
    padding-right: 2.25rem;
  }

  .lg\:pr-10 {
    padding-right: 10px;
  }

  .lg\:pr-11 {
    padding-right: 2.75rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pr-14 {
    padding-right: 14px;
  }

  .lg\:pr-16 {
    padding-right: 16px;
  }

  .lg\:pr-20 {
    padding-right: 20px;
  }

  .lg\:pr-24 {
    padding-right: 24px;
  }

  .lg\:pr-28 {
    padding-right: 7rem;
  }

  .lg\:pr-30 {
    padding-right: 30px;
  }

  .lg\:pr-32 {
    padding-right: 8rem;
  }

  .lg\:pr-36 {
    padding-right: 9rem;
  }

  .lg\:pr-40 {
    padding-right: 10rem;
  }

  .lg\:pr-44 {
    padding-right: 11rem;
  }

  .lg\:pr-48 {
    padding-right: 48px;
  }

  .lg\:pr-52 {
    padding-right: 13rem;
  }

  .lg\:pr-56 {
    padding-right: 14rem;
  }

  .lg\:pr-60 {
    padding-right: 60px;
  }

  .lg\:pr-64 {
    padding-right: 16rem;
  }

  .lg\:pr-72 {
    padding-right: 18rem;
  }

  .lg\:pr-80 {
    padding-right: 20rem;
  }

  .lg\:pr-95 {
    padding-right: 95px;
  }

  .lg\:pr-96 {
    padding-right: 24rem;
  }

  .lg\:pr-120 {
    padding-right: 120px;
  }

  .lg\:pr-190 {
    padding-right: 190px;
  }

  .lg\:pr-px {
    padding-right: 1px;
  }

  .lg\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .lg\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .lg\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .lg\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .lg\:pr-30\% {
    padding-right: 30%;
  }

  .lg\:pr-7\.5r {
    padding-right: 1.875rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

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

  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pb-5 {
    padding-bottom: 5px;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .lg\:pb-10 {
    padding-bottom: 10px;
  }

  .lg\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pb-14 {
    padding-bottom: 14px;
  }

  .lg\:pb-16 {
    padding-bottom: 16px;
  }

  .lg\:pb-20 {
    padding-bottom: 20px;
  }

  .lg\:pb-24 {
    padding-bottom: 24px;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg\:pb-30 {
    padding-bottom: 30px;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pb-36 {
    padding-bottom: 9rem;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pb-44 {
    padding-bottom: 11rem;
  }

  .lg\:pb-48 {
    padding-bottom: 48px;
  }

  .lg\:pb-52 {
    padding-bottom: 13rem;
  }

  .lg\:pb-56 {
    padding-bottom: 14rem;
  }

  .lg\:pb-60 {
    padding-bottom: 60px;
  }

  .lg\:pb-64 {
    padding-bottom: 16rem;
  }

  .lg\:pb-72 {
    padding-bottom: 18rem;
  }

  .lg\:pb-80 {
    padding-bottom: 20rem;
  }

  .lg\:pb-95 {
    padding-bottom: 95px;
  }

  .lg\:pb-96 {
    padding-bottom: 24rem;
  }

  .lg\:pb-120 {
    padding-bottom: 120px;
  }

  .lg\:pb-190 {
    padding-bottom: 190px;
  }

  .lg\:pb-px {
    padding-bottom: 1px;
  }

  .lg\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .lg\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .lg\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .lg\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .lg\:pb-30\% {
    padding-bottom: 30%;
  }

  .lg\:pb-7\.5r {
    padding-bottom: 1.875rem;
  }

  .lg\:pl-0 {
    padding-left: 0;
  }

  .lg\:pl-1 {
    padding-left: 0.25rem;
  }

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

  .lg\:pl-3 {
    padding-left: 0.75rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pl-5 {
    padding-left: 5px;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pl-7 {
    padding-left: 1.75rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pl-9 {
    padding-left: 2.25rem;
  }

  .lg\:pl-10 {
    padding-left: 10px;
  }

  .lg\:pl-11 {
    padding-left: 2.75rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pl-14 {
    padding-left: 14px;
  }

  .lg\:pl-16 {
    padding-left: 16px;
  }

  .lg\:pl-20 {
    padding-left: 20px;
  }

  .lg\:pl-24 {
    padding-left: 24px;
  }

  .lg\:pl-28 {
    padding-left: 7rem;
  }

  .lg\:pl-30 {
    padding-left: 30px;
  }

  .lg\:pl-32 {
    padding-left: 8rem;
  }

  .lg\:pl-36 {
    padding-left: 9rem;
  }

  .lg\:pl-40 {
    padding-left: 10rem;
  }

  .lg\:pl-44 {
    padding-left: 11rem;
  }

  .lg\:pl-48 {
    padding-left: 48px;
  }

  .lg\:pl-52 {
    padding-left: 13rem;
  }

  .lg\:pl-56 {
    padding-left: 14rem;
  }

  .lg\:pl-60 {
    padding-left: 60px;
  }

  .lg\:pl-64 {
    padding-left: 16rem;
  }

  .lg\:pl-72 {
    padding-left: 18rem;
  }

  .lg\:pl-80 {
    padding-left: 20rem;
  }

  .lg\:pl-95 {
    padding-left: 95px;
  }

  .lg\:pl-96 {
    padding-left: 24rem;
  }

  .lg\:pl-120 {
    padding-left: 120px;
  }

  .lg\:pl-190 {
    padding-left: 190px;
  }

  .lg\:pl-px {
    padding-left: 1px;
  }

  .lg\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .lg\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .lg\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .lg\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .lg\:pl-30\% {
    padding-left: 30%;
  }

  .lg\:pl-7\.5r {
    padding-left: 1.875rem;
  }

  .lg\:hover\:pt-0:hover {
    padding-top: 0;
  }

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

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

  .lg\:hover\:pt-3:hover {
    padding-top: 0.75rem;
  }

  .lg\:hover\:pt-4:hover {
    padding-top: 1rem;
  }

  .lg\:hover\:pt-5:hover {
    padding-top: 5px;
  }

  .lg\:hover\:pt-6:hover {
    padding-top: 1.5rem;
  }

  .lg\:hover\:pt-7:hover {
    padding-top: 1.75rem;
  }

  .lg\:hover\:pt-8:hover {
    padding-top: 2rem;
  }

  .lg\:hover\:pt-9:hover {
    padding-top: 2.25rem;
  }

  .lg\:hover\:pt-10:hover {
    padding-top: 10px;
  }

  .lg\:hover\:pt-11:hover {
    padding-top: 2.75rem;
  }

  .lg\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .lg\:hover\:pt-14:hover {
    padding-top: 14px;
  }

  .lg\:hover\:pt-16:hover {
    padding-top: 16px;
  }

  .lg\:hover\:pt-20:hover {
    padding-top: 20px;
  }

  .lg\:hover\:pt-24:hover {
    padding-top: 24px;
  }

  .lg\:hover\:pt-28:hover {
    padding-top: 7rem;
  }

  .lg\:hover\:pt-30:hover {
    padding-top: 30px;
  }

  .lg\:hover\:pt-32:hover {
    padding-top: 8rem;
  }

  .lg\:hover\:pt-36:hover {
    padding-top: 9rem;
  }

  .lg\:hover\:pt-40:hover {
    padding-top: 10rem;
  }

  .lg\:hover\:pt-44:hover {
    padding-top: 11rem;
  }

  .lg\:hover\:pt-48:hover {
    padding-top: 48px;
  }

  .lg\:hover\:pt-52:hover {
    padding-top: 13rem;
  }

  .lg\:hover\:pt-56:hover {
    padding-top: 14rem;
  }

  .lg\:hover\:pt-60:hover {
    padding-top: 60px;
  }

  .lg\:hover\:pt-64:hover {
    padding-top: 16rem;
  }

  .lg\:hover\:pt-72:hover {
    padding-top: 18rem;
  }

  .lg\:hover\:pt-80:hover {
    padding-top: 20rem;
  }

  .lg\:hover\:pt-95:hover {
    padding-top: 95px;
  }

  .lg\:hover\:pt-96:hover {
    padding-top: 24rem;
  }

  .lg\:hover\:pt-120:hover {
    padding-top: 120px;
  }

  .lg\:hover\:pt-190:hover {
    padding-top: 190px;
  }

  .lg\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .lg\:hover\:pt-0\.5:hover {
    padding-top: 0.125rem;
  }

  .lg\:hover\:pt-1\.5:hover {
    padding-top: 0.375rem;
  }

  .lg\:hover\:pt-2\.5:hover {
    padding-top: 0.625rem;
  }

  .lg\:hover\:pt-3\.5:hover {
    padding-top: 0.875rem;
  }

  .lg\:hover\:pt-30\%:hover {
    padding-top: 30%;
  }

  .lg\:hover\:pt-7\.5r:hover {
    padding-top: 1.875rem;
  }

  .lg\:hover\:pr-0:hover {
    padding-right: 0;
  }

  .lg\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

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

  .lg\:hover\:pr-3:hover {
    padding-right: 0.75rem;
  }

  .lg\:hover\:pr-4:hover {
    padding-right: 1rem;
  }

  .lg\:hover\:pr-5:hover {
    padding-right: 5px;
  }

  .lg\:hover\:pr-6:hover {
    padding-right: 1.5rem;
  }

  .lg\:hover\:pr-7:hover {
    padding-right: 1.75rem;
  }

  .lg\:hover\:pr-8:hover {
    padding-right: 2rem;
  }

  .lg\:hover\:pr-9:hover {
    padding-right: 2.25rem;
  }

  .lg\:hover\:pr-10:hover {
    padding-right: 10px;
  }

  .lg\:hover\:pr-11:hover {
    padding-right: 2.75rem;
  }

  .lg\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .lg\:hover\:pr-14:hover {
    padding-right: 14px;
  }

  .lg\:hover\:pr-16:hover {
    padding-right: 16px;
  }

  .lg\:hover\:pr-20:hover {
    padding-right: 20px;
  }

  .lg\:hover\:pr-24:hover {
    padding-right: 24px;
  }

  .lg\:hover\:pr-28:hover {
    padding-right: 7rem;
  }

  .lg\:hover\:pr-30:hover {
    padding-right: 30px;
  }

  .lg\:hover\:pr-32:hover {
    padding-right: 8rem;
  }

  .lg\:hover\:pr-36:hover {
    padding-right: 9rem;
  }

  .lg\:hover\:pr-40:hover {
    padding-right: 10rem;
  }

  .lg\:hover\:pr-44:hover {
    padding-right: 11rem;
  }

  .lg\:hover\:pr-48:hover {
    padding-right: 48px;
  }

  .lg\:hover\:pr-52:hover {
    padding-right: 13rem;
  }

  .lg\:hover\:pr-56:hover {
    padding-right: 14rem;
  }

  .lg\:hover\:pr-60:hover {
    padding-right: 60px;
  }

  .lg\:hover\:pr-64:hover {
    padding-right: 16rem;
  }

  .lg\:hover\:pr-72:hover {
    padding-right: 18rem;
  }

  .lg\:hover\:pr-80:hover {
    padding-right: 20rem;
  }

  .lg\:hover\:pr-95:hover {
    padding-right: 95px;
  }

  .lg\:hover\:pr-96:hover {
    padding-right: 24rem;
  }

  .lg\:hover\:pr-120:hover {
    padding-right: 120px;
  }

  .lg\:hover\:pr-190:hover {
    padding-right: 190px;
  }

  .lg\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .lg\:hover\:pr-0\.5:hover {
    padding-right: 0.125rem;
  }

  .lg\:hover\:pr-1\.5:hover {
    padding-right: 0.375rem;
  }

  .lg\:hover\:pr-2\.5:hover {
    padding-right: 0.625rem;
  }

  .lg\:hover\:pr-3\.5:hover {
    padding-right: 0.875rem;
  }

  .lg\:hover\:pr-30\%:hover {
    padding-right: 30%;
  }

  .lg\:hover\:pr-7\.5r:hover {
    padding-right: 1.875rem;
  }

  .lg\:hover\:pb-0:hover {
    padding-bottom: 0;
  }

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

  .lg\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .lg\:hover\:pb-3:hover {
    padding-bottom: 0.75rem;
  }

  .lg\:hover\:pb-4:hover {
    padding-bottom: 1rem;
  }

  .lg\:hover\:pb-5:hover {
    padding-bottom: 5px;
  }

  .lg\:hover\:pb-6:hover {
    padding-bottom: 1.5rem;
  }

  .lg\:hover\:pb-7:hover {
    padding-bottom: 1.75rem;
  }

  .lg\:hover\:pb-8:hover {
    padding-bottom: 2rem;
  }

  .lg\:hover\:pb-9:hover {
    padding-bottom: 2.25rem;
  }

  .lg\:hover\:pb-10:hover {
    padding-bottom: 10px;
  }

  .lg\:hover\:pb-11:hover {
    padding-bottom: 2.75rem;
  }

  .lg\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .lg\:hover\:pb-14:hover {
    padding-bottom: 14px;
  }

  .lg\:hover\:pb-16:hover {
    padding-bottom: 16px;
  }

  .lg\:hover\:pb-20:hover {
    padding-bottom: 20px;
  }

  .lg\:hover\:pb-24:hover {
    padding-bottom: 24px;
  }

  .lg\:hover\:pb-28:hover {
    padding-bottom: 7rem;
  }

  .lg\:hover\:pb-30:hover {
    padding-bottom: 30px;
  }

  .lg\:hover\:pb-32:hover {
    padding-bottom: 8rem;
  }

  .lg\:hover\:pb-36:hover {
    padding-bottom: 9rem;
  }

  .lg\:hover\:pb-40:hover {
    padding-bottom: 10rem;
  }

  .lg\:hover\:pb-44:hover {
    padding-bottom: 11rem;
  }

  .lg\:hover\:pb-48:hover {
    padding-bottom: 48px;
  }

  .lg\:hover\:pb-52:hover {
    padding-bottom: 13rem;
  }

  .lg\:hover\:pb-56:hover {
    padding-bottom: 14rem;
  }

  .lg\:hover\:pb-60:hover {
    padding-bottom: 60px;
  }

  .lg\:hover\:pb-64:hover {
    padding-bottom: 16rem;
  }

  .lg\:hover\:pb-72:hover {
    padding-bottom: 18rem;
  }

  .lg\:hover\:pb-80:hover {
    padding-bottom: 20rem;
  }

  .lg\:hover\:pb-95:hover {
    padding-bottom: 95px;
  }

  .lg\:hover\:pb-96:hover {
    padding-bottom: 24rem;
  }

  .lg\:hover\:pb-120:hover {
    padding-bottom: 120px;
  }

  .lg\:hover\:pb-190:hover {
    padding-bottom: 190px;
  }

  .lg\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .lg\:hover\:pb-0\.5:hover {
    padding-bottom: 0.125rem;
  }

  .lg\:hover\:pb-1\.5:hover {
    padding-bottom: 0.375rem;
  }

  .lg\:hover\:pb-2\.5:hover {
    padding-bottom: 0.625rem;
  }

  .lg\:hover\:pb-3\.5:hover {
    padding-bottom: 0.875rem;
  }

  .lg\:hover\:pb-30\%:hover {
    padding-bottom: 30%;
  }

  .lg\:hover\:pb-7\.5r:hover {
    padding-bottom: 1.875rem;
  }

  .lg\:hover\:pl-0:hover {
    padding-left: 0;
  }

  .lg\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

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

  .lg\:hover\:pl-3:hover {
    padding-left: 0.75rem;
  }

  .lg\:hover\:pl-4:hover {
    padding-left: 1rem;
  }

  .lg\:hover\:pl-5:hover {
    padding-left: 5px;
  }

  .lg\:hover\:pl-6:hover {
    padding-left: 1.5rem;
  }

  .lg\:hover\:pl-7:hover {
    padding-left: 1.75rem;
  }

  .lg\:hover\:pl-8:hover {
    padding-left: 2rem;
  }

  .lg\:hover\:pl-9:hover {
    padding-left: 2.25rem;
  }

  .lg\:hover\:pl-10:hover {
    padding-left: 10px;
  }

  .lg\:hover\:pl-11:hover {
    padding-left: 2.75rem;
  }

  .lg\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .lg\:hover\:pl-14:hover {
    padding-left: 14px;
  }

  .lg\:hover\:pl-16:hover {
    padding-left: 16px;
  }

  .lg\:hover\:pl-20:hover {
    padding-left: 20px;
  }

  .lg\:hover\:pl-24:hover {
    padding-left: 24px;
  }

  .lg\:hover\:pl-28:hover {
    padding-left: 7rem;
  }

  .lg\:hover\:pl-30:hover {
    padding-left: 30px;
  }

  .lg\:hover\:pl-32:hover {
    padding-left: 8rem;
  }

  .lg\:hover\:pl-36:hover {
    padding-left: 9rem;
  }

  .lg\:hover\:pl-40:hover {
    padding-left: 10rem;
  }

  .lg\:hover\:pl-44:hover {
    padding-left: 11rem;
  }

  .lg\:hover\:pl-48:hover {
    padding-left: 48px;
  }

  .lg\:hover\:pl-52:hover {
    padding-left: 13rem;
  }

  .lg\:hover\:pl-56:hover {
    padding-left: 14rem;
  }

  .lg\:hover\:pl-60:hover {
    padding-left: 60px;
  }

  .lg\:hover\:pl-64:hover {
    padding-left: 16rem;
  }

  .lg\:hover\:pl-72:hover {
    padding-left: 18rem;
  }

  .lg\:hover\:pl-80:hover {
    padding-left: 20rem;
  }

  .lg\:hover\:pl-95:hover {
    padding-left: 95px;
  }

  .lg\:hover\:pl-96:hover {
    padding-left: 24rem;
  }

  .lg\:hover\:pl-120:hover {
    padding-left: 120px;
  }

  .lg\:hover\:pl-190:hover {
    padding-left: 190px;
  }

  .lg\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .lg\:hover\:pl-0\.5:hover {
    padding-left: 0.125rem;
  }

  .lg\:hover\:pl-1\.5:hover {
    padding-left: 0.375rem;
  }

  .lg\:hover\:pl-2\.5:hover {
    padding-left: 0.625rem;
  }

  .lg\:hover\:pl-3\.5:hover {
    padding-left: 0.875rem;
  }

  .lg\:hover\:pl-30\%:hover {
    padding-left: 30%;
  }

  .lg\:hover\:pl-7\.5r:hover {
    padding-left: 1.875rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-justify {
    text-align: justify;
  }

  .lg\:align-baseline {
    vertical-align: baseline;
  }

  .lg\:align-top {
    vertical-align: top;
  }

  .lg\:align-middle {
    vertical-align: middle;
  }

  .lg\:align-bottom {
    vertical-align: bottom;
  }

  .lg\:align-text-top {
    vertical-align: text-top;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg\:font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .lg\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .lg\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .lg\:font-display {
    font-family: Kanit, serif;
  }

  .lg\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

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

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

  .lg\:text-lg {
    font-size: 1.25rem;
  }

  .lg\:text-xl {
    font-size: 1.75rem;
  }

  .lg\:text-2xl {
    font-size: 2.25rem;
  }

  .lg\:text-3xl {
    font-size: 3rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .lg\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .lg\:text-3xs {
    font-size: 0.25rem;
  }

  .lg\:text-2xs {
    font-size: 0.5rem;
  }

  .lg\:text-1xs {
    font-size: 0.67rem;
  }

  .lg\:font-thin {
    font-weight: 100;
  }

  .lg\:font-extralight {
    font-weight: 200;
  }

  .lg\:font-light {
    font-weight: 300;
  }

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

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

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

  .lg\:font-bold {
    font-weight: 500;
  }

  .lg\:font-extrabold {
    font-weight: 800;
  }

  .lg\:font-black {
    font-weight: 900;
  }

  .lg\:hover\:font-thin:hover {
    font-weight: 100;
  }

  .lg\:hover\:font-extralight:hover {
    font-weight: 200;
  }

  .lg\:hover\:font-light:hover {
    font-weight: 300;
  }

  .lg\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .lg\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .lg\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .lg\:hover\:font-bold:hover {
    font-weight: 500;
  }

  .lg\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .lg\:hover\:font-black:hover {
    font-weight: 900;
  }

  .lg\:focus\:font-thin:focus {
    font-weight: 100;
  }

  .lg\:focus\:font-extralight:focus {
    font-weight: 200;
  }

  .lg\:focus\:font-light:focus {
    font-weight: 300;
  }

  .lg\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .lg\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .lg\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .lg\:focus\:font-bold:focus {
    font-weight: 500;
  }

  .lg\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .lg\:focus\:font-black:focus {
    font-weight: 900;
  }

  .lg\:uppercase {
    text-transform: uppercase;
  }

  .lg\:lowercase {
    text-transform: lowercase;
  }

  .lg\:capitalize {
    text-transform: capitalize;
  }

  .lg\:normal-case {
    text-transform: none;
  }

  .lg\:italic {
    font-style: italic;
  }

  .lg\:not-italic {
    font-style: normal;
  }

  .lg\:ordinal, .lg\:slashed-zero, .lg\:lining-nums, .lg\:oldstyle-nums, .lg\:proportional-nums, .lg\:tabular-nums, .lg\:diagonal-fractions, .lg\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .lg\:normal-nums {
    font-feature-settings: normal;
    font-variant-numeric: normal;
  }

  .lg\:ordinal {
    --tw-ordinal: ordinal;
  }

  .lg\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .lg\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .lg\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .lg\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .lg\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .lg\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .lg\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .lg\:leading-3 {
    line-height: .75rem;
  }

  .lg\:leading-4 {
    line-height: 1rem;
  }

  .lg\:leading-5 {
    line-height: 1.25rem;
  }

  .lg\:leading-6 {
    line-height: 1.5rem;
  }

  .lg\:leading-7 {
    line-height: 1.75rem;
  }

  .lg\:leading-8 {
    line-height: 2rem;
  }

  .lg\:leading-9 {
    line-height: 2.25rem;
  }

  .lg\:leading-10 {
    line-height: 2.5rem;
  }

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }

  .lg\:leading-snug {
    line-height: 1.375;
  }

  .lg\:leading-normal {
    line-height: 1.5;
  }

  .lg\:leading-relaxed {
    line-height: 1.625;
  }

  .lg\:leading-loose {
    line-height: 2;
  }

  .lg\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .lg\:tracking-normal {
    letter-spacing: 0em;
  }

  .lg\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .lg\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .lg\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .lg\:text-transparent {
    color: transparent;
  }

  .lg\:text-current {
    color: currentColor;
  }

  .lg\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .lg\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .lg\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .lg\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .lg\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .lg\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .lg\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .lg\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .lg\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .lg\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .lg\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .lg\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .lg\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .lg\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .lg\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .lg\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .lg\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .lg\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .lg\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .lg\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .lg\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .lg\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .lg\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .lg\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .lg\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .lg\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .lg\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .lg\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .lg\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .lg\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .lg\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .lg\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .lg\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .lg\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .lg\:text-primary-color {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .lg\:text-primary-color-dark {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .lg\:text-secondary-color {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .lg\:text-custom-gray-sm {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .lg\:text-custom-gray-sm2 {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .lg\:text-custom-gray-md {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .lg\:text-custom-navy-dark {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .lg\:text-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .lg\:text-primary {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .lg\:text-secondary-1 {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .lg\:text-secondary-2 {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .lg\:text-secondary-3 {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .lg\:text-secondary {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .lg\:text-secondary-dark {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .lg\:text-secondary-light {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .lg\:text-grayCustom-1 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .lg\:text-grayCustom-2 {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .lg\:text-grayCustom-3 {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .lg\:text-grayCustom-800 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .lg\:text-grayCustom {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .lg\:text-grayCustom-dark {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .lg\:text-grayCustom-light {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .lg\:text-grayCustom-hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .lg\:text-error {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .lg\:text-error-light {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .lg\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .lg\:text-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .lg\:text-success {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .lg\:text-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .lg\:text-status-open {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:text-status-waiting_payment {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .lg\:text-status-completed {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .lg\:text-status-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .lg\:text-status-waiting_verify {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .lg\:text-status-closed {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .lg\:text-policyStatus-issuing {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:text-policyStatus-waiting_inspection {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .lg\:text-policyStatus-success {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .lg\:text-policyStatus-failed_inspection {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .lg\:text-policyStatus-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .lg\:text-policyStatus-waiting_policy {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .lg\:text-policyStatus-cancel {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .lg\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .lg\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-primary-color {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-primary-color-dark {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-secondary-color {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-custom-gray-sm {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-custom-gray-sm2 {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-custom-gray-md {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-custom-navy-dark {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-primary {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-secondary-1 {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-secondary-2 {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-secondary-3 {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-secondary {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-secondary-dark {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-secondary-light {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-grayCustom-1 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-grayCustom-2 {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-grayCustom-3 {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-grayCustom-800 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-grayCustom {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-grayCustom-dark {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-grayCustom-light {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-grayCustom-hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-error {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-error-light {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-success {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-status-open {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-status-waiting_payment {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-status-completed {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-status-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-status-waiting_verify {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-status-closed {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-policyStatus-issuing {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-policyStatus-waiting_inspection {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-policyStatus-success {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-policyStatus-failed_inspection {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-policyStatus-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-policyStatus-waiting_policy {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-policyStatus-cancel {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-transparent[focus-within] {
    color: transparent;
  }

  .lg\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .lg\:focus-within\:text-current[focus-within] {
    color: currentColor;
  }

  .lg\:focus-within\:text-current:focus-within {
    color: currentColor;
  }

  .lg\:focus-within\:text-black[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-white[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-primary-color[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-primary-color:focus-within {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-primary-color-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-primary-color-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-secondary-color[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-secondary-color:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-custom-gray-sm[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-custom-gray-sm:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-custom-gray-sm2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-custom-gray-sm2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-custom-gray-md[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-custom-gray-md:focus-within {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-custom-navy-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-custom-navy-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-dark-blue[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-dark-blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-primary[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-primary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-secondary-1[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-secondary-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-secondary-2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-secondary-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-secondary-3[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-secondary-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-secondary[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-secondary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-secondary-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-secondary-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-secondary-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-secondary-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-grayCustom-1[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-grayCustom-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-grayCustom-2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-grayCustom-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-grayCustom-3[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-grayCustom-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-grayCustom-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-grayCustom-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-grayCustom[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-grayCustom:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-grayCustom-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-grayCustom-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-grayCustom-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-grayCustom-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-grayCustom-hover[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-grayCustom-hover:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-error[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-error:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-error-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-error-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-warning[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-warning:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-warning-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-warning-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-success[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-success-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-success-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-status-open[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-status-open:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-status-waiting_payment[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-status-waiting_payment:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-status-completed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-status-completed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-status-failed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-status-failed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-status-waiting_verify[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-status-waiting_verify:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-status-closed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-status-closed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-policyStatus-issuing[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-policyStatus-issuing:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-policyStatus-waiting_inspection[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-policyStatus-waiting_inspection:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-policyStatus-success[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-policyStatus-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-policyStatus-failed_inspection[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-policyStatus-failed_inspection:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-policyStatus-failed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-policyStatus-failed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-policyStatus-waiting_policy[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-policyStatus-waiting_policy:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-policyStatus-cancel[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-policyStatus-cancel:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent;
  }

  .lg\:hover\:text-current:hover {
    color: currentColor;
  }

  .lg\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .lg\:hover\:text-primary-color:hover {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .lg\:hover\:text-primary-color-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .lg\:hover\:text-secondary-color:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .lg\:hover\:text-custom-gray-sm:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .lg\:hover\:text-custom-gray-sm2:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .lg\:hover\:text-custom-gray-md:hover {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .lg\:hover\:text-custom-navy-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .lg\:hover\:text-dark-blue:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .lg\:hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .lg\:hover\:text-secondary-1:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .lg\:hover\:text-secondary-2:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .lg\:hover\:text-secondary-3:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .lg\:hover\:text-secondary:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .lg\:hover\:text-secondary-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .lg\:hover\:text-secondary-light:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .lg\:hover\:text-grayCustom-1:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .lg\:hover\:text-grayCustom-2:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .lg\:hover\:text-grayCustom-3:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .lg\:hover\:text-grayCustom-800:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .lg\:hover\:text-grayCustom:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .lg\:hover\:text-grayCustom-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .lg\:hover\:text-grayCustom-light:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .lg\:hover\:text-grayCustom-hover:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .lg\:hover\:text-error:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .lg\:hover\:text-error-light:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .lg\:hover\:text-warning:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .lg\:hover\:text-warning-light:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .lg\:hover\:text-success:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .lg\:hover\:text-success-light:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .lg\:hover\:text-status-open:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-status-waiting_payment:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .lg\:hover\:text-status-completed:hover {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .lg\:hover\:text-status-failed:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .lg\:hover\:text-status-waiting_verify:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .lg\:hover\:text-status-closed:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .lg\:hover\:text-policyStatus-issuing:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-policyStatus-waiting_inspection:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .lg\:hover\:text-policyStatus-success:hover {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .lg\:hover\:text-policyStatus-failed_inspection:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .lg\:hover\:text-policyStatus-failed:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .lg\:hover\:text-policyStatus-waiting_policy:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .lg\:hover\:text-policyStatus-cancel:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .lg\:focus\:text-transparent:focus {
    color: transparent;
  }

  .lg\:focus\:text-current:focus {
    color: currentColor;
  }

  .lg\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .lg\:focus\:text-primary-color:focus {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .lg\:focus\:text-primary-color-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .lg\:focus\:text-secondary-color:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .lg\:focus\:text-custom-gray-sm:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .lg\:focus\:text-custom-gray-sm2:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .lg\:focus\:text-custom-gray-md:focus {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .lg\:focus\:text-custom-navy-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .lg\:focus\:text-dark-blue:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .lg\:focus\:text-primary:focus {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .lg\:focus\:text-secondary-1:focus {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .lg\:focus\:text-secondary-2:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .lg\:focus\:text-secondary-3:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .lg\:focus\:text-secondary:focus {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .lg\:focus\:text-secondary-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .lg\:focus\:text-secondary-light:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .lg\:focus\:text-grayCustom-1:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .lg\:focus\:text-grayCustom-2:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .lg\:focus\:text-grayCustom-3:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .lg\:focus\:text-grayCustom-800:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .lg\:focus\:text-grayCustom:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .lg\:focus\:text-grayCustom-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .lg\:focus\:text-grayCustom-light:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .lg\:focus\:text-grayCustom-hover:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .lg\:focus\:text-error:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .lg\:focus\:text-error-light:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .lg\:focus\:text-warning:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .lg\:focus\:text-warning-light:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .lg\:focus\:text-success:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .lg\:focus\:text-success-light:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .lg\:focus\:text-status-open:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-status-waiting_payment:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .lg\:focus\:text-status-completed:focus {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .lg\:focus\:text-status-failed:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .lg\:focus\:text-status-waiting_verify:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .lg\:focus\:text-status-closed:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .lg\:focus\:text-policyStatus-issuing:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-policyStatus-waiting_inspection:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .lg\:focus\:text-policyStatus-success:focus {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .lg\:focus\:text-policyStatus-failed_inspection:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .lg\:focus\:text-policyStatus-failed:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .lg\:focus\:text-policyStatus-waiting_policy:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .lg\:focus\:text-policyStatus-cancel:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .lg\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .lg\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .lg\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .lg\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .lg\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .lg\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .lg\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .lg\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .lg\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .lg\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .lg\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .lg\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .lg\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .lg\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .lg\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .lg\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .lg\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .lg\:focus-within\:text-opacity-0[focus-within] {
    --tw-text-opacity: 0;
  }

  .lg\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .lg\:focus-within\:text-opacity-5[focus-within] {
    --tw-text-opacity: 0.05;
  }

  .lg\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .lg\:focus-within\:text-opacity-10[focus-within] {
    --tw-text-opacity: 0.1;
  }

  .lg\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .lg\:focus-within\:text-opacity-20[focus-within] {
    --tw-text-opacity: 0.2;
  }

  .lg\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .lg\:focus-within\:text-opacity-25[focus-within] {
    --tw-text-opacity: 0.25;
  }

  .lg\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .lg\:focus-within\:text-opacity-30[focus-within] {
    --tw-text-opacity: 0.3;
  }

  .lg\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .lg\:focus-within\:text-opacity-40[focus-within] {
    --tw-text-opacity: 0.4;
  }

  .lg\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .lg\:focus-within\:text-opacity-50[focus-within] {
    --tw-text-opacity: 0.5;
  }

  .lg\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .lg\:focus-within\:text-opacity-60[focus-within] {
    --tw-text-opacity: 0.6;
  }

  .lg\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .lg\:focus-within\:text-opacity-70[focus-within] {
    --tw-text-opacity: 0.7;
  }

  .lg\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .lg\:focus-within\:text-opacity-75[focus-within] {
    --tw-text-opacity: 0.75;
  }

  .lg\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .lg\:focus-within\:text-opacity-80[focus-within] {
    --tw-text-opacity: 0.8;
  }

  .lg\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .lg\:focus-within\:text-opacity-90[focus-within] {
    --tw-text-opacity: 0.9;
  }

  .lg\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .lg\:focus-within\:text-opacity-95[focus-within] {
    --tw-text-opacity: 0.95;
  }

  .lg\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .lg\:focus-within\:text-opacity-100[focus-within] {
    --tw-text-opacity: 1;
  }

  .lg\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .lg\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .lg\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .lg\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .lg\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .lg\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .lg\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .lg\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .lg\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .lg\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .lg\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .lg\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .lg\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .lg\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .lg\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .lg\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .lg\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .lg\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .lg\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .lg\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .lg\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .lg\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .lg\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .lg\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .lg\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .lg\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .lg\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .lg\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .lg\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .lg\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .lg\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .lg\:underline {
    text-decoration: underline;
  }

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

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

  .group:hover .lg\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .lg\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .lg\:group-hover\:no-underline {
    text-decoration: none;
  }

  .lg\:focus-within\:underline[focus-within] {
    text-decoration: underline;
  }

  .lg\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .lg\:focus-within\:line-through[focus-within] {
    text-decoration: line-through;
  }

  .lg\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .lg\:focus-within\:no-underline[focus-within] {
    text-decoration: none;
  }

  .lg\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .lg\:hover\:underline:hover {
    text-decoration: underline;
  }

  .lg\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .lg\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .lg\:focus\:underline:focus {
    text-decoration: underline;
  }

  .lg\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .lg\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .lg\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .lg\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .lg\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .lg\:placeholder-current::placeholder {
    color: currentColor;
  }

  .lg\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-primary-color::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-primary-color::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-primary-color-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-primary-color-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-secondary-color::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-secondary-color::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-custom-gray-sm::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-custom-gray-sm::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-custom-gray-sm2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-custom-gray-sm2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-custom-gray-md::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-custom-gray-md::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-custom-navy-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-custom-navy-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-dark-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-dark-blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-primary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-secondary-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-secondary-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-secondary-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-secondary-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-secondary-3::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-secondary-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-secondary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-secondary-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-secondary-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-secondary-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-secondary-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grayCustom-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grayCustom-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grayCustom-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grayCustom-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grayCustom-3::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grayCustom-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grayCustom-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grayCustom-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grayCustom::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grayCustom::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grayCustom-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grayCustom-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grayCustom-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grayCustom-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grayCustom-hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grayCustom-hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-error::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-error::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-error-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-error-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warning::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warning::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warning-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warning-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-success-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-success-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-status-open::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-status-open::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-status-waiting_payment::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-status-waiting_payment::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-status-completed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-status-completed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-status-failed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-status-failed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-status-waiting_verify::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-status-waiting_verify::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-status-closed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-status-closed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-policyStatus-issuing::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-policyStatus-issuing::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-policyStatus-waiting_inspection::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-policyStatus-waiting_inspection::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-policyStatus-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-policyStatus-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-policyStatus-failed_inspection::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-policyStatus-failed_inspection::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-policyStatus-failed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-policyStatus-failed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-policyStatus-waiting_policy::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-policyStatus-waiting_policy::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-policyStatus-cancel::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-policyStatus-cancel::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .lg\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-primary-color:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-primary-color:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-primary-color-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-primary-color-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-secondary-color:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-secondary-color:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-custom-gray-sm:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-custom-gray-sm:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-custom-gray-sm2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-custom-gray-sm2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-custom-gray-md:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-custom-gray-md:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-custom-navy-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-custom-navy-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-dark-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-dark-blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-primary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-secondary-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-secondary-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-secondary-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-secondary-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-secondary-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-secondary-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-secondary-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-secondary-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-secondary-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-secondary-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grayCustom-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grayCustom-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grayCustom-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grayCustom-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grayCustom-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grayCustom-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grayCustom-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grayCustom-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grayCustom:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grayCustom:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grayCustom-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grayCustom-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grayCustom-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grayCustom-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grayCustom-hover:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grayCustom-hover:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-error:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-error:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-error-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-error-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warning:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warning:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warning-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warning-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-success-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-success-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-status-open:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-status-open:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-status-waiting_payment:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-status-waiting_payment:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-status-completed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-status-completed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-status-failed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-status-failed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-status-waiting_verify:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-status-waiting_verify:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-status-closed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-status-closed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-policyStatus-issuing:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-policyStatus-issuing:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-policyStatus-waiting_inspection:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-policyStatus-waiting_inspection:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-policyStatus-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-policyStatus-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-policyStatus-failed_inspection:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-policyStatus-failed_inspection:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-policyStatus-failed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-policyStatus-failed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-policyStatus-waiting_policy:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-policyStatus-waiting_policy:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-policyStatus-cancel:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-policyStatus-cancel:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:opacity-5 {
    opacity: 0.05;
  }

  .lg\:opacity-10 {
    opacity: 0.1;
  }

  .lg\:opacity-20 {
    opacity: 0.2;
  }

  .lg\:opacity-25 {
    opacity: 0.25;
  }

  .lg\:opacity-30 {
    opacity: 0.3;
  }

  .lg\:opacity-40 {
    opacity: 0.4;
  }

  .lg\:opacity-50 {
    opacity: 0.5;
  }

  .lg\:opacity-60 {
    opacity: 0.6;
  }

  .lg\:opacity-70 {
    opacity: 0.7;
  }

  .lg\:opacity-75 {
    opacity: 0.75;
  }

  .lg\:opacity-80 {
    opacity: 0.8;
  }

  .lg\:opacity-90 {
    opacity: 0.9;
  }

  .lg\:opacity-95 {
    opacity: 0.95;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

  .group:hover .lg\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .lg\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .lg\:focus-within\:opacity-0[focus-within] {
    opacity: 0;
  }

  .lg\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .lg\:focus-within\:opacity-5[focus-within] {
    opacity: 0.05;
  }

  .lg\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .lg\:focus-within\:opacity-10[focus-within] {
    opacity: 0.1;
  }

  .lg\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .lg\:focus-within\:opacity-20[focus-within] {
    opacity: 0.2;
  }

  .lg\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .lg\:focus-within\:opacity-25[focus-within] {
    opacity: 0.25;
  }

  .lg\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .lg\:focus-within\:opacity-30[focus-within] {
    opacity: 0.3;
  }

  .lg\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .lg\:focus-within\:opacity-40[focus-within] {
    opacity: 0.4;
  }

  .lg\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .lg\:focus-within\:opacity-50[focus-within] {
    opacity: 0.5;
  }

  .lg\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .lg\:focus-within\:opacity-60[focus-within] {
    opacity: 0.6;
  }

  .lg\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .lg\:focus-within\:opacity-70[focus-within] {
    opacity: 0.7;
  }

  .lg\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .lg\:focus-within\:opacity-75[focus-within] {
    opacity: 0.75;
  }

  .lg\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .lg\:focus-within\:opacity-80[focus-within] {
    opacity: 0.8;
  }

  .lg\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .lg\:focus-within\:opacity-90[focus-within] {
    opacity: 0.9;
  }

  .lg\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .lg\:focus-within\:opacity-95[focus-within] {
    opacity: 0.95;
  }

  .lg\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .lg\:focus-within\:opacity-100[focus-within] {
    opacity: 1;
  }

  .lg\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .lg\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .lg\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .lg\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .lg\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .lg\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .lg\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .lg\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .lg\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .lg\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .lg\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .lg\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .lg\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .lg\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .lg\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .lg\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .lg\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .lg\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .lg\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .lg\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .lg\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .lg\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .lg\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .lg\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .lg\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .lg\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .lg\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .lg\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .lg\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .lg\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .lg\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .lg\:disabled\:opacity-0:disabled {
    opacity: 0;
  }

  .lg\:disabled\:opacity-5:disabled {
    opacity: 0.05;
  }

  .lg\:disabled\:opacity-10:disabled {
    opacity: 0.1;
  }

  .lg\:disabled\:opacity-20:disabled {
    opacity: 0.2;
  }

  .lg\:disabled\:opacity-25:disabled {
    opacity: 0.25;
  }

  .lg\:disabled\:opacity-30:disabled {
    opacity: 0.3;
  }

  .lg\:disabled\:opacity-40:disabled {
    opacity: 0.4;
  }

  .lg\:disabled\:opacity-50:disabled {
    opacity: 0.5;
  }

  .lg\:disabled\:opacity-60:disabled {
    opacity: 0.6;
  }

  .lg\:disabled\:opacity-70:disabled {
    opacity: 0.7;
  }

  .lg\:disabled\:opacity-75:disabled {
    opacity: 0.75;
  }

  .lg\:disabled\:opacity-80:disabled {
    opacity: 0.8;
  }

  .lg\:disabled\:opacity-90:disabled {
    opacity: 0.9;
  }

  .lg\:disabled\:opacity-95:disabled {
    opacity: 0.95;
  }

  .lg\:disabled\:opacity-100:disabled {
    opacity: 1;
  }

  .lg\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .lg\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .lg\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .lg\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .lg\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .lg\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .lg\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .lg\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .lg\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .lg\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .lg\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .lg\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .lg\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .lg\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .lg\:bg-blend-color {
    background-blend-mode: color;
  }

  .lg\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .lg\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .lg\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .lg\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .lg\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .lg\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .lg\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .lg\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .lg\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .lg\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .lg\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .lg\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .lg\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .lg\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .lg\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .lg\:mix-blend-color {
    mix-blend-mode: color;
  }

  .lg\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .lg\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:shadow-none {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:shadow-button {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:shadow-button-hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:shadow-secondary-tag {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:shadow-gray {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-none {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-button {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-button-hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-secondary-tag {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-gray {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-sm[focus-within] {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow[focus-within] {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-md[focus-within] {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-lg[focus-within] {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-xl[focus-within] {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-2xl[focus-within] {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-inner[focus-within] {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-none[focus-within] {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-button[focus-within] {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-button:focus-within {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-button-hover[focus-within] {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-button-hover:focus-within {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-secondary-tag[focus-within] {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-secondary-tag:focus-within {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-gray[focus-within] {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-gray:focus-within {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:hover\:shadow-button:hover {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:hover\:shadow-button-hover:hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:hover\:shadow-secondary-tag:hover {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:hover\:shadow-gray:hover {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:focus\:shadow-button:focus {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:focus\:shadow-button-hover:focus {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:focus\:shadow-secondary-tag:focus {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:focus\:shadow-gray:focus {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:focus-within\:outline-none[focus-within] {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:focus-within\:outline-white[focus-within] {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:focus-within\:outline-black[focus-within] {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .lg\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .lg\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .lg\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .lg\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .lg\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .lg\:focus-within\:ring-0[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .lg\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .lg\:focus-within\:ring-1[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .lg\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .lg\:focus-within\:ring-2[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .lg\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .lg\:focus-within\:ring-4[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .lg\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .lg\:focus-within\:ring-8[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .lg\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .lg\:focus-within\:ring[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .lg\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .lg\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .lg\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .lg\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .lg\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .lg\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .lg\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .lg\:ring-inset {
    --tw-ring-inset: inset;
  }

  .lg\:focus-within\:ring-inset[focus-within] {
    --tw-ring-inset: inset;
  }

  .lg\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .lg\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .lg\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .lg\:ring-current {
    --tw-ring-color: currentColor;
  }

  .lg\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .lg\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .lg\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .lg\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .lg\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .lg\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .lg\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .lg\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .lg\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .lg\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .lg\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .lg\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .lg\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .lg\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .lg\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .lg\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .lg\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .lg\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .lg\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .lg\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .lg\:ring-primary-color {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .lg\:ring-primary-color-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .lg\:ring-secondary-color {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .lg\:ring-custom-gray-sm {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .lg\:ring-custom-gray-sm2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .lg\:ring-custom-gray-md {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .lg\:ring-custom-navy-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .lg\:ring-dark-blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .lg\:ring-primary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .lg\:ring-secondary-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .lg\:ring-secondary-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .lg\:ring-secondary-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .lg\:ring-secondary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .lg\:ring-secondary-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .lg\:ring-secondary-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .lg\:ring-grayCustom-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .lg\:ring-grayCustom-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .lg\:ring-grayCustom-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .lg\:ring-grayCustom-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .lg\:ring-grayCustom {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .lg\:ring-grayCustom-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .lg\:ring-grayCustom-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .lg\:ring-grayCustom-hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .lg\:ring-error {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .lg\:ring-error-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .lg\:ring-warning {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .lg\:ring-warning-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .lg\:ring-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .lg\:ring-success-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .lg\:ring-status-open {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-status-waiting_payment {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .lg\:ring-status-completed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .lg\:ring-status-failed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .lg\:ring-status-waiting_verify {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .lg\:ring-status-closed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .lg\:ring-policyStatus-issuing {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-policyStatus-waiting_inspection {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .lg\:ring-policyStatus-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .lg\:ring-policyStatus-failed_inspection {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .lg\:ring-policyStatus-failed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .lg\:ring-policyStatus-waiting_policy {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .lg\:ring-policyStatus-cancel {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-transparent[focus-within] {
    --tw-ring-color: transparent;
  }

  .lg\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .lg\:focus-within\:ring-current[focus-within] {
    --tw-ring-color: currentColor;
  }

  .lg\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor;
  }

  .lg\:focus-within\:ring-black[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-white[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-primary-color[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-primary-color:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-primary-color-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-primary-color-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-secondary-color[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-secondary-color:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-custom-gray-sm[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-custom-gray-sm:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-custom-gray-sm2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-custom-gray-sm2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-custom-gray-md[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-custom-gray-md:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-custom-navy-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-custom-navy-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-dark-blue[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-dark-blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-primary[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-primary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-secondary-1[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-secondary-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-secondary-2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-secondary-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-secondary-3[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-secondary-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-secondary[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-secondary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-secondary-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-secondary-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-secondary-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-secondary-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-grayCustom-1[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-grayCustom-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-grayCustom-2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-grayCustom-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-grayCustom-3[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-grayCustom-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-grayCustom-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-grayCustom-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-grayCustom[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-grayCustom:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-grayCustom-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-grayCustom-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-grayCustom-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-grayCustom-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-grayCustom-hover[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-grayCustom-hover:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-error[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-error:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-error-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-error-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-warning[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-warning:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-warning-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-warning-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-success[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-success-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-success-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-status-open[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-status-open:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-status-waiting_payment[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-status-waiting_payment:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-status-completed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-status-completed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-status-failed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-status-failed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-status-waiting_verify[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-status-waiting_verify:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-status-closed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-status-closed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-policyStatus-issuing[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-policyStatus-issuing:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-policyStatus-waiting_inspection[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-policyStatus-waiting_inspection:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-policyStatus-success[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-policyStatus-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-policyStatus-failed_inspection[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-policyStatus-failed_inspection:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-policyStatus-failed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-policyStatus-failed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-policyStatus-waiting_policy[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-policyStatus-waiting_policy:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-policyStatus-cancel[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-policyStatus-cancel:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .lg\:focus\:ring-current:focus {
    --tw-ring-color: currentColor;
  }

  .lg\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-primary-color:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-primary-color-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-secondary-color:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-custom-gray-sm:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-custom-gray-sm2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-custom-gray-md:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-custom-navy-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-dark-blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-primary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-secondary-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-secondary-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-secondary-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-secondary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-secondary-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-secondary-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-grayCustom-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-grayCustom-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-grayCustom-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-grayCustom-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-grayCustom:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-grayCustom-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-grayCustom-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-grayCustom-hover:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-error:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-error-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-warning:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-warning-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-success-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-status-open:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-status-waiting_payment:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-status-completed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-status-failed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-status-waiting_verify:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-status-closed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-policyStatus-issuing:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-policyStatus-waiting_inspection:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-policyStatus-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-policyStatus-failed_inspection:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-policyStatus-failed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-policyStatus-waiting_policy:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-policyStatus-cancel:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .lg\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .lg\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .lg\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .lg\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .lg\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .lg\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .lg\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .lg\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .lg\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .lg\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .lg\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .lg\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .lg\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .lg\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .lg\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .lg\:focus-within\:ring-opacity-0[focus-within] {
    --tw-ring-opacity: 0;
  }

  .lg\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .lg\:focus-within\:ring-opacity-5[focus-within] {
    --tw-ring-opacity: 0.05;
  }

  .lg\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .lg\:focus-within\:ring-opacity-10[focus-within] {
    --tw-ring-opacity: 0.1;
  }

  .lg\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .lg\:focus-within\:ring-opacity-20[focus-within] {
    --tw-ring-opacity: 0.2;
  }

  .lg\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .lg\:focus-within\:ring-opacity-25[focus-within] {
    --tw-ring-opacity: 0.25;
  }

  .lg\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .lg\:focus-within\:ring-opacity-30[focus-within] {
    --tw-ring-opacity: 0.3;
  }

  .lg\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .lg\:focus-within\:ring-opacity-40[focus-within] {
    --tw-ring-opacity: 0.4;
  }

  .lg\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .lg\:focus-within\:ring-opacity-50[focus-within] {
    --tw-ring-opacity: 0.5;
  }

  .lg\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .lg\:focus-within\:ring-opacity-60[focus-within] {
    --tw-ring-opacity: 0.6;
  }

  .lg\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .lg\:focus-within\:ring-opacity-70[focus-within] {
    --tw-ring-opacity: 0.7;
  }

  .lg\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .lg\:focus-within\:ring-opacity-75[focus-within] {
    --tw-ring-opacity: 0.75;
  }

  .lg\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .lg\:focus-within\:ring-opacity-80[focus-within] {
    --tw-ring-opacity: 0.8;
  }

  .lg\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .lg\:focus-within\:ring-opacity-90[focus-within] {
    --tw-ring-opacity: 0.9;
  }

  .lg\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .lg\:focus-within\:ring-opacity-95[focus-within] {
    --tw-ring-opacity: 0.95;
  }

  .lg\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .lg\:focus-within\:ring-opacity-100[focus-within] {
    --tw-ring-opacity: 1;
  }

  .lg\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .lg\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .lg\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .lg\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .lg\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .lg\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .lg\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .lg\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .lg\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .lg\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .lg\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .lg\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .lg\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .lg\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .lg\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .lg\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .lg\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .lg\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .lg\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .lg\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .lg\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .lg\:focus-within\:ring-offset-0[focus-within] {
    --tw-ring-offset-width: 0px;
  }

  .lg\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .lg\:focus-within\:ring-offset-1[focus-within] {
    --tw-ring-offset-width: 1px;
  }

  .lg\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .lg\:focus-within\:ring-offset-2[focus-within] {
    --tw-ring-offset-width: 2px;
  }

  .lg\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .lg\:focus-within\:ring-offset-4[focus-within] {
    --tw-ring-offset-width: 4px;
  }

  .lg\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .lg\:focus-within\:ring-offset-8[focus-within] {
    --tw-ring-offset-width: 8px;
  }

  .lg\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .lg\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .lg\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .lg\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .lg\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .lg\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .lg\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .lg\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }

  .lg\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .lg\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .lg\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f9fafb;
  }

  .lg\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f3f4f6;
  }

  .lg\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e5e7eb;
  }

  .lg\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d1d5db;
  }

  .lg\:ring-offset-gray-400 {
    --tw-ring-offset-color: #9ca3af;
  }

  .lg\:ring-offset-gray-500 {
    --tw-ring-offset-color: #6b7280;
  }

  .lg\:ring-offset-gray-600 {
    --tw-ring-offset-color: #4b5563;
  }

  .lg\:ring-offset-gray-700 {
    --tw-ring-offset-color: #374151;
  }

  .lg\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .lg\:ring-offset-gray-900 {
    --tw-ring-offset-color: #111827;
  }

  .lg\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .lg\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .lg\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .lg\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .lg\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .lg\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .lg\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .lg\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .lg\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .lg\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .lg\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .lg\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .lg\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .lg\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .lg\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .lg\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .lg\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }

  .lg\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }

  .lg\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }

  .lg\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }

  .lg\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .lg\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .lg\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .lg\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .lg\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }

  .lg\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }

  .lg\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }

  .lg\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }

  .lg\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }

  .lg\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .lg\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .lg\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .lg\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .lg\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .lg\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .lg\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .lg\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .lg\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .lg\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .lg\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .lg\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .lg\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .lg\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .lg\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .lg\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .lg\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .lg\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .lg\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .lg\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .lg\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .lg\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .lg\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .lg\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .lg\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .lg\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .lg\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .lg\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .lg\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .lg\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .lg\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .lg\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .lg\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .lg\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .lg\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .lg\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .lg\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .lg\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .lg\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .lg\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .lg\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .lg\:ring-offset-primary-color {
    --tw-ring-offset-color: #eb008b;
  }

  .lg\:ring-offset-primary-color-dark {
    --tw-ring-offset-color: #c90068;
  }

  .lg\:ring-offset-secondary-color {
    --tw-ring-offset-color: #112e42;
  }

  .lg\:ring-offset-custom-gray-sm {
    --tw-ring-offset-color: #f1f4f6;
  }

  .lg\:ring-offset-custom-gray-sm2 {
    --tw-ring-offset-color: #f1f2f3;
  }

  .lg\:ring-offset-custom-gray-md {
    --tw-ring-offset-color: #848484;
  }

  .lg\:ring-offset-custom-navy-dark {
    --tw-ring-offset-color: #112e42;
  }

  .lg\:ring-offset-dark-blue {
    --tw-ring-offset-color: #112E42;
  }

  .lg\:ring-offset-primary {
    --tw-ring-offset-color: #192D40;
  }

  .lg\:ring-offset-secondary-1 {
    --tw-ring-offset-color: #E6007E;
  }

  .lg\:ring-offset-secondary-2 {
    --tw-ring-offset-color: #D6D564;
  }

  .lg\:ring-offset-secondary-3 {
    --tw-ring-offset-color: #FCFCCD;
  }

  .lg\:ring-offset-secondary {
    --tw-ring-offset-color: #E6007E;
  }

  .lg\:ring-offset-secondary-dark {
    --tw-ring-offset-color: #C11A7D;
  }

  .lg\:ring-offset-secondary-light {
    --tw-ring-offset-color: #FBCEE9;
  }

  .lg\:ring-offset-grayCustom-1 {
    --tw-ring-offset-color: #4F4F4F;
  }

  .lg\:ring-offset-grayCustom-2 {
    --tw-ring-offset-color: #C4C4C4;
  }

  .lg\:ring-offset-grayCustom-3 {
    --tw-ring-offset-color: #F9F9F9;
  }

  .lg\:ring-offset-grayCustom-800 {
    --tw-ring-offset-color: #4F4F4F;
  }

  .lg\:ring-offset-grayCustom {
    --tw-ring-offset-color: #C4C4C4;
  }

  .lg\:ring-offset-grayCustom-dark {
    --tw-ring-offset-color: #4F4F4F;
  }

  .lg\:ring-offset-grayCustom-light {
    --tw-ring-offset-color: #F9F9F9;
  }

  .lg\:ring-offset-grayCustom-hover {
    --tw-ring-offset-color: #9F9F9F;
  }

  .lg\:ring-offset-error {
    --tw-ring-offset-color: #FF206E;
  }

  .lg\:ring-offset-error-light {
    --tw-ring-offset-color: #FDE8EA;
  }

  .lg\:ring-offset-warning {
    --tw-ring-offset-color: #FFAE14;
  }

  .lg\:ring-offset-warning-light {
    --tw-ring-offset-color: #FFF6E5;
  }

  .lg\:ring-offset-success {
    --tw-ring-offset-color: #2DD881;
  }

  .lg\:ring-offset-success-light {
    --tw-ring-offset-color: #E9FBF2;
  }

  .lg\:ring-offset-status-open {
    --tw-ring-offset-color: #FFF;
  }

  .lg\:ring-offset-status-waiting_payment {
    --tw-ring-offset-color: #ffae14;
  }

  .lg\:ring-offset-status-completed {
    --tw-ring-offset-color: #54c1bb;
  }

  .lg\:ring-offset-status-failed {
    --tw-ring-offset-color: #e8556b;
  }

  .lg\:ring-offset-status-waiting_verify {
    --tw-ring-offset-color: #ffae14;
  }

  .lg\:ring-offset-status-closed {
    --tw-ring-offset-color: #c4c4c4;
  }

  .lg\:ring-offset-policyStatus-issuing {
    --tw-ring-offset-color: #FFF;
  }

  .lg\:ring-offset-policyStatus-waiting_inspection {
    --tw-ring-offset-color: #ffae14;
  }

  .lg\:ring-offset-policyStatus-success {
    --tw-ring-offset-color: #54c1bb;
  }

  .lg\:ring-offset-policyStatus-failed_inspection {
    --tw-ring-offset-color: #e8556b;
  }

  .lg\:ring-offset-policyStatus-failed {
    --tw-ring-offset-color: #e8556b;
  }

  .lg\:ring-offset-policyStatus-waiting_policy {
    --tw-ring-offset-color: #ffae14;
  }

  .lg\:ring-offset-policyStatus-cancel {
    --tw-ring-offset-color: #c4c4c4;
  }

  .lg\:focus-within\:ring-offset-transparent[focus-within] {
    --tw-ring-offset-color: transparent;
  }

  .lg\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .lg\:focus-within\:ring-offset-current[focus-within] {
    --tw-ring-offset-color: currentColor;
  }

  .lg\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }

  .lg\:focus-within\:ring-offset-black[focus-within] {
    --tw-ring-offset-color: #000;
  }

  .lg\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .lg\:focus-within\:ring-offset-white[focus-within] {
    --tw-ring-offset-color: #fff;
  }

  .lg\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .lg\:focus-within\:ring-offset-gray-50[focus-within] {
    --tw-ring-offset-color: #f9fafb;
  }

  .lg\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f9fafb;
  }

  .lg\:focus-within\:ring-offset-gray-100[focus-within] {
    --tw-ring-offset-color: #f3f4f6;
  }

  .lg\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6;
  }

  .lg\:focus-within\:ring-offset-gray-200[focus-within] {
    --tw-ring-offset-color: #e5e7eb;
  }

  .lg\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb;
  }

  .lg\:focus-within\:ring-offset-gray-300[focus-within] {
    --tw-ring-offset-color: #d1d5db;
  }

  .lg\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d1d5db;
  }

  .lg\:focus-within\:ring-offset-gray-400[focus-within] {
    --tw-ring-offset-color: #9ca3af;
  }

  .lg\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #9ca3af;
  }

  .lg\:focus-within\:ring-offset-gray-500[focus-within] {
    --tw-ring-offset-color: #6b7280;
  }

  .lg\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #6b7280;
  }

  .lg\:focus-within\:ring-offset-gray-600[focus-within] {
    --tw-ring-offset-color: #4b5563;
  }

  .lg\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #4b5563;
  }

  .lg\:focus-within\:ring-offset-gray-700[focus-within] {
    --tw-ring-offset-color: #374151;
  }

  .lg\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #374151;
  }

  .lg\:focus-within\:ring-offset-gray-800[focus-within] {
    --tw-ring-offset-color: #1f2937;
  }

  .lg\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #1f2937;
  }

  .lg\:focus-within\:ring-offset-gray-900[focus-within] {
    --tw-ring-offset-color: #111827;
  }

  .lg\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #111827;
  }

  .lg\:focus-within\:ring-offset-red-50[focus-within] {
    --tw-ring-offset-color: #fef2f2;
  }

  .lg\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .lg\:focus-within\:ring-offset-red-100[focus-within] {
    --tw-ring-offset-color: #fee2e2;
  }

  .lg\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .lg\:focus-within\:ring-offset-red-200[focus-within] {
    --tw-ring-offset-color: #fecaca;
  }

  .lg\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .lg\:focus-within\:ring-offset-red-300[focus-within] {
    --tw-ring-offset-color: #fca5a5;
  }

  .lg\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .lg\:focus-within\:ring-offset-red-400[focus-within] {
    --tw-ring-offset-color: #f87171;
  }

  .lg\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .lg\:focus-within\:ring-offset-red-500[focus-within] {
    --tw-ring-offset-color: #ef4444;
  }

  .lg\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .lg\:focus-within\:ring-offset-red-600[focus-within] {
    --tw-ring-offset-color: #dc2626;
  }

  .lg\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .lg\:focus-within\:ring-offset-red-700[focus-within] {
    --tw-ring-offset-color: #b91c1c;
  }

  .lg\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .lg\:focus-within\:ring-offset-red-800[focus-within] {
    --tw-ring-offset-color: #991b1b;
  }

  .lg\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .lg\:focus-within\:ring-offset-red-900[focus-within] {
    --tw-ring-offset-color: #7f1d1d;
  }

  .lg\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .lg\:focus-within\:ring-offset-yellow-50[focus-within] {
    --tw-ring-offset-color: #fffbeb;
  }

  .lg\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .lg\:focus-within\:ring-offset-yellow-100[focus-within] {
    --tw-ring-offset-color: #fef3c7;
  }

  .lg\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .lg\:focus-within\:ring-offset-yellow-200[focus-within] {
    --tw-ring-offset-color: #fde68a;
  }

  .lg\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .lg\:focus-within\:ring-offset-yellow-300[focus-within] {
    --tw-ring-offset-color: #fcd34d;
  }

  .lg\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .lg\:focus-within\:ring-offset-yellow-400[focus-within] {
    --tw-ring-offset-color: #fbbf24;
  }

  .lg\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .lg\:focus-within\:ring-offset-yellow-500[focus-within] {
    --tw-ring-offset-color: #f59e0b;
  }

  .lg\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .lg\:focus-within\:ring-offset-yellow-600[focus-within] {
    --tw-ring-offset-color: #d97706;
  }

  .lg\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .lg\:focus-within\:ring-offset-yellow-700[focus-within] {
    --tw-ring-offset-color: #b45309;
  }

  .lg\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .lg\:focus-within\:ring-offset-yellow-800[focus-within] {
    --tw-ring-offset-color: #92400e;
  }

  .lg\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .lg\:focus-within\:ring-offset-yellow-900[focus-within] {
    --tw-ring-offset-color: #78350f;
  }

  .lg\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .lg\:focus-within\:ring-offset-green-50[focus-within] {
    --tw-ring-offset-color: #ecfdf5;
  }

  .lg\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .lg\:focus-within\:ring-offset-green-100[focus-within] {
    --tw-ring-offset-color: #d1fae5;
  }

  .lg\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .lg\:focus-within\:ring-offset-green-200[focus-within] {
    --tw-ring-offset-color: #a7f3d0;
  }

  .lg\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .lg\:focus-within\:ring-offset-green-300[focus-within] {
    --tw-ring-offset-color: #6ee7b7;
  }

  .lg\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .lg\:focus-within\:ring-offset-green-400[focus-within] {
    --tw-ring-offset-color: #34d399;
  }

  .lg\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .lg\:focus-within\:ring-offset-green-500[focus-within] {
    --tw-ring-offset-color: #10b981;
  }

  .lg\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .lg\:focus-within\:ring-offset-green-600[focus-within] {
    --tw-ring-offset-color: #059669;
  }

  .lg\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .lg\:focus-within\:ring-offset-green-700[focus-within] {
    --tw-ring-offset-color: #047857;
  }

  .lg\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .lg\:focus-within\:ring-offset-green-800[focus-within] {
    --tw-ring-offset-color: #065f46;
  }

  .lg\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .lg\:focus-within\:ring-offset-green-900[focus-within] {
    --tw-ring-offset-color: #064e3b;
  }

  .lg\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .lg\:focus-within\:ring-offset-blue-50[focus-within] {
    --tw-ring-offset-color: #eff6ff;
  }

  .lg\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .lg\:focus-within\:ring-offset-blue-100[focus-within] {
    --tw-ring-offset-color: #dbeafe;
  }

  .lg\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .lg\:focus-within\:ring-offset-blue-200[focus-within] {
    --tw-ring-offset-color: #bfdbfe;
  }

  .lg\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .lg\:focus-within\:ring-offset-blue-300[focus-within] {
    --tw-ring-offset-color: #93c5fd;
  }

  .lg\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .lg\:focus-within\:ring-offset-blue-400[focus-within] {
    --tw-ring-offset-color: #60a5fa;
  }

  .lg\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .lg\:focus-within\:ring-offset-blue-500[focus-within] {
    --tw-ring-offset-color: #3b82f6;
  }

  .lg\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .lg\:focus-within\:ring-offset-blue-600[focus-within] {
    --tw-ring-offset-color: #2563eb;
  }

  .lg\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .lg\:focus-within\:ring-offset-blue-700[focus-within] {
    --tw-ring-offset-color: #1d4ed8;
  }

  .lg\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .lg\:focus-within\:ring-offset-blue-800[focus-within] {
    --tw-ring-offset-color: #1e40af;
  }

  .lg\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .lg\:focus-within\:ring-offset-blue-900[focus-within] {
    --tw-ring-offset-color: #1e3a8a;
  }

  .lg\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .lg\:focus-within\:ring-offset-indigo-50[focus-within] {
    --tw-ring-offset-color: #eef2ff;
  }

  .lg\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .lg\:focus-within\:ring-offset-indigo-100[focus-within] {
    --tw-ring-offset-color: #e0e7ff;
  }

  .lg\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .lg\:focus-within\:ring-offset-indigo-200[focus-within] {
    --tw-ring-offset-color: #c7d2fe;
  }

  .lg\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .lg\:focus-within\:ring-offset-indigo-300[focus-within] {
    --tw-ring-offset-color: #a5b4fc;
  }

  .lg\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .lg\:focus-within\:ring-offset-indigo-400[focus-within] {
    --tw-ring-offset-color: #818cf8;
  }

  .lg\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .lg\:focus-within\:ring-offset-indigo-500[focus-within] {
    --tw-ring-offset-color: #6366f1;
  }

  .lg\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .lg\:focus-within\:ring-offset-indigo-600[focus-within] {
    --tw-ring-offset-color: #4f46e5;
  }

  .lg\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .lg\:focus-within\:ring-offset-indigo-700[focus-within] {
    --tw-ring-offset-color: #4338ca;
  }

  .lg\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .lg\:focus-within\:ring-offset-indigo-800[focus-within] {
    --tw-ring-offset-color: #3730a3;
  }

  .lg\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .lg\:focus-within\:ring-offset-indigo-900[focus-within] {
    --tw-ring-offset-color: #312e81;
  }

  .lg\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .lg\:focus-within\:ring-offset-purple-50[focus-within] {
    --tw-ring-offset-color: #f5f3ff;
  }

  .lg\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .lg\:focus-within\:ring-offset-purple-100[focus-within] {
    --tw-ring-offset-color: #ede9fe;
  }

  .lg\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .lg\:focus-within\:ring-offset-purple-200[focus-within] {
    --tw-ring-offset-color: #ddd6fe;
  }

  .lg\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .lg\:focus-within\:ring-offset-purple-300[focus-within] {
    --tw-ring-offset-color: #c4b5fd;
  }

  .lg\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .lg\:focus-within\:ring-offset-purple-400[focus-within] {
    --tw-ring-offset-color: #a78bfa;
  }

  .lg\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .lg\:focus-within\:ring-offset-purple-500[focus-within] {
    --tw-ring-offset-color: #8b5cf6;
  }

  .lg\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .lg\:focus-within\:ring-offset-purple-600[focus-within] {
    --tw-ring-offset-color: #7c3aed;
  }

  .lg\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .lg\:focus-within\:ring-offset-purple-700[focus-within] {
    --tw-ring-offset-color: #6d28d9;
  }

  .lg\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .lg\:focus-within\:ring-offset-purple-800[focus-within] {
    --tw-ring-offset-color: #5b21b6;
  }

  .lg\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .lg\:focus-within\:ring-offset-purple-900[focus-within] {
    --tw-ring-offset-color: #4c1d95;
  }

  .lg\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .lg\:focus-within\:ring-offset-pink-50[focus-within] {
    --tw-ring-offset-color: #fdf2f8;
  }

  .lg\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .lg\:focus-within\:ring-offset-pink-100[focus-within] {
    --tw-ring-offset-color: #fce7f3;
  }

  .lg\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .lg\:focus-within\:ring-offset-pink-200[focus-within] {
    --tw-ring-offset-color: #fbcfe8;
  }

  .lg\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .lg\:focus-within\:ring-offset-pink-300[focus-within] {
    --tw-ring-offset-color: #f9a8d4;
  }

  .lg\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .lg\:focus-within\:ring-offset-pink-400[focus-within] {
    --tw-ring-offset-color: #f472b6;
  }

  .lg\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .lg\:focus-within\:ring-offset-pink-500[focus-within] {
    --tw-ring-offset-color: #ec4899;
  }

  .lg\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .lg\:focus-within\:ring-offset-pink-600[focus-within] {
    --tw-ring-offset-color: #db2777;
  }

  .lg\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .lg\:focus-within\:ring-offset-pink-700[focus-within] {
    --tw-ring-offset-color: #be185d;
  }

  .lg\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .lg\:focus-within\:ring-offset-pink-800[focus-within] {
    --tw-ring-offset-color: #9d174d;
  }

  .lg\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .lg\:focus-within\:ring-offset-pink-900[focus-within] {
    --tw-ring-offset-color: #831843;
  }

  .lg\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .lg\:focus-within\:ring-offset-primary-color[focus-within] {
    --tw-ring-offset-color: #eb008b;
  }

  .lg\:focus-within\:ring-offset-primary-color:focus-within {
    --tw-ring-offset-color: #eb008b;
  }

  .lg\:focus-within\:ring-offset-primary-color-dark[focus-within] {
    --tw-ring-offset-color: #c90068;
  }

  .lg\:focus-within\:ring-offset-primary-color-dark:focus-within {
    --tw-ring-offset-color: #c90068;
  }

  .lg\:focus-within\:ring-offset-secondary-color[focus-within] {
    --tw-ring-offset-color: #112e42;
  }

  .lg\:focus-within\:ring-offset-secondary-color:focus-within {
    --tw-ring-offset-color: #112e42;
  }

  .lg\:focus-within\:ring-offset-custom-gray-sm[focus-within] {
    --tw-ring-offset-color: #f1f4f6;
  }

  .lg\:focus-within\:ring-offset-custom-gray-sm:focus-within {
    --tw-ring-offset-color: #f1f4f6;
  }

  .lg\:focus-within\:ring-offset-custom-gray-sm2[focus-within] {
    --tw-ring-offset-color: #f1f2f3;
  }

  .lg\:focus-within\:ring-offset-custom-gray-sm2:focus-within {
    --tw-ring-offset-color: #f1f2f3;
  }

  .lg\:focus-within\:ring-offset-custom-gray-md[focus-within] {
    --tw-ring-offset-color: #848484;
  }

  .lg\:focus-within\:ring-offset-custom-gray-md:focus-within {
    --tw-ring-offset-color: #848484;
  }

  .lg\:focus-within\:ring-offset-custom-navy-dark[focus-within] {
    --tw-ring-offset-color: #112e42;
  }

  .lg\:focus-within\:ring-offset-custom-navy-dark:focus-within {
    --tw-ring-offset-color: #112e42;
  }

  .lg\:focus-within\:ring-offset-dark-blue[focus-within] {
    --tw-ring-offset-color: #112E42;
  }

  .lg\:focus-within\:ring-offset-dark-blue:focus-within {
    --tw-ring-offset-color: #112E42;
  }

  .lg\:focus-within\:ring-offset-primary[focus-within] {
    --tw-ring-offset-color: #192D40;
  }

  .lg\:focus-within\:ring-offset-primary:focus-within {
    --tw-ring-offset-color: #192D40;
  }

  .lg\:focus-within\:ring-offset-secondary-1[focus-within] {
    --tw-ring-offset-color: #E6007E;
  }

  .lg\:focus-within\:ring-offset-secondary-1:focus-within {
    --tw-ring-offset-color: #E6007E;
  }

  .lg\:focus-within\:ring-offset-secondary-2[focus-within] {
    --tw-ring-offset-color: #D6D564;
  }

  .lg\:focus-within\:ring-offset-secondary-2:focus-within {
    --tw-ring-offset-color: #D6D564;
  }

  .lg\:focus-within\:ring-offset-secondary-3[focus-within] {
    --tw-ring-offset-color: #FCFCCD;
  }

  .lg\:focus-within\:ring-offset-secondary-3:focus-within {
    --tw-ring-offset-color: #FCFCCD;
  }

  .lg\:focus-within\:ring-offset-secondary[focus-within] {
    --tw-ring-offset-color: #E6007E;
  }

  .lg\:focus-within\:ring-offset-secondary:focus-within {
    --tw-ring-offset-color: #E6007E;
  }

  .lg\:focus-within\:ring-offset-secondary-dark[focus-within] {
    --tw-ring-offset-color: #C11A7D;
  }

  .lg\:focus-within\:ring-offset-secondary-dark:focus-within {
    --tw-ring-offset-color: #C11A7D;
  }

  .lg\:focus-within\:ring-offset-secondary-light[focus-within] {
    --tw-ring-offset-color: #FBCEE9;
  }

  .lg\:focus-within\:ring-offset-secondary-light:focus-within {
    --tw-ring-offset-color: #FBCEE9;
  }

  .lg\:focus-within\:ring-offset-grayCustom-1[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .lg\:focus-within\:ring-offset-grayCustom-1:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .lg\:focus-within\:ring-offset-grayCustom-2[focus-within] {
    --tw-ring-offset-color: #C4C4C4;
  }

  .lg\:focus-within\:ring-offset-grayCustom-2:focus-within {
    --tw-ring-offset-color: #C4C4C4;
  }

  .lg\:focus-within\:ring-offset-grayCustom-3[focus-within] {
    --tw-ring-offset-color: #F9F9F9;
  }

  .lg\:focus-within\:ring-offset-grayCustom-3:focus-within {
    --tw-ring-offset-color: #F9F9F9;
  }

  .lg\:focus-within\:ring-offset-grayCustom-800[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .lg\:focus-within\:ring-offset-grayCustom-800:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .lg\:focus-within\:ring-offset-grayCustom[focus-within] {
    --tw-ring-offset-color: #C4C4C4;
  }

  .lg\:focus-within\:ring-offset-grayCustom:focus-within {
    --tw-ring-offset-color: #C4C4C4;
  }

  .lg\:focus-within\:ring-offset-grayCustom-dark[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .lg\:focus-within\:ring-offset-grayCustom-dark:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .lg\:focus-within\:ring-offset-grayCustom-light[focus-within] {
    --tw-ring-offset-color: #F9F9F9;
  }

  .lg\:focus-within\:ring-offset-grayCustom-light:focus-within {
    --tw-ring-offset-color: #F9F9F9;
  }

  .lg\:focus-within\:ring-offset-grayCustom-hover[focus-within] {
    --tw-ring-offset-color: #9F9F9F;
  }

  .lg\:focus-within\:ring-offset-grayCustom-hover:focus-within {
    --tw-ring-offset-color: #9F9F9F;
  }

  .lg\:focus-within\:ring-offset-error[focus-within] {
    --tw-ring-offset-color: #FF206E;
  }

  .lg\:focus-within\:ring-offset-error:focus-within {
    --tw-ring-offset-color: #FF206E;
  }

  .lg\:focus-within\:ring-offset-error-light[focus-within] {
    --tw-ring-offset-color: #FDE8EA;
  }

  .lg\:focus-within\:ring-offset-error-light:focus-within {
    --tw-ring-offset-color: #FDE8EA;
  }

  .lg\:focus-within\:ring-offset-warning[focus-within] {
    --tw-ring-offset-color: #FFAE14;
  }

  .lg\:focus-within\:ring-offset-warning:focus-within {
    --tw-ring-offset-color: #FFAE14;
  }

  .lg\:focus-within\:ring-offset-warning-light[focus-within] {
    --tw-ring-offset-color: #FFF6E5;
  }

  .lg\:focus-within\:ring-offset-warning-light:focus-within {
    --tw-ring-offset-color: #FFF6E5;
  }

  .lg\:focus-within\:ring-offset-success[focus-within] {
    --tw-ring-offset-color: #2DD881;
  }

  .lg\:focus-within\:ring-offset-success:focus-within {
    --tw-ring-offset-color: #2DD881;
  }

  .lg\:focus-within\:ring-offset-success-light[focus-within] {
    --tw-ring-offset-color: #E9FBF2;
  }

  .lg\:focus-within\:ring-offset-success-light:focus-within {
    --tw-ring-offset-color: #E9FBF2;
  }

  .lg\:focus-within\:ring-offset-status-open[focus-within] {
    --tw-ring-offset-color: #FFF;
  }

  .lg\:focus-within\:ring-offset-status-open:focus-within {
    --tw-ring-offset-color: #FFF;
  }

  .lg\:focus-within\:ring-offset-status-waiting_payment[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .lg\:focus-within\:ring-offset-status-waiting_payment:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .lg\:focus-within\:ring-offset-status-completed[focus-within] {
    --tw-ring-offset-color: #54c1bb;
  }

  .lg\:focus-within\:ring-offset-status-completed:focus-within {
    --tw-ring-offset-color: #54c1bb;
  }

  .lg\:focus-within\:ring-offset-status-failed[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .lg\:focus-within\:ring-offset-status-failed:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .lg\:focus-within\:ring-offset-status-waiting_verify[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .lg\:focus-within\:ring-offset-status-waiting_verify:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .lg\:focus-within\:ring-offset-status-closed[focus-within] {
    --tw-ring-offset-color: #c4c4c4;
  }

  .lg\:focus-within\:ring-offset-status-closed:focus-within {
    --tw-ring-offset-color: #c4c4c4;
  }

  .lg\:focus-within\:ring-offset-policyStatus-issuing[focus-within] {
    --tw-ring-offset-color: #FFF;
  }

  .lg\:focus-within\:ring-offset-policyStatus-issuing:focus-within {
    --tw-ring-offset-color: #FFF;
  }

  .lg\:focus-within\:ring-offset-policyStatus-waiting_inspection[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .lg\:focus-within\:ring-offset-policyStatus-waiting_inspection:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .lg\:focus-within\:ring-offset-policyStatus-success[focus-within] {
    --tw-ring-offset-color: #54c1bb;
  }

  .lg\:focus-within\:ring-offset-policyStatus-success:focus-within {
    --tw-ring-offset-color: #54c1bb;
  }

  .lg\:focus-within\:ring-offset-policyStatus-failed_inspection[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .lg\:focus-within\:ring-offset-policyStatus-failed_inspection:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .lg\:focus-within\:ring-offset-policyStatus-failed[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .lg\:focus-within\:ring-offset-policyStatus-failed:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .lg\:focus-within\:ring-offset-policyStatus-waiting_policy[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .lg\:focus-within\:ring-offset-policyStatus-waiting_policy:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .lg\:focus-within\:ring-offset-policyStatus-cancel[focus-within] {
    --tw-ring-offset-color: #c4c4c4;
  }

  .lg\:focus-within\:ring-offset-policyStatus-cancel:focus-within {
    --tw-ring-offset-color: #c4c4c4;
  }

  .lg\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .lg\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }

  .lg\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .lg\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .lg\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f9fafb;
  }

  .lg\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f3f4f6;
  }

  .lg\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e5e7eb;
  }

  .lg\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d1d5db;
  }

  .lg\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #9ca3af;
  }

  .lg\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #6b7280;
  }

  .lg\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #4b5563;
  }

  .lg\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #374151;
  }

  .lg\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937;
  }

  .lg\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #111827;
  }

  .lg\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .lg\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .lg\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .lg\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .lg\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .lg\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .lg\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .lg\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .lg\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .lg\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .lg\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .lg\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .lg\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .lg\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .lg\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .lg\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .lg\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .lg\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .lg\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .lg\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .lg\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .lg\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .lg\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .lg\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .lg\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .lg\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .lg\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .lg\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .lg\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .lg\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .lg\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .lg\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .lg\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .lg\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .lg\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .lg\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .lg\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .lg\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .lg\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .lg\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .lg\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .lg\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .lg\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .lg\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .lg\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .lg\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .lg\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .lg\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .lg\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .lg\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .lg\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .lg\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .lg\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .lg\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .lg\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .lg\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .lg\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .lg\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .lg\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .lg\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .lg\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .lg\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .lg\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .lg\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .lg\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .lg\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .lg\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .lg\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .lg\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .lg\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .lg\:focus\:ring-offset-primary-color:focus {
    --tw-ring-offset-color: #eb008b;
  }

  .lg\:focus\:ring-offset-primary-color-dark:focus {
    --tw-ring-offset-color: #c90068;
  }

  .lg\:focus\:ring-offset-secondary-color:focus {
    --tw-ring-offset-color: #112e42;
  }

  .lg\:focus\:ring-offset-custom-gray-sm:focus {
    --tw-ring-offset-color: #f1f4f6;
  }

  .lg\:focus\:ring-offset-custom-gray-sm2:focus {
    --tw-ring-offset-color: #f1f2f3;
  }

  .lg\:focus\:ring-offset-custom-gray-md:focus {
    --tw-ring-offset-color: #848484;
  }

  .lg\:focus\:ring-offset-custom-navy-dark:focus {
    --tw-ring-offset-color: #112e42;
  }

  .lg\:focus\:ring-offset-dark-blue:focus {
    --tw-ring-offset-color: #112E42;
  }

  .lg\:focus\:ring-offset-primary:focus {
    --tw-ring-offset-color: #192D40;
  }

  .lg\:focus\:ring-offset-secondary-1:focus {
    --tw-ring-offset-color: #E6007E;
  }

  .lg\:focus\:ring-offset-secondary-2:focus {
    --tw-ring-offset-color: #D6D564;
  }

  .lg\:focus\:ring-offset-secondary-3:focus {
    --tw-ring-offset-color: #FCFCCD;
  }

  .lg\:focus\:ring-offset-secondary:focus {
    --tw-ring-offset-color: #E6007E;
  }

  .lg\:focus\:ring-offset-secondary-dark:focus {
    --tw-ring-offset-color: #C11A7D;
  }

  .lg\:focus\:ring-offset-secondary-light:focus {
    --tw-ring-offset-color: #FBCEE9;
  }

  .lg\:focus\:ring-offset-grayCustom-1:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .lg\:focus\:ring-offset-grayCustom-2:focus {
    --tw-ring-offset-color: #C4C4C4;
  }

  .lg\:focus\:ring-offset-grayCustom-3:focus {
    --tw-ring-offset-color: #F9F9F9;
  }

  .lg\:focus\:ring-offset-grayCustom-800:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .lg\:focus\:ring-offset-grayCustom:focus {
    --tw-ring-offset-color: #C4C4C4;
  }

  .lg\:focus\:ring-offset-grayCustom-dark:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .lg\:focus\:ring-offset-grayCustom-light:focus {
    --tw-ring-offset-color: #F9F9F9;
  }

  .lg\:focus\:ring-offset-grayCustom-hover:focus {
    --tw-ring-offset-color: #9F9F9F;
  }

  .lg\:focus\:ring-offset-error:focus {
    --tw-ring-offset-color: #FF206E;
  }

  .lg\:focus\:ring-offset-error-light:focus {
    --tw-ring-offset-color: #FDE8EA;
  }

  .lg\:focus\:ring-offset-warning:focus {
    --tw-ring-offset-color: #FFAE14;
  }

  .lg\:focus\:ring-offset-warning-light:focus {
    --tw-ring-offset-color: #FFF6E5;
  }

  .lg\:focus\:ring-offset-success:focus {
    --tw-ring-offset-color: #2DD881;
  }

  .lg\:focus\:ring-offset-success-light:focus {
    --tw-ring-offset-color: #E9FBF2;
  }

  .lg\:focus\:ring-offset-status-open:focus {
    --tw-ring-offset-color: #FFF;
  }

  .lg\:focus\:ring-offset-status-waiting_payment:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .lg\:focus\:ring-offset-status-completed:focus {
    --tw-ring-offset-color: #54c1bb;
  }

  .lg\:focus\:ring-offset-status-failed:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .lg\:focus\:ring-offset-status-waiting_verify:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .lg\:focus\:ring-offset-status-closed:focus {
    --tw-ring-offset-color: #c4c4c4;
  }

  .lg\:focus\:ring-offset-policyStatus-issuing:focus {
    --tw-ring-offset-color: #FFF;
  }

  .lg\:focus\:ring-offset-policyStatus-waiting_inspection:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .lg\:focus\:ring-offset-policyStatus-success:focus {
    --tw-ring-offset-color: #54c1bb;
  }

  .lg\:focus\:ring-offset-policyStatus-failed_inspection:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .lg\:focus\:ring-offset-policyStatus-failed:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .lg\:focus\:ring-offset-policyStatus-waiting_policy:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .lg\:focus\:ring-offset-policyStatus-cancel:focus {
    --tw-ring-offset-color: #c4c4c4;
  }

  .lg\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .lg\:filter-none {
    filter: none;
  }

  .lg\:blur-0 {
    --tw-blur: blur(0);
  }

  .lg\:blur-none {
    --tw-blur: blur(0);
  }

  .lg\:blur-sm {
    --tw-blur: blur(4px);
  }

  .lg\:blur {
    --tw-blur: blur(8px);
  }

  .lg\:blur-md {
    --tw-blur: blur(12px);
  }

  .lg\:blur-lg {
    --tw-blur: blur(16px);
  }

  .lg\:blur-xl {
    --tw-blur: blur(24px);
  }

  .lg\:blur-2xl {
    --tw-blur: blur(40px);
  }

  .lg\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .lg\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .lg\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .lg\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .lg\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .lg\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .lg\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .lg\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .lg\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .lg\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .lg\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .lg\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .lg\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .lg\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .lg\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .lg\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .lg\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .lg\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .lg\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .lg\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .lg\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .lg\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .lg\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .lg\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .lg\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .lg\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 rgba(0,0,0,0));
  }

  .lg\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .lg\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .lg\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .lg\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .lg\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .lg\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .lg\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .lg\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .lg\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .lg\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .lg\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .lg\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .lg\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .lg\:invert-0 {
    --tw-invert: invert(0);
  }

  .lg\:invert {
    --tw-invert: invert(100%);
  }

  .lg\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .lg\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .lg\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .lg\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .lg\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .lg\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .lg\:sepia {
    --tw-sepia: sepia(100%);
  }

  .lg\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .lg\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .lg\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .lg\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .lg\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .lg\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .lg\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .lg\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .lg\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
  }

  .lg\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .lg\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .lg\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .lg\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .lg\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .lg\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .lg\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .lg\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .lg\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .lg\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .lg\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .lg\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .lg\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .lg\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .lg\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .lg\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .lg\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .lg\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .lg\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .lg\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .lg\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .lg\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .lg\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .lg\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .lg\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .lg\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .lg\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .lg\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .lg\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .lg\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .lg\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .lg\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .lg\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .lg\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .lg\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .lg\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .lg\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .lg\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .lg\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .lg\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .lg\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .lg\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .lg\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .lg\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .lg\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .lg\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .lg\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .lg\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .lg\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .lg\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .lg\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .lg\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .lg\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .lg\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .lg\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .lg\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .lg\:transition-none {
    transition-property: none;
  }

  .lg\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:delay-75 {
    transition-delay: 75ms;
  }

  .lg\:delay-100 {
    transition-delay: 100ms;
  }

  .lg\:delay-150 {
    transition-delay: 150ms;
  }

  .lg\:delay-200 {
    transition-delay: 200ms;
  }

  .lg\:delay-300 {
    transition-delay: 300ms;
  }

  .lg\:delay-500 {
    transition-delay: 500ms;
  }

  .lg\:delay-700 {
    transition-delay: 700ms;
  }

  .lg\:delay-1000 {
    transition-delay: 1000ms;
  }

  .lg\:duration-75 {
    transition-duration: 75ms;
  }

  .lg\:duration-100 {
    transition-duration: 100ms;
  }

  .lg\:duration-150 {
    transition-duration: 150ms;
  }

  .lg\:duration-200 {
    transition-duration: 200ms;
  }

  .lg\:duration-300 {
    transition-duration: 300ms;
  }

  .lg\:duration-500 {
    transition-duration: 500ms;
  }

  .lg\:duration-700 {
    transition-duration: 700ms;
  }

  .lg\:duration-1000 {
    transition-duration: 1000ms;
  }

  .lg\:ease-linear {
    transition-timing-function: linear;
  }

  .lg\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 1440px) {
  .xl\:container {
    width: 100%;
  }
}

@media (min-width: 1440px) and (min-width: 0px) {
    .xl\:container {
      max-width: 0px;
    }
  }

@media (min-width: 1440px) and (min-width: 320px) {
    .xl\:container {
      max-width: 320px;
    }
  }

@media (min-width: 1440px) and (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
    }
  }

@media (min-width: 1440px) and (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }

@media (min-width: 1440px) and (min-width: 1280px) {
    .xl\:container {
      max-width: 1280px;
    }
  }

@media (min-width: 1440px) and (min-width: 1440px) {
    .xl\:container {
      max-width: 1440px;
    }
  }

@media (min-width: 1440px) and (min-width: 1600px) {
    .xl\:container {
      max-width: 1600px;
    }
  }

@media (min-width: 1440px) and (min-width: 4820px) {
    .xl\:container {
      max-width: 4820px;
    }
  }

@media (min-width: 1440px) {

  .xl\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:focus-within\:sr-only[focus-within] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:focus-within\:not-sr-only[focus-within] {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:pointer-events-none {
    pointer-events: none;
  }

  .xl\:pointer-events-auto {
    pointer-events: auto;
  }

  .xl\:visible {
    visibility: visible;
  }

  .xl\:invisible {
    visibility: hidden;
  }

  .xl\:static {
    position: static;
  }

  .xl\:fixed {
    position: fixed;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:sticky {
    position: sticky;
  }

  .xl\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .xl\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xl\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .xl\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .xl\:inset-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .xl\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .xl\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .xl\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xl\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .xl\:inset-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .xl\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .xl\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .xl\:inset-14 {
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .xl\:inset-16 {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .xl\:inset-20 {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .xl\:inset-24 {
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .xl\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .xl\:inset-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .xl\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .xl\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .xl\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .xl\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .xl\:inset-48 {
    top: 48px;
    right: 48px;
    bottom: 48px;
    left: 48px;
  }

  .xl\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .xl\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .xl\:inset-60 {
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
  }

  .xl\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .xl\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .xl\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .xl\:inset-95 {
    top: 95px;
    right: 95px;
    bottom: 95px;
    left: 95px;
  }

  .xl\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .xl\:inset-120 {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .xl\:inset-190 {
    top: 190px;
    right: 190px;
    bottom: 190px;
    left: 190px;
  }

  .xl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xl\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .xl\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .xl\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .xl\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .xl\:inset-30\% {
    top: 30%;
    right: 30%;
    bottom: 30%;
    left: 30%;
  }

  .xl\:inset-7\.5r {
    top: 1.875rem;
    right: 1.875rem;
    bottom: 1.875rem;
    left: 1.875rem;
  }

  .xl\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .xl\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .xl\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .xl\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .xl\:-inset-5 {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .xl\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .xl\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .xl\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .xl\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .xl\:-inset-10 {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .xl\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .xl\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .xl\:-inset-14 {
    top: -14px;
    right: -14px;
    bottom: -14px;
    left: -14px;
  }

  .xl\:-inset-16 {
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
  }

  .xl\:-inset-20 {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .xl\:-inset-24 {
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
  }

  .xl\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .xl\:-inset-30 {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .xl\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .xl\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .xl\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .xl\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .xl\:-inset-48 {
    top: -48px;
    right: -48px;
    bottom: -48px;
    left: -48px;
  }

  .xl\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .xl\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .xl\:-inset-60 {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .xl\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .xl\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .xl\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .xl\:-inset-95 {
    top: -95px;
    right: -95px;
    bottom: -95px;
    left: -95px;
  }

  .xl\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .xl\:-inset-120 {
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px;
  }

  .xl\:-inset-190 {
    top: -190px;
    right: -190px;
    bottom: -190px;
    left: -190px;
  }

  .xl\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xl\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .xl\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .xl\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .xl\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .xl\:-inset-30\% {
    top: -30%;
    right: -30%;
    bottom: -30%;
    left: -30%;
  }

  .xl\:-inset-7\.5r {
    top: -1.875rem;
    right: -1.875rem;
    bottom: -1.875rem;
    left: -1.875rem;
  }

  .xl\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .xl\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .xl\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xl\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .xl\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xl\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .xl\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .xl\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .xl\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .xl\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xl\:inset-x-0 {
    left: 0;
    right: 0;
  }

  .xl\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .xl\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .xl\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .xl\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .xl\:inset-x-5 {
    left: 5px;
    right: 5px;
  }

  .xl\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .xl\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .xl\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .xl\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .xl\:inset-x-10 {
    left: 10px;
    right: 10px;
  }

  .xl\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .xl\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .xl\:inset-x-14 {
    left: 14px;
    right: 14px;
  }

  .xl\:inset-x-16 {
    left: 16px;
    right: 16px;
  }

  .xl\:inset-x-20 {
    left: 20px;
    right: 20px;
  }

  .xl\:inset-x-24 {
    left: 24px;
    right: 24px;
  }

  .xl\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .xl\:inset-x-30 {
    left: 30px;
    right: 30px;
  }

  .xl\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .xl\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .xl\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .xl\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .xl\:inset-x-48 {
    left: 48px;
    right: 48px;
  }

  .xl\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .xl\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .xl\:inset-x-60 {
    left: 60px;
    right: 60px;
  }

  .xl\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .xl\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .xl\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .xl\:inset-x-95 {
    left: 95px;
    right: 95px;
  }

  .xl\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .xl\:inset-x-120 {
    left: 120px;
    right: 120px;
  }

  .xl\:inset-x-190 {
    left: 190px;
    right: 190px;
  }

  .xl\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .xl\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .xl\:inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .xl\:inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .xl\:inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .xl\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .xl\:inset-x-30\% {
    left: 30%;
    right: 30%;
  }

  .xl\:inset-x-7\.5r {
    left: 1.875rem;
    right: 1.875rem;
  }

  .xl\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .xl\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .xl\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .xl\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .xl\:-inset-x-5 {
    left: -5px;
    right: -5px;
  }

  .xl\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .xl\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .xl\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .xl\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .xl\:-inset-x-10 {
    left: -10px;
    right: -10px;
  }

  .xl\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .xl\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .xl\:-inset-x-14 {
    left: -14px;
    right: -14px;
  }

  .xl\:-inset-x-16 {
    left: -16px;
    right: -16px;
  }

  .xl\:-inset-x-20 {
    left: -20px;
    right: -20px;
  }

  .xl\:-inset-x-24 {
    left: -24px;
    right: -24px;
  }

  .xl\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .xl\:-inset-x-30 {
    left: -30px;
    right: -30px;
  }

  .xl\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .xl\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .xl\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .xl\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .xl\:-inset-x-48 {
    left: -48px;
    right: -48px;
  }

  .xl\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .xl\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .xl\:-inset-x-60 {
    left: -60px;
    right: -60px;
  }

  .xl\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .xl\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .xl\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .xl\:-inset-x-95 {
    left: -95px;
    right: -95px;
  }

  .xl\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .xl\:-inset-x-120 {
    left: -120px;
    right: -120px;
  }

  .xl\:-inset-x-190 {
    left: -190px;
    right: -190px;
  }

  .xl\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .xl\:-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .xl\:-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .xl\:-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .xl\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .xl\:-inset-x-30\% {
    left: -30%;
    right: -30%;
  }

  .xl\:-inset-x-7\.5r {
    left: -1.875rem;
    right: -1.875rem;
  }

  .xl\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .xl\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .xl\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .xl\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .xl\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .xl\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .xl\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .xl\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .xl\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .xl\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .xl\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .xl\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .xl\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .xl\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .xl\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .xl\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .xl\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xl\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .xl\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .xl\:inset-y-5 {
    top: 5px;
    bottom: 5px;
  }

  .xl\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .xl\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .xl\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .xl\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .xl\:inset-y-10 {
    top: 10px;
    bottom: 10px;
  }

  .xl\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .xl\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .xl\:inset-y-14 {
    top: 14px;
    bottom: 14px;
  }

  .xl\:inset-y-16 {
    top: 16px;
    bottom: 16px;
  }

  .xl\:inset-y-20 {
    top: 20px;
    bottom: 20px;
  }

  .xl\:inset-y-24 {
    top: 24px;
    bottom: 24px;
  }

  .xl\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .xl\:inset-y-30 {
    top: 30px;
    bottom: 30px;
  }

  .xl\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .xl\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .xl\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .xl\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .xl\:inset-y-48 {
    top: 48px;
    bottom: 48px;
  }

  .xl\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .xl\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .xl\:inset-y-60 {
    top: 60px;
    bottom: 60px;
  }

  .xl\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .xl\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .xl\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .xl\:inset-y-95 {
    top: 95px;
    bottom: 95px;
  }

  .xl\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .xl\:inset-y-120 {
    top: 120px;
    bottom: 120px;
  }

  .xl\:inset-y-190 {
    top: 190px;
    bottom: 190px;
  }

  .xl\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .xl\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .xl\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .xl\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .xl\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .xl\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .xl\:inset-y-30\% {
    top: 30%;
    bottom: 30%;
  }

  .xl\:inset-y-7\.5r {
    top: 1.875rem;
    bottom: 1.875rem;
  }

  .xl\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .xl\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .xl\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .xl\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .xl\:-inset-y-5 {
    top: -5px;
    bottom: -5px;
  }

  .xl\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .xl\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .xl\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .xl\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .xl\:-inset-y-10 {
    top: -10px;
    bottom: -10px;
  }

  .xl\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .xl\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .xl\:-inset-y-14 {
    top: -14px;
    bottom: -14px;
  }

  .xl\:-inset-y-16 {
    top: -16px;
    bottom: -16px;
  }

  .xl\:-inset-y-20 {
    top: -20px;
    bottom: -20px;
  }

  .xl\:-inset-y-24 {
    top: -24px;
    bottom: -24px;
  }

  .xl\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .xl\:-inset-y-30 {
    top: -30px;
    bottom: -30px;
  }

  .xl\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .xl\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .xl\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .xl\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .xl\:-inset-y-48 {
    top: -48px;
    bottom: -48px;
  }

  .xl\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .xl\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .xl\:-inset-y-60 {
    top: -60px;
    bottom: -60px;
  }

  .xl\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .xl\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .xl\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .xl\:-inset-y-95 {
    top: -95px;
    bottom: -95px;
  }

  .xl\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .xl\:-inset-y-120 {
    top: -120px;
    bottom: -120px;
  }

  .xl\:-inset-y-190 {
    top: -190px;
    bottom: -190px;
  }

  .xl\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .xl\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .xl\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .xl\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .xl\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .xl\:-inset-y-30\% {
    top: -30%;
    bottom: -30%;
  }

  .xl\:-inset-y-7\.5r {
    top: -1.875rem;
    bottom: -1.875rem;
  }

  .xl\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .xl\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .xl\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .xl\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .xl\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .xl\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .xl\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .xl\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .xl\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .xl\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .xl\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .xl\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .xl\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .xl\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .xl\:top-0 {
    top: 0;
  }

  .xl\:top-1 {
    top: 0.25rem;
  }

  .xl\:top-2 {
    top: 0.5rem;
  }

  .xl\:top-3 {
    top: 0.75rem;
  }

  .xl\:top-4 {
    top: 1rem;
  }

  .xl\:top-5 {
    top: 5px;
  }

  .xl\:top-6 {
    top: 1.5rem;
  }

  .xl\:top-7 {
    top: 1.75rem;
  }

  .xl\:top-8 {
    top: 2rem;
  }

  .xl\:top-9 {
    top: 2.25rem;
  }

  .xl\:top-10 {
    top: 10px;
  }

  .xl\:top-11 {
    top: 2.75rem;
  }

  .xl\:top-12 {
    top: 3rem;
  }

  .xl\:top-14 {
    top: 14px;
  }

  .xl\:top-16 {
    top: 16px;
  }

  .xl\:top-20 {
    top: 20px;
  }

  .xl\:top-24 {
    top: 24px;
  }

  .xl\:top-28 {
    top: 7rem;
  }

  .xl\:top-30 {
    top: 30px;
  }

  .xl\:top-32 {
    top: 8rem;
  }

  .xl\:top-36 {
    top: 9rem;
  }

  .xl\:top-40 {
    top: 10rem;
  }

  .xl\:top-44 {
    top: 11rem;
  }

  .xl\:top-48 {
    top: 48px;
  }

  .xl\:top-52 {
    top: 13rem;
  }

  .xl\:top-56 {
    top: 14rem;
  }

  .xl\:top-60 {
    top: 60px;
  }

  .xl\:top-64 {
    top: 16rem;
  }

  .xl\:top-72 {
    top: 18rem;
  }

  .xl\:top-80 {
    top: 20rem;
  }

  .xl\:top-95 {
    top: 95px;
  }

  .xl\:top-96 {
    top: 24rem;
  }

  .xl\:top-120 {
    top: 120px;
  }

  .xl\:top-190 {
    top: 190px;
  }

  .xl\:top-auto {
    top: auto;
  }

  .xl\:top-px {
    top: 1px;
  }

  .xl\:top-0\.5 {
    top: 0.125rem;
  }

  .xl\:top-1\.5 {
    top: 0.375rem;
  }

  .xl\:top-2\.5 {
    top: 0.625rem;
  }

  .xl\:top-3\.5 {
    top: 0.875rem;
  }

  .xl\:top-30\% {
    top: 30%;
  }

  .xl\:top-7\.5r {
    top: 1.875rem;
  }

  .xl\:-top-1 {
    top: -0.25rem;
  }

  .xl\:-top-2 {
    top: -0.5rem;
  }

  .xl\:-top-3 {
    top: -0.75rem;
  }

  .xl\:-top-4 {
    top: -1rem;
  }

  .xl\:-top-5 {
    top: -5px;
  }

  .xl\:-top-6 {
    top: -1.5rem;
  }

  .xl\:-top-7 {
    top: -1.75rem;
  }

  .xl\:-top-8 {
    top: -2rem;
  }

  .xl\:-top-9 {
    top: -2.25rem;
  }

  .xl\:-top-10 {
    top: -10px;
  }

  .xl\:-top-11 {
    top: -2.75rem;
  }

  .xl\:-top-12 {
    top: -3rem;
  }

  .xl\:-top-14 {
    top: -14px;
  }

  .xl\:-top-16 {
    top: -16px;
  }

  .xl\:-top-20 {
    top: -20px;
  }

  .xl\:-top-24 {
    top: -24px;
  }

  .xl\:-top-28 {
    top: -7rem;
  }

  .xl\:-top-30 {
    top: -30px;
  }

  .xl\:-top-32 {
    top: -8rem;
  }

  .xl\:-top-36 {
    top: -9rem;
  }

  .xl\:-top-40 {
    top: -10rem;
  }

  .xl\:-top-44 {
    top: -11rem;
  }

  .xl\:-top-48 {
    top: -48px;
  }

  .xl\:-top-52 {
    top: -13rem;
  }

  .xl\:-top-56 {
    top: -14rem;
  }

  .xl\:-top-60 {
    top: -60px;
  }

  .xl\:-top-64 {
    top: -16rem;
  }

  .xl\:-top-72 {
    top: -18rem;
  }

  .xl\:-top-80 {
    top: -20rem;
  }

  .xl\:-top-95 {
    top: -95px;
  }

  .xl\:-top-96 {
    top: -24rem;
  }

  .xl\:-top-120 {
    top: -120px;
  }

  .xl\:-top-190 {
    top: -190px;
  }

  .xl\:-top-px {
    top: -1px;
  }

  .xl\:-top-0\.5 {
    top: -0.125rem;
  }

  .xl\:-top-1\.5 {
    top: -0.375rem;
  }

  .xl\:-top-2\.5 {
    top: -0.625rem;
  }

  .xl\:-top-3\.5 {
    top: -0.875rem;
  }

  .xl\:-top-30\% {
    top: -30%;
  }

  .xl\:-top-7\.5r {
    top: -1.875rem;
  }

  .xl\:top-1\/2 {
    top: 50%;
  }

  .xl\:top-1\/3 {
    top: 33.333333%;
  }

  .xl\:top-2\/3 {
    top: 66.666667%;
  }

  .xl\:top-1\/4 {
    top: 25%;
  }

  .xl\:top-2\/4 {
    top: 50%;
  }

  .xl\:top-3\/4 {
    top: 75%;
  }

  .xl\:top-full {
    top: 100%;
  }

  .xl\:-top-1\/2 {
    top: -50%;
  }

  .xl\:-top-1\/3 {
    top: -33.333333%;
  }

  .xl\:-top-2\/3 {
    top: -66.666667%;
  }

  .xl\:-top-1\/4 {
    top: -25%;
  }

  .xl\:-top-2\/4 {
    top: -50%;
  }

  .xl\:-top-3\/4 {
    top: -75%;
  }

  .xl\:-top-full {
    top: -100%;
  }

  .xl\:right-0 {
    right: 0;
  }

  .xl\:right-1 {
    right: 0.25rem;
  }

  .xl\:right-2 {
    right: 0.5rem;
  }

  .xl\:right-3 {
    right: 0.75rem;
  }

  .xl\:right-4 {
    right: 1rem;
  }

  .xl\:right-5 {
    right: 5px;
  }

  .xl\:right-6 {
    right: 1.5rem;
  }

  .xl\:right-7 {
    right: 1.75rem;
  }

  .xl\:right-8 {
    right: 2rem;
  }

  .xl\:right-9 {
    right: 2.25rem;
  }

  .xl\:right-10 {
    right: 10px;
  }

  .xl\:right-11 {
    right: 2.75rem;
  }

  .xl\:right-12 {
    right: 3rem;
  }

  .xl\:right-14 {
    right: 14px;
  }

  .xl\:right-16 {
    right: 16px;
  }

  .xl\:right-20 {
    right: 20px;
  }

  .xl\:right-24 {
    right: 24px;
  }

  .xl\:right-28 {
    right: 7rem;
  }

  .xl\:right-30 {
    right: 30px;
  }

  .xl\:right-32 {
    right: 8rem;
  }

  .xl\:right-36 {
    right: 9rem;
  }

  .xl\:right-40 {
    right: 10rem;
  }

  .xl\:right-44 {
    right: 11rem;
  }

  .xl\:right-48 {
    right: 48px;
  }

  .xl\:right-52 {
    right: 13rem;
  }

  .xl\:right-56 {
    right: 14rem;
  }

  .xl\:right-60 {
    right: 60px;
  }

  .xl\:right-64 {
    right: 16rem;
  }

  .xl\:right-72 {
    right: 18rem;
  }

  .xl\:right-80 {
    right: 20rem;
  }

  .xl\:right-95 {
    right: 95px;
  }

  .xl\:right-96 {
    right: 24rem;
  }

  .xl\:right-120 {
    right: 120px;
  }

  .xl\:right-190 {
    right: 190px;
  }

  .xl\:right-auto {
    right: auto;
  }

  .xl\:right-px {
    right: 1px;
  }

  .xl\:right-0\.5 {
    right: 0.125rem;
  }

  .xl\:right-1\.5 {
    right: 0.375rem;
  }

  .xl\:right-2\.5 {
    right: 0.625rem;
  }

  .xl\:right-3\.5 {
    right: 0.875rem;
  }

  .xl\:right-30\% {
    right: 30%;
  }

  .xl\:right-7\.5r {
    right: 1.875rem;
  }

  .xl\:-right-1 {
    right: -0.25rem;
  }

  .xl\:-right-2 {
    right: -0.5rem;
  }

  .xl\:-right-3 {
    right: -0.75rem;
  }

  .xl\:-right-4 {
    right: -1rem;
  }

  .xl\:-right-5 {
    right: -5px;
  }

  .xl\:-right-6 {
    right: -1.5rem;
  }

  .xl\:-right-7 {
    right: -1.75rem;
  }

  .xl\:-right-8 {
    right: -2rem;
  }

  .xl\:-right-9 {
    right: -2.25rem;
  }

  .xl\:-right-10 {
    right: -10px;
  }

  .xl\:-right-11 {
    right: -2.75rem;
  }

  .xl\:-right-12 {
    right: -3rem;
  }

  .xl\:-right-14 {
    right: -14px;
  }

  .xl\:-right-16 {
    right: -16px;
  }

  .xl\:-right-20 {
    right: -20px;
  }

  .xl\:-right-24 {
    right: -24px;
  }

  .xl\:-right-28 {
    right: -7rem;
  }

  .xl\:-right-30 {
    right: -30px;
  }

  .xl\:-right-32 {
    right: -8rem;
  }

  .xl\:-right-36 {
    right: -9rem;
  }

  .xl\:-right-40 {
    right: -10rem;
  }

  .xl\:-right-44 {
    right: -11rem;
  }

  .xl\:-right-48 {
    right: -48px;
  }

  .xl\:-right-52 {
    right: -13rem;
  }

  .xl\:-right-56 {
    right: -14rem;
  }

  .xl\:-right-60 {
    right: -60px;
  }

  .xl\:-right-64 {
    right: -16rem;
  }

  .xl\:-right-72 {
    right: -18rem;
  }

  .xl\:-right-80 {
    right: -20rem;
  }

  .xl\:-right-95 {
    right: -95px;
  }

  .xl\:-right-96 {
    right: -24rem;
  }

  .xl\:-right-120 {
    right: -120px;
  }

  .xl\:-right-190 {
    right: -190px;
  }

  .xl\:-right-px {
    right: -1px;
  }

  .xl\:-right-0\.5 {
    right: -0.125rem;
  }

  .xl\:-right-1\.5 {
    right: -0.375rem;
  }

  .xl\:-right-2\.5 {
    right: -0.625rem;
  }

  .xl\:-right-3\.5 {
    right: -0.875rem;
  }

  .xl\:-right-30\% {
    right: -30%;
  }

  .xl\:-right-7\.5r {
    right: -1.875rem;
  }

  .xl\:right-1\/2 {
    right: 50%;
  }

  .xl\:right-1\/3 {
    right: 33.333333%;
  }

  .xl\:right-2\/3 {
    right: 66.666667%;
  }

  .xl\:right-1\/4 {
    right: 25%;
  }

  .xl\:right-2\/4 {
    right: 50%;
  }

  .xl\:right-3\/4 {
    right: 75%;
  }

  .xl\:right-full {
    right: 100%;
  }

  .xl\:-right-1\/2 {
    right: -50%;
  }

  .xl\:-right-1\/3 {
    right: -33.333333%;
  }

  .xl\:-right-2\/3 {
    right: -66.666667%;
  }

  .xl\:-right-1\/4 {
    right: -25%;
  }

  .xl\:-right-2\/4 {
    right: -50%;
  }

  .xl\:-right-3\/4 {
    right: -75%;
  }

  .xl\:-right-full {
    right: -100%;
  }

  .xl\:bottom-0 {
    bottom: 0;
  }

  .xl\:bottom-1 {
    bottom: 0.25rem;
  }

  .xl\:bottom-2 {
    bottom: 0.5rem;
  }

  .xl\:bottom-3 {
    bottom: 0.75rem;
  }

  .xl\:bottom-4 {
    bottom: 1rem;
  }

  .xl\:bottom-5 {
    bottom: 5px;
  }

  .xl\:bottom-6 {
    bottom: 1.5rem;
  }

  .xl\:bottom-7 {
    bottom: 1.75rem;
  }

  .xl\:bottom-8 {
    bottom: 2rem;
  }

  .xl\:bottom-9 {
    bottom: 2.25rem;
  }

  .xl\:bottom-10 {
    bottom: 10px;
  }

  .xl\:bottom-11 {
    bottom: 2.75rem;
  }

  .xl\:bottom-12 {
    bottom: 3rem;
  }

  .xl\:bottom-14 {
    bottom: 14px;
  }

  .xl\:bottom-16 {
    bottom: 16px;
  }

  .xl\:bottom-20 {
    bottom: 20px;
  }

  .xl\:bottom-24 {
    bottom: 24px;
  }

  .xl\:bottom-28 {
    bottom: 7rem;
  }

  .xl\:bottom-30 {
    bottom: 30px;
  }

  .xl\:bottom-32 {
    bottom: 8rem;
  }

  .xl\:bottom-36 {
    bottom: 9rem;
  }

  .xl\:bottom-40 {
    bottom: 10rem;
  }

  .xl\:bottom-44 {
    bottom: 11rem;
  }

  .xl\:bottom-48 {
    bottom: 48px;
  }

  .xl\:bottom-52 {
    bottom: 13rem;
  }

  .xl\:bottom-56 {
    bottom: 14rem;
  }

  .xl\:bottom-60 {
    bottom: 60px;
  }

  .xl\:bottom-64 {
    bottom: 16rem;
  }

  .xl\:bottom-72 {
    bottom: 18rem;
  }

  .xl\:bottom-80 {
    bottom: 20rem;
  }

  .xl\:bottom-95 {
    bottom: 95px;
  }

  .xl\:bottom-96 {
    bottom: 24rem;
  }

  .xl\:bottom-120 {
    bottom: 120px;
  }

  .xl\:bottom-190 {
    bottom: 190px;
  }

  .xl\:bottom-auto {
    bottom: auto;
  }

  .xl\:bottom-px {
    bottom: 1px;
  }

  .xl\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .xl\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .xl\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .xl\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .xl\:bottom-30\% {
    bottom: 30%;
  }

  .xl\:bottom-7\.5r {
    bottom: 1.875rem;
  }

  .xl\:-bottom-1 {
    bottom: -0.25rem;
  }

  .xl\:-bottom-2 {
    bottom: -0.5rem;
  }

  .xl\:-bottom-3 {
    bottom: -0.75rem;
  }

  .xl\:-bottom-4 {
    bottom: -1rem;
  }

  .xl\:-bottom-5 {
    bottom: -5px;
  }

  .xl\:-bottom-6 {
    bottom: -1.5rem;
  }

  .xl\:-bottom-7 {
    bottom: -1.75rem;
  }

  .xl\:-bottom-8 {
    bottom: -2rem;
  }

  .xl\:-bottom-9 {
    bottom: -2.25rem;
  }

  .xl\:-bottom-10 {
    bottom: -10px;
  }

  .xl\:-bottom-11 {
    bottom: -2.75rem;
  }

  .xl\:-bottom-12 {
    bottom: -3rem;
  }

  .xl\:-bottom-14 {
    bottom: -14px;
  }

  .xl\:-bottom-16 {
    bottom: -16px;
  }

  .xl\:-bottom-20 {
    bottom: -20px;
  }

  .xl\:-bottom-24 {
    bottom: -24px;
  }

  .xl\:-bottom-28 {
    bottom: -7rem;
  }

  .xl\:-bottom-30 {
    bottom: -30px;
  }

  .xl\:-bottom-32 {
    bottom: -8rem;
  }

  .xl\:-bottom-36 {
    bottom: -9rem;
  }

  .xl\:-bottom-40 {
    bottom: -10rem;
  }

  .xl\:-bottom-44 {
    bottom: -11rem;
  }

  .xl\:-bottom-48 {
    bottom: -48px;
  }

  .xl\:-bottom-52 {
    bottom: -13rem;
  }

  .xl\:-bottom-56 {
    bottom: -14rem;
  }

  .xl\:-bottom-60 {
    bottom: -60px;
  }

  .xl\:-bottom-64 {
    bottom: -16rem;
  }

  .xl\:-bottom-72 {
    bottom: -18rem;
  }

  .xl\:-bottom-80 {
    bottom: -20rem;
  }

  .xl\:-bottom-95 {
    bottom: -95px;
  }

  .xl\:-bottom-96 {
    bottom: -24rem;
  }

  .xl\:-bottom-120 {
    bottom: -120px;
  }

  .xl\:-bottom-190 {
    bottom: -190px;
  }

  .xl\:-bottom-px {
    bottom: -1px;
  }

  .xl\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .xl\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .xl\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .xl\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .xl\:-bottom-30\% {
    bottom: -30%;
  }

  .xl\:-bottom-7\.5r {
    bottom: -1.875rem;
  }

  .xl\:bottom-1\/2 {
    bottom: 50%;
  }

  .xl\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .xl\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .xl\:bottom-1\/4 {
    bottom: 25%;
  }

  .xl\:bottom-2\/4 {
    bottom: 50%;
  }

  .xl\:bottom-3\/4 {
    bottom: 75%;
  }

  .xl\:bottom-full {
    bottom: 100%;
  }

  .xl\:-bottom-1\/2 {
    bottom: -50%;
  }

  .xl\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .xl\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .xl\:-bottom-1\/4 {
    bottom: -25%;
  }

  .xl\:-bottom-2\/4 {
    bottom: -50%;
  }

  .xl\:-bottom-3\/4 {
    bottom: -75%;
  }

  .xl\:-bottom-full {
    bottom: -100%;
  }

  .xl\:left-0 {
    left: 0;
  }

  .xl\:left-1 {
    left: 0.25rem;
  }

  .xl\:left-2 {
    left: 0.5rem;
  }

  .xl\:left-3 {
    left: 0.75rem;
  }

  .xl\:left-4 {
    left: 1rem;
  }

  .xl\:left-5 {
    left: 5px;
  }

  .xl\:left-6 {
    left: 1.5rem;
  }

  .xl\:left-7 {
    left: 1.75rem;
  }

  .xl\:left-8 {
    left: 2rem;
  }

  .xl\:left-9 {
    left: 2.25rem;
  }

  .xl\:left-10 {
    left: 10px;
  }

  .xl\:left-11 {
    left: 2.75rem;
  }

  .xl\:left-12 {
    left: 3rem;
  }

  .xl\:left-14 {
    left: 14px;
  }

  .xl\:left-16 {
    left: 16px;
  }

  .xl\:left-20 {
    left: 20px;
  }

  .xl\:left-24 {
    left: 24px;
  }

  .xl\:left-28 {
    left: 7rem;
  }

  .xl\:left-30 {
    left: 30px;
  }

  .xl\:left-32 {
    left: 8rem;
  }

  .xl\:left-36 {
    left: 9rem;
  }

  .xl\:left-40 {
    left: 10rem;
  }

  .xl\:left-44 {
    left: 11rem;
  }

  .xl\:left-48 {
    left: 48px;
  }

  .xl\:left-52 {
    left: 13rem;
  }

  .xl\:left-56 {
    left: 14rem;
  }

  .xl\:left-60 {
    left: 60px;
  }

  .xl\:left-64 {
    left: 16rem;
  }

  .xl\:left-72 {
    left: 18rem;
  }

  .xl\:left-80 {
    left: 20rem;
  }

  .xl\:left-95 {
    left: 95px;
  }

  .xl\:left-96 {
    left: 24rem;
  }

  .xl\:left-120 {
    left: 120px;
  }

  .xl\:left-190 {
    left: 190px;
  }

  .xl\:left-auto {
    left: auto;
  }

  .xl\:left-px {
    left: 1px;
  }

  .xl\:left-0\.5 {
    left: 0.125rem;
  }

  .xl\:left-1\.5 {
    left: 0.375rem;
  }

  .xl\:left-2\.5 {
    left: 0.625rem;
  }

  .xl\:left-3\.5 {
    left: 0.875rem;
  }

  .xl\:left-30\% {
    left: 30%;
  }

  .xl\:left-7\.5r {
    left: 1.875rem;
  }

  .xl\:-left-1 {
    left: -0.25rem;
  }

  .xl\:-left-2 {
    left: -0.5rem;
  }

  .xl\:-left-3 {
    left: -0.75rem;
  }

  .xl\:-left-4 {
    left: -1rem;
  }

  .xl\:-left-5 {
    left: -5px;
  }

  .xl\:-left-6 {
    left: -1.5rem;
  }

  .xl\:-left-7 {
    left: -1.75rem;
  }

  .xl\:-left-8 {
    left: -2rem;
  }

  .xl\:-left-9 {
    left: -2.25rem;
  }

  .xl\:-left-10 {
    left: -10px;
  }

  .xl\:-left-11 {
    left: -2.75rem;
  }

  .xl\:-left-12 {
    left: -3rem;
  }

  .xl\:-left-14 {
    left: -14px;
  }

  .xl\:-left-16 {
    left: -16px;
  }

  .xl\:-left-20 {
    left: -20px;
  }

  .xl\:-left-24 {
    left: -24px;
  }

  .xl\:-left-28 {
    left: -7rem;
  }

  .xl\:-left-30 {
    left: -30px;
  }

  .xl\:-left-32 {
    left: -8rem;
  }

  .xl\:-left-36 {
    left: -9rem;
  }

  .xl\:-left-40 {
    left: -10rem;
  }

  .xl\:-left-44 {
    left: -11rem;
  }

  .xl\:-left-48 {
    left: -48px;
  }

  .xl\:-left-52 {
    left: -13rem;
  }

  .xl\:-left-56 {
    left: -14rem;
  }

  .xl\:-left-60 {
    left: -60px;
  }

  .xl\:-left-64 {
    left: -16rem;
  }

  .xl\:-left-72 {
    left: -18rem;
  }

  .xl\:-left-80 {
    left: -20rem;
  }

  .xl\:-left-95 {
    left: -95px;
  }

  .xl\:-left-96 {
    left: -24rem;
  }

  .xl\:-left-120 {
    left: -120px;
  }

  .xl\:-left-190 {
    left: -190px;
  }

  .xl\:-left-px {
    left: -1px;
  }

  .xl\:-left-0\.5 {
    left: -0.125rem;
  }

  .xl\:-left-1\.5 {
    left: -0.375rem;
  }

  .xl\:-left-2\.5 {
    left: -0.625rem;
  }

  .xl\:-left-3\.5 {
    left: -0.875rem;
  }

  .xl\:-left-30\% {
    left: -30%;
  }

  .xl\:-left-7\.5r {
    left: -1.875rem;
  }

  .xl\:left-1\/2 {
    left: 50%;
  }

  .xl\:left-1\/3 {
    left: 33.333333%;
  }

  .xl\:left-2\/3 {
    left: 66.666667%;
  }

  .xl\:left-1\/4 {
    left: 25%;
  }

  .xl\:left-2\/4 {
    left: 50%;
  }

  .xl\:left-3\/4 {
    left: 75%;
  }

  .xl\:left-full {
    left: 100%;
  }

  .xl\:-left-1\/2 {
    left: -50%;
  }

  .xl\:-left-1\/3 {
    left: -33.333333%;
  }

  .xl\:-left-2\/3 {
    left: -66.666667%;
  }

  .xl\:-left-1\/4 {
    left: -25%;
  }

  .xl\:-left-2\/4 {
    left: -50%;
  }

  .xl\:-left-3\/4 {
    left: -75%;
  }

  .xl\:-left-full {
    left: -100%;
  }

  .xl\:isolate {
    isolation: isolate;
  }

  .xl\:isolation-auto {
    isolation: auto;
  }

  .xl\:z-0 {
    z-index: 0;
  }

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

  .xl\:z-10 {
    z-index: 10;
  }

  .xl\:z-20 {
    z-index: 20;
  }

  .xl\:z-30 {
    z-index: 30;
  }

  .xl\:z-40 {
    z-index: 40;
  }

  .xl\:z-50 {
    z-index: 50;
  }

  .xl\:z-auto {
    z-index: auto;
  }

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

  .xl\:-z-10 {
    z-index: -10;
  }

  .xl\:-z-20 {
    z-index: -20;
  }

  .xl\:focus-within\:z-0[focus-within] {
    z-index: 0;
  }

  .xl\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .xl\:focus-within\:z-1[focus-within] {
    z-index: 1;
  }

  .xl\:focus-within\:z-1:focus-within {
    z-index: 1;
  }

  .xl\:focus-within\:z-10[focus-within] {
    z-index: 10;
  }

  .xl\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .xl\:focus-within\:z-20[focus-within] {
    z-index: 20;
  }

  .xl\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .xl\:focus-within\:z-30[focus-within] {
    z-index: 30;
  }

  .xl\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .xl\:focus-within\:z-40[focus-within] {
    z-index: 40;
  }

  .xl\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .xl\:focus-within\:z-50[focus-within] {
    z-index: 50;
  }

  .xl\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .xl\:focus-within\:z-auto[focus-within] {
    z-index: auto;
  }

  .xl\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .xl\:focus-within\:-z-1[focus-within] {
    z-index: -1;
  }

  .xl\:focus-within\:-z-1:focus-within {
    z-index: -1;
  }

  .xl\:focus-within\:-z-10[focus-within] {
    z-index: -10;
  }

  .xl\:focus-within\:-z-10:focus-within {
    z-index: -10;
  }

  .xl\:focus-within\:-z-20[focus-within] {
    z-index: -20;
  }

  .xl\:focus-within\:-z-20:focus-within {
    z-index: -20;
  }

  .xl\:focus\:z-0:focus {
    z-index: 0;
  }

  .xl\:focus\:z-1:focus {
    z-index: 1;
  }

  .xl\:focus\:z-10:focus {
    z-index: 10;
  }

  .xl\:focus\:z-20:focus {
    z-index: 20;
  }

  .xl\:focus\:z-30:focus {
    z-index: 30;
  }

  .xl\:focus\:z-40:focus {
    z-index: 40;
  }

  .xl\:focus\:z-50:focus {
    z-index: 50;
  }

  .xl\:focus\:z-auto:focus {
    z-index: auto;
  }

  .xl\:focus\:-z-1:focus {
    z-index: -1;
  }

  .xl\:focus\:-z-10:focus {
    z-index: -10;
  }

  .xl\:focus\:-z-20:focus {
    z-index: -20;
  }

  .xl\:order-1 {
    order: 1;
  }

  .xl\:order-2 {
    order: 2;
  }

  .xl\:order-3 {
    order: 3;
  }

  .xl\:order-4 {
    order: 4;
  }

  .xl\:order-5 {
    order: 5;
  }

  .xl\:order-6 {
    order: 6;
  }

  .xl\:order-7 {
    order: 7;
  }

  .xl\:order-8 {
    order: 8;
  }

  .xl\:order-9 {
    order: 9;
  }

  .xl\:order-10 {
    order: 10;
  }

  .xl\:order-11 {
    order: 11;
  }

  .xl\:order-12 {
    order: 12;
  }

  .xl\:order-first {
    order: -9999;
  }

  .xl\:order-last {
    order: 9999;
  }

  .xl\:order-none {
    order: 0;
  }

  .xl\:col-auto {
    grid-column: auto;
  }

  .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .xl\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .xl\:col-span-full {
    grid-column: 1 / -1;
  }

  .xl\:col-start-1 {
    grid-column-start: 1;
  }

  .xl\:col-start-2 {
    grid-column-start: 2;
  }

  .xl\:col-start-3 {
    grid-column-start: 3;
  }

  .xl\:col-start-4 {
    grid-column-start: 4;
  }

  .xl\:col-start-5 {
    grid-column-start: 5;
  }

  .xl\:col-start-6 {
    grid-column-start: 6;
  }

  .xl\:col-start-7 {
    grid-column-start: 7;
  }

  .xl\:col-start-8 {
    grid-column-start: 8;
  }

  .xl\:col-start-9 {
    grid-column-start: 9;
  }

  .xl\:col-start-10 {
    grid-column-start: 10;
  }

  .xl\:col-start-11 {
    grid-column-start: 11;
  }

  .xl\:col-start-12 {
    grid-column-start: 12;
  }

  .xl\:col-start-13 {
    grid-column-start: 13;
  }

  .xl\:col-start-auto {
    grid-column-start: auto;
  }

  .xl\:col-end-1 {
    grid-column-end: 1;
  }

  .xl\:col-end-2 {
    grid-column-end: 2;
  }

  .xl\:col-end-3 {
    grid-column-end: 3;
  }

  .xl\:col-end-4 {
    grid-column-end: 4;
  }

  .xl\:col-end-5 {
    grid-column-end: 5;
  }

  .xl\:col-end-6 {
    grid-column-end: 6;
  }

  .xl\:col-end-7 {
    grid-column-end: 7;
  }

  .xl\:col-end-8 {
    grid-column-end: 8;
  }

  .xl\:col-end-9 {
    grid-column-end: 9;
  }

  .xl\:col-end-10 {
    grid-column-end: 10;
  }

  .xl\:col-end-11 {
    grid-column-end: 11;
  }

  .xl\:col-end-12 {
    grid-column-end: 12;
  }

  .xl\:col-end-13 {
    grid-column-end: 13;
  }

  .xl\:col-end-auto {
    grid-column-end: auto;
  }

  .xl\:row-auto {
    grid-row: auto;
  }

  .xl\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .xl\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .xl\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .xl\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .xl\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .xl\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .xl\:row-span-full {
    grid-row: 1 / -1;
  }

  .xl\:row-start-1 {
    grid-row-start: 1;
  }

  .xl\:row-start-2 {
    grid-row-start: 2;
  }

  .xl\:row-start-3 {
    grid-row-start: 3;
  }

  .xl\:row-start-4 {
    grid-row-start: 4;
  }

  .xl\:row-start-5 {
    grid-row-start: 5;
  }

  .xl\:row-start-6 {
    grid-row-start: 6;
  }

  .xl\:row-start-7 {
    grid-row-start: 7;
  }

  .xl\:row-start-auto {
    grid-row-start: auto;
  }

  .xl\:row-end-1 {
    grid-row-end: 1;
  }

  .xl\:row-end-2 {
    grid-row-end: 2;
  }

  .xl\:row-end-3 {
    grid-row-end: 3;
  }

  .xl\:row-end-4 {
    grid-row-end: 4;
  }

  .xl\:row-end-5 {
    grid-row-end: 5;
  }

  .xl\:row-end-6 {
    grid-row-end: 6;
  }

  .xl\:row-end-7 {
    grid-row-end: 7;
  }

  .xl\:row-end-auto {
    grid-row-end: auto;
  }

  .xl\:float-right {
    float: right;
  }

  .xl\:float-left {
    float: left;
  }

  .xl\:float-none {
    float: none;
  }

  .xl\:clear-left {
    clear: left;
  }

  .xl\:clear-right {
    clear: right;
  }

  .xl\:clear-both {
    clear: both;
  }

  .xl\:clear-none {
    clear: none;
  }

  .xl\:m-0 {
    margin: 0;
  }

  .xl\:m-1 {
    margin: 0.25rem;
  }

  .xl\:m-2 {
    margin: 0.5rem;
  }

  .xl\:m-3 {
    margin: 0.75rem;
  }

  .xl\:m-4 {
    margin: 1rem;
  }

  .xl\:m-5 {
    margin: 5px;
  }

  .xl\:m-6 {
    margin: 1.5rem;
  }

  .xl\:m-7 {
    margin: 1.75rem;
  }

  .xl\:m-8 {
    margin: 2rem;
  }

  .xl\:m-9 {
    margin: 2.25rem;
  }

  .xl\:m-10 {
    margin: 10px;
  }

  .xl\:m-11 {
    margin: 2.75rem;
  }

  .xl\:m-12 {
    margin: 3rem;
  }

  .xl\:m-14 {
    margin: 14px;
  }

  .xl\:m-16 {
    margin: 16px;
  }

  .xl\:m-20 {
    margin: 20px;
  }

  .xl\:m-24 {
    margin: 24px;
  }

  .xl\:m-28 {
    margin: 7rem;
  }

  .xl\:m-30 {
    margin: 30px;
  }

  .xl\:m-32 {
    margin: 8rem;
  }

  .xl\:m-36 {
    margin: 9rem;
  }

  .xl\:m-40 {
    margin: 10rem;
  }

  .xl\:m-44 {
    margin: 11rem;
  }

  .xl\:m-48 {
    margin: 48px;
  }

  .xl\:m-52 {
    margin: 13rem;
  }

  .xl\:m-56 {
    margin: 14rem;
  }

  .xl\:m-60 {
    margin: 60px;
  }

  .xl\:m-64 {
    margin: 16rem;
  }

  .xl\:m-72 {
    margin: 18rem;
  }

  .xl\:m-80 {
    margin: 20rem;
  }

  .xl\:m-95 {
    margin: 95px;
  }

  .xl\:m-96 {
    margin: 24rem;
  }

  .xl\:m-120 {
    margin: 120px;
  }

  .xl\:m-190 {
    margin: 190px;
  }

  .xl\:m-auto {
    margin: auto;
  }

  .xl\:m-px {
    margin: 1px;
  }

  .xl\:m-0\.5 {
    margin: 0.125rem;
  }

  .xl\:m-1\.5 {
    margin: 0.375rem;
  }

  .xl\:m-2\.5 {
    margin: 0.625rem;
  }

  .xl\:m-3\.5 {
    margin: 0.875rem;
  }

  .xl\:m-30\% {
    margin: 30%;
  }

  .xl\:m-7\.5r {
    margin: 1.875rem;
  }

  .xl\:-m-1 {
    margin: -0.25rem;
  }

  .xl\:-m-2 {
    margin: -0.5rem;
  }

  .xl\:-m-3 {
    margin: -0.75rem;
  }

  .xl\:-m-4 {
    margin: -1rem;
  }

  .xl\:-m-5 {
    margin: -5px;
  }

  .xl\:-m-6 {
    margin: -1.5rem;
  }

  .xl\:-m-7 {
    margin: -1.75rem;
  }

  .xl\:-m-8 {
    margin: -2rem;
  }

  .xl\:-m-9 {
    margin: -2.25rem;
  }

  .xl\:-m-10 {
    margin: -10px;
  }

  .xl\:-m-11 {
    margin: -2.75rem;
  }

  .xl\:-m-12 {
    margin: -3rem;
  }

  .xl\:-m-14 {
    margin: -14px;
  }

  .xl\:-m-16 {
    margin: -16px;
  }

  .xl\:-m-20 {
    margin: -20px;
  }

  .xl\:-m-24 {
    margin: -24px;
  }

  .xl\:-m-28 {
    margin: -7rem;
  }

  .xl\:-m-30 {
    margin: -30px;
  }

  .xl\:-m-32 {
    margin: -8rem;
  }

  .xl\:-m-36 {
    margin: -9rem;
  }

  .xl\:-m-40 {
    margin: -10rem;
  }

  .xl\:-m-44 {
    margin: -11rem;
  }

  .xl\:-m-48 {
    margin: -48px;
  }

  .xl\:-m-52 {
    margin: -13rem;
  }

  .xl\:-m-56 {
    margin: -14rem;
  }

  .xl\:-m-60 {
    margin: -60px;
  }

  .xl\:-m-64 {
    margin: -16rem;
  }

  .xl\:-m-72 {
    margin: -18rem;
  }

  .xl\:-m-80 {
    margin: -20rem;
  }

  .xl\:-m-95 {
    margin: -95px;
  }

  .xl\:-m-96 {
    margin: -24rem;
  }

  .xl\:-m-120 {
    margin: -120px;
  }

  .xl\:-m-190 {
    margin: -190px;
  }

  .xl\:-m-px {
    margin: -1px;
  }

  .xl\:-m-0\.5 {
    margin: -0.125rem;
  }

  .xl\:-m-1\.5 {
    margin: -0.375rem;
  }

  .xl\:-m-2\.5 {
    margin: -0.625rem;
  }

  .xl\:-m-3\.5 {
    margin: -0.875rem;
  }

  .xl\:-m-30\% {
    margin: -30%;
  }

  .xl\:-m-7\.5r {
    margin: -1.875rem;
  }

  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

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

  .xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .xl\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .xl\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .xl\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .xl\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .xl\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

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

  .xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xl\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xl\:mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .xl\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xl\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .xl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xl\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xl\:mx-95 {
    margin-left: 95px;
    margin-right: 95px;
  }

  .xl\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .xl\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .xl\:mx-190 {
    margin-left: 190px;
    margin-right: 190px;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .xl\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

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

  .xl\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .xl\:mx-30\% {
    margin-left: 30%;
    margin-right: 30%;
  }

  .xl\:mx-7\.5r {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

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

  .xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xl\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .xl\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .xl\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .xl\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .xl\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .xl\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

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

  .xl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xl\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xl\:-mx-48 {
    margin-left: -48px;
    margin-right: -48px;
  }

  .xl\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xl\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .xl\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xl\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xl\:-mx-95 {
    margin-left: -95px;
    margin-right: -95px;
  }

  .xl\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .xl\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .xl\:-mx-190 {
    margin-left: -190px;
    margin-right: -190px;
  }

  .xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .xl\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

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

  .xl\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .xl\:-mx-30\% {
    margin-left: -30%;
    margin-right: -30%;
  }

  .xl\:-mx-7\.5r {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

  .xl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .xl\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .xl\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .xl\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xl\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .xl\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xl\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xl\:my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .xl\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xl\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .xl\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xl\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xl\:my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .xl\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .xl\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .xl\:my-190 {
    margin-top: 190px;
    margin-bottom: 190px;
  }

  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xl\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

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

  .xl\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .xl\:my-30\% {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .xl\:my-7\.5r {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

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

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

  .xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .xl\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .xl\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .xl\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .xl\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .xl\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .xl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xl\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xl\:-my-48 {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .xl\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xl\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .xl\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xl\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xl\:-my-95 {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .xl\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .xl\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .xl\:-my-190 {
    margin-top: -190px;
    margin-bottom: -190px;
  }

  .xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .xl\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

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

  .xl\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .xl\:-my-30\% {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .xl\:-my-7\.5r {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

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

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

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

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

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

  .xl\:mt-5 {
    margin-top: 5px;
  }

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

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

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

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

  .xl\:mt-10 {
    margin-top: 10px;
  }

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

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

  .xl\:mt-14 {
    margin-top: 14px;
  }

  .xl\:mt-16 {
    margin-top: 16px;
  }

  .xl\:mt-20 {
    margin-top: 20px;
  }

  .xl\:mt-24 {
    margin-top: 24px;
  }

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

  .xl\:mt-30 {
    margin-top: 30px;
  }

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

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

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

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

  .xl\:mt-48 {
    margin-top: 48px;
  }

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

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

  .xl\:mt-60 {
    margin-top: 60px;
  }

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

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

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

  .xl\:mt-95 {
    margin-top: 95px;
  }

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

  .xl\:mt-120 {
    margin-top: 120px;
  }

  .xl\:mt-190 {
    margin-top: 190px;
  }

  .xl\:mt-auto {
    margin-top: auto;
  }

  .xl\:mt-px {
    margin-top: 1px;
  }

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

  .xl\:mt-1\.5 {
    margin-top: 0.375rem;
  }

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

  .xl\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .xl\:mt-30\% {
    margin-top: 30%;
  }

  .xl\:mt-7\.5r {
    margin-top: 1.875rem;
  }

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

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

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

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

  .xl\:-mt-5 {
    margin-top: -5px;
  }

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

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

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

  .xl\:-mt-9 {
    margin-top: -2.25rem;
  }

  .xl\:-mt-10 {
    margin-top: -10px;
  }

  .xl\:-mt-11 {
    margin-top: -2.75rem;
  }

  .xl\:-mt-12 {
    margin-top: -3rem;
  }

  .xl\:-mt-14 {
    margin-top: -14px;
  }

  .xl\:-mt-16 {
    margin-top: -16px;
  }

  .xl\:-mt-20 {
    margin-top: -20px;
  }

  .xl\:-mt-24 {
    margin-top: -24px;
  }

  .xl\:-mt-28 {
    margin-top: -7rem;
  }

  .xl\:-mt-30 {
    margin-top: -30px;
  }

  .xl\:-mt-32 {
    margin-top: -8rem;
  }

  .xl\:-mt-36 {
    margin-top: -9rem;
  }

  .xl\:-mt-40 {
    margin-top: -10rem;
  }

  .xl\:-mt-44 {
    margin-top: -11rem;
  }

  .xl\:-mt-48 {
    margin-top: -48px;
  }

  .xl\:-mt-52 {
    margin-top: -13rem;
  }

  .xl\:-mt-56 {
    margin-top: -14rem;
  }

  .xl\:-mt-60 {
    margin-top: -60px;
  }

  .xl\:-mt-64 {
    margin-top: -16rem;
  }

  .xl\:-mt-72 {
    margin-top: -18rem;
  }

  .xl\:-mt-80 {
    margin-top: -20rem;
  }

  .xl\:-mt-95 {
    margin-top: -95px;
  }

  .xl\:-mt-96 {
    margin-top: -24rem;
  }

  .xl\:-mt-120 {
    margin-top: -120px;
  }

  .xl\:-mt-190 {
    margin-top: -190px;
  }

  .xl\:-mt-px {
    margin-top: -1px;
  }

  .xl\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .xl\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .xl\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .xl\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .xl\:-mt-30\% {
    margin-top: -30%;
  }

  .xl\:-mt-7\.5r {
    margin-top: -1.875rem;
  }

  .xl\:mr-0 {
    margin-right: 0;
  }

  .xl\:mr-1 {
    margin-right: 0.25rem;
  }

  .xl\:mr-2 {
    margin-right: 0.5rem;
  }

  .xl\:mr-3 {
    margin-right: 0.75rem;
  }

  .xl\:mr-4 {
    margin-right: 1rem;
  }

  .xl\:mr-5 {
    margin-right: 5px;
  }

  .xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .xl\:mr-7 {
    margin-right: 1.75rem;
  }

  .xl\:mr-8 {
    margin-right: 2rem;
  }

  .xl\:mr-9 {
    margin-right: 2.25rem;
  }

  .xl\:mr-10 {
    margin-right: 10px;
  }

  .xl\:mr-11 {
    margin-right: 2.75rem;
  }

  .xl\:mr-12 {
    margin-right: 3rem;
  }

  .xl\:mr-14 {
    margin-right: 14px;
  }

  .xl\:mr-16 {
    margin-right: 16px;
  }

  .xl\:mr-20 {
    margin-right: 20px;
  }

  .xl\:mr-24 {
    margin-right: 24px;
  }

  .xl\:mr-28 {
    margin-right: 7rem;
  }

  .xl\:mr-30 {
    margin-right: 30px;
  }

  .xl\:mr-32 {
    margin-right: 8rem;
  }

  .xl\:mr-36 {
    margin-right: 9rem;
  }

  .xl\:mr-40 {
    margin-right: 10rem;
  }

  .xl\:mr-44 {
    margin-right: 11rem;
  }

  .xl\:mr-48 {
    margin-right: 48px;
  }

  .xl\:mr-52 {
    margin-right: 13rem;
  }

  .xl\:mr-56 {
    margin-right: 14rem;
  }

  .xl\:mr-60 {
    margin-right: 60px;
  }

  .xl\:mr-64 {
    margin-right: 16rem;
  }

  .xl\:mr-72 {
    margin-right: 18rem;
  }

  .xl\:mr-80 {
    margin-right: 20rem;
  }

  .xl\:mr-95 {
    margin-right: 95px;
  }

  .xl\:mr-96 {
    margin-right: 24rem;
  }

  .xl\:mr-120 {
    margin-right: 120px;
  }

  .xl\:mr-190 {
    margin-right: 190px;
  }

  .xl\:mr-auto {
    margin-right: auto;
  }

  .xl\:mr-px {
    margin-right: 1px;
  }

  .xl\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .xl\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .xl\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .xl\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .xl\:mr-30\% {
    margin-right: 30%;
  }

  .xl\:mr-7\.5r {
    margin-right: 1.875rem;
  }

  .xl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xl\:-mr-4 {
    margin-right: -1rem;
  }

  .xl\:-mr-5 {
    margin-right: -5px;
  }

  .xl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xl\:-mr-7 {
    margin-right: -1.75rem;
  }

  .xl\:-mr-8 {
    margin-right: -2rem;
  }

  .xl\:-mr-9 {
    margin-right: -2.25rem;
  }

  .xl\:-mr-10 {
    margin-right: -10px;
  }

  .xl\:-mr-11 {
    margin-right: -2.75rem;
  }

  .xl\:-mr-12 {
    margin-right: -3rem;
  }

  .xl\:-mr-14 {
    margin-right: -14px;
  }

  .xl\:-mr-16 {
    margin-right: -16px;
  }

  .xl\:-mr-20 {
    margin-right: -20px;
  }

  .xl\:-mr-24 {
    margin-right: -24px;
  }

  .xl\:-mr-28 {
    margin-right: -7rem;
  }

  .xl\:-mr-30 {
    margin-right: -30px;
  }

  .xl\:-mr-32 {
    margin-right: -8rem;
  }

  .xl\:-mr-36 {
    margin-right: -9rem;
  }

  .xl\:-mr-40 {
    margin-right: -10rem;
  }

  .xl\:-mr-44 {
    margin-right: -11rem;
  }

  .xl\:-mr-48 {
    margin-right: -48px;
  }

  .xl\:-mr-52 {
    margin-right: -13rem;
  }

  .xl\:-mr-56 {
    margin-right: -14rem;
  }

  .xl\:-mr-60 {
    margin-right: -60px;
  }

  .xl\:-mr-64 {
    margin-right: -16rem;
  }

  .xl\:-mr-72 {
    margin-right: -18rem;
  }

  .xl\:-mr-80 {
    margin-right: -20rem;
  }

  .xl\:-mr-95 {
    margin-right: -95px;
  }

  .xl\:-mr-96 {
    margin-right: -24rem;
  }

  .xl\:-mr-120 {
    margin-right: -120px;
  }

  .xl\:-mr-190 {
    margin-right: -190px;
  }

  .xl\:-mr-px {
    margin-right: -1px;
  }

  .xl\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .xl\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .xl\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .xl\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .xl\:-mr-30\% {
    margin-right: -30%;
  }

  .xl\:-mr-7\.5r {
    margin-right: -1.875rem;
  }

  .xl\:mb-0 {
    margin-bottom: 0;
  }

  .xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xl\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:mb-5 {
    margin-bottom: 5px;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .xl\:mb-10 {
    margin-bottom: 10px;
  }

  .xl\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .xl\:mb-14 {
    margin-bottom: 14px;
  }

  .xl\:mb-16 {
    margin-bottom: 16px;
  }

  .xl\:mb-20 {
    margin-bottom: 20px;
  }

  .xl\:mb-24 {
    margin-bottom: 24px;
  }

  .xl\:mb-28 {
    margin-bottom: 7rem;
  }

  .xl\:mb-30 {
    margin-bottom: 30px;
  }

  .xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .xl\:mb-36 {
    margin-bottom: 9rem;
  }

  .xl\:mb-40 {
    margin-bottom: 10rem;
  }

  .xl\:mb-44 {
    margin-bottom: 11rem;
  }

  .xl\:mb-48 {
    margin-bottom: 48px;
  }

  .xl\:mb-52 {
    margin-bottom: 13rem;
  }

  .xl\:mb-56 {
    margin-bottom: 14rem;
  }

  .xl\:mb-60 {
    margin-bottom: 60px;
  }

  .xl\:mb-64 {
    margin-bottom: 16rem;
  }

  .xl\:mb-72 {
    margin-bottom: 18rem;
  }

  .xl\:mb-80 {
    margin-bottom: 20rem;
  }

  .xl\:mb-95 {
    margin-bottom: 95px;
  }

  .xl\:mb-96 {
    margin-bottom: 24rem;
  }

  .xl\:mb-120 {
    margin-bottom: 120px;
  }

  .xl\:mb-190 {
    margin-bottom: 190px;
  }

  .xl\:mb-auto {
    margin-bottom: auto;
  }

  .xl\:mb-px {
    margin-bottom: 1px;
  }

  .xl\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .xl\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .xl\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .xl\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .xl\:mb-30\% {
    margin-bottom: 30%;
  }

  .xl\:mb-7\.5r {
    margin-bottom: 1.875rem;
  }

  .xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xl\:-mb-5 {
    margin-bottom: -5px;
  }

  .xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xl\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .xl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xl\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .xl\:-mb-10 {
    margin-bottom: -10px;
  }

  .xl\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .xl\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xl\:-mb-14 {
    margin-bottom: -14px;
  }

  .xl\:-mb-16 {
    margin-bottom: -16px;
  }

  .xl\:-mb-20 {
    margin-bottom: -20px;
  }

  .xl\:-mb-24 {
    margin-bottom: -24px;
  }

  .xl\:-mb-28 {
    margin-bottom: -7rem;
  }

  .xl\:-mb-30 {
    margin-bottom: -30px;
  }

  .xl\:-mb-32 {
    margin-bottom: -8rem;
  }

  .xl\:-mb-36 {
    margin-bottom: -9rem;
  }

  .xl\:-mb-40 {
    margin-bottom: -10rem;
  }

  .xl\:-mb-44 {
    margin-bottom: -11rem;
  }

  .xl\:-mb-48 {
    margin-bottom: -48px;
  }

  .xl\:-mb-52 {
    margin-bottom: -13rem;
  }

  .xl\:-mb-56 {
    margin-bottom: -14rem;
  }

  .xl\:-mb-60 {
    margin-bottom: -60px;
  }

  .xl\:-mb-64 {
    margin-bottom: -16rem;
  }

  .xl\:-mb-72 {
    margin-bottom: -18rem;
  }

  .xl\:-mb-80 {
    margin-bottom: -20rem;
  }

  .xl\:-mb-95 {
    margin-bottom: -95px;
  }

  .xl\:-mb-96 {
    margin-bottom: -24rem;
  }

  .xl\:-mb-120 {
    margin-bottom: -120px;
  }

  .xl\:-mb-190 {
    margin-bottom: -190px;
  }

  .xl\:-mb-px {
    margin-bottom: -1px;
  }

  .xl\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .xl\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .xl\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .xl\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .xl\:-mb-30\% {
    margin-bottom: -30%;
  }

  .xl\:-mb-7\.5r {
    margin-bottom: -1.875rem;
  }

  .xl\:ml-0 {
    margin-left: 0;
  }

  .xl\:ml-1 {
    margin-left: 0.25rem;
  }

  .xl\:ml-2 {
    margin-left: 0.5rem;
  }

  .xl\:ml-3 {
    margin-left: 0.75rem;
  }

  .xl\:ml-4 {
    margin-left: 1rem;
  }

  .xl\:ml-5 {
    margin-left: 5px;
  }

  .xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .xl\:ml-7 {
    margin-left: 1.75rem;
  }

  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .xl\:ml-9 {
    margin-left: 2.25rem;
  }

  .xl\:ml-10 {
    margin-left: 10px;
  }

  .xl\:ml-11 {
    margin-left: 2.75rem;
  }

  .xl\:ml-12 {
    margin-left: 3rem;
  }

  .xl\:ml-14 {
    margin-left: 14px;
  }

  .xl\:ml-16 {
    margin-left: 16px;
  }

  .xl\:ml-20 {
    margin-left: 20px;
  }

  .xl\:ml-24 {
    margin-left: 24px;
  }

  .xl\:ml-28 {
    margin-left: 7rem;
  }

  .xl\:ml-30 {
    margin-left: 30px;
  }

  .xl\:ml-32 {
    margin-left: 8rem;
  }

  .xl\:ml-36 {
    margin-left: 9rem;
  }

  .xl\:ml-40 {
    margin-left: 10rem;
  }

  .xl\:ml-44 {
    margin-left: 11rem;
  }

  .xl\:ml-48 {
    margin-left: 48px;
  }

  .xl\:ml-52 {
    margin-left: 13rem;
  }

  .xl\:ml-56 {
    margin-left: 14rem;
  }

  .xl\:ml-60 {
    margin-left: 60px;
  }

  .xl\:ml-64 {
    margin-left: 16rem;
  }

  .xl\:ml-72 {
    margin-left: 18rem;
  }

  .xl\:ml-80 {
    margin-left: 20rem;
  }

  .xl\:ml-95 {
    margin-left: 95px;
  }

  .xl\:ml-96 {
    margin-left: 24rem;
  }

  .xl\:ml-120 {
    margin-left: 120px;
  }

  .xl\:ml-190 {
    margin-left: 190px;
  }

  .xl\:ml-auto {
    margin-left: auto;
  }

  .xl\:ml-px {
    margin-left: 1px;
  }

  .xl\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .xl\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .xl\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .xl\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .xl\:ml-30\% {
    margin-left: 30%;
  }

  .xl\:ml-7\.5r {
    margin-left: 1.875rem;
  }

  .xl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xl\:-ml-4 {
    margin-left: -1rem;
  }

  .xl\:-ml-5 {
    margin-left: -5px;
  }

  .xl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xl\:-ml-7 {
    margin-left: -1.75rem;
  }

  .xl\:-ml-8 {
    margin-left: -2rem;
  }

  .xl\:-ml-9 {
    margin-left: -2.25rem;
  }

  .xl\:-ml-10 {
    margin-left: -10px;
  }

  .xl\:-ml-11 {
    margin-left: -2.75rem;
  }

  .xl\:-ml-12 {
    margin-left: -3rem;
  }

  .xl\:-ml-14 {
    margin-left: -14px;
  }

  .xl\:-ml-16 {
    margin-left: -16px;
  }

  .xl\:-ml-20 {
    margin-left: -20px;
  }

  .xl\:-ml-24 {
    margin-left: -24px;
  }

  .xl\:-ml-28 {
    margin-left: -7rem;
  }

  .xl\:-ml-30 {
    margin-left: -30px;
  }

  .xl\:-ml-32 {
    margin-left: -8rem;
  }

  .xl\:-ml-36 {
    margin-left: -9rem;
  }

  .xl\:-ml-40 {
    margin-left: -10rem;
  }

  .xl\:-ml-44 {
    margin-left: -11rem;
  }

  .xl\:-ml-48 {
    margin-left: -48px;
  }

  .xl\:-ml-52 {
    margin-left: -13rem;
  }

  .xl\:-ml-56 {
    margin-left: -14rem;
  }

  .xl\:-ml-60 {
    margin-left: -60px;
  }

  .xl\:-ml-64 {
    margin-left: -16rem;
  }

  .xl\:-ml-72 {
    margin-left: -18rem;
  }

  .xl\:-ml-80 {
    margin-left: -20rem;
  }

  .xl\:-ml-95 {
    margin-left: -95px;
  }

  .xl\:-ml-96 {
    margin-left: -24rem;
  }

  .xl\:-ml-120 {
    margin-left: -120px;
  }

  .xl\:-ml-190 {
    margin-left: -190px;
  }

  .xl\:-ml-px {
    margin-left: -1px;
  }

  .xl\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .xl\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .xl\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .xl\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .xl\:-ml-30\% {
    margin-left: -30%;
  }

  .xl\:-ml-7\.5r {
    margin-left: -1.875rem;
  }

  .xl\:box-border {
    box-sizing: border-box;
  }

  .xl\:box-content {
    box-sizing: content-box;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:inline-flex {
    display: inline-flex;
  }

  .xl\:table {
    display: table;
  }

  .xl\:inline-table {
    display: inline-table;
  }

  .xl\:table-caption {
    display: table-caption;
  }

  .xl\:table-cell {
    display: table-cell;
  }

  .xl\:table-column {
    display: table-column;
  }

  .xl\:table-column-group {
    display: table-column-group;
  }

  .xl\:table-footer-group {
    display: table-footer-group;
  }

  .xl\:table-header-group {
    display: table-header-group;
  }

  .xl\:table-row-group {
    display: table-row-group;
  }

  .xl\:table-row {
    display: table-row;
  }

  .xl\:flow-root {
    display: flow-root;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:inline-grid {
    display: inline-grid;
  }

  .xl\:contents {
    display: contents;
  }

  .xl\:list-item {
    display: list-item;
  }

  .xl\:hidden {
    display: none;
  }

  .group:hover .xl\:group-hover\:block {
    display: block;
  }

  .group:hover .xl\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .xl\:group-hover\:inline {
    display: inline;
  }

  .group:hover .xl\:group-hover\:flex {
    display: flex;
  }

  .group:hover .xl\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .xl\:group-hover\:table {
    display: table;
  }

  .group:hover .xl\:group-hover\:inline-table {
    display: inline-table;
  }

  .group:hover .xl\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .xl\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .xl\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .xl\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .xl\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .xl\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .xl\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .xl\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .xl\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .xl\:group-hover\:grid {
    display: grid;
  }

  .group:hover .xl\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .xl\:group-hover\:contents {
    display: contents;
  }

  .group:hover .xl\:group-hover\:list-item {
    display: list-item;
  }

  .group:hover .xl\:group-hover\:hidden {
    display: none;
  }

  .xl\:h-0 {
    height: 0;
  }

  .xl\:h-1 {
    height: 0.25rem;
  }

  .xl\:h-2 {
    height: 0.5rem;
  }

  .xl\:h-3 {
    height: 0.75rem;
  }

  .xl\:h-4 {
    height: 1rem;
  }

  .xl\:h-5 {
    height: 5px;
  }

  .xl\:h-6 {
    height: 1.5rem;
  }

  .xl\:h-7 {
    height: 1.75rem;
  }

  .xl\:h-8 {
    height: 2rem;
  }

  .xl\:h-9 {
    height: 2.25rem;
  }

  .xl\:h-10 {
    height: 10px;
  }

  .xl\:h-11 {
    height: 2.75rem;
  }

  .xl\:h-12 {
    height: 12px;
  }

  .xl\:h-14 {
    height: 14px;
  }

  .xl\:h-16 {
    height: 16px;
  }

  .xl\:h-20 {
    height: 20px;
  }

  .xl\:h-24 {
    height: 24px;
  }

  .xl\:h-28 {
    height: 7rem;
  }

  .xl\:h-30 {
    height: 30px;
  }

  .xl\:h-32 {
    height: 8rem;
  }

  .xl\:h-36 {
    height: 9rem;
  }

  .xl\:h-40 {
    height: 10rem;
  }

  .xl\:h-42 {
    height: 42px;
  }

  .xl\:h-44 {
    height: 11rem;
  }

  .xl\:h-48 {
    height: 48px;
  }

  .xl\:h-52 {
    height: 13rem;
  }

  .xl\:h-56 {
    height: 14rem;
  }

  .xl\:h-60 {
    height: 60px;
  }

  .xl\:h-64 {
    height: 16rem;
  }

  .xl\:h-70 {
    height: 70px;
  }

  .xl\:h-72 {
    height: 18rem;
  }

  .xl\:h-78 {
    height: 78px;
  }

  .xl\:h-80 {
    height: 20rem;
  }

  .xl\:h-95 {
    height: 95px;
  }

  .xl\:h-96 {
    height: 24rem;
  }

  .xl\:h-120 {
    height: 120px;
  }

  .xl\:h-190 {
    height: 190px;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-px {
    height: 1px;
  }

  .xl\:h-0\.5 {
    height: 0.125rem;
  }

  .xl\:h-1\.5 {
    height: 0.375rem;
  }

  .xl\:h-2\.5 {
    height: 0.625rem;
  }

  .xl\:h-3\.5 {
    height: 0.875rem;
  }

  .xl\:h-30\% {
    height: 30%;
  }

  .xl\:h-7\.5r {
    height: 1.875rem;
  }

  .xl\:h-1\/2 {
    height: 50%;
  }

  .xl\:h-1\/3 {
    height: 33.333333%;
  }

  .xl\:h-2\/3 {
    height: 66.667%;
  }

  .xl\:h-1\/4 {
    height: 25%;
  }

  .xl\:h-2\/4 {
    height: 50%;
  }

  .xl\:h-3\/4 {
    height: 75%;
  }

  .xl\:h-1\/5 {
    height: 20%;
  }

  .xl\:h-2\/5 {
    height: 40%;
  }

  .xl\:h-3\/5 {
    height: 60%;
  }

  .xl\:h-4\/5 {
    height: 80%;
  }

  .xl\:h-1\/6 {
    height: 16.666667%;
  }

  .xl\:h-2\/6 {
    height: 33.333333%;
  }

  .xl\:h-3\/6 {
    height: 50%;
  }

  .xl\:h-4\/6 {
    height: 66.666667%;
  }

  .xl\:h-5\/6 {
    height: 83.333333%;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-screen {
    height: 100vh;
  }

  .xl\:h-20r {
    height: 5rem;
  }

  .xl\:h-50vh {
    height: 50vh;
  }

  .xl\:h-66vh {
    height: 66vh;
  }

  .xl\:h-75vh {
    height: 75vh;
  }

  .xl\:h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .xl\:max-h-0 {
    max-height: 0;
  }

  .xl\:max-h-1 {
    max-height: 0.25rem;
  }

  .xl\:max-h-2 {
    max-height: 0.5rem;
  }

  .xl\:max-h-3 {
    max-height: 0.75rem;
  }

  .xl\:max-h-4 {
    max-height: 1rem;
  }

  .xl\:max-h-5 {
    max-height: 5px;
  }

  .xl\:max-h-6 {
    max-height: 1.5rem;
  }

  .xl\:max-h-7 {
    max-height: 1.75rem;
  }

  .xl\:max-h-8 {
    max-height: 2rem;
  }

  .xl\:max-h-9 {
    max-height: 2.25rem;
  }

  .xl\:max-h-10 {
    max-height: 10px;
  }

  .xl\:max-h-11 {
    max-height: 2.75rem;
  }

  .xl\:max-h-12 {
    max-height: 3rem;
  }

  .xl\:max-h-14 {
    max-height: 14px;
  }

  .xl\:max-h-16 {
    max-height: 16px;
  }

  .xl\:max-h-20 {
    max-height: 20px;
  }

  .xl\:max-h-24 {
    max-height: 24px;
  }

  .xl\:max-h-28 {
    max-height: 7rem;
  }

  .xl\:max-h-30 {
    max-height: 30px;
  }

  .xl\:max-h-32 {
    max-height: 8rem;
  }

  .xl\:max-h-36 {
    max-height: 9rem;
  }

  .xl\:max-h-40 {
    max-height: 10rem;
  }

  .xl\:max-h-44 {
    max-height: 11rem;
  }

  .xl\:max-h-48 {
    max-height: 48px;
  }

  .xl\:max-h-52 {
    max-height: 13rem;
  }

  .xl\:max-h-56 {
    max-height: 14rem;
  }

  .xl\:max-h-60 {
    max-height: 60px;
  }

  .xl\:max-h-64 {
    max-height: 16rem;
  }

  .xl\:max-h-72 {
    max-height: 18rem;
  }

  .xl\:max-h-80 {
    max-height: 20rem;
  }

  .xl\:max-h-95 {
    max-height: 95px;
  }

  .xl\:max-h-96 {
    max-height: 24rem;
  }

  .xl\:max-h-120 {
    max-height: 120px;
  }

  .xl\:max-h-190 {
    max-height: 190px;
  }

  .xl\:max-h-px {
    max-height: 1px;
  }

  .xl\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .xl\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .xl\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .xl\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .xl\:max-h-30\% {
    max-height: 30%;
  }

  .xl\:max-h-7\.5r {
    max-height: 1.875rem;
  }

  .xl\:max-h-full {
    max-height: 100%;
  }

  .xl\:max-h-screen {
    max-height: 100vh;
  }

  .xl\:min-h-0 {
    min-height: 0px;
  }

  .xl\:min-h-24 {
    min-height: 6rem;
  }

  .xl\:min-h-78 {
    min-height: 78px;
  }

  .xl\:min-h-full {
    min-height: 100%;
  }

  .xl\:min-h-screen {
    min-height: 100vh;
  }

  .xl\:min-h-25\.5 {
    min-height: 6.375rem;
  }

  .xl\:min-h-1\/2 {
    min-height: 50%;
  }

  .xl\:min-h-2\/3 {
    min-height: 66.667%;
  }

  .xl\:min-h-3\/4 {
    min-height: 75%;
  }

  .xl\:min-h-50vh {
    min-height: 50vh;
  }

  .xl\:min-h-66vh {
    min-height: 66vh;
  }

  .xl\:min-h-75vh {
    min-height: 75vh;
  }

  .xl\:w-0 {
    width: 0;
  }

  .xl\:w-1 {
    width: 0.25rem;
  }

  .xl\:w-2 {
    width: 0.5rem;
  }

  .xl\:w-3 {
    width: 0.75rem;
  }

  .xl\:w-4 {
    width: 1rem;
  }

  .xl\:w-5 {
    width: 5px;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-7 {
    width: 1.75rem;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:w-9 {
    width: 2.25rem;
  }

  .xl\:w-10 {
    width: 10px;
  }

  .xl\:w-11 {
    width: 2.75rem;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-14 {
    width: 14px;
  }

  .xl\:w-16 {
    width: 16px;
  }

  .xl\:w-20 {
    width: 20px;
  }

  .xl\:w-24 {
    width: 24px;
  }

  .xl\:w-28 {
    width: 7rem;
  }

  .xl\:w-30 {
    width: 30px;
  }

  .xl\:w-32 {
    width: 8rem;
  }

  .xl\:w-36 {
    width: 9rem;
  }

  .xl\:w-40 {
    width: 10rem;
  }

  .xl\:w-44 {
    width: 11rem;
  }

  .xl\:w-48 {
    width: 48px;
  }

  .xl\:w-52 {
    width: 13rem;
  }

  .xl\:w-56 {
    width: 14rem;
  }

  .xl\:w-60 {
    width: 60px;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:w-72 {
    width: 18rem;
  }

  .xl\:w-80 {
    width: 20rem;
  }

  .xl\:w-95 {
    width: 95px;
  }

  .xl\:w-96 {
    width: 24rem;
  }

  .xl\:w-120 {
    width: 120px;
  }

  .xl\:w-150 {
    width: 150px;
  }

  .xl\:w-190 {
    width: 190px;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-px {
    width: 1px;
  }

  .xl\:w-0\.5 {
    width: 0.125rem;
  }

  .xl\:w-1\.5 {
    width: 0.375rem;
  }

  .xl\:w-2\.5 {
    width: 0.625rem;
  }

  .xl\:w-3\.5 {
    width: 0.875rem;
  }

  .xl\:w-30\% {
    width: 30%;
  }

  .xl\:w-7\.5r {
    width: 1.875rem;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-2\/4 {
    width: 50%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:w-1\/6 {
    width: 16.666667%;
  }

  .xl\:w-2\/6 {
    width: 33.333333%;
  }

  .xl\:w-3\/6 {
    width: 50%;
  }

  .xl\:w-4\/6 {
    width: 66.666667%;
  }

  .xl\:w-5\/6 {
    width: 83.333333%;
  }

  .xl\:w-1\/12 {
    width: 8.333333%;
  }

  .xl\:w-2\/12 {
    width: 16.666667%;
  }

  .xl\:w-3\/12 {
    width: 25%;
  }

  .xl\:w-4\/12 {
    width: 33.333333%;
  }

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:w-6\/12 {
    width: 50%;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:w-8\/12 {
    width: 66.666667%;
  }

  .xl\:w-9\/12 {
    width: 75%;
  }

  .xl\:w-10\/12 {
    width: 83.333333%;
  }

  .xl\:w-11\/12 {
    width: 91.666667%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-screen {
    width: 100vw;
  }

  .xl\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .xl\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .xl\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .xl\:w-20r {
    width: 5rem;
  }

  .xl\:min-w-0 {
    min-width: 0px;
  }

  .xl\:min-w-1280 {
    min-width: 1280px;
  }

  .xl\:min-w-full {
    min-width: 100%;
  }

  .xl\:min-w-min {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .xl\:min-w-max {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .xl\:min-w-7\.5r {
    min-width: 1.875rem;
  }

  .xl\:min-w-10r {
    min-width: 2.5rem;
  }

  .xl\:min-w-12\.5r {
    min-width: 3.125rem;
  }

  .xl\:min-w-17\.5r {
    min-width: 4.375rem;
  }

  .xl\:min-w-20r {
    min-width: 5rem;
  }

  .xl\:min-w-25r {
    min-width: 6.25rem;
  }

  .xl\:min-w-37\.5r {
    min-width: 9.375rem;
  }

  .xl\:min-w-45r {
    min-width: 11.25rem;
  }

  .xl\:min-w-367\.5r {
    min-width: 91.875rem;
  }

  .xl\:max-w-0 {
    max-width: 0rem;
  }

  .xl\:max-w-none {
    max-width: none;
  }

  .xl\:max-w-xs {
    max-width: 20rem;
  }

  .xl\:max-w-sm {
    max-width: 24rem;
  }

  .xl\:max-w-md {
    max-width: 28rem;
  }

  .xl\:max-w-lg {
    max-width: 32rem;
  }

  .xl\:max-w-xl {
    max-width: 36rem;
  }

  .xl\:max-w-2xl {
    max-width: 42rem;
  }

  .xl\:max-w-3xl {
    max-width: 48rem;
  }

  .xl\:max-w-4xl {
    max-width: 56rem;
  }

  .xl\:max-w-5xl {
    max-width: 64rem;
  }

  .xl\:max-w-6xl {
    max-width: 72rem;
  }

  .xl\:max-w-7xl {
    max-width: 80rem;
  }

  .xl\:max-w-full {
    max-width: 100%;
  }

  .xl\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .xl\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .xl\:max-w-prose {
    max-width: 65ch;
  }

  .xl\:max-w-screen-sm {
    max-width: 640px;
  }

  .xl\:max-w-screen-md {
    max-width: 768px;
  }

  .xl\:max-w-screen-lg {
    max-width: 1280px;
  }

  .xl\:max-w-screen-xl {
    max-width: 1440px;
  }

  .xl\:max-w-screen-2xl {
    max-width: 1600px;
  }

  .xl\:max-w-screen-desktop {
    max-width: 1280px;
  }

  .xl\:max-w-screen-xxs {
    max-width: 320px;
  }

  .xl\:max-w-screen-xs {
    max-width: 4820px;
  }

  .xl\:flex-1 {
    flex: 1 1 0%;
  }

  .xl\:flex-auto {
    flex: 1 1 auto;
  }

  .xl\:flex-initial {
    flex: 0 1 auto;
  }

  .xl\:flex-none {
    flex: none;
  }

  .xl\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .xl\:flex-shrink {
    flex-shrink: 1;
  }

  .xl\:flex-grow-0 {
    flex-grow: 0;
  }

  .xl\:flex-grow {
    flex-grow: 1;
  }

  .xl\:table-auto {
    table-layout: auto;
  }

  .xl\:table-fixed {
    table-layout: fixed;
  }

  .xl\:border-collapse {
    border-collapse: collapse;
  }

  .xl\:border-separate {
    border-collapse: separate;
  }

  .xl\:origin-center {
    transform-origin: center;
  }

  .xl\:origin-top {
    transform-origin: top;
  }

  .xl\:origin-top-right {
    transform-origin: top right;
  }

  .xl\:origin-right {
    transform-origin: right;
  }

  .xl\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .xl\:origin-bottom {
    transform-origin: bottom;
  }

  .xl\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .xl\:origin-left {
    transform-origin: left;
  }

  .xl\:origin-top-left {
    transform-origin: top left;
  }

  .xl\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:transform-none {
    transform: none;
  }

  .xl\:translate-x-0 {
    --tw-translate-x: 0;
  }

  .xl\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .xl\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .xl\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .xl\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .xl\:translate-x-5 {
    --tw-translate-x: 5px;
  }

  .xl\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .xl\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .xl\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .xl\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .xl\:translate-x-10 {
    --tw-translate-x: 10px;
  }

  .xl\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .xl\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .xl\:translate-x-14 {
    --tw-translate-x: 14px;
  }

  .xl\:translate-x-16 {
    --tw-translate-x: 16px;
  }

  .xl\:translate-x-20 {
    --tw-translate-x: 20px;
  }

  .xl\:translate-x-24 {
    --tw-translate-x: 24px;
  }

  .xl\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .xl\:translate-x-30 {
    --tw-translate-x: 30px;
  }

  .xl\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .xl\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .xl\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .xl\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .xl\:translate-x-48 {
    --tw-translate-x: 48px;
  }

  .xl\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .xl\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .xl\:translate-x-60 {
    --tw-translate-x: 60px;
  }

  .xl\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .xl\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .xl\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .xl\:translate-x-95 {
    --tw-translate-x: 95px;
  }

  .xl\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .xl\:translate-x-120 {
    --tw-translate-x: 120px;
  }

  .xl\:translate-x-190 {
    --tw-translate-x: 190px;
  }

  .xl\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .xl\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .xl\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .xl\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .xl\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .xl\:translate-x-30\% {
    --tw-translate-x: 30%;
  }

  .xl\:translate-x-7\.5r {
    --tw-translate-x: 1.875rem;
  }

  .xl\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .xl\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .xl\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .xl\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .xl\:-translate-x-5 {
    --tw-translate-x: -5px;
  }

  .xl\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .xl\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .xl\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .xl\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .xl\:-translate-x-10 {
    --tw-translate-x: -10px;
  }

  .xl\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .xl\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .xl\:-translate-x-14 {
    --tw-translate-x: -14px;
  }

  .xl\:-translate-x-16 {
    --tw-translate-x: -16px;
  }

  .xl\:-translate-x-20 {
    --tw-translate-x: -20px;
  }

  .xl\:-translate-x-24 {
    --tw-translate-x: -24px;
  }

  .xl\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .xl\:-translate-x-30 {
    --tw-translate-x: -30px;
  }

  .xl\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .xl\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .xl\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .xl\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .xl\:-translate-x-48 {
    --tw-translate-x: -48px;
  }

  .xl\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .xl\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .xl\:-translate-x-60 {
    --tw-translate-x: -60px;
  }

  .xl\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .xl\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .xl\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .xl\:-translate-x-95 {
    --tw-translate-x: -95px;
  }

  .xl\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .xl\:-translate-x-120 {
    --tw-translate-x: -120px;
  }

  .xl\:-translate-x-190 {
    --tw-translate-x: -190px;
  }

  .xl\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .xl\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .xl\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .xl\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .xl\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .xl\:-translate-x-30\% {
    --tw-translate-x: -30%;
  }

  .xl\:-translate-x-7\.5r {
    --tw-translate-x: -1.875rem;
  }

  .xl\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .xl\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .xl\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .xl\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .xl\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .xl\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .xl\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .xl\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .xl\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .xl\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .xl\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .xl\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .xl\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .xl\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .xl\:translate-y-0 {
    --tw-translate-y: 0;
  }

  .xl\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .xl\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .xl\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .xl\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .xl\:translate-y-5 {
    --tw-translate-y: 5px;
  }

  .xl\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .xl\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .xl\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .xl\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .xl\:translate-y-10 {
    --tw-translate-y: 10px;
  }

  .xl\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .xl\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .xl\:translate-y-14 {
    --tw-translate-y: 14px;
  }

  .xl\:translate-y-16 {
    --tw-translate-y: 16px;
  }

  .xl\:translate-y-20 {
    --tw-translate-y: 20px;
  }

  .xl\:translate-y-24 {
    --tw-translate-y: 24px;
  }

  .xl\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .xl\:translate-y-30 {
    --tw-translate-y: 30px;
  }

  .xl\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .xl\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .xl\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .xl\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .xl\:translate-y-48 {
    --tw-translate-y: 48px;
  }

  .xl\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .xl\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .xl\:translate-y-60 {
    --tw-translate-y: 60px;
  }

  .xl\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .xl\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .xl\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .xl\:translate-y-95 {
    --tw-translate-y: 95px;
  }

  .xl\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .xl\:translate-y-120 {
    --tw-translate-y: 120px;
  }

  .xl\:translate-y-190 {
    --tw-translate-y: 190px;
  }

  .xl\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .xl\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .xl\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .xl\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .xl\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .xl\:translate-y-30\% {
    --tw-translate-y: 30%;
  }

  .xl\:translate-y-7\.5r {
    --tw-translate-y: 1.875rem;
  }

  .xl\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .xl\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .xl\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .xl\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .xl\:-translate-y-5 {
    --tw-translate-y: -5px;
  }

  .xl\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .xl\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .xl\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .xl\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .xl\:-translate-y-10 {
    --tw-translate-y: -10px;
  }

  .xl\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .xl\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .xl\:-translate-y-14 {
    --tw-translate-y: -14px;
  }

  .xl\:-translate-y-16 {
    --tw-translate-y: -16px;
  }

  .xl\:-translate-y-20 {
    --tw-translate-y: -20px;
  }

  .xl\:-translate-y-24 {
    --tw-translate-y: -24px;
  }

  .xl\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .xl\:-translate-y-30 {
    --tw-translate-y: -30px;
  }

  .xl\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .xl\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .xl\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .xl\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .xl\:-translate-y-48 {
    --tw-translate-y: -48px;
  }

  .xl\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .xl\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .xl\:-translate-y-60 {
    --tw-translate-y: -60px;
  }

  .xl\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .xl\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .xl\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .xl\:-translate-y-95 {
    --tw-translate-y: -95px;
  }

  .xl\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .xl\:-translate-y-120 {
    --tw-translate-y: -120px;
  }

  .xl\:-translate-y-190 {
    --tw-translate-y: -190px;
  }

  .xl\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .xl\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .xl\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .xl\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .xl\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .xl\:-translate-y-30\% {
    --tw-translate-y: -30%;
  }

  .xl\:-translate-y-7\.5r {
    --tw-translate-y: -1.875rem;
  }

  .xl\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .xl\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .xl\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .xl\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .xl\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .xl\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .xl\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .xl\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .xl\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .xl\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .xl\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .xl\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .xl\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .xl\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .xl\:hover\:translate-x-0:hover {
    --tw-translate-x: 0;
  }

  .xl\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .xl\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .xl\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .xl\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .xl\:hover\:translate-x-5:hover {
    --tw-translate-x: 5px;
  }

  .xl\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .xl\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .xl\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .xl\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .xl\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px;
  }

  .xl\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .xl\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .xl\:hover\:translate-x-14:hover {
    --tw-translate-x: 14px;
  }

  .xl\:hover\:translate-x-16:hover {
    --tw-translate-x: 16px;
  }

  .xl\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px;
  }

  .xl\:hover\:translate-x-24:hover {
    --tw-translate-x: 24px;
  }

  .xl\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .xl\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px;
  }

  .xl\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .xl\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .xl\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .xl\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .xl\:hover\:translate-x-48:hover {
    --tw-translate-x: 48px;
  }

  .xl\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .xl\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .xl\:hover\:translate-x-60:hover {
    --tw-translate-x: 60px;
  }

  .xl\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .xl\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .xl\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .xl\:hover\:translate-x-95:hover {
    --tw-translate-x: 95px;
  }

  .xl\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .xl\:hover\:translate-x-120:hover {
    --tw-translate-x: 120px;
  }

  .xl\:hover\:translate-x-190:hover {
    --tw-translate-x: 190px;
  }

  .xl\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .xl\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .xl\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .xl\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .xl\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .xl\:hover\:translate-x-30\%:hover {
    --tw-translate-x: 30%;
  }

  .xl\:hover\:translate-x-7\.5r:hover {
    --tw-translate-x: 1.875rem;
  }

  .xl\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .xl\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .xl\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .xl\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .xl\:hover\:-translate-x-5:hover {
    --tw-translate-x: -5px;
  }

  .xl\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .xl\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .xl\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .xl\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .xl\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px;
  }

  .xl\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .xl\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .xl\:hover\:-translate-x-14:hover {
    --tw-translate-x: -14px;
  }

  .xl\:hover\:-translate-x-16:hover {
    --tw-translate-x: -16px;
  }

  .xl\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px;
  }

  .xl\:hover\:-translate-x-24:hover {
    --tw-translate-x: -24px;
  }

  .xl\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .xl\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px;
  }

  .xl\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .xl\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .xl\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .xl\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .xl\:hover\:-translate-x-48:hover {
    --tw-translate-x: -48px;
  }

  .xl\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .xl\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .xl\:hover\:-translate-x-60:hover {
    --tw-translate-x: -60px;
  }

  .xl\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .xl\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .xl\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .xl\:hover\:-translate-x-95:hover {
    --tw-translate-x: -95px;
  }

  .xl\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .xl\:hover\:-translate-x-120:hover {
    --tw-translate-x: -120px;
  }

  .xl\:hover\:-translate-x-190:hover {
    --tw-translate-x: -190px;
  }

  .xl\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .xl\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .xl\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .xl\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .xl\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .xl\:hover\:-translate-x-30\%:hover {
    --tw-translate-x: -30%;
  }

  .xl\:hover\:-translate-x-7\.5r:hover {
    --tw-translate-x: -1.875rem;
  }

  .xl\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .xl\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .xl\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .xl\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .xl\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .xl\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .xl\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .xl\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .xl\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .xl\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .xl\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .xl\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .xl\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .xl\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .xl\:hover\:translate-y-0:hover {
    --tw-translate-y: 0;
  }

  .xl\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .xl\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .xl\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .xl\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .xl\:hover\:translate-y-5:hover {
    --tw-translate-y: 5px;
  }

  .xl\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .xl\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .xl\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .xl\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .xl\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px;
  }

  .xl\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .xl\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .xl\:hover\:translate-y-14:hover {
    --tw-translate-y: 14px;
  }

  .xl\:hover\:translate-y-16:hover {
    --tw-translate-y: 16px;
  }

  .xl\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px;
  }

  .xl\:hover\:translate-y-24:hover {
    --tw-translate-y: 24px;
  }

  .xl\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .xl\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px;
  }

  .xl\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .xl\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .xl\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .xl\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .xl\:hover\:translate-y-48:hover {
    --tw-translate-y: 48px;
  }

  .xl\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .xl\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .xl\:hover\:translate-y-60:hover {
    --tw-translate-y: 60px;
  }

  .xl\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .xl\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .xl\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .xl\:hover\:translate-y-95:hover {
    --tw-translate-y: 95px;
  }

  .xl\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .xl\:hover\:translate-y-120:hover {
    --tw-translate-y: 120px;
  }

  .xl\:hover\:translate-y-190:hover {
    --tw-translate-y: 190px;
  }

  .xl\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .xl\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .xl\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .xl\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .xl\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .xl\:hover\:translate-y-30\%:hover {
    --tw-translate-y: 30%;
  }

  .xl\:hover\:translate-y-7\.5r:hover {
    --tw-translate-y: 1.875rem;
  }

  .xl\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .xl\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .xl\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .xl\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .xl\:hover\:-translate-y-5:hover {
    --tw-translate-y: -5px;
  }

  .xl\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .xl\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .xl\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .xl\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .xl\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px;
  }

  .xl\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .xl\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .xl\:hover\:-translate-y-14:hover {
    --tw-translate-y: -14px;
  }

  .xl\:hover\:-translate-y-16:hover {
    --tw-translate-y: -16px;
  }

  .xl\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px;
  }

  .xl\:hover\:-translate-y-24:hover {
    --tw-translate-y: -24px;
  }

  .xl\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .xl\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px;
  }

  .xl\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .xl\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .xl\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .xl\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .xl\:hover\:-translate-y-48:hover {
    --tw-translate-y: -48px;
  }

  .xl\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .xl\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .xl\:hover\:-translate-y-60:hover {
    --tw-translate-y: -60px;
  }

  .xl\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .xl\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .xl\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .xl\:hover\:-translate-y-95:hover {
    --tw-translate-y: -95px;
  }

  .xl\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .xl\:hover\:-translate-y-120:hover {
    --tw-translate-y: -120px;
  }

  .xl\:hover\:-translate-y-190:hover {
    --tw-translate-y: -190px;
  }

  .xl\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .xl\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .xl\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .xl\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .xl\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .xl\:hover\:-translate-y-30\%:hover {
    --tw-translate-y: -30%;
  }

  .xl\:hover\:-translate-y-7\.5r:hover {
    --tw-translate-y: -1.875rem;
  }

  .xl\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .xl\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .xl\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .xl\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .xl\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .xl\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .xl\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .xl\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .xl\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .xl\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .xl\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .xl\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .xl\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .xl\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .xl\:focus\:translate-x-0:focus {
    --tw-translate-x: 0;
  }

  .xl\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .xl\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .xl\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .xl\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .xl\:focus\:translate-x-5:focus {
    --tw-translate-x: 5px;
  }

  .xl\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .xl\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .xl\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .xl\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .xl\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px;
  }

  .xl\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .xl\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .xl\:focus\:translate-x-14:focus {
    --tw-translate-x: 14px;
  }

  .xl\:focus\:translate-x-16:focus {
    --tw-translate-x: 16px;
  }

  .xl\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px;
  }

  .xl\:focus\:translate-x-24:focus {
    --tw-translate-x: 24px;
  }

  .xl\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .xl\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px;
  }

  .xl\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .xl\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .xl\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .xl\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .xl\:focus\:translate-x-48:focus {
    --tw-translate-x: 48px;
  }

  .xl\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .xl\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .xl\:focus\:translate-x-60:focus {
    --tw-translate-x: 60px;
  }

  .xl\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .xl\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .xl\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .xl\:focus\:translate-x-95:focus {
    --tw-translate-x: 95px;
  }

  .xl\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .xl\:focus\:translate-x-120:focus {
    --tw-translate-x: 120px;
  }

  .xl\:focus\:translate-x-190:focus {
    --tw-translate-x: 190px;
  }

  .xl\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .xl\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .xl\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .xl\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .xl\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .xl\:focus\:translate-x-30\%:focus {
    --tw-translate-x: 30%;
  }

  .xl\:focus\:translate-x-7\.5r:focus {
    --tw-translate-x: 1.875rem;
  }

  .xl\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .xl\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .xl\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .xl\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .xl\:focus\:-translate-x-5:focus {
    --tw-translate-x: -5px;
  }

  .xl\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .xl\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .xl\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .xl\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .xl\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px;
  }

  .xl\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .xl\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .xl\:focus\:-translate-x-14:focus {
    --tw-translate-x: -14px;
  }

  .xl\:focus\:-translate-x-16:focus {
    --tw-translate-x: -16px;
  }

  .xl\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px;
  }

  .xl\:focus\:-translate-x-24:focus {
    --tw-translate-x: -24px;
  }

  .xl\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .xl\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px;
  }

  .xl\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .xl\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .xl\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .xl\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .xl\:focus\:-translate-x-48:focus {
    --tw-translate-x: -48px;
  }

  .xl\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .xl\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .xl\:focus\:-translate-x-60:focus {
    --tw-translate-x: -60px;
  }

  .xl\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .xl\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .xl\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .xl\:focus\:-translate-x-95:focus {
    --tw-translate-x: -95px;
  }

  .xl\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .xl\:focus\:-translate-x-120:focus {
    --tw-translate-x: -120px;
  }

  .xl\:focus\:-translate-x-190:focus {
    --tw-translate-x: -190px;
  }

  .xl\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .xl\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .xl\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .xl\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .xl\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .xl\:focus\:-translate-x-30\%:focus {
    --tw-translate-x: -30%;
  }

  .xl\:focus\:-translate-x-7\.5r:focus {
    --tw-translate-x: -1.875rem;
  }

  .xl\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .xl\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .xl\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .xl\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .xl\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .xl\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .xl\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .xl\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .xl\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .xl\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .xl\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .xl\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .xl\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .xl\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .xl\:focus\:translate-y-0:focus {
    --tw-translate-y: 0;
  }

  .xl\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .xl\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .xl\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .xl\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .xl\:focus\:translate-y-5:focus {
    --tw-translate-y: 5px;
  }

  .xl\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .xl\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .xl\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .xl\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .xl\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px;
  }

  .xl\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .xl\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .xl\:focus\:translate-y-14:focus {
    --tw-translate-y: 14px;
  }

  .xl\:focus\:translate-y-16:focus {
    --tw-translate-y: 16px;
  }

  .xl\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px;
  }

  .xl\:focus\:translate-y-24:focus {
    --tw-translate-y: 24px;
  }

  .xl\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .xl\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px;
  }

  .xl\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .xl\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .xl\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .xl\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .xl\:focus\:translate-y-48:focus {
    --tw-translate-y: 48px;
  }

  .xl\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .xl\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .xl\:focus\:translate-y-60:focus {
    --tw-translate-y: 60px;
  }

  .xl\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .xl\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .xl\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .xl\:focus\:translate-y-95:focus {
    --tw-translate-y: 95px;
  }

  .xl\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .xl\:focus\:translate-y-120:focus {
    --tw-translate-y: 120px;
  }

  .xl\:focus\:translate-y-190:focus {
    --tw-translate-y: 190px;
  }

  .xl\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .xl\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .xl\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .xl\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .xl\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .xl\:focus\:translate-y-30\%:focus {
    --tw-translate-y: 30%;
  }

  .xl\:focus\:translate-y-7\.5r:focus {
    --tw-translate-y: 1.875rem;
  }

  .xl\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .xl\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .xl\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .xl\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .xl\:focus\:-translate-y-5:focus {
    --tw-translate-y: -5px;
  }

  .xl\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .xl\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .xl\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .xl\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .xl\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px;
  }

  .xl\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .xl\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .xl\:focus\:-translate-y-14:focus {
    --tw-translate-y: -14px;
  }

  .xl\:focus\:-translate-y-16:focus {
    --tw-translate-y: -16px;
  }

  .xl\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px;
  }

  .xl\:focus\:-translate-y-24:focus {
    --tw-translate-y: -24px;
  }

  .xl\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .xl\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px;
  }

  .xl\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .xl\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .xl\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .xl\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .xl\:focus\:-translate-y-48:focus {
    --tw-translate-y: -48px;
  }

  .xl\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .xl\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .xl\:focus\:-translate-y-60:focus {
    --tw-translate-y: -60px;
  }

  .xl\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .xl\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .xl\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .xl\:focus\:-translate-y-95:focus {
    --tw-translate-y: -95px;
  }

  .xl\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .xl\:focus\:-translate-y-120:focus {
    --tw-translate-y: -120px;
  }

  .xl\:focus\:-translate-y-190:focus {
    --tw-translate-y: -190px;
  }

  .xl\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .xl\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .xl\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .xl\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .xl\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .xl\:focus\:-translate-y-30\%:focus {
    --tw-translate-y: -30%;
  }

  .xl\:focus\:-translate-y-7\.5r:focus {
    --tw-translate-y: -1.875rem;
  }

  .xl\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .xl\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .xl\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .xl\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .xl\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .xl\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .xl\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .xl\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .xl\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .xl\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .xl\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .xl\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .xl\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .xl\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .xl\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .xl\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .xl\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .xl\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .xl\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .xl\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .xl\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .xl\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .xl\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .xl\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .xl\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .xl\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .xl\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .xl\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .xl\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .xl\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .xl\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .xl\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .xl\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .xl\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .xl\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .xl\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .xl\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .xl\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .xl\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .xl\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .xl\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .xl\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .xl\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .xl\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .xl\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .xl\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .xl\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .xl\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .xl\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .xl\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .xl\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .xl\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .xl\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .xl\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .xl\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .xl\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .xl\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .xl\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .xl\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .xl\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .xl\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .xl\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .xl\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .xl\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .xl\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .xl\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .xl\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .xl\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .xl\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .xl\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .xl\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .xl\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .xl\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .xl\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .xl\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .xl\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .xl\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .xl\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .xl\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .xl\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .xl\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .xl\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .xl\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .xl\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .xl\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .xl\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .xl\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .xl\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .xl\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .xl\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .xl\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .xl\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .xl\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .xl\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .xl\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .xl\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .xl\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .xl\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .xl\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .xl\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .xl\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .xl\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .xl\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .xl\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .xl\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .xl\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .xl\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .xl\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .xl\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .xl\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .xl\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .xl\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .xl\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .xl\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .xl\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .xl\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .xl\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .xl\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .xl\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .xl\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .xl\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .xl\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .xl\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .xl\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .xl\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .xl\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .xl\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .xl\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .xl\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .xl\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .xl\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .xl\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .xl\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .xl\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .xl\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .xl\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .xl\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .xl\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .xl\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .xl\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .xl\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .xl\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .xl\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .xl\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .xl\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .xl\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .xl\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .xl\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .xl\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .xl\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .xl\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .xl\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .xl\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .xl\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .xl\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .xl\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .xl\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .xl\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .xl\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .xl\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .xl\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .xl\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .xl\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .xl\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .xl\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .xl\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .xl\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .xl\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .xl\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .xl\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .xl\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .xl\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .xl\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .xl\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .xl\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .xl\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .xl\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .xl\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .xl\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .xl\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .xl\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .xl\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .xl\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .xl\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .xl\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .xl\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .xl\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .xl\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .xl\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .xl\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .xl\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .xl\:animate-fade-in {
    -webkit-animation: fade-in 0.5s ease-out;
            animation: fade-in 0.5s ease-out;
  }

  .xl\:cursor-auto {
    cursor: auto;
  }

  .xl\:cursor-default {
    cursor: default;
  }

  .xl\:cursor-pointer {
    cursor: pointer;
  }

  .xl\:cursor-wait {
    cursor: wait;
  }

  .xl\:cursor-text {
    cursor: text;
  }

  .xl\:cursor-move {
    cursor: move;
  }

  .xl\:cursor-help {
    cursor: help;
  }

  .xl\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xl\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .xl\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .xl\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .xl\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .xl\:resize-none {
    resize: none;
  }

  .xl\:resize-y {
    resize: vertical;
  }

  .xl\:resize-x {
    resize: horizontal;
  }

  .xl\:resize {
    resize: both;
  }

  .xl\:list-inside {
    list-style-position: inside;
  }

  .xl\:list-outside {
    list-style-position: outside;
  }

  .xl\:list-none {
    list-style-type: none;
  }

  .xl\:list-disc {
    list-style-type: disc;
  }

  .xl\:list-decimal {
    list-style-type: decimal;
  }

  .xl\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .xl\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .xl\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .xl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .xl\:grid-flow-row {
    grid-auto-flow: row;
  }

  .xl\:grid-flow-col {
    grid-auto-flow: column;
  }

  .xl\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .xl\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .xl\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .xl\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .xl\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .xl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:grid-cols-none {
    grid-template-columns: none;
  }

  .xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-rows-none {
    grid-template-rows: none;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .xl\:place-content-center {
    align-content: center;
    justify-content: center;
    place-content: center;
  }

  .xl\:place-content-start {
    align-content: start;
    justify-content: start;
    place-content: start;
  }

  .xl\:place-content-end {
    align-content: end;
    justify-content: end;
    place-content: end;
  }

  .xl\:place-content-between {
    align-content: space-between;
    justify-content: space-between;
    place-content: space-between;
  }

  .xl\:place-content-around {
    align-content: space-around;
    justify-content: space-around;
    place-content: space-around;
  }

  .xl\:place-content-evenly {
    align-content: space-evenly;
    justify-content: space-evenly;
    place-content: space-evenly;
  }

  .xl\:place-content-stretch {
    align-content: stretch;
    justify-content: stretch;
    place-content: stretch;
  }

  .xl\:place-items-start {
    align-items: start;
    justify-items: start;
    place-items: start;
  }

  .xl\:place-items-end {
    align-items: end;
    justify-items: end;
    place-items: end;
  }

  .xl\:place-items-center {
    align-items: center;
    justify-items: center;
    place-items: center;
  }

  .xl\:place-items-stretch {
    align-items: stretch;
    justify-items: stretch;
    place-items: stretch;
  }

  .xl\:content-center {
    align-content: center;
  }

  .xl\:content-start {
    align-content: flex-start;
  }

  .xl\:content-end {
    align-content: flex-end;
  }

  .xl\:content-between {
    align-content: space-between;
  }

  .xl\:content-around {
    align-content: space-around;
  }

  .xl\:content-evenly {
    align-content: space-evenly;
  }

  .xl\:items-start {
    align-items: flex-start;
  }

  .xl\:items-end {
    align-items: flex-end;
  }

  .xl\:items-center {
    align-items: center;
  }

  .xl\:items-baseline {
    align-items: baseline;
  }

  .xl\:items-stretch {
    align-items: stretch;
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }

  .xl\:justify-end {
    justify-content: flex-end;
  }

  .xl\:justify-center {
    justify-content: center;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:justify-around {
    justify-content: space-around;
  }

  .xl\:justify-evenly {
    justify-content: space-evenly;
  }

  .xl\:justify-items-start {
    justify-items: start;
  }

  .xl\:justify-items-end {
    justify-items: end;
  }

  .xl\:justify-items-center {
    justify-items: center;
  }

  .xl\:justify-items-stretch {
    justify-items: stretch;
  }

  .xl\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .xl\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .xl\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .xl\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .xl\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .xl\:gap-5 {
    grid-gap: 5px;
    gap: 5px;
  }

  .xl\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .xl\:gap-7 {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .xl\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .xl\:gap-9 {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .xl\:gap-10 {
    grid-gap: 10px;
    gap: 10px;
  }

  .xl\:gap-11 {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .xl\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .xl\:gap-14 {
    grid-gap: 14px;
    gap: 14px;
  }

  .xl\:gap-16 {
    grid-gap: 16px;
    gap: 16px;
  }

  .xl\:gap-20 {
    grid-gap: 20px;
    gap: 20px;
  }

  .xl\:gap-24 {
    grid-gap: 24px;
    gap: 24px;
  }

  .xl\:gap-28 {
    grid-gap: 7rem;
    gap: 7rem;
  }

  .xl\:gap-30 {
    grid-gap: 30px;
    gap: 30px;
  }

  .xl\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .xl\:gap-36 {
    grid-gap: 9rem;
    gap: 9rem;
  }

  .xl\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .xl\:gap-44 {
    grid-gap: 11rem;
    gap: 11rem;
  }

  .xl\:gap-48 {
    grid-gap: 48px;
    gap: 48px;
  }

  .xl\:gap-52 {
    grid-gap: 13rem;
    gap: 13rem;
  }

  .xl\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .xl\:gap-60 {
    grid-gap: 60px;
    gap: 60px;
  }

  .xl\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .xl\:gap-72 {
    grid-gap: 18rem;
    gap: 18rem;
  }

  .xl\:gap-80 {
    grid-gap: 20rem;
    gap: 20rem;
  }

  .xl\:gap-95 {
    grid-gap: 95px;
    gap: 95px;
  }

  .xl\:gap-96 {
    grid-gap: 24rem;
    gap: 24rem;
  }

  .xl\:gap-120 {
    grid-gap: 120px;
    gap: 120px;
  }

  .xl\:gap-190 {
    grid-gap: 190px;
    gap: 190px;
  }

  .xl\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .xl\:gap-0\.5 {
    grid-gap: 0.125rem;
    gap: 0.125rem;
  }

  .xl\:gap-1\.5 {
    grid-gap: 0.375rem;
    gap: 0.375rem;
  }

  .xl\:gap-2\.5 {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }

  .xl\:gap-3\.5 {
    grid-gap: 0.875rem;
    gap: 0.875rem;
  }

  .xl\:gap-30\% {
    grid-gap: 30%;
    gap: 30%;
  }

  .xl\:gap-7\.5r {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }

  .xl\:gap-x-0 {
    -moz-column-gap: 0;
         grid-column-gap: 0;
         column-gap: 0;
  }

  .xl\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         grid-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xl\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         grid-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xl\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         grid-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xl\:gap-x-4 {
    -moz-column-gap: 1rem;
         grid-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl\:gap-x-5 {
    -moz-column-gap: 5px;
         grid-column-gap: 5px;
         column-gap: 5px;
  }

  .xl\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         grid-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xl\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         grid-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .xl\:gap-x-8 {
    -moz-column-gap: 2rem;
         grid-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xl\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         grid-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .xl\:gap-x-10 {
    -moz-column-gap: 10px;
         grid-column-gap: 10px;
         column-gap: 10px;
  }

  .xl\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         grid-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .xl\:gap-x-12 {
    -moz-column-gap: 3rem;
         grid-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xl\:gap-x-14 {
    -moz-column-gap: 14px;
         grid-column-gap: 14px;
         column-gap: 14px;
  }

  .xl\:gap-x-16 {
    -moz-column-gap: 16px;
         grid-column-gap: 16px;
         column-gap: 16px;
  }

  .xl\:gap-x-20 {
    -moz-column-gap: 20px;
         grid-column-gap: 20px;
         column-gap: 20px;
  }

  .xl\:gap-x-24 {
    -moz-column-gap: 24px;
         grid-column-gap: 24px;
         column-gap: 24px;
  }

  .xl\:gap-x-28 {
    -moz-column-gap: 7rem;
         grid-column-gap: 7rem;
         column-gap: 7rem;
  }

  .xl\:gap-x-30 {
    -moz-column-gap: 30px;
         grid-column-gap: 30px;
         column-gap: 30px;
  }

  .xl\:gap-x-32 {
    -moz-column-gap: 8rem;
         grid-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xl\:gap-x-36 {
    -moz-column-gap: 9rem;
         grid-column-gap: 9rem;
         column-gap: 9rem;
  }

  .xl\:gap-x-40 {
    -moz-column-gap: 10rem;
         grid-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xl\:gap-x-44 {
    -moz-column-gap: 11rem;
         grid-column-gap: 11rem;
         column-gap: 11rem;
  }

  .xl\:gap-x-48 {
    -moz-column-gap: 48px;
         grid-column-gap: 48px;
         column-gap: 48px;
  }

  .xl\:gap-x-52 {
    -moz-column-gap: 13rem;
         grid-column-gap: 13rem;
         column-gap: 13rem;
  }

  .xl\:gap-x-56 {
    -moz-column-gap: 14rem;
         grid-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xl\:gap-x-60 {
    -moz-column-gap: 60px;
         grid-column-gap: 60px;
         column-gap: 60px;
  }

  .xl\:gap-x-64 {
    -moz-column-gap: 16rem;
         grid-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xl\:gap-x-72 {
    -moz-column-gap: 18rem;
         grid-column-gap: 18rem;
         column-gap: 18rem;
  }

  .xl\:gap-x-80 {
    -moz-column-gap: 20rem;
         grid-column-gap: 20rem;
         column-gap: 20rem;
  }

  .xl\:gap-x-95 {
    -moz-column-gap: 95px;
         grid-column-gap: 95px;
         column-gap: 95px;
  }

  .xl\:gap-x-96 {
    -moz-column-gap: 24rem;
         grid-column-gap: 24rem;
         column-gap: 24rem;
  }

  .xl\:gap-x-120 {
    -moz-column-gap: 120px;
         grid-column-gap: 120px;
         column-gap: 120px;
  }

  .xl\:gap-x-190 {
    -moz-column-gap: 190px;
         grid-column-gap: 190px;
         column-gap: 190px;
  }

  .xl\:gap-x-px {
    -moz-column-gap: 1px;
         grid-column-gap: 1px;
         column-gap: 1px;
  }

  .xl\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         grid-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .xl\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         grid-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .xl\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         grid-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .xl\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         grid-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .xl\:gap-x-30\% {
    -moz-column-gap: 30%;
         grid-column-gap: 30%;
         column-gap: 30%;
  }

  .xl\:gap-x-7\.5r {
    -moz-column-gap: 1.875rem;
         grid-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }

  .xl\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .xl\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xl\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xl\:gap-y-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .xl\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .xl\:gap-y-5 {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .xl\:gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .xl\:gap-y-7 {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .xl\:gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .xl\:gap-y-9 {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .xl\:gap-y-10 {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .xl\:gap-y-11 {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .xl\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .xl\:gap-y-14 {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .xl\:gap-y-16 {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .xl\:gap-y-20 {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .xl\:gap-y-24 {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .xl\:gap-y-28 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .xl\:gap-y-30 {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .xl\:gap-y-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .xl\:gap-y-36 {
    grid-row-gap: 9rem;
    row-gap: 9rem;
  }

  .xl\:gap-y-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .xl\:gap-y-44 {
    grid-row-gap: 11rem;
    row-gap: 11rem;
  }

  .xl\:gap-y-48 {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .xl\:gap-y-52 {
    grid-row-gap: 13rem;
    row-gap: 13rem;
  }

  .xl\:gap-y-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .xl\:gap-y-60 {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .xl\:gap-y-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .xl\:gap-y-72 {
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .xl\:gap-y-80 {
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .xl\:gap-y-95 {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .xl\:gap-y-96 {
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .xl\:gap-y-120 {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .xl\:gap-y-190 {
    grid-row-gap: 190px;
    row-gap: 190px;
  }

  .xl\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .xl\:gap-y-0\.5 {
    grid-row-gap: 0.125rem;
    row-gap: 0.125rem;
  }

  .xl\:gap-y-1\.5 {
    grid-row-gap: 0.375rem;
    row-gap: 0.375rem;
  }

  .xl\:gap-y-2\.5 {
    grid-row-gap: 0.625rem;
    row-gap: 0.625rem;
  }

  .xl\:gap-y-3\.5 {
    grid-row-gap: 0.875rem;
    row-gap: 0.875rem;
  }

  .xl\:gap-y-30\% {
    grid-row-gap: 30%;
    row-gap: 30%;
  }

  .xl\:gap-y-7\.5r {
    grid-row-gap: 1.875rem;
    row-gap: 1.875rem;
  }

  .xl\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5px * var(--tw-space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14px * var(--tw-space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16px * var(--tw-space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24px * var(--tw-space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(48px * var(--tw-space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60px * var(--tw-space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95px * var(--tw-space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(120px * var(--tw-space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(190px * var(--tw-space-x-reverse));
    margin-left: calc(190px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30% * var(--tw-space-x-reverse));
    margin-left: calc(30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5px * var(--tw-space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10px * var(--tw-space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14px * var(--tw-space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16px * var(--tw-space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20px * var(--tw-space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24px * var(--tw-space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30px * var(--tw-space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-48px * var(--tw-space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60px * var(--tw-space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95px * var(--tw-space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-120px * var(--tw-space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-190px * var(--tw-space-x-reverse));
    margin-left: calc(-190px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30% * var(--tw-space-x-reverse));
    margin-left: calc(-30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .xl\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5px * var(--tw-space-y-reverse));
  }

  .xl\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }

  .xl\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14px * var(--tw-space-y-reverse));
  }

  .xl\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16px * var(--tw-space-y-reverse));
  }

  .xl\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px * var(--tw-space-y-reverse));
  }

  .xl\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px * var(--tw-space-y-reverse));
  }

  .xl\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }

  .xl\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48px * var(--tw-space-y-reverse));
  }

  .xl\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }

  .xl\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95px * var(--tw-space-y-reverse));
  }

  .xl\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px * var(--tw-space-y-reverse));
  }

  .xl\:space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(190px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(190px * var(--tw-space-y-reverse));
  }

  .xl\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .xl\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5px * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10px * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14px * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16px * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20px * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24px * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30px * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48px * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60px * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95px * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-120px * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-190px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-190px * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .xl\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .xl\:hover\:divide-x-0:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:hover\:divide-x-2:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:hover\:divide-x-4:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:hover\:divide-x-8:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:hover\:divide-x:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:hover\:divide-y-0:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .xl\:hover\:divide-y-2:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .xl\:hover\:divide-y-4:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .xl\:hover\:divide-y-8:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .xl\:hover\:divide-y:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .xl\:focus\:divide-x-0:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:focus\:divide-x-2:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:focus\:divide-x-4:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:focus\:divide-x-8:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:focus\:divide-x:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:focus\:divide-y-0:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .xl\:focus\:divide-y-2:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .xl\:focus\:divide-y-4:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .xl\:focus\:divide-y-8:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .xl\:focus\:divide-y:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .xl\:hover\:divide-y-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .xl\:hover\:divide-x-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .xl\:focus\:divide-y-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .xl\:focus\:divide-x-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .xl\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .xl\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .xl\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .xl\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .xl\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .xl\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .xl\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }

  .xl\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .xl\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .xl\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .xl\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .xl\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .xl\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .xl\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .xl\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .xl\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .xl\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .xl\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .xl\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .xl\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .xl\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .xl\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .xl\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .xl\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .xl\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .xl\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .xl\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .xl\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .xl\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .xl\:divide-primary-color > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-divide-opacity));
  }

  .xl\:divide-primary-color-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-divide-opacity));
  }

  .xl\:divide-secondary-color > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .xl\:divide-custom-gray-sm > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-divide-opacity));
  }

  .xl\:divide-custom-gray-sm2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-divide-opacity));
  }

  .xl\:divide-custom-gray-md > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-divide-opacity));
  }

  .xl\:divide-custom-navy-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .xl\:divide-dark-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .xl\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-divide-opacity));
  }

  .xl\:divide-secondary-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-divide-opacity));
  }

  .xl\:divide-secondary-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-divide-opacity));
  }

  .xl\:divide-secondary-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-divide-opacity));
  }

  .xl\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-divide-opacity));
  }

  .xl\:divide-secondary-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-divide-opacity));
  }

  .xl\:divide-secondary-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-divide-opacity));
  }

  .xl\:divide-grayCustom-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .xl\:divide-grayCustom-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .xl\:divide-grayCustom-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
  }

  .xl\:divide-grayCustom-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .xl\:divide-grayCustom > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .xl\:divide-grayCustom-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .xl\:divide-grayCustom-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
  }

  .xl\:divide-grayCustom-hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-divide-opacity));
  }

  .xl\:divide-error > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-divide-opacity));
  }

  .xl\:divide-error-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-divide-opacity));
  }

  .xl\:divide-warning > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .xl\:divide-warning-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-divide-opacity));
  }

  .xl\:divide-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-divide-opacity));
  }

  .xl\:divide-success-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-divide-opacity));
  }

  .xl\:divide-status-open > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-status-waiting_payment > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .xl\:divide-status-completed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-divide-opacity));
  }

  .xl\:divide-status-failed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .xl\:divide-status-waiting_verify > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .xl\:divide-status-closed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .xl\:divide-policyStatus-issuing > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-policyStatus-waiting_inspection > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .xl\:divide-policyStatus-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-divide-opacity));
  }

  .xl\:divide-policyStatus-failed_inspection > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .xl\:divide-policyStatus-failed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .xl\:divide-policyStatus-waiting_policy > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .xl\:divide-policyStatus-cancel > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .xl\:place-self-auto {
    align-self: auto;
    justify-self: auto;
    place-self: auto;
  }

  .xl\:place-self-start {
    align-self: start;
    justify-self: start;
    place-self: start;
  }

  .xl\:place-self-end {
    align-self: end;
    justify-self: end;
    place-self: end;
  }

  .xl\:place-self-center {
    align-self: center;
    justify-self: center;
    place-self: center;
  }

  .xl\:place-self-stretch {
    align-self: stretch;
    justify-self: stretch;
    place-self: stretch;
  }

  .xl\:self-auto {
    align-self: auto;
  }

  .xl\:self-start {
    align-self: flex-start;
  }

  .xl\:self-end {
    align-self: flex-end;
  }

  .xl\:self-center {
    align-self: center;
  }

  .xl\:self-stretch {
    align-self: stretch;
  }

  .xl\:self-baseline {
    align-self: baseline;
  }

  .xl\:justify-self-auto {
    justify-self: auto;
  }

  .xl\:justify-self-start {
    justify-self: start;
  }

  .xl\:justify-self-end {
    justify-self: end;
  }

  .xl\:justify-self-center {
    justify-self: center;
  }

  .xl\:justify-self-stretch {
    justify-self: stretch;
  }

  .xl\:overflow-auto {
    overflow: auto;
  }

  .xl\:overflow-hidden {
    overflow: hidden;
  }

  .xl\:overflow-visible {
    overflow: visible;
  }

  .xl\:overflow-scroll {
    overflow: scroll;
  }

  .xl\:overflow-x-auto {
    overflow-x: auto;
  }

  .xl\:overflow-y-auto {
    overflow-y: auto;
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xl\:overflow-x-visible {
    overflow-x: visible;
  }

  .xl\:overflow-y-visible {
    overflow-y: visible;
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xl\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .xl\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .xl\:overscroll-none {
    overscroll-behavior: none;
  }

  .xl\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .xl\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .xl\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .xl\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .xl\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .xl\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .xl\:overflow-clip {
    text-overflow: clip;
  }

  .xl\:whitespace-normal {
    white-space: normal;
  }

  .xl\:whitespace-nowrap {
    white-space: nowrap;
  }

  .xl\:whitespace-pre {
    white-space: pre;
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xl\:break-normal {
    word-wrap: normal;
    word-break: normal;
  }

  .xl\:break-words {
    word-wrap: break-word;
  }

  .xl\:break-all {
    word-break: break-all;
  }

  .xl\:rounded-5 {
    border-radius: 5px;
  }

  .xl\:rounded-10 {
    border-radius: 10px;
  }

  .xl\:rounded-20 {
    border-radius: 20px;
  }

  .xl\:rounded-48 {
    border-radius: 48px;
  }

  .xl\:rounded-none {
    border-radius: 0;
  }

  .xl\:rounded-sm {
    border-radius: 0.125rem;
  }

  .xl\:rounded {
    border-radius: 5px;
  }

  .xl\:rounded-md {
    border-radius: 0.375rem;
  }

  .xl\:rounded-lg {
    border-radius: 0.5rem;
  }

  .xl\:rounded-xl {
    border-radius: 0.75rem;
  }

  .xl\:rounded-2xl {
    border-radius: 1rem;
  }

  .xl\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .xl\:rounded-full {
    border-radius: 9999px;
  }

  .xl\:rounded-t-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .xl\:rounded-t-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .xl\:rounded-t-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .xl\:rounded-t-48 {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
  }

  .xl\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-t {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .xl\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xl\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xl\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-r-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .xl\:rounded-r-10 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .xl\:rounded-r-20 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .xl\:rounded-r-48 {
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-r {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .xl\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xl\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-b-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .xl\:rounded-b-10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .xl\:rounded-b-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .xl\:rounded-b-48 {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-b {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .xl\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-l-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .xl\:rounded-l-10 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .xl\:rounded-l-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .xl\:rounded-l-48 {
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-l {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .xl\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-tl-5 {
    border-top-left-radius: 5px;
  }

  .xl\:rounded-tl-10 {
    border-top-left-radius: 10px;
  }

  .xl\:rounded-tl-20 {
    border-top-left-radius: 20px;
  }

  .xl\:rounded-tl-48 {
    border-top-left-radius: 48px;
  }

  .xl\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xl\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .xl\:rounded-tl {
    border-top-left-radius: 5px;
  }

  .xl\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .xl\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .xl\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .xl\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .xl\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tr-5 {
    border-top-right-radius: 5px;
  }

  .xl\:rounded-tr-10 {
    border-top-right-radius: 10px;
  }

  .xl\:rounded-tr-20 {
    border-top-right-radius: 20px;
  }

  .xl\:rounded-tr-48 {
    border-top-right-radius: 48px;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xl\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-tr {
    border-top-right-radius: 5px;
  }

  .xl\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .xl\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .xl\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-br-5 {
    border-bottom-right-radius: 5px;
  }

  .xl\:rounded-br-10 {
    border-bottom-right-radius: 10px;
  }

  .xl\:rounded-br-20 {
    border-bottom-right-radius: 20px;
  }

  .xl\:rounded-br-48 {
    border-bottom-right-radius: 48px;
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-br {
    border-bottom-right-radius: 5px;
  }

  .xl\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .xl\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-bl-5 {
    border-bottom-left-radius: 5px;
  }

  .xl\:rounded-bl-10 {
    border-bottom-left-radius: 10px;
  }

  .xl\:rounded-bl-20 {
    border-bottom-left-radius: 20px;
  }

  .xl\:rounded-bl-48 {
    border-bottom-left-radius: 48px;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-bl {
    border-bottom-left-radius: 5px;
  }

  .xl\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xl\:border-0 {
    border-width: 0px;
  }

  .xl\:border-2 {
    border-width: 2px;
  }

  .xl\:border-4 {
    border-width: 4px;
  }

  .xl\:border-8 {
    border-width: 8px;
  }

  .xl\:border {
    border-width: 1px;
  }

  .xl\:hover\:border-0:hover {
    border-width: 0px;
  }

  .xl\:hover\:border-2:hover {
    border-width: 2px;
  }

  .xl\:hover\:border-4:hover {
    border-width: 4px;
  }

  .xl\:hover\:border-8:hover {
    border-width: 8px;
  }

  .xl\:hover\:border:hover {
    border-width: 1px;
  }

  .xl\:focus\:border-0:focus {
    border-width: 0px;
  }

  .xl\:focus\:border-2:focus {
    border-width: 2px;
  }

  .xl\:focus\:border-4:focus {
    border-width: 4px;
  }

  .xl\:focus\:border-8:focus {
    border-width: 8px;
  }

  .xl\:focus\:border:focus {
    border-width: 1px;
  }

  .xl\:border-t-0 {
    border-top-width: 0px;
  }

  .xl\:border-t-2 {
    border-top-width: 2px;
  }

  .xl\:border-t-4 {
    border-top-width: 4px;
  }

  .xl\:border-t-8 {
    border-top-width: 8px;
  }

  .xl\:border-t {
    border-top-width: 1px;
  }

  .xl\:border-r-0 {
    border-right-width: 0px;
  }

  .xl\:border-r-2 {
    border-right-width: 2px;
  }

  .xl\:border-r-4 {
    border-right-width: 4px;
  }

  .xl\:border-r-8 {
    border-right-width: 8px;
  }

  .xl\:border-r {
    border-right-width: 1px;
  }

  .xl\:border-b-0 {
    border-bottom-width: 0px;
  }

  .xl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xl\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xl\:border-b {
    border-bottom-width: 1px;
  }

  .xl\:border-l-0 {
    border-left-width: 0px;
  }

  .xl\:border-l-2 {
    border-left-width: 2px;
  }

  .xl\:border-l-4 {
    border-left-width: 4px;
  }

  .xl\:border-l-8 {
    border-left-width: 8px;
  }

  .xl\:border-l {
    border-left-width: 1px;
  }

  .xl\:hover\:border-t-0:hover {
    border-top-width: 0px;
  }

  .xl\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .xl\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .xl\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .xl\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .xl\:hover\:border-r-0:hover {
    border-right-width: 0px;
  }

  .xl\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .xl\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .xl\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .xl\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .xl\:hover\:border-b-0:hover {
    border-bottom-width: 0px;
  }

  .xl\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .xl\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .xl\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .xl\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .xl\:hover\:border-l-0:hover {
    border-left-width: 0px;
  }

  .xl\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .xl\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .xl\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .xl\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .xl\:focus\:border-t-0:focus {
    border-top-width: 0px;
  }

  .xl\:focus\:border-t-2:focus {
    border-top-width: 2px;
  }

  .xl\:focus\:border-t-4:focus {
    border-top-width: 4px;
  }

  .xl\:focus\:border-t-8:focus {
    border-top-width: 8px;
  }

  .xl\:focus\:border-t:focus {
    border-top-width: 1px;
  }

  .xl\:focus\:border-r-0:focus {
    border-right-width: 0px;
  }

  .xl\:focus\:border-r-2:focus {
    border-right-width: 2px;
  }

  .xl\:focus\:border-r-4:focus {
    border-right-width: 4px;
  }

  .xl\:focus\:border-r-8:focus {
    border-right-width: 8px;
  }

  .xl\:focus\:border-r:focus {
    border-right-width: 1px;
  }

  .xl\:focus\:border-b-0:focus {
    border-bottom-width: 0px;
  }

  .xl\:focus\:border-b-2:focus {
    border-bottom-width: 2px;
  }

  .xl\:focus\:border-b-4:focus {
    border-bottom-width: 4px;
  }

  .xl\:focus\:border-b-8:focus {
    border-bottom-width: 8px;
  }

  .xl\:focus\:border-b:focus {
    border-bottom-width: 1px;
  }

  .xl\:focus\:border-l-0:focus {
    border-left-width: 0px;
  }

  .xl\:focus\:border-l-2:focus {
    border-left-width: 2px;
  }

  .xl\:focus\:border-l-4:focus {
    border-left-width: 4px;
  }

  .xl\:focus\:border-l-8:focus {
    border-left-width: 8px;
  }

  .xl\:focus\:border-l:focus {
    border-left-width: 1px;
  }

  .xl\:border-solid {
    border-style: solid;
  }

  .xl\:border-dashed {
    border-style: dashed;
  }

  .xl\:border-dotted {
    border-style: dotted;
  }

  .xl\:border-double {
    border-style: double;
  }

  .xl\:border-none {
    border-style: none;
  }

  .xl\:hover\:border-solid:hover {
    border-style: solid;
  }

  .xl\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .xl\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .xl\:hover\:border-double:hover {
    border-style: double;
  }

  .xl\:hover\:border-none:hover {
    border-style: none;
  }

  .xl\:border-transparent {
    border-color: transparent;
  }

  .xl\:border-current {
    border-color: currentColor;
  }

  .xl\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xl\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xl\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xl\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xl\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xl\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xl\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xl\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xl\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xl\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xl\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xl\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xl\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xl\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xl\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xl\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xl\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xl\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xl\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xl\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xl\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xl\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xl\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xl\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xl\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xl\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xl\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xl\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xl\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xl\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xl\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xl\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xl\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xl\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xl\:border-primary-color {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .xl\:border-primary-color-dark {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .xl\:border-secondary-color {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xl\:border-custom-gray-sm {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .xl\:border-custom-gray-sm2 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .xl\:border-custom-gray-md {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .xl\:border-custom-navy-dark {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xl\:border-dark-blue {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xl\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .xl\:border-secondary-1 {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .xl\:border-secondary-2 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .xl\:border-secondary-3 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .xl\:border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .xl\:border-secondary-dark {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .xl\:border-secondary-light {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .xl\:border-grayCustom-1 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xl\:border-grayCustom-2 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xl\:border-grayCustom-3 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xl\:border-grayCustom-800 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xl\:border-grayCustom {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xl\:border-grayCustom-dark {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xl\:border-grayCustom-light {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xl\:border-grayCustom-hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .xl\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .xl\:border-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .xl\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xl\:border-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .xl\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .xl\:border-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .xl\:border-status-open {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:border-status-waiting_payment {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xl\:border-status-completed {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .xl\:border-status-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xl\:border-status-waiting_verify {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xl\:border-status-closed {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xl\:border-policyStatus-issuing {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:border-policyStatus-waiting_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xl\:border-policyStatus-success {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .xl\:border-policyStatus-failed_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xl\:border-policyStatus-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xl\:border-policyStatus-waiting_policy {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xl\:border-policyStatus-cancel {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xl\:checked\:border-transparent:checked {
    border-color: transparent;
  }

  .xl\:checked\:border-current:checked {
    border-color: currentColor;
  }

  .xl\:checked\:border-black:checked {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:checked\:border-white:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:checked\:border-gray-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xl\:checked\:border-gray-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xl\:checked\:border-gray-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xl\:checked\:border-gray-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xl\:checked\:border-gray-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xl\:checked\:border-gray-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xl\:checked\:border-gray-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xl\:checked\:border-gray-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xl\:checked\:border-gray-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xl\:checked\:border-gray-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xl\:checked\:border-red-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl\:checked\:border-red-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl\:checked\:border-red-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xl\:checked\:border-red-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xl\:checked\:border-red-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xl\:checked\:border-red-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xl\:checked\:border-red-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xl\:checked\:border-red-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xl\:checked\:border-red-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xl\:checked\:border-red-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xl\:checked\:border-yellow-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl\:checked\:border-yellow-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl\:checked\:border-yellow-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl\:checked\:border-yellow-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl\:checked\:border-yellow-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xl\:checked\:border-yellow-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl\:checked\:border-yellow-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl\:checked\:border-yellow-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl\:checked\:border-yellow-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl\:checked\:border-yellow-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xl\:checked\:border-green-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl\:checked\:border-green-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl\:checked\:border-green-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl\:checked\:border-green-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xl\:checked\:border-green-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xl\:checked\:border-green-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xl\:checked\:border-green-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xl\:checked\:border-green-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xl\:checked\:border-green-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl\:checked\:border-green-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xl\:checked\:border-blue-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl\:checked\:border-blue-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl\:checked\:border-blue-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl\:checked\:border-blue-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl\:checked\:border-blue-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xl\:checked\:border-blue-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl\:checked\:border-blue-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xl\:checked\:border-blue-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl\:checked\:border-blue-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xl\:checked\:border-blue-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xl\:checked\:border-indigo-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl\:checked\:border-indigo-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl\:checked\:border-indigo-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl\:checked\:border-indigo-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl\:checked\:border-indigo-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl\:checked\:border-indigo-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl\:checked\:border-indigo-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl\:checked\:border-indigo-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl\:checked\:border-indigo-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl\:checked\:border-indigo-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl\:checked\:border-purple-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl\:checked\:border-purple-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl\:checked\:border-purple-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl\:checked\:border-purple-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl\:checked\:border-purple-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl\:checked\:border-purple-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl\:checked\:border-purple-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl\:checked\:border-purple-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl\:checked\:border-purple-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl\:checked\:border-purple-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xl\:checked\:border-pink-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl\:checked\:border-pink-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl\:checked\:border-pink-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl\:checked\:border-pink-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xl\:checked\:border-pink-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl\:checked\:border-pink-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xl\:checked\:border-pink-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl\:checked\:border-pink-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl\:checked\:border-pink-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl\:checked\:border-pink-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xl\:checked\:border-primary-color:checked {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .xl\:checked\:border-primary-color-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .xl\:checked\:border-secondary-color:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xl\:checked\:border-custom-gray-sm:checked {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .xl\:checked\:border-custom-gray-sm2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .xl\:checked\:border-custom-gray-md:checked {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .xl\:checked\:border-custom-navy-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xl\:checked\:border-dark-blue:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xl\:checked\:border-primary:checked {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .xl\:checked\:border-secondary-1:checked {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .xl\:checked\:border-secondary-2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .xl\:checked\:border-secondary-3:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .xl\:checked\:border-secondary:checked {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .xl\:checked\:border-secondary-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .xl\:checked\:border-secondary-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .xl\:checked\:border-grayCustom-1:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xl\:checked\:border-grayCustom-2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xl\:checked\:border-grayCustom-3:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xl\:checked\:border-grayCustom-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xl\:checked\:border-grayCustom:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xl\:checked\:border-grayCustom-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xl\:checked\:border-grayCustom-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xl\:checked\:border-grayCustom-hover:checked {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .xl\:checked\:border-error:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .xl\:checked\:border-error-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .xl\:checked\:border-warning:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xl\:checked\:border-warning-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .xl\:checked\:border-success:checked {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .xl\:checked\:border-success-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .xl\:checked\:border-status-open:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:checked\:border-status-waiting_payment:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xl\:checked\:border-status-completed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .xl\:checked\:border-status-failed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xl\:checked\:border-status-waiting_verify:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xl\:checked\:border-status-closed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xl\:checked\:border-policyStatus-issuing:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:checked\:border-policyStatus-waiting_inspection:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xl\:checked\:border-policyStatus-success:checked {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .xl\:checked\:border-policyStatus-failed_inspection:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xl\:checked\:border-policyStatus-failed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xl\:checked\:border-policyStatus-waiting_policy:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xl\:checked\:border-policyStatus-cancel:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .xl\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .xl\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-primary-color {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-primary-color-dark {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-secondary-color {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-custom-gray-sm {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-custom-gray-sm2 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-custom-gray-md {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-custom-navy-dark {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-dark-blue {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-secondary-1 {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-secondary-2 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-secondary-3 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-secondary-dark {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-secondary-light {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-grayCustom-1 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-grayCustom-2 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-grayCustom-3 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-grayCustom-800 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-grayCustom {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-grayCustom-dark {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-grayCustom-light {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-grayCustom-hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-status-open {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-status-waiting_payment {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-status-completed {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-status-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-status-waiting_verify {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-status-closed {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-policyStatus-issuing {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-policyStatus-waiting_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-policyStatus-success {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-policyStatus-failed_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-policyStatus-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-policyStatus-waiting_policy {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-policyStatus-cancel {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-transparent[focus-within] {
    border-color: transparent;
  }

  .xl\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .xl\:focus-within\:border-current[focus-within] {
    border-color: currentColor;
  }

  .xl\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }

  .xl\:focus-within\:border-black[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-white[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-primary-color[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-primary-color:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-primary-color-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-primary-color-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-secondary-color[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-secondary-color:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-custom-gray-sm[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-custom-gray-sm:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-custom-gray-sm2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-custom-gray-sm2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-custom-gray-md[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-custom-gray-md:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-custom-navy-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-custom-navy-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-dark-blue[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-dark-blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-primary[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-secondary-1[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-secondary-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-secondary-2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-secondary-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-secondary-3[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-secondary-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-secondary[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-secondary-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-secondary-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-secondary-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-secondary-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-grayCustom-1[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-grayCustom-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-grayCustom-2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-grayCustom-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-grayCustom-3[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-grayCustom-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-grayCustom-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-grayCustom-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-grayCustom[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-grayCustom:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-grayCustom-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-grayCustom-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-grayCustom-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-grayCustom-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-grayCustom-hover[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-grayCustom-hover:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-error[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-error:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-error-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-error-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-warning[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-warning:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-warning-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-warning-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-success[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-success-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-success-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-status-open[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-status-open:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-status-waiting_payment[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-status-waiting_payment:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-status-completed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-status-completed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-status-failed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-status-failed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-status-waiting_verify[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-status-waiting_verify:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-status-closed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-status-closed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-policyStatus-issuing[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-policyStatus-issuing:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-policyStatus-waiting_inspection[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-policyStatus-waiting_inspection:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-policyStatus-success[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-policyStatus-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-policyStatus-failed_inspection[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-policyStatus-failed_inspection:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-policyStatus-failed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-policyStatus-failed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-policyStatus-waiting_policy[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-policyStatus-waiting_policy:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-policyStatus-cancel[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-policyStatus-cancel:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xl\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .xl\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .xl\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xl\:hover\:border-primary-color:hover {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .xl\:hover\:border-primary-color-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .xl\:hover\:border-secondary-color:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xl\:hover\:border-custom-gray-sm:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .xl\:hover\:border-custom-gray-sm2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .xl\:hover\:border-custom-gray-md:hover {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .xl\:hover\:border-custom-navy-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xl\:hover\:border-dark-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xl\:hover\:border-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .xl\:hover\:border-secondary-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .xl\:hover\:border-secondary-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .xl\:hover\:border-secondary-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .xl\:hover\:border-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .xl\:hover\:border-secondary-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .xl\:hover\:border-secondary-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .xl\:hover\:border-grayCustom-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xl\:hover\:border-grayCustom-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xl\:hover\:border-grayCustom-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xl\:hover\:border-grayCustom-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xl\:hover\:border-grayCustom:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xl\:hover\:border-grayCustom-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xl\:hover\:border-grayCustom-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xl\:hover\:border-grayCustom-hover:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .xl\:hover\:border-error:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .xl\:hover\:border-error-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .xl\:hover\:border-warning:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xl\:hover\:border-warning-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .xl\:hover\:border-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .xl\:hover\:border-success-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .xl\:hover\:border-status-open:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-status-waiting_payment:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xl\:hover\:border-status-completed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .xl\:hover\:border-status-failed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xl\:hover\:border-status-waiting_verify:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xl\:hover\:border-status-closed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xl\:hover\:border-policyStatus-issuing:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-policyStatus-waiting_inspection:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xl\:hover\:border-policyStatus-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .xl\:hover\:border-policyStatus-failed_inspection:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xl\:hover\:border-policyStatus-failed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xl\:hover\:border-policyStatus-waiting_policy:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xl\:hover\:border-policyStatus-cancel:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xl\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .xl\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .xl\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xl\:focus\:border-primary-color:focus {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .xl\:focus\:border-primary-color-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .xl\:focus\:border-secondary-color:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xl\:focus\:border-custom-gray-sm:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .xl\:focus\:border-custom-gray-sm2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .xl\:focus\:border-custom-gray-md:focus {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .xl\:focus\:border-custom-navy-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xl\:focus\:border-dark-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xl\:focus\:border-primary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .xl\:focus\:border-secondary-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .xl\:focus\:border-secondary-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .xl\:focus\:border-secondary-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .xl\:focus\:border-secondary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .xl\:focus\:border-secondary-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .xl\:focus\:border-secondary-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .xl\:focus\:border-grayCustom-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xl\:focus\:border-grayCustom-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xl\:focus\:border-grayCustom-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xl\:focus\:border-grayCustom-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xl\:focus\:border-grayCustom:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xl\:focus\:border-grayCustom-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xl\:focus\:border-grayCustom-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xl\:focus\:border-grayCustom-hover:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .xl\:focus\:border-error:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .xl\:focus\:border-error-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .xl\:focus\:border-warning:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xl\:focus\:border-warning-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .xl\:focus\:border-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .xl\:focus\:border-success-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .xl\:focus\:border-status-open:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-status-waiting_payment:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xl\:focus\:border-status-completed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .xl\:focus\:border-status-failed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xl\:focus\:border-status-waiting_verify:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xl\:focus\:border-status-closed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xl\:focus\:border-policyStatus-issuing:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-policyStatus-waiting_inspection:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xl\:focus\:border-policyStatus-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .xl\:focus\:border-policyStatus-failed_inspection:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xl\:focus\:border-policyStatus-failed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xl\:focus\:border-policyStatus-waiting_policy:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xl\:focus\:border-policyStatus-cancel:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xl\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .xl\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .xl\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .xl\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .xl\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .xl\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .xl\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .xl\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .xl\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .xl\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .xl\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .xl\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .xl\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .xl\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .xl\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .xl\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .xl\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .xl\:focus-within\:border-opacity-0[focus-within] {
    --tw-border-opacity: 0;
  }

  .xl\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .xl\:focus-within\:border-opacity-5[focus-within] {
    --tw-border-opacity: 0.05;
  }

  .xl\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .xl\:focus-within\:border-opacity-10[focus-within] {
    --tw-border-opacity: 0.1;
  }

  .xl\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .xl\:focus-within\:border-opacity-20[focus-within] {
    --tw-border-opacity: 0.2;
  }

  .xl\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .xl\:focus-within\:border-opacity-25[focus-within] {
    --tw-border-opacity: 0.25;
  }

  .xl\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .xl\:focus-within\:border-opacity-30[focus-within] {
    --tw-border-opacity: 0.3;
  }

  .xl\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .xl\:focus-within\:border-opacity-40[focus-within] {
    --tw-border-opacity: 0.4;
  }

  .xl\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .xl\:focus-within\:border-opacity-50[focus-within] {
    --tw-border-opacity: 0.5;
  }

  .xl\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .xl\:focus-within\:border-opacity-60[focus-within] {
    --tw-border-opacity: 0.6;
  }

  .xl\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .xl\:focus-within\:border-opacity-70[focus-within] {
    --tw-border-opacity: 0.7;
  }

  .xl\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .xl\:focus-within\:border-opacity-75[focus-within] {
    --tw-border-opacity: 0.75;
  }

  .xl\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .xl\:focus-within\:border-opacity-80[focus-within] {
    --tw-border-opacity: 0.8;
  }

  .xl\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .xl\:focus-within\:border-opacity-90[focus-within] {
    --tw-border-opacity: 0.9;
  }

  .xl\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .xl\:focus-within\:border-opacity-95[focus-within] {
    --tw-border-opacity: 0.95;
  }

  .xl\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .xl\:focus-within\:border-opacity-100[focus-within] {
    --tw-border-opacity: 1;
  }

  .xl\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .xl\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .xl\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .xl\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .xl\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .xl\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .xl\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .xl\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .xl\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .xl\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .xl\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .xl\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .xl\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .xl\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .xl\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .xl\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .xl\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .xl\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .xl\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .xl\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .xl\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .xl\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .xl\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .xl\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .xl\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .xl\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .xl\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .xl\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .xl\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .xl\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .xl\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .xl\:bg-transparent {
    background-color: transparent;
  }

  .xl\:bg-current {
    background-color: currentColor;
  }

  .xl\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xl\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xl\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xl\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xl\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl\:bg-primary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .xl\:bg-primary-color-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .xl\:bg-secondary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xl\:bg-custom-gray-sm {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .xl\:bg-custom-gray-sm2 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .xl\:bg-custom-gray-md {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .xl\:bg-custom-navy-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xl\:bg-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xl\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .xl\:bg-secondary-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xl\:bg-secondary-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .xl\:bg-secondary-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .xl\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xl\:bg-secondary-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .xl\:bg-secondary-light {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .xl\:bg-grayCustom-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xl\:bg-grayCustom-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xl\:bg-grayCustom-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xl\:bg-grayCustom-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xl\:bg-grayCustom {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xl\:bg-grayCustom-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xl\:bg-grayCustom-light {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xl\:bg-grayCustom-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .xl\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .xl\:bg-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .xl\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xl\:bg-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .xl\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .xl\:bg-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .xl\:bg-status-open {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-status-waiting_payment {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xl\:bg-status-completed {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xl\:bg-status-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xl\:bg-status-waiting_verify {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xl\:bg-status-closed {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xl\:bg-policyStatus-issuing {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-policyStatus-waiting_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xl\:bg-policyStatus-success {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xl\:bg-policyStatus-failed_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xl\:bg-policyStatus-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xl\:bg-policyStatus-waiting_policy {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xl\:bg-policyStatus-cancel {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-transparent:nth-child(odd) {
    background-color: transparent;
  }

  .xl\:odd\:bg-current:nth-child(odd) {
    background-color: currentColor;
  }

  .xl\:odd\:bg-black:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-white:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-gray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-gray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-gray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-gray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-gray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-gray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-gray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-gray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-gray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-gray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-red-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-red-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-red-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-red-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-red-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-red-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-red-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-red-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-red-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-red-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-yellow-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-yellow-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-yellow-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-yellow-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-yellow-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-yellow-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-yellow-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-yellow-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-yellow-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-yellow-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-green-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-green-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-green-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-green-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-green-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-green-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-green-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-green-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-green-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-green-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-blue-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-blue-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-blue-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-blue-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-blue-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-blue-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-blue-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-blue-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-blue-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-blue-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-indigo-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-indigo-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-indigo-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-indigo-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-indigo-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-indigo-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-indigo-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-indigo-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-indigo-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-indigo-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-purple-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-purple-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-purple-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-purple-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-purple-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-purple-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-purple-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-purple-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-purple-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-purple-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-pink-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-pink-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-pink-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-pink-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-pink-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-pink-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-pink-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-pink-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-pink-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-pink-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-primary-color:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-primary-color-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-secondary-color:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-custom-gray-sm:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-custom-gray-sm2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-custom-gray-md:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-custom-navy-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-dark-blue:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-primary:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-secondary-1:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-secondary-2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-secondary-3:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-secondary:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-secondary-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-secondary-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-grayCustom-1:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-grayCustom-2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-grayCustom-3:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-grayCustom-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-grayCustom:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-grayCustom-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-grayCustom-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-grayCustom-hover:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-error:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-error-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-warning:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-warning-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-success:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-success-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-status-open:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-status-waiting_payment:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-status-completed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-status-failed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-status-waiting_verify:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-status-closed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-policyStatus-issuing:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-policyStatus-waiting_inspection:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-policyStatus-success:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-policyStatus-failed_inspection:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-policyStatus-failed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-policyStatus-waiting_policy:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-policyStatus-cancel:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-transparent:checked {
    background-color: transparent;
  }

  .xl\:checked\:bg-current:checked {
    background-color: currentColor;
  }

  .xl\:checked\:bg-black:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-white:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-gray-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-gray-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-gray-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-gray-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-gray-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-gray-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-gray-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-gray-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-gray-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-gray-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-red-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-red-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-red-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-red-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-red-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-red-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-red-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-red-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-red-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-red-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-yellow-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-yellow-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-yellow-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-yellow-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-yellow-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-yellow-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-yellow-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-yellow-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-yellow-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-yellow-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-green-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-green-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-green-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-green-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-green-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-green-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-green-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-green-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-green-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-green-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-blue-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-blue-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-blue-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-blue-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-blue-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-blue-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-blue-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-blue-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-blue-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-blue-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-indigo-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-indigo-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-indigo-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-indigo-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-indigo-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-indigo-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-indigo-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-indigo-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-indigo-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-indigo-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-purple-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-purple-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-purple-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-purple-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-purple-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-purple-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-purple-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-purple-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-purple-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-purple-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-pink-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-pink-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-pink-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-pink-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-pink-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-pink-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-pink-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-pink-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-pink-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-pink-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-primary-color:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-primary-color-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-secondary-color:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-custom-gray-sm:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-custom-gray-sm2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-custom-gray-md:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-custom-navy-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-dark-blue:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-primary:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-secondary-1:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-secondary-2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-secondary-3:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-secondary:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-secondary-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-secondary-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-grayCustom-1:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-grayCustom-2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-grayCustom-3:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-grayCustom-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-grayCustom:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-grayCustom-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-grayCustom-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-grayCustom-hover:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-error:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-error-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-warning:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-warning-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-success:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-success-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-status-open:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-status-waiting_payment:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-status-completed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-status-failed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-status-waiting_verify:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-status-closed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-policyStatus-issuing:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-policyStatus-waiting_inspection:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-policyStatus-success:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-policyStatus-failed_inspection:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-policyStatus-failed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-policyStatus-waiting_policy:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xl\:checked\:bg-policyStatus-cancel:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .xl\:group-hover\:bg-current {
    background-color: currentColor;
  }

  .group:hover .xl\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-primary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-primary-color-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-secondary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-custom-gray-sm {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-custom-gray-sm2 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-custom-gray-md {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-custom-navy-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-secondary-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-secondary-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-secondary-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-secondary-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-secondary-light {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-grayCustom-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-grayCustom-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-grayCustom-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-grayCustom-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-grayCustom {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-grayCustom-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-grayCustom-light {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-grayCustom-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-status-open {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-status-waiting_payment {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-status-completed {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-status-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-status-waiting_verify {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-status-closed {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-policyStatus-issuing {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-policyStatus-waiting_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-policyStatus-success {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-policyStatus-failed_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-policyStatus-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-policyStatus-waiting_policy {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-policyStatus-cancel {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-transparent[focus-within] {
    background-color: transparent;
  }

  .xl\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .xl\:focus-within\:bg-current[focus-within] {
    background-color: currentColor;
  }

  .xl\:focus-within\:bg-current:focus-within {
    background-color: currentColor;
  }

  .xl\:focus-within\:bg-black[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-white[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-primary-color[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-primary-color:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-primary-color-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-primary-color-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-secondary-color[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-secondary-color:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-custom-gray-sm[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-custom-gray-sm:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-custom-gray-sm2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-custom-gray-sm2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-custom-gray-md[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-custom-gray-md:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-custom-navy-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-custom-navy-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-dark-blue[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-dark-blue:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-primary[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-primary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-secondary-1[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-secondary-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-secondary-2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-secondary-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-secondary-3[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-secondary-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-secondary[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-secondary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-secondary-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-secondary-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-secondary-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-secondary-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-grayCustom-1[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-grayCustom-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-grayCustom-2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-grayCustom-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-grayCustom-3[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-grayCustom-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-grayCustom-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-grayCustom-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-grayCustom[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-grayCustom:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-grayCustom-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-grayCustom-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-grayCustom-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-grayCustom-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-grayCustom-hover[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-grayCustom-hover:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-error[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-error:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-error-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-error-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-warning[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-warning:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-warning-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-warning-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-success[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-success-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-success-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-status-open[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-status-open:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-status-waiting_payment[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-status-waiting_payment:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-status-completed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-status-completed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-status-failed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-status-failed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-status-waiting_verify[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-status-waiting_verify:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-status-closed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-status-closed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-policyStatus-issuing[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-policyStatus-issuing:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-policyStatus-waiting_inspection[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-policyStatus-waiting_inspection:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-policyStatus-success[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-policyStatus-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-policyStatus-failed_inspection[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-policyStatus-failed_inspection:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-policyStatus-failed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-policyStatus-failed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-policyStatus-waiting_policy[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-policyStatus-waiting_policy:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-policyStatus-cancel[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-policyStatus-cancel:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .xl\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .xl\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-primary-color:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-primary-color-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-secondary-color:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-custom-gray-sm:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-custom-gray-sm2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-custom-gray-md:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-custom-navy-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-dark-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-secondary-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-secondary-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-secondary-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-secondary-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-secondary-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-grayCustom-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-grayCustom-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-grayCustom-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-grayCustom-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-grayCustom:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-grayCustom-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-grayCustom-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-grayCustom-hover:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-error:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-error-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-warning:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-warning-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-success-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-status-open:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-status-waiting_payment:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-status-completed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-status-failed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-status-waiting_verify:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-status-closed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-policyStatus-issuing:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-policyStatus-waiting_inspection:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-policyStatus-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-policyStatus-failed_inspection:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-policyStatus-failed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-policyStatus-waiting_policy:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-policyStatus-cancel:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .xl\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .xl\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-primary-color:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-primary-color-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-secondary-color:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-custom-gray-sm:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-custom-gray-sm2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-custom-gray-md:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-custom-navy-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-dark-blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-primary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-secondary-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-secondary-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-secondary-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-secondary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-secondary-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-secondary-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-grayCustom-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-grayCustom-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-grayCustom-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-grayCustom-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-grayCustom:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-grayCustom-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-grayCustom-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-grayCustom-hover:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-error:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-error-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-warning:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-warning-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-success-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-status-open:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-status-waiting_payment:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-status-completed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-status-failed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-status-waiting_verify:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-status-closed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-policyStatus-issuing:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-policyStatus-waiting_inspection:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-policyStatus-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-policyStatus-failed_inspection:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-policyStatus-failed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-policyStatus-waiting_policy:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-policyStatus-cancel:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xl\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .xl\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .xl\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .xl\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .xl\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .xl\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .xl\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .xl\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .xl\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .xl\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .xl\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .xl\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .xl\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .xl\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .xl\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .xl\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .xl\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .xl\:focus-within\:bg-opacity-0[focus-within] {
    --tw-bg-opacity: 0;
  }

  .xl\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .xl\:focus-within\:bg-opacity-5[focus-within] {
    --tw-bg-opacity: 0.05;
  }

  .xl\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .xl\:focus-within\:bg-opacity-10[focus-within] {
    --tw-bg-opacity: 0.1;
  }

  .xl\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .xl\:focus-within\:bg-opacity-20[focus-within] {
    --tw-bg-opacity: 0.2;
  }

  .xl\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .xl\:focus-within\:bg-opacity-25[focus-within] {
    --tw-bg-opacity: 0.25;
  }

  .xl\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .xl\:focus-within\:bg-opacity-30[focus-within] {
    --tw-bg-opacity: 0.3;
  }

  .xl\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .xl\:focus-within\:bg-opacity-40[focus-within] {
    --tw-bg-opacity: 0.4;
  }

  .xl\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .xl\:focus-within\:bg-opacity-50[focus-within] {
    --tw-bg-opacity: 0.5;
  }

  .xl\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .xl\:focus-within\:bg-opacity-60[focus-within] {
    --tw-bg-opacity: 0.6;
  }

  .xl\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .xl\:focus-within\:bg-opacity-70[focus-within] {
    --tw-bg-opacity: 0.7;
  }

  .xl\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .xl\:focus-within\:bg-opacity-75[focus-within] {
    --tw-bg-opacity: 0.75;
  }

  .xl\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .xl\:focus-within\:bg-opacity-80[focus-within] {
    --tw-bg-opacity: 0.8;
  }

  .xl\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .xl\:focus-within\:bg-opacity-90[focus-within] {
    --tw-bg-opacity: 0.9;
  }

  .xl\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .xl\:focus-within\:bg-opacity-95[focus-within] {
    --tw-bg-opacity: 0.95;
  }

  .xl\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .xl\:focus-within\:bg-opacity-100[focus-within] {
    --tw-bg-opacity: 1;
  }

  .xl\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .xl\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .xl\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .xl\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .xl\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .xl\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .xl\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .xl\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .xl\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .xl\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .xl\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .xl\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .xl\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .xl\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .xl\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .xl\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .xl\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .xl\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .xl\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .xl\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .xl\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .xl\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .xl\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .xl\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .xl\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .xl\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .xl\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .xl\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .xl\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .xl\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .xl\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .xl\:bg-none {
    background-image: none;
  }

  .xl\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .xl\:bg-city {
    background-image: url('~assets/homepage/bg-city.svg');
  }

  .xl\:bg-city-1 {
    background-image: url('~assets/homepage/bg-city_1.svg');
  }

  .xl\:bg-city-2 {
    background-image: url('~assets/homepage/bg-city2.svg');
  }

  .xl\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:from-yellow-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:from-yellow-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:from-yellow-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:from-yellow-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:from-yellow-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:from-yellow-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:from-yellow-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:from-yellow-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:from-yellow-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:from-yellow-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:from-green-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:from-green-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:from-green-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:from-green-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:from-green-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:from-green-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:from-green-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:from-green-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:from-green-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:from-green-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:from-purple-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:from-purple-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:from-purple-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:from-purple-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:from-purple-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:from-purple-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:from-purple-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:from-purple-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:from-purple-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:from-purple-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:from-primary-color {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .xl\:from-primary-color-dark {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .xl\:from-secondary-color {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xl\:from-custom-gray-sm {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .xl\:from-custom-gray-sm2 {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .xl\:from-custom-gray-md {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .xl\:from-custom-navy-dark {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xl\:from-dark-blue {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xl\:from-primary {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .xl\:from-secondary-1 {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .xl\:from-secondary-2 {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .xl\:from-secondary-3 {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .xl\:from-secondary {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .xl\:from-secondary-dark {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .xl\:from-secondary-light {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .xl\:from-grayCustom-1 {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xl\:from-grayCustom-2 {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xl\:from-grayCustom-3 {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xl\:from-grayCustom-800 {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xl\:from-grayCustom {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xl\:from-grayCustom-dark {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xl\:from-grayCustom-light {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xl\:from-grayCustom-hover {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .xl\:from-error {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .xl\:from-error-light {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .xl\:from-warning {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xl\:from-warning-light {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .xl\:from-success {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .xl\:from-success-light {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .xl\:from-status-open {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-status-waiting_payment {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xl\:from-status-completed {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .xl\:from-status-failed {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xl\:from-status-waiting_verify {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xl\:from-status-closed {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xl\:from-policyStatus-issuing {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-policyStatus-waiting_inspection {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xl\:from-policyStatus-success {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .xl\:from-policyStatus-failed_inspection {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xl\:from-policyStatus-failed {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xl\:from-policyStatus-waiting_policy {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xl\:from-policyStatus-cancel {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xl\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:hover\:from-purple-50:hover {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:hover\:from-purple-100:hover {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:hover\:from-purple-200:hover {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:hover\:from-purple-300:hover {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:hover\:from-purple-400:hover {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:hover\:from-purple-500:hover {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:hover\:from-purple-600:hover {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:hover\:from-purple-800:hover {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:hover\:from-purple-900:hover {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:hover\:from-primary-color:hover {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .xl\:hover\:from-primary-color-dark:hover {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .xl\:hover\:from-secondary-color:hover {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xl\:hover\:from-custom-gray-sm:hover {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .xl\:hover\:from-custom-gray-sm2:hover {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .xl\:hover\:from-custom-gray-md:hover {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .xl\:hover\:from-custom-navy-dark:hover {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xl\:hover\:from-dark-blue:hover {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xl\:hover\:from-primary:hover {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .xl\:hover\:from-secondary-1:hover {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .xl\:hover\:from-secondary-2:hover {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .xl\:hover\:from-secondary-3:hover {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .xl\:hover\:from-secondary:hover {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .xl\:hover\:from-secondary-dark:hover {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .xl\:hover\:from-secondary-light:hover {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .xl\:hover\:from-grayCustom-1:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xl\:hover\:from-grayCustom-2:hover {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xl\:hover\:from-grayCustom-3:hover {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xl\:hover\:from-grayCustom-800:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xl\:hover\:from-grayCustom:hover {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xl\:hover\:from-grayCustom-dark:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xl\:hover\:from-grayCustom-light:hover {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xl\:hover\:from-grayCustom-hover:hover {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .xl\:hover\:from-error:hover {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .xl\:hover\:from-error-light:hover {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .xl\:hover\:from-warning:hover {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xl\:hover\:from-warning-light:hover {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .xl\:hover\:from-success:hover {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .xl\:hover\:from-success-light:hover {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .xl\:hover\:from-status-open:hover {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-status-waiting_payment:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xl\:hover\:from-status-completed:hover {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .xl\:hover\:from-status-failed:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xl\:hover\:from-status-waiting_verify:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xl\:hover\:from-status-closed:hover {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xl\:hover\:from-policyStatus-issuing:hover {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-policyStatus-waiting_inspection:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xl\:hover\:from-policyStatus-success:hover {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .xl\:hover\:from-policyStatus-failed_inspection:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xl\:hover\:from-policyStatus-failed:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xl\:hover\:from-policyStatus-waiting_policy:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xl\:hover\:from-policyStatus-cancel:hover {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xl\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:focus\:from-purple-50:focus {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:focus\:from-purple-100:focus {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:focus\:from-purple-200:focus {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:focus\:from-purple-300:focus {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:focus\:from-purple-400:focus {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:focus\:from-purple-500:focus {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:focus\:from-purple-600:focus {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:focus\:from-purple-800:focus {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:focus\:from-purple-900:focus {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:focus\:from-primary-color:focus {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .xl\:focus\:from-primary-color-dark:focus {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .xl\:focus\:from-secondary-color:focus {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xl\:focus\:from-custom-gray-sm:focus {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .xl\:focus\:from-custom-gray-sm2:focus {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .xl\:focus\:from-custom-gray-md:focus {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .xl\:focus\:from-custom-navy-dark:focus {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xl\:focus\:from-dark-blue:focus {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xl\:focus\:from-primary:focus {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .xl\:focus\:from-secondary-1:focus {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .xl\:focus\:from-secondary-2:focus {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .xl\:focus\:from-secondary-3:focus {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .xl\:focus\:from-secondary:focus {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .xl\:focus\:from-secondary-dark:focus {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .xl\:focus\:from-secondary-light:focus {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .xl\:focus\:from-grayCustom-1:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xl\:focus\:from-grayCustom-2:focus {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xl\:focus\:from-grayCustom-3:focus {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xl\:focus\:from-grayCustom-800:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xl\:focus\:from-grayCustom:focus {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xl\:focus\:from-grayCustom-dark:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xl\:focus\:from-grayCustom-light:focus {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xl\:focus\:from-grayCustom-hover:focus {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .xl\:focus\:from-error:focus {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .xl\:focus\:from-error-light:focus {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .xl\:focus\:from-warning:focus {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xl\:focus\:from-warning-light:focus {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .xl\:focus\:from-success:focus {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .xl\:focus\:from-success-light:focus {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .xl\:focus\:from-status-open:focus {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-status-waiting_payment:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xl\:focus\:from-status-completed:focus {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .xl\:focus\:from-status-failed:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xl\:focus\:from-status-waiting_verify:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xl\:focus\:from-status-closed:focus {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xl\:focus\:from-policyStatus-issuing:focus {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-policyStatus-waiting_inspection:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xl\:focus\:from-policyStatus-success:focus {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .xl\:focus\:from-policyStatus-failed_inspection:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xl\:focus\:from-policyStatus-failed:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xl\:focus\:from-policyStatus-waiting_policy:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xl\:focus\:from-policyStatus-cancel:focus {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xl\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:via-primary-color {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .xl\:via-primary-color-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .xl\:via-secondary-color {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xl\:via-custom-gray-sm {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .xl\:via-custom-gray-sm2 {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .xl\:via-custom-gray-md {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .xl\:via-custom-navy-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xl\:via-dark-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xl\:via-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .xl\:via-secondary-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .xl\:via-secondary-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .xl\:via-secondary-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .xl\:via-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .xl\:via-secondary-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .xl\:via-secondary-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .xl\:via-grayCustom-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xl\:via-grayCustom-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xl\:via-grayCustom-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xl\:via-grayCustom-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xl\:via-grayCustom {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xl\:via-grayCustom-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xl\:via-grayCustom-light {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xl\:via-grayCustom-hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .xl\:via-error {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .xl\:via-error-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .xl\:via-warning {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xl\:via-warning-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .xl\:via-success {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .xl\:via-success-light {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .xl\:via-status-open {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-status-waiting_payment {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xl\:via-status-completed {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .xl\:via-status-failed {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xl\:via-status-waiting_verify {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xl\:via-status-closed {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xl\:via-policyStatus-issuing {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-policyStatus-waiting_inspection {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xl\:via-policyStatus-success {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .xl\:via-policyStatus-failed_inspection {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xl\:via-policyStatus-failed {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xl\:via-policyStatus-waiting_policy {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xl\:via-policyStatus-cancel {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xl\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:hover\:via-primary-color:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .xl\:hover\:via-primary-color-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .xl\:hover\:via-secondary-color:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xl\:hover\:via-custom-gray-sm:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .xl\:hover\:via-custom-gray-sm2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .xl\:hover\:via-custom-gray-md:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .xl\:hover\:via-custom-navy-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xl\:hover\:via-dark-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xl\:hover\:via-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .xl\:hover\:via-secondary-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .xl\:hover\:via-secondary-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .xl\:hover\:via-secondary-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .xl\:hover\:via-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .xl\:hover\:via-secondary-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .xl\:hover\:via-secondary-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .xl\:hover\:via-grayCustom-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xl\:hover\:via-grayCustom-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xl\:hover\:via-grayCustom-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xl\:hover\:via-grayCustom-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xl\:hover\:via-grayCustom:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xl\:hover\:via-grayCustom-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xl\:hover\:via-grayCustom-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xl\:hover\:via-grayCustom-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .xl\:hover\:via-error:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .xl\:hover\:via-error-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .xl\:hover\:via-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xl\:hover\:via-warning-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .xl\:hover\:via-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .xl\:hover\:via-success-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .xl\:hover\:via-status-open:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-status-waiting_payment:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xl\:hover\:via-status-completed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .xl\:hover\:via-status-failed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xl\:hover\:via-status-waiting_verify:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xl\:hover\:via-status-closed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xl\:hover\:via-policyStatus-issuing:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-policyStatus-waiting_inspection:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xl\:hover\:via-policyStatus-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .xl\:hover\:via-policyStatus-failed_inspection:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xl\:hover\:via-policyStatus-failed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xl\:hover\:via-policyStatus-waiting_policy:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xl\:hover\:via-policyStatus-cancel:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xl\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:focus\:via-primary-color:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .xl\:focus\:via-primary-color-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .xl\:focus\:via-secondary-color:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xl\:focus\:via-custom-gray-sm:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .xl\:focus\:via-custom-gray-sm2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .xl\:focus\:via-custom-gray-md:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .xl\:focus\:via-custom-navy-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xl\:focus\:via-dark-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xl\:focus\:via-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .xl\:focus\:via-secondary-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .xl\:focus\:via-secondary-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .xl\:focus\:via-secondary-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .xl\:focus\:via-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .xl\:focus\:via-secondary-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .xl\:focus\:via-secondary-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .xl\:focus\:via-grayCustom-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xl\:focus\:via-grayCustom-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xl\:focus\:via-grayCustom-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xl\:focus\:via-grayCustom-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xl\:focus\:via-grayCustom:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xl\:focus\:via-grayCustom-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xl\:focus\:via-grayCustom-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xl\:focus\:via-grayCustom-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .xl\:focus\:via-error:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .xl\:focus\:via-error-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .xl\:focus\:via-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xl\:focus\:via-warning-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .xl\:focus\:via-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .xl\:focus\:via-success-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .xl\:focus\:via-status-open:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-status-waiting_payment:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xl\:focus\:via-status-completed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .xl\:focus\:via-status-failed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xl\:focus\:via-status-waiting_verify:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xl\:focus\:via-status-closed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xl\:focus\:via-policyStatus-issuing:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-policyStatus-waiting_inspection:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xl\:focus\:via-policyStatus-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .xl\:focus\:via-policyStatus-failed_inspection:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xl\:focus\:via-policyStatus-failed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xl\:focus\:via-policyStatus-waiting_policy:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xl\:focus\:via-policyStatus-cancel:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xl\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .xl\:to-current {
    --tw-gradient-to: currentColor;
  }

  .xl\:to-black {
    --tw-gradient-to: #000;
  }

  .xl\:to-white {
    --tw-gradient-to: #fff;
  }

  .xl\:to-gray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .xl\:to-gray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .xl\:to-gray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .xl\:to-gray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .xl\:to-gray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .xl\:to-gray-500 {
    --tw-gradient-to: #6b7280;
  }

  .xl\:to-gray-600 {
    --tw-gradient-to: #4b5563;
  }

  .xl\:to-gray-700 {
    --tw-gradient-to: #374151;
  }

  .xl\:to-gray-800 {
    --tw-gradient-to: #1f2937;
  }

  .xl\:to-gray-900 {
    --tw-gradient-to: #111827;
  }

  .xl\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .xl\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .xl\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .xl\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .xl\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .xl\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .xl\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .xl\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .xl\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .xl\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .xl\:to-yellow-50 {
    --tw-gradient-to: #fffbeb;
  }

  .xl\:to-yellow-100 {
    --tw-gradient-to: #fef3c7;
  }

  .xl\:to-yellow-200 {
    --tw-gradient-to: #fde68a;
  }

  .xl\:to-yellow-300 {
    --tw-gradient-to: #fcd34d;
  }

  .xl\:to-yellow-400 {
    --tw-gradient-to: #fbbf24;
  }

  .xl\:to-yellow-500 {
    --tw-gradient-to: #f59e0b;
  }

  .xl\:to-yellow-600 {
    --tw-gradient-to: #d97706;
  }

  .xl\:to-yellow-700 {
    --tw-gradient-to: #b45309;
  }

  .xl\:to-yellow-800 {
    --tw-gradient-to: #92400e;
  }

  .xl\:to-yellow-900 {
    --tw-gradient-to: #78350f;
  }

  .xl\:to-green-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .xl\:to-green-100 {
    --tw-gradient-to: #d1fae5;
  }

  .xl\:to-green-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .xl\:to-green-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .xl\:to-green-400 {
    --tw-gradient-to: #34d399;
  }

  .xl\:to-green-500 {
    --tw-gradient-to: #10b981;
  }

  .xl\:to-green-600 {
    --tw-gradient-to: #059669;
  }

  .xl\:to-green-700 {
    --tw-gradient-to: #047857;
  }

  .xl\:to-green-800 {
    --tw-gradient-to: #065f46;
  }

  .xl\:to-green-900 {
    --tw-gradient-to: #064e3b;
  }

  .xl\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .xl\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .xl\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .xl\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .xl\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .xl\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .xl\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .xl\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .xl\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .xl\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .xl\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .xl\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .xl\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .xl\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .xl\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .xl\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .xl\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .xl\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .xl\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .xl\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .xl\:to-purple-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .xl\:to-purple-100 {
    --tw-gradient-to: #ede9fe;
  }

  .xl\:to-purple-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .xl\:to-purple-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .xl\:to-purple-400 {
    --tw-gradient-to: #a78bfa;
  }

  .xl\:to-purple-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .xl\:to-purple-600 {
    --tw-gradient-to: #7c3aed;
  }

  .xl\:to-purple-700 {
    --tw-gradient-to: #6d28d9;
  }

  .xl\:to-purple-800 {
    --tw-gradient-to: #5b21b6;
  }

  .xl\:to-purple-900 {
    --tw-gradient-to: #4c1d95;
  }

  .xl\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .xl\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .xl\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .xl\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .xl\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .xl\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .xl\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .xl\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .xl\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .xl\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .xl\:to-primary-color {
    --tw-gradient-to: #eb008b;
  }

  .xl\:to-primary-color-dark {
    --tw-gradient-to: #c90068;
  }

  .xl\:to-secondary-color {
    --tw-gradient-to: #112e42;
  }

  .xl\:to-custom-gray-sm {
    --tw-gradient-to: #f1f4f6;
  }

  .xl\:to-custom-gray-sm2 {
    --tw-gradient-to: #f1f2f3;
  }

  .xl\:to-custom-gray-md {
    --tw-gradient-to: #848484;
  }

  .xl\:to-custom-navy-dark {
    --tw-gradient-to: #112e42;
  }

  .xl\:to-dark-blue {
    --tw-gradient-to: #112E42;
  }

  .xl\:to-primary {
    --tw-gradient-to: #192D40;
  }

  .xl\:to-secondary-1 {
    --tw-gradient-to: #E6007E;
  }

  .xl\:to-secondary-2 {
    --tw-gradient-to: #D6D564;
  }

  .xl\:to-secondary-3 {
    --tw-gradient-to: #FCFCCD;
  }

  .xl\:to-secondary {
    --tw-gradient-to: #E6007E;
  }

  .xl\:to-secondary-dark {
    --tw-gradient-to: #C11A7D;
  }

  .xl\:to-secondary-light {
    --tw-gradient-to: #FBCEE9;
  }

  .xl\:to-grayCustom-1 {
    --tw-gradient-to: #4F4F4F;
  }

  .xl\:to-grayCustom-2 {
    --tw-gradient-to: #C4C4C4;
  }

  .xl\:to-grayCustom-3 {
    --tw-gradient-to: #F9F9F9;
  }

  .xl\:to-grayCustom-800 {
    --tw-gradient-to: #4F4F4F;
  }

  .xl\:to-grayCustom {
    --tw-gradient-to: #C4C4C4;
  }

  .xl\:to-grayCustom-dark {
    --tw-gradient-to: #4F4F4F;
  }

  .xl\:to-grayCustom-light {
    --tw-gradient-to: #F9F9F9;
  }

  .xl\:to-grayCustom-hover {
    --tw-gradient-to: #9F9F9F;
  }

  .xl\:to-error {
    --tw-gradient-to: #FF206E;
  }

  .xl\:to-error-light {
    --tw-gradient-to: #FDE8EA;
  }

  .xl\:to-warning {
    --tw-gradient-to: #FFAE14;
  }

  .xl\:to-warning-light {
    --tw-gradient-to: #FFF6E5;
  }

  .xl\:to-success {
    --tw-gradient-to: #2DD881;
  }

  .xl\:to-success-light {
    --tw-gradient-to: #E9FBF2;
  }

  .xl\:to-status-open {
    --tw-gradient-to: #FFF;
  }

  .xl\:to-status-waiting_payment {
    --tw-gradient-to: #ffae14;
  }

  .xl\:to-status-completed {
    --tw-gradient-to: #54c1bb;
  }

  .xl\:to-status-failed {
    --tw-gradient-to: #e8556b;
  }

  .xl\:to-status-waiting_verify {
    --tw-gradient-to: #ffae14;
  }

  .xl\:to-status-closed {
    --tw-gradient-to: #c4c4c4;
  }

  .xl\:to-policyStatus-issuing {
    --tw-gradient-to: #FFF;
  }

  .xl\:to-policyStatus-waiting_inspection {
    --tw-gradient-to: #ffae14;
  }

  .xl\:to-policyStatus-success {
    --tw-gradient-to: #54c1bb;
  }

  .xl\:to-policyStatus-failed_inspection {
    --tw-gradient-to: #e8556b;
  }

  .xl\:to-policyStatus-failed {
    --tw-gradient-to: #e8556b;
  }

  .xl\:to-policyStatus-waiting_policy {
    --tw-gradient-to: #ffae14;
  }

  .xl\:to-policyStatus-cancel {
    --tw-gradient-to: #c4c4c4;
  }

  .xl\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .xl\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .xl\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .xl\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .xl\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .xl\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .xl\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .xl\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .xl\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .xl\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .xl\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .xl\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151;
  }

  .xl\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .xl\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827;
  }

  .xl\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2;
  }

  .xl\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2;
  }

  .xl\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca;
  }

  .xl\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5;
  }

  .xl\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171;
  }

  .xl\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444;
  }

  .xl\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626;
  }

  .xl\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c;
  }

  .xl\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b;
  }

  .xl\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d;
  }

  .xl\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .xl\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .xl\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .xl\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .xl\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .xl\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .xl\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706;
  }

  .xl\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309;
  }

  .xl\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e;
  }

  .xl\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f;
  }

  .xl\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .xl\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .xl\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .xl\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .xl\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399;
  }

  .xl\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981;
  }

  .xl\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669;
  }

  .xl\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857;
  }

  .xl\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46;
  }

  .xl\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .xl\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff;
  }

  .xl\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe;
  }

  .xl\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe;
  }

  .xl\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd;
  }

  .xl\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa;
  }

  .xl\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6;
  }

  .xl\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb;
  }

  .xl\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8;
  }

  .xl\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af;
  }

  .xl\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a;
  }

  .xl\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff;
  }

  .xl\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff;
  }

  .xl\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe;
  }

  .xl\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc;
  }

  .xl\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8;
  }

  .xl\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1;
  }

  .xl\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5;
  }

  .xl\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca;
  }

  .xl\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3;
  }

  .xl\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81;
  }

  .xl\:hover\:to-purple-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .xl\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .xl\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .xl\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .xl\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .xl\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .xl\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .xl\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .xl\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .xl\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .xl\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8;
  }

  .xl\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3;
  }

  .xl\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8;
  }

  .xl\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4;
  }

  .xl\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6;
  }

  .xl\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899;
  }

  .xl\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777;
  }

  .xl\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d;
  }

  .xl\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d;
  }

  .xl\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843;
  }

  .xl\:hover\:to-primary-color:hover {
    --tw-gradient-to: #eb008b;
  }

  .xl\:hover\:to-primary-color-dark:hover {
    --tw-gradient-to: #c90068;
  }

  .xl\:hover\:to-secondary-color:hover {
    --tw-gradient-to: #112e42;
  }

  .xl\:hover\:to-custom-gray-sm:hover {
    --tw-gradient-to: #f1f4f6;
  }

  .xl\:hover\:to-custom-gray-sm2:hover {
    --tw-gradient-to: #f1f2f3;
  }

  .xl\:hover\:to-custom-gray-md:hover {
    --tw-gradient-to: #848484;
  }

  .xl\:hover\:to-custom-navy-dark:hover {
    --tw-gradient-to: #112e42;
  }

  .xl\:hover\:to-dark-blue:hover {
    --tw-gradient-to: #112E42;
  }

  .xl\:hover\:to-primary:hover {
    --tw-gradient-to: #192D40;
  }

  .xl\:hover\:to-secondary-1:hover {
    --tw-gradient-to: #E6007E;
  }

  .xl\:hover\:to-secondary-2:hover {
    --tw-gradient-to: #D6D564;
  }

  .xl\:hover\:to-secondary-3:hover {
    --tw-gradient-to: #FCFCCD;
  }

  .xl\:hover\:to-secondary:hover {
    --tw-gradient-to: #E6007E;
  }

  .xl\:hover\:to-secondary-dark:hover {
    --tw-gradient-to: #C11A7D;
  }

  .xl\:hover\:to-secondary-light:hover {
    --tw-gradient-to: #FBCEE9;
  }

  .xl\:hover\:to-grayCustom-1:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .xl\:hover\:to-grayCustom-2:hover {
    --tw-gradient-to: #C4C4C4;
  }

  .xl\:hover\:to-grayCustom-3:hover {
    --tw-gradient-to: #F9F9F9;
  }

  .xl\:hover\:to-grayCustom-800:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .xl\:hover\:to-grayCustom:hover {
    --tw-gradient-to: #C4C4C4;
  }

  .xl\:hover\:to-grayCustom-dark:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .xl\:hover\:to-grayCustom-light:hover {
    --tw-gradient-to: #F9F9F9;
  }

  .xl\:hover\:to-grayCustom-hover:hover {
    --tw-gradient-to: #9F9F9F;
  }

  .xl\:hover\:to-error:hover {
    --tw-gradient-to: #FF206E;
  }

  .xl\:hover\:to-error-light:hover {
    --tw-gradient-to: #FDE8EA;
  }

  .xl\:hover\:to-warning:hover {
    --tw-gradient-to: #FFAE14;
  }

  .xl\:hover\:to-warning-light:hover {
    --tw-gradient-to: #FFF6E5;
  }

  .xl\:hover\:to-success:hover {
    --tw-gradient-to: #2DD881;
  }

  .xl\:hover\:to-success-light:hover {
    --tw-gradient-to: #E9FBF2;
  }

  .xl\:hover\:to-status-open:hover {
    --tw-gradient-to: #FFF;
  }

  .xl\:hover\:to-status-waiting_payment:hover {
    --tw-gradient-to: #ffae14;
  }

  .xl\:hover\:to-status-completed:hover {
    --tw-gradient-to: #54c1bb;
  }

  .xl\:hover\:to-status-failed:hover {
    --tw-gradient-to: #e8556b;
  }

  .xl\:hover\:to-status-waiting_verify:hover {
    --tw-gradient-to: #ffae14;
  }

  .xl\:hover\:to-status-closed:hover {
    --tw-gradient-to: #c4c4c4;
  }

  .xl\:hover\:to-policyStatus-issuing:hover {
    --tw-gradient-to: #FFF;
  }

  .xl\:hover\:to-policyStatus-waiting_inspection:hover {
    --tw-gradient-to: #ffae14;
  }

  .xl\:hover\:to-policyStatus-success:hover {
    --tw-gradient-to: #54c1bb;
  }

  .xl\:hover\:to-policyStatus-failed_inspection:hover {
    --tw-gradient-to: #e8556b;
  }

  .xl\:hover\:to-policyStatus-failed:hover {
    --tw-gradient-to: #e8556b;
  }

  .xl\:hover\:to-policyStatus-waiting_policy:hover {
    --tw-gradient-to: #ffae14;
  }

  .xl\:hover\:to-policyStatus-cancel:hover {
    --tw-gradient-to: #c4c4c4;
  }

  .xl\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .xl\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .xl\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .xl\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .xl\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .xl\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .xl\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .xl\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .xl\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .xl\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .xl\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .xl\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151;
  }

  .xl\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .xl\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827;
  }

  .xl\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2;
  }

  .xl\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2;
  }

  .xl\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca;
  }

  .xl\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5;
  }

  .xl\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171;
  }

  .xl\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444;
  }

  .xl\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626;
  }

  .xl\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c;
  }

  .xl\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b;
  }

  .xl\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d;
  }

  .xl\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .xl\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .xl\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .xl\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .xl\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .xl\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .xl\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706;
  }

  .xl\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309;
  }

  .xl\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e;
  }

  .xl\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f;
  }

  .xl\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .xl\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .xl\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .xl\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .xl\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399;
  }

  .xl\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981;
  }

  .xl\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669;
  }

  .xl\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857;
  }

  .xl\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46;
  }

  .xl\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .xl\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff;
  }

  .xl\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe;
  }

  .xl\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe;
  }

  .xl\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd;
  }

  .xl\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa;
  }

  .xl\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6;
  }

  .xl\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb;
  }

  .xl\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8;
  }

  .xl\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af;
  }

  .xl\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a;
  }

  .xl\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff;
  }

  .xl\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff;
  }

  .xl\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe;
  }

  .xl\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc;
  }

  .xl\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8;
  }

  .xl\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1;
  }

  .xl\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5;
  }

  .xl\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca;
  }

  .xl\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3;
  }

  .xl\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81;
  }

  .xl\:focus\:to-purple-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .xl\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .xl\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .xl\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .xl\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .xl\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .xl\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .xl\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .xl\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .xl\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .xl\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8;
  }

  .xl\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3;
  }

  .xl\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8;
  }

  .xl\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4;
  }

  .xl\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6;
  }

  .xl\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899;
  }

  .xl\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777;
  }

  .xl\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d;
  }

  .xl\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d;
  }

  .xl\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843;
  }

  .xl\:focus\:to-primary-color:focus {
    --tw-gradient-to: #eb008b;
  }

  .xl\:focus\:to-primary-color-dark:focus {
    --tw-gradient-to: #c90068;
  }

  .xl\:focus\:to-secondary-color:focus {
    --tw-gradient-to: #112e42;
  }

  .xl\:focus\:to-custom-gray-sm:focus {
    --tw-gradient-to: #f1f4f6;
  }

  .xl\:focus\:to-custom-gray-sm2:focus {
    --tw-gradient-to: #f1f2f3;
  }

  .xl\:focus\:to-custom-gray-md:focus {
    --tw-gradient-to: #848484;
  }

  .xl\:focus\:to-custom-navy-dark:focus {
    --tw-gradient-to: #112e42;
  }

  .xl\:focus\:to-dark-blue:focus {
    --tw-gradient-to: #112E42;
  }

  .xl\:focus\:to-primary:focus {
    --tw-gradient-to: #192D40;
  }

  .xl\:focus\:to-secondary-1:focus {
    --tw-gradient-to: #E6007E;
  }

  .xl\:focus\:to-secondary-2:focus {
    --tw-gradient-to: #D6D564;
  }

  .xl\:focus\:to-secondary-3:focus {
    --tw-gradient-to: #FCFCCD;
  }

  .xl\:focus\:to-secondary:focus {
    --tw-gradient-to: #E6007E;
  }

  .xl\:focus\:to-secondary-dark:focus {
    --tw-gradient-to: #C11A7D;
  }

  .xl\:focus\:to-secondary-light:focus {
    --tw-gradient-to: #FBCEE9;
  }

  .xl\:focus\:to-grayCustom-1:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .xl\:focus\:to-grayCustom-2:focus {
    --tw-gradient-to: #C4C4C4;
  }

  .xl\:focus\:to-grayCustom-3:focus {
    --tw-gradient-to: #F9F9F9;
  }

  .xl\:focus\:to-grayCustom-800:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .xl\:focus\:to-grayCustom:focus {
    --tw-gradient-to: #C4C4C4;
  }

  .xl\:focus\:to-grayCustom-dark:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .xl\:focus\:to-grayCustom-light:focus {
    --tw-gradient-to: #F9F9F9;
  }

  .xl\:focus\:to-grayCustom-hover:focus {
    --tw-gradient-to: #9F9F9F;
  }

  .xl\:focus\:to-error:focus {
    --tw-gradient-to: #FF206E;
  }

  .xl\:focus\:to-error-light:focus {
    --tw-gradient-to: #FDE8EA;
  }

  .xl\:focus\:to-warning:focus {
    --tw-gradient-to: #FFAE14;
  }

  .xl\:focus\:to-warning-light:focus {
    --tw-gradient-to: #FFF6E5;
  }

  .xl\:focus\:to-success:focus {
    --tw-gradient-to: #2DD881;
  }

  .xl\:focus\:to-success-light:focus {
    --tw-gradient-to: #E9FBF2;
  }

  .xl\:focus\:to-status-open:focus {
    --tw-gradient-to: #FFF;
  }

  .xl\:focus\:to-status-waiting_payment:focus {
    --tw-gradient-to: #ffae14;
  }

  .xl\:focus\:to-status-completed:focus {
    --tw-gradient-to: #54c1bb;
  }

  .xl\:focus\:to-status-failed:focus {
    --tw-gradient-to: #e8556b;
  }

  .xl\:focus\:to-status-waiting_verify:focus {
    --tw-gradient-to: #ffae14;
  }

  .xl\:focus\:to-status-closed:focus {
    --tw-gradient-to: #c4c4c4;
  }

  .xl\:focus\:to-policyStatus-issuing:focus {
    --tw-gradient-to: #FFF;
  }

  .xl\:focus\:to-policyStatus-waiting_inspection:focus {
    --tw-gradient-to: #ffae14;
  }

  .xl\:focus\:to-policyStatus-success:focus {
    --tw-gradient-to: #54c1bb;
  }

  .xl\:focus\:to-policyStatus-failed_inspection:focus {
    --tw-gradient-to: #e8556b;
  }

  .xl\:focus\:to-policyStatus-failed:focus {
    --tw-gradient-to: #e8556b;
  }

  .xl\:focus\:to-policyStatus-waiting_policy:focus {
    --tw-gradient-to: #ffae14;
  }

  .xl\:focus\:to-policyStatus-cancel:focus {
    --tw-gradient-to: #c4c4c4;
  }

  .xl\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .xl\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .xl\:bg-auto {
    background-size: auto;
  }

  .xl\:bg-cover {
    background-size: cover;
  }

  .xl\:bg-contain {
    background-size: contain;
  }

  .xl\:bg-fixed {
    background-attachment: fixed;
  }

  .xl\:bg-local {
    background-attachment: local;
  }

  .xl\:bg-scroll {
    background-attachment: scroll;
  }

  .xl\:bg-clip-border {
    background-clip: border-box;
  }

  .xl\:bg-clip-padding {
    background-clip: padding-box;
  }

  .xl\:bg-clip-content {
    background-clip: content-box;
  }

  .xl\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xl\:bg-bottom {
    background-position: bottom;
  }

  .xl\:bg-center {
    background-position: center;
  }

  .xl\:bg-left {
    background-position: left;
  }

  .xl\:bg-left-bottom {
    background-position: left bottom;
  }

  .xl\:bg-left-top {
    background-position: left top;
  }

  .xl\:bg-right {
    background-position: right;
  }

  .xl\:bg-right-bottom {
    background-position: right bottom;
  }

  .xl\:bg-right-top {
    background-position: right top;
  }

  .xl\:bg-top {
    background-position: top;
  }

  .xl\:bg-repeat {
    background-repeat: repeat;
  }

  .xl\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xl\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xl\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xl\:bg-repeat-round {
    background-repeat: round;
  }

  .xl\:bg-repeat-space {
    background-repeat: space;
  }

  .xl\:bg-origin-border {
    background-origin: border-box;
  }

  .xl\:bg-origin-padding {
    background-origin: padding-box;
  }

  .xl\:bg-origin-content {
    background-origin: content-box;
  }

  .xl\:fill-current {
    fill: currentColor;
  }

  .xl\:stroke-current {
    stroke: currentColor;
  }

  .xl\:stroke-0 {
    stroke-width: 0;
  }

  .xl\:stroke-1 {
    stroke-width: 1;
  }

  .xl\:stroke-2 {
    stroke-width: 2;
  }

  .xl\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .xl\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .xl\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .xl\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .xl\:p-0 {
    padding: 0;
  }

  .xl\:p-1 {
    padding: 0.25rem;
  }

  .xl\:p-2 {
    padding: 0.5rem;
  }

  .xl\:p-3 {
    padding: 0.75rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:p-5 {
    padding: 5px;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-7 {
    padding: 1.75rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:p-9 {
    padding: 2.25rem;
  }

  .xl\:p-10 {
    padding: 10px;
  }

  .xl\:p-11 {
    padding: 2.75rem;
  }

  .xl\:p-12 {
    padding: 3rem;
  }

  .xl\:p-14 {
    padding: 14px;
  }

  .xl\:p-16 {
    padding: 16px;
  }

  .xl\:p-20 {
    padding: 20px;
  }

  .xl\:p-24 {
    padding: 24px;
  }

  .xl\:p-28 {
    padding: 7rem;
  }

  .xl\:p-30 {
    padding: 30px;
  }

  .xl\:p-32 {
    padding: 8rem;
  }

  .xl\:p-36 {
    padding: 9rem;
  }

  .xl\:p-40 {
    padding: 10rem;
  }

  .xl\:p-44 {
    padding: 11rem;
  }

  .xl\:p-48 {
    padding: 48px;
  }

  .xl\:p-52 {
    padding: 13rem;
  }

  .xl\:p-56 {
    padding: 14rem;
  }

  .xl\:p-60 {
    padding: 60px;
  }

  .xl\:p-64 {
    padding: 16rem;
  }

  .xl\:p-72 {
    padding: 18rem;
  }

  .xl\:p-80 {
    padding: 20rem;
  }

  .xl\:p-95 {
    padding: 95px;
  }

  .xl\:p-96 {
    padding: 24rem;
  }

  .xl\:p-120 {
    padding: 120px;
  }

  .xl\:p-190 {
    padding: 190px;
  }

  .xl\:p-px {
    padding: 1px;
  }

  .xl\:p-0\.5 {
    padding: 0.125rem;
  }

  .xl\:p-1\.5 {
    padding: 0.375rem;
  }

  .xl\:p-2\.5 {
    padding: 0.625rem;
  }

  .xl\:p-3\.5 {
    padding: 0.875rem;
  }

  .xl\:p-30\% {
    padding: 30%;
  }

  .xl\:p-7\.5r {
    padding: 1.875rem;
  }

  .xl\:hover\:p-0:hover {
    padding: 0;
  }

  .xl\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .xl\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .xl\:hover\:p-3:hover {
    padding: 0.75rem;
  }

  .xl\:hover\:p-4:hover {
    padding: 1rem;
  }

  .xl\:hover\:p-5:hover {
    padding: 5px;
  }

  .xl\:hover\:p-6:hover {
    padding: 1.5rem;
  }

  .xl\:hover\:p-7:hover {
    padding: 1.75rem;
  }

  .xl\:hover\:p-8:hover {
    padding: 2rem;
  }

  .xl\:hover\:p-9:hover {
    padding: 2.25rem;
  }

  .xl\:hover\:p-10:hover {
    padding: 10px;
  }

  .xl\:hover\:p-11:hover {
    padding: 2.75rem;
  }

  .xl\:hover\:p-12:hover {
    padding: 3rem;
  }

  .xl\:hover\:p-14:hover {
    padding: 14px;
  }

  .xl\:hover\:p-16:hover {
    padding: 16px;
  }

  .xl\:hover\:p-20:hover {
    padding: 20px;
  }

  .xl\:hover\:p-24:hover {
    padding: 24px;
  }

  .xl\:hover\:p-28:hover {
    padding: 7rem;
  }

  .xl\:hover\:p-30:hover {
    padding: 30px;
  }

  .xl\:hover\:p-32:hover {
    padding: 8rem;
  }

  .xl\:hover\:p-36:hover {
    padding: 9rem;
  }

  .xl\:hover\:p-40:hover {
    padding: 10rem;
  }

  .xl\:hover\:p-44:hover {
    padding: 11rem;
  }

  .xl\:hover\:p-48:hover {
    padding: 48px;
  }

  .xl\:hover\:p-52:hover {
    padding: 13rem;
  }

  .xl\:hover\:p-56:hover {
    padding: 14rem;
  }

  .xl\:hover\:p-60:hover {
    padding: 60px;
  }

  .xl\:hover\:p-64:hover {
    padding: 16rem;
  }

  .xl\:hover\:p-72:hover {
    padding: 18rem;
  }

  .xl\:hover\:p-80:hover {
    padding: 20rem;
  }

  .xl\:hover\:p-95:hover {
    padding: 95px;
  }

  .xl\:hover\:p-96:hover {
    padding: 24rem;
  }

  .xl\:hover\:p-120:hover {
    padding: 120px;
  }

  .xl\:hover\:p-190:hover {
    padding: 190px;
  }

  .xl\:hover\:p-px:hover {
    padding: 1px;
  }

  .xl\:hover\:p-0\.5:hover {
    padding: 0.125rem;
  }

  .xl\:hover\:p-1\.5:hover {
    padding: 0.375rem;
  }

  .xl\:hover\:p-2\.5:hover {
    padding: 0.625rem;
  }

  .xl\:hover\:p-3\.5:hover {
    padding: 0.875rem;
  }

  .xl\:hover\:p-30\%:hover {
    padding: 30%;
  }

  .xl\:hover\:p-7\.5r:hover {
    padding: 1.875rem;
  }

  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:px-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .xl\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .xl\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .xl\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:px-95 {
    padding-left: 95px;
    padding-right: 95px;
  }

  .xl\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xl\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .xl\:px-190 {
    padding-left: 190px;
    padding-right: 190px;
  }

  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .xl\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .xl\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xl\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xl\:px-30\% {
    padding-left: 30%;
    padding-right: 30%;
  }

  .xl\:px-7\.5r {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xl\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .xl\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .xl\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .xl\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .xl\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xl\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .xl\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xl\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .xl\:py-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .xl\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .xl\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xl\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xl\:py-30\% {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .xl\:py-7\.5r {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .xl\:hover\:px-0:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:hover\:px-2:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:hover\:px-3:hover {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:hover\:px-4:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:hover\:px-5:hover {
    padding-left: 5px;
    padding-right: 5px;
  }

  .xl\:hover\:px-6:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:hover\:px-7:hover {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:hover\:px-8:hover {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:hover\:px-9:hover {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:hover\:px-10:hover {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xl\:hover\:px-11:hover {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:hover\:px-14:hover {
    padding-left: 14px;
    padding-right: 14px;
  }

  .xl\:hover\:px-16:hover {
    padding-left: 16px;
    padding-right: 16px;
  }

  .xl\:hover\:px-20:hover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .xl\:hover\:px-24:hover {
    padding-left: 24px;
    padding-right: 24px;
  }

  .xl\:hover\:px-28:hover {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:hover\:px-30:hover {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xl\:hover\:px-32:hover {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:hover\:px-36:hover {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:hover\:px-40:hover {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:hover\:px-44:hover {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:hover\:px-48:hover {
    padding-left: 48px;
    padding-right: 48px;
  }

  .xl\:hover\:px-52:hover {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl\:hover\:px-56:hover {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:hover\:px-60:hover {
    padding-left: 60px;
    padding-right: 60px;
  }

  .xl\:hover\:px-64:hover {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:hover\:px-72:hover {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:hover\:px-80:hover {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:hover\:px-95:hover {
    padding-left: 95px;
    padding-right: 95px;
  }

  .xl\:hover\:px-96:hover {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xl\:hover\:px-120:hover {
    padding-left: 120px;
    padding-right: 120px;
  }

  .xl\:hover\:px-190:hover {
    padding-left: 190px;
    padding-right: 190px;
  }

  .xl\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:hover\:px-0\.5:hover {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .xl\:hover\:px-1\.5:hover {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .xl\:hover\:px-2\.5:hover {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xl\:hover\:px-3\.5:hover {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xl\:hover\:px-30\%:hover {
    padding-left: 30%;
    padding-right: 30%;
  }

  .xl\:hover\:px-7\.5r:hover {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .xl\:hover\:py-0:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:hover\:py-1:hover {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:hover\:py-2:hover {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:hover\:py-3:hover {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:hover\:py-4:hover {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:hover\:py-5:hover {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .xl\:hover\:py-6:hover {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:hover\:py-7:hover {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:hover\:py-8:hover {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:hover\:py-9:hover {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:hover\:py-10:hover {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xl\:hover\:py-11:hover {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:hover\:py-14:hover {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .xl\:hover\:py-16:hover {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .xl\:hover\:py-20:hover {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .xl\:hover\:py-24:hover {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .xl\:hover\:py-28:hover {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:hover\:py-30:hover {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xl\:hover\:py-32:hover {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:hover\:py-36:hover {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:hover\:py-40:hover {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:hover\:py-44:hover {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:hover\:py-48:hover {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .xl\:hover\:py-52:hover {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xl\:hover\:py-56:hover {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:hover\:py-60:hover {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xl\:hover\:py-64:hover {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:hover\:py-72:hover {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:hover\:py-80:hover {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:hover\:py-95:hover {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .xl\:hover\:py-96:hover {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xl\:hover\:py-120:hover {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .xl\:hover\:py-190:hover {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .xl\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:hover\:py-0\.5:hover {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .xl\:hover\:py-1\.5:hover {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .xl\:hover\:py-2\.5:hover {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xl\:hover\:py-3\.5:hover {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xl\:hover\:py-30\%:hover {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .xl\:hover\:py-7\.5r:hover {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .xl\:pt-0 {
    padding-top: 0;
  }

  .xl\:pt-1 {
    padding-top: 0.25rem;
  }

  .xl\:pt-2 {
    padding-top: 0.5rem;
  }

  .xl\:pt-3 {
    padding-top: 0.75rem;
  }

  .xl\:pt-4 {
    padding-top: 1rem;
  }

  .xl\:pt-5 {
    padding-top: 5px;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:pt-7 {
    padding-top: 1.75rem;
  }

  .xl\:pt-8 {
    padding-top: 2rem;
  }

  .xl\:pt-9 {
    padding-top: 2.25rem;
  }

  .xl\:pt-10 {
    padding-top: 10px;
  }

  .xl\:pt-11 {
    padding-top: 2.75rem;
  }

  .xl\:pt-12 {
    padding-top: 3rem;
  }

  .xl\:pt-14 {
    padding-top: 14px;
  }

  .xl\:pt-16 {
    padding-top: 16px;
  }

  .xl\:pt-20 {
    padding-top: 20px;
  }

  .xl\:pt-24 {
    padding-top: 24px;
  }

  .xl\:pt-28 {
    padding-top: 7rem;
  }

  .xl\:pt-30 {
    padding-top: 30px;
  }

  .xl\:pt-32 {
    padding-top: 8rem;
  }

  .xl\:pt-36 {
    padding-top: 9rem;
  }

  .xl\:pt-40 {
    padding-top: 10rem;
  }

  .xl\:pt-44 {
    padding-top: 11rem;
  }

  .xl\:pt-48 {
    padding-top: 48px;
  }

  .xl\:pt-52 {
    padding-top: 13rem;
  }

  .xl\:pt-56 {
    padding-top: 14rem;
  }

  .xl\:pt-60 {
    padding-top: 60px;
  }

  .xl\:pt-64 {
    padding-top: 16rem;
  }

  .xl\:pt-72 {
    padding-top: 18rem;
  }

  .xl\:pt-80 {
    padding-top: 20rem;
  }

  .xl\:pt-95 {
    padding-top: 95px;
  }

  .xl\:pt-96 {
    padding-top: 24rem;
  }

  .xl\:pt-120 {
    padding-top: 120px;
  }

  .xl\:pt-190 {
    padding-top: 190px;
  }

  .xl\:pt-px {
    padding-top: 1px;
  }

  .xl\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .xl\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .xl\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .xl\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .xl\:pt-30\% {
    padding-top: 30%;
  }

  .xl\:pt-7\.5r {
    padding-top: 1.875rem;
  }

  .xl\:pr-0 {
    padding-right: 0;
  }

  .xl\:pr-1 {
    padding-right: 0.25rem;
  }

  .xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .xl\:pr-3 {
    padding-right: 0.75rem;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:pr-5 {
    padding-right: 5px;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:pr-7 {
    padding-right: 1.75rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pr-9 {
    padding-right: 2.25rem;
  }

  .xl\:pr-10 {
    padding-right: 10px;
  }

  .xl\:pr-11 {
    padding-right: 2.75rem;
  }

  .xl\:pr-12 {
    padding-right: 3rem;
  }

  .xl\:pr-14 {
    padding-right: 14px;
  }

  .xl\:pr-16 {
    padding-right: 16px;
  }

  .xl\:pr-20 {
    padding-right: 20px;
  }

  .xl\:pr-24 {
    padding-right: 24px;
  }

  .xl\:pr-28 {
    padding-right: 7rem;
  }

  .xl\:pr-30 {
    padding-right: 30px;
  }

  .xl\:pr-32 {
    padding-right: 8rem;
  }

  .xl\:pr-36 {
    padding-right: 9rem;
  }

  .xl\:pr-40 {
    padding-right: 10rem;
  }

  .xl\:pr-44 {
    padding-right: 11rem;
  }

  .xl\:pr-48 {
    padding-right: 48px;
  }

  .xl\:pr-52 {
    padding-right: 13rem;
  }

  .xl\:pr-56 {
    padding-right: 14rem;
  }

  .xl\:pr-60 {
    padding-right: 60px;
  }

  .xl\:pr-64 {
    padding-right: 16rem;
  }

  .xl\:pr-72 {
    padding-right: 18rem;
  }

  .xl\:pr-80 {
    padding-right: 20rem;
  }

  .xl\:pr-95 {
    padding-right: 95px;
  }

  .xl\:pr-96 {
    padding-right: 24rem;
  }

  .xl\:pr-120 {
    padding-right: 120px;
  }

  .xl\:pr-190 {
    padding-right: 190px;
  }

  .xl\:pr-px {
    padding-right: 1px;
  }

  .xl\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .xl\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .xl\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .xl\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .xl\:pr-30\% {
    padding-right: 30%;
  }

  .xl\:pr-7\.5r {
    padding-right: 1.875rem;
  }

  .xl\:pb-0 {
    padding-bottom: 0;
  }

  .xl\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .xl\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .xl\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:pb-5 {
    padding-bottom: 5px;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .xl\:pb-10 {
    padding-bottom: 10px;
  }

  .xl\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .xl\:pb-14 {
    padding-bottom: 14px;
  }

  .xl\:pb-16 {
    padding-bottom: 16px;
  }

  .xl\:pb-20 {
    padding-bottom: 20px;
  }

  .xl\:pb-24 {
    padding-bottom: 24px;
  }

  .xl\:pb-28 {
    padding-bottom: 7rem;
  }

  .xl\:pb-30 {
    padding-bottom: 30px;
  }

  .xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .xl\:pb-36 {
    padding-bottom: 9rem;
  }

  .xl\:pb-40 {
    padding-bottom: 10rem;
  }

  .xl\:pb-44 {
    padding-bottom: 11rem;
  }

  .xl\:pb-48 {
    padding-bottom: 48px;
  }

  .xl\:pb-52 {
    padding-bottom: 13rem;
  }

  .xl\:pb-56 {
    padding-bottom: 14rem;
  }

  .xl\:pb-60 {
    padding-bottom: 60px;
  }

  .xl\:pb-64 {
    padding-bottom: 16rem;
  }

  .xl\:pb-72 {
    padding-bottom: 18rem;
  }

  .xl\:pb-80 {
    padding-bottom: 20rem;
  }

  .xl\:pb-95 {
    padding-bottom: 95px;
  }

  .xl\:pb-96 {
    padding-bottom: 24rem;
  }

  .xl\:pb-120 {
    padding-bottom: 120px;
  }

  .xl\:pb-190 {
    padding-bottom: 190px;
  }

  .xl\:pb-px {
    padding-bottom: 1px;
  }

  .xl\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .xl\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .xl\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .xl\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .xl\:pb-30\% {
    padding-bottom: 30%;
  }

  .xl\:pb-7\.5r {
    padding-bottom: 1.875rem;
  }

  .xl\:pl-0 {
    padding-left: 0;
  }

  .xl\:pl-1 {
    padding-left: 0.25rem;
  }

  .xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .xl\:pl-3 {
    padding-left: 0.75rem;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:pl-5 {
    padding-left: 5px;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:pl-7 {
    padding-left: 1.75rem;
  }

  .xl\:pl-8 {
    padding-left: 2rem;
  }

  .xl\:pl-9 {
    padding-left: 2.25rem;
  }

  .xl\:pl-10 {
    padding-left: 10px;
  }

  .xl\:pl-11 {
    padding-left: 2.75rem;
  }

  .xl\:pl-12 {
    padding-left: 3rem;
  }

  .xl\:pl-14 {
    padding-left: 14px;
  }

  .xl\:pl-16 {
    padding-left: 16px;
  }

  .xl\:pl-20 {
    padding-left: 20px;
  }

  .xl\:pl-24 {
    padding-left: 24px;
  }

  .xl\:pl-28 {
    padding-left: 7rem;
  }

  .xl\:pl-30 {
    padding-left: 30px;
  }

  .xl\:pl-32 {
    padding-left: 8rem;
  }

  .xl\:pl-36 {
    padding-left: 9rem;
  }

  .xl\:pl-40 {
    padding-left: 10rem;
  }

  .xl\:pl-44 {
    padding-left: 11rem;
  }

  .xl\:pl-48 {
    padding-left: 48px;
  }

  .xl\:pl-52 {
    padding-left: 13rem;
  }

  .xl\:pl-56 {
    padding-left: 14rem;
  }

  .xl\:pl-60 {
    padding-left: 60px;
  }

  .xl\:pl-64 {
    padding-left: 16rem;
  }

  .xl\:pl-72 {
    padding-left: 18rem;
  }

  .xl\:pl-80 {
    padding-left: 20rem;
  }

  .xl\:pl-95 {
    padding-left: 95px;
  }

  .xl\:pl-96 {
    padding-left: 24rem;
  }

  .xl\:pl-120 {
    padding-left: 120px;
  }

  .xl\:pl-190 {
    padding-left: 190px;
  }

  .xl\:pl-px {
    padding-left: 1px;
  }

  .xl\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .xl\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .xl\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .xl\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .xl\:pl-30\% {
    padding-left: 30%;
  }

  .xl\:pl-7\.5r {
    padding-left: 1.875rem;
  }

  .xl\:hover\:pt-0:hover {
    padding-top: 0;
  }

  .xl\:hover\:pt-1:hover {
    padding-top: 0.25rem;
  }

  .xl\:hover\:pt-2:hover {
    padding-top: 0.5rem;
  }

  .xl\:hover\:pt-3:hover {
    padding-top: 0.75rem;
  }

  .xl\:hover\:pt-4:hover {
    padding-top: 1rem;
  }

  .xl\:hover\:pt-5:hover {
    padding-top: 5px;
  }

  .xl\:hover\:pt-6:hover {
    padding-top: 1.5rem;
  }

  .xl\:hover\:pt-7:hover {
    padding-top: 1.75rem;
  }

  .xl\:hover\:pt-8:hover {
    padding-top: 2rem;
  }

  .xl\:hover\:pt-9:hover {
    padding-top: 2.25rem;
  }

  .xl\:hover\:pt-10:hover {
    padding-top: 10px;
  }

  .xl\:hover\:pt-11:hover {
    padding-top: 2.75rem;
  }

  .xl\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .xl\:hover\:pt-14:hover {
    padding-top: 14px;
  }

  .xl\:hover\:pt-16:hover {
    padding-top: 16px;
  }

  .xl\:hover\:pt-20:hover {
    padding-top: 20px;
  }

  .xl\:hover\:pt-24:hover {
    padding-top: 24px;
  }

  .xl\:hover\:pt-28:hover {
    padding-top: 7rem;
  }

  .xl\:hover\:pt-30:hover {
    padding-top: 30px;
  }

  .xl\:hover\:pt-32:hover {
    padding-top: 8rem;
  }

  .xl\:hover\:pt-36:hover {
    padding-top: 9rem;
  }

  .xl\:hover\:pt-40:hover {
    padding-top: 10rem;
  }

  .xl\:hover\:pt-44:hover {
    padding-top: 11rem;
  }

  .xl\:hover\:pt-48:hover {
    padding-top: 48px;
  }

  .xl\:hover\:pt-52:hover {
    padding-top: 13rem;
  }

  .xl\:hover\:pt-56:hover {
    padding-top: 14rem;
  }

  .xl\:hover\:pt-60:hover {
    padding-top: 60px;
  }

  .xl\:hover\:pt-64:hover {
    padding-top: 16rem;
  }

  .xl\:hover\:pt-72:hover {
    padding-top: 18rem;
  }

  .xl\:hover\:pt-80:hover {
    padding-top: 20rem;
  }

  .xl\:hover\:pt-95:hover {
    padding-top: 95px;
  }

  .xl\:hover\:pt-96:hover {
    padding-top: 24rem;
  }

  .xl\:hover\:pt-120:hover {
    padding-top: 120px;
  }

  .xl\:hover\:pt-190:hover {
    padding-top: 190px;
  }

  .xl\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .xl\:hover\:pt-0\.5:hover {
    padding-top: 0.125rem;
  }

  .xl\:hover\:pt-1\.5:hover {
    padding-top: 0.375rem;
  }

  .xl\:hover\:pt-2\.5:hover {
    padding-top: 0.625rem;
  }

  .xl\:hover\:pt-3\.5:hover {
    padding-top: 0.875rem;
  }

  .xl\:hover\:pt-30\%:hover {
    padding-top: 30%;
  }

  .xl\:hover\:pt-7\.5r:hover {
    padding-top: 1.875rem;
  }

  .xl\:hover\:pr-0:hover {
    padding-right: 0;
  }

  .xl\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

  .xl\:hover\:pr-2:hover {
    padding-right: 0.5rem;
  }

  .xl\:hover\:pr-3:hover {
    padding-right: 0.75rem;
  }

  .xl\:hover\:pr-4:hover {
    padding-right: 1rem;
  }

  .xl\:hover\:pr-5:hover {
    padding-right: 5px;
  }

  .xl\:hover\:pr-6:hover {
    padding-right: 1.5rem;
  }

  .xl\:hover\:pr-7:hover {
    padding-right: 1.75rem;
  }

  .xl\:hover\:pr-8:hover {
    padding-right: 2rem;
  }

  .xl\:hover\:pr-9:hover {
    padding-right: 2.25rem;
  }

  .xl\:hover\:pr-10:hover {
    padding-right: 10px;
  }

  .xl\:hover\:pr-11:hover {
    padding-right: 2.75rem;
  }

  .xl\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .xl\:hover\:pr-14:hover {
    padding-right: 14px;
  }

  .xl\:hover\:pr-16:hover {
    padding-right: 16px;
  }

  .xl\:hover\:pr-20:hover {
    padding-right: 20px;
  }

  .xl\:hover\:pr-24:hover {
    padding-right: 24px;
  }

  .xl\:hover\:pr-28:hover {
    padding-right: 7rem;
  }

  .xl\:hover\:pr-30:hover {
    padding-right: 30px;
  }

  .xl\:hover\:pr-32:hover {
    padding-right: 8rem;
  }

  .xl\:hover\:pr-36:hover {
    padding-right: 9rem;
  }

  .xl\:hover\:pr-40:hover {
    padding-right: 10rem;
  }

  .xl\:hover\:pr-44:hover {
    padding-right: 11rem;
  }

  .xl\:hover\:pr-48:hover {
    padding-right: 48px;
  }

  .xl\:hover\:pr-52:hover {
    padding-right: 13rem;
  }

  .xl\:hover\:pr-56:hover {
    padding-right: 14rem;
  }

  .xl\:hover\:pr-60:hover {
    padding-right: 60px;
  }

  .xl\:hover\:pr-64:hover {
    padding-right: 16rem;
  }

  .xl\:hover\:pr-72:hover {
    padding-right: 18rem;
  }

  .xl\:hover\:pr-80:hover {
    padding-right: 20rem;
  }

  .xl\:hover\:pr-95:hover {
    padding-right: 95px;
  }

  .xl\:hover\:pr-96:hover {
    padding-right: 24rem;
  }

  .xl\:hover\:pr-120:hover {
    padding-right: 120px;
  }

  .xl\:hover\:pr-190:hover {
    padding-right: 190px;
  }

  .xl\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .xl\:hover\:pr-0\.5:hover {
    padding-right: 0.125rem;
  }

  .xl\:hover\:pr-1\.5:hover {
    padding-right: 0.375rem;
  }

  .xl\:hover\:pr-2\.5:hover {
    padding-right: 0.625rem;
  }

  .xl\:hover\:pr-3\.5:hover {
    padding-right: 0.875rem;
  }

  .xl\:hover\:pr-30\%:hover {
    padding-right: 30%;
  }

  .xl\:hover\:pr-7\.5r:hover {
    padding-right: 1.875rem;
  }

  .xl\:hover\:pb-0:hover {
    padding-bottom: 0;
  }

  .xl\:hover\:pb-1:hover {
    padding-bottom: 0.25rem;
  }

  .xl\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .xl\:hover\:pb-3:hover {
    padding-bottom: 0.75rem;
  }

  .xl\:hover\:pb-4:hover {
    padding-bottom: 1rem;
  }

  .xl\:hover\:pb-5:hover {
    padding-bottom: 5px;
  }

  .xl\:hover\:pb-6:hover {
    padding-bottom: 1.5rem;
  }

  .xl\:hover\:pb-7:hover {
    padding-bottom: 1.75rem;
  }

  .xl\:hover\:pb-8:hover {
    padding-bottom: 2rem;
  }

  .xl\:hover\:pb-9:hover {
    padding-bottom: 2.25rem;
  }

  .xl\:hover\:pb-10:hover {
    padding-bottom: 10px;
  }

  .xl\:hover\:pb-11:hover {
    padding-bottom: 2.75rem;
  }

  .xl\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .xl\:hover\:pb-14:hover {
    padding-bottom: 14px;
  }

  .xl\:hover\:pb-16:hover {
    padding-bottom: 16px;
  }

  .xl\:hover\:pb-20:hover {
    padding-bottom: 20px;
  }

  .xl\:hover\:pb-24:hover {
    padding-bottom: 24px;
  }

  .xl\:hover\:pb-28:hover {
    padding-bottom: 7rem;
  }

  .xl\:hover\:pb-30:hover {
    padding-bottom: 30px;
  }

  .xl\:hover\:pb-32:hover {
    padding-bottom: 8rem;
  }

  .xl\:hover\:pb-36:hover {
    padding-bottom: 9rem;
  }

  .xl\:hover\:pb-40:hover {
    padding-bottom: 10rem;
  }

  .xl\:hover\:pb-44:hover {
    padding-bottom: 11rem;
  }

  .xl\:hover\:pb-48:hover {
    padding-bottom: 48px;
  }

  .xl\:hover\:pb-52:hover {
    padding-bottom: 13rem;
  }

  .xl\:hover\:pb-56:hover {
    padding-bottom: 14rem;
  }

  .xl\:hover\:pb-60:hover {
    padding-bottom: 60px;
  }

  .xl\:hover\:pb-64:hover {
    padding-bottom: 16rem;
  }

  .xl\:hover\:pb-72:hover {
    padding-bottom: 18rem;
  }

  .xl\:hover\:pb-80:hover {
    padding-bottom: 20rem;
  }

  .xl\:hover\:pb-95:hover {
    padding-bottom: 95px;
  }

  .xl\:hover\:pb-96:hover {
    padding-bottom: 24rem;
  }

  .xl\:hover\:pb-120:hover {
    padding-bottom: 120px;
  }

  .xl\:hover\:pb-190:hover {
    padding-bottom: 190px;
  }

  .xl\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .xl\:hover\:pb-0\.5:hover {
    padding-bottom: 0.125rem;
  }

  .xl\:hover\:pb-1\.5:hover {
    padding-bottom: 0.375rem;
  }

  .xl\:hover\:pb-2\.5:hover {
    padding-bottom: 0.625rem;
  }

  .xl\:hover\:pb-3\.5:hover {
    padding-bottom: 0.875rem;
  }

  .xl\:hover\:pb-30\%:hover {
    padding-bottom: 30%;
  }

  .xl\:hover\:pb-7\.5r:hover {
    padding-bottom: 1.875rem;
  }

  .xl\:hover\:pl-0:hover {
    padding-left: 0;
  }

  .xl\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

  .xl\:hover\:pl-2:hover {
    padding-left: 0.5rem;
  }

  .xl\:hover\:pl-3:hover {
    padding-left: 0.75rem;
  }

  .xl\:hover\:pl-4:hover {
    padding-left: 1rem;
  }

  .xl\:hover\:pl-5:hover {
    padding-left: 5px;
  }

  .xl\:hover\:pl-6:hover {
    padding-left: 1.5rem;
  }

  .xl\:hover\:pl-7:hover {
    padding-left: 1.75rem;
  }

  .xl\:hover\:pl-8:hover {
    padding-left: 2rem;
  }

  .xl\:hover\:pl-9:hover {
    padding-left: 2.25rem;
  }

  .xl\:hover\:pl-10:hover {
    padding-left: 10px;
  }

  .xl\:hover\:pl-11:hover {
    padding-left: 2.75rem;
  }

  .xl\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .xl\:hover\:pl-14:hover {
    padding-left: 14px;
  }

  .xl\:hover\:pl-16:hover {
    padding-left: 16px;
  }

  .xl\:hover\:pl-20:hover {
    padding-left: 20px;
  }

  .xl\:hover\:pl-24:hover {
    padding-left: 24px;
  }

  .xl\:hover\:pl-28:hover {
    padding-left: 7rem;
  }

  .xl\:hover\:pl-30:hover {
    padding-left: 30px;
  }

  .xl\:hover\:pl-32:hover {
    padding-left: 8rem;
  }

  .xl\:hover\:pl-36:hover {
    padding-left: 9rem;
  }

  .xl\:hover\:pl-40:hover {
    padding-left: 10rem;
  }

  .xl\:hover\:pl-44:hover {
    padding-left: 11rem;
  }

  .xl\:hover\:pl-48:hover {
    padding-left: 48px;
  }

  .xl\:hover\:pl-52:hover {
    padding-left: 13rem;
  }

  .xl\:hover\:pl-56:hover {
    padding-left: 14rem;
  }

  .xl\:hover\:pl-60:hover {
    padding-left: 60px;
  }

  .xl\:hover\:pl-64:hover {
    padding-left: 16rem;
  }

  .xl\:hover\:pl-72:hover {
    padding-left: 18rem;
  }

  .xl\:hover\:pl-80:hover {
    padding-left: 20rem;
  }

  .xl\:hover\:pl-95:hover {
    padding-left: 95px;
  }

  .xl\:hover\:pl-96:hover {
    padding-left: 24rem;
  }

  .xl\:hover\:pl-120:hover {
    padding-left: 120px;
  }

  .xl\:hover\:pl-190:hover {
    padding-left: 190px;
  }

  .xl\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .xl\:hover\:pl-0\.5:hover {
    padding-left: 0.125rem;
  }

  .xl\:hover\:pl-1\.5:hover {
    padding-left: 0.375rem;
  }

  .xl\:hover\:pl-2\.5:hover {
    padding-left: 0.625rem;
  }

  .xl\:hover\:pl-3\.5:hover {
    padding-left: 0.875rem;
  }

  .xl\:hover\:pl-30\%:hover {
    padding-left: 30%;
  }

  .xl\:hover\:pl-7\.5r:hover {
    padding-left: 1.875rem;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-center {
    text-align: center;
  }

  .xl\:text-right {
    text-align: right;
  }

  .xl\:text-justify {
    text-align: justify;
  }

  .xl\:align-baseline {
    vertical-align: baseline;
  }

  .xl\:align-top {
    vertical-align: top;
  }

  .xl\:align-middle {
    vertical-align: middle;
  }

  .xl\:align-bottom {
    vertical-align: bottom;
  }

  .xl\:align-text-top {
    vertical-align: text-top;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xl\:font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .xl\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xl\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xl\:font-display {
    font-family: Kanit, serif;
  }

  .xl\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .xl\:text-sm {
    font-size: 0.875rem;
  }

  .xl\:text-base {
    font-size: 1rem;
  }

  .xl\:text-lg {
    font-size: 1.25rem;
  }

  .xl\:text-xl {
    font-size: 1.75rem;
  }

  .xl\:text-2xl {
    font-size: 2.25rem;
  }

  .xl\:text-3xl {
    font-size: 3rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .xl\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .xl\:text-3xs {
    font-size: 0.25rem;
  }

  .xl\:text-2xs {
    font-size: 0.5rem;
  }

  .xl\:text-1xs {
    font-size: 0.67rem;
  }

  .xl\:font-thin {
    font-weight: 100;
  }

  .xl\:font-extralight {
    font-weight: 200;
  }

  .xl\:font-light {
    font-weight: 300;
  }

  .xl\:font-normal {
    font-weight: 400;
  }

  .xl\:font-medium {
    font-weight: 500;
  }

  .xl\:font-semibold {
    font-weight: 600;
  }

  .xl\:font-bold {
    font-weight: 500;
  }

  .xl\:font-extrabold {
    font-weight: 800;
  }

  .xl\:font-black {
    font-weight: 900;
  }

  .xl\:hover\:font-thin:hover {
    font-weight: 100;
  }

  .xl\:hover\:font-extralight:hover {
    font-weight: 200;
  }

  .xl\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xl\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xl\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xl\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xl\:hover\:font-bold:hover {
    font-weight: 500;
  }

  .xl\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xl\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xl\:focus\:font-thin:focus {
    font-weight: 100;
  }

  .xl\:focus\:font-extralight:focus {
    font-weight: 200;
  }

  .xl\:focus\:font-light:focus {
    font-weight: 300;
  }

  .xl\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .xl\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .xl\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .xl\:focus\:font-bold:focus {
    font-weight: 500;
  }

  .xl\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .xl\:focus\:font-black:focus {
    font-weight: 900;
  }

  .xl\:uppercase {
    text-transform: uppercase;
  }

  .xl\:lowercase {
    text-transform: lowercase;
  }

  .xl\:capitalize {
    text-transform: capitalize;
  }

  .xl\:normal-case {
    text-transform: none;
  }

  .xl\:italic {
    font-style: italic;
  }

  .xl\:not-italic {
    font-style: normal;
  }

  .xl\:ordinal, .xl\:slashed-zero, .xl\:lining-nums, .xl\:oldstyle-nums, .xl\:proportional-nums, .xl\:tabular-nums, .xl\:diagonal-fractions, .xl\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .xl\:normal-nums {
    font-feature-settings: normal;
    font-variant-numeric: normal;
  }

  .xl\:ordinal {
    --tw-ordinal: ordinal;
  }

  .xl\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .xl\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .xl\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .xl\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .xl\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .xl\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .xl\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .xl\:leading-3 {
    line-height: .75rem;
  }

  .xl\:leading-4 {
    line-height: 1rem;
  }

  .xl\:leading-5 {
    line-height: 1.25rem;
  }

  .xl\:leading-6 {
    line-height: 1.5rem;
  }

  .xl\:leading-7 {
    line-height: 1.75rem;
  }

  .xl\:leading-8 {
    line-height: 2rem;
  }

  .xl\:leading-9 {
    line-height: 2.25rem;
  }

  .xl\:leading-10 {
    line-height: 2.5rem;
  }

  .xl\:leading-none {
    line-height: 1;
  }

  .xl\:leading-tight {
    line-height: 1.25;
  }

  .xl\:leading-snug {
    line-height: 1.375;
  }

  .xl\:leading-normal {
    line-height: 1.5;
  }

  .xl\:leading-relaxed {
    line-height: 1.625;
  }

  .xl\:leading-loose {
    line-height: 2;
  }

  .xl\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .xl\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .xl\:tracking-normal {
    letter-spacing: 0em;
  }

  .xl\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .xl\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .xl\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .xl\:text-transparent {
    color: transparent;
  }

  .xl\:text-current {
    color: currentColor;
  }

  .xl\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xl\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xl\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xl\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xl\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xl\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xl\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xl\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xl\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xl\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xl\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xl\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xl\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xl\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xl\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xl\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xl\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xl\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xl\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xl\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xl\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xl\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xl\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xl\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xl\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xl\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xl\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xl\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xl\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xl\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xl\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xl\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xl\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xl\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xl\:text-primary-color {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .xl\:text-primary-color-dark {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .xl\:text-secondary-color {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xl\:text-custom-gray-sm {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .xl\:text-custom-gray-sm2 {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .xl\:text-custom-gray-md {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .xl\:text-custom-navy-dark {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xl\:text-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xl\:text-primary {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .xl\:text-secondary-1 {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .xl\:text-secondary-2 {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .xl\:text-secondary-3 {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .xl\:text-secondary {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .xl\:text-secondary-dark {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .xl\:text-secondary-light {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .xl\:text-grayCustom-1 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xl\:text-grayCustom-2 {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xl\:text-grayCustom-3 {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xl\:text-grayCustom-800 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xl\:text-grayCustom {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xl\:text-grayCustom-dark {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xl\:text-grayCustom-light {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xl\:text-grayCustom-hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .xl\:text-error {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .xl\:text-error-light {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .xl\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xl\:text-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .xl\:text-success {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .xl\:text-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .xl\:text-status-open {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:text-status-waiting_payment {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xl\:text-status-completed {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .xl\:text-status-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xl\:text-status-waiting_verify {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xl\:text-status-closed {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xl\:text-policyStatus-issuing {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:text-policyStatus-waiting_inspection {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xl\:text-policyStatus-success {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .xl\:text-policyStatus-failed_inspection {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xl\:text-policyStatus-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xl\:text-policyStatus-waiting_policy {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xl\:text-policyStatus-cancel {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .xl\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .xl\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-primary-color {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-primary-color-dark {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-secondary-color {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-custom-gray-sm {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-custom-gray-sm2 {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-custom-gray-md {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-custom-navy-dark {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-primary {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-secondary-1 {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-secondary-2 {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-secondary-3 {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-secondary {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-secondary-dark {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-secondary-light {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-grayCustom-1 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-grayCustom-2 {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-grayCustom-3 {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-grayCustom-800 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-grayCustom {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-grayCustom-dark {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-grayCustom-light {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-grayCustom-hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-error {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-error-light {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-success {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-status-open {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-status-waiting_payment {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-status-completed {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-status-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-status-waiting_verify {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-status-closed {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-policyStatus-issuing {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-policyStatus-waiting_inspection {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-policyStatus-success {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-policyStatus-failed_inspection {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-policyStatus-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-policyStatus-waiting_policy {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-policyStatus-cancel {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-transparent[focus-within] {
    color: transparent;
  }

  .xl\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .xl\:focus-within\:text-current[focus-within] {
    color: currentColor;
  }

  .xl\:focus-within\:text-current:focus-within {
    color: currentColor;
  }

  .xl\:focus-within\:text-black[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-white[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-primary-color[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-primary-color:focus-within {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-primary-color-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-primary-color-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-secondary-color[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-secondary-color:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-custom-gray-sm[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-custom-gray-sm:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-custom-gray-sm2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-custom-gray-sm2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-custom-gray-md[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-custom-gray-md:focus-within {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-custom-navy-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-custom-navy-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-dark-blue[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-dark-blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-primary[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-primary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-secondary-1[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-secondary-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-secondary-2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-secondary-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-secondary-3[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-secondary-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-secondary[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-secondary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-secondary-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-secondary-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-secondary-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-secondary-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-grayCustom-1[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-grayCustom-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-grayCustom-2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-grayCustom-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-grayCustom-3[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-grayCustom-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-grayCustom-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-grayCustom-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-grayCustom[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-grayCustom:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-grayCustom-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-grayCustom-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-grayCustom-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-grayCustom-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-grayCustom-hover[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-grayCustom-hover:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-error[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-error:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-error-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-error-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-warning[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-warning:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-warning-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-warning-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-success[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-success-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-success-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-status-open[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-status-open:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-status-waiting_payment[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-status-waiting_payment:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-status-completed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-status-completed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-status-failed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-status-failed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-status-waiting_verify[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-status-waiting_verify:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-status-closed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-status-closed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-policyStatus-issuing[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-policyStatus-issuing:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-policyStatus-waiting_inspection[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-policyStatus-waiting_inspection:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-policyStatus-success[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-policyStatus-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-policyStatus-failed_inspection[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-policyStatus-failed_inspection:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-policyStatus-failed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-policyStatus-failed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-policyStatus-waiting_policy[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-policyStatus-waiting_policy:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-policyStatus-cancel[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-policyStatus-cancel:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xl\:hover\:text-current:hover {
    color: currentColor;
  }

  .xl\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xl\:hover\:text-primary-color:hover {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .xl\:hover\:text-primary-color-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .xl\:hover\:text-secondary-color:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xl\:hover\:text-custom-gray-sm:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .xl\:hover\:text-custom-gray-sm2:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .xl\:hover\:text-custom-gray-md:hover {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .xl\:hover\:text-custom-navy-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xl\:hover\:text-dark-blue:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xl\:hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .xl\:hover\:text-secondary-1:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .xl\:hover\:text-secondary-2:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .xl\:hover\:text-secondary-3:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .xl\:hover\:text-secondary:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .xl\:hover\:text-secondary-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .xl\:hover\:text-secondary-light:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .xl\:hover\:text-grayCustom-1:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xl\:hover\:text-grayCustom-2:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xl\:hover\:text-grayCustom-3:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xl\:hover\:text-grayCustom-800:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xl\:hover\:text-grayCustom:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xl\:hover\:text-grayCustom-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xl\:hover\:text-grayCustom-light:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xl\:hover\:text-grayCustom-hover:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .xl\:hover\:text-error:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .xl\:hover\:text-error-light:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .xl\:hover\:text-warning:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xl\:hover\:text-warning-light:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .xl\:hover\:text-success:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .xl\:hover\:text-success-light:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .xl\:hover\:text-status-open:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-status-waiting_payment:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xl\:hover\:text-status-completed:hover {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .xl\:hover\:text-status-failed:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xl\:hover\:text-status-waiting_verify:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xl\:hover\:text-status-closed:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xl\:hover\:text-policyStatus-issuing:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-policyStatus-waiting_inspection:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xl\:hover\:text-policyStatus-success:hover {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .xl\:hover\:text-policyStatus-failed_inspection:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xl\:hover\:text-policyStatus-failed:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xl\:hover\:text-policyStatus-waiting_policy:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xl\:hover\:text-policyStatus-cancel:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xl\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xl\:focus\:text-current:focus {
    color: currentColor;
  }

  .xl\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xl\:focus\:text-primary-color:focus {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .xl\:focus\:text-primary-color-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .xl\:focus\:text-secondary-color:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xl\:focus\:text-custom-gray-sm:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .xl\:focus\:text-custom-gray-sm2:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .xl\:focus\:text-custom-gray-md:focus {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .xl\:focus\:text-custom-navy-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xl\:focus\:text-dark-blue:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xl\:focus\:text-primary:focus {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .xl\:focus\:text-secondary-1:focus {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .xl\:focus\:text-secondary-2:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .xl\:focus\:text-secondary-3:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .xl\:focus\:text-secondary:focus {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .xl\:focus\:text-secondary-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .xl\:focus\:text-secondary-light:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .xl\:focus\:text-grayCustom-1:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xl\:focus\:text-grayCustom-2:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xl\:focus\:text-grayCustom-3:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xl\:focus\:text-grayCustom-800:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xl\:focus\:text-grayCustom:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xl\:focus\:text-grayCustom-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xl\:focus\:text-grayCustom-light:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xl\:focus\:text-grayCustom-hover:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .xl\:focus\:text-error:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .xl\:focus\:text-error-light:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .xl\:focus\:text-warning:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xl\:focus\:text-warning-light:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .xl\:focus\:text-success:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .xl\:focus\:text-success-light:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .xl\:focus\:text-status-open:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-status-waiting_payment:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xl\:focus\:text-status-completed:focus {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .xl\:focus\:text-status-failed:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xl\:focus\:text-status-waiting_verify:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xl\:focus\:text-status-closed:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xl\:focus\:text-policyStatus-issuing:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-policyStatus-waiting_inspection:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xl\:focus\:text-policyStatus-success:focus {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .xl\:focus\:text-policyStatus-failed_inspection:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xl\:focus\:text-policyStatus-failed:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xl\:focus\:text-policyStatus-waiting_policy:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xl\:focus\:text-policyStatus-cancel:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xl\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .xl\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .xl\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .xl\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .xl\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .xl\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .xl\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .xl\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .xl\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .xl\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .xl\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .xl\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .xl\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .xl\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .xl\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .xl\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .xl\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .xl\:focus-within\:text-opacity-0[focus-within] {
    --tw-text-opacity: 0;
  }

  .xl\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .xl\:focus-within\:text-opacity-5[focus-within] {
    --tw-text-opacity: 0.05;
  }

  .xl\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .xl\:focus-within\:text-opacity-10[focus-within] {
    --tw-text-opacity: 0.1;
  }

  .xl\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .xl\:focus-within\:text-opacity-20[focus-within] {
    --tw-text-opacity: 0.2;
  }

  .xl\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .xl\:focus-within\:text-opacity-25[focus-within] {
    --tw-text-opacity: 0.25;
  }

  .xl\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .xl\:focus-within\:text-opacity-30[focus-within] {
    --tw-text-opacity: 0.3;
  }

  .xl\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .xl\:focus-within\:text-opacity-40[focus-within] {
    --tw-text-opacity: 0.4;
  }

  .xl\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .xl\:focus-within\:text-opacity-50[focus-within] {
    --tw-text-opacity: 0.5;
  }

  .xl\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .xl\:focus-within\:text-opacity-60[focus-within] {
    --tw-text-opacity: 0.6;
  }

  .xl\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .xl\:focus-within\:text-opacity-70[focus-within] {
    --tw-text-opacity: 0.7;
  }

  .xl\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .xl\:focus-within\:text-opacity-75[focus-within] {
    --tw-text-opacity: 0.75;
  }

  .xl\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .xl\:focus-within\:text-opacity-80[focus-within] {
    --tw-text-opacity: 0.8;
  }

  .xl\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .xl\:focus-within\:text-opacity-90[focus-within] {
    --tw-text-opacity: 0.9;
  }

  .xl\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .xl\:focus-within\:text-opacity-95[focus-within] {
    --tw-text-opacity: 0.95;
  }

  .xl\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .xl\:focus-within\:text-opacity-100[focus-within] {
    --tw-text-opacity: 1;
  }

  .xl\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .xl\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .xl\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .xl\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .xl\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .xl\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .xl\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .xl\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .xl\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .xl\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .xl\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .xl\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .xl\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .xl\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .xl\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .xl\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .xl\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .xl\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .xl\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .xl\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .xl\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .xl\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .xl\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .xl\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .xl\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .xl\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .xl\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .xl\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .xl\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .xl\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .xl\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .xl\:underline {
    text-decoration: underline;
  }

  .xl\:line-through {
    text-decoration: line-through;
  }

  .xl\:no-underline {
    text-decoration: none;
  }

  .group:hover .xl\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .xl\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .xl\:group-hover\:no-underline {
    text-decoration: none;
  }

  .xl\:focus-within\:underline[focus-within] {
    text-decoration: underline;
  }

  .xl\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .xl\:focus-within\:line-through[focus-within] {
    text-decoration: line-through;
  }

  .xl\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .xl\:focus-within\:no-underline[focus-within] {
    text-decoration: none;
  }

  .xl\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .xl\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xl\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xl\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xl\:focus\:underline:focus {
    text-decoration: underline;
  }

  .xl\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .xl\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .xl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .xl\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .xl\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .xl\:placeholder-current::placeholder {
    color: currentColor;
  }

  .xl\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-primary-color::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-primary-color::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-primary-color-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-primary-color-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-secondary-color::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-secondary-color::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-custom-gray-sm::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-custom-gray-sm::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-custom-gray-sm2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-custom-gray-sm2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-custom-gray-md::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-custom-gray-md::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-custom-navy-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-custom-navy-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-dark-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-dark-blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-primary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-secondary-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-secondary-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-secondary-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-secondary-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-secondary-3::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-secondary-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-secondary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-secondary-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-secondary-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-secondary-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-secondary-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grayCustom-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grayCustom-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grayCustom-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grayCustom-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grayCustom-3::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grayCustom-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grayCustom-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grayCustom-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grayCustom::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grayCustom::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grayCustom-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grayCustom-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grayCustom-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grayCustom-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grayCustom-hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grayCustom-hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-error::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-error::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-error-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-error-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warning::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warning::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warning-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warning-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-success-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-success-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-status-open::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-status-open::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-status-waiting_payment::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-status-waiting_payment::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-status-completed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-status-completed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-status-failed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-status-failed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-status-waiting_verify::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-status-waiting_verify::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-status-closed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-status-closed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-policyStatus-issuing::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-policyStatus-issuing::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-policyStatus-waiting_inspection::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-policyStatus-waiting_inspection::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-policyStatus-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-policyStatus-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-policyStatus-failed_inspection::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-policyStatus-failed_inspection::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-policyStatus-failed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-policyStatus-failed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-policyStatus-waiting_policy::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-policyStatus-waiting_policy::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-policyStatus-cancel::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-policyStatus-cancel::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .xl\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .xl\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-primary-color:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-primary-color:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-primary-color-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-primary-color-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-secondary-color:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-secondary-color:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-custom-gray-sm:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-custom-gray-sm:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-custom-gray-sm2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-custom-gray-sm2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-custom-gray-md:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-custom-gray-md:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-custom-navy-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-custom-navy-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-dark-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-dark-blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-primary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-secondary-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-secondary-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-secondary-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-secondary-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-secondary-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-secondary-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-secondary-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-secondary-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-secondary-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-secondary-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grayCustom-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grayCustom-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grayCustom-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grayCustom-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grayCustom-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grayCustom-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grayCustom-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grayCustom-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grayCustom:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grayCustom:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grayCustom-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grayCustom-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grayCustom-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grayCustom-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grayCustom-hover:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grayCustom-hover:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-error:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-error:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-error-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-error-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warning:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warning:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warning-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warning-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-success-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-success-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-status-open:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-status-open:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-status-waiting_payment:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-status-waiting_payment:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-status-completed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-status-completed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-status-failed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-status-failed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-status-waiting_verify:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-status-waiting_verify:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-status-closed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-status-closed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-policyStatus-issuing:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-policyStatus-issuing:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-policyStatus-waiting_inspection:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-policyStatus-waiting_inspection:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-policyStatus-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-policyStatus-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-policyStatus-failed_inspection:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-policyStatus-failed_inspection:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-policyStatus-failed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-policyStatus-failed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-policyStatus-waiting_policy:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-policyStatus-waiting_policy:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-policyStatus-cancel:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-policyStatus-cancel:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:opacity-0 {
    opacity: 0;
  }

  .xl\:opacity-5 {
    opacity: 0.05;
  }

  .xl\:opacity-10 {
    opacity: 0.1;
  }

  .xl\:opacity-20 {
    opacity: 0.2;
  }

  .xl\:opacity-25 {
    opacity: 0.25;
  }

  .xl\:opacity-30 {
    opacity: 0.3;
  }

  .xl\:opacity-40 {
    opacity: 0.4;
  }

  .xl\:opacity-50 {
    opacity: 0.5;
  }

  .xl\:opacity-60 {
    opacity: 0.6;
  }

  .xl\:opacity-70 {
    opacity: 0.7;
  }

  .xl\:opacity-75 {
    opacity: 0.75;
  }

  .xl\:opacity-80 {
    opacity: 0.8;
  }

  .xl\:opacity-90 {
    opacity: 0.9;
  }

  .xl\:opacity-95 {
    opacity: 0.95;
  }

  .xl\:opacity-100 {
    opacity: 1;
  }

  .group:hover .xl\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .xl\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .xl\:focus-within\:opacity-0[focus-within] {
    opacity: 0;
  }

  .xl\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .xl\:focus-within\:opacity-5[focus-within] {
    opacity: 0.05;
  }

  .xl\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .xl\:focus-within\:opacity-10[focus-within] {
    opacity: 0.1;
  }

  .xl\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .xl\:focus-within\:opacity-20[focus-within] {
    opacity: 0.2;
  }

  .xl\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .xl\:focus-within\:opacity-25[focus-within] {
    opacity: 0.25;
  }

  .xl\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .xl\:focus-within\:opacity-30[focus-within] {
    opacity: 0.3;
  }

  .xl\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .xl\:focus-within\:opacity-40[focus-within] {
    opacity: 0.4;
  }

  .xl\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .xl\:focus-within\:opacity-50[focus-within] {
    opacity: 0.5;
  }

  .xl\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .xl\:focus-within\:opacity-60[focus-within] {
    opacity: 0.6;
  }

  .xl\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .xl\:focus-within\:opacity-70[focus-within] {
    opacity: 0.7;
  }

  .xl\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .xl\:focus-within\:opacity-75[focus-within] {
    opacity: 0.75;
  }

  .xl\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .xl\:focus-within\:opacity-80[focus-within] {
    opacity: 0.8;
  }

  .xl\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .xl\:focus-within\:opacity-90[focus-within] {
    opacity: 0.9;
  }

  .xl\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .xl\:focus-within\:opacity-95[focus-within] {
    opacity: 0.95;
  }

  .xl\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .xl\:focus-within\:opacity-100[focus-within] {
    opacity: 1;
  }

  .xl\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .xl\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xl\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .xl\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .xl\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .xl\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .xl\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .xl\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .xl\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .xl\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .xl\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .xl\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .xl\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .xl\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .xl\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .xl\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .xl\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .xl\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .xl\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .xl\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .xl\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .xl\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .xl\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .xl\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .xl\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .xl\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .xl\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .xl\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .xl\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .xl\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .xl\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .xl\:disabled\:opacity-0:disabled {
    opacity: 0;
  }

  .xl\:disabled\:opacity-5:disabled {
    opacity: 0.05;
  }

  .xl\:disabled\:opacity-10:disabled {
    opacity: 0.1;
  }

  .xl\:disabled\:opacity-20:disabled {
    opacity: 0.2;
  }

  .xl\:disabled\:opacity-25:disabled {
    opacity: 0.25;
  }

  .xl\:disabled\:opacity-30:disabled {
    opacity: 0.3;
  }

  .xl\:disabled\:opacity-40:disabled {
    opacity: 0.4;
  }

  .xl\:disabled\:opacity-50:disabled {
    opacity: 0.5;
  }

  .xl\:disabled\:opacity-60:disabled {
    opacity: 0.6;
  }

  .xl\:disabled\:opacity-70:disabled {
    opacity: 0.7;
  }

  .xl\:disabled\:opacity-75:disabled {
    opacity: 0.75;
  }

  .xl\:disabled\:opacity-80:disabled {
    opacity: 0.8;
  }

  .xl\:disabled\:opacity-90:disabled {
    opacity: 0.9;
  }

  .xl\:disabled\:opacity-95:disabled {
    opacity: 0.95;
  }

  .xl\:disabled\:opacity-100:disabled {
    opacity: 1;
  }

  .xl\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .xl\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .xl\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .xl\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .xl\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .xl\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .xl\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .xl\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .xl\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .xl\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .xl\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .xl\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .xl\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .xl\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .xl\:bg-blend-color {
    background-blend-mode: color;
  }

  .xl\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .xl\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .xl\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .xl\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .xl\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .xl\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .xl\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .xl\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .xl\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .xl\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .xl\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .xl\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .xl\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .xl\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .xl\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .xl\:mix-blend-color {
    mix-blend-mode: color;
  }

  .xl\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .xl\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:shadow-none {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:shadow-button {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:shadow-button-hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:shadow-secondary-tag {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:shadow-gray {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-none {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-button {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-button-hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-secondary-tag {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-gray {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-sm[focus-within] {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow[focus-within] {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-md[focus-within] {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-lg[focus-within] {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-xl[focus-within] {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-2xl[focus-within] {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-inner[focus-within] {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-none[focus-within] {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-button[focus-within] {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-button:focus-within {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-button-hover[focus-within] {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-button-hover:focus-within {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-secondary-tag[focus-within] {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-secondary-tag:focus-within {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-gray[focus-within] {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-gray:focus-within {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:hover\:shadow-button:hover {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:hover\:shadow-button-hover:hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:hover\:shadow-secondary-tag:hover {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:hover\:shadow-gray:hover {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:focus\:shadow-button:focus {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:focus\:shadow-button-hover:focus {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:focus\:shadow-secondary-tag:focus {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:focus\:shadow-gray:focus {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:focus-within\:outline-none[focus-within] {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:focus-within\:outline-white[focus-within] {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:focus-within\:outline-black[focus-within] {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xl\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xl\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xl\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xl\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xl\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xl\:focus-within\:ring-0[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xl\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xl\:focus-within\:ring-1[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xl\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xl\:focus-within\:ring-2[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xl\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xl\:focus-within\:ring-4[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xl\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xl\:focus-within\:ring-8[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xl\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xl\:focus-within\:ring[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xl\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xl\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xl\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xl\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xl\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xl\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xl\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xl\:ring-inset {
    --tw-ring-inset: inset;
  }

  .xl\:focus-within\:ring-inset[focus-within] {
    --tw-ring-inset: inset;
  }

  .xl\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .xl\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .xl\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .xl\:ring-current {
    --tw-ring-color: currentColor;
  }

  .xl\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .xl\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xl\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xl\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xl\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xl\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xl\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xl\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xl\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xl\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xl\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xl\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xl\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xl\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xl\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xl\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xl\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xl\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xl\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xl\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xl\:ring-primary-color {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .xl\:ring-primary-color-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .xl\:ring-secondary-color {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .xl\:ring-custom-gray-sm {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .xl\:ring-custom-gray-sm2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .xl\:ring-custom-gray-md {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .xl\:ring-custom-navy-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .xl\:ring-dark-blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .xl\:ring-primary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .xl\:ring-secondary-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .xl\:ring-secondary-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .xl\:ring-secondary-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .xl\:ring-secondary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .xl\:ring-secondary-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .xl\:ring-secondary-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .xl\:ring-grayCustom-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .xl\:ring-grayCustom-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xl\:ring-grayCustom-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .xl\:ring-grayCustom-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .xl\:ring-grayCustom {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xl\:ring-grayCustom-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .xl\:ring-grayCustom-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .xl\:ring-grayCustom-hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .xl\:ring-error {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .xl\:ring-error-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .xl\:ring-warning {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xl\:ring-warning-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .xl\:ring-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .xl\:ring-success-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .xl\:ring-status-open {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-status-waiting_payment {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xl\:ring-status-completed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .xl\:ring-status-failed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .xl\:ring-status-waiting_verify {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xl\:ring-status-closed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xl\:ring-policyStatus-issuing {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-policyStatus-waiting_inspection {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xl\:ring-policyStatus-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .xl\:ring-policyStatus-failed_inspection {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .xl\:ring-policyStatus-failed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .xl\:ring-policyStatus-waiting_policy {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xl\:ring-policyStatus-cancel {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-transparent[focus-within] {
    --tw-ring-color: transparent;
  }

  .xl\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .xl\:focus-within\:ring-current[focus-within] {
    --tw-ring-color: currentColor;
  }

  .xl\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor;
  }

  .xl\:focus-within\:ring-black[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-white[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-primary-color[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-primary-color:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-primary-color-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-primary-color-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-secondary-color[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-secondary-color:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-custom-gray-sm[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-custom-gray-sm:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-custom-gray-sm2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-custom-gray-sm2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-custom-gray-md[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-custom-gray-md:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-custom-navy-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-custom-navy-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-dark-blue[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-dark-blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-primary[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-primary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-secondary-1[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-secondary-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-secondary-2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-secondary-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-secondary-3[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-secondary-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-secondary[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-secondary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-secondary-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-secondary-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-secondary-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-secondary-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-grayCustom-1[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-grayCustom-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-grayCustom-2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-grayCustom-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-grayCustom-3[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-grayCustom-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-grayCustom-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-grayCustom-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-grayCustom[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-grayCustom:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-grayCustom-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-grayCustom-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-grayCustom-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-grayCustom-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-grayCustom-hover[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-grayCustom-hover:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-error[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-error:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-error-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-error-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-warning[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-warning:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-warning-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-warning-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-success[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-success-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-success-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-status-open[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-status-open:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-status-waiting_payment[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-status-waiting_payment:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-status-completed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-status-completed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-status-failed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-status-failed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-status-waiting_verify[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-status-waiting_verify:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-status-closed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-status-closed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-policyStatus-issuing[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-policyStatus-issuing:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-policyStatus-waiting_inspection[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-policyStatus-waiting_inspection:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-policyStatus-success[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-policyStatus-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-policyStatus-failed_inspection[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-policyStatus-failed_inspection:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-policyStatus-failed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-policyStatus-failed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-policyStatus-waiting_policy[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-policyStatus-waiting_policy:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-policyStatus-cancel[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-policyStatus-cancel:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .xl\:focus\:ring-current:focus {
    --tw-ring-color: currentColor;
  }

  .xl\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-primary-color:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-primary-color-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-secondary-color:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-custom-gray-sm:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-custom-gray-sm2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-custom-gray-md:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-custom-navy-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-dark-blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-primary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-secondary-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-secondary-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-secondary-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-secondary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-secondary-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-secondary-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-grayCustom-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-grayCustom-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-grayCustom-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-grayCustom-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-grayCustom:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-grayCustom-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-grayCustom-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-grayCustom-hover:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-error:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-error-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-warning:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-warning-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-success-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-status-open:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-status-waiting_payment:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-status-completed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-status-failed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-status-waiting_verify:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-status-closed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-policyStatus-issuing:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-policyStatus-waiting_inspection:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-policyStatus-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-policyStatus-failed_inspection:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-policyStatus-failed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-policyStatus-waiting_policy:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-policyStatus-cancel:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xl\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .xl\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .xl\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .xl\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .xl\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .xl\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .xl\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .xl\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .xl\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .xl\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .xl\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .xl\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .xl\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .xl\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .xl\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .xl\:focus-within\:ring-opacity-0[focus-within] {
    --tw-ring-opacity: 0;
  }

  .xl\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .xl\:focus-within\:ring-opacity-5[focus-within] {
    --tw-ring-opacity: 0.05;
  }

  .xl\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .xl\:focus-within\:ring-opacity-10[focus-within] {
    --tw-ring-opacity: 0.1;
  }

  .xl\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .xl\:focus-within\:ring-opacity-20[focus-within] {
    --tw-ring-opacity: 0.2;
  }

  .xl\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .xl\:focus-within\:ring-opacity-25[focus-within] {
    --tw-ring-opacity: 0.25;
  }

  .xl\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .xl\:focus-within\:ring-opacity-30[focus-within] {
    --tw-ring-opacity: 0.3;
  }

  .xl\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .xl\:focus-within\:ring-opacity-40[focus-within] {
    --tw-ring-opacity: 0.4;
  }

  .xl\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .xl\:focus-within\:ring-opacity-50[focus-within] {
    --tw-ring-opacity: 0.5;
  }

  .xl\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .xl\:focus-within\:ring-opacity-60[focus-within] {
    --tw-ring-opacity: 0.6;
  }

  .xl\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .xl\:focus-within\:ring-opacity-70[focus-within] {
    --tw-ring-opacity: 0.7;
  }

  .xl\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .xl\:focus-within\:ring-opacity-75[focus-within] {
    --tw-ring-opacity: 0.75;
  }

  .xl\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .xl\:focus-within\:ring-opacity-80[focus-within] {
    --tw-ring-opacity: 0.8;
  }

  .xl\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .xl\:focus-within\:ring-opacity-90[focus-within] {
    --tw-ring-opacity: 0.9;
  }

  .xl\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .xl\:focus-within\:ring-opacity-95[focus-within] {
    --tw-ring-opacity: 0.95;
  }

  .xl\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .xl\:focus-within\:ring-opacity-100[focus-within] {
    --tw-ring-opacity: 1;
  }

  .xl\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .xl\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .xl\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .xl\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .xl\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .xl\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .xl\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .xl\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .xl\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .xl\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .xl\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .xl\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .xl\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .xl\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .xl\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .xl\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .xl\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .xl\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .xl\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .xl\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .xl\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .xl\:focus-within\:ring-offset-0[focus-within] {
    --tw-ring-offset-width: 0px;
  }

  .xl\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .xl\:focus-within\:ring-offset-1[focus-within] {
    --tw-ring-offset-width: 1px;
  }

  .xl\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .xl\:focus-within\:ring-offset-2[focus-within] {
    --tw-ring-offset-width: 2px;
  }

  .xl\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .xl\:focus-within\:ring-offset-4[focus-within] {
    --tw-ring-offset-width: 4px;
  }

  .xl\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .xl\:focus-within\:ring-offset-8[focus-within] {
    --tw-ring-offset-width: 8px;
  }

  .xl\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .xl\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .xl\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .xl\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .xl\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .xl\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .xl\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .xl\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }

  .xl\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .xl\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .xl\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f9fafb;
  }

  .xl\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f3f4f6;
  }

  .xl\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e5e7eb;
  }

  .xl\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d1d5db;
  }

  .xl\:ring-offset-gray-400 {
    --tw-ring-offset-color: #9ca3af;
  }

  .xl\:ring-offset-gray-500 {
    --tw-ring-offset-color: #6b7280;
  }

  .xl\:ring-offset-gray-600 {
    --tw-ring-offset-color: #4b5563;
  }

  .xl\:ring-offset-gray-700 {
    --tw-ring-offset-color: #374151;
  }

  .xl\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .xl\:ring-offset-gray-900 {
    --tw-ring-offset-color: #111827;
  }

  .xl\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .xl\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .xl\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .xl\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .xl\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .xl\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .xl\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .xl\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .xl\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .xl\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xl\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .xl\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .xl\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .xl\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .xl\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .xl\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .xl\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }

  .xl\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }

  .xl\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }

  .xl\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }

  .xl\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xl\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .xl\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xl\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xl\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }

  .xl\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }

  .xl\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }

  .xl\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }

  .xl\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }

  .xl\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .xl\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .xl\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .xl\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xl\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .xl\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .xl\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .xl\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .xl\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xl\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .xl\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xl\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .xl\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xl\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xl\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xl\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .xl\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .xl\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .xl\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .xl\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .xl\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .xl\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xl\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .xl\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xl\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xl\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .xl\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xl\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .xl\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .xl\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .xl\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .xl\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xl\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .xl\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xl\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xl\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .xl\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .xl\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .xl\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .xl\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .xl\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .xl\:ring-offset-primary-color {
    --tw-ring-offset-color: #eb008b;
  }

  .xl\:ring-offset-primary-color-dark {
    --tw-ring-offset-color: #c90068;
  }

  .xl\:ring-offset-secondary-color {
    --tw-ring-offset-color: #112e42;
  }

  .xl\:ring-offset-custom-gray-sm {
    --tw-ring-offset-color: #f1f4f6;
  }

  .xl\:ring-offset-custom-gray-sm2 {
    --tw-ring-offset-color: #f1f2f3;
  }

  .xl\:ring-offset-custom-gray-md {
    --tw-ring-offset-color: #848484;
  }

  .xl\:ring-offset-custom-navy-dark {
    --tw-ring-offset-color: #112e42;
  }

  .xl\:ring-offset-dark-blue {
    --tw-ring-offset-color: #112E42;
  }

  .xl\:ring-offset-primary {
    --tw-ring-offset-color: #192D40;
  }

  .xl\:ring-offset-secondary-1 {
    --tw-ring-offset-color: #E6007E;
  }

  .xl\:ring-offset-secondary-2 {
    --tw-ring-offset-color: #D6D564;
  }

  .xl\:ring-offset-secondary-3 {
    --tw-ring-offset-color: #FCFCCD;
  }

  .xl\:ring-offset-secondary {
    --tw-ring-offset-color: #E6007E;
  }

  .xl\:ring-offset-secondary-dark {
    --tw-ring-offset-color: #C11A7D;
  }

  .xl\:ring-offset-secondary-light {
    --tw-ring-offset-color: #FBCEE9;
  }

  .xl\:ring-offset-grayCustom-1 {
    --tw-ring-offset-color: #4F4F4F;
  }

  .xl\:ring-offset-grayCustom-2 {
    --tw-ring-offset-color: #C4C4C4;
  }

  .xl\:ring-offset-grayCustom-3 {
    --tw-ring-offset-color: #F9F9F9;
  }

  .xl\:ring-offset-grayCustom-800 {
    --tw-ring-offset-color: #4F4F4F;
  }

  .xl\:ring-offset-grayCustom {
    --tw-ring-offset-color: #C4C4C4;
  }

  .xl\:ring-offset-grayCustom-dark {
    --tw-ring-offset-color: #4F4F4F;
  }

  .xl\:ring-offset-grayCustom-light {
    --tw-ring-offset-color: #F9F9F9;
  }

  .xl\:ring-offset-grayCustom-hover {
    --tw-ring-offset-color: #9F9F9F;
  }

  .xl\:ring-offset-error {
    --tw-ring-offset-color: #FF206E;
  }

  .xl\:ring-offset-error-light {
    --tw-ring-offset-color: #FDE8EA;
  }

  .xl\:ring-offset-warning {
    --tw-ring-offset-color: #FFAE14;
  }

  .xl\:ring-offset-warning-light {
    --tw-ring-offset-color: #FFF6E5;
  }

  .xl\:ring-offset-success {
    --tw-ring-offset-color: #2DD881;
  }

  .xl\:ring-offset-success-light {
    --tw-ring-offset-color: #E9FBF2;
  }

  .xl\:ring-offset-status-open {
    --tw-ring-offset-color: #FFF;
  }

  .xl\:ring-offset-status-waiting_payment {
    --tw-ring-offset-color: #ffae14;
  }

  .xl\:ring-offset-status-completed {
    --tw-ring-offset-color: #54c1bb;
  }

  .xl\:ring-offset-status-failed {
    --tw-ring-offset-color: #e8556b;
  }

  .xl\:ring-offset-status-waiting_verify {
    --tw-ring-offset-color: #ffae14;
  }

  .xl\:ring-offset-status-closed {
    --tw-ring-offset-color: #c4c4c4;
  }

  .xl\:ring-offset-policyStatus-issuing {
    --tw-ring-offset-color: #FFF;
  }

  .xl\:ring-offset-policyStatus-waiting_inspection {
    --tw-ring-offset-color: #ffae14;
  }

  .xl\:ring-offset-policyStatus-success {
    --tw-ring-offset-color: #54c1bb;
  }

  .xl\:ring-offset-policyStatus-failed_inspection {
    --tw-ring-offset-color: #e8556b;
  }

  .xl\:ring-offset-policyStatus-failed {
    --tw-ring-offset-color: #e8556b;
  }

  .xl\:ring-offset-policyStatus-waiting_policy {
    --tw-ring-offset-color: #ffae14;
  }

  .xl\:ring-offset-policyStatus-cancel {
    --tw-ring-offset-color: #c4c4c4;
  }

  .xl\:focus-within\:ring-offset-transparent[focus-within] {
    --tw-ring-offset-color: transparent;
  }

  .xl\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .xl\:focus-within\:ring-offset-current[focus-within] {
    --tw-ring-offset-color: currentColor;
  }

  .xl\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }

  .xl\:focus-within\:ring-offset-black[focus-within] {
    --tw-ring-offset-color: #000;
  }

  .xl\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .xl\:focus-within\:ring-offset-white[focus-within] {
    --tw-ring-offset-color: #fff;
  }

  .xl\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .xl\:focus-within\:ring-offset-gray-50[focus-within] {
    --tw-ring-offset-color: #f9fafb;
  }

  .xl\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f9fafb;
  }

  .xl\:focus-within\:ring-offset-gray-100[focus-within] {
    --tw-ring-offset-color: #f3f4f6;
  }

  .xl\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6;
  }

  .xl\:focus-within\:ring-offset-gray-200[focus-within] {
    --tw-ring-offset-color: #e5e7eb;
  }

  .xl\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb;
  }

  .xl\:focus-within\:ring-offset-gray-300[focus-within] {
    --tw-ring-offset-color: #d1d5db;
  }

  .xl\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d1d5db;
  }

  .xl\:focus-within\:ring-offset-gray-400[focus-within] {
    --tw-ring-offset-color: #9ca3af;
  }

  .xl\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #9ca3af;
  }

  .xl\:focus-within\:ring-offset-gray-500[focus-within] {
    --tw-ring-offset-color: #6b7280;
  }

  .xl\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #6b7280;
  }

  .xl\:focus-within\:ring-offset-gray-600[focus-within] {
    --tw-ring-offset-color: #4b5563;
  }

  .xl\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #4b5563;
  }

  .xl\:focus-within\:ring-offset-gray-700[focus-within] {
    --tw-ring-offset-color: #374151;
  }

  .xl\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #374151;
  }

  .xl\:focus-within\:ring-offset-gray-800[focus-within] {
    --tw-ring-offset-color: #1f2937;
  }

  .xl\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #1f2937;
  }

  .xl\:focus-within\:ring-offset-gray-900[focus-within] {
    --tw-ring-offset-color: #111827;
  }

  .xl\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #111827;
  }

  .xl\:focus-within\:ring-offset-red-50[focus-within] {
    --tw-ring-offset-color: #fef2f2;
  }

  .xl\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .xl\:focus-within\:ring-offset-red-100[focus-within] {
    --tw-ring-offset-color: #fee2e2;
  }

  .xl\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .xl\:focus-within\:ring-offset-red-200[focus-within] {
    --tw-ring-offset-color: #fecaca;
  }

  .xl\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .xl\:focus-within\:ring-offset-red-300[focus-within] {
    --tw-ring-offset-color: #fca5a5;
  }

  .xl\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .xl\:focus-within\:ring-offset-red-400[focus-within] {
    --tw-ring-offset-color: #f87171;
  }

  .xl\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .xl\:focus-within\:ring-offset-red-500[focus-within] {
    --tw-ring-offset-color: #ef4444;
  }

  .xl\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .xl\:focus-within\:ring-offset-red-600[focus-within] {
    --tw-ring-offset-color: #dc2626;
  }

  .xl\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .xl\:focus-within\:ring-offset-red-700[focus-within] {
    --tw-ring-offset-color: #b91c1c;
  }

  .xl\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .xl\:focus-within\:ring-offset-red-800[focus-within] {
    --tw-ring-offset-color: #991b1b;
  }

  .xl\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .xl\:focus-within\:ring-offset-red-900[focus-within] {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xl\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xl\:focus-within\:ring-offset-yellow-50[focus-within] {
    --tw-ring-offset-color: #fffbeb;
  }

  .xl\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .xl\:focus-within\:ring-offset-yellow-100[focus-within] {
    --tw-ring-offset-color: #fef3c7;
  }

  .xl\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .xl\:focus-within\:ring-offset-yellow-200[focus-within] {
    --tw-ring-offset-color: #fde68a;
  }

  .xl\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .xl\:focus-within\:ring-offset-yellow-300[focus-within] {
    --tw-ring-offset-color: #fcd34d;
  }

  .xl\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .xl\:focus-within\:ring-offset-yellow-400[focus-within] {
    --tw-ring-offset-color: #fbbf24;
  }

  .xl\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .xl\:focus-within\:ring-offset-yellow-500[focus-within] {
    --tw-ring-offset-color: #f59e0b;
  }

  .xl\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .xl\:focus-within\:ring-offset-yellow-600[focus-within] {
    --tw-ring-offset-color: #d97706;
  }

  .xl\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .xl\:focus-within\:ring-offset-yellow-700[focus-within] {
    --tw-ring-offset-color: #b45309;
  }

  .xl\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .xl\:focus-within\:ring-offset-yellow-800[focus-within] {
    --tw-ring-offset-color: #92400e;
  }

  .xl\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .xl\:focus-within\:ring-offset-yellow-900[focus-within] {
    --tw-ring-offset-color: #78350f;
  }

  .xl\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .xl\:focus-within\:ring-offset-green-50[focus-within] {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xl\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xl\:focus-within\:ring-offset-green-100[focus-within] {
    --tw-ring-offset-color: #d1fae5;
  }

  .xl\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .xl\:focus-within\:ring-offset-green-200[focus-within] {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xl\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xl\:focus-within\:ring-offset-green-300[focus-within] {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xl\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xl\:focus-within\:ring-offset-green-400[focus-within] {
    --tw-ring-offset-color: #34d399;
  }

  .xl\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .xl\:focus-within\:ring-offset-green-500[focus-within] {
    --tw-ring-offset-color: #10b981;
  }

  .xl\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .xl\:focus-within\:ring-offset-green-600[focus-within] {
    --tw-ring-offset-color: #059669;
  }

  .xl\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .xl\:focus-within\:ring-offset-green-700[focus-within] {
    --tw-ring-offset-color: #047857;
  }

  .xl\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .xl\:focus-within\:ring-offset-green-800[focus-within] {
    --tw-ring-offset-color: #065f46;
  }

  .xl\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .xl\:focus-within\:ring-offset-green-900[focus-within] {
    --tw-ring-offset-color: #064e3b;
  }

  .xl\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .xl\:focus-within\:ring-offset-blue-50[focus-within] {
    --tw-ring-offset-color: #eff6ff;
  }

  .xl\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .xl\:focus-within\:ring-offset-blue-100[focus-within] {
    --tw-ring-offset-color: #dbeafe;
  }

  .xl\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .xl\:focus-within\:ring-offset-blue-200[focus-within] {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xl\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xl\:focus-within\:ring-offset-blue-300[focus-within] {
    --tw-ring-offset-color: #93c5fd;
  }

  .xl\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .xl\:focus-within\:ring-offset-blue-400[focus-within] {
    --tw-ring-offset-color: #60a5fa;
  }

  .xl\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .xl\:focus-within\:ring-offset-blue-500[focus-within] {
    --tw-ring-offset-color: #3b82f6;
  }

  .xl\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .xl\:focus-within\:ring-offset-blue-600[focus-within] {
    --tw-ring-offset-color: #2563eb;
  }

  .xl\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .xl\:focus-within\:ring-offset-blue-700[focus-within] {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xl\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xl\:focus-within\:ring-offset-blue-800[focus-within] {
    --tw-ring-offset-color: #1e40af;
  }

  .xl\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .xl\:focus-within\:ring-offset-blue-900[focus-within] {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xl\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xl\:focus-within\:ring-offset-indigo-50[focus-within] {
    --tw-ring-offset-color: #eef2ff;
  }

  .xl\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .xl\:focus-within\:ring-offset-indigo-100[focus-within] {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xl\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xl\:focus-within\:ring-offset-indigo-200[focus-within] {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xl\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xl\:focus-within\:ring-offset-indigo-300[focus-within] {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xl\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xl\:focus-within\:ring-offset-indigo-400[focus-within] {
    --tw-ring-offset-color: #818cf8;
  }

  .xl\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .xl\:focus-within\:ring-offset-indigo-500[focus-within] {
    --tw-ring-offset-color: #6366f1;
  }

  .xl\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .xl\:focus-within\:ring-offset-indigo-600[focus-within] {
    --tw-ring-offset-color: #4f46e5;
  }

  .xl\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .xl\:focus-within\:ring-offset-indigo-700[focus-within] {
    --tw-ring-offset-color: #4338ca;
  }

  .xl\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .xl\:focus-within\:ring-offset-indigo-800[focus-within] {
    --tw-ring-offset-color: #3730a3;
  }

  .xl\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .xl\:focus-within\:ring-offset-indigo-900[focus-within] {
    --tw-ring-offset-color: #312e81;
  }

  .xl\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .xl\:focus-within\:ring-offset-purple-50[focus-within] {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xl\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xl\:focus-within\:ring-offset-purple-100[focus-within] {
    --tw-ring-offset-color: #ede9fe;
  }

  .xl\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .xl\:focus-within\:ring-offset-purple-200[focus-within] {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xl\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xl\:focus-within\:ring-offset-purple-300[focus-within] {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xl\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xl\:focus-within\:ring-offset-purple-400[focus-within] {
    --tw-ring-offset-color: #a78bfa;
  }

  .xl\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .xl\:focus-within\:ring-offset-purple-500[focus-within] {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xl\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xl\:focus-within\:ring-offset-purple-600[focus-within] {
    --tw-ring-offset-color: #7c3aed;
  }

  .xl\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .xl\:focus-within\:ring-offset-purple-700[focus-within] {
    --tw-ring-offset-color: #6d28d9;
  }

  .xl\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .xl\:focus-within\:ring-offset-purple-800[focus-within] {
    --tw-ring-offset-color: #5b21b6;
  }

  .xl\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .xl\:focus-within\:ring-offset-purple-900[focus-within] {
    --tw-ring-offset-color: #4c1d95;
  }

  .xl\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .xl\:focus-within\:ring-offset-pink-50[focus-within] {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xl\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xl\:focus-within\:ring-offset-pink-100[focus-within] {
    --tw-ring-offset-color: #fce7f3;
  }

  .xl\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .xl\:focus-within\:ring-offset-pink-200[focus-within] {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xl\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xl\:focus-within\:ring-offset-pink-300[focus-within] {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xl\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xl\:focus-within\:ring-offset-pink-400[focus-within] {
    --tw-ring-offset-color: #f472b6;
  }

  .xl\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .xl\:focus-within\:ring-offset-pink-500[focus-within] {
    --tw-ring-offset-color: #ec4899;
  }

  .xl\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .xl\:focus-within\:ring-offset-pink-600[focus-within] {
    --tw-ring-offset-color: #db2777;
  }

  .xl\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .xl\:focus-within\:ring-offset-pink-700[focus-within] {
    --tw-ring-offset-color: #be185d;
  }

  .xl\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .xl\:focus-within\:ring-offset-pink-800[focus-within] {
    --tw-ring-offset-color: #9d174d;
  }

  .xl\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .xl\:focus-within\:ring-offset-pink-900[focus-within] {
    --tw-ring-offset-color: #831843;
  }

  .xl\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .xl\:focus-within\:ring-offset-primary-color[focus-within] {
    --tw-ring-offset-color: #eb008b;
  }

  .xl\:focus-within\:ring-offset-primary-color:focus-within {
    --tw-ring-offset-color: #eb008b;
  }

  .xl\:focus-within\:ring-offset-primary-color-dark[focus-within] {
    --tw-ring-offset-color: #c90068;
  }

  .xl\:focus-within\:ring-offset-primary-color-dark:focus-within {
    --tw-ring-offset-color: #c90068;
  }

  .xl\:focus-within\:ring-offset-secondary-color[focus-within] {
    --tw-ring-offset-color: #112e42;
  }

  .xl\:focus-within\:ring-offset-secondary-color:focus-within {
    --tw-ring-offset-color: #112e42;
  }

  .xl\:focus-within\:ring-offset-custom-gray-sm[focus-within] {
    --tw-ring-offset-color: #f1f4f6;
  }

  .xl\:focus-within\:ring-offset-custom-gray-sm:focus-within {
    --tw-ring-offset-color: #f1f4f6;
  }

  .xl\:focus-within\:ring-offset-custom-gray-sm2[focus-within] {
    --tw-ring-offset-color: #f1f2f3;
  }

  .xl\:focus-within\:ring-offset-custom-gray-sm2:focus-within {
    --tw-ring-offset-color: #f1f2f3;
  }

  .xl\:focus-within\:ring-offset-custom-gray-md[focus-within] {
    --tw-ring-offset-color: #848484;
  }

  .xl\:focus-within\:ring-offset-custom-gray-md:focus-within {
    --tw-ring-offset-color: #848484;
  }

  .xl\:focus-within\:ring-offset-custom-navy-dark[focus-within] {
    --tw-ring-offset-color: #112e42;
  }

  .xl\:focus-within\:ring-offset-custom-navy-dark:focus-within {
    --tw-ring-offset-color: #112e42;
  }

  .xl\:focus-within\:ring-offset-dark-blue[focus-within] {
    --tw-ring-offset-color: #112E42;
  }

  .xl\:focus-within\:ring-offset-dark-blue:focus-within {
    --tw-ring-offset-color: #112E42;
  }

  .xl\:focus-within\:ring-offset-primary[focus-within] {
    --tw-ring-offset-color: #192D40;
  }

  .xl\:focus-within\:ring-offset-primary:focus-within {
    --tw-ring-offset-color: #192D40;
  }

  .xl\:focus-within\:ring-offset-secondary-1[focus-within] {
    --tw-ring-offset-color: #E6007E;
  }

  .xl\:focus-within\:ring-offset-secondary-1:focus-within {
    --tw-ring-offset-color: #E6007E;
  }

  .xl\:focus-within\:ring-offset-secondary-2[focus-within] {
    --tw-ring-offset-color: #D6D564;
  }

  .xl\:focus-within\:ring-offset-secondary-2:focus-within {
    --tw-ring-offset-color: #D6D564;
  }

  .xl\:focus-within\:ring-offset-secondary-3[focus-within] {
    --tw-ring-offset-color: #FCFCCD;
  }

  .xl\:focus-within\:ring-offset-secondary-3:focus-within {
    --tw-ring-offset-color: #FCFCCD;
  }

  .xl\:focus-within\:ring-offset-secondary[focus-within] {
    --tw-ring-offset-color: #E6007E;
  }

  .xl\:focus-within\:ring-offset-secondary:focus-within {
    --tw-ring-offset-color: #E6007E;
  }

  .xl\:focus-within\:ring-offset-secondary-dark[focus-within] {
    --tw-ring-offset-color: #C11A7D;
  }

  .xl\:focus-within\:ring-offset-secondary-dark:focus-within {
    --tw-ring-offset-color: #C11A7D;
  }

  .xl\:focus-within\:ring-offset-secondary-light[focus-within] {
    --tw-ring-offset-color: #FBCEE9;
  }

  .xl\:focus-within\:ring-offset-secondary-light:focus-within {
    --tw-ring-offset-color: #FBCEE9;
  }

  .xl\:focus-within\:ring-offset-grayCustom-1[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .xl\:focus-within\:ring-offset-grayCustom-1:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .xl\:focus-within\:ring-offset-grayCustom-2[focus-within] {
    --tw-ring-offset-color: #C4C4C4;
  }

  .xl\:focus-within\:ring-offset-grayCustom-2:focus-within {
    --tw-ring-offset-color: #C4C4C4;
  }

  .xl\:focus-within\:ring-offset-grayCustom-3[focus-within] {
    --tw-ring-offset-color: #F9F9F9;
  }

  .xl\:focus-within\:ring-offset-grayCustom-3:focus-within {
    --tw-ring-offset-color: #F9F9F9;
  }

  .xl\:focus-within\:ring-offset-grayCustom-800[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .xl\:focus-within\:ring-offset-grayCustom-800:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .xl\:focus-within\:ring-offset-grayCustom[focus-within] {
    --tw-ring-offset-color: #C4C4C4;
  }

  .xl\:focus-within\:ring-offset-grayCustom:focus-within {
    --tw-ring-offset-color: #C4C4C4;
  }

  .xl\:focus-within\:ring-offset-grayCustom-dark[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .xl\:focus-within\:ring-offset-grayCustom-dark:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .xl\:focus-within\:ring-offset-grayCustom-light[focus-within] {
    --tw-ring-offset-color: #F9F9F9;
  }

  .xl\:focus-within\:ring-offset-grayCustom-light:focus-within {
    --tw-ring-offset-color: #F9F9F9;
  }

  .xl\:focus-within\:ring-offset-grayCustom-hover[focus-within] {
    --tw-ring-offset-color: #9F9F9F;
  }

  .xl\:focus-within\:ring-offset-grayCustom-hover:focus-within {
    --tw-ring-offset-color: #9F9F9F;
  }

  .xl\:focus-within\:ring-offset-error[focus-within] {
    --tw-ring-offset-color: #FF206E;
  }

  .xl\:focus-within\:ring-offset-error:focus-within {
    --tw-ring-offset-color: #FF206E;
  }

  .xl\:focus-within\:ring-offset-error-light[focus-within] {
    --tw-ring-offset-color: #FDE8EA;
  }

  .xl\:focus-within\:ring-offset-error-light:focus-within {
    --tw-ring-offset-color: #FDE8EA;
  }

  .xl\:focus-within\:ring-offset-warning[focus-within] {
    --tw-ring-offset-color: #FFAE14;
  }

  .xl\:focus-within\:ring-offset-warning:focus-within {
    --tw-ring-offset-color: #FFAE14;
  }

  .xl\:focus-within\:ring-offset-warning-light[focus-within] {
    --tw-ring-offset-color: #FFF6E5;
  }

  .xl\:focus-within\:ring-offset-warning-light:focus-within {
    --tw-ring-offset-color: #FFF6E5;
  }

  .xl\:focus-within\:ring-offset-success[focus-within] {
    --tw-ring-offset-color: #2DD881;
  }

  .xl\:focus-within\:ring-offset-success:focus-within {
    --tw-ring-offset-color: #2DD881;
  }

  .xl\:focus-within\:ring-offset-success-light[focus-within] {
    --tw-ring-offset-color: #E9FBF2;
  }

  .xl\:focus-within\:ring-offset-success-light:focus-within {
    --tw-ring-offset-color: #E9FBF2;
  }

  .xl\:focus-within\:ring-offset-status-open[focus-within] {
    --tw-ring-offset-color: #FFF;
  }

  .xl\:focus-within\:ring-offset-status-open:focus-within {
    --tw-ring-offset-color: #FFF;
  }

  .xl\:focus-within\:ring-offset-status-waiting_payment[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .xl\:focus-within\:ring-offset-status-waiting_payment:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .xl\:focus-within\:ring-offset-status-completed[focus-within] {
    --tw-ring-offset-color: #54c1bb;
  }

  .xl\:focus-within\:ring-offset-status-completed:focus-within {
    --tw-ring-offset-color: #54c1bb;
  }

  .xl\:focus-within\:ring-offset-status-failed[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .xl\:focus-within\:ring-offset-status-failed:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .xl\:focus-within\:ring-offset-status-waiting_verify[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .xl\:focus-within\:ring-offset-status-waiting_verify:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .xl\:focus-within\:ring-offset-status-closed[focus-within] {
    --tw-ring-offset-color: #c4c4c4;
  }

  .xl\:focus-within\:ring-offset-status-closed:focus-within {
    --tw-ring-offset-color: #c4c4c4;
  }

  .xl\:focus-within\:ring-offset-policyStatus-issuing[focus-within] {
    --tw-ring-offset-color: #FFF;
  }

  .xl\:focus-within\:ring-offset-policyStatus-issuing:focus-within {
    --tw-ring-offset-color: #FFF;
  }

  .xl\:focus-within\:ring-offset-policyStatus-waiting_inspection[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .xl\:focus-within\:ring-offset-policyStatus-waiting_inspection:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .xl\:focus-within\:ring-offset-policyStatus-success[focus-within] {
    --tw-ring-offset-color: #54c1bb;
  }

  .xl\:focus-within\:ring-offset-policyStatus-success:focus-within {
    --tw-ring-offset-color: #54c1bb;
  }

  .xl\:focus-within\:ring-offset-policyStatus-failed_inspection[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .xl\:focus-within\:ring-offset-policyStatus-failed_inspection:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .xl\:focus-within\:ring-offset-policyStatus-failed[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .xl\:focus-within\:ring-offset-policyStatus-failed:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .xl\:focus-within\:ring-offset-policyStatus-waiting_policy[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .xl\:focus-within\:ring-offset-policyStatus-waiting_policy:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .xl\:focus-within\:ring-offset-policyStatus-cancel[focus-within] {
    --tw-ring-offset-color: #c4c4c4;
  }

  .xl\:focus-within\:ring-offset-policyStatus-cancel:focus-within {
    --tw-ring-offset-color: #c4c4c4;
  }

  .xl\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .xl\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }

  .xl\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .xl\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .xl\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f9fafb;
  }

  .xl\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f3f4f6;
  }

  .xl\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e5e7eb;
  }

  .xl\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d1d5db;
  }

  .xl\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #9ca3af;
  }

  .xl\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #6b7280;
  }

  .xl\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #4b5563;
  }

  .xl\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #374151;
  }

  .xl\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937;
  }

  .xl\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #111827;
  }

  .xl\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .xl\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .xl\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .xl\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .xl\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .xl\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .xl\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .xl\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .xl\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .xl\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xl\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .xl\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .xl\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .xl\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .xl\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .xl\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .xl\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .xl\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .xl\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .xl\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .xl\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xl\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .xl\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xl\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xl\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .xl\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .xl\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .xl\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .xl\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .xl\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .xl\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .xl\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .xl\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xl\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .xl\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .xl\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .xl\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .xl\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xl\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .xl\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xl\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .xl\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xl\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xl\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xl\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .xl\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .xl\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .xl\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .xl\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .xl\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .xl\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xl\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .xl\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xl\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xl\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .xl\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xl\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .xl\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .xl\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .xl\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .xl\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xl\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .xl\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xl\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xl\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .xl\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .xl\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .xl\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .xl\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .xl\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .xl\:focus\:ring-offset-primary-color:focus {
    --tw-ring-offset-color: #eb008b;
  }

  .xl\:focus\:ring-offset-primary-color-dark:focus {
    --tw-ring-offset-color: #c90068;
  }

  .xl\:focus\:ring-offset-secondary-color:focus {
    --tw-ring-offset-color: #112e42;
  }

  .xl\:focus\:ring-offset-custom-gray-sm:focus {
    --tw-ring-offset-color: #f1f4f6;
  }

  .xl\:focus\:ring-offset-custom-gray-sm2:focus {
    --tw-ring-offset-color: #f1f2f3;
  }

  .xl\:focus\:ring-offset-custom-gray-md:focus {
    --tw-ring-offset-color: #848484;
  }

  .xl\:focus\:ring-offset-custom-navy-dark:focus {
    --tw-ring-offset-color: #112e42;
  }

  .xl\:focus\:ring-offset-dark-blue:focus {
    --tw-ring-offset-color: #112E42;
  }

  .xl\:focus\:ring-offset-primary:focus {
    --tw-ring-offset-color: #192D40;
  }

  .xl\:focus\:ring-offset-secondary-1:focus {
    --tw-ring-offset-color: #E6007E;
  }

  .xl\:focus\:ring-offset-secondary-2:focus {
    --tw-ring-offset-color: #D6D564;
  }

  .xl\:focus\:ring-offset-secondary-3:focus {
    --tw-ring-offset-color: #FCFCCD;
  }

  .xl\:focus\:ring-offset-secondary:focus {
    --tw-ring-offset-color: #E6007E;
  }

  .xl\:focus\:ring-offset-secondary-dark:focus {
    --tw-ring-offset-color: #C11A7D;
  }

  .xl\:focus\:ring-offset-secondary-light:focus {
    --tw-ring-offset-color: #FBCEE9;
  }

  .xl\:focus\:ring-offset-grayCustom-1:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .xl\:focus\:ring-offset-grayCustom-2:focus {
    --tw-ring-offset-color: #C4C4C4;
  }

  .xl\:focus\:ring-offset-grayCustom-3:focus {
    --tw-ring-offset-color: #F9F9F9;
  }

  .xl\:focus\:ring-offset-grayCustom-800:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .xl\:focus\:ring-offset-grayCustom:focus {
    --tw-ring-offset-color: #C4C4C4;
  }

  .xl\:focus\:ring-offset-grayCustom-dark:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .xl\:focus\:ring-offset-grayCustom-light:focus {
    --tw-ring-offset-color: #F9F9F9;
  }

  .xl\:focus\:ring-offset-grayCustom-hover:focus {
    --tw-ring-offset-color: #9F9F9F;
  }

  .xl\:focus\:ring-offset-error:focus {
    --tw-ring-offset-color: #FF206E;
  }

  .xl\:focus\:ring-offset-error-light:focus {
    --tw-ring-offset-color: #FDE8EA;
  }

  .xl\:focus\:ring-offset-warning:focus {
    --tw-ring-offset-color: #FFAE14;
  }

  .xl\:focus\:ring-offset-warning-light:focus {
    --tw-ring-offset-color: #FFF6E5;
  }

  .xl\:focus\:ring-offset-success:focus {
    --tw-ring-offset-color: #2DD881;
  }

  .xl\:focus\:ring-offset-success-light:focus {
    --tw-ring-offset-color: #E9FBF2;
  }

  .xl\:focus\:ring-offset-status-open:focus {
    --tw-ring-offset-color: #FFF;
  }

  .xl\:focus\:ring-offset-status-waiting_payment:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .xl\:focus\:ring-offset-status-completed:focus {
    --tw-ring-offset-color: #54c1bb;
  }

  .xl\:focus\:ring-offset-status-failed:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .xl\:focus\:ring-offset-status-waiting_verify:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .xl\:focus\:ring-offset-status-closed:focus {
    --tw-ring-offset-color: #c4c4c4;
  }

  .xl\:focus\:ring-offset-policyStatus-issuing:focus {
    --tw-ring-offset-color: #FFF;
  }

  .xl\:focus\:ring-offset-policyStatus-waiting_inspection:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .xl\:focus\:ring-offset-policyStatus-success:focus {
    --tw-ring-offset-color: #54c1bb;
  }

  .xl\:focus\:ring-offset-policyStatus-failed_inspection:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .xl\:focus\:ring-offset-policyStatus-failed:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .xl\:focus\:ring-offset-policyStatus-waiting_policy:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .xl\:focus\:ring-offset-policyStatus-cancel:focus {
    --tw-ring-offset-color: #c4c4c4;
  }

  .xl\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .xl\:filter-none {
    filter: none;
  }

  .xl\:blur-0 {
    --tw-blur: blur(0);
  }

  .xl\:blur-none {
    --tw-blur: blur(0);
  }

  .xl\:blur-sm {
    --tw-blur: blur(4px);
  }

  .xl\:blur {
    --tw-blur: blur(8px);
  }

  .xl\:blur-md {
    --tw-blur: blur(12px);
  }

  .xl\:blur-lg {
    --tw-blur: blur(16px);
  }

  .xl\:blur-xl {
    --tw-blur: blur(24px);
  }

  .xl\:blur-2xl {
    --tw-blur: blur(40px);
  }

  .xl\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .xl\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .xl\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .xl\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .xl\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .xl\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .xl\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .xl\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .xl\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .xl\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .xl\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .xl\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .xl\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .xl\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .xl\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .xl\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .xl\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .xl\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .xl\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .xl\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .xl\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .xl\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .xl\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .xl\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .xl\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .xl\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 rgba(0,0,0,0));
  }

  .xl\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .xl\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .xl\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .xl\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .xl\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .xl\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .xl\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .xl\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .xl\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .xl\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .xl\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .xl\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .xl\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .xl\:invert-0 {
    --tw-invert: invert(0);
  }

  .xl\:invert {
    --tw-invert: invert(100%);
  }

  .xl\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .xl\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .xl\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .xl\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .xl\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .xl\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .xl\:sepia {
    --tw-sepia: sepia(100%);
  }

  .xl\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .xl\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .xl\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .xl\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .xl\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .xl\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .xl\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .xl\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .xl\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
  }

  .xl\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .xl\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .xl\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .xl\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .xl\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .xl\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .xl\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .xl\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .xl\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .xl\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .xl\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .xl\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .xl\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .xl\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .xl\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .xl\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .xl\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .xl\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .xl\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .xl\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .xl\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .xl\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .xl\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .xl\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .xl\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .xl\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .xl\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .xl\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .xl\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .xl\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .xl\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .xl\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .xl\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .xl\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .xl\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .xl\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .xl\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .xl\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .xl\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .xl\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .xl\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .xl\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .xl\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .xl\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .xl\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .xl\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .xl\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .xl\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .xl\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .xl\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .xl\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .xl\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .xl\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .xl\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .xl\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .xl\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .xl\:transition-none {
    transition-property: none;
  }

  .xl\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:delay-75 {
    transition-delay: 75ms;
  }

  .xl\:delay-100 {
    transition-delay: 100ms;
  }

  .xl\:delay-150 {
    transition-delay: 150ms;
  }

  .xl\:delay-200 {
    transition-delay: 200ms;
  }

  .xl\:delay-300 {
    transition-delay: 300ms;
  }

  .xl\:delay-500 {
    transition-delay: 500ms;
  }

  .xl\:delay-700 {
    transition-delay: 700ms;
  }

  .xl\:delay-1000 {
    transition-delay: 1000ms;
  }

  .xl\:duration-75 {
    transition-duration: 75ms;
  }

  .xl\:duration-100 {
    transition-duration: 100ms;
  }

  .xl\:duration-150 {
    transition-duration: 150ms;
  }

  .xl\:duration-200 {
    transition-duration: 200ms;
  }

  .xl\:duration-300 {
    transition-duration: 300ms;
  }

  .xl\:duration-500 {
    transition-duration: 500ms;
  }

  .xl\:duration-700 {
    transition-duration: 700ms;
  }

  .xl\:duration-1000 {
    transition-duration: 1000ms;
  }

  .xl\:ease-linear {
    transition-timing-function: linear;
  }

  .xl\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 1600px) {
  .\32xl\:container {
    width: 100%;
  }
}

@media (min-width: 1600px) and (min-width: 0px) {
    .\32xl\:container {
      max-width: 0px;
    }
  }

@media (min-width: 1600px) and (min-width: 320px) {
    .\32xl\:container {
      max-width: 320px;
    }
  }

@media (min-width: 1600px) and (min-width: 640px) {
    .\32xl\:container {
      max-width: 640px;
    }
  }

@media (min-width: 1600px) and (min-width: 768px) {
    .\32xl\:container {
      max-width: 768px;
    }
  }

@media (min-width: 1600px) and (min-width: 1280px) {
    .\32xl\:container {
      max-width: 1280px;
    }
  }

@media (min-width: 1600px) and (min-width: 1440px) {
    .\32xl\:container {
      max-width: 1440px;
    }
  }

@media (min-width: 1600px) and (min-width: 1600px) {
    .\32xl\:container {
      max-width: 1600px;
    }
  }

@media (min-width: 1600px) and (min-width: 4820px) {
    .\32xl\:container {
      max-width: 4820px;
    }
  }

@media (min-width: 1600px) {

  .\32xl\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .\32xl\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\32xl\:focus-within\:sr-only[focus-within] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .\32xl\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .\32xl\:focus-within\:not-sr-only[focus-within] {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\32xl\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\32xl\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .\32xl\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\32xl\:pointer-events-none {
    pointer-events: none;
  }

  .\32xl\:pointer-events-auto {
    pointer-events: auto;
  }

  .\32xl\:visible {
    visibility: visible;
  }

  .\32xl\:invisible {
    visibility: hidden;
  }

  .\32xl\:static {
    position: static;
  }

  .\32xl\:fixed {
    position: fixed;
  }

  .\32xl\:absolute {
    position: absolute;
  }

  .\32xl\:relative {
    position: relative;
  }

  .\32xl\:sticky {
    position: sticky;
  }

  .\32xl\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .\32xl\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .\32xl\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .\32xl\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .\32xl\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .\32xl\:inset-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .\32xl\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .\32xl\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .\32xl\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .\32xl\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .\32xl\:inset-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .\32xl\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .\32xl\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .\32xl\:inset-14 {
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .\32xl\:inset-16 {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .\32xl\:inset-20 {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .\32xl\:inset-24 {
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .\32xl\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .\32xl\:inset-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .\32xl\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .\32xl\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .\32xl\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .\32xl\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .\32xl\:inset-48 {
    top: 48px;
    right: 48px;
    bottom: 48px;
    left: 48px;
  }

  .\32xl\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .\32xl\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .\32xl\:inset-60 {
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
  }

  .\32xl\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .\32xl\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .\32xl\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .\32xl\:inset-95 {
    top: 95px;
    right: 95px;
    bottom: 95px;
    left: 95px;
  }

  .\32xl\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .\32xl\:inset-120 {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .\32xl\:inset-190 {
    top: 190px;
    right: 190px;
    bottom: 190px;
    left: 190px;
  }

  .\32xl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .\32xl\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .\32xl\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .\32xl\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .\32xl\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .\32xl\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .\32xl\:inset-30\% {
    top: 30%;
    right: 30%;
    bottom: 30%;
    left: 30%;
  }

  .\32xl\:inset-7\.5r {
    top: 1.875rem;
    right: 1.875rem;
    bottom: 1.875rem;
    left: 1.875rem;
  }

  .\32xl\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .\32xl\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .\32xl\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .\32xl\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .\32xl\:-inset-5 {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .\32xl\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .\32xl\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .\32xl\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .\32xl\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .\32xl\:-inset-10 {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .\32xl\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .\32xl\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .\32xl\:-inset-14 {
    top: -14px;
    right: -14px;
    bottom: -14px;
    left: -14px;
  }

  .\32xl\:-inset-16 {
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
  }

  .\32xl\:-inset-20 {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .\32xl\:-inset-24 {
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
  }

  .\32xl\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .\32xl\:-inset-30 {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .\32xl\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .\32xl\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .\32xl\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .\32xl\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .\32xl\:-inset-48 {
    top: -48px;
    right: -48px;
    bottom: -48px;
    left: -48px;
  }

  .\32xl\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .\32xl\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .\32xl\:-inset-60 {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .\32xl\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .\32xl\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .\32xl\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .\32xl\:-inset-95 {
    top: -95px;
    right: -95px;
    bottom: -95px;
    left: -95px;
  }

  .\32xl\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .\32xl\:-inset-120 {
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px;
  }

  .\32xl\:-inset-190 {
    top: -190px;
    right: -190px;
    bottom: -190px;
    left: -190px;
  }

  .\32xl\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .\32xl\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .\32xl\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .\32xl\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .\32xl\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .\32xl\:-inset-30\% {
    top: -30%;
    right: -30%;
    bottom: -30%;
    left: -30%;
  }

  .\32xl\:-inset-7\.5r {
    top: -1.875rem;
    right: -1.875rem;
    bottom: -1.875rem;
    left: -1.875rem;
  }

  .\32xl\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\32xl\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .\32xl\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .\32xl\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .\32xl\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\32xl\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .\32xl\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .\32xl\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\32xl\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .\32xl\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .\32xl\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .\32xl\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\32xl\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .\32xl\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .\32xl\:inset-x-0 {
    left: 0;
    right: 0;
  }

  .\32xl\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .\32xl\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .\32xl\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .\32xl\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .\32xl\:inset-x-5 {
    left: 5px;
    right: 5px;
  }

  .\32xl\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .\32xl\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .\32xl\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .\32xl\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .\32xl\:inset-x-10 {
    left: 10px;
    right: 10px;
  }

  .\32xl\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .\32xl\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .\32xl\:inset-x-14 {
    left: 14px;
    right: 14px;
  }

  .\32xl\:inset-x-16 {
    left: 16px;
    right: 16px;
  }

  .\32xl\:inset-x-20 {
    left: 20px;
    right: 20px;
  }

  .\32xl\:inset-x-24 {
    left: 24px;
    right: 24px;
  }

  .\32xl\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .\32xl\:inset-x-30 {
    left: 30px;
    right: 30px;
  }

  .\32xl\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .\32xl\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .\32xl\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .\32xl\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .\32xl\:inset-x-48 {
    left: 48px;
    right: 48px;
  }

  .\32xl\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .\32xl\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .\32xl\:inset-x-60 {
    left: 60px;
    right: 60px;
  }

  .\32xl\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .\32xl\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .\32xl\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .\32xl\:inset-x-95 {
    left: 95px;
    right: 95px;
  }

  .\32xl\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .\32xl\:inset-x-120 {
    left: 120px;
    right: 120px;
  }

  .\32xl\:inset-x-190 {
    left: 190px;
    right: 190px;
  }

  .\32xl\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .\32xl\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .\32xl\:inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .\32xl\:inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .\32xl\:inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .\32xl\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .\32xl\:inset-x-30\% {
    left: 30%;
    right: 30%;
  }

  .\32xl\:inset-x-7\.5r {
    left: 1.875rem;
    right: 1.875rem;
  }

  .\32xl\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .\32xl\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .\32xl\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .\32xl\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .\32xl\:-inset-x-5 {
    left: -5px;
    right: -5px;
  }

  .\32xl\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .\32xl\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .\32xl\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .\32xl\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .\32xl\:-inset-x-10 {
    left: -10px;
    right: -10px;
  }

  .\32xl\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .\32xl\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .\32xl\:-inset-x-14 {
    left: -14px;
    right: -14px;
  }

  .\32xl\:-inset-x-16 {
    left: -16px;
    right: -16px;
  }

  .\32xl\:-inset-x-20 {
    left: -20px;
    right: -20px;
  }

  .\32xl\:-inset-x-24 {
    left: -24px;
    right: -24px;
  }

  .\32xl\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .\32xl\:-inset-x-30 {
    left: -30px;
    right: -30px;
  }

  .\32xl\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .\32xl\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .\32xl\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .\32xl\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .\32xl\:-inset-x-48 {
    left: -48px;
    right: -48px;
  }

  .\32xl\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .\32xl\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .\32xl\:-inset-x-60 {
    left: -60px;
    right: -60px;
  }

  .\32xl\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .\32xl\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .\32xl\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .\32xl\:-inset-x-95 {
    left: -95px;
    right: -95px;
  }

  .\32xl\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .\32xl\:-inset-x-120 {
    left: -120px;
    right: -120px;
  }

  .\32xl\:-inset-x-190 {
    left: -190px;
    right: -190px;
  }

  .\32xl\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .\32xl\:-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .\32xl\:-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .\32xl\:-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .\32xl\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .\32xl\:-inset-x-30\% {
    left: -30%;
    right: -30%;
  }

  .\32xl\:-inset-x-7\.5r {
    left: -1.875rem;
    right: -1.875rem;
  }

  .\32xl\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .\32xl\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .\32xl\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .\32xl\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .\32xl\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .\32xl\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .\32xl\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .\32xl\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .\32xl\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .\32xl\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .\32xl\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .\32xl\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .\32xl\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .\32xl\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .\32xl\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .\32xl\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .\32xl\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .\32xl\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .\32xl\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .\32xl\:inset-y-5 {
    top: 5px;
    bottom: 5px;
  }

  .\32xl\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .\32xl\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .\32xl\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .\32xl\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .\32xl\:inset-y-10 {
    top: 10px;
    bottom: 10px;
  }

  .\32xl\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .\32xl\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .\32xl\:inset-y-14 {
    top: 14px;
    bottom: 14px;
  }

  .\32xl\:inset-y-16 {
    top: 16px;
    bottom: 16px;
  }

  .\32xl\:inset-y-20 {
    top: 20px;
    bottom: 20px;
  }

  .\32xl\:inset-y-24 {
    top: 24px;
    bottom: 24px;
  }

  .\32xl\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .\32xl\:inset-y-30 {
    top: 30px;
    bottom: 30px;
  }

  .\32xl\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .\32xl\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .\32xl\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .\32xl\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .\32xl\:inset-y-48 {
    top: 48px;
    bottom: 48px;
  }

  .\32xl\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .\32xl\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .\32xl\:inset-y-60 {
    top: 60px;
    bottom: 60px;
  }

  .\32xl\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .\32xl\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .\32xl\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .\32xl\:inset-y-95 {
    top: 95px;
    bottom: 95px;
  }

  .\32xl\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .\32xl\:inset-y-120 {
    top: 120px;
    bottom: 120px;
  }

  .\32xl\:inset-y-190 {
    top: 190px;
    bottom: 190px;
  }

  .\32xl\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .\32xl\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .\32xl\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .\32xl\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .\32xl\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .\32xl\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .\32xl\:inset-y-30\% {
    top: 30%;
    bottom: 30%;
  }

  .\32xl\:inset-y-7\.5r {
    top: 1.875rem;
    bottom: 1.875rem;
  }

  .\32xl\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .\32xl\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .\32xl\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .\32xl\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .\32xl\:-inset-y-5 {
    top: -5px;
    bottom: -5px;
  }

  .\32xl\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .\32xl\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .\32xl\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .\32xl\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .\32xl\:-inset-y-10 {
    top: -10px;
    bottom: -10px;
  }

  .\32xl\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .\32xl\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .\32xl\:-inset-y-14 {
    top: -14px;
    bottom: -14px;
  }

  .\32xl\:-inset-y-16 {
    top: -16px;
    bottom: -16px;
  }

  .\32xl\:-inset-y-20 {
    top: -20px;
    bottom: -20px;
  }

  .\32xl\:-inset-y-24 {
    top: -24px;
    bottom: -24px;
  }

  .\32xl\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .\32xl\:-inset-y-30 {
    top: -30px;
    bottom: -30px;
  }

  .\32xl\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .\32xl\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .\32xl\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .\32xl\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .\32xl\:-inset-y-48 {
    top: -48px;
    bottom: -48px;
  }

  .\32xl\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .\32xl\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .\32xl\:-inset-y-60 {
    top: -60px;
    bottom: -60px;
  }

  .\32xl\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .\32xl\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .\32xl\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .\32xl\:-inset-y-95 {
    top: -95px;
    bottom: -95px;
  }

  .\32xl\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .\32xl\:-inset-y-120 {
    top: -120px;
    bottom: -120px;
  }

  .\32xl\:-inset-y-190 {
    top: -190px;
    bottom: -190px;
  }

  .\32xl\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .\32xl\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .\32xl\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .\32xl\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .\32xl\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .\32xl\:-inset-y-30\% {
    top: -30%;
    bottom: -30%;
  }

  .\32xl\:-inset-y-7\.5r {
    top: -1.875rem;
    bottom: -1.875rem;
  }

  .\32xl\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .\32xl\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .\32xl\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .\32xl\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .\32xl\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .\32xl\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .\32xl\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .\32xl\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .\32xl\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .\32xl\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .\32xl\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .\32xl\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .\32xl\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .\32xl\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .\32xl\:top-0 {
    top: 0;
  }

  .\32xl\:top-1 {
    top: 0.25rem;
  }

  .\32xl\:top-2 {
    top: 0.5rem;
  }

  .\32xl\:top-3 {
    top: 0.75rem;
  }

  .\32xl\:top-4 {
    top: 1rem;
  }

  .\32xl\:top-5 {
    top: 5px;
  }

  .\32xl\:top-6 {
    top: 1.5rem;
  }

  .\32xl\:top-7 {
    top: 1.75rem;
  }

  .\32xl\:top-8 {
    top: 2rem;
  }

  .\32xl\:top-9 {
    top: 2.25rem;
  }

  .\32xl\:top-10 {
    top: 10px;
  }

  .\32xl\:top-11 {
    top: 2.75rem;
  }

  .\32xl\:top-12 {
    top: 3rem;
  }

  .\32xl\:top-14 {
    top: 14px;
  }

  .\32xl\:top-16 {
    top: 16px;
  }

  .\32xl\:top-20 {
    top: 20px;
  }

  .\32xl\:top-24 {
    top: 24px;
  }

  .\32xl\:top-28 {
    top: 7rem;
  }

  .\32xl\:top-30 {
    top: 30px;
  }

  .\32xl\:top-32 {
    top: 8rem;
  }

  .\32xl\:top-36 {
    top: 9rem;
  }

  .\32xl\:top-40 {
    top: 10rem;
  }

  .\32xl\:top-44 {
    top: 11rem;
  }

  .\32xl\:top-48 {
    top: 48px;
  }

  .\32xl\:top-52 {
    top: 13rem;
  }

  .\32xl\:top-56 {
    top: 14rem;
  }

  .\32xl\:top-60 {
    top: 60px;
  }

  .\32xl\:top-64 {
    top: 16rem;
  }

  .\32xl\:top-72 {
    top: 18rem;
  }

  .\32xl\:top-80 {
    top: 20rem;
  }

  .\32xl\:top-95 {
    top: 95px;
  }

  .\32xl\:top-96 {
    top: 24rem;
  }

  .\32xl\:top-120 {
    top: 120px;
  }

  .\32xl\:top-190 {
    top: 190px;
  }

  .\32xl\:top-auto {
    top: auto;
  }

  .\32xl\:top-px {
    top: 1px;
  }

  .\32xl\:top-0\.5 {
    top: 0.125rem;
  }

  .\32xl\:top-1\.5 {
    top: 0.375rem;
  }

  .\32xl\:top-2\.5 {
    top: 0.625rem;
  }

  .\32xl\:top-3\.5 {
    top: 0.875rem;
  }

  .\32xl\:top-30\% {
    top: 30%;
  }

  .\32xl\:top-7\.5r {
    top: 1.875rem;
  }

  .\32xl\:-top-1 {
    top: -0.25rem;
  }

  .\32xl\:-top-2 {
    top: -0.5rem;
  }

  .\32xl\:-top-3 {
    top: -0.75rem;
  }

  .\32xl\:-top-4 {
    top: -1rem;
  }

  .\32xl\:-top-5 {
    top: -5px;
  }

  .\32xl\:-top-6 {
    top: -1.5rem;
  }

  .\32xl\:-top-7 {
    top: -1.75rem;
  }

  .\32xl\:-top-8 {
    top: -2rem;
  }

  .\32xl\:-top-9 {
    top: -2.25rem;
  }

  .\32xl\:-top-10 {
    top: -10px;
  }

  .\32xl\:-top-11 {
    top: -2.75rem;
  }

  .\32xl\:-top-12 {
    top: -3rem;
  }

  .\32xl\:-top-14 {
    top: -14px;
  }

  .\32xl\:-top-16 {
    top: -16px;
  }

  .\32xl\:-top-20 {
    top: -20px;
  }

  .\32xl\:-top-24 {
    top: -24px;
  }

  .\32xl\:-top-28 {
    top: -7rem;
  }

  .\32xl\:-top-30 {
    top: -30px;
  }

  .\32xl\:-top-32 {
    top: -8rem;
  }

  .\32xl\:-top-36 {
    top: -9rem;
  }

  .\32xl\:-top-40 {
    top: -10rem;
  }

  .\32xl\:-top-44 {
    top: -11rem;
  }

  .\32xl\:-top-48 {
    top: -48px;
  }

  .\32xl\:-top-52 {
    top: -13rem;
  }

  .\32xl\:-top-56 {
    top: -14rem;
  }

  .\32xl\:-top-60 {
    top: -60px;
  }

  .\32xl\:-top-64 {
    top: -16rem;
  }

  .\32xl\:-top-72 {
    top: -18rem;
  }

  .\32xl\:-top-80 {
    top: -20rem;
  }

  .\32xl\:-top-95 {
    top: -95px;
  }

  .\32xl\:-top-96 {
    top: -24rem;
  }

  .\32xl\:-top-120 {
    top: -120px;
  }

  .\32xl\:-top-190 {
    top: -190px;
  }

  .\32xl\:-top-px {
    top: -1px;
  }

  .\32xl\:-top-0\.5 {
    top: -0.125rem;
  }

  .\32xl\:-top-1\.5 {
    top: -0.375rem;
  }

  .\32xl\:-top-2\.5 {
    top: -0.625rem;
  }

  .\32xl\:-top-3\.5 {
    top: -0.875rem;
  }

  .\32xl\:-top-30\% {
    top: -30%;
  }

  .\32xl\:-top-7\.5r {
    top: -1.875rem;
  }

  .\32xl\:top-1\/2 {
    top: 50%;
  }

  .\32xl\:top-1\/3 {
    top: 33.333333%;
  }

  .\32xl\:top-2\/3 {
    top: 66.666667%;
  }

  .\32xl\:top-1\/4 {
    top: 25%;
  }

  .\32xl\:top-2\/4 {
    top: 50%;
  }

  .\32xl\:top-3\/4 {
    top: 75%;
  }

  .\32xl\:top-full {
    top: 100%;
  }

  .\32xl\:-top-1\/2 {
    top: -50%;
  }

  .\32xl\:-top-1\/3 {
    top: -33.333333%;
  }

  .\32xl\:-top-2\/3 {
    top: -66.666667%;
  }

  .\32xl\:-top-1\/4 {
    top: -25%;
  }

  .\32xl\:-top-2\/4 {
    top: -50%;
  }

  .\32xl\:-top-3\/4 {
    top: -75%;
  }

  .\32xl\:-top-full {
    top: -100%;
  }

  .\32xl\:right-0 {
    right: 0;
  }

  .\32xl\:right-1 {
    right: 0.25rem;
  }

  .\32xl\:right-2 {
    right: 0.5rem;
  }

  .\32xl\:right-3 {
    right: 0.75rem;
  }

  .\32xl\:right-4 {
    right: 1rem;
  }

  .\32xl\:right-5 {
    right: 5px;
  }

  .\32xl\:right-6 {
    right: 1.5rem;
  }

  .\32xl\:right-7 {
    right: 1.75rem;
  }

  .\32xl\:right-8 {
    right: 2rem;
  }

  .\32xl\:right-9 {
    right: 2.25rem;
  }

  .\32xl\:right-10 {
    right: 10px;
  }

  .\32xl\:right-11 {
    right: 2.75rem;
  }

  .\32xl\:right-12 {
    right: 3rem;
  }

  .\32xl\:right-14 {
    right: 14px;
  }

  .\32xl\:right-16 {
    right: 16px;
  }

  .\32xl\:right-20 {
    right: 20px;
  }

  .\32xl\:right-24 {
    right: 24px;
  }

  .\32xl\:right-28 {
    right: 7rem;
  }

  .\32xl\:right-30 {
    right: 30px;
  }

  .\32xl\:right-32 {
    right: 8rem;
  }

  .\32xl\:right-36 {
    right: 9rem;
  }

  .\32xl\:right-40 {
    right: 10rem;
  }

  .\32xl\:right-44 {
    right: 11rem;
  }

  .\32xl\:right-48 {
    right: 48px;
  }

  .\32xl\:right-52 {
    right: 13rem;
  }

  .\32xl\:right-56 {
    right: 14rem;
  }

  .\32xl\:right-60 {
    right: 60px;
  }

  .\32xl\:right-64 {
    right: 16rem;
  }

  .\32xl\:right-72 {
    right: 18rem;
  }

  .\32xl\:right-80 {
    right: 20rem;
  }

  .\32xl\:right-95 {
    right: 95px;
  }

  .\32xl\:right-96 {
    right: 24rem;
  }

  .\32xl\:right-120 {
    right: 120px;
  }

  .\32xl\:right-190 {
    right: 190px;
  }

  .\32xl\:right-auto {
    right: auto;
  }

  .\32xl\:right-px {
    right: 1px;
  }

  .\32xl\:right-0\.5 {
    right: 0.125rem;
  }

  .\32xl\:right-1\.5 {
    right: 0.375rem;
  }

  .\32xl\:right-2\.5 {
    right: 0.625rem;
  }

  .\32xl\:right-3\.5 {
    right: 0.875rem;
  }

  .\32xl\:right-30\% {
    right: 30%;
  }

  .\32xl\:right-7\.5r {
    right: 1.875rem;
  }

  .\32xl\:-right-1 {
    right: -0.25rem;
  }

  .\32xl\:-right-2 {
    right: -0.5rem;
  }

  .\32xl\:-right-3 {
    right: -0.75rem;
  }

  .\32xl\:-right-4 {
    right: -1rem;
  }

  .\32xl\:-right-5 {
    right: -5px;
  }

  .\32xl\:-right-6 {
    right: -1.5rem;
  }

  .\32xl\:-right-7 {
    right: -1.75rem;
  }

  .\32xl\:-right-8 {
    right: -2rem;
  }

  .\32xl\:-right-9 {
    right: -2.25rem;
  }

  .\32xl\:-right-10 {
    right: -10px;
  }

  .\32xl\:-right-11 {
    right: -2.75rem;
  }

  .\32xl\:-right-12 {
    right: -3rem;
  }

  .\32xl\:-right-14 {
    right: -14px;
  }

  .\32xl\:-right-16 {
    right: -16px;
  }

  .\32xl\:-right-20 {
    right: -20px;
  }

  .\32xl\:-right-24 {
    right: -24px;
  }

  .\32xl\:-right-28 {
    right: -7rem;
  }

  .\32xl\:-right-30 {
    right: -30px;
  }

  .\32xl\:-right-32 {
    right: -8rem;
  }

  .\32xl\:-right-36 {
    right: -9rem;
  }

  .\32xl\:-right-40 {
    right: -10rem;
  }

  .\32xl\:-right-44 {
    right: -11rem;
  }

  .\32xl\:-right-48 {
    right: -48px;
  }

  .\32xl\:-right-52 {
    right: -13rem;
  }

  .\32xl\:-right-56 {
    right: -14rem;
  }

  .\32xl\:-right-60 {
    right: -60px;
  }

  .\32xl\:-right-64 {
    right: -16rem;
  }

  .\32xl\:-right-72 {
    right: -18rem;
  }

  .\32xl\:-right-80 {
    right: -20rem;
  }

  .\32xl\:-right-95 {
    right: -95px;
  }

  .\32xl\:-right-96 {
    right: -24rem;
  }

  .\32xl\:-right-120 {
    right: -120px;
  }

  .\32xl\:-right-190 {
    right: -190px;
  }

  .\32xl\:-right-px {
    right: -1px;
  }

  .\32xl\:-right-0\.5 {
    right: -0.125rem;
  }

  .\32xl\:-right-1\.5 {
    right: -0.375rem;
  }

  .\32xl\:-right-2\.5 {
    right: -0.625rem;
  }

  .\32xl\:-right-3\.5 {
    right: -0.875rem;
  }

  .\32xl\:-right-30\% {
    right: -30%;
  }

  .\32xl\:-right-7\.5r {
    right: -1.875rem;
  }

  .\32xl\:right-1\/2 {
    right: 50%;
  }

  .\32xl\:right-1\/3 {
    right: 33.333333%;
  }

  .\32xl\:right-2\/3 {
    right: 66.666667%;
  }

  .\32xl\:right-1\/4 {
    right: 25%;
  }

  .\32xl\:right-2\/4 {
    right: 50%;
  }

  .\32xl\:right-3\/4 {
    right: 75%;
  }

  .\32xl\:right-full {
    right: 100%;
  }

  .\32xl\:-right-1\/2 {
    right: -50%;
  }

  .\32xl\:-right-1\/3 {
    right: -33.333333%;
  }

  .\32xl\:-right-2\/3 {
    right: -66.666667%;
  }

  .\32xl\:-right-1\/4 {
    right: -25%;
  }

  .\32xl\:-right-2\/4 {
    right: -50%;
  }

  .\32xl\:-right-3\/4 {
    right: -75%;
  }

  .\32xl\:-right-full {
    right: -100%;
  }

  .\32xl\:bottom-0 {
    bottom: 0;
  }

  .\32xl\:bottom-1 {
    bottom: 0.25rem;
  }

  .\32xl\:bottom-2 {
    bottom: 0.5rem;
  }

  .\32xl\:bottom-3 {
    bottom: 0.75rem;
  }

  .\32xl\:bottom-4 {
    bottom: 1rem;
  }

  .\32xl\:bottom-5 {
    bottom: 5px;
  }

  .\32xl\:bottom-6 {
    bottom: 1.5rem;
  }

  .\32xl\:bottom-7 {
    bottom: 1.75rem;
  }

  .\32xl\:bottom-8 {
    bottom: 2rem;
  }

  .\32xl\:bottom-9 {
    bottom: 2.25rem;
  }

  .\32xl\:bottom-10 {
    bottom: 10px;
  }

  .\32xl\:bottom-11 {
    bottom: 2.75rem;
  }

  .\32xl\:bottom-12 {
    bottom: 3rem;
  }

  .\32xl\:bottom-14 {
    bottom: 14px;
  }

  .\32xl\:bottom-16 {
    bottom: 16px;
  }

  .\32xl\:bottom-20 {
    bottom: 20px;
  }

  .\32xl\:bottom-24 {
    bottom: 24px;
  }

  .\32xl\:bottom-28 {
    bottom: 7rem;
  }

  .\32xl\:bottom-30 {
    bottom: 30px;
  }

  .\32xl\:bottom-32 {
    bottom: 8rem;
  }

  .\32xl\:bottom-36 {
    bottom: 9rem;
  }

  .\32xl\:bottom-40 {
    bottom: 10rem;
  }

  .\32xl\:bottom-44 {
    bottom: 11rem;
  }

  .\32xl\:bottom-48 {
    bottom: 48px;
  }

  .\32xl\:bottom-52 {
    bottom: 13rem;
  }

  .\32xl\:bottom-56 {
    bottom: 14rem;
  }

  .\32xl\:bottom-60 {
    bottom: 60px;
  }

  .\32xl\:bottom-64 {
    bottom: 16rem;
  }

  .\32xl\:bottom-72 {
    bottom: 18rem;
  }

  .\32xl\:bottom-80 {
    bottom: 20rem;
  }

  .\32xl\:bottom-95 {
    bottom: 95px;
  }

  .\32xl\:bottom-96 {
    bottom: 24rem;
  }

  .\32xl\:bottom-120 {
    bottom: 120px;
  }

  .\32xl\:bottom-190 {
    bottom: 190px;
  }

  .\32xl\:bottom-auto {
    bottom: auto;
  }

  .\32xl\:bottom-px {
    bottom: 1px;
  }

  .\32xl\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .\32xl\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .\32xl\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .\32xl\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .\32xl\:bottom-30\% {
    bottom: 30%;
  }

  .\32xl\:bottom-7\.5r {
    bottom: 1.875rem;
  }

  .\32xl\:-bottom-1 {
    bottom: -0.25rem;
  }

  .\32xl\:-bottom-2 {
    bottom: -0.5rem;
  }

  .\32xl\:-bottom-3 {
    bottom: -0.75rem;
  }

  .\32xl\:-bottom-4 {
    bottom: -1rem;
  }

  .\32xl\:-bottom-5 {
    bottom: -5px;
  }

  .\32xl\:-bottom-6 {
    bottom: -1.5rem;
  }

  .\32xl\:-bottom-7 {
    bottom: -1.75rem;
  }

  .\32xl\:-bottom-8 {
    bottom: -2rem;
  }

  .\32xl\:-bottom-9 {
    bottom: -2.25rem;
  }

  .\32xl\:-bottom-10 {
    bottom: -10px;
  }

  .\32xl\:-bottom-11 {
    bottom: -2.75rem;
  }

  .\32xl\:-bottom-12 {
    bottom: -3rem;
  }

  .\32xl\:-bottom-14 {
    bottom: -14px;
  }

  .\32xl\:-bottom-16 {
    bottom: -16px;
  }

  .\32xl\:-bottom-20 {
    bottom: -20px;
  }

  .\32xl\:-bottom-24 {
    bottom: -24px;
  }

  .\32xl\:-bottom-28 {
    bottom: -7rem;
  }

  .\32xl\:-bottom-30 {
    bottom: -30px;
  }

  .\32xl\:-bottom-32 {
    bottom: -8rem;
  }

  .\32xl\:-bottom-36 {
    bottom: -9rem;
  }

  .\32xl\:-bottom-40 {
    bottom: -10rem;
  }

  .\32xl\:-bottom-44 {
    bottom: -11rem;
  }

  .\32xl\:-bottom-48 {
    bottom: -48px;
  }

  .\32xl\:-bottom-52 {
    bottom: -13rem;
  }

  .\32xl\:-bottom-56 {
    bottom: -14rem;
  }

  .\32xl\:-bottom-60 {
    bottom: -60px;
  }

  .\32xl\:-bottom-64 {
    bottom: -16rem;
  }

  .\32xl\:-bottom-72 {
    bottom: -18rem;
  }

  .\32xl\:-bottom-80 {
    bottom: -20rem;
  }

  .\32xl\:-bottom-95 {
    bottom: -95px;
  }

  .\32xl\:-bottom-96 {
    bottom: -24rem;
  }

  .\32xl\:-bottom-120 {
    bottom: -120px;
  }

  .\32xl\:-bottom-190 {
    bottom: -190px;
  }

  .\32xl\:-bottom-px {
    bottom: -1px;
  }

  .\32xl\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .\32xl\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .\32xl\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .\32xl\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .\32xl\:-bottom-30\% {
    bottom: -30%;
  }

  .\32xl\:-bottom-7\.5r {
    bottom: -1.875rem;
  }

  .\32xl\:bottom-1\/2 {
    bottom: 50%;
  }

  .\32xl\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .\32xl\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .\32xl\:bottom-1\/4 {
    bottom: 25%;
  }

  .\32xl\:bottom-2\/4 {
    bottom: 50%;
  }

  .\32xl\:bottom-3\/4 {
    bottom: 75%;
  }

  .\32xl\:bottom-full {
    bottom: 100%;
  }

  .\32xl\:-bottom-1\/2 {
    bottom: -50%;
  }

  .\32xl\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .\32xl\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .\32xl\:-bottom-1\/4 {
    bottom: -25%;
  }

  .\32xl\:-bottom-2\/4 {
    bottom: -50%;
  }

  .\32xl\:-bottom-3\/4 {
    bottom: -75%;
  }

  .\32xl\:-bottom-full {
    bottom: -100%;
  }

  .\32xl\:left-0 {
    left: 0;
  }

  .\32xl\:left-1 {
    left: 0.25rem;
  }

  .\32xl\:left-2 {
    left: 0.5rem;
  }

  .\32xl\:left-3 {
    left: 0.75rem;
  }

  .\32xl\:left-4 {
    left: 1rem;
  }

  .\32xl\:left-5 {
    left: 5px;
  }

  .\32xl\:left-6 {
    left: 1.5rem;
  }

  .\32xl\:left-7 {
    left: 1.75rem;
  }

  .\32xl\:left-8 {
    left: 2rem;
  }

  .\32xl\:left-9 {
    left: 2.25rem;
  }

  .\32xl\:left-10 {
    left: 10px;
  }

  .\32xl\:left-11 {
    left: 2.75rem;
  }

  .\32xl\:left-12 {
    left: 3rem;
  }

  .\32xl\:left-14 {
    left: 14px;
  }

  .\32xl\:left-16 {
    left: 16px;
  }

  .\32xl\:left-20 {
    left: 20px;
  }

  .\32xl\:left-24 {
    left: 24px;
  }

  .\32xl\:left-28 {
    left: 7rem;
  }

  .\32xl\:left-30 {
    left: 30px;
  }

  .\32xl\:left-32 {
    left: 8rem;
  }

  .\32xl\:left-36 {
    left: 9rem;
  }

  .\32xl\:left-40 {
    left: 10rem;
  }

  .\32xl\:left-44 {
    left: 11rem;
  }

  .\32xl\:left-48 {
    left: 48px;
  }

  .\32xl\:left-52 {
    left: 13rem;
  }

  .\32xl\:left-56 {
    left: 14rem;
  }

  .\32xl\:left-60 {
    left: 60px;
  }

  .\32xl\:left-64 {
    left: 16rem;
  }

  .\32xl\:left-72 {
    left: 18rem;
  }

  .\32xl\:left-80 {
    left: 20rem;
  }

  .\32xl\:left-95 {
    left: 95px;
  }

  .\32xl\:left-96 {
    left: 24rem;
  }

  .\32xl\:left-120 {
    left: 120px;
  }

  .\32xl\:left-190 {
    left: 190px;
  }

  .\32xl\:left-auto {
    left: auto;
  }

  .\32xl\:left-px {
    left: 1px;
  }

  .\32xl\:left-0\.5 {
    left: 0.125rem;
  }

  .\32xl\:left-1\.5 {
    left: 0.375rem;
  }

  .\32xl\:left-2\.5 {
    left: 0.625rem;
  }

  .\32xl\:left-3\.5 {
    left: 0.875rem;
  }

  .\32xl\:left-30\% {
    left: 30%;
  }

  .\32xl\:left-7\.5r {
    left: 1.875rem;
  }

  .\32xl\:-left-1 {
    left: -0.25rem;
  }

  .\32xl\:-left-2 {
    left: -0.5rem;
  }

  .\32xl\:-left-3 {
    left: -0.75rem;
  }

  .\32xl\:-left-4 {
    left: -1rem;
  }

  .\32xl\:-left-5 {
    left: -5px;
  }

  .\32xl\:-left-6 {
    left: -1.5rem;
  }

  .\32xl\:-left-7 {
    left: -1.75rem;
  }

  .\32xl\:-left-8 {
    left: -2rem;
  }

  .\32xl\:-left-9 {
    left: -2.25rem;
  }

  .\32xl\:-left-10 {
    left: -10px;
  }

  .\32xl\:-left-11 {
    left: -2.75rem;
  }

  .\32xl\:-left-12 {
    left: -3rem;
  }

  .\32xl\:-left-14 {
    left: -14px;
  }

  .\32xl\:-left-16 {
    left: -16px;
  }

  .\32xl\:-left-20 {
    left: -20px;
  }

  .\32xl\:-left-24 {
    left: -24px;
  }

  .\32xl\:-left-28 {
    left: -7rem;
  }

  .\32xl\:-left-30 {
    left: -30px;
  }

  .\32xl\:-left-32 {
    left: -8rem;
  }

  .\32xl\:-left-36 {
    left: -9rem;
  }

  .\32xl\:-left-40 {
    left: -10rem;
  }

  .\32xl\:-left-44 {
    left: -11rem;
  }

  .\32xl\:-left-48 {
    left: -48px;
  }

  .\32xl\:-left-52 {
    left: -13rem;
  }

  .\32xl\:-left-56 {
    left: -14rem;
  }

  .\32xl\:-left-60 {
    left: -60px;
  }

  .\32xl\:-left-64 {
    left: -16rem;
  }

  .\32xl\:-left-72 {
    left: -18rem;
  }

  .\32xl\:-left-80 {
    left: -20rem;
  }

  .\32xl\:-left-95 {
    left: -95px;
  }

  .\32xl\:-left-96 {
    left: -24rem;
  }

  .\32xl\:-left-120 {
    left: -120px;
  }

  .\32xl\:-left-190 {
    left: -190px;
  }

  .\32xl\:-left-px {
    left: -1px;
  }

  .\32xl\:-left-0\.5 {
    left: -0.125rem;
  }

  .\32xl\:-left-1\.5 {
    left: -0.375rem;
  }

  .\32xl\:-left-2\.5 {
    left: -0.625rem;
  }

  .\32xl\:-left-3\.5 {
    left: -0.875rem;
  }

  .\32xl\:-left-30\% {
    left: -30%;
  }

  .\32xl\:-left-7\.5r {
    left: -1.875rem;
  }

  .\32xl\:left-1\/2 {
    left: 50%;
  }

  .\32xl\:left-1\/3 {
    left: 33.333333%;
  }

  .\32xl\:left-2\/3 {
    left: 66.666667%;
  }

  .\32xl\:left-1\/4 {
    left: 25%;
  }

  .\32xl\:left-2\/4 {
    left: 50%;
  }

  .\32xl\:left-3\/4 {
    left: 75%;
  }

  .\32xl\:left-full {
    left: 100%;
  }

  .\32xl\:-left-1\/2 {
    left: -50%;
  }

  .\32xl\:-left-1\/3 {
    left: -33.333333%;
  }

  .\32xl\:-left-2\/3 {
    left: -66.666667%;
  }

  .\32xl\:-left-1\/4 {
    left: -25%;
  }

  .\32xl\:-left-2\/4 {
    left: -50%;
  }

  .\32xl\:-left-3\/4 {
    left: -75%;
  }

  .\32xl\:-left-full {
    left: -100%;
  }

  .\32xl\:isolate {
    isolation: isolate;
  }

  .\32xl\:isolation-auto {
    isolation: auto;
  }

  .\32xl\:z-0 {
    z-index: 0;
  }

  .\32xl\:z-1 {
    z-index: 1;
  }

  .\32xl\:z-10 {
    z-index: 10;
  }

  .\32xl\:z-20 {
    z-index: 20;
  }

  .\32xl\:z-30 {
    z-index: 30;
  }

  .\32xl\:z-40 {
    z-index: 40;
  }

  .\32xl\:z-50 {
    z-index: 50;
  }

  .\32xl\:z-auto {
    z-index: auto;
  }

  .\32xl\:-z-1 {
    z-index: -1;
  }

  .\32xl\:-z-10 {
    z-index: -10;
  }

  .\32xl\:-z-20 {
    z-index: -20;
  }

  .\32xl\:focus-within\:z-0[focus-within] {
    z-index: 0;
  }

  .\32xl\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .\32xl\:focus-within\:z-1[focus-within] {
    z-index: 1;
  }

  .\32xl\:focus-within\:z-1:focus-within {
    z-index: 1;
  }

  .\32xl\:focus-within\:z-10[focus-within] {
    z-index: 10;
  }

  .\32xl\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .\32xl\:focus-within\:z-20[focus-within] {
    z-index: 20;
  }

  .\32xl\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .\32xl\:focus-within\:z-30[focus-within] {
    z-index: 30;
  }

  .\32xl\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .\32xl\:focus-within\:z-40[focus-within] {
    z-index: 40;
  }

  .\32xl\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .\32xl\:focus-within\:z-50[focus-within] {
    z-index: 50;
  }

  .\32xl\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .\32xl\:focus-within\:z-auto[focus-within] {
    z-index: auto;
  }

  .\32xl\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .\32xl\:focus-within\:-z-1[focus-within] {
    z-index: -1;
  }

  .\32xl\:focus-within\:-z-1:focus-within {
    z-index: -1;
  }

  .\32xl\:focus-within\:-z-10[focus-within] {
    z-index: -10;
  }

  .\32xl\:focus-within\:-z-10:focus-within {
    z-index: -10;
  }

  .\32xl\:focus-within\:-z-20[focus-within] {
    z-index: -20;
  }

  .\32xl\:focus-within\:-z-20:focus-within {
    z-index: -20;
  }

  .\32xl\:focus\:z-0:focus {
    z-index: 0;
  }

  .\32xl\:focus\:z-1:focus {
    z-index: 1;
  }

  .\32xl\:focus\:z-10:focus {
    z-index: 10;
  }

  .\32xl\:focus\:z-20:focus {
    z-index: 20;
  }

  .\32xl\:focus\:z-30:focus {
    z-index: 30;
  }

  .\32xl\:focus\:z-40:focus {
    z-index: 40;
  }

  .\32xl\:focus\:z-50:focus {
    z-index: 50;
  }

  .\32xl\:focus\:z-auto:focus {
    z-index: auto;
  }

  .\32xl\:focus\:-z-1:focus {
    z-index: -1;
  }

  .\32xl\:focus\:-z-10:focus {
    z-index: -10;
  }

  .\32xl\:focus\:-z-20:focus {
    z-index: -20;
  }

  .\32xl\:order-1 {
    order: 1;
  }

  .\32xl\:order-2 {
    order: 2;
  }

  .\32xl\:order-3 {
    order: 3;
  }

  .\32xl\:order-4 {
    order: 4;
  }

  .\32xl\:order-5 {
    order: 5;
  }

  .\32xl\:order-6 {
    order: 6;
  }

  .\32xl\:order-7 {
    order: 7;
  }

  .\32xl\:order-8 {
    order: 8;
  }

  .\32xl\:order-9 {
    order: 9;
  }

  .\32xl\:order-10 {
    order: 10;
  }

  .\32xl\:order-11 {
    order: 11;
  }

  .\32xl\:order-12 {
    order: 12;
  }

  .\32xl\:order-first {
    order: -9999;
  }

  .\32xl\:order-last {
    order: 9999;
  }

  .\32xl\:order-none {
    order: 0;
  }

  .\32xl\:col-auto {
    grid-column: auto;
  }

  .\32xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .\32xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .\32xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .\32xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .\32xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .\32xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .\32xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .\32xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .\32xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .\32xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .\32xl\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .\32xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .\32xl\:col-span-full {
    grid-column: 1 / -1;
  }

  .\32xl\:col-start-1 {
    grid-column-start: 1;
  }

  .\32xl\:col-start-2 {
    grid-column-start: 2;
  }

  .\32xl\:col-start-3 {
    grid-column-start: 3;
  }

  .\32xl\:col-start-4 {
    grid-column-start: 4;
  }

  .\32xl\:col-start-5 {
    grid-column-start: 5;
  }

  .\32xl\:col-start-6 {
    grid-column-start: 6;
  }

  .\32xl\:col-start-7 {
    grid-column-start: 7;
  }

  .\32xl\:col-start-8 {
    grid-column-start: 8;
  }

  .\32xl\:col-start-9 {
    grid-column-start: 9;
  }

  .\32xl\:col-start-10 {
    grid-column-start: 10;
  }

  .\32xl\:col-start-11 {
    grid-column-start: 11;
  }

  .\32xl\:col-start-12 {
    grid-column-start: 12;
  }

  .\32xl\:col-start-13 {
    grid-column-start: 13;
  }

  .\32xl\:col-start-auto {
    grid-column-start: auto;
  }

  .\32xl\:col-end-1 {
    grid-column-end: 1;
  }

  .\32xl\:col-end-2 {
    grid-column-end: 2;
  }

  .\32xl\:col-end-3 {
    grid-column-end: 3;
  }

  .\32xl\:col-end-4 {
    grid-column-end: 4;
  }

  .\32xl\:col-end-5 {
    grid-column-end: 5;
  }

  .\32xl\:col-end-6 {
    grid-column-end: 6;
  }

  .\32xl\:col-end-7 {
    grid-column-end: 7;
  }

  .\32xl\:col-end-8 {
    grid-column-end: 8;
  }

  .\32xl\:col-end-9 {
    grid-column-end: 9;
  }

  .\32xl\:col-end-10 {
    grid-column-end: 10;
  }

  .\32xl\:col-end-11 {
    grid-column-end: 11;
  }

  .\32xl\:col-end-12 {
    grid-column-end: 12;
  }

  .\32xl\:col-end-13 {
    grid-column-end: 13;
  }

  .\32xl\:col-end-auto {
    grid-column-end: auto;
  }

  .\32xl\:row-auto {
    grid-row: auto;
  }

  .\32xl\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .\32xl\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .\32xl\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .\32xl\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .\32xl\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .\32xl\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .\32xl\:row-span-full {
    grid-row: 1 / -1;
  }

  .\32xl\:row-start-1 {
    grid-row-start: 1;
  }

  .\32xl\:row-start-2 {
    grid-row-start: 2;
  }

  .\32xl\:row-start-3 {
    grid-row-start: 3;
  }

  .\32xl\:row-start-4 {
    grid-row-start: 4;
  }

  .\32xl\:row-start-5 {
    grid-row-start: 5;
  }

  .\32xl\:row-start-6 {
    grid-row-start: 6;
  }

  .\32xl\:row-start-7 {
    grid-row-start: 7;
  }

  .\32xl\:row-start-auto {
    grid-row-start: auto;
  }

  .\32xl\:row-end-1 {
    grid-row-end: 1;
  }

  .\32xl\:row-end-2 {
    grid-row-end: 2;
  }

  .\32xl\:row-end-3 {
    grid-row-end: 3;
  }

  .\32xl\:row-end-4 {
    grid-row-end: 4;
  }

  .\32xl\:row-end-5 {
    grid-row-end: 5;
  }

  .\32xl\:row-end-6 {
    grid-row-end: 6;
  }

  .\32xl\:row-end-7 {
    grid-row-end: 7;
  }

  .\32xl\:row-end-auto {
    grid-row-end: auto;
  }

  .\32xl\:float-right {
    float: right;
  }

  .\32xl\:float-left {
    float: left;
  }

  .\32xl\:float-none {
    float: none;
  }

  .\32xl\:clear-left {
    clear: left;
  }

  .\32xl\:clear-right {
    clear: right;
  }

  .\32xl\:clear-both {
    clear: both;
  }

  .\32xl\:clear-none {
    clear: none;
  }

  .\32xl\:m-0 {
    margin: 0;
  }

  .\32xl\:m-1 {
    margin: 0.25rem;
  }

  .\32xl\:m-2 {
    margin: 0.5rem;
  }

  .\32xl\:m-3 {
    margin: 0.75rem;
  }

  .\32xl\:m-4 {
    margin: 1rem;
  }

  .\32xl\:m-5 {
    margin: 5px;
  }

  .\32xl\:m-6 {
    margin: 1.5rem;
  }

  .\32xl\:m-7 {
    margin: 1.75rem;
  }

  .\32xl\:m-8 {
    margin: 2rem;
  }

  .\32xl\:m-9 {
    margin: 2.25rem;
  }

  .\32xl\:m-10 {
    margin: 10px;
  }

  .\32xl\:m-11 {
    margin: 2.75rem;
  }

  .\32xl\:m-12 {
    margin: 3rem;
  }

  .\32xl\:m-14 {
    margin: 14px;
  }

  .\32xl\:m-16 {
    margin: 16px;
  }

  .\32xl\:m-20 {
    margin: 20px;
  }

  .\32xl\:m-24 {
    margin: 24px;
  }

  .\32xl\:m-28 {
    margin: 7rem;
  }

  .\32xl\:m-30 {
    margin: 30px;
  }

  .\32xl\:m-32 {
    margin: 8rem;
  }

  .\32xl\:m-36 {
    margin: 9rem;
  }

  .\32xl\:m-40 {
    margin: 10rem;
  }

  .\32xl\:m-44 {
    margin: 11rem;
  }

  .\32xl\:m-48 {
    margin: 48px;
  }

  .\32xl\:m-52 {
    margin: 13rem;
  }

  .\32xl\:m-56 {
    margin: 14rem;
  }

  .\32xl\:m-60 {
    margin: 60px;
  }

  .\32xl\:m-64 {
    margin: 16rem;
  }

  .\32xl\:m-72 {
    margin: 18rem;
  }

  .\32xl\:m-80 {
    margin: 20rem;
  }

  .\32xl\:m-95 {
    margin: 95px;
  }

  .\32xl\:m-96 {
    margin: 24rem;
  }

  .\32xl\:m-120 {
    margin: 120px;
  }

  .\32xl\:m-190 {
    margin: 190px;
  }

  .\32xl\:m-auto {
    margin: auto;
  }

  .\32xl\:m-px {
    margin: 1px;
  }

  .\32xl\:m-0\.5 {
    margin: 0.125rem;
  }

  .\32xl\:m-1\.5 {
    margin: 0.375rem;
  }

  .\32xl\:m-2\.5 {
    margin: 0.625rem;
  }

  .\32xl\:m-3\.5 {
    margin: 0.875rem;
  }

  .\32xl\:m-30\% {
    margin: 30%;
  }

  .\32xl\:m-7\.5r {
    margin: 1.875rem;
  }

  .\32xl\:-m-1 {
    margin: -0.25rem;
  }

  .\32xl\:-m-2 {
    margin: -0.5rem;
  }

  .\32xl\:-m-3 {
    margin: -0.75rem;
  }

  .\32xl\:-m-4 {
    margin: -1rem;
  }

  .\32xl\:-m-5 {
    margin: -5px;
  }

  .\32xl\:-m-6 {
    margin: -1.5rem;
  }

  .\32xl\:-m-7 {
    margin: -1.75rem;
  }

  .\32xl\:-m-8 {
    margin: -2rem;
  }

  .\32xl\:-m-9 {
    margin: -2.25rem;
  }

  .\32xl\:-m-10 {
    margin: -10px;
  }

  .\32xl\:-m-11 {
    margin: -2.75rem;
  }

  .\32xl\:-m-12 {
    margin: -3rem;
  }

  .\32xl\:-m-14 {
    margin: -14px;
  }

  .\32xl\:-m-16 {
    margin: -16px;
  }

  .\32xl\:-m-20 {
    margin: -20px;
  }

  .\32xl\:-m-24 {
    margin: -24px;
  }

  .\32xl\:-m-28 {
    margin: -7rem;
  }

  .\32xl\:-m-30 {
    margin: -30px;
  }

  .\32xl\:-m-32 {
    margin: -8rem;
  }

  .\32xl\:-m-36 {
    margin: -9rem;
  }

  .\32xl\:-m-40 {
    margin: -10rem;
  }

  .\32xl\:-m-44 {
    margin: -11rem;
  }

  .\32xl\:-m-48 {
    margin: -48px;
  }

  .\32xl\:-m-52 {
    margin: -13rem;
  }

  .\32xl\:-m-56 {
    margin: -14rem;
  }

  .\32xl\:-m-60 {
    margin: -60px;
  }

  .\32xl\:-m-64 {
    margin: -16rem;
  }

  .\32xl\:-m-72 {
    margin: -18rem;
  }

  .\32xl\:-m-80 {
    margin: -20rem;
  }

  .\32xl\:-m-95 {
    margin: -95px;
  }

  .\32xl\:-m-96 {
    margin: -24rem;
  }

  .\32xl\:-m-120 {
    margin: -120px;
  }

  .\32xl\:-m-190 {
    margin: -190px;
  }

  .\32xl\:-m-px {
    margin: -1px;
  }

  .\32xl\:-m-0\.5 {
    margin: -0.125rem;
  }

  .\32xl\:-m-1\.5 {
    margin: -0.375rem;
  }

  .\32xl\:-m-2\.5 {
    margin: -0.625rem;
  }

  .\32xl\:-m-3\.5 {
    margin: -0.875rem;
  }

  .\32xl\:-m-30\% {
    margin: -30%;
  }

  .\32xl\:-m-7\.5r {
    margin: -1.875rem;
  }

  .\32xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .\32xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .\32xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .\32xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .\32xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .\32xl\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .\32xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .\32xl\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .\32xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .\32xl\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .\32xl\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .\32xl\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .\32xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .\32xl\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .\32xl\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .\32xl\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .\32xl\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .\32xl\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .\32xl\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .\32xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .\32xl\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .\32xl\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .\32xl\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .\32xl\:mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .\32xl\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .\32xl\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .\32xl\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .\32xl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .\32xl\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .\32xl\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .\32xl\:mx-95 {
    margin-left: 95px;
    margin-right: 95px;
  }

  .\32xl\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .\32xl\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .\32xl\:mx-190 {
    margin-left: 190px;
    margin-right: 190px;
  }

  .\32xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .\32xl\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .\32xl\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .\32xl\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .\32xl\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .\32xl\:mx-30\% {
    margin-left: 30%;
    margin-right: 30%;
  }

  .\32xl\:mx-7\.5r {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .\32xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .\32xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .\32xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .\32xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .\32xl\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .\32xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .\32xl\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .\32xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .\32xl\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .\32xl\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .\32xl\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .\32xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .\32xl\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .\32xl\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .\32xl\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .\32xl\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .\32xl\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .\32xl\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .\32xl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .\32xl\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .\32xl\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .\32xl\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .\32xl\:-mx-48 {
    margin-left: -48px;
    margin-right: -48px;
  }

  .\32xl\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .\32xl\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .\32xl\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .\32xl\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .\32xl\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .\32xl\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .\32xl\:-mx-95 {
    margin-left: -95px;
    margin-right: -95px;
  }

  .\32xl\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .\32xl\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .\32xl\:-mx-190 {
    margin-left: -190px;
    margin-right: -190px;
  }

  .\32xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .\32xl\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .\32xl\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .\32xl\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .\32xl\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .\32xl\:-mx-30\% {
    margin-left: -30%;
    margin-right: -30%;
  }

  .\32xl\:-mx-7\.5r {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .\32xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .\32xl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .\32xl\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .\32xl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .\32xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .\32xl\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .\32xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .\32xl\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .\32xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .\32xl\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .\32xl\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .\32xl\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .\32xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .\32xl\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .\32xl\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .\32xl\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .\32xl\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .\32xl\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .\32xl\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .\32xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .\32xl\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .\32xl\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .\32xl\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .\32xl\:my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .\32xl\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .\32xl\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .\32xl\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .\32xl\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .\32xl\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .\32xl\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .\32xl\:my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .\32xl\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .\32xl\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .\32xl\:my-190 {
    margin-top: 190px;
    margin-bottom: 190px;
  }

  .\32xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .\32xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .\32xl\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .\32xl\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .\32xl\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .\32xl\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .\32xl\:my-30\% {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .\32xl\:my-7\.5r {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .\32xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .\32xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .\32xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .\32xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .\32xl\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .\32xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .\32xl\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .\32xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .\32xl\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .\32xl\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .\32xl\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .\32xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .\32xl\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .\32xl\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .\32xl\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .\32xl\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .\32xl\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .\32xl\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .\32xl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .\32xl\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .\32xl\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .\32xl\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .\32xl\:-my-48 {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .\32xl\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .\32xl\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .\32xl\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .\32xl\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .\32xl\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .\32xl\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .\32xl\:-my-95 {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .\32xl\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .\32xl\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .\32xl\:-my-190 {
    margin-top: -190px;
    margin-bottom: -190px;
  }

  .\32xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .\32xl\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .\32xl\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .\32xl\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .\32xl\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .\32xl\:-my-30\% {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .\32xl\:-my-7\.5r {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .\32xl\:mt-0 {
    margin-top: 0;
  }

  .\32xl\:mt-1 {
    margin-top: 0.25rem;
  }

  .\32xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .\32xl\:mt-3 {
    margin-top: 0.75rem;
  }

  .\32xl\:mt-4 {
    margin-top: 1rem;
  }

  .\32xl\:mt-5 {
    margin-top: 5px;
  }

  .\32xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .\32xl\:mt-7 {
    margin-top: 1.75rem;
  }

  .\32xl\:mt-8 {
    margin-top: 2rem;
  }

  .\32xl\:mt-9 {
    margin-top: 2.25rem;
  }

  .\32xl\:mt-10 {
    margin-top: 10px;
  }

  .\32xl\:mt-11 {
    margin-top: 2.75rem;
  }

  .\32xl\:mt-12 {
    margin-top: 3rem;
  }

  .\32xl\:mt-14 {
    margin-top: 14px;
  }

  .\32xl\:mt-16 {
    margin-top: 16px;
  }

  .\32xl\:mt-20 {
    margin-top: 20px;
  }

  .\32xl\:mt-24 {
    margin-top: 24px;
  }

  .\32xl\:mt-28 {
    margin-top: 7rem;
  }

  .\32xl\:mt-30 {
    margin-top: 30px;
  }

  .\32xl\:mt-32 {
    margin-top: 8rem;
  }

  .\32xl\:mt-36 {
    margin-top: 9rem;
  }

  .\32xl\:mt-40 {
    margin-top: 10rem;
  }

  .\32xl\:mt-44 {
    margin-top: 11rem;
  }

  .\32xl\:mt-48 {
    margin-top: 48px;
  }

  .\32xl\:mt-52 {
    margin-top: 13rem;
  }

  .\32xl\:mt-56 {
    margin-top: 14rem;
  }

  .\32xl\:mt-60 {
    margin-top: 60px;
  }

  .\32xl\:mt-64 {
    margin-top: 16rem;
  }

  .\32xl\:mt-72 {
    margin-top: 18rem;
  }

  .\32xl\:mt-80 {
    margin-top: 20rem;
  }

  .\32xl\:mt-95 {
    margin-top: 95px;
  }

  .\32xl\:mt-96 {
    margin-top: 24rem;
  }

  .\32xl\:mt-120 {
    margin-top: 120px;
  }

  .\32xl\:mt-190 {
    margin-top: 190px;
  }

  .\32xl\:mt-auto {
    margin-top: auto;
  }

  .\32xl\:mt-px {
    margin-top: 1px;
  }

  .\32xl\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .\32xl\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .\32xl\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .\32xl\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .\32xl\:mt-30\% {
    margin-top: 30%;
  }

  .\32xl\:mt-7\.5r {
    margin-top: 1.875rem;
  }

  .\32xl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .\32xl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .\32xl\:-mt-3 {
    margin-top: -0.75rem;
  }

  .\32xl\:-mt-4 {
    margin-top: -1rem;
  }

  .\32xl\:-mt-5 {
    margin-top: -5px;
  }

  .\32xl\:-mt-6 {
    margin-top: -1.5rem;
  }

  .\32xl\:-mt-7 {
    margin-top: -1.75rem;
  }

  .\32xl\:-mt-8 {
    margin-top: -2rem;
  }

  .\32xl\:-mt-9 {
    margin-top: -2.25rem;
  }

  .\32xl\:-mt-10 {
    margin-top: -10px;
  }

  .\32xl\:-mt-11 {
    margin-top: -2.75rem;
  }

  .\32xl\:-mt-12 {
    margin-top: -3rem;
  }

  .\32xl\:-mt-14 {
    margin-top: -14px;
  }

  .\32xl\:-mt-16 {
    margin-top: -16px;
  }

  .\32xl\:-mt-20 {
    margin-top: -20px;
  }

  .\32xl\:-mt-24 {
    margin-top: -24px;
  }

  .\32xl\:-mt-28 {
    margin-top: -7rem;
  }

  .\32xl\:-mt-30 {
    margin-top: -30px;
  }

  .\32xl\:-mt-32 {
    margin-top: -8rem;
  }

  .\32xl\:-mt-36 {
    margin-top: -9rem;
  }

  .\32xl\:-mt-40 {
    margin-top: -10rem;
  }

  .\32xl\:-mt-44 {
    margin-top: -11rem;
  }

  .\32xl\:-mt-48 {
    margin-top: -48px;
  }

  .\32xl\:-mt-52 {
    margin-top: -13rem;
  }

  .\32xl\:-mt-56 {
    margin-top: -14rem;
  }

  .\32xl\:-mt-60 {
    margin-top: -60px;
  }

  .\32xl\:-mt-64 {
    margin-top: -16rem;
  }

  .\32xl\:-mt-72 {
    margin-top: -18rem;
  }

  .\32xl\:-mt-80 {
    margin-top: -20rem;
  }

  .\32xl\:-mt-95 {
    margin-top: -95px;
  }

  .\32xl\:-mt-96 {
    margin-top: -24rem;
  }

  .\32xl\:-mt-120 {
    margin-top: -120px;
  }

  .\32xl\:-mt-190 {
    margin-top: -190px;
  }

  .\32xl\:-mt-px {
    margin-top: -1px;
  }

  .\32xl\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .\32xl\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .\32xl\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .\32xl\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .\32xl\:-mt-30\% {
    margin-top: -30%;
  }

  .\32xl\:-mt-7\.5r {
    margin-top: -1.875rem;
  }

  .\32xl\:mr-0 {
    margin-right: 0;
  }

  .\32xl\:mr-1 {
    margin-right: 0.25rem;
  }

  .\32xl\:mr-2 {
    margin-right: 0.5rem;
  }

  .\32xl\:mr-3 {
    margin-right: 0.75rem;
  }

  .\32xl\:mr-4 {
    margin-right: 1rem;
  }

  .\32xl\:mr-5 {
    margin-right: 5px;
  }

  .\32xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .\32xl\:mr-7 {
    margin-right: 1.75rem;
  }

  .\32xl\:mr-8 {
    margin-right: 2rem;
  }

  .\32xl\:mr-9 {
    margin-right: 2.25rem;
  }

  .\32xl\:mr-10 {
    margin-right: 10px;
  }

  .\32xl\:mr-11 {
    margin-right: 2.75rem;
  }

  .\32xl\:mr-12 {
    margin-right: 3rem;
  }

  .\32xl\:mr-14 {
    margin-right: 14px;
  }

  .\32xl\:mr-16 {
    margin-right: 16px;
  }

  .\32xl\:mr-20 {
    margin-right: 20px;
  }

  .\32xl\:mr-24 {
    margin-right: 24px;
  }

  .\32xl\:mr-28 {
    margin-right: 7rem;
  }

  .\32xl\:mr-30 {
    margin-right: 30px;
  }

  .\32xl\:mr-32 {
    margin-right: 8rem;
  }

  .\32xl\:mr-36 {
    margin-right: 9rem;
  }

  .\32xl\:mr-40 {
    margin-right: 10rem;
  }

  .\32xl\:mr-44 {
    margin-right: 11rem;
  }

  .\32xl\:mr-48 {
    margin-right: 48px;
  }

  .\32xl\:mr-52 {
    margin-right: 13rem;
  }

  .\32xl\:mr-56 {
    margin-right: 14rem;
  }

  .\32xl\:mr-60 {
    margin-right: 60px;
  }

  .\32xl\:mr-64 {
    margin-right: 16rem;
  }

  .\32xl\:mr-72 {
    margin-right: 18rem;
  }

  .\32xl\:mr-80 {
    margin-right: 20rem;
  }

  .\32xl\:mr-95 {
    margin-right: 95px;
  }

  .\32xl\:mr-96 {
    margin-right: 24rem;
  }

  .\32xl\:mr-120 {
    margin-right: 120px;
  }

  .\32xl\:mr-190 {
    margin-right: 190px;
  }

  .\32xl\:mr-auto {
    margin-right: auto;
  }

  .\32xl\:mr-px {
    margin-right: 1px;
  }

  .\32xl\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .\32xl\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .\32xl\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .\32xl\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .\32xl\:mr-30\% {
    margin-right: 30%;
  }

  .\32xl\:mr-7\.5r {
    margin-right: 1.875rem;
  }

  .\32xl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .\32xl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .\32xl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .\32xl\:-mr-4 {
    margin-right: -1rem;
  }

  .\32xl\:-mr-5 {
    margin-right: -5px;
  }

  .\32xl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .\32xl\:-mr-7 {
    margin-right: -1.75rem;
  }

  .\32xl\:-mr-8 {
    margin-right: -2rem;
  }

  .\32xl\:-mr-9 {
    margin-right: -2.25rem;
  }

  .\32xl\:-mr-10 {
    margin-right: -10px;
  }

  .\32xl\:-mr-11 {
    margin-right: -2.75rem;
  }

  .\32xl\:-mr-12 {
    margin-right: -3rem;
  }

  .\32xl\:-mr-14 {
    margin-right: -14px;
  }

  .\32xl\:-mr-16 {
    margin-right: -16px;
  }

  .\32xl\:-mr-20 {
    margin-right: -20px;
  }

  .\32xl\:-mr-24 {
    margin-right: -24px;
  }

  .\32xl\:-mr-28 {
    margin-right: -7rem;
  }

  .\32xl\:-mr-30 {
    margin-right: -30px;
  }

  .\32xl\:-mr-32 {
    margin-right: -8rem;
  }

  .\32xl\:-mr-36 {
    margin-right: -9rem;
  }

  .\32xl\:-mr-40 {
    margin-right: -10rem;
  }

  .\32xl\:-mr-44 {
    margin-right: -11rem;
  }

  .\32xl\:-mr-48 {
    margin-right: -48px;
  }

  .\32xl\:-mr-52 {
    margin-right: -13rem;
  }

  .\32xl\:-mr-56 {
    margin-right: -14rem;
  }

  .\32xl\:-mr-60 {
    margin-right: -60px;
  }

  .\32xl\:-mr-64 {
    margin-right: -16rem;
  }

  .\32xl\:-mr-72 {
    margin-right: -18rem;
  }

  .\32xl\:-mr-80 {
    margin-right: -20rem;
  }

  .\32xl\:-mr-95 {
    margin-right: -95px;
  }

  .\32xl\:-mr-96 {
    margin-right: -24rem;
  }

  .\32xl\:-mr-120 {
    margin-right: -120px;
  }

  .\32xl\:-mr-190 {
    margin-right: -190px;
  }

  .\32xl\:-mr-px {
    margin-right: -1px;
  }

  .\32xl\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .\32xl\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .\32xl\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .\32xl\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .\32xl\:-mr-30\% {
    margin-right: -30%;
  }

  .\32xl\:-mr-7\.5r {
    margin-right: -1.875rem;
  }

  .\32xl\:mb-0 {
    margin-bottom: 0;
  }

  .\32xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .\32xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .\32xl\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .\32xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .\32xl\:mb-5 {
    margin-bottom: 5px;
  }

  .\32xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .\32xl\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .\32xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .\32xl\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .\32xl\:mb-10 {
    margin-bottom: 10px;
  }

  .\32xl\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .\32xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .\32xl\:mb-14 {
    margin-bottom: 14px;
  }

  .\32xl\:mb-16 {
    margin-bottom: 16px;
  }

  .\32xl\:mb-20 {
    margin-bottom: 20px;
  }

  .\32xl\:mb-24 {
    margin-bottom: 24px;
  }

  .\32xl\:mb-28 {
    margin-bottom: 7rem;
  }

  .\32xl\:mb-30 {
    margin-bottom: 30px;
  }

  .\32xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .\32xl\:mb-36 {
    margin-bottom: 9rem;
  }

  .\32xl\:mb-40 {
    margin-bottom: 10rem;
  }

  .\32xl\:mb-44 {
    margin-bottom: 11rem;
  }

  .\32xl\:mb-48 {
    margin-bottom: 48px;
  }

  .\32xl\:mb-52 {
    margin-bottom: 13rem;
  }

  .\32xl\:mb-56 {
    margin-bottom: 14rem;
  }

  .\32xl\:mb-60 {
    margin-bottom: 60px;
  }

  .\32xl\:mb-64 {
    margin-bottom: 16rem;
  }

  .\32xl\:mb-72 {
    margin-bottom: 18rem;
  }

  .\32xl\:mb-80 {
    margin-bottom: 20rem;
  }

  .\32xl\:mb-95 {
    margin-bottom: 95px;
  }

  .\32xl\:mb-96 {
    margin-bottom: 24rem;
  }

  .\32xl\:mb-120 {
    margin-bottom: 120px;
  }

  .\32xl\:mb-190 {
    margin-bottom: 190px;
  }

  .\32xl\:mb-auto {
    margin-bottom: auto;
  }

  .\32xl\:mb-px {
    margin-bottom: 1px;
  }

  .\32xl\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .\32xl\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .\32xl\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .\32xl\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .\32xl\:mb-30\% {
    margin-bottom: 30%;
  }

  .\32xl\:mb-7\.5r {
    margin-bottom: 1.875rem;
  }

  .\32xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .\32xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .\32xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .\32xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .\32xl\:-mb-5 {
    margin-bottom: -5px;
  }

  .\32xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .\32xl\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .\32xl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .\32xl\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .\32xl\:-mb-10 {
    margin-bottom: -10px;
  }

  .\32xl\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .\32xl\:-mb-12 {
    margin-bottom: -3rem;
  }

  .\32xl\:-mb-14 {
    margin-bottom: -14px;
  }

  .\32xl\:-mb-16 {
    margin-bottom: -16px;
  }

  .\32xl\:-mb-20 {
    margin-bottom: -20px;
  }

  .\32xl\:-mb-24 {
    margin-bottom: -24px;
  }

  .\32xl\:-mb-28 {
    margin-bottom: -7rem;
  }

  .\32xl\:-mb-30 {
    margin-bottom: -30px;
  }

  .\32xl\:-mb-32 {
    margin-bottom: -8rem;
  }

  .\32xl\:-mb-36 {
    margin-bottom: -9rem;
  }

  .\32xl\:-mb-40 {
    margin-bottom: -10rem;
  }

  .\32xl\:-mb-44 {
    margin-bottom: -11rem;
  }

  .\32xl\:-mb-48 {
    margin-bottom: -48px;
  }

  .\32xl\:-mb-52 {
    margin-bottom: -13rem;
  }

  .\32xl\:-mb-56 {
    margin-bottom: -14rem;
  }

  .\32xl\:-mb-60 {
    margin-bottom: -60px;
  }

  .\32xl\:-mb-64 {
    margin-bottom: -16rem;
  }

  .\32xl\:-mb-72 {
    margin-bottom: -18rem;
  }

  .\32xl\:-mb-80 {
    margin-bottom: -20rem;
  }

  .\32xl\:-mb-95 {
    margin-bottom: -95px;
  }

  .\32xl\:-mb-96 {
    margin-bottom: -24rem;
  }

  .\32xl\:-mb-120 {
    margin-bottom: -120px;
  }

  .\32xl\:-mb-190 {
    margin-bottom: -190px;
  }

  .\32xl\:-mb-px {
    margin-bottom: -1px;
  }

  .\32xl\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .\32xl\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .\32xl\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .\32xl\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .\32xl\:-mb-30\% {
    margin-bottom: -30%;
  }

  .\32xl\:-mb-7\.5r {
    margin-bottom: -1.875rem;
  }

  .\32xl\:ml-0 {
    margin-left: 0;
  }

  .\32xl\:ml-1 {
    margin-left: 0.25rem;
  }

  .\32xl\:ml-2 {
    margin-left: 0.5rem;
  }

  .\32xl\:ml-3 {
    margin-left: 0.75rem;
  }

  .\32xl\:ml-4 {
    margin-left: 1rem;
  }

  .\32xl\:ml-5 {
    margin-left: 5px;
  }

  .\32xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .\32xl\:ml-7 {
    margin-left: 1.75rem;
  }

  .\32xl\:ml-8 {
    margin-left: 2rem;
  }

  .\32xl\:ml-9 {
    margin-left: 2.25rem;
  }

  .\32xl\:ml-10 {
    margin-left: 10px;
  }

  .\32xl\:ml-11 {
    margin-left: 2.75rem;
  }

  .\32xl\:ml-12 {
    margin-left: 3rem;
  }

  .\32xl\:ml-14 {
    margin-left: 14px;
  }

  .\32xl\:ml-16 {
    margin-left: 16px;
  }

  .\32xl\:ml-20 {
    margin-left: 20px;
  }

  .\32xl\:ml-24 {
    margin-left: 24px;
  }

  .\32xl\:ml-28 {
    margin-left: 7rem;
  }

  .\32xl\:ml-30 {
    margin-left: 30px;
  }

  .\32xl\:ml-32 {
    margin-left: 8rem;
  }

  .\32xl\:ml-36 {
    margin-left: 9rem;
  }

  .\32xl\:ml-40 {
    margin-left: 10rem;
  }

  .\32xl\:ml-44 {
    margin-left: 11rem;
  }

  .\32xl\:ml-48 {
    margin-left: 48px;
  }

  .\32xl\:ml-52 {
    margin-left: 13rem;
  }

  .\32xl\:ml-56 {
    margin-left: 14rem;
  }

  .\32xl\:ml-60 {
    margin-left: 60px;
  }

  .\32xl\:ml-64 {
    margin-left: 16rem;
  }

  .\32xl\:ml-72 {
    margin-left: 18rem;
  }

  .\32xl\:ml-80 {
    margin-left: 20rem;
  }

  .\32xl\:ml-95 {
    margin-left: 95px;
  }

  .\32xl\:ml-96 {
    margin-left: 24rem;
  }

  .\32xl\:ml-120 {
    margin-left: 120px;
  }

  .\32xl\:ml-190 {
    margin-left: 190px;
  }

  .\32xl\:ml-auto {
    margin-left: auto;
  }

  .\32xl\:ml-px {
    margin-left: 1px;
  }

  .\32xl\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .\32xl\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .\32xl\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .\32xl\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .\32xl\:ml-30\% {
    margin-left: 30%;
  }

  .\32xl\:ml-7\.5r {
    margin-left: 1.875rem;
  }

  .\32xl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .\32xl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .\32xl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .\32xl\:-ml-4 {
    margin-left: -1rem;
  }

  .\32xl\:-ml-5 {
    margin-left: -5px;
  }

  .\32xl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .\32xl\:-ml-7 {
    margin-left: -1.75rem;
  }

  .\32xl\:-ml-8 {
    margin-left: -2rem;
  }

  .\32xl\:-ml-9 {
    margin-left: -2.25rem;
  }

  .\32xl\:-ml-10 {
    margin-left: -10px;
  }

  .\32xl\:-ml-11 {
    margin-left: -2.75rem;
  }

  .\32xl\:-ml-12 {
    margin-left: -3rem;
  }

  .\32xl\:-ml-14 {
    margin-left: -14px;
  }

  .\32xl\:-ml-16 {
    margin-left: -16px;
  }

  .\32xl\:-ml-20 {
    margin-left: -20px;
  }

  .\32xl\:-ml-24 {
    margin-left: -24px;
  }

  .\32xl\:-ml-28 {
    margin-left: -7rem;
  }

  .\32xl\:-ml-30 {
    margin-left: -30px;
  }

  .\32xl\:-ml-32 {
    margin-left: -8rem;
  }

  .\32xl\:-ml-36 {
    margin-left: -9rem;
  }

  .\32xl\:-ml-40 {
    margin-left: -10rem;
  }

  .\32xl\:-ml-44 {
    margin-left: -11rem;
  }

  .\32xl\:-ml-48 {
    margin-left: -48px;
  }

  .\32xl\:-ml-52 {
    margin-left: -13rem;
  }

  .\32xl\:-ml-56 {
    margin-left: -14rem;
  }

  .\32xl\:-ml-60 {
    margin-left: -60px;
  }

  .\32xl\:-ml-64 {
    margin-left: -16rem;
  }

  .\32xl\:-ml-72 {
    margin-left: -18rem;
  }

  .\32xl\:-ml-80 {
    margin-left: -20rem;
  }

  .\32xl\:-ml-95 {
    margin-left: -95px;
  }

  .\32xl\:-ml-96 {
    margin-left: -24rem;
  }

  .\32xl\:-ml-120 {
    margin-left: -120px;
  }

  .\32xl\:-ml-190 {
    margin-left: -190px;
  }

  .\32xl\:-ml-px {
    margin-left: -1px;
  }

  .\32xl\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .\32xl\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .\32xl\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .\32xl\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .\32xl\:-ml-30\% {
    margin-left: -30%;
  }

  .\32xl\:-ml-7\.5r {
    margin-left: -1.875rem;
  }

  .\32xl\:box-border {
    box-sizing: border-box;
  }

  .\32xl\:box-content {
    box-sizing: content-box;
  }

  .\32xl\:block {
    display: block;
  }

  .\32xl\:inline-block {
    display: inline-block;
  }

  .\32xl\:inline {
    display: inline;
  }

  .\32xl\:flex {
    display: flex;
  }

  .\32xl\:inline-flex {
    display: inline-flex;
  }

  .\32xl\:table {
    display: table;
  }

  .\32xl\:inline-table {
    display: inline-table;
  }

  .\32xl\:table-caption {
    display: table-caption;
  }

  .\32xl\:table-cell {
    display: table-cell;
  }

  .\32xl\:table-column {
    display: table-column;
  }

  .\32xl\:table-column-group {
    display: table-column-group;
  }

  .\32xl\:table-footer-group {
    display: table-footer-group;
  }

  .\32xl\:table-header-group {
    display: table-header-group;
  }

  .\32xl\:table-row-group {
    display: table-row-group;
  }

  .\32xl\:table-row {
    display: table-row;
  }

  .\32xl\:flow-root {
    display: flow-root;
  }

  .\32xl\:grid {
    display: grid;
  }

  .\32xl\:inline-grid {
    display: inline-grid;
  }

  .\32xl\:contents {
    display: contents;
  }

  .\32xl\:list-item {
    display: list-item;
  }

  .\32xl\:hidden {
    display: none;
  }

  .group:hover .\32xl\:group-hover\:block {
    display: block;
  }

  .group:hover .\32xl\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .\32xl\:group-hover\:inline {
    display: inline;
  }

  .group:hover .\32xl\:group-hover\:flex {
    display: flex;
  }

  .group:hover .\32xl\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .\32xl\:group-hover\:table {
    display: table;
  }

  .group:hover .\32xl\:group-hover\:inline-table {
    display: inline-table;
  }

  .group:hover .\32xl\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .\32xl\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .\32xl\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .\32xl\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .\32xl\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .\32xl\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .\32xl\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .\32xl\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .\32xl\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .\32xl\:group-hover\:grid {
    display: grid;
  }

  .group:hover .\32xl\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .\32xl\:group-hover\:contents {
    display: contents;
  }

  .group:hover .\32xl\:group-hover\:list-item {
    display: list-item;
  }

  .group:hover .\32xl\:group-hover\:hidden {
    display: none;
  }

  .\32xl\:h-0 {
    height: 0;
  }

  .\32xl\:h-1 {
    height: 0.25rem;
  }

  .\32xl\:h-2 {
    height: 0.5rem;
  }

  .\32xl\:h-3 {
    height: 0.75rem;
  }

  .\32xl\:h-4 {
    height: 1rem;
  }

  .\32xl\:h-5 {
    height: 5px;
  }

  .\32xl\:h-6 {
    height: 1.5rem;
  }

  .\32xl\:h-7 {
    height: 1.75rem;
  }

  .\32xl\:h-8 {
    height: 2rem;
  }

  .\32xl\:h-9 {
    height: 2.25rem;
  }

  .\32xl\:h-10 {
    height: 10px;
  }

  .\32xl\:h-11 {
    height: 2.75rem;
  }

  .\32xl\:h-12 {
    height: 12px;
  }

  .\32xl\:h-14 {
    height: 14px;
  }

  .\32xl\:h-16 {
    height: 16px;
  }

  .\32xl\:h-20 {
    height: 20px;
  }

  .\32xl\:h-24 {
    height: 24px;
  }

  .\32xl\:h-28 {
    height: 7rem;
  }

  .\32xl\:h-30 {
    height: 30px;
  }

  .\32xl\:h-32 {
    height: 8rem;
  }

  .\32xl\:h-36 {
    height: 9rem;
  }

  .\32xl\:h-40 {
    height: 10rem;
  }

  .\32xl\:h-42 {
    height: 42px;
  }

  .\32xl\:h-44 {
    height: 11rem;
  }

  .\32xl\:h-48 {
    height: 48px;
  }

  .\32xl\:h-52 {
    height: 13rem;
  }

  .\32xl\:h-56 {
    height: 14rem;
  }

  .\32xl\:h-60 {
    height: 60px;
  }

  .\32xl\:h-64 {
    height: 16rem;
  }

  .\32xl\:h-70 {
    height: 70px;
  }

  .\32xl\:h-72 {
    height: 18rem;
  }

  .\32xl\:h-78 {
    height: 78px;
  }

  .\32xl\:h-80 {
    height: 20rem;
  }

  .\32xl\:h-95 {
    height: 95px;
  }

  .\32xl\:h-96 {
    height: 24rem;
  }

  .\32xl\:h-120 {
    height: 120px;
  }

  .\32xl\:h-190 {
    height: 190px;
  }

  .\32xl\:h-auto {
    height: auto;
  }

  .\32xl\:h-px {
    height: 1px;
  }

  .\32xl\:h-0\.5 {
    height: 0.125rem;
  }

  .\32xl\:h-1\.5 {
    height: 0.375rem;
  }

  .\32xl\:h-2\.5 {
    height: 0.625rem;
  }

  .\32xl\:h-3\.5 {
    height: 0.875rem;
  }

  .\32xl\:h-30\% {
    height: 30%;
  }

  .\32xl\:h-7\.5r {
    height: 1.875rem;
  }

  .\32xl\:h-1\/2 {
    height: 50%;
  }

  .\32xl\:h-1\/3 {
    height: 33.333333%;
  }

  .\32xl\:h-2\/3 {
    height: 66.667%;
  }

  .\32xl\:h-1\/4 {
    height: 25%;
  }

  .\32xl\:h-2\/4 {
    height: 50%;
  }

  .\32xl\:h-3\/4 {
    height: 75%;
  }

  .\32xl\:h-1\/5 {
    height: 20%;
  }

  .\32xl\:h-2\/5 {
    height: 40%;
  }

  .\32xl\:h-3\/5 {
    height: 60%;
  }

  .\32xl\:h-4\/5 {
    height: 80%;
  }

  .\32xl\:h-1\/6 {
    height: 16.666667%;
  }

  .\32xl\:h-2\/6 {
    height: 33.333333%;
  }

  .\32xl\:h-3\/6 {
    height: 50%;
  }

  .\32xl\:h-4\/6 {
    height: 66.666667%;
  }

  .\32xl\:h-5\/6 {
    height: 83.333333%;
  }

  .\32xl\:h-full {
    height: 100%;
  }

  .\32xl\:h-screen {
    height: 100vh;
  }

  .\32xl\:h-20r {
    height: 5rem;
  }

  .\32xl\:h-50vh {
    height: 50vh;
  }

  .\32xl\:h-66vh {
    height: 66vh;
  }

  .\32xl\:h-75vh {
    height: 75vh;
  }

  .\32xl\:h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .\32xl\:max-h-0 {
    max-height: 0;
  }

  .\32xl\:max-h-1 {
    max-height: 0.25rem;
  }

  .\32xl\:max-h-2 {
    max-height: 0.5rem;
  }

  .\32xl\:max-h-3 {
    max-height: 0.75rem;
  }

  .\32xl\:max-h-4 {
    max-height: 1rem;
  }

  .\32xl\:max-h-5 {
    max-height: 5px;
  }

  .\32xl\:max-h-6 {
    max-height: 1.5rem;
  }

  .\32xl\:max-h-7 {
    max-height: 1.75rem;
  }

  .\32xl\:max-h-8 {
    max-height: 2rem;
  }

  .\32xl\:max-h-9 {
    max-height: 2.25rem;
  }

  .\32xl\:max-h-10 {
    max-height: 10px;
  }

  .\32xl\:max-h-11 {
    max-height: 2.75rem;
  }

  .\32xl\:max-h-12 {
    max-height: 3rem;
  }

  .\32xl\:max-h-14 {
    max-height: 14px;
  }

  .\32xl\:max-h-16 {
    max-height: 16px;
  }

  .\32xl\:max-h-20 {
    max-height: 20px;
  }

  .\32xl\:max-h-24 {
    max-height: 24px;
  }

  .\32xl\:max-h-28 {
    max-height: 7rem;
  }

  .\32xl\:max-h-30 {
    max-height: 30px;
  }

  .\32xl\:max-h-32 {
    max-height: 8rem;
  }

  .\32xl\:max-h-36 {
    max-height: 9rem;
  }

  .\32xl\:max-h-40 {
    max-height: 10rem;
  }

  .\32xl\:max-h-44 {
    max-height: 11rem;
  }

  .\32xl\:max-h-48 {
    max-height: 48px;
  }

  .\32xl\:max-h-52 {
    max-height: 13rem;
  }

  .\32xl\:max-h-56 {
    max-height: 14rem;
  }

  .\32xl\:max-h-60 {
    max-height: 60px;
  }

  .\32xl\:max-h-64 {
    max-height: 16rem;
  }

  .\32xl\:max-h-72 {
    max-height: 18rem;
  }

  .\32xl\:max-h-80 {
    max-height: 20rem;
  }

  .\32xl\:max-h-95 {
    max-height: 95px;
  }

  .\32xl\:max-h-96 {
    max-height: 24rem;
  }

  .\32xl\:max-h-120 {
    max-height: 120px;
  }

  .\32xl\:max-h-190 {
    max-height: 190px;
  }

  .\32xl\:max-h-px {
    max-height: 1px;
  }

  .\32xl\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .\32xl\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .\32xl\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .\32xl\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .\32xl\:max-h-30\% {
    max-height: 30%;
  }

  .\32xl\:max-h-7\.5r {
    max-height: 1.875rem;
  }

  .\32xl\:max-h-full {
    max-height: 100%;
  }

  .\32xl\:max-h-screen {
    max-height: 100vh;
  }

  .\32xl\:min-h-0 {
    min-height: 0px;
  }

  .\32xl\:min-h-24 {
    min-height: 6rem;
  }

  .\32xl\:min-h-78 {
    min-height: 78px;
  }

  .\32xl\:min-h-full {
    min-height: 100%;
  }

  .\32xl\:min-h-screen {
    min-height: 100vh;
  }

  .\32xl\:min-h-25\.5 {
    min-height: 6.375rem;
  }

  .\32xl\:min-h-1\/2 {
    min-height: 50%;
  }

  .\32xl\:min-h-2\/3 {
    min-height: 66.667%;
  }

  .\32xl\:min-h-3\/4 {
    min-height: 75%;
  }

  .\32xl\:min-h-50vh {
    min-height: 50vh;
  }

  .\32xl\:min-h-66vh {
    min-height: 66vh;
  }

  .\32xl\:min-h-75vh {
    min-height: 75vh;
  }

  .\32xl\:w-0 {
    width: 0;
  }

  .\32xl\:w-1 {
    width: 0.25rem;
  }

  .\32xl\:w-2 {
    width: 0.5rem;
  }

  .\32xl\:w-3 {
    width: 0.75rem;
  }

  .\32xl\:w-4 {
    width: 1rem;
  }

  .\32xl\:w-5 {
    width: 5px;
  }

  .\32xl\:w-6 {
    width: 1.5rem;
  }

  .\32xl\:w-7 {
    width: 1.75rem;
  }

  .\32xl\:w-8 {
    width: 2rem;
  }

  .\32xl\:w-9 {
    width: 2.25rem;
  }

  .\32xl\:w-10 {
    width: 10px;
  }

  .\32xl\:w-11 {
    width: 2.75rem;
  }

  .\32xl\:w-12 {
    width: 3rem;
  }

  .\32xl\:w-14 {
    width: 14px;
  }

  .\32xl\:w-16 {
    width: 16px;
  }

  .\32xl\:w-20 {
    width: 20px;
  }

  .\32xl\:w-24 {
    width: 24px;
  }

  .\32xl\:w-28 {
    width: 7rem;
  }

  .\32xl\:w-30 {
    width: 30px;
  }

  .\32xl\:w-32 {
    width: 8rem;
  }

  .\32xl\:w-36 {
    width: 9rem;
  }

  .\32xl\:w-40 {
    width: 10rem;
  }

  .\32xl\:w-44 {
    width: 11rem;
  }

  .\32xl\:w-48 {
    width: 48px;
  }

  .\32xl\:w-52 {
    width: 13rem;
  }

  .\32xl\:w-56 {
    width: 14rem;
  }

  .\32xl\:w-60 {
    width: 60px;
  }

  .\32xl\:w-64 {
    width: 16rem;
  }

  .\32xl\:w-72 {
    width: 18rem;
  }

  .\32xl\:w-80 {
    width: 20rem;
  }

  .\32xl\:w-95 {
    width: 95px;
  }

  .\32xl\:w-96 {
    width: 24rem;
  }

  .\32xl\:w-120 {
    width: 120px;
  }

  .\32xl\:w-150 {
    width: 150px;
  }

  .\32xl\:w-190 {
    width: 190px;
  }

  .\32xl\:w-auto {
    width: auto;
  }

  .\32xl\:w-px {
    width: 1px;
  }

  .\32xl\:w-0\.5 {
    width: 0.125rem;
  }

  .\32xl\:w-1\.5 {
    width: 0.375rem;
  }

  .\32xl\:w-2\.5 {
    width: 0.625rem;
  }

  .\32xl\:w-3\.5 {
    width: 0.875rem;
  }

  .\32xl\:w-30\% {
    width: 30%;
  }

  .\32xl\:w-7\.5r {
    width: 1.875rem;
  }

  .\32xl\:w-1\/2 {
    width: 50%;
  }

  .\32xl\:w-1\/3 {
    width: 33.333333%;
  }

  .\32xl\:w-2\/3 {
    width: 66.666667%;
  }

  .\32xl\:w-1\/4 {
    width: 25%;
  }

  .\32xl\:w-2\/4 {
    width: 50%;
  }

  .\32xl\:w-3\/4 {
    width: 75%;
  }

  .\32xl\:w-1\/5 {
    width: 20%;
  }

  .\32xl\:w-2\/5 {
    width: 40%;
  }

  .\32xl\:w-3\/5 {
    width: 60%;
  }

  .\32xl\:w-4\/5 {
    width: 80%;
  }

  .\32xl\:w-1\/6 {
    width: 16.666667%;
  }

  .\32xl\:w-2\/6 {
    width: 33.333333%;
  }

  .\32xl\:w-3\/6 {
    width: 50%;
  }

  .\32xl\:w-4\/6 {
    width: 66.666667%;
  }

  .\32xl\:w-5\/6 {
    width: 83.333333%;
  }

  .\32xl\:w-1\/12 {
    width: 8.333333%;
  }

  .\32xl\:w-2\/12 {
    width: 16.666667%;
  }

  .\32xl\:w-3\/12 {
    width: 25%;
  }

  .\32xl\:w-4\/12 {
    width: 33.333333%;
  }

  .\32xl\:w-5\/12 {
    width: 41.666667%;
  }

  .\32xl\:w-6\/12 {
    width: 50%;
  }

  .\32xl\:w-7\/12 {
    width: 58.333333%;
  }

  .\32xl\:w-8\/12 {
    width: 66.666667%;
  }

  .\32xl\:w-9\/12 {
    width: 75%;
  }

  .\32xl\:w-10\/12 {
    width: 83.333333%;
  }

  .\32xl\:w-11\/12 {
    width: 91.666667%;
  }

  .\32xl\:w-full {
    width: 100%;
  }

  .\32xl\:w-screen {
    width: 100vw;
  }

  .\32xl\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .\32xl\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .\32xl\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .\32xl\:w-20r {
    width: 5rem;
  }

  .\32xl\:min-w-0 {
    min-width: 0px;
  }

  .\32xl\:min-w-1280 {
    min-width: 1280px;
  }

  .\32xl\:min-w-full {
    min-width: 100%;
  }

  .\32xl\:min-w-min {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .\32xl\:min-w-max {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .\32xl\:min-w-7\.5r {
    min-width: 1.875rem;
  }

  .\32xl\:min-w-10r {
    min-width: 2.5rem;
  }

  .\32xl\:min-w-12\.5r {
    min-width: 3.125rem;
  }

  .\32xl\:min-w-17\.5r {
    min-width: 4.375rem;
  }

  .\32xl\:min-w-20r {
    min-width: 5rem;
  }

  .\32xl\:min-w-25r {
    min-width: 6.25rem;
  }

  .\32xl\:min-w-37\.5r {
    min-width: 9.375rem;
  }

  .\32xl\:min-w-45r {
    min-width: 11.25rem;
  }

  .\32xl\:min-w-367\.5r {
    min-width: 91.875rem;
  }

  .\32xl\:max-w-0 {
    max-width: 0rem;
  }

  .\32xl\:max-w-none {
    max-width: none;
  }

  .\32xl\:max-w-xs {
    max-width: 20rem;
  }

  .\32xl\:max-w-sm {
    max-width: 24rem;
  }

  .\32xl\:max-w-md {
    max-width: 28rem;
  }

  .\32xl\:max-w-lg {
    max-width: 32rem;
  }

  .\32xl\:max-w-xl {
    max-width: 36rem;
  }

  .\32xl\:max-w-2xl {
    max-width: 42rem;
  }

  .\32xl\:max-w-3xl {
    max-width: 48rem;
  }

  .\32xl\:max-w-4xl {
    max-width: 56rem;
  }

  .\32xl\:max-w-5xl {
    max-width: 64rem;
  }

  .\32xl\:max-w-6xl {
    max-width: 72rem;
  }

  .\32xl\:max-w-7xl {
    max-width: 80rem;
  }

  .\32xl\:max-w-full {
    max-width: 100%;
  }

  .\32xl\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .\32xl\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .\32xl\:max-w-prose {
    max-width: 65ch;
  }

  .\32xl\:max-w-screen-sm {
    max-width: 640px;
  }

  .\32xl\:max-w-screen-md {
    max-width: 768px;
  }

  .\32xl\:max-w-screen-lg {
    max-width: 1280px;
  }

  .\32xl\:max-w-screen-xl {
    max-width: 1440px;
  }

  .\32xl\:max-w-screen-2xl {
    max-width: 1600px;
  }

  .\32xl\:max-w-screen-desktop {
    max-width: 1280px;
  }

  .\32xl\:max-w-screen-xxs {
    max-width: 320px;
  }

  .\32xl\:max-w-screen-xs {
    max-width: 4820px;
  }

  .\32xl\:flex-1 {
    flex: 1 1 0%;
  }

  .\32xl\:flex-auto {
    flex: 1 1 auto;
  }

  .\32xl\:flex-initial {
    flex: 0 1 auto;
  }

  .\32xl\:flex-none {
    flex: none;
  }

  .\32xl\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .\32xl\:flex-shrink {
    flex-shrink: 1;
  }

  .\32xl\:flex-grow-0 {
    flex-grow: 0;
  }

  .\32xl\:flex-grow {
    flex-grow: 1;
  }

  .\32xl\:table-auto {
    table-layout: auto;
  }

  .\32xl\:table-fixed {
    table-layout: fixed;
  }

  .\32xl\:border-collapse {
    border-collapse: collapse;
  }

  .\32xl\:border-separate {
    border-collapse: separate;
  }

  .\32xl\:origin-center {
    transform-origin: center;
  }

  .\32xl\:origin-top {
    transform-origin: top;
  }

  .\32xl\:origin-top-right {
    transform-origin: top right;
  }

  .\32xl\:origin-right {
    transform-origin: right;
  }

  .\32xl\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .\32xl\:origin-bottom {
    transform-origin: bottom;
  }

  .\32xl\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .\32xl\:origin-left {
    transform-origin: left;
  }

  .\32xl\:origin-top-left {
    transform-origin: top left;
  }

  .\32xl\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .\32xl\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .\32xl\:transform-none {
    transform: none;
  }

  .\32xl\:translate-x-0 {
    --tw-translate-x: 0;
  }

  .\32xl\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .\32xl\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .\32xl\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .\32xl\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .\32xl\:translate-x-5 {
    --tw-translate-x: 5px;
  }

  .\32xl\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .\32xl\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .\32xl\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .\32xl\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .\32xl\:translate-x-10 {
    --tw-translate-x: 10px;
  }

  .\32xl\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .\32xl\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .\32xl\:translate-x-14 {
    --tw-translate-x: 14px;
  }

  .\32xl\:translate-x-16 {
    --tw-translate-x: 16px;
  }

  .\32xl\:translate-x-20 {
    --tw-translate-x: 20px;
  }

  .\32xl\:translate-x-24 {
    --tw-translate-x: 24px;
  }

  .\32xl\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .\32xl\:translate-x-30 {
    --tw-translate-x: 30px;
  }

  .\32xl\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .\32xl\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .\32xl\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .\32xl\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .\32xl\:translate-x-48 {
    --tw-translate-x: 48px;
  }

  .\32xl\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .\32xl\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .\32xl\:translate-x-60 {
    --tw-translate-x: 60px;
  }

  .\32xl\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .\32xl\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .\32xl\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .\32xl\:translate-x-95 {
    --tw-translate-x: 95px;
  }

  .\32xl\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .\32xl\:translate-x-120 {
    --tw-translate-x: 120px;
  }

  .\32xl\:translate-x-190 {
    --tw-translate-x: 190px;
  }

  .\32xl\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .\32xl\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .\32xl\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .\32xl\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .\32xl\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .\32xl\:translate-x-30\% {
    --tw-translate-x: 30%;
  }

  .\32xl\:translate-x-7\.5r {
    --tw-translate-x: 1.875rem;
  }

  .\32xl\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .\32xl\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .\32xl\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .\32xl\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .\32xl\:-translate-x-5 {
    --tw-translate-x: -5px;
  }

  .\32xl\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .\32xl\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .\32xl\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .\32xl\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .\32xl\:-translate-x-10 {
    --tw-translate-x: -10px;
  }

  .\32xl\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .\32xl\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .\32xl\:-translate-x-14 {
    --tw-translate-x: -14px;
  }

  .\32xl\:-translate-x-16 {
    --tw-translate-x: -16px;
  }

  .\32xl\:-translate-x-20 {
    --tw-translate-x: -20px;
  }

  .\32xl\:-translate-x-24 {
    --tw-translate-x: -24px;
  }

  .\32xl\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .\32xl\:-translate-x-30 {
    --tw-translate-x: -30px;
  }

  .\32xl\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .\32xl\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .\32xl\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .\32xl\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .\32xl\:-translate-x-48 {
    --tw-translate-x: -48px;
  }

  .\32xl\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .\32xl\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .\32xl\:-translate-x-60 {
    --tw-translate-x: -60px;
  }

  .\32xl\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .\32xl\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .\32xl\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .\32xl\:-translate-x-95 {
    --tw-translate-x: -95px;
  }

  .\32xl\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .\32xl\:-translate-x-120 {
    --tw-translate-x: -120px;
  }

  .\32xl\:-translate-x-190 {
    --tw-translate-x: -190px;
  }

  .\32xl\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .\32xl\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .\32xl\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .\32xl\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .\32xl\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .\32xl\:-translate-x-30\% {
    --tw-translate-x: -30%;
  }

  .\32xl\:-translate-x-7\.5r {
    --tw-translate-x: -1.875rem;
  }

  .\32xl\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .\32xl\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .\32xl\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .\32xl\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .\32xl\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .\32xl\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .\32xl\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .\32xl\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .\32xl\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .\32xl\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .\32xl\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .\32xl\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .\32xl\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .\32xl\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .\32xl\:translate-y-0 {
    --tw-translate-y: 0;
  }

  .\32xl\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .\32xl\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .\32xl\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .\32xl\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .\32xl\:translate-y-5 {
    --tw-translate-y: 5px;
  }

  .\32xl\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .\32xl\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .\32xl\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .\32xl\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .\32xl\:translate-y-10 {
    --tw-translate-y: 10px;
  }

  .\32xl\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .\32xl\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .\32xl\:translate-y-14 {
    --tw-translate-y: 14px;
  }

  .\32xl\:translate-y-16 {
    --tw-translate-y: 16px;
  }

  .\32xl\:translate-y-20 {
    --tw-translate-y: 20px;
  }

  .\32xl\:translate-y-24 {
    --tw-translate-y: 24px;
  }

  .\32xl\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .\32xl\:translate-y-30 {
    --tw-translate-y: 30px;
  }

  .\32xl\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .\32xl\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .\32xl\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .\32xl\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .\32xl\:translate-y-48 {
    --tw-translate-y: 48px;
  }

  .\32xl\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .\32xl\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .\32xl\:translate-y-60 {
    --tw-translate-y: 60px;
  }

  .\32xl\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .\32xl\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .\32xl\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .\32xl\:translate-y-95 {
    --tw-translate-y: 95px;
  }

  .\32xl\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .\32xl\:translate-y-120 {
    --tw-translate-y: 120px;
  }

  .\32xl\:translate-y-190 {
    --tw-translate-y: 190px;
  }

  .\32xl\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .\32xl\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .\32xl\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .\32xl\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .\32xl\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .\32xl\:translate-y-30\% {
    --tw-translate-y: 30%;
  }

  .\32xl\:translate-y-7\.5r {
    --tw-translate-y: 1.875rem;
  }

  .\32xl\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .\32xl\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .\32xl\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .\32xl\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .\32xl\:-translate-y-5 {
    --tw-translate-y: -5px;
  }

  .\32xl\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .\32xl\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .\32xl\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .\32xl\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .\32xl\:-translate-y-10 {
    --tw-translate-y: -10px;
  }

  .\32xl\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .\32xl\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .\32xl\:-translate-y-14 {
    --tw-translate-y: -14px;
  }

  .\32xl\:-translate-y-16 {
    --tw-translate-y: -16px;
  }

  .\32xl\:-translate-y-20 {
    --tw-translate-y: -20px;
  }

  .\32xl\:-translate-y-24 {
    --tw-translate-y: -24px;
  }

  .\32xl\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .\32xl\:-translate-y-30 {
    --tw-translate-y: -30px;
  }

  .\32xl\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .\32xl\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .\32xl\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .\32xl\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .\32xl\:-translate-y-48 {
    --tw-translate-y: -48px;
  }

  .\32xl\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .\32xl\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .\32xl\:-translate-y-60 {
    --tw-translate-y: -60px;
  }

  .\32xl\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .\32xl\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .\32xl\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .\32xl\:-translate-y-95 {
    --tw-translate-y: -95px;
  }

  .\32xl\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .\32xl\:-translate-y-120 {
    --tw-translate-y: -120px;
  }

  .\32xl\:-translate-y-190 {
    --tw-translate-y: -190px;
  }

  .\32xl\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .\32xl\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .\32xl\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .\32xl\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .\32xl\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .\32xl\:-translate-y-30\% {
    --tw-translate-y: -30%;
  }

  .\32xl\:-translate-y-7\.5r {
    --tw-translate-y: -1.875rem;
  }

  .\32xl\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .\32xl\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .\32xl\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .\32xl\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .\32xl\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .\32xl\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .\32xl\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .\32xl\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .\32xl\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .\32xl\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .\32xl\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .\32xl\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .\32xl\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .\32xl\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .\32xl\:hover\:translate-x-0:hover {
    --tw-translate-x: 0;
  }

  .\32xl\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .\32xl\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .\32xl\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .\32xl\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .\32xl\:hover\:translate-x-5:hover {
    --tw-translate-x: 5px;
  }

  .\32xl\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .\32xl\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .\32xl\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .\32xl\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .\32xl\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px;
  }

  .\32xl\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .\32xl\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .\32xl\:hover\:translate-x-14:hover {
    --tw-translate-x: 14px;
  }

  .\32xl\:hover\:translate-x-16:hover {
    --tw-translate-x: 16px;
  }

  .\32xl\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px;
  }

  .\32xl\:hover\:translate-x-24:hover {
    --tw-translate-x: 24px;
  }

  .\32xl\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .\32xl\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px;
  }

  .\32xl\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .\32xl\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .\32xl\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .\32xl\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .\32xl\:hover\:translate-x-48:hover {
    --tw-translate-x: 48px;
  }

  .\32xl\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .\32xl\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .\32xl\:hover\:translate-x-60:hover {
    --tw-translate-x: 60px;
  }

  .\32xl\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .\32xl\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .\32xl\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .\32xl\:hover\:translate-x-95:hover {
    --tw-translate-x: 95px;
  }

  .\32xl\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .\32xl\:hover\:translate-x-120:hover {
    --tw-translate-x: 120px;
  }

  .\32xl\:hover\:translate-x-190:hover {
    --tw-translate-x: 190px;
  }

  .\32xl\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .\32xl\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .\32xl\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .\32xl\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .\32xl\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .\32xl\:hover\:translate-x-30\%:hover {
    --tw-translate-x: 30%;
  }

  .\32xl\:hover\:translate-x-7\.5r:hover {
    --tw-translate-x: 1.875rem;
  }

  .\32xl\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .\32xl\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .\32xl\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .\32xl\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .\32xl\:hover\:-translate-x-5:hover {
    --tw-translate-x: -5px;
  }

  .\32xl\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .\32xl\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .\32xl\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .\32xl\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .\32xl\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px;
  }

  .\32xl\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .\32xl\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .\32xl\:hover\:-translate-x-14:hover {
    --tw-translate-x: -14px;
  }

  .\32xl\:hover\:-translate-x-16:hover {
    --tw-translate-x: -16px;
  }

  .\32xl\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px;
  }

  .\32xl\:hover\:-translate-x-24:hover {
    --tw-translate-x: -24px;
  }

  .\32xl\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .\32xl\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px;
  }

  .\32xl\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .\32xl\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .\32xl\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .\32xl\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .\32xl\:hover\:-translate-x-48:hover {
    --tw-translate-x: -48px;
  }

  .\32xl\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .\32xl\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .\32xl\:hover\:-translate-x-60:hover {
    --tw-translate-x: -60px;
  }

  .\32xl\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .\32xl\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .\32xl\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .\32xl\:hover\:-translate-x-95:hover {
    --tw-translate-x: -95px;
  }

  .\32xl\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .\32xl\:hover\:-translate-x-120:hover {
    --tw-translate-x: -120px;
  }

  .\32xl\:hover\:-translate-x-190:hover {
    --tw-translate-x: -190px;
  }

  .\32xl\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .\32xl\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .\32xl\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .\32xl\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .\32xl\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .\32xl\:hover\:-translate-x-30\%:hover {
    --tw-translate-x: -30%;
  }

  .\32xl\:hover\:-translate-x-7\.5r:hover {
    --tw-translate-x: -1.875rem;
  }

  .\32xl\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .\32xl\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .\32xl\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .\32xl\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .\32xl\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .\32xl\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .\32xl\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .\32xl\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .\32xl\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .\32xl\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .\32xl\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .\32xl\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .\32xl\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .\32xl\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .\32xl\:hover\:translate-y-0:hover {
    --tw-translate-y: 0;
  }

  .\32xl\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .\32xl\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .\32xl\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .\32xl\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .\32xl\:hover\:translate-y-5:hover {
    --tw-translate-y: 5px;
  }

  .\32xl\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .\32xl\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .\32xl\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .\32xl\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .\32xl\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px;
  }

  .\32xl\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .\32xl\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .\32xl\:hover\:translate-y-14:hover {
    --tw-translate-y: 14px;
  }

  .\32xl\:hover\:translate-y-16:hover {
    --tw-translate-y: 16px;
  }

  .\32xl\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px;
  }

  .\32xl\:hover\:translate-y-24:hover {
    --tw-translate-y: 24px;
  }

  .\32xl\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .\32xl\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px;
  }

  .\32xl\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .\32xl\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .\32xl\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .\32xl\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .\32xl\:hover\:translate-y-48:hover {
    --tw-translate-y: 48px;
  }

  .\32xl\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .\32xl\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .\32xl\:hover\:translate-y-60:hover {
    --tw-translate-y: 60px;
  }

  .\32xl\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .\32xl\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .\32xl\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .\32xl\:hover\:translate-y-95:hover {
    --tw-translate-y: 95px;
  }

  .\32xl\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .\32xl\:hover\:translate-y-120:hover {
    --tw-translate-y: 120px;
  }

  .\32xl\:hover\:translate-y-190:hover {
    --tw-translate-y: 190px;
  }

  .\32xl\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .\32xl\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .\32xl\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .\32xl\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .\32xl\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .\32xl\:hover\:translate-y-30\%:hover {
    --tw-translate-y: 30%;
  }

  .\32xl\:hover\:translate-y-7\.5r:hover {
    --tw-translate-y: 1.875rem;
  }

  .\32xl\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .\32xl\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .\32xl\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .\32xl\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .\32xl\:hover\:-translate-y-5:hover {
    --tw-translate-y: -5px;
  }

  .\32xl\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .\32xl\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .\32xl\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .\32xl\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .\32xl\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px;
  }

  .\32xl\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .\32xl\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .\32xl\:hover\:-translate-y-14:hover {
    --tw-translate-y: -14px;
  }

  .\32xl\:hover\:-translate-y-16:hover {
    --tw-translate-y: -16px;
  }

  .\32xl\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px;
  }

  .\32xl\:hover\:-translate-y-24:hover {
    --tw-translate-y: -24px;
  }

  .\32xl\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .\32xl\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px;
  }

  .\32xl\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .\32xl\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .\32xl\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .\32xl\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .\32xl\:hover\:-translate-y-48:hover {
    --tw-translate-y: -48px;
  }

  .\32xl\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .\32xl\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .\32xl\:hover\:-translate-y-60:hover {
    --tw-translate-y: -60px;
  }

  .\32xl\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .\32xl\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .\32xl\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .\32xl\:hover\:-translate-y-95:hover {
    --tw-translate-y: -95px;
  }

  .\32xl\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .\32xl\:hover\:-translate-y-120:hover {
    --tw-translate-y: -120px;
  }

  .\32xl\:hover\:-translate-y-190:hover {
    --tw-translate-y: -190px;
  }

  .\32xl\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .\32xl\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .\32xl\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .\32xl\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .\32xl\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .\32xl\:hover\:-translate-y-30\%:hover {
    --tw-translate-y: -30%;
  }

  .\32xl\:hover\:-translate-y-7\.5r:hover {
    --tw-translate-y: -1.875rem;
  }

  .\32xl\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .\32xl\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .\32xl\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .\32xl\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .\32xl\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .\32xl\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .\32xl\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .\32xl\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .\32xl\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .\32xl\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .\32xl\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .\32xl\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .\32xl\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .\32xl\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .\32xl\:focus\:translate-x-0:focus {
    --tw-translate-x: 0;
  }

  .\32xl\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .\32xl\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .\32xl\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .\32xl\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .\32xl\:focus\:translate-x-5:focus {
    --tw-translate-x: 5px;
  }

  .\32xl\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .\32xl\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .\32xl\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .\32xl\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .\32xl\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px;
  }

  .\32xl\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .\32xl\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .\32xl\:focus\:translate-x-14:focus {
    --tw-translate-x: 14px;
  }

  .\32xl\:focus\:translate-x-16:focus {
    --tw-translate-x: 16px;
  }

  .\32xl\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px;
  }

  .\32xl\:focus\:translate-x-24:focus {
    --tw-translate-x: 24px;
  }

  .\32xl\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .\32xl\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px;
  }

  .\32xl\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .\32xl\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .\32xl\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .\32xl\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .\32xl\:focus\:translate-x-48:focus {
    --tw-translate-x: 48px;
  }

  .\32xl\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .\32xl\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .\32xl\:focus\:translate-x-60:focus {
    --tw-translate-x: 60px;
  }

  .\32xl\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .\32xl\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .\32xl\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .\32xl\:focus\:translate-x-95:focus {
    --tw-translate-x: 95px;
  }

  .\32xl\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .\32xl\:focus\:translate-x-120:focus {
    --tw-translate-x: 120px;
  }

  .\32xl\:focus\:translate-x-190:focus {
    --tw-translate-x: 190px;
  }

  .\32xl\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .\32xl\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .\32xl\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .\32xl\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .\32xl\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .\32xl\:focus\:translate-x-30\%:focus {
    --tw-translate-x: 30%;
  }

  .\32xl\:focus\:translate-x-7\.5r:focus {
    --tw-translate-x: 1.875rem;
  }

  .\32xl\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .\32xl\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .\32xl\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .\32xl\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .\32xl\:focus\:-translate-x-5:focus {
    --tw-translate-x: -5px;
  }

  .\32xl\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .\32xl\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .\32xl\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .\32xl\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .\32xl\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px;
  }

  .\32xl\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .\32xl\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .\32xl\:focus\:-translate-x-14:focus {
    --tw-translate-x: -14px;
  }

  .\32xl\:focus\:-translate-x-16:focus {
    --tw-translate-x: -16px;
  }

  .\32xl\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px;
  }

  .\32xl\:focus\:-translate-x-24:focus {
    --tw-translate-x: -24px;
  }

  .\32xl\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .\32xl\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px;
  }

  .\32xl\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .\32xl\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .\32xl\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .\32xl\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .\32xl\:focus\:-translate-x-48:focus {
    --tw-translate-x: -48px;
  }

  .\32xl\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .\32xl\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .\32xl\:focus\:-translate-x-60:focus {
    --tw-translate-x: -60px;
  }

  .\32xl\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .\32xl\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .\32xl\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .\32xl\:focus\:-translate-x-95:focus {
    --tw-translate-x: -95px;
  }

  .\32xl\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .\32xl\:focus\:-translate-x-120:focus {
    --tw-translate-x: -120px;
  }

  .\32xl\:focus\:-translate-x-190:focus {
    --tw-translate-x: -190px;
  }

  .\32xl\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .\32xl\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .\32xl\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .\32xl\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .\32xl\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .\32xl\:focus\:-translate-x-30\%:focus {
    --tw-translate-x: -30%;
  }

  .\32xl\:focus\:-translate-x-7\.5r:focus {
    --tw-translate-x: -1.875rem;
  }

  .\32xl\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .\32xl\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .\32xl\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .\32xl\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .\32xl\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .\32xl\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .\32xl\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .\32xl\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .\32xl\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .\32xl\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .\32xl\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .\32xl\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .\32xl\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .\32xl\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .\32xl\:focus\:translate-y-0:focus {
    --tw-translate-y: 0;
  }

  .\32xl\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .\32xl\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .\32xl\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .\32xl\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .\32xl\:focus\:translate-y-5:focus {
    --tw-translate-y: 5px;
  }

  .\32xl\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .\32xl\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .\32xl\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .\32xl\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .\32xl\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px;
  }

  .\32xl\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .\32xl\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .\32xl\:focus\:translate-y-14:focus {
    --tw-translate-y: 14px;
  }

  .\32xl\:focus\:translate-y-16:focus {
    --tw-translate-y: 16px;
  }

  .\32xl\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px;
  }

  .\32xl\:focus\:translate-y-24:focus {
    --tw-translate-y: 24px;
  }

  .\32xl\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .\32xl\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px;
  }

  .\32xl\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .\32xl\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .\32xl\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .\32xl\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .\32xl\:focus\:translate-y-48:focus {
    --tw-translate-y: 48px;
  }

  .\32xl\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .\32xl\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .\32xl\:focus\:translate-y-60:focus {
    --tw-translate-y: 60px;
  }

  .\32xl\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .\32xl\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .\32xl\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .\32xl\:focus\:translate-y-95:focus {
    --tw-translate-y: 95px;
  }

  .\32xl\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .\32xl\:focus\:translate-y-120:focus {
    --tw-translate-y: 120px;
  }

  .\32xl\:focus\:translate-y-190:focus {
    --tw-translate-y: 190px;
  }

  .\32xl\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .\32xl\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .\32xl\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .\32xl\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .\32xl\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .\32xl\:focus\:translate-y-30\%:focus {
    --tw-translate-y: 30%;
  }

  .\32xl\:focus\:translate-y-7\.5r:focus {
    --tw-translate-y: 1.875rem;
  }

  .\32xl\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .\32xl\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .\32xl\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .\32xl\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .\32xl\:focus\:-translate-y-5:focus {
    --tw-translate-y: -5px;
  }

  .\32xl\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .\32xl\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .\32xl\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .\32xl\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .\32xl\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px;
  }

  .\32xl\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .\32xl\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .\32xl\:focus\:-translate-y-14:focus {
    --tw-translate-y: -14px;
  }

  .\32xl\:focus\:-translate-y-16:focus {
    --tw-translate-y: -16px;
  }

  .\32xl\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px;
  }

  .\32xl\:focus\:-translate-y-24:focus {
    --tw-translate-y: -24px;
  }

  .\32xl\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .\32xl\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px;
  }

  .\32xl\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .\32xl\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .\32xl\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .\32xl\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .\32xl\:focus\:-translate-y-48:focus {
    --tw-translate-y: -48px;
  }

  .\32xl\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .\32xl\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .\32xl\:focus\:-translate-y-60:focus {
    --tw-translate-y: -60px;
  }

  .\32xl\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .\32xl\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .\32xl\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .\32xl\:focus\:-translate-y-95:focus {
    --tw-translate-y: -95px;
  }

  .\32xl\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .\32xl\:focus\:-translate-y-120:focus {
    --tw-translate-y: -120px;
  }

  .\32xl\:focus\:-translate-y-190:focus {
    --tw-translate-y: -190px;
  }

  .\32xl\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .\32xl\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .\32xl\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .\32xl\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .\32xl\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .\32xl\:focus\:-translate-y-30\%:focus {
    --tw-translate-y: -30%;
  }

  .\32xl\:focus\:-translate-y-7\.5r:focus {
    --tw-translate-y: -1.875rem;
  }

  .\32xl\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .\32xl\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .\32xl\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .\32xl\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .\32xl\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .\32xl\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .\32xl\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .\32xl\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .\32xl\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .\32xl\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .\32xl\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .\32xl\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .\32xl\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .\32xl\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .\32xl\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .\32xl\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .\32xl\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .\32xl\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .\32xl\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .\32xl\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .\32xl\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .\32xl\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .\32xl\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .\32xl\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .\32xl\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .\32xl\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .\32xl\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .\32xl\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .\32xl\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .\32xl\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .\32xl\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .\32xl\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .\32xl\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .\32xl\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .\32xl\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .\32xl\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .\32xl\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .\32xl\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .\32xl\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .\32xl\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .\32xl\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .\32xl\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .\32xl\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .\32xl\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .\32xl\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .\32xl\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .\32xl\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .\32xl\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .\32xl\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .\32xl\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .\32xl\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .\32xl\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .\32xl\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .\32xl\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .\32xl\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .\32xl\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .\32xl\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .\32xl\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .\32xl\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .\32xl\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .\32xl\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .\32xl\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .\32xl\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .\32xl\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .\32xl\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .\32xl\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .\32xl\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .\32xl\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .\32xl\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .\32xl\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .\32xl\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .\32xl\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .\32xl\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .\32xl\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .\32xl\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .\32xl\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .\32xl\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .\32xl\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .\32xl\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .\32xl\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .\32xl\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .\32xl\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .\32xl\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .\32xl\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .\32xl\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .\32xl\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .\32xl\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .\32xl\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .\32xl\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .\32xl\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .\32xl\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .\32xl\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .\32xl\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .\32xl\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .\32xl\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .\32xl\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .\32xl\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .\32xl\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .\32xl\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .\32xl\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .\32xl\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .\32xl\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .\32xl\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .\32xl\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .\32xl\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .\32xl\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .\32xl\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .\32xl\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .\32xl\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .\32xl\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .\32xl\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .\32xl\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .\32xl\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .\32xl\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .\32xl\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .\32xl\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .\32xl\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .\32xl\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .\32xl\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .\32xl\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .\32xl\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .\32xl\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .\32xl\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .\32xl\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .\32xl\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .\32xl\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .\32xl\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .\32xl\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .\32xl\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .\32xl\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .\32xl\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .\32xl\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .\32xl\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .\32xl\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .\32xl\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .\32xl\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .\32xl\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .\32xl\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .\32xl\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .\32xl\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .\32xl\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .\32xl\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .\32xl\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .\32xl\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .\32xl\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .\32xl\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .\32xl\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .\32xl\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .\32xl\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .\32xl\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .\32xl\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .\32xl\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .\32xl\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .\32xl\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .\32xl\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .\32xl\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .\32xl\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .\32xl\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .\32xl\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .\32xl\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .\32xl\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .\32xl\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .\32xl\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .\32xl\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .\32xl\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .\32xl\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .\32xl\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .\32xl\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .\32xl\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .\32xl\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .\32xl\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .\32xl\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .\32xl\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .\32xl\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .\32xl\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .\32xl\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .\32xl\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .\32xl\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .\32xl\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .\32xl\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .\32xl\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .\32xl\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .\32xl\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .\32xl\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .\32xl\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .\32xl\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .\32xl\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .\32xl\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .\32xl\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .\32xl\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .\32xl\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .\32xl\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .\32xl\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .\32xl\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .\32xl\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .\32xl\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .\32xl\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .\32xl\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .\32xl\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .\32xl\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .\32xl\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .\32xl\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .\32xl\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .\32xl\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .\32xl\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .\32xl\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .\32xl\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .\32xl\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .\32xl\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .\32xl\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .\32xl\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .\32xl\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .\32xl\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .\32xl\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .\32xl\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .\32xl\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .\32xl\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .\32xl\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .\32xl\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .\32xl\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .\32xl\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .\32xl\:animate-fade-in {
    -webkit-animation: fade-in 0.5s ease-out;
            animation: fade-in 0.5s ease-out;
  }

  .\32xl\:cursor-auto {
    cursor: auto;
  }

  .\32xl\:cursor-default {
    cursor: default;
  }

  .\32xl\:cursor-pointer {
    cursor: pointer;
  }

  .\32xl\:cursor-wait {
    cursor: wait;
  }

  .\32xl\:cursor-text {
    cursor: text;
  }

  .\32xl\:cursor-move {
    cursor: move;
  }

  .\32xl\:cursor-help {
    cursor: help;
  }

  .\32xl\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .\32xl\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .\32xl\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .\32xl\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .\32xl\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .\32xl\:resize-none {
    resize: none;
  }

  .\32xl\:resize-y {
    resize: vertical;
  }

  .\32xl\:resize-x {
    resize: horizontal;
  }

  .\32xl\:resize {
    resize: both;
  }

  .\32xl\:list-inside {
    list-style-position: inside;
  }

  .\32xl\:list-outside {
    list-style-position: outside;
  }

  .\32xl\:list-none {
    list-style-type: none;
  }

  .\32xl\:list-disc {
    list-style-type: disc;
  }

  .\32xl\:list-decimal {
    list-style-type: decimal;
  }

  .\32xl\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .\32xl\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .\32xl\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .\32xl\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .\32xl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .\32xl\:grid-flow-row {
    grid-auto-flow: row;
  }

  .\32xl\:grid-flow-col {
    grid-auto-flow: column;
  }

  .\32xl\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .\32xl\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .\32xl\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .\32xl\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .\32xl\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .\32xl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .\32xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-none {
    grid-template-columns: none;
  }

  .\32xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-none {
    grid-template-rows: none;
  }

  .\32xl\:flex-row {
    flex-direction: row;
  }

  .\32xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .\32xl\:flex-col {
    flex-direction: column;
  }

  .\32xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .\32xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .\32xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .\32xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .\32xl\:place-content-center {
    align-content: center;
    justify-content: center;
    place-content: center;
  }

  .\32xl\:place-content-start {
    align-content: start;
    justify-content: start;
    place-content: start;
  }

  .\32xl\:place-content-end {
    align-content: end;
    justify-content: end;
    place-content: end;
  }

  .\32xl\:place-content-between {
    align-content: space-between;
    justify-content: space-between;
    place-content: space-between;
  }

  .\32xl\:place-content-around {
    align-content: space-around;
    justify-content: space-around;
    place-content: space-around;
  }

  .\32xl\:place-content-evenly {
    align-content: space-evenly;
    justify-content: space-evenly;
    place-content: space-evenly;
  }

  .\32xl\:place-content-stretch {
    align-content: stretch;
    justify-content: stretch;
    place-content: stretch;
  }

  .\32xl\:place-items-start {
    align-items: start;
    justify-items: start;
    place-items: start;
  }

  .\32xl\:place-items-end {
    align-items: end;
    justify-items: end;
    place-items: end;
  }

  .\32xl\:place-items-center {
    align-items: center;
    justify-items: center;
    place-items: center;
  }

  .\32xl\:place-items-stretch {
    align-items: stretch;
    justify-items: stretch;
    place-items: stretch;
  }

  .\32xl\:content-center {
    align-content: center;
  }

  .\32xl\:content-start {
    align-content: flex-start;
  }

  .\32xl\:content-end {
    align-content: flex-end;
  }

  .\32xl\:content-between {
    align-content: space-between;
  }

  .\32xl\:content-around {
    align-content: space-around;
  }

  .\32xl\:content-evenly {
    align-content: space-evenly;
  }

  .\32xl\:items-start {
    align-items: flex-start;
  }

  .\32xl\:items-end {
    align-items: flex-end;
  }

  .\32xl\:items-center {
    align-items: center;
  }

  .\32xl\:items-baseline {
    align-items: baseline;
  }

  .\32xl\:items-stretch {
    align-items: stretch;
  }

  .\32xl\:justify-start {
    justify-content: flex-start;
  }

  .\32xl\:justify-end {
    justify-content: flex-end;
  }

  .\32xl\:justify-center {
    justify-content: center;
  }

  .\32xl\:justify-between {
    justify-content: space-between;
  }

  .\32xl\:justify-around {
    justify-content: space-around;
  }

  .\32xl\:justify-evenly {
    justify-content: space-evenly;
  }

  .\32xl\:justify-items-start {
    justify-items: start;
  }

  .\32xl\:justify-items-end {
    justify-items: end;
  }

  .\32xl\:justify-items-center {
    justify-items: center;
  }

  .\32xl\:justify-items-stretch {
    justify-items: stretch;
  }

  .\32xl\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .\32xl\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .\32xl\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .\32xl\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .\32xl\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .\32xl\:gap-5 {
    grid-gap: 5px;
    gap: 5px;
  }

  .\32xl\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .\32xl\:gap-7 {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .\32xl\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .\32xl\:gap-9 {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .\32xl\:gap-10 {
    grid-gap: 10px;
    gap: 10px;
  }

  .\32xl\:gap-11 {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .\32xl\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .\32xl\:gap-14 {
    grid-gap: 14px;
    gap: 14px;
  }

  .\32xl\:gap-16 {
    grid-gap: 16px;
    gap: 16px;
  }

  .\32xl\:gap-20 {
    grid-gap: 20px;
    gap: 20px;
  }

  .\32xl\:gap-24 {
    grid-gap: 24px;
    gap: 24px;
  }

  .\32xl\:gap-28 {
    grid-gap: 7rem;
    gap: 7rem;
  }

  .\32xl\:gap-30 {
    grid-gap: 30px;
    gap: 30px;
  }

  .\32xl\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .\32xl\:gap-36 {
    grid-gap: 9rem;
    gap: 9rem;
  }

  .\32xl\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .\32xl\:gap-44 {
    grid-gap: 11rem;
    gap: 11rem;
  }

  .\32xl\:gap-48 {
    grid-gap: 48px;
    gap: 48px;
  }

  .\32xl\:gap-52 {
    grid-gap: 13rem;
    gap: 13rem;
  }

  .\32xl\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .\32xl\:gap-60 {
    grid-gap: 60px;
    gap: 60px;
  }

  .\32xl\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .\32xl\:gap-72 {
    grid-gap: 18rem;
    gap: 18rem;
  }

  .\32xl\:gap-80 {
    grid-gap: 20rem;
    gap: 20rem;
  }

  .\32xl\:gap-95 {
    grid-gap: 95px;
    gap: 95px;
  }

  .\32xl\:gap-96 {
    grid-gap: 24rem;
    gap: 24rem;
  }

  .\32xl\:gap-120 {
    grid-gap: 120px;
    gap: 120px;
  }

  .\32xl\:gap-190 {
    grid-gap: 190px;
    gap: 190px;
  }

  .\32xl\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .\32xl\:gap-0\.5 {
    grid-gap: 0.125rem;
    gap: 0.125rem;
  }

  .\32xl\:gap-1\.5 {
    grid-gap: 0.375rem;
    gap: 0.375rem;
  }

  .\32xl\:gap-2\.5 {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }

  .\32xl\:gap-3\.5 {
    grid-gap: 0.875rem;
    gap: 0.875rem;
  }

  .\32xl\:gap-30\% {
    grid-gap: 30%;
    gap: 30%;
  }

  .\32xl\:gap-7\.5r {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }

  .\32xl\:gap-x-0 {
    -moz-column-gap: 0;
         grid-column-gap: 0;
         column-gap: 0;
  }

  .\32xl\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         grid-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .\32xl\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         grid-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .\32xl\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         grid-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .\32xl\:gap-x-4 {
    -moz-column-gap: 1rem;
         grid-column-gap: 1rem;
         column-gap: 1rem;
  }

  .\32xl\:gap-x-5 {
    -moz-column-gap: 5px;
         grid-column-gap: 5px;
         column-gap: 5px;
  }

  .\32xl\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         grid-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .\32xl\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         grid-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .\32xl\:gap-x-8 {
    -moz-column-gap: 2rem;
         grid-column-gap: 2rem;
         column-gap: 2rem;
  }

  .\32xl\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         grid-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .\32xl\:gap-x-10 {
    -moz-column-gap: 10px;
         grid-column-gap: 10px;
         column-gap: 10px;
  }

  .\32xl\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         grid-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .\32xl\:gap-x-12 {
    -moz-column-gap: 3rem;
         grid-column-gap: 3rem;
         column-gap: 3rem;
  }

  .\32xl\:gap-x-14 {
    -moz-column-gap: 14px;
         grid-column-gap: 14px;
         column-gap: 14px;
  }

  .\32xl\:gap-x-16 {
    -moz-column-gap: 16px;
         grid-column-gap: 16px;
         column-gap: 16px;
  }

  .\32xl\:gap-x-20 {
    -moz-column-gap: 20px;
         grid-column-gap: 20px;
         column-gap: 20px;
  }

  .\32xl\:gap-x-24 {
    -moz-column-gap: 24px;
         grid-column-gap: 24px;
         column-gap: 24px;
  }

  .\32xl\:gap-x-28 {
    -moz-column-gap: 7rem;
         grid-column-gap: 7rem;
         column-gap: 7rem;
  }

  .\32xl\:gap-x-30 {
    -moz-column-gap: 30px;
         grid-column-gap: 30px;
         column-gap: 30px;
  }

  .\32xl\:gap-x-32 {
    -moz-column-gap: 8rem;
         grid-column-gap: 8rem;
         column-gap: 8rem;
  }

  .\32xl\:gap-x-36 {
    -moz-column-gap: 9rem;
         grid-column-gap: 9rem;
         column-gap: 9rem;
  }

  .\32xl\:gap-x-40 {
    -moz-column-gap: 10rem;
         grid-column-gap: 10rem;
         column-gap: 10rem;
  }

  .\32xl\:gap-x-44 {
    -moz-column-gap: 11rem;
         grid-column-gap: 11rem;
         column-gap: 11rem;
  }

  .\32xl\:gap-x-48 {
    -moz-column-gap: 48px;
         grid-column-gap: 48px;
         column-gap: 48px;
  }

  .\32xl\:gap-x-52 {
    -moz-column-gap: 13rem;
         grid-column-gap: 13rem;
         column-gap: 13rem;
  }

  .\32xl\:gap-x-56 {
    -moz-column-gap: 14rem;
         grid-column-gap: 14rem;
         column-gap: 14rem;
  }

  .\32xl\:gap-x-60 {
    -moz-column-gap: 60px;
         grid-column-gap: 60px;
         column-gap: 60px;
  }

  .\32xl\:gap-x-64 {
    -moz-column-gap: 16rem;
         grid-column-gap: 16rem;
         column-gap: 16rem;
  }

  .\32xl\:gap-x-72 {
    -moz-column-gap: 18rem;
         grid-column-gap: 18rem;
         column-gap: 18rem;
  }

  .\32xl\:gap-x-80 {
    -moz-column-gap: 20rem;
         grid-column-gap: 20rem;
         column-gap: 20rem;
  }

  .\32xl\:gap-x-95 {
    -moz-column-gap: 95px;
         grid-column-gap: 95px;
         column-gap: 95px;
  }

  .\32xl\:gap-x-96 {
    -moz-column-gap: 24rem;
         grid-column-gap: 24rem;
         column-gap: 24rem;
  }

  .\32xl\:gap-x-120 {
    -moz-column-gap: 120px;
         grid-column-gap: 120px;
         column-gap: 120px;
  }

  .\32xl\:gap-x-190 {
    -moz-column-gap: 190px;
         grid-column-gap: 190px;
         column-gap: 190px;
  }

  .\32xl\:gap-x-px {
    -moz-column-gap: 1px;
         grid-column-gap: 1px;
         column-gap: 1px;
  }

  .\32xl\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         grid-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .\32xl\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         grid-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .\32xl\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         grid-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .\32xl\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         grid-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .\32xl\:gap-x-30\% {
    -moz-column-gap: 30%;
         grid-column-gap: 30%;
         column-gap: 30%;
  }

  .\32xl\:gap-x-7\.5r {
    -moz-column-gap: 1.875rem;
         grid-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }

  .\32xl\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .\32xl\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .\32xl\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .\32xl\:gap-y-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .\32xl\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .\32xl\:gap-y-5 {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .\32xl\:gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .\32xl\:gap-y-7 {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .\32xl\:gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .\32xl\:gap-y-9 {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .\32xl\:gap-y-10 {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .\32xl\:gap-y-11 {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .\32xl\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .\32xl\:gap-y-14 {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .\32xl\:gap-y-16 {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .\32xl\:gap-y-20 {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .\32xl\:gap-y-24 {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .\32xl\:gap-y-28 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .\32xl\:gap-y-30 {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .\32xl\:gap-y-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .\32xl\:gap-y-36 {
    grid-row-gap: 9rem;
    row-gap: 9rem;
  }

  .\32xl\:gap-y-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .\32xl\:gap-y-44 {
    grid-row-gap: 11rem;
    row-gap: 11rem;
  }

  .\32xl\:gap-y-48 {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .\32xl\:gap-y-52 {
    grid-row-gap: 13rem;
    row-gap: 13rem;
  }

  .\32xl\:gap-y-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .\32xl\:gap-y-60 {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .\32xl\:gap-y-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .\32xl\:gap-y-72 {
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .\32xl\:gap-y-80 {
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .\32xl\:gap-y-95 {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .\32xl\:gap-y-96 {
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .\32xl\:gap-y-120 {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .\32xl\:gap-y-190 {
    grid-row-gap: 190px;
    row-gap: 190px;
  }

  .\32xl\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .\32xl\:gap-y-0\.5 {
    grid-row-gap: 0.125rem;
    row-gap: 0.125rem;
  }

  .\32xl\:gap-y-1\.5 {
    grid-row-gap: 0.375rem;
    row-gap: 0.375rem;
  }

  .\32xl\:gap-y-2\.5 {
    grid-row-gap: 0.625rem;
    row-gap: 0.625rem;
  }

  .\32xl\:gap-y-3\.5 {
    grid-row-gap: 0.875rem;
    row-gap: 0.875rem;
  }

  .\32xl\:gap-y-30\% {
    grid-row-gap: 30%;
    row-gap: 30%;
  }

  .\32xl\:gap-y-7\.5r {
    grid-row-gap: 1.875rem;
    row-gap: 1.875rem;
  }

  .\32xl\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5px * var(--tw-space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14px * var(--tw-space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16px * var(--tw-space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24px * var(--tw-space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(48px * var(--tw-space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60px * var(--tw-space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95px * var(--tw-space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(120px * var(--tw-space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(190px * var(--tw-space-x-reverse));
    margin-left: calc(190px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30% * var(--tw-space-x-reverse));
    margin-left: calc(30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5px * var(--tw-space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10px * var(--tw-space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14px * var(--tw-space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16px * var(--tw-space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20px * var(--tw-space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24px * var(--tw-space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30px * var(--tw-space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-48px * var(--tw-space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60px * var(--tw-space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95px * var(--tw-space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-120px * var(--tw-space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-190px * var(--tw-space-x-reverse));
    margin-left: calc(-190px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30% * var(--tw-space-x-reverse));
    margin-left: calc(-30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(190px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(190px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30% * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-120px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-190px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-190px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30% * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .\32xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .\32xl\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .\32xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .\32xl\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .\32xl\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .\32xl\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .\32xl\:hover\:divide-x-0:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:hover\:divide-x-2:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:hover\:divide-x-4:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:hover\:divide-x-8:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:hover\:divide-x:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:hover\:divide-y-0:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .\32xl\:hover\:divide-y-2:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .\32xl\:hover\:divide-y-4:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .\32xl\:hover\:divide-y-8:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .\32xl\:hover\:divide-y:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .\32xl\:focus\:divide-x-0:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:focus\:divide-x-2:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:focus\:divide-x-4:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:focus\:divide-x-8:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:focus\:divide-x:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:focus\:divide-y-0:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .\32xl\:focus\:divide-y-2:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .\32xl\:focus\:divide-y-4:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .\32xl\:focus\:divide-y-8:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .\32xl\:focus\:divide-y:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .\32xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .\32xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .\32xl\:hover\:divide-y-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .\32xl\:hover\:divide-x-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .\32xl\:focus\:divide-y-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .\32xl\:focus\:divide-x-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .\32xl\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .\32xl\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .\32xl\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .\32xl\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .\32xl\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .\32xl\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .\32xl\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }

  .\32xl\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .\32xl\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .\32xl\:divide-primary-color > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-divide-opacity));
  }

  .\32xl\:divide-primary-color-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-divide-opacity));
  }

  .\32xl\:divide-secondary-color > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .\32xl\:divide-custom-gray-sm > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-divide-opacity));
  }

  .\32xl\:divide-custom-gray-sm2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-divide-opacity));
  }

  .\32xl\:divide-custom-gray-md > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-divide-opacity));
  }

  .\32xl\:divide-custom-navy-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .\32xl\:divide-dark-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .\32xl\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-divide-opacity));
  }

  .\32xl\:divide-secondary-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-divide-opacity));
  }

  .\32xl\:divide-secondary-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-divide-opacity));
  }

  .\32xl\:divide-secondary-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-divide-opacity));
  }

  .\32xl\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-divide-opacity));
  }

  .\32xl\:divide-secondary-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-divide-opacity));
  }

  .\32xl\:divide-secondary-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-divide-opacity));
  }

  .\32xl\:divide-grayCustom-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .\32xl\:divide-grayCustom-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .\32xl\:divide-grayCustom-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
  }

  .\32xl\:divide-grayCustom-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .\32xl\:divide-grayCustom > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .\32xl\:divide-grayCustom-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .\32xl\:divide-grayCustom-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
  }

  .\32xl\:divide-grayCustom-hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-divide-opacity));
  }

  .\32xl\:divide-error > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-divide-opacity));
  }

  .\32xl\:divide-error-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-divide-opacity));
  }

  .\32xl\:divide-warning > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .\32xl\:divide-warning-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-divide-opacity));
  }

  .\32xl\:divide-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-divide-opacity));
  }

  .\32xl\:divide-success-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-divide-opacity));
  }

  .\32xl\:divide-status-open > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-status-waiting_payment > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .\32xl\:divide-status-completed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-divide-opacity));
  }

  .\32xl\:divide-status-failed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .\32xl\:divide-status-waiting_verify > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .\32xl\:divide-status-closed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .\32xl\:divide-policyStatus-issuing > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-policyStatus-waiting_inspection > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .\32xl\:divide-policyStatus-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-divide-opacity));
  }

  .\32xl\:divide-policyStatus-failed_inspection > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .\32xl\:divide-policyStatus-failed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .\32xl\:divide-policyStatus-waiting_policy > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .\32xl\:divide-policyStatus-cancel > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .\32xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .\32xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .\32xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .\32xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .\32xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .\32xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .\32xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .\32xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .\32xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .\32xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .\32xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .\32xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .\32xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .\32xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .\32xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .\32xl\:place-self-auto {
    align-self: auto;
    justify-self: auto;
    place-self: auto;
  }

  .\32xl\:place-self-start {
    align-self: start;
    justify-self: start;
    place-self: start;
  }

  .\32xl\:place-self-end {
    align-self: end;
    justify-self: end;
    place-self: end;
  }

  .\32xl\:place-self-center {
    align-self: center;
    justify-self: center;
    place-self: center;
  }

  .\32xl\:place-self-stretch {
    align-self: stretch;
    justify-self: stretch;
    place-self: stretch;
  }

  .\32xl\:self-auto {
    align-self: auto;
  }

  .\32xl\:self-start {
    align-self: flex-start;
  }

  .\32xl\:self-end {
    align-self: flex-end;
  }

  .\32xl\:self-center {
    align-self: center;
  }

  .\32xl\:self-stretch {
    align-self: stretch;
  }

  .\32xl\:self-baseline {
    align-self: baseline;
  }

  .\32xl\:justify-self-auto {
    justify-self: auto;
  }

  .\32xl\:justify-self-start {
    justify-self: start;
  }

  .\32xl\:justify-self-end {
    justify-self: end;
  }

  .\32xl\:justify-self-center {
    justify-self: center;
  }

  .\32xl\:justify-self-stretch {
    justify-self: stretch;
  }

  .\32xl\:overflow-auto {
    overflow: auto;
  }

  .\32xl\:overflow-hidden {
    overflow: hidden;
  }

  .\32xl\:overflow-visible {
    overflow: visible;
  }

  .\32xl\:overflow-scroll {
    overflow: scroll;
  }

  .\32xl\:overflow-x-auto {
    overflow-x: auto;
  }

  .\32xl\:overflow-y-auto {
    overflow-y: auto;
  }

  .\32xl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .\32xl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .\32xl\:overflow-x-visible {
    overflow-x: visible;
  }

  .\32xl\:overflow-y-visible {
    overflow-y: visible;
  }

  .\32xl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .\32xl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .\32xl\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .\32xl\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .\32xl\:overscroll-none {
    overscroll-behavior: none;
  }

  .\32xl\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .\32xl\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .\32xl\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .\32xl\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .\32xl\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .\32xl\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .\32xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .\32xl\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .\32xl\:overflow-clip {
    text-overflow: clip;
  }

  .\32xl\:whitespace-normal {
    white-space: normal;
  }

  .\32xl\:whitespace-nowrap {
    white-space: nowrap;
  }

  .\32xl\:whitespace-pre {
    white-space: pre;
  }

  .\32xl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .\32xl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .\32xl\:break-normal {
    word-wrap: normal;
    word-break: normal;
  }

  .\32xl\:break-words {
    word-wrap: break-word;
  }

  .\32xl\:break-all {
    word-break: break-all;
  }

  .\32xl\:rounded-5 {
    border-radius: 5px;
  }

  .\32xl\:rounded-10 {
    border-radius: 10px;
  }

  .\32xl\:rounded-20 {
    border-radius: 20px;
  }

  .\32xl\:rounded-48 {
    border-radius: 48px;
  }

  .\32xl\:rounded-none {
    border-radius: 0;
  }

  .\32xl\:rounded-sm {
    border-radius: 0.125rem;
  }

  .\32xl\:rounded {
    border-radius: 5px;
  }

  .\32xl\:rounded-md {
    border-radius: 0.375rem;
  }

  .\32xl\:rounded-lg {
    border-radius: 0.5rem;
  }

  .\32xl\:rounded-xl {
    border-radius: 0.75rem;
  }

  .\32xl\:rounded-2xl {
    border-radius: 1rem;
  }

  .\32xl\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .\32xl\:rounded-full {
    border-radius: 9999px;
  }

  .\32xl\:rounded-t-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .\32xl\:rounded-t-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .\32xl\:rounded-t-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .\32xl\:rounded-t-48 {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
  }

  .\32xl\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .\32xl\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:rounded-t {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .\32xl\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .\32xl\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .\32xl\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .\32xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .\32xl\:rounded-r-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .\32xl\:rounded-r-10 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .\32xl\:rounded-r-20 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .\32xl\:rounded-r-48 {
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
  }

  .\32xl\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .\32xl\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:rounded-r {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .\32xl\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .\32xl\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .\32xl\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:rounded-b-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .\32xl\:rounded-b-10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .\32xl\:rounded-b-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .\32xl\:rounded-b-48 {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
  }

  .\32xl\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .\32xl\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:rounded-b {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .\32xl\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:rounded-l-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .\32xl\:rounded-l-10 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .\32xl\:rounded-l-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .\32xl\:rounded-l-48 {
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;
  }

  .\32xl\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .\32xl\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:rounded-l {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .\32xl\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:rounded-tl-5 {
    border-top-left-radius: 5px;
  }

  .\32xl\:rounded-tl-10 {
    border-top-left-radius: 10px;
  }

  .\32xl\:rounded-tl-20 {
    border-top-left-radius: 20px;
  }

  .\32xl\:rounded-tl-48 {
    border-top-left-radius: 48px;
  }

  .\32xl\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .\32xl\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .\32xl\:rounded-tl {
    border-top-left-radius: 5px;
  }

  .\32xl\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .\32xl\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .\32xl\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .\32xl\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .\32xl\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .\32xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .\32xl\:rounded-tr-5 {
    border-top-right-radius: 5px;
  }

  .\32xl\:rounded-tr-10 {
    border-top-right-radius: 10px;
  }

  .\32xl\:rounded-tr-20 {
    border-top-right-radius: 20px;
  }

  .\32xl\:rounded-tr-48 {
    border-top-right-radius: 48px;
  }

  .\32xl\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .\32xl\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:rounded-tr {
    border-top-right-radius: 5px;
  }

  .\32xl\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .\32xl\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .\32xl\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .\32xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .\32xl\:rounded-br-5 {
    border-bottom-right-radius: 5px;
  }

  .\32xl\:rounded-br-10 {
    border-bottom-right-radius: 10px;
  }

  .\32xl\:rounded-br-20 {
    border-bottom-right-radius: 20px;
  }

  .\32xl\:rounded-br-48 {
    border-bottom-right-radius: 48px;
  }

  .\32xl\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .\32xl\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:rounded-br {
    border-bottom-right-radius: 5px;
  }

  .\32xl\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .\32xl\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .\32xl\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:rounded-bl-5 {
    border-bottom-left-radius: 5px;
  }

  .\32xl\:rounded-bl-10 {
    border-bottom-left-radius: 10px;
  }

  .\32xl\:rounded-bl-20 {
    border-bottom-left-radius: 20px;
  }

  .\32xl\:rounded-bl-48 {
    border-bottom-left-radius: 48px;
  }

  .\32xl\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .\32xl\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:rounded-bl {
    border-bottom-left-radius: 5px;
  }

  .\32xl\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:border-0 {
    border-width: 0px;
  }

  .\32xl\:border-2 {
    border-width: 2px;
  }

  .\32xl\:border-4 {
    border-width: 4px;
  }

  .\32xl\:border-8 {
    border-width: 8px;
  }

  .\32xl\:border {
    border-width: 1px;
  }

  .\32xl\:hover\:border-0:hover {
    border-width: 0px;
  }

  .\32xl\:hover\:border-2:hover {
    border-width: 2px;
  }

  .\32xl\:hover\:border-4:hover {
    border-width: 4px;
  }

  .\32xl\:hover\:border-8:hover {
    border-width: 8px;
  }

  .\32xl\:hover\:border:hover {
    border-width: 1px;
  }

  .\32xl\:focus\:border-0:focus {
    border-width: 0px;
  }

  .\32xl\:focus\:border-2:focus {
    border-width: 2px;
  }

  .\32xl\:focus\:border-4:focus {
    border-width: 4px;
  }

  .\32xl\:focus\:border-8:focus {
    border-width: 8px;
  }

  .\32xl\:focus\:border:focus {
    border-width: 1px;
  }

  .\32xl\:border-t-0 {
    border-top-width: 0px;
  }

  .\32xl\:border-t-2 {
    border-top-width: 2px;
  }

  .\32xl\:border-t-4 {
    border-top-width: 4px;
  }

  .\32xl\:border-t-8 {
    border-top-width: 8px;
  }

  .\32xl\:border-t {
    border-top-width: 1px;
  }

  .\32xl\:border-r-0 {
    border-right-width: 0px;
  }

  .\32xl\:border-r-2 {
    border-right-width: 2px;
  }

  .\32xl\:border-r-4 {
    border-right-width: 4px;
  }

  .\32xl\:border-r-8 {
    border-right-width: 8px;
  }

  .\32xl\:border-r {
    border-right-width: 1px;
  }

  .\32xl\:border-b-0 {
    border-bottom-width: 0px;
  }

  .\32xl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .\32xl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .\32xl\:border-b-8 {
    border-bottom-width: 8px;
  }

  .\32xl\:border-b {
    border-bottom-width: 1px;
  }

  .\32xl\:border-l-0 {
    border-left-width: 0px;
  }

  .\32xl\:border-l-2 {
    border-left-width: 2px;
  }

  .\32xl\:border-l-4 {
    border-left-width: 4px;
  }

  .\32xl\:border-l-8 {
    border-left-width: 8px;
  }

  .\32xl\:border-l {
    border-left-width: 1px;
  }

  .\32xl\:hover\:border-t-0:hover {
    border-top-width: 0px;
  }

  .\32xl\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .\32xl\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .\32xl\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .\32xl\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .\32xl\:hover\:border-r-0:hover {
    border-right-width: 0px;
  }

  .\32xl\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .\32xl\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .\32xl\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .\32xl\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .\32xl\:hover\:border-b-0:hover {
    border-bottom-width: 0px;
  }

  .\32xl\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .\32xl\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .\32xl\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .\32xl\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .\32xl\:hover\:border-l-0:hover {
    border-left-width: 0px;
  }

  .\32xl\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .\32xl\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .\32xl\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .\32xl\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .\32xl\:focus\:border-t-0:focus {
    border-top-width: 0px;
  }

  .\32xl\:focus\:border-t-2:focus {
    border-top-width: 2px;
  }

  .\32xl\:focus\:border-t-4:focus {
    border-top-width: 4px;
  }

  .\32xl\:focus\:border-t-8:focus {
    border-top-width: 8px;
  }

  .\32xl\:focus\:border-t:focus {
    border-top-width: 1px;
  }

  .\32xl\:focus\:border-r-0:focus {
    border-right-width: 0px;
  }

  .\32xl\:focus\:border-r-2:focus {
    border-right-width: 2px;
  }

  .\32xl\:focus\:border-r-4:focus {
    border-right-width: 4px;
  }

  .\32xl\:focus\:border-r-8:focus {
    border-right-width: 8px;
  }

  .\32xl\:focus\:border-r:focus {
    border-right-width: 1px;
  }

  .\32xl\:focus\:border-b-0:focus {
    border-bottom-width: 0px;
  }

  .\32xl\:focus\:border-b-2:focus {
    border-bottom-width: 2px;
  }

  .\32xl\:focus\:border-b-4:focus {
    border-bottom-width: 4px;
  }

  .\32xl\:focus\:border-b-8:focus {
    border-bottom-width: 8px;
  }

  .\32xl\:focus\:border-b:focus {
    border-bottom-width: 1px;
  }

  .\32xl\:focus\:border-l-0:focus {
    border-left-width: 0px;
  }

  .\32xl\:focus\:border-l-2:focus {
    border-left-width: 2px;
  }

  .\32xl\:focus\:border-l-4:focus {
    border-left-width: 4px;
  }

  .\32xl\:focus\:border-l-8:focus {
    border-left-width: 8px;
  }

  .\32xl\:focus\:border-l:focus {
    border-left-width: 1px;
  }

  .\32xl\:border-solid {
    border-style: solid;
  }

  .\32xl\:border-dashed {
    border-style: dashed;
  }

  .\32xl\:border-dotted {
    border-style: dotted;
  }

  .\32xl\:border-double {
    border-style: double;
  }

  .\32xl\:border-none {
    border-style: none;
  }

  .\32xl\:hover\:border-solid:hover {
    border-style: solid;
  }

  .\32xl\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .\32xl\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .\32xl\:hover\:border-double:hover {
    border-style: double;
  }

  .\32xl\:hover\:border-none:hover {
    border-style: none;
  }

  .\32xl\:border-transparent {
    border-color: transparent;
  }

  .\32xl\:border-current {
    border-color: currentColor;
  }

  .\32xl\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .\32xl\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .\32xl\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .\32xl\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .\32xl\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .\32xl\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .\32xl\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .\32xl\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .\32xl\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .\32xl\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .\32xl\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .\32xl\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .\32xl\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .\32xl\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .\32xl\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .\32xl\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .\32xl\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .\32xl\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .\32xl\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .\32xl\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .\32xl\:border-primary-color {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .\32xl\:border-primary-color-dark {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .\32xl\:border-secondary-color {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .\32xl\:border-custom-gray-sm {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .\32xl\:border-custom-gray-sm2 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .\32xl\:border-custom-gray-md {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .\32xl\:border-custom-navy-dark {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .\32xl\:border-dark-blue {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .\32xl\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .\32xl\:border-secondary-1 {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .\32xl\:border-secondary-2 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .\32xl\:border-secondary-3 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .\32xl\:border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .\32xl\:border-secondary-dark {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .\32xl\:border-secondary-light {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .\32xl\:border-grayCustom-1 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .\32xl\:border-grayCustom-2 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .\32xl\:border-grayCustom-3 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .\32xl\:border-grayCustom-800 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .\32xl\:border-grayCustom {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .\32xl\:border-grayCustom-dark {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .\32xl\:border-grayCustom-light {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .\32xl\:border-grayCustom-hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .\32xl\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .\32xl\:border-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .\32xl\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .\32xl\:border-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .\32xl\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .\32xl\:border-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .\32xl\:border-status-open {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-status-waiting_payment {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .\32xl\:border-status-completed {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .\32xl\:border-status-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .\32xl\:border-status-waiting_verify {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .\32xl\:border-status-closed {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .\32xl\:border-policyStatus-issuing {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-policyStatus-waiting_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .\32xl\:border-policyStatus-success {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .\32xl\:border-policyStatus-failed_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .\32xl\:border-policyStatus-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .\32xl\:border-policyStatus-waiting_policy {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .\32xl\:border-policyStatus-cancel {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-transparent:checked {
    border-color: transparent;
  }

  .\32xl\:checked\:border-current:checked {
    border-color: currentColor;
  }

  .\32xl\:checked\:border-black:checked {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-white:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-gray-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-gray-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-gray-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-gray-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-gray-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-gray-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-gray-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-gray-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-gray-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-gray-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-red-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-red-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-red-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-red-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-red-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-red-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-red-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-red-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-red-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-red-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-yellow-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-yellow-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-yellow-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-yellow-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-yellow-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-yellow-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-yellow-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-yellow-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-yellow-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-yellow-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-green-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-green-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-green-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-green-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-green-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-green-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-green-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-green-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-green-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-green-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-blue-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-blue-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-blue-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-blue-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-blue-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-blue-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-blue-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-blue-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-blue-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-blue-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-indigo-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-indigo-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-indigo-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-indigo-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-indigo-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-indigo-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-indigo-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-indigo-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-indigo-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-indigo-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-purple-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-purple-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-purple-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-purple-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-purple-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-purple-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-purple-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-purple-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-purple-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-purple-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-pink-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-pink-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-pink-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-pink-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-pink-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-pink-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-pink-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-pink-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-pink-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-pink-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-primary-color:checked {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-primary-color-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-secondary-color:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-custom-gray-sm:checked {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-custom-gray-sm2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-custom-gray-md:checked {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-custom-navy-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-dark-blue:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-primary:checked {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-secondary-1:checked {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-secondary-2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-secondary-3:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-secondary:checked {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-secondary-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-secondary-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-grayCustom-1:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-grayCustom-2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-grayCustom-3:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-grayCustom-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-grayCustom:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-grayCustom-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-grayCustom-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-grayCustom-hover:checked {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-error:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-error-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-warning:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-warning-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-success:checked {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-success-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-status-open:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-status-waiting_payment:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-status-completed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-status-failed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-status-waiting_verify:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-status-closed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-policyStatus-issuing:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-policyStatus-waiting_inspection:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-policyStatus-success:checked {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-policyStatus-failed_inspection:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-policyStatus-failed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-policyStatus-waiting_policy:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .\32xl\:checked\:border-policyStatus-cancel:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .\32xl\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .\32xl\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-primary-color {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-primary-color-dark {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-secondary-color {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-custom-gray-sm {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-custom-gray-sm2 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-custom-gray-md {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-custom-navy-dark {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-dark-blue {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-secondary-1 {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-secondary-2 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-secondary-3 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-secondary-dark {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-secondary-light {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-grayCustom-1 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-grayCustom-2 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-grayCustom-3 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-grayCustom-800 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-grayCustom {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-grayCustom-dark {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-grayCustom-light {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-grayCustom-hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-status-open {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-status-waiting_payment {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-status-completed {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-status-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-status-waiting_verify {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-status-closed {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-policyStatus-issuing {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-policyStatus-waiting_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-policyStatus-success {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-policyStatus-failed_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-policyStatus-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-policyStatus-waiting_policy {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-policyStatus-cancel {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-transparent[focus-within] {
    border-color: transparent;
  }

  .\32xl\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .\32xl\:focus-within\:border-current[focus-within] {
    border-color: currentColor;
  }

  .\32xl\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }

  .\32xl\:focus-within\:border-black[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-white[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-primary-color[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-primary-color:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-primary-color-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-primary-color-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-secondary-color[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-secondary-color:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-custom-gray-sm[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-custom-gray-sm:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-custom-gray-sm2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-custom-gray-sm2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-custom-gray-md[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-custom-gray-md:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-custom-navy-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-custom-navy-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-dark-blue[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-dark-blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-primary[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-secondary-1[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-secondary-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-secondary-2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-secondary-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-secondary-3[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-secondary-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-secondary[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-secondary-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-secondary-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-secondary-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-secondary-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-grayCustom-1[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-grayCustom-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-grayCustom-2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-grayCustom-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-grayCustom-3[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-grayCustom-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-grayCustom-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-grayCustom-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-grayCustom[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-grayCustom:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-grayCustom-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-grayCustom-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-grayCustom-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-grayCustom-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-grayCustom-hover[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-grayCustom-hover:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-error[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-error:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-error-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-error-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-warning[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-warning:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-warning-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-warning-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-success[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-success-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-success-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-status-open[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-status-open:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-status-waiting_payment[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-status-waiting_payment:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-status-completed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-status-completed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-status-failed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-status-failed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-status-waiting_verify[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-status-waiting_verify:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-status-closed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-status-closed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-policyStatus-issuing[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-policyStatus-issuing:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-policyStatus-waiting_inspection[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-policyStatus-waiting_inspection:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-policyStatus-success[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-policyStatus-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-policyStatus-failed_inspection[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-policyStatus-failed_inspection:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-policyStatus-failed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-policyStatus-failed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-policyStatus-waiting_policy[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-policyStatus-waiting_policy:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-policyStatus-cancel[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-policyStatus-cancel:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .\32xl\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .\32xl\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-primary-color:hover {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-primary-color-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-secondary-color:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-custom-gray-sm:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-custom-gray-sm2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-custom-gray-md:hover {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-custom-navy-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-dark-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-secondary-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-secondary-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-secondary-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-secondary-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-secondary-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-grayCustom-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-grayCustom-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-grayCustom-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-grayCustom-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-grayCustom:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-grayCustom-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-grayCustom-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-grayCustom-hover:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-error:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-error-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-warning:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-warning-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-success-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-status-open:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-status-waiting_payment:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-status-completed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-status-failed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-status-waiting_verify:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-status-closed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-policyStatus-issuing:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-policyStatus-waiting_inspection:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-policyStatus-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-policyStatus-failed_inspection:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-policyStatus-failed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-policyStatus-waiting_policy:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-policyStatus-cancel:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .\32xl\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .\32xl\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-primary-color:focus {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-primary-color-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-secondary-color:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-custom-gray-sm:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-custom-gray-sm2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-custom-gray-md:focus {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-custom-navy-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-dark-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-primary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-secondary-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-secondary-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-secondary-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-secondary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-secondary-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-secondary-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-grayCustom-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-grayCustom-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-grayCustom-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-grayCustom-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-grayCustom:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-grayCustom-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-grayCustom-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-grayCustom-hover:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-error:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-error-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-warning:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-warning-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-success-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-status-open:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-status-waiting_payment:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-status-completed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-status-failed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-status-waiting_verify:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-status-closed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-policyStatus-issuing:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-policyStatus-waiting_inspection:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-policyStatus-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-policyStatus-failed_inspection:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-policyStatus-failed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-policyStatus-waiting_policy:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-policyStatus-cancel:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .\32xl\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .\32xl\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .\32xl\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .\32xl\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .\32xl\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .\32xl\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .\32xl\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .\32xl\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .\32xl\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .\32xl\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .\32xl\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .\32xl\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .\32xl\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .\32xl\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .\32xl\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .\32xl\:focus-within\:border-opacity-0[focus-within] {
    --tw-border-opacity: 0;
  }

  .\32xl\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .\32xl\:focus-within\:border-opacity-5[focus-within] {
    --tw-border-opacity: 0.05;
  }

  .\32xl\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .\32xl\:focus-within\:border-opacity-10[focus-within] {
    --tw-border-opacity: 0.1;
  }

  .\32xl\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .\32xl\:focus-within\:border-opacity-20[focus-within] {
    --tw-border-opacity: 0.2;
  }

  .\32xl\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .\32xl\:focus-within\:border-opacity-25[focus-within] {
    --tw-border-opacity: 0.25;
  }

  .\32xl\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .\32xl\:focus-within\:border-opacity-30[focus-within] {
    --tw-border-opacity: 0.3;
  }

  .\32xl\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .\32xl\:focus-within\:border-opacity-40[focus-within] {
    --tw-border-opacity: 0.4;
  }

  .\32xl\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .\32xl\:focus-within\:border-opacity-50[focus-within] {
    --tw-border-opacity: 0.5;
  }

  .\32xl\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .\32xl\:focus-within\:border-opacity-60[focus-within] {
    --tw-border-opacity: 0.6;
  }

  .\32xl\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .\32xl\:focus-within\:border-opacity-70[focus-within] {
    --tw-border-opacity: 0.7;
  }

  .\32xl\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .\32xl\:focus-within\:border-opacity-75[focus-within] {
    --tw-border-opacity: 0.75;
  }

  .\32xl\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .\32xl\:focus-within\:border-opacity-80[focus-within] {
    --tw-border-opacity: 0.8;
  }

  .\32xl\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .\32xl\:focus-within\:border-opacity-90[focus-within] {
    --tw-border-opacity: 0.9;
  }

  .\32xl\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .\32xl\:focus-within\:border-opacity-95[focus-within] {
    --tw-border-opacity: 0.95;
  }

  .\32xl\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .\32xl\:focus-within\:border-opacity-100[focus-within] {
    --tw-border-opacity: 1;
  }

  .\32xl\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .\32xl\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .\32xl\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .\32xl\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .\32xl\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .\32xl\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .\32xl\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .\32xl\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .\32xl\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .\32xl\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .\32xl\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .\32xl\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .\32xl\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .\32xl\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .\32xl\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .\32xl\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .\32xl\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .\32xl\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .\32xl\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .\32xl\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .\32xl\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .\32xl\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .\32xl\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .\32xl\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .\32xl\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .\32xl\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .\32xl\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .\32xl\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .\32xl\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .\32xl\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .\32xl\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .\32xl\:bg-transparent {
    background-color: transparent;
  }

  .\32xl\:bg-current {
    background-color: currentColor;
  }

  .\32xl\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .\32xl\:bg-primary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .\32xl\:bg-primary-color-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .\32xl\:bg-secondary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .\32xl\:bg-custom-gray-sm {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .\32xl\:bg-custom-gray-sm2 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .\32xl\:bg-custom-gray-md {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .\32xl\:bg-custom-navy-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .\32xl\:bg-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .\32xl\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .\32xl\:bg-secondary-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .\32xl\:bg-secondary-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .\32xl\:bg-secondary-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .\32xl\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .\32xl\:bg-secondary-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .\32xl\:bg-secondary-light {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .\32xl\:bg-grayCustom-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .\32xl\:bg-grayCustom-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .\32xl\:bg-grayCustom-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .\32xl\:bg-grayCustom-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .\32xl\:bg-grayCustom {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .\32xl\:bg-grayCustom-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .\32xl\:bg-grayCustom-light {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .\32xl\:bg-grayCustom-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .\32xl\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .\32xl\:bg-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .\32xl\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .\32xl\:bg-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .\32xl\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .\32xl\:bg-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .\32xl\:bg-status-open {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-status-waiting_payment {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .\32xl\:bg-status-completed {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .\32xl\:bg-status-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .\32xl\:bg-status-waiting_verify {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .\32xl\:bg-status-closed {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .\32xl\:bg-policyStatus-issuing {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-policyStatus-waiting_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .\32xl\:bg-policyStatus-success {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .\32xl\:bg-policyStatus-failed_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .\32xl\:bg-policyStatus-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .\32xl\:bg-policyStatus-waiting_policy {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .\32xl\:bg-policyStatus-cancel {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-transparent:nth-child(odd) {
    background-color: transparent;
  }

  .\32xl\:odd\:bg-current:nth-child(odd) {
    background-color: currentColor;
  }

  .\32xl\:odd\:bg-black:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-white:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-gray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-gray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-gray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-gray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-gray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-gray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-gray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-gray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-gray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-gray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-red-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-red-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-red-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-red-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-red-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-red-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-red-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-red-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-red-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-red-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-yellow-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-yellow-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-yellow-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-yellow-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-yellow-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-yellow-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-yellow-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-yellow-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-yellow-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-yellow-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-green-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-green-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-green-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-green-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-green-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-green-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-green-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-green-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-green-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-green-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-blue-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-blue-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-blue-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-blue-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-blue-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-blue-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-blue-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-blue-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-blue-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-blue-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-indigo-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-indigo-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-indigo-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-indigo-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-indigo-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-indigo-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-indigo-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-indigo-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-indigo-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-indigo-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-purple-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-purple-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-purple-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-purple-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-purple-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-purple-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-purple-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-purple-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-purple-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-purple-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-pink-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-pink-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-pink-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-pink-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-pink-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-pink-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-pink-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-pink-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-pink-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-pink-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-primary-color:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-primary-color-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-secondary-color:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-custom-gray-sm:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-custom-gray-sm2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-custom-gray-md:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-custom-navy-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-dark-blue:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-primary:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-secondary-1:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-secondary-2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-secondary-3:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-secondary:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-secondary-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-secondary-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-grayCustom-1:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-grayCustom-2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-grayCustom-3:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-grayCustom-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-grayCustom:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-grayCustom-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-grayCustom-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-grayCustom-hover:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-error:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-error-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-warning:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-warning-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-success:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-success-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-status-open:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-status-waiting_payment:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-status-completed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-status-failed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-status-waiting_verify:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-status-closed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-policyStatus-issuing:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-policyStatus-waiting_inspection:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-policyStatus-success:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-policyStatus-failed_inspection:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-policyStatus-failed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-policyStatus-waiting_policy:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-policyStatus-cancel:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-transparent:checked {
    background-color: transparent;
  }

  .\32xl\:checked\:bg-current:checked {
    background-color: currentColor;
  }

  .\32xl\:checked\:bg-black:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-white:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-gray-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-gray-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-gray-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-gray-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-gray-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-gray-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-gray-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-gray-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-gray-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-gray-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-red-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-red-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-red-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-red-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-red-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-red-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-red-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-red-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-red-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-red-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-yellow-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-yellow-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-yellow-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-yellow-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-yellow-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-yellow-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-yellow-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-yellow-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-yellow-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-yellow-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-green-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-green-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-green-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-green-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-green-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-green-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-green-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-green-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-green-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-green-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-blue-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-blue-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-blue-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-blue-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-blue-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-blue-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-blue-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-blue-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-blue-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-blue-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-indigo-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-indigo-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-indigo-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-indigo-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-indigo-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-indigo-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-indigo-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-indigo-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-indigo-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-indigo-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-purple-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-purple-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-purple-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-purple-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-purple-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-purple-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-purple-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-purple-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-purple-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-purple-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-pink-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-pink-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-pink-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-pink-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-pink-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-pink-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-pink-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-pink-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-pink-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-pink-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-primary-color:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-primary-color-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-secondary-color:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-custom-gray-sm:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-custom-gray-sm2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-custom-gray-md:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-custom-navy-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-dark-blue:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-primary:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-secondary-1:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-secondary-2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-secondary-3:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-secondary:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-secondary-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-secondary-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-grayCustom-1:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-grayCustom-2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-grayCustom-3:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-grayCustom-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-grayCustom:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-grayCustom-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-grayCustom-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-grayCustom-hover:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-error:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-error-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-warning:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-warning-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-success:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-success-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-status-open:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-status-waiting_payment:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-status-completed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-status-failed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-status-waiting_verify:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-status-closed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-policyStatus-issuing:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-policyStatus-waiting_inspection:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-policyStatus-success:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-policyStatus-failed_inspection:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-policyStatus-failed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-policyStatus-waiting_policy:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .\32xl\:checked\:bg-policyStatus-cancel:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .\32xl\:group-hover\:bg-current {
    background-color: currentColor;
  }

  .group:hover .\32xl\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-primary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-primary-color-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-secondary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-custom-gray-sm {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-custom-gray-sm2 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-custom-gray-md {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-custom-navy-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-secondary-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-secondary-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-secondary-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-secondary-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-secondary-light {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-grayCustom-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-grayCustom-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-grayCustom-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-grayCustom-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-grayCustom {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-grayCustom-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-grayCustom-light {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-grayCustom-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-status-open {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-status-waiting_payment {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-status-completed {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-status-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-status-waiting_verify {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-status-closed {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-policyStatus-issuing {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-policyStatus-waiting_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-policyStatus-success {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-policyStatus-failed_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-policyStatus-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-policyStatus-waiting_policy {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-policyStatus-cancel {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-transparent[focus-within] {
    background-color: transparent;
  }

  .\32xl\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .\32xl\:focus-within\:bg-current[focus-within] {
    background-color: currentColor;
  }

  .\32xl\:focus-within\:bg-current:focus-within {
    background-color: currentColor;
  }

  .\32xl\:focus-within\:bg-black[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-white[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-primary-color[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-primary-color:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-primary-color-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-primary-color-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-secondary-color[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-secondary-color:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-custom-gray-sm[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-custom-gray-sm:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-custom-gray-sm2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-custom-gray-sm2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-custom-gray-md[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-custom-gray-md:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-custom-navy-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-custom-navy-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-dark-blue[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-dark-blue:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-primary[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-primary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-secondary-1[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-secondary-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-secondary-2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-secondary-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-secondary-3[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-secondary-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-secondary[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-secondary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-secondary-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-secondary-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-secondary-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-secondary-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-grayCustom-1[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-grayCustom-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-grayCustom-2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-grayCustom-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-grayCustom-3[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-grayCustom-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-grayCustom-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-grayCustom-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-grayCustom[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-grayCustom:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-grayCustom-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-grayCustom-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-grayCustom-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-grayCustom-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-grayCustom-hover[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-grayCustom-hover:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-error[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-error:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-error-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-error-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-warning[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-warning:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-warning-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-warning-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-success[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-success-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-success-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-status-open[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-status-open:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-status-waiting_payment[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-status-waiting_payment:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-status-completed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-status-completed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-status-failed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-status-failed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-status-waiting_verify[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-status-waiting_verify:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-status-closed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-status-closed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-policyStatus-issuing[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-policyStatus-issuing:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-policyStatus-waiting_inspection[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-policyStatus-waiting_inspection:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-policyStatus-success[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-policyStatus-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-policyStatus-failed_inspection[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-policyStatus-failed_inspection:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-policyStatus-failed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-policyStatus-failed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-policyStatus-waiting_policy[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-policyStatus-waiting_policy:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-policyStatus-cancel[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-policyStatus-cancel:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .\32xl\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .\32xl\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-primary-color:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-primary-color-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-secondary-color:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-custom-gray-sm:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-custom-gray-sm2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-custom-gray-md:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-custom-navy-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-dark-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-secondary-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-secondary-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-secondary-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-secondary-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-secondary-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-grayCustom-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-grayCustom-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-grayCustom-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-grayCustom-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-grayCustom:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-grayCustom-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-grayCustom-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-grayCustom-hover:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-error:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-error-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-warning:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-warning-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-success-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-status-open:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-status-waiting_payment:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-status-completed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-status-failed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-status-waiting_verify:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-status-closed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-policyStatus-issuing:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-policyStatus-waiting_inspection:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-policyStatus-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-policyStatus-failed_inspection:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-policyStatus-failed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-policyStatus-waiting_policy:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-policyStatus-cancel:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .\32xl\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .\32xl\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-primary-color:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-primary-color-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-secondary-color:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-custom-gray-sm:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-custom-gray-sm2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-custom-gray-md:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-custom-navy-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-dark-blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-primary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-secondary-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-secondary-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-secondary-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-secondary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-secondary-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-secondary-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-grayCustom-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-grayCustom-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-grayCustom-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-grayCustom-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-grayCustom:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-grayCustom-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-grayCustom-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-grayCustom-hover:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-error:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-error-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-warning:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-warning-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-success-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-status-open:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-status-waiting_payment:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-status-completed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-status-failed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-status-waiting_verify:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-status-closed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-policyStatus-issuing:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-policyStatus-waiting_inspection:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-policyStatus-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-policyStatus-failed_inspection:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-policyStatus-failed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-policyStatus-waiting_policy:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-policyStatus-cancel:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .\32xl\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .\32xl\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .\32xl\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .\32xl\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .\32xl\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .\32xl\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .\32xl\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .\32xl\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .\32xl\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .\32xl\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .\32xl\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .\32xl\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .\32xl\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .\32xl\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .\32xl\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .\32xl\:focus-within\:bg-opacity-0[focus-within] {
    --tw-bg-opacity: 0;
  }

  .\32xl\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .\32xl\:focus-within\:bg-opacity-5[focus-within] {
    --tw-bg-opacity: 0.05;
  }

  .\32xl\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .\32xl\:focus-within\:bg-opacity-10[focus-within] {
    --tw-bg-opacity: 0.1;
  }

  .\32xl\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .\32xl\:focus-within\:bg-opacity-20[focus-within] {
    --tw-bg-opacity: 0.2;
  }

  .\32xl\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .\32xl\:focus-within\:bg-opacity-25[focus-within] {
    --tw-bg-opacity: 0.25;
  }

  .\32xl\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .\32xl\:focus-within\:bg-opacity-30[focus-within] {
    --tw-bg-opacity: 0.3;
  }

  .\32xl\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .\32xl\:focus-within\:bg-opacity-40[focus-within] {
    --tw-bg-opacity: 0.4;
  }

  .\32xl\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .\32xl\:focus-within\:bg-opacity-50[focus-within] {
    --tw-bg-opacity: 0.5;
  }

  .\32xl\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .\32xl\:focus-within\:bg-opacity-60[focus-within] {
    --tw-bg-opacity: 0.6;
  }

  .\32xl\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .\32xl\:focus-within\:bg-opacity-70[focus-within] {
    --tw-bg-opacity: 0.7;
  }

  .\32xl\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .\32xl\:focus-within\:bg-opacity-75[focus-within] {
    --tw-bg-opacity: 0.75;
  }

  .\32xl\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .\32xl\:focus-within\:bg-opacity-80[focus-within] {
    --tw-bg-opacity: 0.8;
  }

  .\32xl\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .\32xl\:focus-within\:bg-opacity-90[focus-within] {
    --tw-bg-opacity: 0.9;
  }

  .\32xl\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .\32xl\:focus-within\:bg-opacity-95[focus-within] {
    --tw-bg-opacity: 0.95;
  }

  .\32xl\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .\32xl\:focus-within\:bg-opacity-100[focus-within] {
    --tw-bg-opacity: 1;
  }

  .\32xl\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .\32xl\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .\32xl\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .\32xl\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .\32xl\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .\32xl\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .\32xl\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .\32xl\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .\32xl\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .\32xl\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .\32xl\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .\32xl\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .\32xl\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .\32xl\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .\32xl\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .\32xl\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .\32xl\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .\32xl\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .\32xl\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .\32xl\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .\32xl\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .\32xl\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .\32xl\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .\32xl\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .\32xl\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .\32xl\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .\32xl\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .\32xl\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .\32xl\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .\32xl\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .\32xl\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .\32xl\:bg-none {
    background-image: none;
  }

  .\32xl\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .\32xl\:bg-city {
    background-image: url('~assets/homepage/bg-city.svg');
  }

  .\32xl\:bg-city-1 {
    background-image: url('~assets/homepage/bg-city_1.svg');
  }

  .\32xl\:bg-city-2 {
    background-image: url('~assets/homepage/bg-city2.svg');
  }

  .\32xl\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:from-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl\:from-yellow-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:from-yellow-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:from-yellow-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:from-yellow-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:from-yellow-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:from-yellow-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:from-yellow-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:from-yellow-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:from-yellow-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:from-yellow-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:from-green-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:from-green-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:from-green-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:from-green-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:from-green-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:from-green-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:from-green-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:from-green-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:from-green-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:from-green-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:from-purple-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:from-purple-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:from-purple-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:from-purple-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:from-purple-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:from-purple-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:from-purple-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:from-purple-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:from-purple-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:from-purple-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:from-primary-color {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .\32xl\:from-primary-color-dark {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .\32xl\:from-secondary-color {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .\32xl\:from-custom-gray-sm {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .\32xl\:from-custom-gray-sm2 {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .\32xl\:from-custom-gray-md {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .\32xl\:from-custom-navy-dark {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .\32xl\:from-dark-blue {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .\32xl\:from-primary {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .\32xl\:from-secondary-1 {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .\32xl\:from-secondary-2 {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .\32xl\:from-secondary-3 {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .\32xl\:from-secondary {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .\32xl\:from-secondary-dark {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .\32xl\:from-secondary-light {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .\32xl\:from-grayCustom-1 {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .\32xl\:from-grayCustom-2 {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .\32xl\:from-grayCustom-3 {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .\32xl\:from-grayCustom-800 {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .\32xl\:from-grayCustom {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .\32xl\:from-grayCustom-dark {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .\32xl\:from-grayCustom-light {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .\32xl\:from-grayCustom-hover {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .\32xl\:from-error {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .\32xl\:from-error-light {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .\32xl\:from-warning {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .\32xl\:from-warning-light {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .\32xl\:from-success {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .\32xl\:from-success-light {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .\32xl\:from-status-open {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:from-status-waiting_payment {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .\32xl\:from-status-completed {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .\32xl\:from-status-failed {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .\32xl\:from-status-waiting_verify {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .\32xl\:from-status-closed {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .\32xl\:from-policyStatus-issuing {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:from-policyStatus-waiting_inspection {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .\32xl\:from-policyStatus-success {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .\32xl\:from-policyStatus-failed_inspection {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .\32xl\:from-policyStatus-failed {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .\32xl\:from-policyStatus-waiting_policy {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .\32xl\:from-policyStatus-cancel {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .\32xl\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:hover\:from-purple-50:hover {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:hover\:from-purple-100:hover {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:hover\:from-purple-200:hover {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:hover\:from-purple-300:hover {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:hover\:from-purple-400:hover {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:hover\:from-purple-500:hover {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:hover\:from-purple-600:hover {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:hover\:from-purple-800:hover {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:hover\:from-purple-900:hover {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:hover\:from-primary-color:hover {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .\32xl\:hover\:from-primary-color-dark:hover {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .\32xl\:hover\:from-secondary-color:hover {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .\32xl\:hover\:from-custom-gray-sm:hover {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .\32xl\:hover\:from-custom-gray-sm2:hover {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .\32xl\:hover\:from-custom-gray-md:hover {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .\32xl\:hover\:from-custom-navy-dark:hover {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .\32xl\:hover\:from-dark-blue:hover {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .\32xl\:hover\:from-primary:hover {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .\32xl\:hover\:from-secondary-1:hover {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .\32xl\:hover\:from-secondary-2:hover {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .\32xl\:hover\:from-secondary-3:hover {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .\32xl\:hover\:from-secondary:hover {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .\32xl\:hover\:from-secondary-dark:hover {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .\32xl\:hover\:from-secondary-light:hover {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .\32xl\:hover\:from-grayCustom-1:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .\32xl\:hover\:from-grayCustom-2:hover {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .\32xl\:hover\:from-grayCustom-3:hover {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .\32xl\:hover\:from-grayCustom-800:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .\32xl\:hover\:from-grayCustom:hover {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .\32xl\:hover\:from-grayCustom-dark:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .\32xl\:hover\:from-grayCustom-light:hover {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .\32xl\:hover\:from-grayCustom-hover:hover {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .\32xl\:hover\:from-error:hover {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .\32xl\:hover\:from-error-light:hover {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .\32xl\:hover\:from-warning:hover {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .\32xl\:hover\:from-warning-light:hover {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .\32xl\:hover\:from-success:hover {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .\32xl\:hover\:from-success-light:hover {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .\32xl\:hover\:from-status-open:hover {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:hover\:from-status-waiting_payment:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .\32xl\:hover\:from-status-completed:hover {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .\32xl\:hover\:from-status-failed:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .\32xl\:hover\:from-status-waiting_verify:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .\32xl\:hover\:from-status-closed:hover {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .\32xl\:hover\:from-policyStatus-issuing:hover {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:hover\:from-policyStatus-waiting_inspection:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .\32xl\:hover\:from-policyStatus-success:hover {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .\32xl\:hover\:from-policyStatus-failed_inspection:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .\32xl\:hover\:from-policyStatus-failed:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .\32xl\:hover\:from-policyStatus-waiting_policy:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .\32xl\:hover\:from-policyStatus-cancel:hover {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .\32xl\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:focus\:from-purple-50:focus {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:focus\:from-purple-100:focus {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:focus\:from-purple-200:focus {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:focus\:from-purple-300:focus {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:focus\:from-purple-400:focus {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:focus\:from-purple-500:focus {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:focus\:from-purple-600:focus {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:focus\:from-purple-800:focus {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:focus\:from-purple-900:focus {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:focus\:from-primary-color:focus {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .\32xl\:focus\:from-primary-color-dark:focus {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .\32xl\:focus\:from-secondary-color:focus {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .\32xl\:focus\:from-custom-gray-sm:focus {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .\32xl\:focus\:from-custom-gray-sm2:focus {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .\32xl\:focus\:from-custom-gray-md:focus {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .\32xl\:focus\:from-custom-navy-dark:focus {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .\32xl\:focus\:from-dark-blue:focus {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .\32xl\:focus\:from-primary:focus {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .\32xl\:focus\:from-secondary-1:focus {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .\32xl\:focus\:from-secondary-2:focus {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .\32xl\:focus\:from-secondary-3:focus {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .\32xl\:focus\:from-secondary:focus {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .\32xl\:focus\:from-secondary-dark:focus {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .\32xl\:focus\:from-secondary-light:focus {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .\32xl\:focus\:from-grayCustom-1:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .\32xl\:focus\:from-grayCustom-2:focus {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .\32xl\:focus\:from-grayCustom-3:focus {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .\32xl\:focus\:from-grayCustom-800:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .\32xl\:focus\:from-grayCustom:focus {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .\32xl\:focus\:from-grayCustom-dark:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .\32xl\:focus\:from-grayCustom-light:focus {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .\32xl\:focus\:from-grayCustom-hover:focus {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .\32xl\:focus\:from-error:focus {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .\32xl\:focus\:from-error-light:focus {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .\32xl\:focus\:from-warning:focus {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .\32xl\:focus\:from-warning-light:focus {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .\32xl\:focus\:from-success:focus {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .\32xl\:focus\:from-success-light:focus {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .\32xl\:focus\:from-status-open:focus {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:focus\:from-status-waiting_payment:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .\32xl\:focus\:from-status-completed:focus {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .\32xl\:focus\:from-status-failed:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .\32xl\:focus\:from-status-waiting_verify:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .\32xl\:focus\:from-status-closed:focus {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .\32xl\:focus\:from-policyStatus-issuing:focus {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:focus\:from-policyStatus-waiting_inspection:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .\32xl\:focus\:from-policyStatus-success:focus {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .\32xl\:focus\:from-policyStatus-failed_inspection:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .\32xl\:focus\:from-policyStatus-failed:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .\32xl\:focus\:from-policyStatus-waiting_policy:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .\32xl\:focus\:from-policyStatus-cancel:focus {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .\32xl\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:via-primary-color {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .\32xl\:via-primary-color-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .\32xl\:via-secondary-color {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .\32xl\:via-custom-gray-sm {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .\32xl\:via-custom-gray-sm2 {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .\32xl\:via-custom-gray-md {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .\32xl\:via-custom-navy-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .\32xl\:via-dark-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .\32xl\:via-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .\32xl\:via-secondary-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .\32xl\:via-secondary-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .\32xl\:via-secondary-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .\32xl\:via-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .\32xl\:via-secondary-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .\32xl\:via-secondary-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .\32xl\:via-grayCustom-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .\32xl\:via-grayCustom-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .\32xl\:via-grayCustom-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .\32xl\:via-grayCustom-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .\32xl\:via-grayCustom {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .\32xl\:via-grayCustom-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .\32xl\:via-grayCustom-light {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .\32xl\:via-grayCustom-hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .\32xl\:via-error {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .\32xl\:via-error-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .\32xl\:via-warning {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .\32xl\:via-warning-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .\32xl\:via-success {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .\32xl\:via-success-light {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .\32xl\:via-status-open {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:via-status-waiting_payment {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .\32xl\:via-status-completed {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .\32xl\:via-status-failed {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .\32xl\:via-status-waiting_verify {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .\32xl\:via-status-closed {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .\32xl\:via-policyStatus-issuing {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:via-policyStatus-waiting_inspection {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .\32xl\:via-policyStatus-success {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .\32xl\:via-policyStatus-failed_inspection {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .\32xl\:via-policyStatus-failed {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .\32xl\:via-policyStatus-waiting_policy {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .\32xl\:via-policyStatus-cancel {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .\32xl\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:hover\:via-primary-color:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .\32xl\:hover\:via-primary-color-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .\32xl\:hover\:via-secondary-color:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .\32xl\:hover\:via-custom-gray-sm:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .\32xl\:hover\:via-custom-gray-sm2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .\32xl\:hover\:via-custom-gray-md:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .\32xl\:hover\:via-custom-navy-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .\32xl\:hover\:via-dark-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .\32xl\:hover\:via-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .\32xl\:hover\:via-secondary-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .\32xl\:hover\:via-secondary-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .\32xl\:hover\:via-secondary-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .\32xl\:hover\:via-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .\32xl\:hover\:via-secondary-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .\32xl\:hover\:via-secondary-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .\32xl\:hover\:via-grayCustom-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .\32xl\:hover\:via-grayCustom-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .\32xl\:hover\:via-grayCustom-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .\32xl\:hover\:via-grayCustom-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .\32xl\:hover\:via-grayCustom:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .\32xl\:hover\:via-grayCustom-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .\32xl\:hover\:via-grayCustom-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .\32xl\:hover\:via-grayCustom-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .\32xl\:hover\:via-error:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .\32xl\:hover\:via-error-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .\32xl\:hover\:via-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .\32xl\:hover\:via-warning-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .\32xl\:hover\:via-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .\32xl\:hover\:via-success-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .\32xl\:hover\:via-status-open:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:hover\:via-status-waiting_payment:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .\32xl\:hover\:via-status-completed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .\32xl\:hover\:via-status-failed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .\32xl\:hover\:via-status-waiting_verify:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .\32xl\:hover\:via-status-closed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .\32xl\:hover\:via-policyStatus-issuing:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:hover\:via-policyStatus-waiting_inspection:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .\32xl\:hover\:via-policyStatus-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .\32xl\:hover\:via-policyStatus-failed_inspection:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .\32xl\:hover\:via-policyStatus-failed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .\32xl\:hover\:via-policyStatus-waiting_policy:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .\32xl\:hover\:via-policyStatus-cancel:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .\32xl\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:focus\:via-primary-color:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .\32xl\:focus\:via-primary-color-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .\32xl\:focus\:via-secondary-color:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .\32xl\:focus\:via-custom-gray-sm:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .\32xl\:focus\:via-custom-gray-sm2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .\32xl\:focus\:via-custom-gray-md:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .\32xl\:focus\:via-custom-navy-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .\32xl\:focus\:via-dark-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .\32xl\:focus\:via-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .\32xl\:focus\:via-secondary-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .\32xl\:focus\:via-secondary-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .\32xl\:focus\:via-secondary-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .\32xl\:focus\:via-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .\32xl\:focus\:via-secondary-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .\32xl\:focus\:via-secondary-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .\32xl\:focus\:via-grayCustom-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .\32xl\:focus\:via-grayCustom-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .\32xl\:focus\:via-grayCustom-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .\32xl\:focus\:via-grayCustom-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .\32xl\:focus\:via-grayCustom:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .\32xl\:focus\:via-grayCustom-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .\32xl\:focus\:via-grayCustom-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .\32xl\:focus\:via-grayCustom-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .\32xl\:focus\:via-error:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .\32xl\:focus\:via-error-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .\32xl\:focus\:via-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .\32xl\:focus\:via-warning-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .\32xl\:focus\:via-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .\32xl\:focus\:via-success-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .\32xl\:focus\:via-status-open:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:focus\:via-status-waiting_payment:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .\32xl\:focus\:via-status-completed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .\32xl\:focus\:via-status-failed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .\32xl\:focus\:via-status-waiting_verify:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .\32xl\:focus\:via-status-closed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .\32xl\:focus\:via-policyStatus-issuing:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:focus\:via-policyStatus-waiting_inspection:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .\32xl\:focus\:via-policyStatus-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .\32xl\:focus\:via-policyStatus-failed_inspection:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .\32xl\:focus\:via-policyStatus-failed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .\32xl\:focus\:via-policyStatus-waiting_policy:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .\32xl\:focus\:via-policyStatus-cancel:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .\32xl\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .\32xl\:to-current {
    --tw-gradient-to: currentColor;
  }

  .\32xl\:to-black {
    --tw-gradient-to: #000;
  }

  .\32xl\:to-white {
    --tw-gradient-to: #fff;
  }

  .\32xl\:to-gray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .\32xl\:to-gray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .\32xl\:to-gray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .\32xl\:to-gray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .\32xl\:to-gray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .\32xl\:to-gray-500 {
    --tw-gradient-to: #6b7280;
  }

  .\32xl\:to-gray-600 {
    --tw-gradient-to: #4b5563;
  }

  .\32xl\:to-gray-700 {
    --tw-gradient-to: #374151;
  }

  .\32xl\:to-gray-800 {
    --tw-gradient-to: #1f2937;
  }

  .\32xl\:to-gray-900 {
    --tw-gradient-to: #111827;
  }

  .\32xl\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .\32xl\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .\32xl\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .\32xl\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .\32xl\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .\32xl\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .\32xl\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .\32xl\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .\32xl\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .\32xl\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .\32xl\:to-yellow-50 {
    --tw-gradient-to: #fffbeb;
  }

  .\32xl\:to-yellow-100 {
    --tw-gradient-to: #fef3c7;
  }

  .\32xl\:to-yellow-200 {
    --tw-gradient-to: #fde68a;
  }

  .\32xl\:to-yellow-300 {
    --tw-gradient-to: #fcd34d;
  }

  .\32xl\:to-yellow-400 {
    --tw-gradient-to: #fbbf24;
  }

  .\32xl\:to-yellow-500 {
    --tw-gradient-to: #f59e0b;
  }

  .\32xl\:to-yellow-600 {
    --tw-gradient-to: #d97706;
  }

  .\32xl\:to-yellow-700 {
    --tw-gradient-to: #b45309;
  }

  .\32xl\:to-yellow-800 {
    --tw-gradient-to: #92400e;
  }

  .\32xl\:to-yellow-900 {
    --tw-gradient-to: #78350f;
  }

  .\32xl\:to-green-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .\32xl\:to-green-100 {
    --tw-gradient-to: #d1fae5;
  }

  .\32xl\:to-green-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .\32xl\:to-green-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .\32xl\:to-green-400 {
    --tw-gradient-to: #34d399;
  }

  .\32xl\:to-green-500 {
    --tw-gradient-to: #10b981;
  }

  .\32xl\:to-green-600 {
    --tw-gradient-to: #059669;
  }

  .\32xl\:to-green-700 {
    --tw-gradient-to: #047857;
  }

  .\32xl\:to-green-800 {
    --tw-gradient-to: #065f46;
  }

  .\32xl\:to-green-900 {
    --tw-gradient-to: #064e3b;
  }

  .\32xl\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .\32xl\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .\32xl\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .\32xl\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .\32xl\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .\32xl\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .\32xl\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .\32xl\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .\32xl\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .\32xl\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .\32xl\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .\32xl\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .\32xl\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .\32xl\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .\32xl\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .\32xl\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .\32xl\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .\32xl\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .\32xl\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .\32xl\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .\32xl\:to-purple-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .\32xl\:to-purple-100 {
    --tw-gradient-to: #ede9fe;
  }

  .\32xl\:to-purple-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .\32xl\:to-purple-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .\32xl\:to-purple-400 {
    --tw-gradient-to: #a78bfa;
  }

  .\32xl\:to-purple-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .\32xl\:to-purple-600 {
    --tw-gradient-to: #7c3aed;
  }

  .\32xl\:to-purple-700 {
    --tw-gradient-to: #6d28d9;
  }

  .\32xl\:to-purple-800 {
    --tw-gradient-to: #5b21b6;
  }

  .\32xl\:to-purple-900 {
    --tw-gradient-to: #4c1d95;
  }

  .\32xl\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .\32xl\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .\32xl\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .\32xl\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .\32xl\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .\32xl\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .\32xl\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .\32xl\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .\32xl\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .\32xl\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .\32xl\:to-primary-color {
    --tw-gradient-to: #eb008b;
  }

  .\32xl\:to-primary-color-dark {
    --tw-gradient-to: #c90068;
  }

  .\32xl\:to-secondary-color {
    --tw-gradient-to: #112e42;
  }

  .\32xl\:to-custom-gray-sm {
    --tw-gradient-to: #f1f4f6;
  }

  .\32xl\:to-custom-gray-sm2 {
    --tw-gradient-to: #f1f2f3;
  }

  .\32xl\:to-custom-gray-md {
    --tw-gradient-to: #848484;
  }

  .\32xl\:to-custom-navy-dark {
    --tw-gradient-to: #112e42;
  }

  .\32xl\:to-dark-blue {
    --tw-gradient-to: #112E42;
  }

  .\32xl\:to-primary {
    --tw-gradient-to: #192D40;
  }

  .\32xl\:to-secondary-1 {
    --tw-gradient-to: #E6007E;
  }

  .\32xl\:to-secondary-2 {
    --tw-gradient-to: #D6D564;
  }

  .\32xl\:to-secondary-3 {
    --tw-gradient-to: #FCFCCD;
  }

  .\32xl\:to-secondary {
    --tw-gradient-to: #E6007E;
  }

  .\32xl\:to-secondary-dark {
    --tw-gradient-to: #C11A7D;
  }

  .\32xl\:to-secondary-light {
    --tw-gradient-to: #FBCEE9;
  }

  .\32xl\:to-grayCustom-1 {
    --tw-gradient-to: #4F4F4F;
  }

  .\32xl\:to-grayCustom-2 {
    --tw-gradient-to: #C4C4C4;
  }

  .\32xl\:to-grayCustom-3 {
    --tw-gradient-to: #F9F9F9;
  }

  .\32xl\:to-grayCustom-800 {
    --tw-gradient-to: #4F4F4F;
  }

  .\32xl\:to-grayCustom {
    --tw-gradient-to: #C4C4C4;
  }

  .\32xl\:to-grayCustom-dark {
    --tw-gradient-to: #4F4F4F;
  }

  .\32xl\:to-grayCustom-light {
    --tw-gradient-to: #F9F9F9;
  }

  .\32xl\:to-grayCustom-hover {
    --tw-gradient-to: #9F9F9F;
  }

  .\32xl\:to-error {
    --tw-gradient-to: #FF206E;
  }

  .\32xl\:to-error-light {
    --tw-gradient-to: #FDE8EA;
  }

  .\32xl\:to-warning {
    --tw-gradient-to: #FFAE14;
  }

  .\32xl\:to-warning-light {
    --tw-gradient-to: #FFF6E5;
  }

  .\32xl\:to-success {
    --tw-gradient-to: #2DD881;
  }

  .\32xl\:to-success-light {
    --tw-gradient-to: #E9FBF2;
  }

  .\32xl\:to-status-open {
    --tw-gradient-to: #FFF;
  }

  .\32xl\:to-status-waiting_payment {
    --tw-gradient-to: #ffae14;
  }

  .\32xl\:to-status-completed {
    --tw-gradient-to: #54c1bb;
  }

  .\32xl\:to-status-failed {
    --tw-gradient-to: #e8556b;
  }

  .\32xl\:to-status-waiting_verify {
    --tw-gradient-to: #ffae14;
  }

  .\32xl\:to-status-closed {
    --tw-gradient-to: #c4c4c4;
  }

  .\32xl\:to-policyStatus-issuing {
    --tw-gradient-to: #FFF;
  }

  .\32xl\:to-policyStatus-waiting_inspection {
    --tw-gradient-to: #ffae14;
  }

  .\32xl\:to-policyStatus-success {
    --tw-gradient-to: #54c1bb;
  }

  .\32xl\:to-policyStatus-failed_inspection {
    --tw-gradient-to: #e8556b;
  }

  .\32xl\:to-policyStatus-failed {
    --tw-gradient-to: #e8556b;
  }

  .\32xl\:to-policyStatus-waiting_policy {
    --tw-gradient-to: #ffae14;
  }

  .\32xl\:to-policyStatus-cancel {
    --tw-gradient-to: #c4c4c4;
  }

  .\32xl\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .\32xl\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .\32xl\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .\32xl\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .\32xl\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .\32xl\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .\32xl\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .\32xl\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .\32xl\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .\32xl\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .\32xl\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .\32xl\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151;
  }

  .\32xl\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .\32xl\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827;
  }

  .\32xl\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2;
  }

  .\32xl\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2;
  }

  .\32xl\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca;
  }

  .\32xl\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5;
  }

  .\32xl\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171;
  }

  .\32xl\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444;
  }

  .\32xl\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626;
  }

  .\32xl\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c;
  }

  .\32xl\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b;
  }

  .\32xl\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d;
  }

  .\32xl\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .\32xl\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .\32xl\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .\32xl\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .\32xl\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .\32xl\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .\32xl\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706;
  }

  .\32xl\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309;
  }

  .\32xl\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e;
  }

  .\32xl\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f;
  }

  .\32xl\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .\32xl\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .\32xl\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .\32xl\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .\32xl\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399;
  }

  .\32xl\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981;
  }

  .\32xl\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669;
  }

  .\32xl\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857;
  }

  .\32xl\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46;
  }

  .\32xl\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .\32xl\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff;
  }

  .\32xl\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe;
  }

  .\32xl\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe;
  }

  .\32xl\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd;
  }

  .\32xl\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa;
  }

  .\32xl\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6;
  }

  .\32xl\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb;
  }

  .\32xl\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8;
  }

  .\32xl\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af;
  }

  .\32xl\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a;
  }

  .\32xl\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff;
  }

  .\32xl\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff;
  }

  .\32xl\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe;
  }

  .\32xl\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc;
  }

  .\32xl\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8;
  }

  .\32xl\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1;
  }

  .\32xl\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5;
  }

  .\32xl\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca;
  }

  .\32xl\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3;
  }

  .\32xl\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81;
  }

  .\32xl\:hover\:to-purple-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .\32xl\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .\32xl\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .\32xl\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .\32xl\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .\32xl\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .\32xl\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .\32xl\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .\32xl\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .\32xl\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .\32xl\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8;
  }

  .\32xl\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3;
  }

  .\32xl\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8;
  }

  .\32xl\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4;
  }

  .\32xl\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6;
  }

  .\32xl\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899;
  }

  .\32xl\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777;
  }

  .\32xl\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d;
  }

  .\32xl\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d;
  }

  .\32xl\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843;
  }

  .\32xl\:hover\:to-primary-color:hover {
    --tw-gradient-to: #eb008b;
  }

  .\32xl\:hover\:to-primary-color-dark:hover {
    --tw-gradient-to: #c90068;
  }

  .\32xl\:hover\:to-secondary-color:hover {
    --tw-gradient-to: #112e42;
  }

  .\32xl\:hover\:to-custom-gray-sm:hover {
    --tw-gradient-to: #f1f4f6;
  }

  .\32xl\:hover\:to-custom-gray-sm2:hover {
    --tw-gradient-to: #f1f2f3;
  }

  .\32xl\:hover\:to-custom-gray-md:hover {
    --tw-gradient-to: #848484;
  }

  .\32xl\:hover\:to-custom-navy-dark:hover {
    --tw-gradient-to: #112e42;
  }

  .\32xl\:hover\:to-dark-blue:hover {
    --tw-gradient-to: #112E42;
  }

  .\32xl\:hover\:to-primary:hover {
    --tw-gradient-to: #192D40;
  }

  .\32xl\:hover\:to-secondary-1:hover {
    --tw-gradient-to: #E6007E;
  }

  .\32xl\:hover\:to-secondary-2:hover {
    --tw-gradient-to: #D6D564;
  }

  .\32xl\:hover\:to-secondary-3:hover {
    --tw-gradient-to: #FCFCCD;
  }

  .\32xl\:hover\:to-secondary:hover {
    --tw-gradient-to: #E6007E;
  }

  .\32xl\:hover\:to-secondary-dark:hover {
    --tw-gradient-to: #C11A7D;
  }

  .\32xl\:hover\:to-secondary-light:hover {
    --tw-gradient-to: #FBCEE9;
  }

  .\32xl\:hover\:to-grayCustom-1:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .\32xl\:hover\:to-grayCustom-2:hover {
    --tw-gradient-to: #C4C4C4;
  }

  .\32xl\:hover\:to-grayCustom-3:hover {
    --tw-gradient-to: #F9F9F9;
  }

  .\32xl\:hover\:to-grayCustom-800:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .\32xl\:hover\:to-grayCustom:hover {
    --tw-gradient-to: #C4C4C4;
  }

  .\32xl\:hover\:to-grayCustom-dark:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .\32xl\:hover\:to-grayCustom-light:hover {
    --tw-gradient-to: #F9F9F9;
  }

  .\32xl\:hover\:to-grayCustom-hover:hover {
    --tw-gradient-to: #9F9F9F;
  }

  .\32xl\:hover\:to-error:hover {
    --tw-gradient-to: #FF206E;
  }

  .\32xl\:hover\:to-error-light:hover {
    --tw-gradient-to: #FDE8EA;
  }

  .\32xl\:hover\:to-warning:hover {
    --tw-gradient-to: #FFAE14;
  }

  .\32xl\:hover\:to-warning-light:hover {
    --tw-gradient-to: #FFF6E5;
  }

  .\32xl\:hover\:to-success:hover {
    --tw-gradient-to: #2DD881;
  }

  .\32xl\:hover\:to-success-light:hover {
    --tw-gradient-to: #E9FBF2;
  }

  .\32xl\:hover\:to-status-open:hover {
    --tw-gradient-to: #FFF;
  }

  .\32xl\:hover\:to-status-waiting_payment:hover {
    --tw-gradient-to: #ffae14;
  }

  .\32xl\:hover\:to-status-completed:hover {
    --tw-gradient-to: #54c1bb;
  }

  .\32xl\:hover\:to-status-failed:hover {
    --tw-gradient-to: #e8556b;
  }

  .\32xl\:hover\:to-status-waiting_verify:hover {
    --tw-gradient-to: #ffae14;
  }

  .\32xl\:hover\:to-status-closed:hover {
    --tw-gradient-to: #c4c4c4;
  }

  .\32xl\:hover\:to-policyStatus-issuing:hover {
    --tw-gradient-to: #FFF;
  }

  .\32xl\:hover\:to-policyStatus-waiting_inspection:hover {
    --tw-gradient-to: #ffae14;
  }

  .\32xl\:hover\:to-policyStatus-success:hover {
    --tw-gradient-to: #54c1bb;
  }

  .\32xl\:hover\:to-policyStatus-failed_inspection:hover {
    --tw-gradient-to: #e8556b;
  }

  .\32xl\:hover\:to-policyStatus-failed:hover {
    --tw-gradient-to: #e8556b;
  }

  .\32xl\:hover\:to-policyStatus-waiting_policy:hover {
    --tw-gradient-to: #ffae14;
  }

  .\32xl\:hover\:to-policyStatus-cancel:hover {
    --tw-gradient-to: #c4c4c4;
  }

  .\32xl\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .\32xl\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .\32xl\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .\32xl\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .\32xl\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .\32xl\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .\32xl\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .\32xl\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .\32xl\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .\32xl\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .\32xl\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .\32xl\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151;
  }

  .\32xl\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .\32xl\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827;
  }

  .\32xl\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2;
  }

  .\32xl\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2;
  }

  .\32xl\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca;
  }

  .\32xl\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5;
  }

  .\32xl\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171;
  }

  .\32xl\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444;
  }

  .\32xl\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626;
  }

  .\32xl\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c;
  }

  .\32xl\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b;
  }

  .\32xl\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d;
  }

  .\32xl\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .\32xl\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .\32xl\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .\32xl\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .\32xl\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .\32xl\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .\32xl\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706;
  }

  .\32xl\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309;
  }

  .\32xl\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e;
  }

  .\32xl\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f;
  }

  .\32xl\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .\32xl\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .\32xl\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .\32xl\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .\32xl\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399;
  }

  .\32xl\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981;
  }

  .\32xl\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669;
  }

  .\32xl\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857;
  }

  .\32xl\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46;
  }

  .\32xl\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .\32xl\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff;
  }

  .\32xl\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe;
  }

  .\32xl\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe;
  }

  .\32xl\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd;
  }

  .\32xl\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa;
  }

  .\32xl\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6;
  }

  .\32xl\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb;
  }

  .\32xl\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8;
  }

  .\32xl\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af;
  }

  .\32xl\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a;
  }

  .\32xl\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff;
  }

  .\32xl\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff;
  }

  .\32xl\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe;
  }

  .\32xl\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc;
  }

  .\32xl\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8;
  }

  .\32xl\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1;
  }

  .\32xl\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5;
  }

  .\32xl\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca;
  }

  .\32xl\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3;
  }

  .\32xl\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81;
  }

  .\32xl\:focus\:to-purple-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .\32xl\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .\32xl\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .\32xl\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .\32xl\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .\32xl\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .\32xl\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .\32xl\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .\32xl\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .\32xl\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .\32xl\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8;
  }

  .\32xl\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3;
  }

  .\32xl\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8;
  }

  .\32xl\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4;
  }

  .\32xl\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6;
  }

  .\32xl\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899;
  }

  .\32xl\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777;
  }

  .\32xl\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d;
  }

  .\32xl\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d;
  }

  .\32xl\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843;
  }

  .\32xl\:focus\:to-primary-color:focus {
    --tw-gradient-to: #eb008b;
  }

  .\32xl\:focus\:to-primary-color-dark:focus {
    --tw-gradient-to: #c90068;
  }

  .\32xl\:focus\:to-secondary-color:focus {
    --tw-gradient-to: #112e42;
  }

  .\32xl\:focus\:to-custom-gray-sm:focus {
    --tw-gradient-to: #f1f4f6;
  }

  .\32xl\:focus\:to-custom-gray-sm2:focus {
    --tw-gradient-to: #f1f2f3;
  }

  .\32xl\:focus\:to-custom-gray-md:focus {
    --tw-gradient-to: #848484;
  }

  .\32xl\:focus\:to-custom-navy-dark:focus {
    --tw-gradient-to: #112e42;
  }

  .\32xl\:focus\:to-dark-blue:focus {
    --tw-gradient-to: #112E42;
  }

  .\32xl\:focus\:to-primary:focus {
    --tw-gradient-to: #192D40;
  }

  .\32xl\:focus\:to-secondary-1:focus {
    --tw-gradient-to: #E6007E;
  }

  .\32xl\:focus\:to-secondary-2:focus {
    --tw-gradient-to: #D6D564;
  }

  .\32xl\:focus\:to-secondary-3:focus {
    --tw-gradient-to: #FCFCCD;
  }

  .\32xl\:focus\:to-secondary:focus {
    --tw-gradient-to: #E6007E;
  }

  .\32xl\:focus\:to-secondary-dark:focus {
    --tw-gradient-to: #C11A7D;
  }

  .\32xl\:focus\:to-secondary-light:focus {
    --tw-gradient-to: #FBCEE9;
  }

  .\32xl\:focus\:to-grayCustom-1:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .\32xl\:focus\:to-grayCustom-2:focus {
    --tw-gradient-to: #C4C4C4;
  }

  .\32xl\:focus\:to-grayCustom-3:focus {
    --tw-gradient-to: #F9F9F9;
  }

  .\32xl\:focus\:to-grayCustom-800:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .\32xl\:focus\:to-grayCustom:focus {
    --tw-gradient-to: #C4C4C4;
  }

  .\32xl\:focus\:to-grayCustom-dark:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .\32xl\:focus\:to-grayCustom-light:focus {
    --tw-gradient-to: #F9F9F9;
  }

  .\32xl\:focus\:to-grayCustom-hover:focus {
    --tw-gradient-to: #9F9F9F;
  }

  .\32xl\:focus\:to-error:focus {
    --tw-gradient-to: #FF206E;
  }

  .\32xl\:focus\:to-error-light:focus {
    --tw-gradient-to: #FDE8EA;
  }

  .\32xl\:focus\:to-warning:focus {
    --tw-gradient-to: #FFAE14;
  }

  .\32xl\:focus\:to-warning-light:focus {
    --tw-gradient-to: #FFF6E5;
  }

  .\32xl\:focus\:to-success:focus {
    --tw-gradient-to: #2DD881;
  }

  .\32xl\:focus\:to-success-light:focus {
    --tw-gradient-to: #E9FBF2;
  }

  .\32xl\:focus\:to-status-open:focus {
    --tw-gradient-to: #FFF;
  }

  .\32xl\:focus\:to-status-waiting_payment:focus {
    --tw-gradient-to: #ffae14;
  }

  .\32xl\:focus\:to-status-completed:focus {
    --tw-gradient-to: #54c1bb;
  }

  .\32xl\:focus\:to-status-failed:focus {
    --tw-gradient-to: #e8556b;
  }

  .\32xl\:focus\:to-status-waiting_verify:focus {
    --tw-gradient-to: #ffae14;
  }

  .\32xl\:focus\:to-status-closed:focus {
    --tw-gradient-to: #c4c4c4;
  }

  .\32xl\:focus\:to-policyStatus-issuing:focus {
    --tw-gradient-to: #FFF;
  }

  .\32xl\:focus\:to-policyStatus-waiting_inspection:focus {
    --tw-gradient-to: #ffae14;
  }

  .\32xl\:focus\:to-policyStatus-success:focus {
    --tw-gradient-to: #54c1bb;
  }

  .\32xl\:focus\:to-policyStatus-failed_inspection:focus {
    --tw-gradient-to: #e8556b;
  }

  .\32xl\:focus\:to-policyStatus-failed:focus {
    --tw-gradient-to: #e8556b;
  }

  .\32xl\:focus\:to-policyStatus-waiting_policy:focus {
    --tw-gradient-to: #ffae14;
  }

  .\32xl\:focus\:to-policyStatus-cancel:focus {
    --tw-gradient-to: #c4c4c4;
  }

  .\32xl\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .\32xl\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .\32xl\:bg-auto {
    background-size: auto;
  }

  .\32xl\:bg-cover {
    background-size: cover;
  }

  .\32xl\:bg-contain {
    background-size: contain;
  }

  .\32xl\:bg-fixed {
    background-attachment: fixed;
  }

  .\32xl\:bg-local {
    background-attachment: local;
  }

  .\32xl\:bg-scroll {
    background-attachment: scroll;
  }

  .\32xl\:bg-clip-border {
    background-clip: border-box;
  }

  .\32xl\:bg-clip-padding {
    background-clip: padding-box;
  }

  .\32xl\:bg-clip-content {
    background-clip: content-box;
  }

  .\32xl\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .\32xl\:bg-bottom {
    background-position: bottom;
  }

  .\32xl\:bg-center {
    background-position: center;
  }

  .\32xl\:bg-left {
    background-position: left;
  }

  .\32xl\:bg-left-bottom {
    background-position: left bottom;
  }

  .\32xl\:bg-left-top {
    background-position: left top;
  }

  .\32xl\:bg-right {
    background-position: right;
  }

  .\32xl\:bg-right-bottom {
    background-position: right bottom;
  }

  .\32xl\:bg-right-top {
    background-position: right top;
  }

  .\32xl\:bg-top {
    background-position: top;
  }

  .\32xl\:bg-repeat {
    background-repeat: repeat;
  }

  .\32xl\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .\32xl\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .\32xl\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .\32xl\:bg-repeat-round {
    background-repeat: round;
  }

  .\32xl\:bg-repeat-space {
    background-repeat: space;
  }

  .\32xl\:bg-origin-border {
    background-origin: border-box;
  }

  .\32xl\:bg-origin-padding {
    background-origin: padding-box;
  }

  .\32xl\:bg-origin-content {
    background-origin: content-box;
  }

  .\32xl\:fill-current {
    fill: currentColor;
  }

  .\32xl\:stroke-current {
    stroke: currentColor;
  }

  .\32xl\:stroke-0 {
    stroke-width: 0;
  }

  .\32xl\:stroke-1 {
    stroke-width: 1;
  }

  .\32xl\:stroke-2 {
    stroke-width: 2;
  }

  .\32xl\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .\32xl\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .\32xl\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .\32xl\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .\32xl\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .\32xl\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .\32xl\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .\32xl\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .\32xl\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .\32xl\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .\32xl\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .\32xl\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .\32xl\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .\32xl\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .\32xl\:p-0 {
    padding: 0;
  }

  .\32xl\:p-1 {
    padding: 0.25rem;
  }

  .\32xl\:p-2 {
    padding: 0.5rem;
  }

  .\32xl\:p-3 {
    padding: 0.75rem;
  }

  .\32xl\:p-4 {
    padding: 1rem;
  }

  .\32xl\:p-5 {
    padding: 5px;
  }

  .\32xl\:p-6 {
    padding: 1.5rem;
  }

  .\32xl\:p-7 {
    padding: 1.75rem;
  }

  .\32xl\:p-8 {
    padding: 2rem;
  }

  .\32xl\:p-9 {
    padding: 2.25rem;
  }

  .\32xl\:p-10 {
    padding: 10px;
  }

  .\32xl\:p-11 {
    padding: 2.75rem;
  }

  .\32xl\:p-12 {
    padding: 3rem;
  }

  .\32xl\:p-14 {
    padding: 14px;
  }

  .\32xl\:p-16 {
    padding: 16px;
  }

  .\32xl\:p-20 {
    padding: 20px;
  }

  .\32xl\:p-24 {
    padding: 24px;
  }

  .\32xl\:p-28 {
    padding: 7rem;
  }

  .\32xl\:p-30 {
    padding: 30px;
  }

  .\32xl\:p-32 {
    padding: 8rem;
  }

  .\32xl\:p-36 {
    padding: 9rem;
  }

  .\32xl\:p-40 {
    padding: 10rem;
  }

  .\32xl\:p-44 {
    padding: 11rem;
  }

  .\32xl\:p-48 {
    padding: 48px;
  }

  .\32xl\:p-52 {
    padding: 13rem;
  }

  .\32xl\:p-56 {
    padding: 14rem;
  }

  .\32xl\:p-60 {
    padding: 60px;
  }

  .\32xl\:p-64 {
    padding: 16rem;
  }

  .\32xl\:p-72 {
    padding: 18rem;
  }

  .\32xl\:p-80 {
    padding: 20rem;
  }

  .\32xl\:p-95 {
    padding: 95px;
  }

  .\32xl\:p-96 {
    padding: 24rem;
  }

  .\32xl\:p-120 {
    padding: 120px;
  }

  .\32xl\:p-190 {
    padding: 190px;
  }

  .\32xl\:p-px {
    padding: 1px;
  }

  .\32xl\:p-0\.5 {
    padding: 0.125rem;
  }

  .\32xl\:p-1\.5 {
    padding: 0.375rem;
  }

  .\32xl\:p-2\.5 {
    padding: 0.625rem;
  }

  .\32xl\:p-3\.5 {
    padding: 0.875rem;
  }

  .\32xl\:p-30\% {
    padding: 30%;
  }

  .\32xl\:p-7\.5r {
    padding: 1.875rem;
  }

  .\32xl\:hover\:p-0:hover {
    padding: 0;
  }

  .\32xl\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .\32xl\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .\32xl\:hover\:p-3:hover {
    padding: 0.75rem;
  }

  .\32xl\:hover\:p-4:hover {
    padding: 1rem;
  }

  .\32xl\:hover\:p-5:hover {
    padding: 5px;
  }

  .\32xl\:hover\:p-6:hover {
    padding: 1.5rem;
  }

  .\32xl\:hover\:p-7:hover {
    padding: 1.75rem;
  }

  .\32xl\:hover\:p-8:hover {
    padding: 2rem;
  }

  .\32xl\:hover\:p-9:hover {
    padding: 2.25rem;
  }

  .\32xl\:hover\:p-10:hover {
    padding: 10px;
  }

  .\32xl\:hover\:p-11:hover {
    padding: 2.75rem;
  }

  .\32xl\:hover\:p-12:hover {
    padding: 3rem;
  }

  .\32xl\:hover\:p-14:hover {
    padding: 14px;
  }

  .\32xl\:hover\:p-16:hover {
    padding: 16px;
  }

  .\32xl\:hover\:p-20:hover {
    padding: 20px;
  }

  .\32xl\:hover\:p-24:hover {
    padding: 24px;
  }

  .\32xl\:hover\:p-28:hover {
    padding: 7rem;
  }

  .\32xl\:hover\:p-30:hover {
    padding: 30px;
  }

  .\32xl\:hover\:p-32:hover {
    padding: 8rem;
  }

  .\32xl\:hover\:p-36:hover {
    padding: 9rem;
  }

  .\32xl\:hover\:p-40:hover {
    padding: 10rem;
  }

  .\32xl\:hover\:p-44:hover {
    padding: 11rem;
  }

  .\32xl\:hover\:p-48:hover {
    padding: 48px;
  }

  .\32xl\:hover\:p-52:hover {
    padding: 13rem;
  }

  .\32xl\:hover\:p-56:hover {
    padding: 14rem;
  }

  .\32xl\:hover\:p-60:hover {
    padding: 60px;
  }

  .\32xl\:hover\:p-64:hover {
    padding: 16rem;
  }

  .\32xl\:hover\:p-72:hover {
    padding: 18rem;
  }

  .\32xl\:hover\:p-80:hover {
    padding: 20rem;
  }

  .\32xl\:hover\:p-95:hover {
    padding: 95px;
  }

  .\32xl\:hover\:p-96:hover {
    padding: 24rem;
  }

  .\32xl\:hover\:p-120:hover {
    padding: 120px;
  }

  .\32xl\:hover\:p-190:hover {
    padding: 190px;
  }

  .\32xl\:hover\:p-px:hover {
    padding: 1px;
  }

  .\32xl\:hover\:p-0\.5:hover {
    padding: 0.125rem;
  }

  .\32xl\:hover\:p-1\.5:hover {
    padding: 0.375rem;
  }

  .\32xl\:hover\:p-2\.5:hover {
    padding: 0.625rem;
  }

  .\32xl\:hover\:p-3\.5:hover {
    padding: 0.875rem;
  }

  .\32xl\:hover\:p-30\%:hover {
    padding: 30%;
  }

  .\32xl\:hover\:p-7\.5r:hover {
    padding: 1.875rem;
  }

  .\32xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .\32xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .\32xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .\32xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .\32xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\32xl\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .\32xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\32xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .\32xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\32xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .\32xl\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .\32xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .\32xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\32xl\:px-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .\32xl\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .\32xl\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .\32xl\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .\32xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\32xl\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .\32xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .\32xl\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .\32xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .\32xl\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .\32xl\:px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .\32xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .\32xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .\32xl\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .\32xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .\32xl\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .\32xl\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .\32xl\:px-95 {
    padding-left: 95px;
    padding-right: 95px;
  }

  .\32xl\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .\32xl\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .\32xl\:px-190 {
    padding-left: 190px;
    padding-right: 190px;
  }

  .\32xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .\32xl\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .\32xl\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .\32xl\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .\32xl\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .\32xl\:px-30\% {
    padding-left: 30%;
    padding-right: 30%;
  }

  .\32xl\:px-7\.5r {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .\32xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .\32xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .\32xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\32xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .\32xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\32xl\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .\32xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .\32xl\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .\32xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .\32xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .\32xl\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .\32xl\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .\32xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .\32xl\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .\32xl\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .\32xl\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .\32xl\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .\32xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .\32xl\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .\32xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .\32xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .\32xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .\32xl\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .\32xl\:py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .\32xl\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .\32xl\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .\32xl\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .\32xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .\32xl\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .\32xl\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .\32xl\:py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .\32xl\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .\32xl\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .\32xl\:py-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .\32xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .\32xl\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .\32xl\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .\32xl\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .\32xl\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .\32xl\:py-30\% {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .\32xl\:py-7\.5r {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .\32xl\:hover\:px-0:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .\32xl\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .\32xl\:hover\:px-2:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .\32xl\:hover\:px-3:hover {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .\32xl\:hover\:px-4:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\32xl\:hover\:px-5:hover {
    padding-left: 5px;
    padding-right: 5px;
  }

  .\32xl\:hover\:px-6:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\32xl\:hover\:px-7:hover {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .\32xl\:hover\:px-8:hover {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\32xl\:hover\:px-9:hover {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .\32xl\:hover\:px-10:hover {
    padding-left: 10px;
    padding-right: 10px;
  }

  .\32xl\:hover\:px-11:hover {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .\32xl\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\32xl\:hover\:px-14:hover {
    padding-left: 14px;
    padding-right: 14px;
  }

  .\32xl\:hover\:px-16:hover {
    padding-left: 16px;
    padding-right: 16px;
  }

  .\32xl\:hover\:px-20:hover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .\32xl\:hover\:px-24:hover {
    padding-left: 24px;
    padding-right: 24px;
  }

  .\32xl\:hover\:px-28:hover {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\32xl\:hover\:px-30:hover {
    padding-left: 30px;
    padding-right: 30px;
  }

  .\32xl\:hover\:px-32:hover {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .\32xl\:hover\:px-36:hover {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .\32xl\:hover\:px-40:hover {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .\32xl\:hover\:px-44:hover {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .\32xl\:hover\:px-48:hover {
    padding-left: 48px;
    padding-right: 48px;
  }

  .\32xl\:hover\:px-52:hover {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .\32xl\:hover\:px-56:hover {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .\32xl\:hover\:px-60:hover {
    padding-left: 60px;
    padding-right: 60px;
  }

  .\32xl\:hover\:px-64:hover {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .\32xl\:hover\:px-72:hover {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .\32xl\:hover\:px-80:hover {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .\32xl\:hover\:px-95:hover {
    padding-left: 95px;
    padding-right: 95px;
  }

  .\32xl\:hover\:px-96:hover {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .\32xl\:hover\:px-120:hover {
    padding-left: 120px;
    padding-right: 120px;
  }

  .\32xl\:hover\:px-190:hover {
    padding-left: 190px;
    padding-right: 190px;
  }

  .\32xl\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .\32xl\:hover\:px-0\.5:hover {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .\32xl\:hover\:px-1\.5:hover {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .\32xl\:hover\:px-2\.5:hover {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .\32xl\:hover\:px-3\.5:hover {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .\32xl\:hover\:px-30\%:hover {
    padding-left: 30%;
    padding-right: 30%;
  }

  .\32xl\:hover\:px-7\.5r:hover {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .\32xl\:hover\:py-0:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

  .\32xl\:hover\:py-1:hover {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .\32xl\:hover\:py-2:hover {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\32xl\:hover\:py-3:hover {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .\32xl\:hover\:py-4:hover {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\32xl\:hover\:py-5:hover {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .\32xl\:hover\:py-6:hover {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .\32xl\:hover\:py-7:hover {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .\32xl\:hover\:py-8:hover {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .\32xl\:hover\:py-9:hover {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .\32xl\:hover\:py-10:hover {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .\32xl\:hover\:py-11:hover {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .\32xl\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .\32xl\:hover\:py-14:hover {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .\32xl\:hover\:py-16:hover {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .\32xl\:hover\:py-20:hover {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .\32xl\:hover\:py-24:hover {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .\32xl\:hover\:py-28:hover {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .\32xl\:hover\:py-30:hover {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .\32xl\:hover\:py-32:hover {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .\32xl\:hover\:py-36:hover {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .\32xl\:hover\:py-40:hover {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .\32xl\:hover\:py-44:hover {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .\32xl\:hover\:py-48:hover {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .\32xl\:hover\:py-52:hover {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .\32xl\:hover\:py-56:hover {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .\32xl\:hover\:py-60:hover {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .\32xl\:hover\:py-64:hover {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .\32xl\:hover\:py-72:hover {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .\32xl\:hover\:py-80:hover {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .\32xl\:hover\:py-95:hover {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .\32xl\:hover\:py-96:hover {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .\32xl\:hover\:py-120:hover {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .\32xl\:hover\:py-190:hover {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .\32xl\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .\32xl\:hover\:py-0\.5:hover {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .\32xl\:hover\:py-1\.5:hover {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .\32xl\:hover\:py-2\.5:hover {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .\32xl\:hover\:py-3\.5:hover {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .\32xl\:hover\:py-30\%:hover {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .\32xl\:hover\:py-7\.5r:hover {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .\32xl\:pt-0 {
    padding-top: 0;
  }

  .\32xl\:pt-1 {
    padding-top: 0.25rem;
  }

  .\32xl\:pt-2 {
    padding-top: 0.5rem;
  }

  .\32xl\:pt-3 {
    padding-top: 0.75rem;
  }

  .\32xl\:pt-4 {
    padding-top: 1rem;
  }

  .\32xl\:pt-5 {
    padding-top: 5px;
  }

  .\32xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .\32xl\:pt-7 {
    padding-top: 1.75rem;
  }

  .\32xl\:pt-8 {
    padding-top: 2rem;
  }

  .\32xl\:pt-9 {
    padding-top: 2.25rem;
  }

  .\32xl\:pt-10 {
    padding-top: 10px;
  }

  .\32xl\:pt-11 {
    padding-top: 2.75rem;
  }

  .\32xl\:pt-12 {
    padding-top: 3rem;
  }

  .\32xl\:pt-14 {
    padding-top: 14px;
  }

  .\32xl\:pt-16 {
    padding-top: 16px;
  }

  .\32xl\:pt-20 {
    padding-top: 20px;
  }

  .\32xl\:pt-24 {
    padding-top: 24px;
  }

  .\32xl\:pt-28 {
    padding-top: 7rem;
  }

  .\32xl\:pt-30 {
    padding-top: 30px;
  }

  .\32xl\:pt-32 {
    padding-top: 8rem;
  }

  .\32xl\:pt-36 {
    padding-top: 9rem;
  }

  .\32xl\:pt-40 {
    padding-top: 10rem;
  }

  .\32xl\:pt-44 {
    padding-top: 11rem;
  }

  .\32xl\:pt-48 {
    padding-top: 48px;
  }

  .\32xl\:pt-52 {
    padding-top: 13rem;
  }

  .\32xl\:pt-56 {
    padding-top: 14rem;
  }

  .\32xl\:pt-60 {
    padding-top: 60px;
  }

  .\32xl\:pt-64 {
    padding-top: 16rem;
  }

  .\32xl\:pt-72 {
    padding-top: 18rem;
  }

  .\32xl\:pt-80 {
    padding-top: 20rem;
  }

  .\32xl\:pt-95 {
    padding-top: 95px;
  }

  .\32xl\:pt-96 {
    padding-top: 24rem;
  }

  .\32xl\:pt-120 {
    padding-top: 120px;
  }

  .\32xl\:pt-190 {
    padding-top: 190px;
  }

  .\32xl\:pt-px {
    padding-top: 1px;
  }

  .\32xl\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .\32xl\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .\32xl\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .\32xl\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .\32xl\:pt-30\% {
    padding-top: 30%;
  }

  .\32xl\:pt-7\.5r {
    padding-top: 1.875rem;
  }

  .\32xl\:pr-0 {
    padding-right: 0;
  }

  .\32xl\:pr-1 {
    padding-right: 0.25rem;
  }

  .\32xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .\32xl\:pr-3 {
    padding-right: 0.75rem;
  }

  .\32xl\:pr-4 {
    padding-right: 1rem;
  }

  .\32xl\:pr-5 {
    padding-right: 5px;
  }

  .\32xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .\32xl\:pr-7 {
    padding-right: 1.75rem;
  }

  .\32xl\:pr-8 {
    padding-right: 2rem;
  }

  .\32xl\:pr-9 {
    padding-right: 2.25rem;
  }

  .\32xl\:pr-10 {
    padding-right: 10px;
  }

  .\32xl\:pr-11 {
    padding-right: 2.75rem;
  }

  .\32xl\:pr-12 {
    padding-right: 3rem;
  }

  .\32xl\:pr-14 {
    padding-right: 14px;
  }

  .\32xl\:pr-16 {
    padding-right: 16px;
  }

  .\32xl\:pr-20 {
    padding-right: 20px;
  }

  .\32xl\:pr-24 {
    padding-right: 24px;
  }

  .\32xl\:pr-28 {
    padding-right: 7rem;
  }

  .\32xl\:pr-30 {
    padding-right: 30px;
  }

  .\32xl\:pr-32 {
    padding-right: 8rem;
  }

  .\32xl\:pr-36 {
    padding-right: 9rem;
  }

  .\32xl\:pr-40 {
    padding-right: 10rem;
  }

  .\32xl\:pr-44 {
    padding-right: 11rem;
  }

  .\32xl\:pr-48 {
    padding-right: 48px;
  }

  .\32xl\:pr-52 {
    padding-right: 13rem;
  }

  .\32xl\:pr-56 {
    padding-right: 14rem;
  }

  .\32xl\:pr-60 {
    padding-right: 60px;
  }

  .\32xl\:pr-64 {
    padding-right: 16rem;
  }

  .\32xl\:pr-72 {
    padding-right: 18rem;
  }

  .\32xl\:pr-80 {
    padding-right: 20rem;
  }

  .\32xl\:pr-95 {
    padding-right: 95px;
  }

  .\32xl\:pr-96 {
    padding-right: 24rem;
  }

  .\32xl\:pr-120 {
    padding-right: 120px;
  }

  .\32xl\:pr-190 {
    padding-right: 190px;
  }

  .\32xl\:pr-px {
    padding-right: 1px;
  }

  .\32xl\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .\32xl\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .\32xl\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .\32xl\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .\32xl\:pr-30\% {
    padding-right: 30%;
  }

  .\32xl\:pr-7\.5r {
    padding-right: 1.875rem;
  }

  .\32xl\:pb-0 {
    padding-bottom: 0;
  }

  .\32xl\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .\32xl\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .\32xl\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .\32xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .\32xl\:pb-5 {
    padding-bottom: 5px;
  }

  .\32xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .\32xl\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .\32xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .\32xl\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .\32xl\:pb-10 {
    padding-bottom: 10px;
  }

  .\32xl\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .\32xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .\32xl\:pb-14 {
    padding-bottom: 14px;
  }

  .\32xl\:pb-16 {
    padding-bottom: 16px;
  }

  .\32xl\:pb-20 {
    padding-bottom: 20px;
  }

  .\32xl\:pb-24 {
    padding-bottom: 24px;
  }

  .\32xl\:pb-28 {
    padding-bottom: 7rem;
  }

  .\32xl\:pb-30 {
    padding-bottom: 30px;
  }

  .\32xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .\32xl\:pb-36 {
    padding-bottom: 9rem;
  }

  .\32xl\:pb-40 {
    padding-bottom: 10rem;
  }

  .\32xl\:pb-44 {
    padding-bottom: 11rem;
  }

  .\32xl\:pb-48 {
    padding-bottom: 48px;
  }

  .\32xl\:pb-52 {
    padding-bottom: 13rem;
  }

  .\32xl\:pb-56 {
    padding-bottom: 14rem;
  }

  .\32xl\:pb-60 {
    padding-bottom: 60px;
  }

  .\32xl\:pb-64 {
    padding-bottom: 16rem;
  }

  .\32xl\:pb-72 {
    padding-bottom: 18rem;
  }

  .\32xl\:pb-80 {
    padding-bottom: 20rem;
  }

  .\32xl\:pb-95 {
    padding-bottom: 95px;
  }

  .\32xl\:pb-96 {
    padding-bottom: 24rem;
  }

  .\32xl\:pb-120 {
    padding-bottom: 120px;
  }

  .\32xl\:pb-190 {
    padding-bottom: 190px;
  }

  .\32xl\:pb-px {
    padding-bottom: 1px;
  }

  .\32xl\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .\32xl\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .\32xl\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .\32xl\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .\32xl\:pb-30\% {
    padding-bottom: 30%;
  }

  .\32xl\:pb-7\.5r {
    padding-bottom: 1.875rem;
  }

  .\32xl\:pl-0 {
    padding-left: 0;
  }

  .\32xl\:pl-1 {
    padding-left: 0.25rem;
  }

  .\32xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .\32xl\:pl-3 {
    padding-left: 0.75rem;
  }

  .\32xl\:pl-4 {
    padding-left: 1rem;
  }

  .\32xl\:pl-5 {
    padding-left: 5px;
  }

  .\32xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .\32xl\:pl-7 {
    padding-left: 1.75rem;
  }

  .\32xl\:pl-8 {
    padding-left: 2rem;
  }

  .\32xl\:pl-9 {
    padding-left: 2.25rem;
  }

  .\32xl\:pl-10 {
    padding-left: 10px;
  }

  .\32xl\:pl-11 {
    padding-left: 2.75rem;
  }

  .\32xl\:pl-12 {
    padding-left: 3rem;
  }

  .\32xl\:pl-14 {
    padding-left: 14px;
  }

  .\32xl\:pl-16 {
    padding-left: 16px;
  }

  .\32xl\:pl-20 {
    padding-left: 20px;
  }

  .\32xl\:pl-24 {
    padding-left: 24px;
  }

  .\32xl\:pl-28 {
    padding-left: 7rem;
  }

  .\32xl\:pl-30 {
    padding-left: 30px;
  }

  .\32xl\:pl-32 {
    padding-left: 8rem;
  }

  .\32xl\:pl-36 {
    padding-left: 9rem;
  }

  .\32xl\:pl-40 {
    padding-left: 10rem;
  }

  .\32xl\:pl-44 {
    padding-left: 11rem;
  }

  .\32xl\:pl-48 {
    padding-left: 48px;
  }

  .\32xl\:pl-52 {
    padding-left: 13rem;
  }

  .\32xl\:pl-56 {
    padding-left: 14rem;
  }

  .\32xl\:pl-60 {
    padding-left: 60px;
  }

  .\32xl\:pl-64 {
    padding-left: 16rem;
  }

  .\32xl\:pl-72 {
    padding-left: 18rem;
  }

  .\32xl\:pl-80 {
    padding-left: 20rem;
  }

  .\32xl\:pl-95 {
    padding-left: 95px;
  }

  .\32xl\:pl-96 {
    padding-left: 24rem;
  }

  .\32xl\:pl-120 {
    padding-left: 120px;
  }

  .\32xl\:pl-190 {
    padding-left: 190px;
  }

  .\32xl\:pl-px {
    padding-left: 1px;
  }

  .\32xl\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .\32xl\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .\32xl\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .\32xl\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .\32xl\:pl-30\% {
    padding-left: 30%;
  }

  .\32xl\:pl-7\.5r {
    padding-left: 1.875rem;
  }

  .\32xl\:hover\:pt-0:hover {
    padding-top: 0;
  }

  .\32xl\:hover\:pt-1:hover {
    padding-top: 0.25rem;
  }

  .\32xl\:hover\:pt-2:hover {
    padding-top: 0.5rem;
  }

  .\32xl\:hover\:pt-3:hover {
    padding-top: 0.75rem;
  }

  .\32xl\:hover\:pt-4:hover {
    padding-top: 1rem;
  }

  .\32xl\:hover\:pt-5:hover {
    padding-top: 5px;
  }

  .\32xl\:hover\:pt-6:hover {
    padding-top: 1.5rem;
  }

  .\32xl\:hover\:pt-7:hover {
    padding-top: 1.75rem;
  }

  .\32xl\:hover\:pt-8:hover {
    padding-top: 2rem;
  }

  .\32xl\:hover\:pt-9:hover {
    padding-top: 2.25rem;
  }

  .\32xl\:hover\:pt-10:hover {
    padding-top: 10px;
  }

  .\32xl\:hover\:pt-11:hover {
    padding-top: 2.75rem;
  }

  .\32xl\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .\32xl\:hover\:pt-14:hover {
    padding-top: 14px;
  }

  .\32xl\:hover\:pt-16:hover {
    padding-top: 16px;
  }

  .\32xl\:hover\:pt-20:hover {
    padding-top: 20px;
  }

  .\32xl\:hover\:pt-24:hover {
    padding-top: 24px;
  }

  .\32xl\:hover\:pt-28:hover {
    padding-top: 7rem;
  }

  .\32xl\:hover\:pt-30:hover {
    padding-top: 30px;
  }

  .\32xl\:hover\:pt-32:hover {
    padding-top: 8rem;
  }

  .\32xl\:hover\:pt-36:hover {
    padding-top: 9rem;
  }

  .\32xl\:hover\:pt-40:hover {
    padding-top: 10rem;
  }

  .\32xl\:hover\:pt-44:hover {
    padding-top: 11rem;
  }

  .\32xl\:hover\:pt-48:hover {
    padding-top: 48px;
  }

  .\32xl\:hover\:pt-52:hover {
    padding-top: 13rem;
  }

  .\32xl\:hover\:pt-56:hover {
    padding-top: 14rem;
  }

  .\32xl\:hover\:pt-60:hover {
    padding-top: 60px;
  }

  .\32xl\:hover\:pt-64:hover {
    padding-top: 16rem;
  }

  .\32xl\:hover\:pt-72:hover {
    padding-top: 18rem;
  }

  .\32xl\:hover\:pt-80:hover {
    padding-top: 20rem;
  }

  .\32xl\:hover\:pt-95:hover {
    padding-top: 95px;
  }

  .\32xl\:hover\:pt-96:hover {
    padding-top: 24rem;
  }

  .\32xl\:hover\:pt-120:hover {
    padding-top: 120px;
  }

  .\32xl\:hover\:pt-190:hover {
    padding-top: 190px;
  }

  .\32xl\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .\32xl\:hover\:pt-0\.5:hover {
    padding-top: 0.125rem;
  }

  .\32xl\:hover\:pt-1\.5:hover {
    padding-top: 0.375rem;
  }

  .\32xl\:hover\:pt-2\.5:hover {
    padding-top: 0.625rem;
  }

  .\32xl\:hover\:pt-3\.5:hover {
    padding-top: 0.875rem;
  }

  .\32xl\:hover\:pt-30\%:hover {
    padding-top: 30%;
  }

  .\32xl\:hover\:pt-7\.5r:hover {
    padding-top: 1.875rem;
  }

  .\32xl\:hover\:pr-0:hover {
    padding-right: 0;
  }

  .\32xl\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

  .\32xl\:hover\:pr-2:hover {
    padding-right: 0.5rem;
  }

  .\32xl\:hover\:pr-3:hover {
    padding-right: 0.75rem;
  }

  .\32xl\:hover\:pr-4:hover {
    padding-right: 1rem;
  }

  .\32xl\:hover\:pr-5:hover {
    padding-right: 5px;
  }

  .\32xl\:hover\:pr-6:hover {
    padding-right: 1.5rem;
  }

  .\32xl\:hover\:pr-7:hover {
    padding-right: 1.75rem;
  }

  .\32xl\:hover\:pr-8:hover {
    padding-right: 2rem;
  }

  .\32xl\:hover\:pr-9:hover {
    padding-right: 2.25rem;
  }

  .\32xl\:hover\:pr-10:hover {
    padding-right: 10px;
  }

  .\32xl\:hover\:pr-11:hover {
    padding-right: 2.75rem;
  }

  .\32xl\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .\32xl\:hover\:pr-14:hover {
    padding-right: 14px;
  }

  .\32xl\:hover\:pr-16:hover {
    padding-right: 16px;
  }

  .\32xl\:hover\:pr-20:hover {
    padding-right: 20px;
  }

  .\32xl\:hover\:pr-24:hover {
    padding-right: 24px;
  }

  .\32xl\:hover\:pr-28:hover {
    padding-right: 7rem;
  }

  .\32xl\:hover\:pr-30:hover {
    padding-right: 30px;
  }

  .\32xl\:hover\:pr-32:hover {
    padding-right: 8rem;
  }

  .\32xl\:hover\:pr-36:hover {
    padding-right: 9rem;
  }

  .\32xl\:hover\:pr-40:hover {
    padding-right: 10rem;
  }

  .\32xl\:hover\:pr-44:hover {
    padding-right: 11rem;
  }

  .\32xl\:hover\:pr-48:hover {
    padding-right: 48px;
  }

  .\32xl\:hover\:pr-52:hover {
    padding-right: 13rem;
  }

  .\32xl\:hover\:pr-56:hover {
    padding-right: 14rem;
  }

  .\32xl\:hover\:pr-60:hover {
    padding-right: 60px;
  }

  .\32xl\:hover\:pr-64:hover {
    padding-right: 16rem;
  }

  .\32xl\:hover\:pr-72:hover {
    padding-right: 18rem;
  }

  .\32xl\:hover\:pr-80:hover {
    padding-right: 20rem;
  }

  .\32xl\:hover\:pr-95:hover {
    padding-right: 95px;
  }

  .\32xl\:hover\:pr-96:hover {
    padding-right: 24rem;
  }

  .\32xl\:hover\:pr-120:hover {
    padding-right: 120px;
  }

  .\32xl\:hover\:pr-190:hover {
    padding-right: 190px;
  }

  .\32xl\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .\32xl\:hover\:pr-0\.5:hover {
    padding-right: 0.125rem;
  }

  .\32xl\:hover\:pr-1\.5:hover {
    padding-right: 0.375rem;
  }

  .\32xl\:hover\:pr-2\.5:hover {
    padding-right: 0.625rem;
  }

  .\32xl\:hover\:pr-3\.5:hover {
    padding-right: 0.875rem;
  }

  .\32xl\:hover\:pr-30\%:hover {
    padding-right: 30%;
  }

  .\32xl\:hover\:pr-7\.5r:hover {
    padding-right: 1.875rem;
  }

  .\32xl\:hover\:pb-0:hover {
    padding-bottom: 0;
  }

  .\32xl\:hover\:pb-1:hover {
    padding-bottom: 0.25rem;
  }

  .\32xl\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .\32xl\:hover\:pb-3:hover {
    padding-bottom: 0.75rem;
  }

  .\32xl\:hover\:pb-4:hover {
    padding-bottom: 1rem;
  }

  .\32xl\:hover\:pb-5:hover {
    padding-bottom: 5px;
  }

  .\32xl\:hover\:pb-6:hover {
    padding-bottom: 1.5rem;
  }

  .\32xl\:hover\:pb-7:hover {
    padding-bottom: 1.75rem;
  }

  .\32xl\:hover\:pb-8:hover {
    padding-bottom: 2rem;
  }

  .\32xl\:hover\:pb-9:hover {
    padding-bottom: 2.25rem;
  }

  .\32xl\:hover\:pb-10:hover {
    padding-bottom: 10px;
  }

  .\32xl\:hover\:pb-11:hover {
    padding-bottom: 2.75rem;
  }

  .\32xl\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .\32xl\:hover\:pb-14:hover {
    padding-bottom: 14px;
  }

  .\32xl\:hover\:pb-16:hover {
    padding-bottom: 16px;
  }

  .\32xl\:hover\:pb-20:hover {
    padding-bottom: 20px;
  }

  .\32xl\:hover\:pb-24:hover {
    padding-bottom: 24px;
  }

  .\32xl\:hover\:pb-28:hover {
    padding-bottom: 7rem;
  }

  .\32xl\:hover\:pb-30:hover {
    padding-bottom: 30px;
  }

  .\32xl\:hover\:pb-32:hover {
    padding-bottom: 8rem;
  }

  .\32xl\:hover\:pb-36:hover {
    padding-bottom: 9rem;
  }

  .\32xl\:hover\:pb-40:hover {
    padding-bottom: 10rem;
  }

  .\32xl\:hover\:pb-44:hover {
    padding-bottom: 11rem;
  }

  .\32xl\:hover\:pb-48:hover {
    padding-bottom: 48px;
  }

  .\32xl\:hover\:pb-52:hover {
    padding-bottom: 13rem;
  }

  .\32xl\:hover\:pb-56:hover {
    padding-bottom: 14rem;
  }

  .\32xl\:hover\:pb-60:hover {
    padding-bottom: 60px;
  }

  .\32xl\:hover\:pb-64:hover {
    padding-bottom: 16rem;
  }

  .\32xl\:hover\:pb-72:hover {
    padding-bottom: 18rem;
  }

  .\32xl\:hover\:pb-80:hover {
    padding-bottom: 20rem;
  }

  .\32xl\:hover\:pb-95:hover {
    padding-bottom: 95px;
  }

  .\32xl\:hover\:pb-96:hover {
    padding-bottom: 24rem;
  }

  .\32xl\:hover\:pb-120:hover {
    padding-bottom: 120px;
  }

  .\32xl\:hover\:pb-190:hover {
    padding-bottom: 190px;
  }

  .\32xl\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .\32xl\:hover\:pb-0\.5:hover {
    padding-bottom: 0.125rem;
  }

  .\32xl\:hover\:pb-1\.5:hover {
    padding-bottom: 0.375rem;
  }

  .\32xl\:hover\:pb-2\.5:hover {
    padding-bottom: 0.625rem;
  }

  .\32xl\:hover\:pb-3\.5:hover {
    padding-bottom: 0.875rem;
  }

  .\32xl\:hover\:pb-30\%:hover {
    padding-bottom: 30%;
  }

  .\32xl\:hover\:pb-7\.5r:hover {
    padding-bottom: 1.875rem;
  }

  .\32xl\:hover\:pl-0:hover {
    padding-left: 0;
  }

  .\32xl\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

  .\32xl\:hover\:pl-2:hover {
    padding-left: 0.5rem;
  }

  .\32xl\:hover\:pl-3:hover {
    padding-left: 0.75rem;
  }

  .\32xl\:hover\:pl-4:hover {
    padding-left: 1rem;
  }

  .\32xl\:hover\:pl-5:hover {
    padding-left: 5px;
  }

  .\32xl\:hover\:pl-6:hover {
    padding-left: 1.5rem;
  }

  .\32xl\:hover\:pl-7:hover {
    padding-left: 1.75rem;
  }

  .\32xl\:hover\:pl-8:hover {
    padding-left: 2rem;
  }

  .\32xl\:hover\:pl-9:hover {
    padding-left: 2.25rem;
  }

  .\32xl\:hover\:pl-10:hover {
    padding-left: 10px;
  }

  .\32xl\:hover\:pl-11:hover {
    padding-left: 2.75rem;
  }

  .\32xl\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .\32xl\:hover\:pl-14:hover {
    padding-left: 14px;
  }

  .\32xl\:hover\:pl-16:hover {
    padding-left: 16px;
  }

  .\32xl\:hover\:pl-20:hover {
    padding-left: 20px;
  }

  .\32xl\:hover\:pl-24:hover {
    padding-left: 24px;
  }

  .\32xl\:hover\:pl-28:hover {
    padding-left: 7rem;
  }

  .\32xl\:hover\:pl-30:hover {
    padding-left: 30px;
  }

  .\32xl\:hover\:pl-32:hover {
    padding-left: 8rem;
  }

  .\32xl\:hover\:pl-36:hover {
    padding-left: 9rem;
  }

  .\32xl\:hover\:pl-40:hover {
    padding-left: 10rem;
  }

  .\32xl\:hover\:pl-44:hover {
    padding-left: 11rem;
  }

  .\32xl\:hover\:pl-48:hover {
    padding-left: 48px;
  }

  .\32xl\:hover\:pl-52:hover {
    padding-left: 13rem;
  }

  .\32xl\:hover\:pl-56:hover {
    padding-left: 14rem;
  }

  .\32xl\:hover\:pl-60:hover {
    padding-left: 60px;
  }

  .\32xl\:hover\:pl-64:hover {
    padding-left: 16rem;
  }

  .\32xl\:hover\:pl-72:hover {
    padding-left: 18rem;
  }

  .\32xl\:hover\:pl-80:hover {
    padding-left: 20rem;
  }

  .\32xl\:hover\:pl-95:hover {
    padding-left: 95px;
  }

  .\32xl\:hover\:pl-96:hover {
    padding-left: 24rem;
  }

  .\32xl\:hover\:pl-120:hover {
    padding-left: 120px;
  }

  .\32xl\:hover\:pl-190:hover {
    padding-left: 190px;
  }

  .\32xl\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .\32xl\:hover\:pl-0\.5:hover {
    padding-left: 0.125rem;
  }

  .\32xl\:hover\:pl-1\.5:hover {
    padding-left: 0.375rem;
  }

  .\32xl\:hover\:pl-2\.5:hover {
    padding-left: 0.625rem;
  }

  .\32xl\:hover\:pl-3\.5:hover {
    padding-left: 0.875rem;
  }

  .\32xl\:hover\:pl-30\%:hover {
    padding-left: 30%;
  }

  .\32xl\:hover\:pl-7\.5r:hover {
    padding-left: 1.875rem;
  }

  .\32xl\:text-left {
    text-align: left;
  }

  .\32xl\:text-center {
    text-align: center;
  }

  .\32xl\:text-right {
    text-align: right;
  }

  .\32xl\:text-justify {
    text-align: justify;
  }

  .\32xl\:align-baseline {
    vertical-align: baseline;
  }

  .\32xl\:align-top {
    vertical-align: top;
  }

  .\32xl\:align-middle {
    vertical-align: middle;
  }

  .\32xl\:align-bottom {
    vertical-align: bottom;
  }

  .\32xl\:align-text-top {
    vertical-align: text-top;
  }

  .\32xl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .\32xl\:font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .\32xl\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .\32xl\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .\32xl\:font-display {
    font-family: Kanit, serif;
  }

  .\32xl\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .\32xl\:text-sm {
    font-size: 0.875rem;
  }

  .\32xl\:text-base {
    font-size: 1rem;
  }

  .\32xl\:text-lg {
    font-size: 1.25rem;
  }

  .\32xl\:text-xl {
    font-size: 1.75rem;
  }

  .\32xl\:text-2xl {
    font-size: 2.25rem;
  }

  .\32xl\:text-3xl {
    font-size: 3rem;
  }

  .\32xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .\32xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .\32xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .\32xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .\32xl\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .\32xl\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .\32xl\:text-3xs {
    font-size: 0.25rem;
  }

  .\32xl\:text-2xs {
    font-size: 0.5rem;
  }

  .\32xl\:text-1xs {
    font-size: 0.67rem;
  }

  .\32xl\:font-thin {
    font-weight: 100;
  }

  .\32xl\:font-extralight {
    font-weight: 200;
  }

  .\32xl\:font-light {
    font-weight: 300;
  }

  .\32xl\:font-normal {
    font-weight: 400;
  }

  .\32xl\:font-medium {
    font-weight: 500;
  }

  .\32xl\:font-semibold {
    font-weight: 600;
  }

  .\32xl\:font-bold {
    font-weight: 500;
  }

  .\32xl\:font-extrabold {
    font-weight: 800;
  }

  .\32xl\:font-black {
    font-weight: 900;
  }

  .\32xl\:hover\:font-thin:hover {
    font-weight: 100;
  }

  .\32xl\:hover\:font-extralight:hover {
    font-weight: 200;
  }

  .\32xl\:hover\:font-light:hover {
    font-weight: 300;
  }

  .\32xl\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .\32xl\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .\32xl\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .\32xl\:hover\:font-bold:hover {
    font-weight: 500;
  }

  .\32xl\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .\32xl\:hover\:font-black:hover {
    font-weight: 900;
  }

  .\32xl\:focus\:font-thin:focus {
    font-weight: 100;
  }

  .\32xl\:focus\:font-extralight:focus {
    font-weight: 200;
  }

  .\32xl\:focus\:font-light:focus {
    font-weight: 300;
  }

  .\32xl\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .\32xl\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .\32xl\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .\32xl\:focus\:font-bold:focus {
    font-weight: 500;
  }

  .\32xl\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .\32xl\:focus\:font-black:focus {
    font-weight: 900;
  }

  .\32xl\:uppercase {
    text-transform: uppercase;
  }

  .\32xl\:lowercase {
    text-transform: lowercase;
  }

  .\32xl\:capitalize {
    text-transform: capitalize;
  }

  .\32xl\:normal-case {
    text-transform: none;
  }

  .\32xl\:italic {
    font-style: italic;
  }

  .\32xl\:not-italic {
    font-style: normal;
  }

  .\32xl\:ordinal, .\32xl\:slashed-zero, .\32xl\:lining-nums, .\32xl\:oldstyle-nums, .\32xl\:proportional-nums, .\32xl\:tabular-nums, .\32xl\:diagonal-fractions, .\32xl\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .\32xl\:normal-nums {
    font-feature-settings: normal;
    font-variant-numeric: normal;
  }

  .\32xl\:ordinal {
    --tw-ordinal: ordinal;
  }

  .\32xl\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .\32xl\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .\32xl\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .\32xl\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .\32xl\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .\32xl\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .\32xl\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .\32xl\:leading-3 {
    line-height: .75rem;
  }

  .\32xl\:leading-4 {
    line-height: 1rem;
  }

  .\32xl\:leading-5 {
    line-height: 1.25rem;
  }

  .\32xl\:leading-6 {
    line-height: 1.5rem;
  }

  .\32xl\:leading-7 {
    line-height: 1.75rem;
  }

  .\32xl\:leading-8 {
    line-height: 2rem;
  }

  .\32xl\:leading-9 {
    line-height: 2.25rem;
  }

  .\32xl\:leading-10 {
    line-height: 2.5rem;
  }

  .\32xl\:leading-none {
    line-height: 1;
  }

  .\32xl\:leading-tight {
    line-height: 1.25;
  }

  .\32xl\:leading-snug {
    line-height: 1.375;
  }

  .\32xl\:leading-normal {
    line-height: 1.5;
  }

  .\32xl\:leading-relaxed {
    line-height: 1.625;
  }

  .\32xl\:leading-loose {
    line-height: 2;
  }

  .\32xl\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .\32xl\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .\32xl\:tracking-normal {
    letter-spacing: 0em;
  }

  .\32xl\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .\32xl\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .\32xl\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .\32xl\:text-transparent {
    color: transparent;
  }

  .\32xl\:text-current {
    color: currentColor;
  }

  .\32xl\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .\32xl\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .\32xl\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .\32xl\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .\32xl\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .\32xl\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .\32xl\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .\32xl\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .\32xl\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .\32xl\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .\32xl\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .\32xl\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .\32xl\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .\32xl\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .\32xl\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .\32xl\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .\32xl\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .\32xl\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .\32xl\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .\32xl\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .\32xl\:text-primary-color {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .\32xl\:text-primary-color-dark {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .\32xl\:text-secondary-color {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .\32xl\:text-custom-gray-sm {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .\32xl\:text-custom-gray-sm2 {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .\32xl\:text-custom-gray-md {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .\32xl\:text-custom-navy-dark {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .\32xl\:text-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .\32xl\:text-primary {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .\32xl\:text-secondary-1 {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .\32xl\:text-secondary-2 {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .\32xl\:text-secondary-3 {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .\32xl\:text-secondary {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .\32xl\:text-secondary-dark {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .\32xl\:text-secondary-light {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .\32xl\:text-grayCustom-1 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .\32xl\:text-grayCustom-2 {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .\32xl\:text-grayCustom-3 {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .\32xl\:text-grayCustom-800 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .\32xl\:text-grayCustom {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .\32xl\:text-grayCustom-dark {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .\32xl\:text-grayCustom-light {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .\32xl\:text-grayCustom-hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .\32xl\:text-error {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .\32xl\:text-error-light {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .\32xl\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .\32xl\:text-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .\32xl\:text-success {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .\32xl\:text-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .\32xl\:text-status-open {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-status-waiting_payment {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .\32xl\:text-status-completed {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .\32xl\:text-status-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .\32xl\:text-status-waiting_verify {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .\32xl\:text-status-closed {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .\32xl\:text-policyStatus-issuing {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-policyStatus-waiting_inspection {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .\32xl\:text-policyStatus-success {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .\32xl\:text-policyStatus-failed_inspection {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .\32xl\:text-policyStatus-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .\32xl\:text-policyStatus-waiting_policy {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .\32xl\:text-policyStatus-cancel {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .\32xl\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .\32xl\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-primary-color {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-primary-color-dark {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-secondary-color {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-custom-gray-sm {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-custom-gray-sm2 {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-custom-gray-md {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-custom-navy-dark {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-primary {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-secondary-1 {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-secondary-2 {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-secondary-3 {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-secondary {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-secondary-dark {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-secondary-light {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-grayCustom-1 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-grayCustom-2 {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-grayCustom-3 {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-grayCustom-800 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-grayCustom {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-grayCustom-dark {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-grayCustom-light {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-grayCustom-hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-error {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-error-light {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-success {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-status-open {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-status-waiting_payment {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-status-completed {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-status-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-status-waiting_verify {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-status-closed {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-policyStatus-issuing {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-policyStatus-waiting_inspection {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-policyStatus-success {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-policyStatus-failed_inspection {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-policyStatus-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-policyStatus-waiting_policy {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-policyStatus-cancel {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-transparent[focus-within] {
    color: transparent;
  }

  .\32xl\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .\32xl\:focus-within\:text-current[focus-within] {
    color: currentColor;
  }

  .\32xl\:focus-within\:text-current:focus-within {
    color: currentColor;
  }

  .\32xl\:focus-within\:text-black[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-white[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-primary-color[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-primary-color:focus-within {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-primary-color-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-primary-color-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-secondary-color[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-secondary-color:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-custom-gray-sm[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-custom-gray-sm:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-custom-gray-sm2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-custom-gray-sm2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-custom-gray-md[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-custom-gray-md:focus-within {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-custom-navy-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-custom-navy-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-dark-blue[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-dark-blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-primary[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-primary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-secondary-1[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-secondary-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-secondary-2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-secondary-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-secondary-3[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-secondary-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-secondary[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-secondary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-secondary-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-secondary-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-secondary-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-secondary-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-grayCustom-1[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-grayCustom-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-grayCustom-2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-grayCustom-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-grayCustom-3[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-grayCustom-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-grayCustom-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-grayCustom-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-grayCustom[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-grayCustom:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-grayCustom-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-grayCustom-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-grayCustom-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-grayCustom-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-grayCustom-hover[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-grayCustom-hover:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-error[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-error:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-error-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-error-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-warning[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-warning:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-warning-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-warning-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-success[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-success-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-success-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-status-open[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-status-open:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-status-waiting_payment[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-status-waiting_payment:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-status-completed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-status-completed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-status-failed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-status-failed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-status-waiting_verify[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-status-waiting_verify:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-status-closed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-status-closed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-policyStatus-issuing[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-policyStatus-issuing:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-policyStatus-waiting_inspection[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-policyStatus-waiting_inspection:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-policyStatus-success[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-policyStatus-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-policyStatus-failed_inspection[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-policyStatus-failed_inspection:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-policyStatus-failed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-policyStatus-failed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-policyStatus-waiting_policy[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-policyStatus-waiting_policy:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-policyStatus-cancel[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-policyStatus-cancel:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .\32xl\:hover\:text-current:hover {
    color: currentColor;
  }

  .\32xl\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-primary-color:hover {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-primary-color-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-secondary-color:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-custom-gray-sm:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-custom-gray-sm2:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-custom-gray-md:hover {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-custom-navy-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-dark-blue:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-secondary-1:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-secondary-2:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-secondary-3:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-secondary:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-secondary-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-secondary-light:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-grayCustom-1:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-grayCustom-2:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-grayCustom-3:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-grayCustom-800:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-grayCustom:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-grayCustom-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-grayCustom-light:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-grayCustom-hover:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-error:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-error-light:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-warning:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-warning-light:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-success:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-success-light:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-status-open:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-status-waiting_payment:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-status-completed:hover {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-status-failed:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-status-waiting_verify:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-status-closed:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-policyStatus-issuing:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-policyStatus-waiting_inspection:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-policyStatus-success:hover {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-policyStatus-failed_inspection:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-policyStatus-failed:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-policyStatus-waiting_policy:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-policyStatus-cancel:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-transparent:focus {
    color: transparent;
  }

  .\32xl\:focus\:text-current:focus {
    color: currentColor;
  }

  .\32xl\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-primary-color:focus {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-primary-color-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-secondary-color:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-custom-gray-sm:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-custom-gray-sm2:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-custom-gray-md:focus {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-custom-navy-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-dark-blue:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-primary:focus {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-secondary-1:focus {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-secondary-2:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-secondary-3:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-secondary:focus {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-secondary-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-secondary-light:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-grayCustom-1:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-grayCustom-2:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-grayCustom-3:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-grayCustom-800:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-grayCustom:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-grayCustom-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-grayCustom-light:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-grayCustom-hover:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-error:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-error-light:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-warning:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-warning-light:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-success:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-success-light:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-status-open:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-status-waiting_payment:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-status-completed:focus {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-status-failed:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-status-waiting_verify:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-status-closed:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-policyStatus-issuing:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-policyStatus-waiting_inspection:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-policyStatus-success:focus {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-policyStatus-failed_inspection:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-policyStatus-failed:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-policyStatus-waiting_policy:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-policyStatus-cancel:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .\32xl\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .\32xl\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .\32xl\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .\32xl\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .\32xl\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .\32xl\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .\32xl\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .\32xl\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .\32xl\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .\32xl\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .\32xl\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .\32xl\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .\32xl\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .\32xl\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .\32xl\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .\32xl\:focus-within\:text-opacity-0[focus-within] {
    --tw-text-opacity: 0;
  }

  .\32xl\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .\32xl\:focus-within\:text-opacity-5[focus-within] {
    --tw-text-opacity: 0.05;
  }

  .\32xl\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .\32xl\:focus-within\:text-opacity-10[focus-within] {
    --tw-text-opacity: 0.1;
  }

  .\32xl\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .\32xl\:focus-within\:text-opacity-20[focus-within] {
    --tw-text-opacity: 0.2;
  }

  .\32xl\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .\32xl\:focus-within\:text-opacity-25[focus-within] {
    --tw-text-opacity: 0.25;
  }

  .\32xl\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .\32xl\:focus-within\:text-opacity-30[focus-within] {
    --tw-text-opacity: 0.3;
  }

  .\32xl\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .\32xl\:focus-within\:text-opacity-40[focus-within] {
    --tw-text-opacity: 0.4;
  }

  .\32xl\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .\32xl\:focus-within\:text-opacity-50[focus-within] {
    --tw-text-opacity: 0.5;
  }

  .\32xl\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .\32xl\:focus-within\:text-opacity-60[focus-within] {
    --tw-text-opacity: 0.6;
  }

  .\32xl\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .\32xl\:focus-within\:text-opacity-70[focus-within] {
    --tw-text-opacity: 0.7;
  }

  .\32xl\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .\32xl\:focus-within\:text-opacity-75[focus-within] {
    --tw-text-opacity: 0.75;
  }

  .\32xl\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .\32xl\:focus-within\:text-opacity-80[focus-within] {
    --tw-text-opacity: 0.8;
  }

  .\32xl\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .\32xl\:focus-within\:text-opacity-90[focus-within] {
    --tw-text-opacity: 0.9;
  }

  .\32xl\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .\32xl\:focus-within\:text-opacity-95[focus-within] {
    --tw-text-opacity: 0.95;
  }

  .\32xl\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .\32xl\:focus-within\:text-opacity-100[focus-within] {
    --tw-text-opacity: 1;
  }

  .\32xl\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .\32xl\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .\32xl\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .\32xl\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .\32xl\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .\32xl\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .\32xl\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .\32xl\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .\32xl\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .\32xl\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .\32xl\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .\32xl\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .\32xl\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .\32xl\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .\32xl\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .\32xl\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .\32xl\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .\32xl\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .\32xl\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .\32xl\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .\32xl\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .\32xl\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .\32xl\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .\32xl\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .\32xl\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .\32xl\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .\32xl\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .\32xl\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .\32xl\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .\32xl\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .\32xl\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .\32xl\:underline {
    text-decoration: underline;
  }

  .\32xl\:line-through {
    text-decoration: line-through;
  }

  .\32xl\:no-underline {
    text-decoration: none;
  }

  .group:hover .\32xl\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .\32xl\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .\32xl\:group-hover\:no-underline {
    text-decoration: none;
  }

  .\32xl\:focus-within\:underline[focus-within] {
    text-decoration: underline;
  }

  .\32xl\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .\32xl\:focus-within\:line-through[focus-within] {
    text-decoration: line-through;
  }

  .\32xl\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .\32xl\:focus-within\:no-underline[focus-within] {
    text-decoration: none;
  }

  .\32xl\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .\32xl\:hover\:underline:hover {
    text-decoration: underline;
  }

  .\32xl\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .\32xl\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .\32xl\:focus\:underline:focus {
    text-decoration: underline;
  }

  .\32xl\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .\32xl\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .\32xl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .\32xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .\32xl\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .\32xl\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .\32xl\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .\32xl\:placeholder-current::placeholder {
    color: currentColor;
  }

  .\32xl\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-primary-color::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-primary-color::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-primary-color-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-primary-color-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-secondary-color::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-secondary-color::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-custom-gray-sm::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-custom-gray-sm::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-custom-gray-sm2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-custom-gray-sm2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-custom-gray-md::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-custom-gray-md::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-custom-navy-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-custom-navy-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-dark-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-dark-blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-primary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-secondary-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-secondary-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-secondary-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-secondary-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-secondary-3::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-secondary-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-secondary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-secondary-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-secondary-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-secondary-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-secondary-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-grayCustom-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-grayCustom-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-grayCustom-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-grayCustom-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-grayCustom-3::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-grayCustom-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-grayCustom-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-grayCustom-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-grayCustom::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-grayCustom::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-grayCustom-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-grayCustom-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-grayCustom-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-grayCustom-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-grayCustom-hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-grayCustom-hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-error::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-error::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-error-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-error-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-warning::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-warning::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-warning-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-warning-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-success-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-success-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-status-open::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-status-open::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-status-waiting_payment::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-status-waiting_payment::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-status-completed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-status-completed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-status-failed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-status-failed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-status-waiting_verify::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-status-waiting_verify::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-status-closed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-status-closed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-policyStatus-issuing::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-policyStatus-issuing::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-policyStatus-waiting_inspection::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-policyStatus-waiting_inspection::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-policyStatus-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-policyStatus-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-policyStatus-failed_inspection::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-policyStatus-failed_inspection::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-policyStatus-failed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-policyStatus-failed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-policyStatus-waiting_policy::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-policyStatus-waiting_policy::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-policyStatus-cancel::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-policyStatus-cancel::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .\32xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .\32xl\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .\32xl\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .\32xl\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-primary-color:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-primary-color:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-primary-color-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-primary-color-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-secondary-color:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-secondary-color:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-custom-gray-sm:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-custom-gray-sm:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-custom-gray-sm2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-custom-gray-sm2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-custom-gray-md:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-custom-gray-md:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-custom-navy-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-custom-navy-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-dark-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-dark-blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-primary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-secondary-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-secondary-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-secondary-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-secondary-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-secondary-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-secondary-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-secondary-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-secondary-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-secondary-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-secondary-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-grayCustom-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-grayCustom-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-grayCustom-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-grayCustom-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-grayCustom-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-grayCustom-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-grayCustom-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-grayCustom-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-grayCustom:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-grayCustom:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-grayCustom-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-grayCustom-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-grayCustom-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-grayCustom-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-grayCustom-hover:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-grayCustom-hover:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-error:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-error:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-error-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-error-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-warning:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-warning:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-warning-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-warning-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-success-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-success-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-status-open:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-status-open:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-status-waiting_payment:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-status-waiting_payment:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-status-completed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-status-completed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-status-failed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-status-failed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-status-waiting_verify:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-status-waiting_verify:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-status-closed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-status-closed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-policyStatus-issuing:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-policyStatus-issuing:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-policyStatus-waiting_inspection:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-policyStatus-waiting_inspection:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-policyStatus-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-policyStatus-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-policyStatus-failed_inspection:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-policyStatus-failed_inspection:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-policyStatus-failed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-policyStatus-failed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-policyStatus-waiting_policy:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-policyStatus-waiting_policy:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-policyStatus-cancel:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-policyStatus-cancel:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:opacity-0 {
    opacity: 0;
  }

  .\32xl\:opacity-5 {
    opacity: 0.05;
  }

  .\32xl\:opacity-10 {
    opacity: 0.1;
  }

  .\32xl\:opacity-20 {
    opacity: 0.2;
  }

  .\32xl\:opacity-25 {
    opacity: 0.25;
  }

  .\32xl\:opacity-30 {
    opacity: 0.3;
  }

  .\32xl\:opacity-40 {
    opacity: 0.4;
  }

  .\32xl\:opacity-50 {
    opacity: 0.5;
  }

  .\32xl\:opacity-60 {
    opacity: 0.6;
  }

  .\32xl\:opacity-70 {
    opacity: 0.7;
  }

  .\32xl\:opacity-75 {
    opacity: 0.75;
  }

  .\32xl\:opacity-80 {
    opacity: 0.8;
  }

  .\32xl\:opacity-90 {
    opacity: 0.9;
  }

  .\32xl\:opacity-95 {
    opacity: 0.95;
  }

  .\32xl\:opacity-100 {
    opacity: 1;
  }

  .group:hover .\32xl\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .\32xl\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .\32xl\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .\32xl\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .\32xl\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .\32xl\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .\32xl\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .\32xl\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .\32xl\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .\32xl\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .\32xl\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .\32xl\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .\32xl\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .\32xl\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .\32xl\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .\32xl\:focus-within\:opacity-0[focus-within] {
    opacity: 0;
  }

  .\32xl\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .\32xl\:focus-within\:opacity-5[focus-within] {
    opacity: 0.05;
  }

  .\32xl\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .\32xl\:focus-within\:opacity-10[focus-within] {
    opacity: 0.1;
  }

  .\32xl\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .\32xl\:focus-within\:opacity-20[focus-within] {
    opacity: 0.2;
  }

  .\32xl\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .\32xl\:focus-within\:opacity-25[focus-within] {
    opacity: 0.25;
  }

  .\32xl\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .\32xl\:focus-within\:opacity-30[focus-within] {
    opacity: 0.3;
  }

  .\32xl\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .\32xl\:focus-within\:opacity-40[focus-within] {
    opacity: 0.4;
  }

  .\32xl\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .\32xl\:focus-within\:opacity-50[focus-within] {
    opacity: 0.5;
  }

  .\32xl\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .\32xl\:focus-within\:opacity-60[focus-within] {
    opacity: 0.6;
  }

  .\32xl\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .\32xl\:focus-within\:opacity-70[focus-within] {
    opacity: 0.7;
  }

  .\32xl\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .\32xl\:focus-within\:opacity-75[focus-within] {
    opacity: 0.75;
  }

  .\32xl\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .\32xl\:focus-within\:opacity-80[focus-within] {
    opacity: 0.8;
  }

  .\32xl\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .\32xl\:focus-within\:opacity-90[focus-within] {
    opacity: 0.9;
  }

  .\32xl\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .\32xl\:focus-within\:opacity-95[focus-within] {
    opacity: 0.95;
  }

  .\32xl\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .\32xl\:focus-within\:opacity-100[focus-within] {
    opacity: 1;
  }

  .\32xl\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .\32xl\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .\32xl\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .\32xl\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .\32xl\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .\32xl\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .\32xl\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .\32xl\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .\32xl\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .\32xl\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .\32xl\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .\32xl\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .\32xl\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .\32xl\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .\32xl\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .\32xl\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .\32xl\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .\32xl\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .\32xl\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .\32xl\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .\32xl\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .\32xl\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .\32xl\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .\32xl\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .\32xl\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .\32xl\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .\32xl\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .\32xl\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .\32xl\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .\32xl\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .\32xl\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .\32xl\:disabled\:opacity-0:disabled {
    opacity: 0;
  }

  .\32xl\:disabled\:opacity-5:disabled {
    opacity: 0.05;
  }

  .\32xl\:disabled\:opacity-10:disabled {
    opacity: 0.1;
  }

  .\32xl\:disabled\:opacity-20:disabled {
    opacity: 0.2;
  }

  .\32xl\:disabled\:opacity-25:disabled {
    opacity: 0.25;
  }

  .\32xl\:disabled\:opacity-30:disabled {
    opacity: 0.3;
  }

  .\32xl\:disabled\:opacity-40:disabled {
    opacity: 0.4;
  }

  .\32xl\:disabled\:opacity-50:disabled {
    opacity: 0.5;
  }

  .\32xl\:disabled\:opacity-60:disabled {
    opacity: 0.6;
  }

  .\32xl\:disabled\:opacity-70:disabled {
    opacity: 0.7;
  }

  .\32xl\:disabled\:opacity-75:disabled {
    opacity: 0.75;
  }

  .\32xl\:disabled\:opacity-80:disabled {
    opacity: 0.8;
  }

  .\32xl\:disabled\:opacity-90:disabled {
    opacity: 0.9;
  }

  .\32xl\:disabled\:opacity-95:disabled {
    opacity: 0.95;
  }

  .\32xl\:disabled\:opacity-100:disabled {
    opacity: 1;
  }

  .\32xl\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .\32xl\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .\32xl\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .\32xl\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .\32xl\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .\32xl\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .\32xl\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .\32xl\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .\32xl\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .\32xl\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .\32xl\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .\32xl\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .\32xl\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .\32xl\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .\32xl\:bg-blend-color {
    background-blend-mode: color;
  }

  .\32xl\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .\32xl\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .\32xl\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .\32xl\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .\32xl\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .\32xl\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .\32xl\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .\32xl\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .\32xl\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .\32xl\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .\32xl\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .\32xl\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .\32xl\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .\32xl\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .\32xl\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .\32xl\:mix-blend-color {
    mix-blend-mode: color;
  }

  .\32xl\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .\32xl\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:shadow-none {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:shadow-button {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:shadow-button-hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:shadow-secondary-tag {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:shadow-gray {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-none {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-button {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-button-hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-secondary-tag {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-gray {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-sm[focus-within] {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow[focus-within] {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-md[focus-within] {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-lg[focus-within] {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-xl[focus-within] {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-2xl[focus-within] {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-inner[focus-within] {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-none[focus-within] {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-button[focus-within] {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-button:focus-within {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-button-hover[focus-within] {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-button-hover:focus-within {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-secondary-tag[focus-within] {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-secondary-tag:focus-within {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-gray[focus-within] {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-gray:focus-within {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-button:hover {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-button-hover:hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-secondary-tag:hover {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-gray:hover {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-button:focus {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-button-hover:focus {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-secondary-tag:focus {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-gray:focus {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .\32xl\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .\32xl\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .\32xl\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .\32xl\:focus-within\:outline-none[focus-within] {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .\32xl\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .\32xl\:focus-within\:outline-white[focus-within] {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .\32xl\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .\32xl\:focus-within\:outline-black[focus-within] {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .\32xl\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .\32xl\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .\32xl\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .\32xl\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .\32xl\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .\32xl\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .\32xl\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .\32xl\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .\32xl\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .\32xl\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .\32xl\:focus-within\:ring-0[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .\32xl\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .\32xl\:focus-within\:ring-1[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .\32xl\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .\32xl\:focus-within\:ring-2[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .\32xl\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .\32xl\:focus-within\:ring-4[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .\32xl\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .\32xl\:focus-within\:ring-8[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .\32xl\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .\32xl\:focus-within\:ring[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .\32xl\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .\32xl\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .\32xl\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .\32xl\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .\32xl\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .\32xl\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .\32xl\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .\32xl\:ring-inset {
    --tw-ring-inset: inset;
  }

  .\32xl\:focus-within\:ring-inset[focus-within] {
    --tw-ring-inset: inset;
  }

  .\32xl\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .\32xl\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .\32xl\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .\32xl\:ring-current {
    --tw-ring-color: currentColor;
  }

  .\32xl\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .\32xl\:ring-primary-color {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .\32xl\:ring-primary-color-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .\32xl\:ring-secondary-color {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .\32xl\:ring-custom-gray-sm {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .\32xl\:ring-custom-gray-sm2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .\32xl\:ring-custom-gray-md {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .\32xl\:ring-custom-navy-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .\32xl\:ring-dark-blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .\32xl\:ring-primary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .\32xl\:ring-secondary-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .\32xl\:ring-secondary-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .\32xl\:ring-secondary-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .\32xl\:ring-secondary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .\32xl\:ring-secondary-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .\32xl\:ring-secondary-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .\32xl\:ring-grayCustom-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .\32xl\:ring-grayCustom-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .\32xl\:ring-grayCustom-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .\32xl\:ring-grayCustom-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .\32xl\:ring-grayCustom {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .\32xl\:ring-grayCustom-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .\32xl\:ring-grayCustom-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .\32xl\:ring-grayCustom-hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .\32xl\:ring-error {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .\32xl\:ring-error-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .\32xl\:ring-warning {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .\32xl\:ring-warning-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .\32xl\:ring-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .\32xl\:ring-success-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .\32xl\:ring-status-open {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-status-waiting_payment {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .\32xl\:ring-status-completed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .\32xl\:ring-status-failed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .\32xl\:ring-status-waiting_verify {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .\32xl\:ring-status-closed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .\32xl\:ring-policyStatus-issuing {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-policyStatus-waiting_inspection {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .\32xl\:ring-policyStatus-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .\32xl\:ring-policyStatus-failed_inspection {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .\32xl\:ring-policyStatus-failed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .\32xl\:ring-policyStatus-waiting_policy {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .\32xl\:ring-policyStatus-cancel {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-transparent[focus-within] {
    --tw-ring-color: transparent;
  }

  .\32xl\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .\32xl\:focus-within\:ring-current[focus-within] {
    --tw-ring-color: currentColor;
  }

  .\32xl\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor;
  }

  .\32xl\:focus-within\:ring-black[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-white[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-primary-color[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-primary-color:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-primary-color-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-primary-color-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-secondary-color[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-secondary-color:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-custom-gray-sm[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-custom-gray-sm:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-custom-gray-sm2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-custom-gray-sm2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-custom-gray-md[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-custom-gray-md:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-custom-navy-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-custom-navy-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-dark-blue[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-dark-blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-primary[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-primary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-secondary-1[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-secondary-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-secondary-2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-secondary-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-secondary-3[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-secondary-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-secondary[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-secondary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-secondary-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-secondary-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-secondary-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-secondary-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-grayCustom-1[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-grayCustom-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-grayCustom-2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-grayCustom-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-grayCustom-3[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-grayCustom-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-grayCustom-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-grayCustom-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-grayCustom[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-grayCustom:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-grayCustom-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-grayCustom-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-grayCustom-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-grayCustom-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-grayCustom-hover[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-grayCustom-hover:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-error[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-error:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-error-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-error-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-warning[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-warning:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-warning-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-warning-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-success[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-success-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-success-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-status-open[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-status-open:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-status-waiting_payment[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-status-waiting_payment:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-status-completed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-status-completed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-status-failed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-status-failed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-status-waiting_verify[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-status-waiting_verify:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-status-closed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-status-closed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-policyStatus-issuing[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-policyStatus-issuing:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-policyStatus-waiting_inspection[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-policyStatus-waiting_inspection:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-policyStatus-success[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-policyStatus-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-policyStatus-failed_inspection[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-policyStatus-failed_inspection:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-policyStatus-failed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-policyStatus-failed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-policyStatus-waiting_policy[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-policyStatus-waiting_policy:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-policyStatus-cancel[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-policyStatus-cancel:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .\32xl\:focus\:ring-current:focus {
    --tw-ring-color: currentColor;
  }

  .\32xl\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-primary-color:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-primary-color-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-secondary-color:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-custom-gray-sm:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-custom-gray-sm2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-custom-gray-md:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-custom-navy-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-dark-blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-primary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-secondary-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-secondary-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-secondary-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-secondary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-secondary-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-secondary-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-grayCustom-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-grayCustom-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-grayCustom-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-grayCustom-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-grayCustom:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-grayCustom-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-grayCustom-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-grayCustom-hover:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-error:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-error-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-warning:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-warning-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-success-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-status-open:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-status-waiting_payment:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-status-completed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-status-failed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-status-waiting_verify:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-status-closed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-policyStatus-issuing:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-policyStatus-waiting_inspection:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-policyStatus-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-policyStatus-failed_inspection:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-policyStatus-failed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-policyStatus-waiting_policy:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-policyStatus-cancel:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .\32xl\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .\32xl\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .\32xl\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .\32xl\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .\32xl\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .\32xl\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .\32xl\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .\32xl\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .\32xl\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .\32xl\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .\32xl\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .\32xl\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .\32xl\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .\32xl\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .\32xl\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .\32xl\:focus-within\:ring-opacity-0[focus-within] {
    --tw-ring-opacity: 0;
  }

  .\32xl\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .\32xl\:focus-within\:ring-opacity-5[focus-within] {
    --tw-ring-opacity: 0.05;
  }

  .\32xl\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .\32xl\:focus-within\:ring-opacity-10[focus-within] {
    --tw-ring-opacity: 0.1;
  }

  .\32xl\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .\32xl\:focus-within\:ring-opacity-20[focus-within] {
    --tw-ring-opacity: 0.2;
  }

  .\32xl\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .\32xl\:focus-within\:ring-opacity-25[focus-within] {
    --tw-ring-opacity: 0.25;
  }

  .\32xl\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .\32xl\:focus-within\:ring-opacity-30[focus-within] {
    --tw-ring-opacity: 0.3;
  }

  .\32xl\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .\32xl\:focus-within\:ring-opacity-40[focus-within] {
    --tw-ring-opacity: 0.4;
  }

  .\32xl\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .\32xl\:focus-within\:ring-opacity-50[focus-within] {
    --tw-ring-opacity: 0.5;
  }

  .\32xl\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .\32xl\:focus-within\:ring-opacity-60[focus-within] {
    --tw-ring-opacity: 0.6;
  }

  .\32xl\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .\32xl\:focus-within\:ring-opacity-70[focus-within] {
    --tw-ring-opacity: 0.7;
  }

  .\32xl\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .\32xl\:focus-within\:ring-opacity-75[focus-within] {
    --tw-ring-opacity: 0.75;
  }

  .\32xl\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .\32xl\:focus-within\:ring-opacity-80[focus-within] {
    --tw-ring-opacity: 0.8;
  }

  .\32xl\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .\32xl\:focus-within\:ring-opacity-90[focus-within] {
    --tw-ring-opacity: 0.9;
  }

  .\32xl\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .\32xl\:focus-within\:ring-opacity-95[focus-within] {
    --tw-ring-opacity: 0.95;
  }

  .\32xl\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .\32xl\:focus-within\:ring-opacity-100[focus-within] {
    --tw-ring-opacity: 1;
  }

  .\32xl\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .\32xl\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .\32xl\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .\32xl\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .\32xl\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .\32xl\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .\32xl\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .\32xl\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .\32xl\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .\32xl\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .\32xl\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .\32xl\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .\32xl\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .\32xl\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .\32xl\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .\32xl\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .\32xl\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .\32xl\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .\32xl\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .\32xl\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .\32xl\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .\32xl\:focus-within\:ring-offset-0[focus-within] {
    --tw-ring-offset-width: 0px;
  }

  .\32xl\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .\32xl\:focus-within\:ring-offset-1[focus-within] {
    --tw-ring-offset-width: 1px;
  }

  .\32xl\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .\32xl\:focus-within\:ring-offset-2[focus-within] {
    --tw-ring-offset-width: 2px;
  }

  .\32xl\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .\32xl\:focus-within\:ring-offset-4[focus-within] {
    --tw-ring-offset-width: 4px;
  }

  .\32xl\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .\32xl\:focus-within\:ring-offset-8[focus-within] {
    --tw-ring-offset-width: 8px;
  }

  .\32xl\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .\32xl\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .\32xl\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .\32xl\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .\32xl\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .\32xl\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .\32xl\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .\32xl\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }

  .\32xl\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .\32xl\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .\32xl\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f9fafb;
  }

  .\32xl\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f3f4f6;
  }

  .\32xl\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e5e7eb;
  }

  .\32xl\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d1d5db;
  }

  .\32xl\:ring-offset-gray-400 {
    --tw-ring-offset-color: #9ca3af;
  }

  .\32xl\:ring-offset-gray-500 {
    --tw-ring-offset-color: #6b7280;
  }

  .\32xl\:ring-offset-gray-600 {
    --tw-ring-offset-color: #4b5563;
  }

  .\32xl\:ring-offset-gray-700 {
    --tw-ring-offset-color: #374151;
  }

  .\32xl\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .\32xl\:ring-offset-gray-900 {
    --tw-ring-offset-color: #111827;
  }

  .\32xl\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .\32xl\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .\32xl\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .\32xl\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .\32xl\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .\32xl\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .\32xl\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .\32xl\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .\32xl\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .\32xl\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .\32xl\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .\32xl\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .\32xl\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .\32xl\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .\32xl\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .\32xl\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .\32xl\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }

  .\32xl\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }

  .\32xl\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }

  .\32xl\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }

  .\32xl\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .\32xl\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .\32xl\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .\32xl\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .\32xl\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }

  .\32xl\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }

  .\32xl\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }

  .\32xl\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }

  .\32xl\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }

  .\32xl\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .\32xl\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .\32xl\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .\32xl\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .\32xl\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .\32xl\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .\32xl\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .\32xl\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .\32xl\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .\32xl\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .\32xl\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .\32xl\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .\32xl\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .\32xl\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .\32xl\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .\32xl\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .\32xl\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .\32xl\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .\32xl\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .\32xl\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .\32xl\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .\32xl\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .\32xl\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .\32xl\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .\32xl\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .\32xl\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .\32xl\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .\32xl\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .\32xl\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .\32xl\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .\32xl\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .\32xl\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .\32xl\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .\32xl\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .\32xl\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .\32xl\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .\32xl\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .\32xl\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .\32xl\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .\32xl\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .\32xl\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .\32xl\:ring-offset-primary-color {
    --tw-ring-offset-color: #eb008b;
  }

  .\32xl\:ring-offset-primary-color-dark {
    --tw-ring-offset-color: #c90068;
  }

  .\32xl\:ring-offset-secondary-color {
    --tw-ring-offset-color: #112e42;
  }

  .\32xl\:ring-offset-custom-gray-sm {
    --tw-ring-offset-color: #f1f4f6;
  }

  .\32xl\:ring-offset-custom-gray-sm2 {
    --tw-ring-offset-color: #f1f2f3;
  }

  .\32xl\:ring-offset-custom-gray-md {
    --tw-ring-offset-color: #848484;
  }

  .\32xl\:ring-offset-custom-navy-dark {
    --tw-ring-offset-color: #112e42;
  }

  .\32xl\:ring-offset-dark-blue {
    --tw-ring-offset-color: #112E42;
  }

  .\32xl\:ring-offset-primary {
    --tw-ring-offset-color: #192D40;
  }

  .\32xl\:ring-offset-secondary-1 {
    --tw-ring-offset-color: #E6007E;
  }

  .\32xl\:ring-offset-secondary-2 {
    --tw-ring-offset-color: #D6D564;
  }

  .\32xl\:ring-offset-secondary-3 {
    --tw-ring-offset-color: #FCFCCD;
  }

  .\32xl\:ring-offset-secondary {
    --tw-ring-offset-color: #E6007E;
  }

  .\32xl\:ring-offset-secondary-dark {
    --tw-ring-offset-color: #C11A7D;
  }

  .\32xl\:ring-offset-secondary-light {
    --tw-ring-offset-color: #FBCEE9;
  }

  .\32xl\:ring-offset-grayCustom-1 {
    --tw-ring-offset-color: #4F4F4F;
  }

  .\32xl\:ring-offset-grayCustom-2 {
    --tw-ring-offset-color: #C4C4C4;
  }

  .\32xl\:ring-offset-grayCustom-3 {
    --tw-ring-offset-color: #F9F9F9;
  }

  .\32xl\:ring-offset-grayCustom-800 {
    --tw-ring-offset-color: #4F4F4F;
  }

  .\32xl\:ring-offset-grayCustom {
    --tw-ring-offset-color: #C4C4C4;
  }

  .\32xl\:ring-offset-grayCustom-dark {
    --tw-ring-offset-color: #4F4F4F;
  }

  .\32xl\:ring-offset-grayCustom-light {
    --tw-ring-offset-color: #F9F9F9;
  }

  .\32xl\:ring-offset-grayCustom-hover {
    --tw-ring-offset-color: #9F9F9F;
  }

  .\32xl\:ring-offset-error {
    --tw-ring-offset-color: #FF206E;
  }

  .\32xl\:ring-offset-error-light {
    --tw-ring-offset-color: #FDE8EA;
  }

  .\32xl\:ring-offset-warning {
    --tw-ring-offset-color: #FFAE14;
  }

  .\32xl\:ring-offset-warning-light {
    --tw-ring-offset-color: #FFF6E5;
  }

  .\32xl\:ring-offset-success {
    --tw-ring-offset-color: #2DD881;
  }

  .\32xl\:ring-offset-success-light {
    --tw-ring-offset-color: #E9FBF2;
  }

  .\32xl\:ring-offset-status-open {
    --tw-ring-offset-color: #FFF;
  }

  .\32xl\:ring-offset-status-waiting_payment {
    --tw-ring-offset-color: #ffae14;
  }

  .\32xl\:ring-offset-status-completed {
    --tw-ring-offset-color: #54c1bb;
  }

  .\32xl\:ring-offset-status-failed {
    --tw-ring-offset-color: #e8556b;
  }

  .\32xl\:ring-offset-status-waiting_verify {
    --tw-ring-offset-color: #ffae14;
  }

  .\32xl\:ring-offset-status-closed {
    --tw-ring-offset-color: #c4c4c4;
  }

  .\32xl\:ring-offset-policyStatus-issuing {
    --tw-ring-offset-color: #FFF;
  }

  .\32xl\:ring-offset-policyStatus-waiting_inspection {
    --tw-ring-offset-color: #ffae14;
  }

  .\32xl\:ring-offset-policyStatus-success {
    --tw-ring-offset-color: #54c1bb;
  }

  .\32xl\:ring-offset-policyStatus-failed_inspection {
    --tw-ring-offset-color: #e8556b;
  }

  .\32xl\:ring-offset-policyStatus-failed {
    --tw-ring-offset-color: #e8556b;
  }

  .\32xl\:ring-offset-policyStatus-waiting_policy {
    --tw-ring-offset-color: #ffae14;
  }

  .\32xl\:ring-offset-policyStatus-cancel {
    --tw-ring-offset-color: #c4c4c4;
  }

  .\32xl\:focus-within\:ring-offset-transparent[focus-within] {
    --tw-ring-offset-color: transparent;
  }

  .\32xl\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .\32xl\:focus-within\:ring-offset-current[focus-within] {
    --tw-ring-offset-color: currentColor;
  }

  .\32xl\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }

  .\32xl\:focus-within\:ring-offset-black[focus-within] {
    --tw-ring-offset-color: #000;
  }

  .\32xl\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .\32xl\:focus-within\:ring-offset-white[focus-within] {
    --tw-ring-offset-color: #fff;
  }

  .\32xl\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .\32xl\:focus-within\:ring-offset-gray-50[focus-within] {
    --tw-ring-offset-color: #f9fafb;
  }

  .\32xl\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f9fafb;
  }

  .\32xl\:focus-within\:ring-offset-gray-100[focus-within] {
    --tw-ring-offset-color: #f3f4f6;
  }

  .\32xl\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6;
  }

  .\32xl\:focus-within\:ring-offset-gray-200[focus-within] {
    --tw-ring-offset-color: #e5e7eb;
  }

  .\32xl\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb;
  }

  .\32xl\:focus-within\:ring-offset-gray-300[focus-within] {
    --tw-ring-offset-color: #d1d5db;
  }

  .\32xl\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d1d5db;
  }

  .\32xl\:focus-within\:ring-offset-gray-400[focus-within] {
    --tw-ring-offset-color: #9ca3af;
  }

  .\32xl\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #9ca3af;
  }

  .\32xl\:focus-within\:ring-offset-gray-500[focus-within] {
    --tw-ring-offset-color: #6b7280;
  }

  .\32xl\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #6b7280;
  }

  .\32xl\:focus-within\:ring-offset-gray-600[focus-within] {
    --tw-ring-offset-color: #4b5563;
  }

  .\32xl\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #4b5563;
  }

  .\32xl\:focus-within\:ring-offset-gray-700[focus-within] {
    --tw-ring-offset-color: #374151;
  }

  .\32xl\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #374151;
  }

  .\32xl\:focus-within\:ring-offset-gray-800[focus-within] {
    --tw-ring-offset-color: #1f2937;
  }

  .\32xl\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #1f2937;
  }

  .\32xl\:focus-within\:ring-offset-gray-900[focus-within] {
    --tw-ring-offset-color: #111827;
  }

  .\32xl\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #111827;
  }

  .\32xl\:focus-within\:ring-offset-red-50[focus-within] {
    --tw-ring-offset-color: #fef2f2;
  }

  .\32xl\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .\32xl\:focus-within\:ring-offset-red-100[focus-within] {
    --tw-ring-offset-color: #fee2e2;
  }

  .\32xl\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .\32xl\:focus-within\:ring-offset-red-200[focus-within] {
    --tw-ring-offset-color: #fecaca;
  }

  .\32xl\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .\32xl\:focus-within\:ring-offset-red-300[focus-within] {
    --tw-ring-offset-color: #fca5a5;
  }

  .\32xl\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .\32xl\:focus-within\:ring-offset-red-400[focus-within] {
    --tw-ring-offset-color: #f87171;
  }

  .\32xl\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .\32xl\:focus-within\:ring-offset-red-500[focus-within] {
    --tw-ring-offset-color: #ef4444;
  }

  .\32xl\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .\32xl\:focus-within\:ring-offset-red-600[focus-within] {
    --tw-ring-offset-color: #dc2626;
  }

  .\32xl\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .\32xl\:focus-within\:ring-offset-red-700[focus-within] {
    --tw-ring-offset-color: #b91c1c;
  }

  .\32xl\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .\32xl\:focus-within\:ring-offset-red-800[focus-within] {
    --tw-ring-offset-color: #991b1b;
  }

  .\32xl\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .\32xl\:focus-within\:ring-offset-red-900[focus-within] {
    --tw-ring-offset-color: #7f1d1d;
  }

  .\32xl\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .\32xl\:focus-within\:ring-offset-yellow-50[focus-within] {
    --tw-ring-offset-color: #fffbeb;
  }

  .\32xl\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .\32xl\:focus-within\:ring-offset-yellow-100[focus-within] {
    --tw-ring-offset-color: #fef3c7;
  }

  .\32xl\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .\32xl\:focus-within\:ring-offset-yellow-200[focus-within] {
    --tw-ring-offset-color: #fde68a;
  }

  .\32xl\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .\32xl\:focus-within\:ring-offset-yellow-300[focus-within] {
    --tw-ring-offset-color: #fcd34d;
  }

  .\32xl\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .\32xl\:focus-within\:ring-offset-yellow-400[focus-within] {
    --tw-ring-offset-color: #fbbf24;
  }

  .\32xl\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .\32xl\:focus-within\:ring-offset-yellow-500[focus-within] {
    --tw-ring-offset-color: #f59e0b;
  }

  .\32xl\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .\32xl\:focus-within\:ring-offset-yellow-600[focus-within] {
    --tw-ring-offset-color: #d97706;
  }

  .\32xl\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .\32xl\:focus-within\:ring-offset-yellow-700[focus-within] {
    --tw-ring-offset-color: #b45309;
  }

  .\32xl\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .\32xl\:focus-within\:ring-offset-yellow-800[focus-within] {
    --tw-ring-offset-color: #92400e;
  }

  .\32xl\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .\32xl\:focus-within\:ring-offset-yellow-900[focus-within] {
    --tw-ring-offset-color: #78350f;
  }

  .\32xl\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .\32xl\:focus-within\:ring-offset-green-50[focus-within] {
    --tw-ring-offset-color: #ecfdf5;
  }

  .\32xl\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .\32xl\:focus-within\:ring-offset-green-100[focus-within] {
    --tw-ring-offset-color: #d1fae5;
  }

  .\32xl\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .\32xl\:focus-within\:ring-offset-green-200[focus-within] {
    --tw-ring-offset-color: #a7f3d0;
  }

  .\32xl\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .\32xl\:focus-within\:ring-offset-green-300[focus-within] {
    --tw-ring-offset-color: #6ee7b7;
  }

  .\32xl\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .\32xl\:focus-within\:ring-offset-green-400[focus-within] {
    --tw-ring-offset-color: #34d399;
  }

  .\32xl\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .\32xl\:focus-within\:ring-offset-green-500[focus-within] {
    --tw-ring-offset-color: #10b981;
  }

  .\32xl\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .\32xl\:focus-within\:ring-offset-green-600[focus-within] {
    --tw-ring-offset-color: #059669;
  }

  .\32xl\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .\32xl\:focus-within\:ring-offset-green-700[focus-within] {
    --tw-ring-offset-color: #047857;
  }

  .\32xl\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .\32xl\:focus-within\:ring-offset-green-800[focus-within] {
    --tw-ring-offset-color: #065f46;
  }

  .\32xl\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .\32xl\:focus-within\:ring-offset-green-900[focus-within] {
    --tw-ring-offset-color: #064e3b;
  }

  .\32xl\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .\32xl\:focus-within\:ring-offset-blue-50[focus-within] {
    --tw-ring-offset-color: #eff6ff;
  }

  .\32xl\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .\32xl\:focus-within\:ring-offset-blue-100[focus-within] {
    --tw-ring-offset-color: #dbeafe;
  }

  .\32xl\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .\32xl\:focus-within\:ring-offset-blue-200[focus-within] {
    --tw-ring-offset-color: #bfdbfe;
  }

  .\32xl\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .\32xl\:focus-within\:ring-offset-blue-300[focus-within] {
    --tw-ring-offset-color: #93c5fd;
  }

  .\32xl\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .\32xl\:focus-within\:ring-offset-blue-400[focus-within] {
    --tw-ring-offset-color: #60a5fa;
  }

  .\32xl\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .\32xl\:focus-within\:ring-offset-blue-500[focus-within] {
    --tw-ring-offset-color: #3b82f6;
  }

  .\32xl\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .\32xl\:focus-within\:ring-offset-blue-600[focus-within] {
    --tw-ring-offset-color: #2563eb;
  }

  .\32xl\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .\32xl\:focus-within\:ring-offset-blue-700[focus-within] {
    --tw-ring-offset-color: #1d4ed8;
  }

  .\32xl\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .\32xl\:focus-within\:ring-offset-blue-800[focus-within] {
    --tw-ring-offset-color: #1e40af;
  }

  .\32xl\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .\32xl\:focus-within\:ring-offset-blue-900[focus-within] {
    --tw-ring-offset-color: #1e3a8a;
  }

  .\32xl\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .\32xl\:focus-within\:ring-offset-indigo-50[focus-within] {
    --tw-ring-offset-color: #eef2ff;
  }

  .\32xl\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .\32xl\:focus-within\:ring-offset-indigo-100[focus-within] {
    --tw-ring-offset-color: #e0e7ff;
  }

  .\32xl\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .\32xl\:focus-within\:ring-offset-indigo-200[focus-within] {
    --tw-ring-offset-color: #c7d2fe;
  }

  .\32xl\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .\32xl\:focus-within\:ring-offset-indigo-300[focus-within] {
    --tw-ring-offset-color: #a5b4fc;
  }

  .\32xl\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .\32xl\:focus-within\:ring-offset-indigo-400[focus-within] {
    --tw-ring-offset-color: #818cf8;
  }

  .\32xl\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .\32xl\:focus-within\:ring-offset-indigo-500[focus-within] {
    --tw-ring-offset-color: #6366f1;
  }

  .\32xl\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .\32xl\:focus-within\:ring-offset-indigo-600[focus-within] {
    --tw-ring-offset-color: #4f46e5;
  }

  .\32xl\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .\32xl\:focus-within\:ring-offset-indigo-700[focus-within] {
    --tw-ring-offset-color: #4338ca;
  }

  .\32xl\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .\32xl\:focus-within\:ring-offset-indigo-800[focus-within] {
    --tw-ring-offset-color: #3730a3;
  }

  .\32xl\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .\32xl\:focus-within\:ring-offset-indigo-900[focus-within] {
    --tw-ring-offset-color: #312e81;
  }

  .\32xl\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .\32xl\:focus-within\:ring-offset-purple-50[focus-within] {
    --tw-ring-offset-color: #f5f3ff;
  }

  .\32xl\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .\32xl\:focus-within\:ring-offset-purple-100[focus-within] {
    --tw-ring-offset-color: #ede9fe;
  }

  .\32xl\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .\32xl\:focus-within\:ring-offset-purple-200[focus-within] {
    --tw-ring-offset-color: #ddd6fe;
  }

  .\32xl\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .\32xl\:focus-within\:ring-offset-purple-300[focus-within] {
    --tw-ring-offset-color: #c4b5fd;
  }

  .\32xl\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .\32xl\:focus-within\:ring-offset-purple-400[focus-within] {
    --tw-ring-offset-color: #a78bfa;
  }

  .\32xl\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .\32xl\:focus-within\:ring-offset-purple-500[focus-within] {
    --tw-ring-offset-color: #8b5cf6;
  }

  .\32xl\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .\32xl\:focus-within\:ring-offset-purple-600[focus-within] {
    --tw-ring-offset-color: #7c3aed;
  }

  .\32xl\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .\32xl\:focus-within\:ring-offset-purple-700[focus-within] {
    --tw-ring-offset-color: #6d28d9;
  }

  .\32xl\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .\32xl\:focus-within\:ring-offset-purple-800[focus-within] {
    --tw-ring-offset-color: #5b21b6;
  }

  .\32xl\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .\32xl\:focus-within\:ring-offset-purple-900[focus-within] {
    --tw-ring-offset-color: #4c1d95;
  }

  .\32xl\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .\32xl\:focus-within\:ring-offset-pink-50[focus-within] {
    --tw-ring-offset-color: #fdf2f8;
  }

  .\32xl\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .\32xl\:focus-within\:ring-offset-pink-100[focus-within] {
    --tw-ring-offset-color: #fce7f3;
  }

  .\32xl\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .\32xl\:focus-within\:ring-offset-pink-200[focus-within] {
    --tw-ring-offset-color: #fbcfe8;
  }

  .\32xl\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .\32xl\:focus-within\:ring-offset-pink-300[focus-within] {
    --tw-ring-offset-color: #f9a8d4;
  }

  .\32xl\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .\32xl\:focus-within\:ring-offset-pink-400[focus-within] {
    --tw-ring-offset-color: #f472b6;
  }

  .\32xl\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .\32xl\:focus-within\:ring-offset-pink-500[focus-within] {
    --tw-ring-offset-color: #ec4899;
  }

  .\32xl\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .\32xl\:focus-within\:ring-offset-pink-600[focus-within] {
    --tw-ring-offset-color: #db2777;
  }

  .\32xl\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .\32xl\:focus-within\:ring-offset-pink-700[focus-within] {
    --tw-ring-offset-color: #be185d;
  }

  .\32xl\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .\32xl\:focus-within\:ring-offset-pink-800[focus-within] {
    --tw-ring-offset-color: #9d174d;
  }

  .\32xl\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .\32xl\:focus-within\:ring-offset-pink-900[focus-within] {
    --tw-ring-offset-color: #831843;
  }

  .\32xl\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .\32xl\:focus-within\:ring-offset-primary-color[focus-within] {
    --tw-ring-offset-color: #eb008b;
  }

  .\32xl\:focus-within\:ring-offset-primary-color:focus-within {
    --tw-ring-offset-color: #eb008b;
  }

  .\32xl\:focus-within\:ring-offset-primary-color-dark[focus-within] {
    --tw-ring-offset-color: #c90068;
  }

  .\32xl\:focus-within\:ring-offset-primary-color-dark:focus-within {
    --tw-ring-offset-color: #c90068;
  }

  .\32xl\:focus-within\:ring-offset-secondary-color[focus-within] {
    --tw-ring-offset-color: #112e42;
  }

  .\32xl\:focus-within\:ring-offset-secondary-color:focus-within {
    --tw-ring-offset-color: #112e42;
  }

  .\32xl\:focus-within\:ring-offset-custom-gray-sm[focus-within] {
    --tw-ring-offset-color: #f1f4f6;
  }

  .\32xl\:focus-within\:ring-offset-custom-gray-sm:focus-within {
    --tw-ring-offset-color: #f1f4f6;
  }

  .\32xl\:focus-within\:ring-offset-custom-gray-sm2[focus-within] {
    --tw-ring-offset-color: #f1f2f3;
  }

  .\32xl\:focus-within\:ring-offset-custom-gray-sm2:focus-within {
    --tw-ring-offset-color: #f1f2f3;
  }

  .\32xl\:focus-within\:ring-offset-custom-gray-md[focus-within] {
    --tw-ring-offset-color: #848484;
  }

  .\32xl\:focus-within\:ring-offset-custom-gray-md:focus-within {
    --tw-ring-offset-color: #848484;
  }

  .\32xl\:focus-within\:ring-offset-custom-navy-dark[focus-within] {
    --tw-ring-offset-color: #112e42;
  }

  .\32xl\:focus-within\:ring-offset-custom-navy-dark:focus-within {
    --tw-ring-offset-color: #112e42;
  }

  .\32xl\:focus-within\:ring-offset-dark-blue[focus-within] {
    --tw-ring-offset-color: #112E42;
  }

  .\32xl\:focus-within\:ring-offset-dark-blue:focus-within {
    --tw-ring-offset-color: #112E42;
  }

  .\32xl\:focus-within\:ring-offset-primary[focus-within] {
    --tw-ring-offset-color: #192D40;
  }

  .\32xl\:focus-within\:ring-offset-primary:focus-within {
    --tw-ring-offset-color: #192D40;
  }

  .\32xl\:focus-within\:ring-offset-secondary-1[focus-within] {
    --tw-ring-offset-color: #E6007E;
  }

  .\32xl\:focus-within\:ring-offset-secondary-1:focus-within {
    --tw-ring-offset-color: #E6007E;
  }

  .\32xl\:focus-within\:ring-offset-secondary-2[focus-within] {
    --tw-ring-offset-color: #D6D564;
  }

  .\32xl\:focus-within\:ring-offset-secondary-2:focus-within {
    --tw-ring-offset-color: #D6D564;
  }

  .\32xl\:focus-within\:ring-offset-secondary-3[focus-within] {
    --tw-ring-offset-color: #FCFCCD;
  }

  .\32xl\:focus-within\:ring-offset-secondary-3:focus-within {
    --tw-ring-offset-color: #FCFCCD;
  }

  .\32xl\:focus-within\:ring-offset-secondary[focus-within] {
    --tw-ring-offset-color: #E6007E;
  }

  .\32xl\:focus-within\:ring-offset-secondary:focus-within {
    --tw-ring-offset-color: #E6007E;
  }

  .\32xl\:focus-within\:ring-offset-secondary-dark[focus-within] {
    --tw-ring-offset-color: #C11A7D;
  }

  .\32xl\:focus-within\:ring-offset-secondary-dark:focus-within {
    --tw-ring-offset-color: #C11A7D;
  }

  .\32xl\:focus-within\:ring-offset-secondary-light[focus-within] {
    --tw-ring-offset-color: #FBCEE9;
  }

  .\32xl\:focus-within\:ring-offset-secondary-light:focus-within {
    --tw-ring-offset-color: #FBCEE9;
  }

  .\32xl\:focus-within\:ring-offset-grayCustom-1[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .\32xl\:focus-within\:ring-offset-grayCustom-1:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .\32xl\:focus-within\:ring-offset-grayCustom-2[focus-within] {
    --tw-ring-offset-color: #C4C4C4;
  }

  .\32xl\:focus-within\:ring-offset-grayCustom-2:focus-within {
    --tw-ring-offset-color: #C4C4C4;
  }

  .\32xl\:focus-within\:ring-offset-grayCustom-3[focus-within] {
    --tw-ring-offset-color: #F9F9F9;
  }

  .\32xl\:focus-within\:ring-offset-grayCustom-3:focus-within {
    --tw-ring-offset-color: #F9F9F9;
  }

  .\32xl\:focus-within\:ring-offset-grayCustom-800[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .\32xl\:focus-within\:ring-offset-grayCustom-800:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .\32xl\:focus-within\:ring-offset-grayCustom[focus-within] {
    --tw-ring-offset-color: #C4C4C4;
  }

  .\32xl\:focus-within\:ring-offset-grayCustom:focus-within {
    --tw-ring-offset-color: #C4C4C4;
  }

  .\32xl\:focus-within\:ring-offset-grayCustom-dark[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .\32xl\:focus-within\:ring-offset-grayCustom-dark:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .\32xl\:focus-within\:ring-offset-grayCustom-light[focus-within] {
    --tw-ring-offset-color: #F9F9F9;
  }

  .\32xl\:focus-within\:ring-offset-grayCustom-light:focus-within {
    --tw-ring-offset-color: #F9F9F9;
  }

  .\32xl\:focus-within\:ring-offset-grayCustom-hover[focus-within] {
    --tw-ring-offset-color: #9F9F9F;
  }

  .\32xl\:focus-within\:ring-offset-grayCustom-hover:focus-within {
    --tw-ring-offset-color: #9F9F9F;
  }

  .\32xl\:focus-within\:ring-offset-error[focus-within] {
    --tw-ring-offset-color: #FF206E;
  }

  .\32xl\:focus-within\:ring-offset-error:focus-within {
    --tw-ring-offset-color: #FF206E;
  }

  .\32xl\:focus-within\:ring-offset-error-light[focus-within] {
    --tw-ring-offset-color: #FDE8EA;
  }

  .\32xl\:focus-within\:ring-offset-error-light:focus-within {
    --tw-ring-offset-color: #FDE8EA;
  }

  .\32xl\:focus-within\:ring-offset-warning[focus-within] {
    --tw-ring-offset-color: #FFAE14;
  }

  .\32xl\:focus-within\:ring-offset-warning:focus-within {
    --tw-ring-offset-color: #FFAE14;
  }

  .\32xl\:focus-within\:ring-offset-warning-light[focus-within] {
    --tw-ring-offset-color: #FFF6E5;
  }

  .\32xl\:focus-within\:ring-offset-warning-light:focus-within {
    --tw-ring-offset-color: #FFF6E5;
  }

  .\32xl\:focus-within\:ring-offset-success[focus-within] {
    --tw-ring-offset-color: #2DD881;
  }

  .\32xl\:focus-within\:ring-offset-success:focus-within {
    --tw-ring-offset-color: #2DD881;
  }

  .\32xl\:focus-within\:ring-offset-success-light[focus-within] {
    --tw-ring-offset-color: #E9FBF2;
  }

  .\32xl\:focus-within\:ring-offset-success-light:focus-within {
    --tw-ring-offset-color: #E9FBF2;
  }

  .\32xl\:focus-within\:ring-offset-status-open[focus-within] {
    --tw-ring-offset-color: #FFF;
  }

  .\32xl\:focus-within\:ring-offset-status-open:focus-within {
    --tw-ring-offset-color: #FFF;
  }

  .\32xl\:focus-within\:ring-offset-status-waiting_payment[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .\32xl\:focus-within\:ring-offset-status-waiting_payment:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .\32xl\:focus-within\:ring-offset-status-completed[focus-within] {
    --tw-ring-offset-color: #54c1bb;
  }

  .\32xl\:focus-within\:ring-offset-status-completed:focus-within {
    --tw-ring-offset-color: #54c1bb;
  }

  .\32xl\:focus-within\:ring-offset-status-failed[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .\32xl\:focus-within\:ring-offset-status-failed:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .\32xl\:focus-within\:ring-offset-status-waiting_verify[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .\32xl\:focus-within\:ring-offset-status-waiting_verify:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .\32xl\:focus-within\:ring-offset-status-closed[focus-within] {
    --tw-ring-offset-color: #c4c4c4;
  }

  .\32xl\:focus-within\:ring-offset-status-closed:focus-within {
    --tw-ring-offset-color: #c4c4c4;
  }

  .\32xl\:focus-within\:ring-offset-policyStatus-issuing[focus-within] {
    --tw-ring-offset-color: #FFF;
  }

  .\32xl\:focus-within\:ring-offset-policyStatus-issuing:focus-within {
    --tw-ring-offset-color: #FFF;
  }

  .\32xl\:focus-within\:ring-offset-policyStatus-waiting_inspection[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .\32xl\:focus-within\:ring-offset-policyStatus-waiting_inspection:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .\32xl\:focus-within\:ring-offset-policyStatus-success[focus-within] {
    --tw-ring-offset-color: #54c1bb;
  }

  .\32xl\:focus-within\:ring-offset-policyStatus-success:focus-within {
    --tw-ring-offset-color: #54c1bb;
  }

  .\32xl\:focus-within\:ring-offset-policyStatus-failed_inspection[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .\32xl\:focus-within\:ring-offset-policyStatus-failed_inspection:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .\32xl\:focus-within\:ring-offset-policyStatus-failed[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .\32xl\:focus-within\:ring-offset-policyStatus-failed:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .\32xl\:focus-within\:ring-offset-policyStatus-waiting_policy[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .\32xl\:focus-within\:ring-offset-policyStatus-waiting_policy:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .\32xl\:focus-within\:ring-offset-policyStatus-cancel[focus-within] {
    --tw-ring-offset-color: #c4c4c4;
  }

  .\32xl\:focus-within\:ring-offset-policyStatus-cancel:focus-within {
    --tw-ring-offset-color: #c4c4c4;
  }

  .\32xl\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .\32xl\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }

  .\32xl\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .\32xl\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .\32xl\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f9fafb;
  }

  .\32xl\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f3f4f6;
  }

  .\32xl\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e5e7eb;
  }

  .\32xl\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d1d5db;
  }

  .\32xl\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #9ca3af;
  }

  .\32xl\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #6b7280;
  }

  .\32xl\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #4b5563;
  }

  .\32xl\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #374151;
  }

  .\32xl\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937;
  }

  .\32xl\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #111827;
  }

  .\32xl\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .\32xl\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .\32xl\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .\32xl\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .\32xl\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .\32xl\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .\32xl\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .\32xl\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .\32xl\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .\32xl\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .\32xl\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .\32xl\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .\32xl\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .\32xl\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .\32xl\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .\32xl\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .\32xl\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .\32xl\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .\32xl\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .\32xl\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .\32xl\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .\32xl\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .\32xl\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .\32xl\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .\32xl\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .\32xl\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .\32xl\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .\32xl\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .\32xl\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .\32xl\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .\32xl\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .\32xl\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .\32xl\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .\32xl\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .\32xl\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .\32xl\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .\32xl\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .\32xl\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .\32xl\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .\32xl\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .\32xl\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .\32xl\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .\32xl\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .\32xl\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .\32xl\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .\32xl\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .\32xl\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .\32xl\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .\32xl\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .\32xl\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .\32xl\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .\32xl\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .\32xl\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .\32xl\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .\32xl\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .\32xl\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .\32xl\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .\32xl\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .\32xl\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .\32xl\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .\32xl\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .\32xl\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .\32xl\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .\32xl\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .\32xl\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .\32xl\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .\32xl\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .\32xl\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .\32xl\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .\32xl\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .\32xl\:focus\:ring-offset-primary-color:focus {
    --tw-ring-offset-color: #eb008b;
  }

  .\32xl\:focus\:ring-offset-primary-color-dark:focus {
    --tw-ring-offset-color: #c90068;
  }

  .\32xl\:focus\:ring-offset-secondary-color:focus {
    --tw-ring-offset-color: #112e42;
  }

  .\32xl\:focus\:ring-offset-custom-gray-sm:focus {
    --tw-ring-offset-color: #f1f4f6;
  }

  .\32xl\:focus\:ring-offset-custom-gray-sm2:focus {
    --tw-ring-offset-color: #f1f2f3;
  }

  .\32xl\:focus\:ring-offset-custom-gray-md:focus {
    --tw-ring-offset-color: #848484;
  }

  .\32xl\:focus\:ring-offset-custom-navy-dark:focus {
    --tw-ring-offset-color: #112e42;
  }

  .\32xl\:focus\:ring-offset-dark-blue:focus {
    --tw-ring-offset-color: #112E42;
  }

  .\32xl\:focus\:ring-offset-primary:focus {
    --tw-ring-offset-color: #192D40;
  }

  .\32xl\:focus\:ring-offset-secondary-1:focus {
    --tw-ring-offset-color: #E6007E;
  }

  .\32xl\:focus\:ring-offset-secondary-2:focus {
    --tw-ring-offset-color: #D6D564;
  }

  .\32xl\:focus\:ring-offset-secondary-3:focus {
    --tw-ring-offset-color: #FCFCCD;
  }

  .\32xl\:focus\:ring-offset-secondary:focus {
    --tw-ring-offset-color: #E6007E;
  }

  .\32xl\:focus\:ring-offset-secondary-dark:focus {
    --tw-ring-offset-color: #C11A7D;
  }

  .\32xl\:focus\:ring-offset-secondary-light:focus {
    --tw-ring-offset-color: #FBCEE9;
  }

  .\32xl\:focus\:ring-offset-grayCustom-1:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .\32xl\:focus\:ring-offset-grayCustom-2:focus {
    --tw-ring-offset-color: #C4C4C4;
  }

  .\32xl\:focus\:ring-offset-grayCustom-3:focus {
    --tw-ring-offset-color: #F9F9F9;
  }

  .\32xl\:focus\:ring-offset-grayCustom-800:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .\32xl\:focus\:ring-offset-grayCustom:focus {
    --tw-ring-offset-color: #C4C4C4;
  }

  .\32xl\:focus\:ring-offset-grayCustom-dark:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .\32xl\:focus\:ring-offset-grayCustom-light:focus {
    --tw-ring-offset-color: #F9F9F9;
  }

  .\32xl\:focus\:ring-offset-grayCustom-hover:focus {
    --tw-ring-offset-color: #9F9F9F;
  }

  .\32xl\:focus\:ring-offset-error:focus {
    --tw-ring-offset-color: #FF206E;
  }

  .\32xl\:focus\:ring-offset-error-light:focus {
    --tw-ring-offset-color: #FDE8EA;
  }

  .\32xl\:focus\:ring-offset-warning:focus {
    --tw-ring-offset-color: #FFAE14;
  }

  .\32xl\:focus\:ring-offset-warning-light:focus {
    --tw-ring-offset-color: #FFF6E5;
  }

  .\32xl\:focus\:ring-offset-success:focus {
    --tw-ring-offset-color: #2DD881;
  }

  .\32xl\:focus\:ring-offset-success-light:focus {
    --tw-ring-offset-color: #E9FBF2;
  }

  .\32xl\:focus\:ring-offset-status-open:focus {
    --tw-ring-offset-color: #FFF;
  }

  .\32xl\:focus\:ring-offset-status-waiting_payment:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .\32xl\:focus\:ring-offset-status-completed:focus {
    --tw-ring-offset-color: #54c1bb;
  }

  .\32xl\:focus\:ring-offset-status-failed:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .\32xl\:focus\:ring-offset-status-waiting_verify:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .\32xl\:focus\:ring-offset-status-closed:focus {
    --tw-ring-offset-color: #c4c4c4;
  }

  .\32xl\:focus\:ring-offset-policyStatus-issuing:focus {
    --tw-ring-offset-color: #FFF;
  }

  .\32xl\:focus\:ring-offset-policyStatus-waiting_inspection:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .\32xl\:focus\:ring-offset-policyStatus-success:focus {
    --tw-ring-offset-color: #54c1bb;
  }

  .\32xl\:focus\:ring-offset-policyStatus-failed_inspection:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .\32xl\:focus\:ring-offset-policyStatus-failed:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .\32xl\:focus\:ring-offset-policyStatus-waiting_policy:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .\32xl\:focus\:ring-offset-policyStatus-cancel:focus {
    --tw-ring-offset-color: #c4c4c4;
  }

  .\32xl\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .\32xl\:filter-none {
    filter: none;
  }

  .\32xl\:blur-0 {
    --tw-blur: blur(0);
  }

  .\32xl\:blur-none {
    --tw-blur: blur(0);
  }

  .\32xl\:blur-sm {
    --tw-blur: blur(4px);
  }

  .\32xl\:blur {
    --tw-blur: blur(8px);
  }

  .\32xl\:blur-md {
    --tw-blur: blur(12px);
  }

  .\32xl\:blur-lg {
    --tw-blur: blur(16px);
  }

  .\32xl\:blur-xl {
    --tw-blur: blur(24px);
  }

  .\32xl\:blur-2xl {
    --tw-blur: blur(40px);
  }

  .\32xl\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .\32xl\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .\32xl\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .\32xl\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .\32xl\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .\32xl\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .\32xl\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .\32xl\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .\32xl\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .\32xl\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .\32xl\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .\32xl\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .\32xl\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .\32xl\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .\32xl\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .\32xl\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .\32xl\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .\32xl\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .\32xl\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .\32xl\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .\32xl\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .\32xl\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .\32xl\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .\32xl\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .\32xl\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .\32xl\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 rgba(0,0,0,0));
  }

  .\32xl\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .\32xl\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .\32xl\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .\32xl\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .\32xl\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .\32xl\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .\32xl\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .\32xl\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .\32xl\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .\32xl\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .\32xl\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .\32xl\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .\32xl\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .\32xl\:invert-0 {
    --tw-invert: invert(0);
  }

  .\32xl\:invert {
    --tw-invert: invert(100%);
  }

  .\32xl\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .\32xl\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .\32xl\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .\32xl\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .\32xl\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .\32xl\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .\32xl\:sepia {
    --tw-sepia: sepia(100%);
  }

  .\32xl\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .\32xl\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .\32xl\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .\32xl\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .\32xl\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .\32xl\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .\32xl\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .\32xl\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .\32xl\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .\32xl\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
  }

  .\32xl\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .\32xl\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .\32xl\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .\32xl\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .\32xl\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .\32xl\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .\32xl\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .\32xl\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .\32xl\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .\32xl\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .\32xl\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .\32xl\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .\32xl\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .\32xl\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .\32xl\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .\32xl\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .\32xl\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .\32xl\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .\32xl\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .\32xl\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .\32xl\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .\32xl\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .\32xl\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .\32xl\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .\32xl\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .\32xl\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .\32xl\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .\32xl\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .\32xl\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .\32xl\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .\32xl\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .\32xl\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .\32xl\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .\32xl\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .\32xl\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .\32xl\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .\32xl\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .\32xl\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .\32xl\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .\32xl\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .\32xl\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .\32xl\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .\32xl\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .\32xl\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .\32xl\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .\32xl\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .\32xl\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .\32xl\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .\32xl\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .\32xl\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .\32xl\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .\32xl\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .\32xl\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .\32xl\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .\32xl\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .\32xl\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .\32xl\:transition-none {
    transition-property: none;
  }

  .\32xl\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:delay-75 {
    transition-delay: 75ms;
  }

  .\32xl\:delay-100 {
    transition-delay: 100ms;
  }

  .\32xl\:delay-150 {
    transition-delay: 150ms;
  }

  .\32xl\:delay-200 {
    transition-delay: 200ms;
  }

  .\32xl\:delay-300 {
    transition-delay: 300ms;
  }

  .\32xl\:delay-500 {
    transition-delay: 500ms;
  }

  .\32xl\:delay-700 {
    transition-delay: 700ms;
  }

  .\32xl\:delay-1000 {
    transition-delay: 1000ms;
  }

  .\32xl\:duration-75 {
    transition-duration: 75ms;
  }

  .\32xl\:duration-100 {
    transition-duration: 100ms;
  }

  .\32xl\:duration-150 {
    transition-duration: 150ms;
  }

  .\32xl\:duration-200 {
    transition-duration: 200ms;
  }

  .\32xl\:duration-300 {
    transition-duration: 300ms;
  }

  .\32xl\:duration-500 {
    transition-duration: 500ms;
  }

  .\32xl\:duration-700 {
    transition-duration: 700ms;
  }

  .\32xl\:duration-1000 {
    transition-duration: 1000ms;
  }

  .\32xl\:ease-linear {
    transition-timing-function: linear;
  }

  .\32xl\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .\32xl\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .\32xl\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .tablet\:container {
    width: 100%;
  }
}

@media (min-width: 0px) and (max-width: 639px) and (min-width: 0px) {
    .tablet\:container {
      max-width: 0px;
    }
  }

@media (min-width: 0px) and (max-width: 639px) and (min-width: 320px) {
    .tablet\:container {
      max-width: 320px;
    }
  }

@media (min-width: 0px) and (max-width: 639px) and (min-width: 640px) {
    .tablet\:container {
      max-width: 640px;
    }
  }

@media (min-width: 0px) and (max-width: 639px) and (min-width: 768px) {
    .tablet\:container {
      max-width: 768px;
    }
  }

@media (min-width: 0px) and (max-width: 639px) and (min-width: 1280px) {
    .tablet\:container {
      max-width: 1280px;
    }
  }

@media (min-width: 0px) and (max-width: 639px) and (min-width: 1440px) {
    .tablet\:container {
      max-width: 1440px;
    }
  }

@media (min-width: 0px) and (max-width: 639px) and (min-width: 1600px) {
    .tablet\:container {
      max-width: 1600px;
    }
  }

@media (min-width: 0px) and (max-width: 639px) and (min-width: 4820px) {
    .tablet\:container {
      max-width: 4820px;
    }
  }

@media (min-width: 0px) and (max-width: 639px) {

  .tablet\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .tablet\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .tablet\:focus-within\:sr-only[focus-within] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .tablet\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .tablet\:focus-within\:not-sr-only[focus-within] {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .tablet\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .tablet\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .tablet\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .tablet\:pointer-events-none {
    pointer-events: none;
  }

  .tablet\:pointer-events-auto {
    pointer-events: auto;
  }

  .tablet\:visible {
    visibility: visible;
  }

  .tablet\:invisible {
    visibility: hidden;
  }

  .tablet\:static {
    position: static;
  }

  .tablet\:fixed {
    position: fixed;
  }

  .tablet\:absolute {
    position: absolute;
  }

  .tablet\:relative {
    position: relative;
  }

  .tablet\:sticky {
    position: sticky;
  }

  .tablet\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .tablet\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .tablet\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .tablet\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .tablet\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .tablet\:inset-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .tablet\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .tablet\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .tablet\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .tablet\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .tablet\:inset-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .tablet\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .tablet\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .tablet\:inset-14 {
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .tablet\:inset-16 {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .tablet\:inset-20 {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .tablet\:inset-24 {
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .tablet\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .tablet\:inset-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .tablet\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .tablet\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .tablet\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .tablet\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .tablet\:inset-48 {
    top: 48px;
    right: 48px;
    bottom: 48px;
    left: 48px;
  }

  .tablet\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .tablet\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .tablet\:inset-60 {
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
  }

  .tablet\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .tablet\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .tablet\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .tablet\:inset-95 {
    top: 95px;
    right: 95px;
    bottom: 95px;
    left: 95px;
  }

  .tablet\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .tablet\:inset-120 {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .tablet\:inset-190 {
    top: 190px;
    right: 190px;
    bottom: 190px;
    left: 190px;
  }

  .tablet\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .tablet\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .tablet\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .tablet\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .tablet\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .tablet\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .tablet\:inset-30\% {
    top: 30%;
    right: 30%;
    bottom: 30%;
    left: 30%;
  }

  .tablet\:inset-7\.5r {
    top: 1.875rem;
    right: 1.875rem;
    bottom: 1.875rem;
    left: 1.875rem;
  }

  .tablet\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .tablet\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .tablet\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .tablet\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .tablet\:-inset-5 {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .tablet\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .tablet\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .tablet\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .tablet\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .tablet\:-inset-10 {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .tablet\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .tablet\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .tablet\:-inset-14 {
    top: -14px;
    right: -14px;
    bottom: -14px;
    left: -14px;
  }

  .tablet\:-inset-16 {
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
  }

  .tablet\:-inset-20 {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .tablet\:-inset-24 {
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
  }

  .tablet\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .tablet\:-inset-30 {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .tablet\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .tablet\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .tablet\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .tablet\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .tablet\:-inset-48 {
    top: -48px;
    right: -48px;
    bottom: -48px;
    left: -48px;
  }

  .tablet\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .tablet\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .tablet\:-inset-60 {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .tablet\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .tablet\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .tablet\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .tablet\:-inset-95 {
    top: -95px;
    right: -95px;
    bottom: -95px;
    left: -95px;
  }

  .tablet\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .tablet\:-inset-120 {
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px;
  }

  .tablet\:-inset-190 {
    top: -190px;
    right: -190px;
    bottom: -190px;
    left: -190px;
  }

  .tablet\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .tablet\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .tablet\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .tablet\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .tablet\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .tablet\:-inset-30\% {
    top: -30%;
    right: -30%;
    bottom: -30%;
    left: -30%;
  }

  .tablet\:-inset-7\.5r {
    top: -1.875rem;
    right: -1.875rem;
    bottom: -1.875rem;
    left: -1.875rem;
  }

  .tablet\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .tablet\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .tablet\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .tablet\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .tablet\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .tablet\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .tablet\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .tablet\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .tablet\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .tablet\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .tablet\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .tablet\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .tablet\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .tablet\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .tablet\:inset-x-0 {
    left: 0;
    right: 0;
  }

  .tablet\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .tablet\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .tablet\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .tablet\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .tablet\:inset-x-5 {
    left: 5px;
    right: 5px;
  }

  .tablet\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .tablet\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .tablet\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .tablet\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .tablet\:inset-x-10 {
    left: 10px;
    right: 10px;
  }

  .tablet\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .tablet\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .tablet\:inset-x-14 {
    left: 14px;
    right: 14px;
  }

  .tablet\:inset-x-16 {
    left: 16px;
    right: 16px;
  }

  .tablet\:inset-x-20 {
    left: 20px;
    right: 20px;
  }

  .tablet\:inset-x-24 {
    left: 24px;
    right: 24px;
  }

  .tablet\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .tablet\:inset-x-30 {
    left: 30px;
    right: 30px;
  }

  .tablet\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .tablet\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .tablet\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .tablet\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .tablet\:inset-x-48 {
    left: 48px;
    right: 48px;
  }

  .tablet\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .tablet\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .tablet\:inset-x-60 {
    left: 60px;
    right: 60px;
  }

  .tablet\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .tablet\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .tablet\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .tablet\:inset-x-95 {
    left: 95px;
    right: 95px;
  }

  .tablet\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .tablet\:inset-x-120 {
    left: 120px;
    right: 120px;
  }

  .tablet\:inset-x-190 {
    left: 190px;
    right: 190px;
  }

  .tablet\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .tablet\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .tablet\:inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .tablet\:inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .tablet\:inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .tablet\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .tablet\:inset-x-30\% {
    left: 30%;
    right: 30%;
  }

  .tablet\:inset-x-7\.5r {
    left: 1.875rem;
    right: 1.875rem;
  }

  .tablet\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .tablet\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .tablet\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .tablet\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .tablet\:-inset-x-5 {
    left: -5px;
    right: -5px;
  }

  .tablet\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .tablet\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .tablet\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .tablet\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .tablet\:-inset-x-10 {
    left: -10px;
    right: -10px;
  }

  .tablet\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .tablet\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .tablet\:-inset-x-14 {
    left: -14px;
    right: -14px;
  }

  .tablet\:-inset-x-16 {
    left: -16px;
    right: -16px;
  }

  .tablet\:-inset-x-20 {
    left: -20px;
    right: -20px;
  }

  .tablet\:-inset-x-24 {
    left: -24px;
    right: -24px;
  }

  .tablet\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .tablet\:-inset-x-30 {
    left: -30px;
    right: -30px;
  }

  .tablet\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .tablet\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .tablet\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .tablet\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .tablet\:-inset-x-48 {
    left: -48px;
    right: -48px;
  }

  .tablet\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .tablet\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .tablet\:-inset-x-60 {
    left: -60px;
    right: -60px;
  }

  .tablet\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .tablet\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .tablet\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .tablet\:-inset-x-95 {
    left: -95px;
    right: -95px;
  }

  .tablet\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .tablet\:-inset-x-120 {
    left: -120px;
    right: -120px;
  }

  .tablet\:-inset-x-190 {
    left: -190px;
    right: -190px;
  }

  .tablet\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .tablet\:-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .tablet\:-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .tablet\:-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .tablet\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .tablet\:-inset-x-30\% {
    left: -30%;
    right: -30%;
  }

  .tablet\:-inset-x-7\.5r {
    left: -1.875rem;
    right: -1.875rem;
  }

  .tablet\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .tablet\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .tablet\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .tablet\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .tablet\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .tablet\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .tablet\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .tablet\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .tablet\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .tablet\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .tablet\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .tablet\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .tablet\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .tablet\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .tablet\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .tablet\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .tablet\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .tablet\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .tablet\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .tablet\:inset-y-5 {
    top: 5px;
    bottom: 5px;
  }

  .tablet\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .tablet\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .tablet\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .tablet\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .tablet\:inset-y-10 {
    top: 10px;
    bottom: 10px;
  }

  .tablet\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .tablet\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .tablet\:inset-y-14 {
    top: 14px;
    bottom: 14px;
  }

  .tablet\:inset-y-16 {
    top: 16px;
    bottom: 16px;
  }

  .tablet\:inset-y-20 {
    top: 20px;
    bottom: 20px;
  }

  .tablet\:inset-y-24 {
    top: 24px;
    bottom: 24px;
  }

  .tablet\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .tablet\:inset-y-30 {
    top: 30px;
    bottom: 30px;
  }

  .tablet\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .tablet\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .tablet\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .tablet\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .tablet\:inset-y-48 {
    top: 48px;
    bottom: 48px;
  }

  .tablet\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .tablet\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .tablet\:inset-y-60 {
    top: 60px;
    bottom: 60px;
  }

  .tablet\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .tablet\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .tablet\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .tablet\:inset-y-95 {
    top: 95px;
    bottom: 95px;
  }

  .tablet\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .tablet\:inset-y-120 {
    top: 120px;
    bottom: 120px;
  }

  .tablet\:inset-y-190 {
    top: 190px;
    bottom: 190px;
  }

  .tablet\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .tablet\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .tablet\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .tablet\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .tablet\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .tablet\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .tablet\:inset-y-30\% {
    top: 30%;
    bottom: 30%;
  }

  .tablet\:inset-y-7\.5r {
    top: 1.875rem;
    bottom: 1.875rem;
  }

  .tablet\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .tablet\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .tablet\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .tablet\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .tablet\:-inset-y-5 {
    top: -5px;
    bottom: -5px;
  }

  .tablet\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .tablet\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .tablet\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .tablet\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .tablet\:-inset-y-10 {
    top: -10px;
    bottom: -10px;
  }

  .tablet\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .tablet\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .tablet\:-inset-y-14 {
    top: -14px;
    bottom: -14px;
  }

  .tablet\:-inset-y-16 {
    top: -16px;
    bottom: -16px;
  }

  .tablet\:-inset-y-20 {
    top: -20px;
    bottom: -20px;
  }

  .tablet\:-inset-y-24 {
    top: -24px;
    bottom: -24px;
  }

  .tablet\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .tablet\:-inset-y-30 {
    top: -30px;
    bottom: -30px;
  }

  .tablet\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .tablet\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .tablet\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .tablet\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .tablet\:-inset-y-48 {
    top: -48px;
    bottom: -48px;
  }

  .tablet\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .tablet\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .tablet\:-inset-y-60 {
    top: -60px;
    bottom: -60px;
  }

  .tablet\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .tablet\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .tablet\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .tablet\:-inset-y-95 {
    top: -95px;
    bottom: -95px;
  }

  .tablet\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .tablet\:-inset-y-120 {
    top: -120px;
    bottom: -120px;
  }

  .tablet\:-inset-y-190 {
    top: -190px;
    bottom: -190px;
  }

  .tablet\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .tablet\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .tablet\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .tablet\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .tablet\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .tablet\:-inset-y-30\% {
    top: -30%;
    bottom: -30%;
  }

  .tablet\:-inset-y-7\.5r {
    top: -1.875rem;
    bottom: -1.875rem;
  }

  .tablet\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .tablet\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .tablet\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .tablet\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .tablet\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .tablet\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .tablet\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .tablet\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .tablet\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .tablet\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .tablet\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .tablet\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .tablet\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .tablet\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .tablet\:top-0 {
    top: 0;
  }

  .tablet\:top-1 {
    top: 0.25rem;
  }

  .tablet\:top-2 {
    top: 0.5rem;
  }

  .tablet\:top-3 {
    top: 0.75rem;
  }

  .tablet\:top-4 {
    top: 1rem;
  }

  .tablet\:top-5 {
    top: 5px;
  }

  .tablet\:top-6 {
    top: 1.5rem;
  }

  .tablet\:top-7 {
    top: 1.75rem;
  }

  .tablet\:top-8 {
    top: 2rem;
  }

  .tablet\:top-9 {
    top: 2.25rem;
  }

  .tablet\:top-10 {
    top: 10px;
  }

  .tablet\:top-11 {
    top: 2.75rem;
  }

  .tablet\:top-12 {
    top: 3rem;
  }

  .tablet\:top-14 {
    top: 14px;
  }

  .tablet\:top-16 {
    top: 16px;
  }

  .tablet\:top-20 {
    top: 20px;
  }

  .tablet\:top-24 {
    top: 24px;
  }

  .tablet\:top-28 {
    top: 7rem;
  }

  .tablet\:top-30 {
    top: 30px;
  }

  .tablet\:top-32 {
    top: 8rem;
  }

  .tablet\:top-36 {
    top: 9rem;
  }

  .tablet\:top-40 {
    top: 10rem;
  }

  .tablet\:top-44 {
    top: 11rem;
  }

  .tablet\:top-48 {
    top: 48px;
  }

  .tablet\:top-52 {
    top: 13rem;
  }

  .tablet\:top-56 {
    top: 14rem;
  }

  .tablet\:top-60 {
    top: 60px;
  }

  .tablet\:top-64 {
    top: 16rem;
  }

  .tablet\:top-72 {
    top: 18rem;
  }

  .tablet\:top-80 {
    top: 20rem;
  }

  .tablet\:top-95 {
    top: 95px;
  }

  .tablet\:top-96 {
    top: 24rem;
  }

  .tablet\:top-120 {
    top: 120px;
  }

  .tablet\:top-190 {
    top: 190px;
  }

  .tablet\:top-auto {
    top: auto;
  }

  .tablet\:top-px {
    top: 1px;
  }

  .tablet\:top-0\.5 {
    top: 0.125rem;
  }

  .tablet\:top-1\.5 {
    top: 0.375rem;
  }

  .tablet\:top-2\.5 {
    top: 0.625rem;
  }

  .tablet\:top-3\.5 {
    top: 0.875rem;
  }

  .tablet\:top-30\% {
    top: 30%;
  }

  .tablet\:top-7\.5r {
    top: 1.875rem;
  }

  .tablet\:-top-1 {
    top: -0.25rem;
  }

  .tablet\:-top-2 {
    top: -0.5rem;
  }

  .tablet\:-top-3 {
    top: -0.75rem;
  }

  .tablet\:-top-4 {
    top: -1rem;
  }

  .tablet\:-top-5 {
    top: -5px;
  }

  .tablet\:-top-6 {
    top: -1.5rem;
  }

  .tablet\:-top-7 {
    top: -1.75rem;
  }

  .tablet\:-top-8 {
    top: -2rem;
  }

  .tablet\:-top-9 {
    top: -2.25rem;
  }

  .tablet\:-top-10 {
    top: -10px;
  }

  .tablet\:-top-11 {
    top: -2.75rem;
  }

  .tablet\:-top-12 {
    top: -3rem;
  }

  .tablet\:-top-14 {
    top: -14px;
  }

  .tablet\:-top-16 {
    top: -16px;
  }

  .tablet\:-top-20 {
    top: -20px;
  }

  .tablet\:-top-24 {
    top: -24px;
  }

  .tablet\:-top-28 {
    top: -7rem;
  }

  .tablet\:-top-30 {
    top: -30px;
  }

  .tablet\:-top-32 {
    top: -8rem;
  }

  .tablet\:-top-36 {
    top: -9rem;
  }

  .tablet\:-top-40 {
    top: -10rem;
  }

  .tablet\:-top-44 {
    top: -11rem;
  }

  .tablet\:-top-48 {
    top: -48px;
  }

  .tablet\:-top-52 {
    top: -13rem;
  }

  .tablet\:-top-56 {
    top: -14rem;
  }

  .tablet\:-top-60 {
    top: -60px;
  }

  .tablet\:-top-64 {
    top: -16rem;
  }

  .tablet\:-top-72 {
    top: -18rem;
  }

  .tablet\:-top-80 {
    top: -20rem;
  }

  .tablet\:-top-95 {
    top: -95px;
  }

  .tablet\:-top-96 {
    top: -24rem;
  }

  .tablet\:-top-120 {
    top: -120px;
  }

  .tablet\:-top-190 {
    top: -190px;
  }

  .tablet\:-top-px {
    top: -1px;
  }

  .tablet\:-top-0\.5 {
    top: -0.125rem;
  }

  .tablet\:-top-1\.5 {
    top: -0.375rem;
  }

  .tablet\:-top-2\.5 {
    top: -0.625rem;
  }

  .tablet\:-top-3\.5 {
    top: -0.875rem;
  }

  .tablet\:-top-30\% {
    top: -30%;
  }

  .tablet\:-top-7\.5r {
    top: -1.875rem;
  }

  .tablet\:top-1\/2 {
    top: 50%;
  }

  .tablet\:top-1\/3 {
    top: 33.333333%;
  }

  .tablet\:top-2\/3 {
    top: 66.666667%;
  }

  .tablet\:top-1\/4 {
    top: 25%;
  }

  .tablet\:top-2\/4 {
    top: 50%;
  }

  .tablet\:top-3\/4 {
    top: 75%;
  }

  .tablet\:top-full {
    top: 100%;
  }

  .tablet\:-top-1\/2 {
    top: -50%;
  }

  .tablet\:-top-1\/3 {
    top: -33.333333%;
  }

  .tablet\:-top-2\/3 {
    top: -66.666667%;
  }

  .tablet\:-top-1\/4 {
    top: -25%;
  }

  .tablet\:-top-2\/4 {
    top: -50%;
  }

  .tablet\:-top-3\/4 {
    top: -75%;
  }

  .tablet\:-top-full {
    top: -100%;
  }

  .tablet\:right-0 {
    right: 0;
  }

  .tablet\:right-1 {
    right: 0.25rem;
  }

  .tablet\:right-2 {
    right: 0.5rem;
  }

  .tablet\:right-3 {
    right: 0.75rem;
  }

  .tablet\:right-4 {
    right: 1rem;
  }

  .tablet\:right-5 {
    right: 5px;
  }

  .tablet\:right-6 {
    right: 1.5rem;
  }

  .tablet\:right-7 {
    right: 1.75rem;
  }

  .tablet\:right-8 {
    right: 2rem;
  }

  .tablet\:right-9 {
    right: 2.25rem;
  }

  .tablet\:right-10 {
    right: 10px;
  }

  .tablet\:right-11 {
    right: 2.75rem;
  }

  .tablet\:right-12 {
    right: 3rem;
  }

  .tablet\:right-14 {
    right: 14px;
  }

  .tablet\:right-16 {
    right: 16px;
  }

  .tablet\:right-20 {
    right: 20px;
  }

  .tablet\:right-24 {
    right: 24px;
  }

  .tablet\:right-28 {
    right: 7rem;
  }

  .tablet\:right-30 {
    right: 30px;
  }

  .tablet\:right-32 {
    right: 8rem;
  }

  .tablet\:right-36 {
    right: 9rem;
  }

  .tablet\:right-40 {
    right: 10rem;
  }

  .tablet\:right-44 {
    right: 11rem;
  }

  .tablet\:right-48 {
    right: 48px;
  }

  .tablet\:right-52 {
    right: 13rem;
  }

  .tablet\:right-56 {
    right: 14rem;
  }

  .tablet\:right-60 {
    right: 60px;
  }

  .tablet\:right-64 {
    right: 16rem;
  }

  .tablet\:right-72 {
    right: 18rem;
  }

  .tablet\:right-80 {
    right: 20rem;
  }

  .tablet\:right-95 {
    right: 95px;
  }

  .tablet\:right-96 {
    right: 24rem;
  }

  .tablet\:right-120 {
    right: 120px;
  }

  .tablet\:right-190 {
    right: 190px;
  }

  .tablet\:right-auto {
    right: auto;
  }

  .tablet\:right-px {
    right: 1px;
  }

  .tablet\:right-0\.5 {
    right: 0.125rem;
  }

  .tablet\:right-1\.5 {
    right: 0.375rem;
  }

  .tablet\:right-2\.5 {
    right: 0.625rem;
  }

  .tablet\:right-3\.5 {
    right: 0.875rem;
  }

  .tablet\:right-30\% {
    right: 30%;
  }

  .tablet\:right-7\.5r {
    right: 1.875rem;
  }

  .tablet\:-right-1 {
    right: -0.25rem;
  }

  .tablet\:-right-2 {
    right: -0.5rem;
  }

  .tablet\:-right-3 {
    right: -0.75rem;
  }

  .tablet\:-right-4 {
    right: -1rem;
  }

  .tablet\:-right-5 {
    right: -5px;
  }

  .tablet\:-right-6 {
    right: -1.5rem;
  }

  .tablet\:-right-7 {
    right: -1.75rem;
  }

  .tablet\:-right-8 {
    right: -2rem;
  }

  .tablet\:-right-9 {
    right: -2.25rem;
  }

  .tablet\:-right-10 {
    right: -10px;
  }

  .tablet\:-right-11 {
    right: -2.75rem;
  }

  .tablet\:-right-12 {
    right: -3rem;
  }

  .tablet\:-right-14 {
    right: -14px;
  }

  .tablet\:-right-16 {
    right: -16px;
  }

  .tablet\:-right-20 {
    right: -20px;
  }

  .tablet\:-right-24 {
    right: -24px;
  }

  .tablet\:-right-28 {
    right: -7rem;
  }

  .tablet\:-right-30 {
    right: -30px;
  }

  .tablet\:-right-32 {
    right: -8rem;
  }

  .tablet\:-right-36 {
    right: -9rem;
  }

  .tablet\:-right-40 {
    right: -10rem;
  }

  .tablet\:-right-44 {
    right: -11rem;
  }

  .tablet\:-right-48 {
    right: -48px;
  }

  .tablet\:-right-52 {
    right: -13rem;
  }

  .tablet\:-right-56 {
    right: -14rem;
  }

  .tablet\:-right-60 {
    right: -60px;
  }

  .tablet\:-right-64 {
    right: -16rem;
  }

  .tablet\:-right-72 {
    right: -18rem;
  }

  .tablet\:-right-80 {
    right: -20rem;
  }

  .tablet\:-right-95 {
    right: -95px;
  }

  .tablet\:-right-96 {
    right: -24rem;
  }

  .tablet\:-right-120 {
    right: -120px;
  }

  .tablet\:-right-190 {
    right: -190px;
  }

  .tablet\:-right-px {
    right: -1px;
  }

  .tablet\:-right-0\.5 {
    right: -0.125rem;
  }

  .tablet\:-right-1\.5 {
    right: -0.375rem;
  }

  .tablet\:-right-2\.5 {
    right: -0.625rem;
  }

  .tablet\:-right-3\.5 {
    right: -0.875rem;
  }

  .tablet\:-right-30\% {
    right: -30%;
  }

  .tablet\:-right-7\.5r {
    right: -1.875rem;
  }

  .tablet\:right-1\/2 {
    right: 50%;
  }

  .tablet\:right-1\/3 {
    right: 33.333333%;
  }

  .tablet\:right-2\/3 {
    right: 66.666667%;
  }

  .tablet\:right-1\/4 {
    right: 25%;
  }

  .tablet\:right-2\/4 {
    right: 50%;
  }

  .tablet\:right-3\/4 {
    right: 75%;
  }

  .tablet\:right-full {
    right: 100%;
  }

  .tablet\:-right-1\/2 {
    right: -50%;
  }

  .tablet\:-right-1\/3 {
    right: -33.333333%;
  }

  .tablet\:-right-2\/3 {
    right: -66.666667%;
  }

  .tablet\:-right-1\/4 {
    right: -25%;
  }

  .tablet\:-right-2\/4 {
    right: -50%;
  }

  .tablet\:-right-3\/4 {
    right: -75%;
  }

  .tablet\:-right-full {
    right: -100%;
  }

  .tablet\:bottom-0 {
    bottom: 0;
  }

  .tablet\:bottom-1 {
    bottom: 0.25rem;
  }

  .tablet\:bottom-2 {
    bottom: 0.5rem;
  }

  .tablet\:bottom-3 {
    bottom: 0.75rem;
  }

  .tablet\:bottom-4 {
    bottom: 1rem;
  }

  .tablet\:bottom-5 {
    bottom: 5px;
  }

  .tablet\:bottom-6 {
    bottom: 1.5rem;
  }

  .tablet\:bottom-7 {
    bottom: 1.75rem;
  }

  .tablet\:bottom-8 {
    bottom: 2rem;
  }

  .tablet\:bottom-9 {
    bottom: 2.25rem;
  }

  .tablet\:bottom-10 {
    bottom: 10px;
  }

  .tablet\:bottom-11 {
    bottom: 2.75rem;
  }

  .tablet\:bottom-12 {
    bottom: 3rem;
  }

  .tablet\:bottom-14 {
    bottom: 14px;
  }

  .tablet\:bottom-16 {
    bottom: 16px;
  }

  .tablet\:bottom-20 {
    bottom: 20px;
  }

  .tablet\:bottom-24 {
    bottom: 24px;
  }

  .tablet\:bottom-28 {
    bottom: 7rem;
  }

  .tablet\:bottom-30 {
    bottom: 30px;
  }

  .tablet\:bottom-32 {
    bottom: 8rem;
  }

  .tablet\:bottom-36 {
    bottom: 9rem;
  }

  .tablet\:bottom-40 {
    bottom: 10rem;
  }

  .tablet\:bottom-44 {
    bottom: 11rem;
  }

  .tablet\:bottom-48 {
    bottom: 48px;
  }

  .tablet\:bottom-52 {
    bottom: 13rem;
  }

  .tablet\:bottom-56 {
    bottom: 14rem;
  }

  .tablet\:bottom-60 {
    bottom: 60px;
  }

  .tablet\:bottom-64 {
    bottom: 16rem;
  }

  .tablet\:bottom-72 {
    bottom: 18rem;
  }

  .tablet\:bottom-80 {
    bottom: 20rem;
  }

  .tablet\:bottom-95 {
    bottom: 95px;
  }

  .tablet\:bottom-96 {
    bottom: 24rem;
  }

  .tablet\:bottom-120 {
    bottom: 120px;
  }

  .tablet\:bottom-190 {
    bottom: 190px;
  }

  .tablet\:bottom-auto {
    bottom: auto;
  }

  .tablet\:bottom-px {
    bottom: 1px;
  }

  .tablet\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .tablet\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .tablet\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .tablet\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .tablet\:bottom-30\% {
    bottom: 30%;
  }

  .tablet\:bottom-7\.5r {
    bottom: 1.875rem;
  }

  .tablet\:-bottom-1 {
    bottom: -0.25rem;
  }

  .tablet\:-bottom-2 {
    bottom: -0.5rem;
  }

  .tablet\:-bottom-3 {
    bottom: -0.75rem;
  }

  .tablet\:-bottom-4 {
    bottom: -1rem;
  }

  .tablet\:-bottom-5 {
    bottom: -5px;
  }

  .tablet\:-bottom-6 {
    bottom: -1.5rem;
  }

  .tablet\:-bottom-7 {
    bottom: -1.75rem;
  }

  .tablet\:-bottom-8 {
    bottom: -2rem;
  }

  .tablet\:-bottom-9 {
    bottom: -2.25rem;
  }

  .tablet\:-bottom-10 {
    bottom: -10px;
  }

  .tablet\:-bottom-11 {
    bottom: -2.75rem;
  }

  .tablet\:-bottom-12 {
    bottom: -3rem;
  }

  .tablet\:-bottom-14 {
    bottom: -14px;
  }

  .tablet\:-bottom-16 {
    bottom: -16px;
  }

  .tablet\:-bottom-20 {
    bottom: -20px;
  }

  .tablet\:-bottom-24 {
    bottom: -24px;
  }

  .tablet\:-bottom-28 {
    bottom: -7rem;
  }

  .tablet\:-bottom-30 {
    bottom: -30px;
  }

  .tablet\:-bottom-32 {
    bottom: -8rem;
  }

  .tablet\:-bottom-36 {
    bottom: -9rem;
  }

  .tablet\:-bottom-40 {
    bottom: -10rem;
  }

  .tablet\:-bottom-44 {
    bottom: -11rem;
  }

  .tablet\:-bottom-48 {
    bottom: -48px;
  }

  .tablet\:-bottom-52 {
    bottom: -13rem;
  }

  .tablet\:-bottom-56 {
    bottom: -14rem;
  }

  .tablet\:-bottom-60 {
    bottom: -60px;
  }

  .tablet\:-bottom-64 {
    bottom: -16rem;
  }

  .tablet\:-bottom-72 {
    bottom: -18rem;
  }

  .tablet\:-bottom-80 {
    bottom: -20rem;
  }

  .tablet\:-bottom-95 {
    bottom: -95px;
  }

  .tablet\:-bottom-96 {
    bottom: -24rem;
  }

  .tablet\:-bottom-120 {
    bottom: -120px;
  }

  .tablet\:-bottom-190 {
    bottom: -190px;
  }

  .tablet\:-bottom-px {
    bottom: -1px;
  }

  .tablet\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .tablet\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .tablet\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .tablet\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .tablet\:-bottom-30\% {
    bottom: -30%;
  }

  .tablet\:-bottom-7\.5r {
    bottom: -1.875rem;
  }

  .tablet\:bottom-1\/2 {
    bottom: 50%;
  }

  .tablet\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .tablet\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .tablet\:bottom-1\/4 {
    bottom: 25%;
  }

  .tablet\:bottom-2\/4 {
    bottom: 50%;
  }

  .tablet\:bottom-3\/4 {
    bottom: 75%;
  }

  .tablet\:bottom-full {
    bottom: 100%;
  }

  .tablet\:-bottom-1\/2 {
    bottom: -50%;
  }

  .tablet\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .tablet\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .tablet\:-bottom-1\/4 {
    bottom: -25%;
  }

  .tablet\:-bottom-2\/4 {
    bottom: -50%;
  }

  .tablet\:-bottom-3\/4 {
    bottom: -75%;
  }

  .tablet\:-bottom-full {
    bottom: -100%;
  }

  .tablet\:left-0 {
    left: 0;
  }

  .tablet\:left-1 {
    left: 0.25rem;
  }

  .tablet\:left-2 {
    left: 0.5rem;
  }

  .tablet\:left-3 {
    left: 0.75rem;
  }

  .tablet\:left-4 {
    left: 1rem;
  }

  .tablet\:left-5 {
    left: 5px;
  }

  .tablet\:left-6 {
    left: 1.5rem;
  }

  .tablet\:left-7 {
    left: 1.75rem;
  }

  .tablet\:left-8 {
    left: 2rem;
  }

  .tablet\:left-9 {
    left: 2.25rem;
  }

  .tablet\:left-10 {
    left: 10px;
  }

  .tablet\:left-11 {
    left: 2.75rem;
  }

  .tablet\:left-12 {
    left: 3rem;
  }

  .tablet\:left-14 {
    left: 14px;
  }

  .tablet\:left-16 {
    left: 16px;
  }

  .tablet\:left-20 {
    left: 20px;
  }

  .tablet\:left-24 {
    left: 24px;
  }

  .tablet\:left-28 {
    left: 7rem;
  }

  .tablet\:left-30 {
    left: 30px;
  }

  .tablet\:left-32 {
    left: 8rem;
  }

  .tablet\:left-36 {
    left: 9rem;
  }

  .tablet\:left-40 {
    left: 10rem;
  }

  .tablet\:left-44 {
    left: 11rem;
  }

  .tablet\:left-48 {
    left: 48px;
  }

  .tablet\:left-52 {
    left: 13rem;
  }

  .tablet\:left-56 {
    left: 14rem;
  }

  .tablet\:left-60 {
    left: 60px;
  }

  .tablet\:left-64 {
    left: 16rem;
  }

  .tablet\:left-72 {
    left: 18rem;
  }

  .tablet\:left-80 {
    left: 20rem;
  }

  .tablet\:left-95 {
    left: 95px;
  }

  .tablet\:left-96 {
    left: 24rem;
  }

  .tablet\:left-120 {
    left: 120px;
  }

  .tablet\:left-190 {
    left: 190px;
  }

  .tablet\:left-auto {
    left: auto;
  }

  .tablet\:left-px {
    left: 1px;
  }

  .tablet\:left-0\.5 {
    left: 0.125rem;
  }

  .tablet\:left-1\.5 {
    left: 0.375rem;
  }

  .tablet\:left-2\.5 {
    left: 0.625rem;
  }

  .tablet\:left-3\.5 {
    left: 0.875rem;
  }

  .tablet\:left-30\% {
    left: 30%;
  }

  .tablet\:left-7\.5r {
    left: 1.875rem;
  }

  .tablet\:-left-1 {
    left: -0.25rem;
  }

  .tablet\:-left-2 {
    left: -0.5rem;
  }

  .tablet\:-left-3 {
    left: -0.75rem;
  }

  .tablet\:-left-4 {
    left: -1rem;
  }

  .tablet\:-left-5 {
    left: -5px;
  }

  .tablet\:-left-6 {
    left: -1.5rem;
  }

  .tablet\:-left-7 {
    left: -1.75rem;
  }

  .tablet\:-left-8 {
    left: -2rem;
  }

  .tablet\:-left-9 {
    left: -2.25rem;
  }

  .tablet\:-left-10 {
    left: -10px;
  }

  .tablet\:-left-11 {
    left: -2.75rem;
  }

  .tablet\:-left-12 {
    left: -3rem;
  }

  .tablet\:-left-14 {
    left: -14px;
  }

  .tablet\:-left-16 {
    left: -16px;
  }

  .tablet\:-left-20 {
    left: -20px;
  }

  .tablet\:-left-24 {
    left: -24px;
  }

  .tablet\:-left-28 {
    left: -7rem;
  }

  .tablet\:-left-30 {
    left: -30px;
  }

  .tablet\:-left-32 {
    left: -8rem;
  }

  .tablet\:-left-36 {
    left: -9rem;
  }

  .tablet\:-left-40 {
    left: -10rem;
  }

  .tablet\:-left-44 {
    left: -11rem;
  }

  .tablet\:-left-48 {
    left: -48px;
  }

  .tablet\:-left-52 {
    left: -13rem;
  }

  .tablet\:-left-56 {
    left: -14rem;
  }

  .tablet\:-left-60 {
    left: -60px;
  }

  .tablet\:-left-64 {
    left: -16rem;
  }

  .tablet\:-left-72 {
    left: -18rem;
  }

  .tablet\:-left-80 {
    left: -20rem;
  }

  .tablet\:-left-95 {
    left: -95px;
  }

  .tablet\:-left-96 {
    left: -24rem;
  }

  .tablet\:-left-120 {
    left: -120px;
  }

  .tablet\:-left-190 {
    left: -190px;
  }

  .tablet\:-left-px {
    left: -1px;
  }

  .tablet\:-left-0\.5 {
    left: -0.125rem;
  }

  .tablet\:-left-1\.5 {
    left: -0.375rem;
  }

  .tablet\:-left-2\.5 {
    left: -0.625rem;
  }

  .tablet\:-left-3\.5 {
    left: -0.875rem;
  }

  .tablet\:-left-30\% {
    left: -30%;
  }

  .tablet\:-left-7\.5r {
    left: -1.875rem;
  }

  .tablet\:left-1\/2 {
    left: 50%;
  }

  .tablet\:left-1\/3 {
    left: 33.333333%;
  }

  .tablet\:left-2\/3 {
    left: 66.666667%;
  }

  .tablet\:left-1\/4 {
    left: 25%;
  }

  .tablet\:left-2\/4 {
    left: 50%;
  }

  .tablet\:left-3\/4 {
    left: 75%;
  }

  .tablet\:left-full {
    left: 100%;
  }

  .tablet\:-left-1\/2 {
    left: -50%;
  }

  .tablet\:-left-1\/3 {
    left: -33.333333%;
  }

  .tablet\:-left-2\/3 {
    left: -66.666667%;
  }

  .tablet\:-left-1\/4 {
    left: -25%;
  }

  .tablet\:-left-2\/4 {
    left: -50%;
  }

  .tablet\:-left-3\/4 {
    left: -75%;
  }

  .tablet\:-left-full {
    left: -100%;
  }

  .tablet\:isolate {
    isolation: isolate;
  }

  .tablet\:isolation-auto {
    isolation: auto;
  }

  .tablet\:z-0 {
    z-index: 0;
  }

  .tablet\:z-1 {
    z-index: 1;
  }

  .tablet\:z-10 {
    z-index: 10;
  }

  .tablet\:z-20 {
    z-index: 20;
  }

  .tablet\:z-30 {
    z-index: 30;
  }

  .tablet\:z-40 {
    z-index: 40;
  }

  .tablet\:z-50 {
    z-index: 50;
  }

  .tablet\:z-auto {
    z-index: auto;
  }

  .tablet\:-z-1 {
    z-index: -1;
  }

  .tablet\:-z-10 {
    z-index: -10;
  }

  .tablet\:-z-20 {
    z-index: -20;
  }

  .tablet\:focus-within\:z-0[focus-within] {
    z-index: 0;
  }

  .tablet\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .tablet\:focus-within\:z-1[focus-within] {
    z-index: 1;
  }

  .tablet\:focus-within\:z-1:focus-within {
    z-index: 1;
  }

  .tablet\:focus-within\:z-10[focus-within] {
    z-index: 10;
  }

  .tablet\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .tablet\:focus-within\:z-20[focus-within] {
    z-index: 20;
  }

  .tablet\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .tablet\:focus-within\:z-30[focus-within] {
    z-index: 30;
  }

  .tablet\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .tablet\:focus-within\:z-40[focus-within] {
    z-index: 40;
  }

  .tablet\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .tablet\:focus-within\:z-50[focus-within] {
    z-index: 50;
  }

  .tablet\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .tablet\:focus-within\:z-auto[focus-within] {
    z-index: auto;
  }

  .tablet\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .tablet\:focus-within\:-z-1[focus-within] {
    z-index: -1;
  }

  .tablet\:focus-within\:-z-1:focus-within {
    z-index: -1;
  }

  .tablet\:focus-within\:-z-10[focus-within] {
    z-index: -10;
  }

  .tablet\:focus-within\:-z-10:focus-within {
    z-index: -10;
  }

  .tablet\:focus-within\:-z-20[focus-within] {
    z-index: -20;
  }

  .tablet\:focus-within\:-z-20:focus-within {
    z-index: -20;
  }

  .tablet\:focus\:z-0:focus {
    z-index: 0;
  }

  .tablet\:focus\:z-1:focus {
    z-index: 1;
  }

  .tablet\:focus\:z-10:focus {
    z-index: 10;
  }

  .tablet\:focus\:z-20:focus {
    z-index: 20;
  }

  .tablet\:focus\:z-30:focus {
    z-index: 30;
  }

  .tablet\:focus\:z-40:focus {
    z-index: 40;
  }

  .tablet\:focus\:z-50:focus {
    z-index: 50;
  }

  .tablet\:focus\:z-auto:focus {
    z-index: auto;
  }

  .tablet\:focus\:-z-1:focus {
    z-index: -1;
  }

  .tablet\:focus\:-z-10:focus {
    z-index: -10;
  }

  .tablet\:focus\:-z-20:focus {
    z-index: -20;
  }

  .tablet\:order-1 {
    order: 1;
  }

  .tablet\:order-2 {
    order: 2;
  }

  .tablet\:order-3 {
    order: 3;
  }

  .tablet\:order-4 {
    order: 4;
  }

  .tablet\:order-5 {
    order: 5;
  }

  .tablet\:order-6 {
    order: 6;
  }

  .tablet\:order-7 {
    order: 7;
  }

  .tablet\:order-8 {
    order: 8;
  }

  .tablet\:order-9 {
    order: 9;
  }

  .tablet\:order-10 {
    order: 10;
  }

  .tablet\:order-11 {
    order: 11;
  }

  .tablet\:order-12 {
    order: 12;
  }

  .tablet\:order-first {
    order: -9999;
  }

  .tablet\:order-last {
    order: 9999;
  }

  .tablet\:order-none {
    order: 0;
  }

  .tablet\:col-auto {
    grid-column: auto;
  }

  .tablet\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .tablet\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .tablet\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .tablet\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .tablet\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .tablet\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .tablet\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .tablet\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .tablet\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .tablet\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .tablet\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .tablet\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .tablet\:col-span-full {
    grid-column: 1 / -1;
  }

  .tablet\:col-start-1 {
    grid-column-start: 1;
  }

  .tablet\:col-start-2 {
    grid-column-start: 2;
  }

  .tablet\:col-start-3 {
    grid-column-start: 3;
  }

  .tablet\:col-start-4 {
    grid-column-start: 4;
  }

  .tablet\:col-start-5 {
    grid-column-start: 5;
  }

  .tablet\:col-start-6 {
    grid-column-start: 6;
  }

  .tablet\:col-start-7 {
    grid-column-start: 7;
  }

  .tablet\:col-start-8 {
    grid-column-start: 8;
  }

  .tablet\:col-start-9 {
    grid-column-start: 9;
  }

  .tablet\:col-start-10 {
    grid-column-start: 10;
  }

  .tablet\:col-start-11 {
    grid-column-start: 11;
  }

  .tablet\:col-start-12 {
    grid-column-start: 12;
  }

  .tablet\:col-start-13 {
    grid-column-start: 13;
  }

  .tablet\:col-start-auto {
    grid-column-start: auto;
  }

  .tablet\:col-end-1 {
    grid-column-end: 1;
  }

  .tablet\:col-end-2 {
    grid-column-end: 2;
  }

  .tablet\:col-end-3 {
    grid-column-end: 3;
  }

  .tablet\:col-end-4 {
    grid-column-end: 4;
  }

  .tablet\:col-end-5 {
    grid-column-end: 5;
  }

  .tablet\:col-end-6 {
    grid-column-end: 6;
  }

  .tablet\:col-end-7 {
    grid-column-end: 7;
  }

  .tablet\:col-end-8 {
    grid-column-end: 8;
  }

  .tablet\:col-end-9 {
    grid-column-end: 9;
  }

  .tablet\:col-end-10 {
    grid-column-end: 10;
  }

  .tablet\:col-end-11 {
    grid-column-end: 11;
  }

  .tablet\:col-end-12 {
    grid-column-end: 12;
  }

  .tablet\:col-end-13 {
    grid-column-end: 13;
  }

  .tablet\:col-end-auto {
    grid-column-end: auto;
  }

  .tablet\:row-auto {
    grid-row: auto;
  }

  .tablet\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .tablet\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .tablet\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .tablet\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .tablet\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .tablet\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .tablet\:row-span-full {
    grid-row: 1 / -1;
  }

  .tablet\:row-start-1 {
    grid-row-start: 1;
  }

  .tablet\:row-start-2 {
    grid-row-start: 2;
  }

  .tablet\:row-start-3 {
    grid-row-start: 3;
  }

  .tablet\:row-start-4 {
    grid-row-start: 4;
  }

  .tablet\:row-start-5 {
    grid-row-start: 5;
  }

  .tablet\:row-start-6 {
    grid-row-start: 6;
  }

  .tablet\:row-start-7 {
    grid-row-start: 7;
  }

  .tablet\:row-start-auto {
    grid-row-start: auto;
  }

  .tablet\:row-end-1 {
    grid-row-end: 1;
  }

  .tablet\:row-end-2 {
    grid-row-end: 2;
  }

  .tablet\:row-end-3 {
    grid-row-end: 3;
  }

  .tablet\:row-end-4 {
    grid-row-end: 4;
  }

  .tablet\:row-end-5 {
    grid-row-end: 5;
  }

  .tablet\:row-end-6 {
    grid-row-end: 6;
  }

  .tablet\:row-end-7 {
    grid-row-end: 7;
  }

  .tablet\:row-end-auto {
    grid-row-end: auto;
  }

  .tablet\:float-right {
    float: right;
  }

  .tablet\:float-left {
    float: left;
  }

  .tablet\:float-none {
    float: none;
  }

  .tablet\:clear-left {
    clear: left;
  }

  .tablet\:clear-right {
    clear: right;
  }

  .tablet\:clear-both {
    clear: both;
  }

  .tablet\:clear-none {
    clear: none;
  }

  .tablet\:m-0 {
    margin: 0;
  }

  .tablet\:m-1 {
    margin: 0.25rem;
  }

  .tablet\:m-2 {
    margin: 0.5rem;
  }

  .tablet\:m-3 {
    margin: 0.75rem;
  }

  .tablet\:m-4 {
    margin: 1rem;
  }

  .tablet\:m-5 {
    margin: 5px;
  }

  .tablet\:m-6 {
    margin: 1.5rem;
  }

  .tablet\:m-7 {
    margin: 1.75rem;
  }

  .tablet\:m-8 {
    margin: 2rem;
  }

  .tablet\:m-9 {
    margin: 2.25rem;
  }

  .tablet\:m-10 {
    margin: 10px;
  }

  .tablet\:m-11 {
    margin: 2.75rem;
  }

  .tablet\:m-12 {
    margin: 3rem;
  }

  .tablet\:m-14 {
    margin: 14px;
  }

  .tablet\:m-16 {
    margin: 16px;
  }

  .tablet\:m-20 {
    margin: 20px;
  }

  .tablet\:m-24 {
    margin: 24px;
  }

  .tablet\:m-28 {
    margin: 7rem;
  }

  .tablet\:m-30 {
    margin: 30px;
  }

  .tablet\:m-32 {
    margin: 8rem;
  }

  .tablet\:m-36 {
    margin: 9rem;
  }

  .tablet\:m-40 {
    margin: 10rem;
  }

  .tablet\:m-44 {
    margin: 11rem;
  }

  .tablet\:m-48 {
    margin: 48px;
  }

  .tablet\:m-52 {
    margin: 13rem;
  }

  .tablet\:m-56 {
    margin: 14rem;
  }

  .tablet\:m-60 {
    margin: 60px;
  }

  .tablet\:m-64 {
    margin: 16rem;
  }

  .tablet\:m-72 {
    margin: 18rem;
  }

  .tablet\:m-80 {
    margin: 20rem;
  }

  .tablet\:m-95 {
    margin: 95px;
  }

  .tablet\:m-96 {
    margin: 24rem;
  }

  .tablet\:m-120 {
    margin: 120px;
  }

  .tablet\:m-190 {
    margin: 190px;
  }

  .tablet\:m-auto {
    margin: auto;
  }

  .tablet\:m-px {
    margin: 1px;
  }

  .tablet\:m-0\.5 {
    margin: 0.125rem;
  }

  .tablet\:m-1\.5 {
    margin: 0.375rem;
  }

  .tablet\:m-2\.5 {
    margin: 0.625rem;
  }

  .tablet\:m-3\.5 {
    margin: 0.875rem;
  }

  .tablet\:m-30\% {
    margin: 30%;
  }

  .tablet\:m-7\.5r {
    margin: 1.875rem;
  }

  .tablet\:-m-1 {
    margin: -0.25rem;
  }

  .tablet\:-m-2 {
    margin: -0.5rem;
  }

  .tablet\:-m-3 {
    margin: -0.75rem;
  }

  .tablet\:-m-4 {
    margin: -1rem;
  }

  .tablet\:-m-5 {
    margin: -5px;
  }

  .tablet\:-m-6 {
    margin: -1.5rem;
  }

  .tablet\:-m-7 {
    margin: -1.75rem;
  }

  .tablet\:-m-8 {
    margin: -2rem;
  }

  .tablet\:-m-9 {
    margin: -2.25rem;
  }

  .tablet\:-m-10 {
    margin: -10px;
  }

  .tablet\:-m-11 {
    margin: -2.75rem;
  }

  .tablet\:-m-12 {
    margin: -3rem;
  }

  .tablet\:-m-14 {
    margin: -14px;
  }

  .tablet\:-m-16 {
    margin: -16px;
  }

  .tablet\:-m-20 {
    margin: -20px;
  }

  .tablet\:-m-24 {
    margin: -24px;
  }

  .tablet\:-m-28 {
    margin: -7rem;
  }

  .tablet\:-m-30 {
    margin: -30px;
  }

  .tablet\:-m-32 {
    margin: -8rem;
  }

  .tablet\:-m-36 {
    margin: -9rem;
  }

  .tablet\:-m-40 {
    margin: -10rem;
  }

  .tablet\:-m-44 {
    margin: -11rem;
  }

  .tablet\:-m-48 {
    margin: -48px;
  }

  .tablet\:-m-52 {
    margin: -13rem;
  }

  .tablet\:-m-56 {
    margin: -14rem;
  }

  .tablet\:-m-60 {
    margin: -60px;
  }

  .tablet\:-m-64 {
    margin: -16rem;
  }

  .tablet\:-m-72 {
    margin: -18rem;
  }

  .tablet\:-m-80 {
    margin: -20rem;
  }

  .tablet\:-m-95 {
    margin: -95px;
  }

  .tablet\:-m-96 {
    margin: -24rem;
  }

  .tablet\:-m-120 {
    margin: -120px;
  }

  .tablet\:-m-190 {
    margin: -190px;
  }

  .tablet\:-m-px {
    margin: -1px;
  }

  .tablet\:-m-0\.5 {
    margin: -0.125rem;
  }

  .tablet\:-m-1\.5 {
    margin: -0.375rem;
  }

  .tablet\:-m-2\.5 {
    margin: -0.625rem;
  }

  .tablet\:-m-3\.5 {
    margin: -0.875rem;
  }

  .tablet\:-m-30\% {
    margin: -30%;
  }

  .tablet\:-m-7\.5r {
    margin: -1.875rem;
  }

  .tablet\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .tablet\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .tablet\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .tablet\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .tablet\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .tablet\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .tablet\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .tablet\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .tablet\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .tablet\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .tablet\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .tablet\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .tablet\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .tablet\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .tablet\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .tablet\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .tablet\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .tablet\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .tablet\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .tablet\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .tablet\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .tablet\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .tablet\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .tablet\:mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .tablet\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .tablet\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .tablet\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .tablet\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .tablet\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .tablet\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .tablet\:mx-95 {
    margin-left: 95px;
    margin-right: 95px;
  }

  .tablet\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .tablet\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .tablet\:mx-190 {
    margin-left: 190px;
    margin-right: 190px;
  }

  .tablet\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .tablet\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .tablet\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .tablet\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .tablet\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .tablet\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .tablet\:mx-30\% {
    margin-left: 30%;
    margin-right: 30%;
  }

  .tablet\:mx-7\.5r {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .tablet\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .tablet\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .tablet\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .tablet\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .tablet\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .tablet\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .tablet\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .tablet\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .tablet\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .tablet\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .tablet\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .tablet\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .tablet\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .tablet\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .tablet\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .tablet\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .tablet\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .tablet\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .tablet\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .tablet\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .tablet\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .tablet\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .tablet\:-mx-48 {
    margin-left: -48px;
    margin-right: -48px;
  }

  .tablet\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .tablet\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .tablet\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .tablet\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .tablet\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .tablet\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .tablet\:-mx-95 {
    margin-left: -95px;
    margin-right: -95px;
  }

  .tablet\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .tablet\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .tablet\:-mx-190 {
    margin-left: -190px;
    margin-right: -190px;
  }

  .tablet\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .tablet\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .tablet\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .tablet\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .tablet\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .tablet\:-mx-30\% {
    margin-left: -30%;
    margin-right: -30%;
  }

  .tablet\:-mx-7\.5r {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .tablet\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .tablet\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .tablet\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .tablet\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .tablet\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .tablet\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .tablet\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .tablet\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .tablet\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .tablet\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .tablet\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tablet\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .tablet\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .tablet\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .tablet\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .tablet\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .tablet\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .tablet\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .tablet\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .tablet\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .tablet\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .tablet\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .tablet\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .tablet\:my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .tablet\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .tablet\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .tablet\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .tablet\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .tablet\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .tablet\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .tablet\:my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .tablet\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .tablet\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .tablet\:my-190 {
    margin-top: 190px;
    margin-bottom: 190px;
  }

  .tablet\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .tablet\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .tablet\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .tablet\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .tablet\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .tablet\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .tablet\:my-30\% {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .tablet\:my-7\.5r {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .tablet\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .tablet\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .tablet\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .tablet\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .tablet\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .tablet\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .tablet\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .tablet\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .tablet\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .tablet\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .tablet\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .tablet\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .tablet\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .tablet\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .tablet\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .tablet\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .tablet\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .tablet\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .tablet\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .tablet\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .tablet\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .tablet\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .tablet\:-my-48 {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .tablet\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .tablet\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .tablet\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .tablet\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .tablet\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .tablet\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .tablet\:-my-95 {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .tablet\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .tablet\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .tablet\:-my-190 {
    margin-top: -190px;
    margin-bottom: -190px;
  }

  .tablet\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .tablet\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .tablet\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .tablet\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .tablet\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .tablet\:-my-30\% {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .tablet\:-my-7\.5r {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .tablet\:mt-0 {
    margin-top: 0;
  }

  .tablet\:mt-1 {
    margin-top: 0.25rem;
  }

  .tablet\:mt-2 {
    margin-top: 0.5rem;
  }

  .tablet\:mt-3 {
    margin-top: 0.75rem;
  }

  .tablet\:mt-4 {
    margin-top: 1rem;
  }

  .tablet\:mt-5 {
    margin-top: 5px;
  }

  .tablet\:mt-6 {
    margin-top: 1.5rem;
  }

  .tablet\:mt-7 {
    margin-top: 1.75rem;
  }

  .tablet\:mt-8 {
    margin-top: 2rem;
  }

  .tablet\:mt-9 {
    margin-top: 2.25rem;
  }

  .tablet\:mt-10 {
    margin-top: 10px;
  }

  .tablet\:mt-11 {
    margin-top: 2.75rem;
  }

  .tablet\:mt-12 {
    margin-top: 3rem;
  }

  .tablet\:mt-14 {
    margin-top: 14px;
  }

  .tablet\:mt-16 {
    margin-top: 16px;
  }

  .tablet\:mt-20 {
    margin-top: 20px;
  }

  .tablet\:mt-24 {
    margin-top: 24px;
  }

  .tablet\:mt-28 {
    margin-top: 7rem;
  }

  .tablet\:mt-30 {
    margin-top: 30px;
  }

  .tablet\:mt-32 {
    margin-top: 8rem;
  }

  .tablet\:mt-36 {
    margin-top: 9rem;
  }

  .tablet\:mt-40 {
    margin-top: 10rem;
  }

  .tablet\:mt-44 {
    margin-top: 11rem;
  }

  .tablet\:mt-48 {
    margin-top: 48px;
  }

  .tablet\:mt-52 {
    margin-top: 13rem;
  }

  .tablet\:mt-56 {
    margin-top: 14rem;
  }

  .tablet\:mt-60 {
    margin-top: 60px;
  }

  .tablet\:mt-64 {
    margin-top: 16rem;
  }

  .tablet\:mt-72 {
    margin-top: 18rem;
  }

  .tablet\:mt-80 {
    margin-top: 20rem;
  }

  .tablet\:mt-95 {
    margin-top: 95px;
  }

  .tablet\:mt-96 {
    margin-top: 24rem;
  }

  .tablet\:mt-120 {
    margin-top: 120px;
  }

  .tablet\:mt-190 {
    margin-top: 190px;
  }

  .tablet\:mt-auto {
    margin-top: auto;
  }

  .tablet\:mt-px {
    margin-top: 1px;
  }

  .tablet\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .tablet\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .tablet\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .tablet\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .tablet\:mt-30\% {
    margin-top: 30%;
  }

  .tablet\:mt-7\.5r {
    margin-top: 1.875rem;
  }

  .tablet\:-mt-1 {
    margin-top: -0.25rem;
  }

  .tablet\:-mt-2 {
    margin-top: -0.5rem;
  }

  .tablet\:-mt-3 {
    margin-top: -0.75rem;
  }

  .tablet\:-mt-4 {
    margin-top: -1rem;
  }

  .tablet\:-mt-5 {
    margin-top: -5px;
  }

  .tablet\:-mt-6 {
    margin-top: -1.5rem;
  }

  .tablet\:-mt-7 {
    margin-top: -1.75rem;
  }

  .tablet\:-mt-8 {
    margin-top: -2rem;
  }

  .tablet\:-mt-9 {
    margin-top: -2.25rem;
  }

  .tablet\:-mt-10 {
    margin-top: -10px;
  }

  .tablet\:-mt-11 {
    margin-top: -2.75rem;
  }

  .tablet\:-mt-12 {
    margin-top: -3rem;
  }

  .tablet\:-mt-14 {
    margin-top: -14px;
  }

  .tablet\:-mt-16 {
    margin-top: -16px;
  }

  .tablet\:-mt-20 {
    margin-top: -20px;
  }

  .tablet\:-mt-24 {
    margin-top: -24px;
  }

  .tablet\:-mt-28 {
    margin-top: -7rem;
  }

  .tablet\:-mt-30 {
    margin-top: -30px;
  }

  .tablet\:-mt-32 {
    margin-top: -8rem;
  }

  .tablet\:-mt-36 {
    margin-top: -9rem;
  }

  .tablet\:-mt-40 {
    margin-top: -10rem;
  }

  .tablet\:-mt-44 {
    margin-top: -11rem;
  }

  .tablet\:-mt-48 {
    margin-top: -48px;
  }

  .tablet\:-mt-52 {
    margin-top: -13rem;
  }

  .tablet\:-mt-56 {
    margin-top: -14rem;
  }

  .tablet\:-mt-60 {
    margin-top: -60px;
  }

  .tablet\:-mt-64 {
    margin-top: -16rem;
  }

  .tablet\:-mt-72 {
    margin-top: -18rem;
  }

  .tablet\:-mt-80 {
    margin-top: -20rem;
  }

  .tablet\:-mt-95 {
    margin-top: -95px;
  }

  .tablet\:-mt-96 {
    margin-top: -24rem;
  }

  .tablet\:-mt-120 {
    margin-top: -120px;
  }

  .tablet\:-mt-190 {
    margin-top: -190px;
  }

  .tablet\:-mt-px {
    margin-top: -1px;
  }

  .tablet\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .tablet\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .tablet\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .tablet\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .tablet\:-mt-30\% {
    margin-top: -30%;
  }

  .tablet\:-mt-7\.5r {
    margin-top: -1.875rem;
  }

  .tablet\:mr-0 {
    margin-right: 0;
  }

  .tablet\:mr-1 {
    margin-right: 0.25rem;
  }

  .tablet\:mr-2 {
    margin-right: 0.5rem;
  }

  .tablet\:mr-3 {
    margin-right: 0.75rem;
  }

  .tablet\:mr-4 {
    margin-right: 1rem;
  }

  .tablet\:mr-5 {
    margin-right: 5px;
  }

  .tablet\:mr-6 {
    margin-right: 1.5rem;
  }

  .tablet\:mr-7 {
    margin-right: 1.75rem;
  }

  .tablet\:mr-8 {
    margin-right: 2rem;
  }

  .tablet\:mr-9 {
    margin-right: 2.25rem;
  }

  .tablet\:mr-10 {
    margin-right: 10px;
  }

  .tablet\:mr-11 {
    margin-right: 2.75rem;
  }

  .tablet\:mr-12 {
    margin-right: 3rem;
  }

  .tablet\:mr-14 {
    margin-right: 14px;
  }

  .tablet\:mr-16 {
    margin-right: 16px;
  }

  .tablet\:mr-20 {
    margin-right: 20px;
  }

  .tablet\:mr-24 {
    margin-right: 24px;
  }

  .tablet\:mr-28 {
    margin-right: 7rem;
  }

  .tablet\:mr-30 {
    margin-right: 30px;
  }

  .tablet\:mr-32 {
    margin-right: 8rem;
  }

  .tablet\:mr-36 {
    margin-right: 9rem;
  }

  .tablet\:mr-40 {
    margin-right: 10rem;
  }

  .tablet\:mr-44 {
    margin-right: 11rem;
  }

  .tablet\:mr-48 {
    margin-right: 48px;
  }

  .tablet\:mr-52 {
    margin-right: 13rem;
  }

  .tablet\:mr-56 {
    margin-right: 14rem;
  }

  .tablet\:mr-60 {
    margin-right: 60px;
  }

  .tablet\:mr-64 {
    margin-right: 16rem;
  }

  .tablet\:mr-72 {
    margin-right: 18rem;
  }

  .tablet\:mr-80 {
    margin-right: 20rem;
  }

  .tablet\:mr-95 {
    margin-right: 95px;
  }

  .tablet\:mr-96 {
    margin-right: 24rem;
  }

  .tablet\:mr-120 {
    margin-right: 120px;
  }

  .tablet\:mr-190 {
    margin-right: 190px;
  }

  .tablet\:mr-auto {
    margin-right: auto;
  }

  .tablet\:mr-px {
    margin-right: 1px;
  }

  .tablet\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .tablet\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .tablet\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .tablet\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .tablet\:mr-30\% {
    margin-right: 30%;
  }

  .tablet\:mr-7\.5r {
    margin-right: 1.875rem;
  }

  .tablet\:-mr-1 {
    margin-right: -0.25rem;
  }

  .tablet\:-mr-2 {
    margin-right: -0.5rem;
  }

  .tablet\:-mr-3 {
    margin-right: -0.75rem;
  }

  .tablet\:-mr-4 {
    margin-right: -1rem;
  }

  .tablet\:-mr-5 {
    margin-right: -5px;
  }

  .tablet\:-mr-6 {
    margin-right: -1.5rem;
  }

  .tablet\:-mr-7 {
    margin-right: -1.75rem;
  }

  .tablet\:-mr-8 {
    margin-right: -2rem;
  }

  .tablet\:-mr-9 {
    margin-right: -2.25rem;
  }

  .tablet\:-mr-10 {
    margin-right: -10px;
  }

  .tablet\:-mr-11 {
    margin-right: -2.75rem;
  }

  .tablet\:-mr-12 {
    margin-right: -3rem;
  }

  .tablet\:-mr-14 {
    margin-right: -14px;
  }

  .tablet\:-mr-16 {
    margin-right: -16px;
  }

  .tablet\:-mr-20 {
    margin-right: -20px;
  }

  .tablet\:-mr-24 {
    margin-right: -24px;
  }

  .tablet\:-mr-28 {
    margin-right: -7rem;
  }

  .tablet\:-mr-30 {
    margin-right: -30px;
  }

  .tablet\:-mr-32 {
    margin-right: -8rem;
  }

  .tablet\:-mr-36 {
    margin-right: -9rem;
  }

  .tablet\:-mr-40 {
    margin-right: -10rem;
  }

  .tablet\:-mr-44 {
    margin-right: -11rem;
  }

  .tablet\:-mr-48 {
    margin-right: -48px;
  }

  .tablet\:-mr-52 {
    margin-right: -13rem;
  }

  .tablet\:-mr-56 {
    margin-right: -14rem;
  }

  .tablet\:-mr-60 {
    margin-right: -60px;
  }

  .tablet\:-mr-64 {
    margin-right: -16rem;
  }

  .tablet\:-mr-72 {
    margin-right: -18rem;
  }

  .tablet\:-mr-80 {
    margin-right: -20rem;
  }

  .tablet\:-mr-95 {
    margin-right: -95px;
  }

  .tablet\:-mr-96 {
    margin-right: -24rem;
  }

  .tablet\:-mr-120 {
    margin-right: -120px;
  }

  .tablet\:-mr-190 {
    margin-right: -190px;
  }

  .tablet\:-mr-px {
    margin-right: -1px;
  }

  .tablet\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .tablet\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .tablet\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .tablet\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .tablet\:-mr-30\% {
    margin-right: -30%;
  }

  .tablet\:-mr-7\.5r {
    margin-right: -1.875rem;
  }

  .tablet\:mb-0 {
    margin-bottom: 0;
  }

  .tablet\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .tablet\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .tablet\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .tablet\:mb-4 {
    margin-bottom: 1rem;
  }

  .tablet\:mb-5 {
    margin-bottom: 5px;
  }

  .tablet\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .tablet\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .tablet\:mb-8 {
    margin-bottom: 2rem;
  }

  .tablet\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .tablet\:mb-10 {
    margin-bottom: 10px;
  }

  .tablet\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .tablet\:mb-12 {
    margin-bottom: 3rem;
  }

  .tablet\:mb-14 {
    margin-bottom: 14px;
  }

  .tablet\:mb-16 {
    margin-bottom: 16px;
  }

  .tablet\:mb-20 {
    margin-bottom: 20px;
  }

  .tablet\:mb-24 {
    margin-bottom: 24px;
  }

  .tablet\:mb-28 {
    margin-bottom: 7rem;
  }

  .tablet\:mb-30 {
    margin-bottom: 30px;
  }

  .tablet\:mb-32 {
    margin-bottom: 8rem;
  }

  .tablet\:mb-36 {
    margin-bottom: 9rem;
  }

  .tablet\:mb-40 {
    margin-bottom: 10rem;
  }

  .tablet\:mb-44 {
    margin-bottom: 11rem;
  }

  .tablet\:mb-48 {
    margin-bottom: 48px;
  }

  .tablet\:mb-52 {
    margin-bottom: 13rem;
  }

  .tablet\:mb-56 {
    margin-bottom: 14rem;
  }

  .tablet\:mb-60 {
    margin-bottom: 60px;
  }

  .tablet\:mb-64 {
    margin-bottom: 16rem;
  }

  .tablet\:mb-72 {
    margin-bottom: 18rem;
  }

  .tablet\:mb-80 {
    margin-bottom: 20rem;
  }

  .tablet\:mb-95 {
    margin-bottom: 95px;
  }

  .tablet\:mb-96 {
    margin-bottom: 24rem;
  }

  .tablet\:mb-120 {
    margin-bottom: 120px;
  }

  .tablet\:mb-190 {
    margin-bottom: 190px;
  }

  .tablet\:mb-auto {
    margin-bottom: auto;
  }

  .tablet\:mb-px {
    margin-bottom: 1px;
  }

  .tablet\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .tablet\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .tablet\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .tablet\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .tablet\:mb-30\% {
    margin-bottom: 30%;
  }

  .tablet\:mb-7\.5r {
    margin-bottom: 1.875rem;
  }

  .tablet\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .tablet\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .tablet\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .tablet\:-mb-4 {
    margin-bottom: -1rem;
  }

  .tablet\:-mb-5 {
    margin-bottom: -5px;
  }

  .tablet\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .tablet\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .tablet\:-mb-8 {
    margin-bottom: -2rem;
  }

  .tablet\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .tablet\:-mb-10 {
    margin-bottom: -10px;
  }

  .tablet\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .tablet\:-mb-12 {
    margin-bottom: -3rem;
  }

  .tablet\:-mb-14 {
    margin-bottom: -14px;
  }

  .tablet\:-mb-16 {
    margin-bottom: -16px;
  }

  .tablet\:-mb-20 {
    margin-bottom: -20px;
  }

  .tablet\:-mb-24 {
    margin-bottom: -24px;
  }

  .tablet\:-mb-28 {
    margin-bottom: -7rem;
  }

  .tablet\:-mb-30 {
    margin-bottom: -30px;
  }

  .tablet\:-mb-32 {
    margin-bottom: -8rem;
  }

  .tablet\:-mb-36 {
    margin-bottom: -9rem;
  }

  .tablet\:-mb-40 {
    margin-bottom: -10rem;
  }

  .tablet\:-mb-44 {
    margin-bottom: -11rem;
  }

  .tablet\:-mb-48 {
    margin-bottom: -48px;
  }

  .tablet\:-mb-52 {
    margin-bottom: -13rem;
  }

  .tablet\:-mb-56 {
    margin-bottom: -14rem;
  }

  .tablet\:-mb-60 {
    margin-bottom: -60px;
  }

  .tablet\:-mb-64 {
    margin-bottom: -16rem;
  }

  .tablet\:-mb-72 {
    margin-bottom: -18rem;
  }

  .tablet\:-mb-80 {
    margin-bottom: -20rem;
  }

  .tablet\:-mb-95 {
    margin-bottom: -95px;
  }

  .tablet\:-mb-96 {
    margin-bottom: -24rem;
  }

  .tablet\:-mb-120 {
    margin-bottom: -120px;
  }

  .tablet\:-mb-190 {
    margin-bottom: -190px;
  }

  .tablet\:-mb-px {
    margin-bottom: -1px;
  }

  .tablet\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .tablet\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .tablet\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .tablet\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .tablet\:-mb-30\% {
    margin-bottom: -30%;
  }

  .tablet\:-mb-7\.5r {
    margin-bottom: -1.875rem;
  }

  .tablet\:ml-0 {
    margin-left: 0;
  }

  .tablet\:ml-1 {
    margin-left: 0.25rem;
  }

  .tablet\:ml-2 {
    margin-left: 0.5rem;
  }

  .tablet\:ml-3 {
    margin-left: 0.75rem;
  }

  .tablet\:ml-4 {
    margin-left: 1rem;
  }

  .tablet\:ml-5 {
    margin-left: 5px;
  }

  .tablet\:ml-6 {
    margin-left: 1.5rem;
  }

  .tablet\:ml-7 {
    margin-left: 1.75rem;
  }

  .tablet\:ml-8 {
    margin-left: 2rem;
  }

  .tablet\:ml-9 {
    margin-left: 2.25rem;
  }

  .tablet\:ml-10 {
    margin-left: 10px;
  }

  .tablet\:ml-11 {
    margin-left: 2.75rem;
  }

  .tablet\:ml-12 {
    margin-left: 3rem;
  }

  .tablet\:ml-14 {
    margin-left: 14px;
  }

  .tablet\:ml-16 {
    margin-left: 16px;
  }

  .tablet\:ml-20 {
    margin-left: 20px;
  }

  .tablet\:ml-24 {
    margin-left: 24px;
  }

  .tablet\:ml-28 {
    margin-left: 7rem;
  }

  .tablet\:ml-30 {
    margin-left: 30px;
  }

  .tablet\:ml-32 {
    margin-left: 8rem;
  }

  .tablet\:ml-36 {
    margin-left: 9rem;
  }

  .tablet\:ml-40 {
    margin-left: 10rem;
  }

  .tablet\:ml-44 {
    margin-left: 11rem;
  }

  .tablet\:ml-48 {
    margin-left: 48px;
  }

  .tablet\:ml-52 {
    margin-left: 13rem;
  }

  .tablet\:ml-56 {
    margin-left: 14rem;
  }

  .tablet\:ml-60 {
    margin-left: 60px;
  }

  .tablet\:ml-64 {
    margin-left: 16rem;
  }

  .tablet\:ml-72 {
    margin-left: 18rem;
  }

  .tablet\:ml-80 {
    margin-left: 20rem;
  }

  .tablet\:ml-95 {
    margin-left: 95px;
  }

  .tablet\:ml-96 {
    margin-left: 24rem;
  }

  .tablet\:ml-120 {
    margin-left: 120px;
  }

  .tablet\:ml-190 {
    margin-left: 190px;
  }

  .tablet\:ml-auto {
    margin-left: auto;
  }

  .tablet\:ml-px {
    margin-left: 1px;
  }

  .tablet\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .tablet\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .tablet\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .tablet\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .tablet\:ml-30\% {
    margin-left: 30%;
  }

  .tablet\:ml-7\.5r {
    margin-left: 1.875rem;
  }

  .tablet\:-ml-1 {
    margin-left: -0.25rem;
  }

  .tablet\:-ml-2 {
    margin-left: -0.5rem;
  }

  .tablet\:-ml-3 {
    margin-left: -0.75rem;
  }

  .tablet\:-ml-4 {
    margin-left: -1rem;
  }

  .tablet\:-ml-5 {
    margin-left: -5px;
  }

  .tablet\:-ml-6 {
    margin-left: -1.5rem;
  }

  .tablet\:-ml-7 {
    margin-left: -1.75rem;
  }

  .tablet\:-ml-8 {
    margin-left: -2rem;
  }

  .tablet\:-ml-9 {
    margin-left: -2.25rem;
  }

  .tablet\:-ml-10 {
    margin-left: -10px;
  }

  .tablet\:-ml-11 {
    margin-left: -2.75rem;
  }

  .tablet\:-ml-12 {
    margin-left: -3rem;
  }

  .tablet\:-ml-14 {
    margin-left: -14px;
  }

  .tablet\:-ml-16 {
    margin-left: -16px;
  }

  .tablet\:-ml-20 {
    margin-left: -20px;
  }

  .tablet\:-ml-24 {
    margin-left: -24px;
  }

  .tablet\:-ml-28 {
    margin-left: -7rem;
  }

  .tablet\:-ml-30 {
    margin-left: -30px;
  }

  .tablet\:-ml-32 {
    margin-left: -8rem;
  }

  .tablet\:-ml-36 {
    margin-left: -9rem;
  }

  .tablet\:-ml-40 {
    margin-left: -10rem;
  }

  .tablet\:-ml-44 {
    margin-left: -11rem;
  }

  .tablet\:-ml-48 {
    margin-left: -48px;
  }

  .tablet\:-ml-52 {
    margin-left: -13rem;
  }

  .tablet\:-ml-56 {
    margin-left: -14rem;
  }

  .tablet\:-ml-60 {
    margin-left: -60px;
  }

  .tablet\:-ml-64 {
    margin-left: -16rem;
  }

  .tablet\:-ml-72 {
    margin-left: -18rem;
  }

  .tablet\:-ml-80 {
    margin-left: -20rem;
  }

  .tablet\:-ml-95 {
    margin-left: -95px;
  }

  .tablet\:-ml-96 {
    margin-left: -24rem;
  }

  .tablet\:-ml-120 {
    margin-left: -120px;
  }

  .tablet\:-ml-190 {
    margin-left: -190px;
  }

  .tablet\:-ml-px {
    margin-left: -1px;
  }

  .tablet\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .tablet\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .tablet\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .tablet\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .tablet\:-ml-30\% {
    margin-left: -30%;
  }

  .tablet\:-ml-7\.5r {
    margin-left: -1.875rem;
  }

  .tablet\:box-border {
    box-sizing: border-box;
  }

  .tablet\:box-content {
    box-sizing: content-box;
  }

  .tablet\:block {
    display: block;
  }

  .tablet\:inline-block {
    display: inline-block;
  }

  .tablet\:inline {
    display: inline;
  }

  .tablet\:flex {
    display: flex;
  }

  .tablet\:inline-flex {
    display: inline-flex;
  }

  .tablet\:table {
    display: table;
  }

  .tablet\:inline-table {
    display: inline-table;
  }

  .tablet\:table-caption {
    display: table-caption;
  }

  .tablet\:table-cell {
    display: table-cell;
  }

  .tablet\:table-column {
    display: table-column;
  }

  .tablet\:table-column-group {
    display: table-column-group;
  }

  .tablet\:table-footer-group {
    display: table-footer-group;
  }

  .tablet\:table-header-group {
    display: table-header-group;
  }

  .tablet\:table-row-group {
    display: table-row-group;
  }

  .tablet\:table-row {
    display: table-row;
  }

  .tablet\:flow-root {
    display: flow-root;
  }

  .tablet\:grid {
    display: grid;
  }

  .tablet\:inline-grid {
    display: inline-grid;
  }

  .tablet\:contents {
    display: contents;
  }

  .tablet\:list-item {
    display: list-item;
  }

  .tablet\:hidden {
    display: none;
  }

  .group:hover .tablet\:group-hover\:block {
    display: block;
  }

  .group:hover .tablet\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .tablet\:group-hover\:inline {
    display: inline;
  }

  .group:hover .tablet\:group-hover\:flex {
    display: flex;
  }

  .group:hover .tablet\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .tablet\:group-hover\:table {
    display: table;
  }

  .group:hover .tablet\:group-hover\:inline-table {
    display: inline-table;
  }

  .group:hover .tablet\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .tablet\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .tablet\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .tablet\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .tablet\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .tablet\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .tablet\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .tablet\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .tablet\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .tablet\:group-hover\:grid {
    display: grid;
  }

  .group:hover .tablet\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .tablet\:group-hover\:contents {
    display: contents;
  }

  .group:hover .tablet\:group-hover\:list-item {
    display: list-item;
  }

  .group:hover .tablet\:group-hover\:hidden {
    display: none;
  }

  .tablet\:h-0 {
    height: 0;
  }

  .tablet\:h-1 {
    height: 0.25rem;
  }

  .tablet\:h-2 {
    height: 0.5rem;
  }

  .tablet\:h-3 {
    height: 0.75rem;
  }

  .tablet\:h-4 {
    height: 1rem;
  }

  .tablet\:h-5 {
    height: 5px;
  }

  .tablet\:h-6 {
    height: 1.5rem;
  }

  .tablet\:h-7 {
    height: 1.75rem;
  }

  .tablet\:h-8 {
    height: 2rem;
  }

  .tablet\:h-9 {
    height: 2.25rem;
  }

  .tablet\:h-10 {
    height: 10px;
  }

  .tablet\:h-11 {
    height: 2.75rem;
  }

  .tablet\:h-12 {
    height: 12px;
  }

  .tablet\:h-14 {
    height: 14px;
  }

  .tablet\:h-16 {
    height: 16px;
  }

  .tablet\:h-20 {
    height: 20px;
  }

  .tablet\:h-24 {
    height: 24px;
  }

  .tablet\:h-28 {
    height: 7rem;
  }

  .tablet\:h-30 {
    height: 30px;
  }

  .tablet\:h-32 {
    height: 8rem;
  }

  .tablet\:h-36 {
    height: 9rem;
  }

  .tablet\:h-40 {
    height: 10rem;
  }

  .tablet\:h-42 {
    height: 42px;
  }

  .tablet\:h-44 {
    height: 11rem;
  }

  .tablet\:h-48 {
    height: 48px;
  }

  .tablet\:h-52 {
    height: 13rem;
  }

  .tablet\:h-56 {
    height: 14rem;
  }

  .tablet\:h-60 {
    height: 60px;
  }

  .tablet\:h-64 {
    height: 16rem;
  }

  .tablet\:h-70 {
    height: 70px;
  }

  .tablet\:h-72 {
    height: 18rem;
  }

  .tablet\:h-78 {
    height: 78px;
  }

  .tablet\:h-80 {
    height: 20rem;
  }

  .tablet\:h-95 {
    height: 95px;
  }

  .tablet\:h-96 {
    height: 24rem;
  }

  .tablet\:h-120 {
    height: 120px;
  }

  .tablet\:h-190 {
    height: 190px;
  }

  .tablet\:h-auto {
    height: auto;
  }

  .tablet\:h-px {
    height: 1px;
  }

  .tablet\:h-0\.5 {
    height: 0.125rem;
  }

  .tablet\:h-1\.5 {
    height: 0.375rem;
  }

  .tablet\:h-2\.5 {
    height: 0.625rem;
  }

  .tablet\:h-3\.5 {
    height: 0.875rem;
  }

  .tablet\:h-30\% {
    height: 30%;
  }

  .tablet\:h-7\.5r {
    height: 1.875rem;
  }

  .tablet\:h-1\/2 {
    height: 50%;
  }

  .tablet\:h-1\/3 {
    height: 33.333333%;
  }

  .tablet\:h-2\/3 {
    height: 66.667%;
  }

  .tablet\:h-1\/4 {
    height: 25%;
  }

  .tablet\:h-2\/4 {
    height: 50%;
  }

  .tablet\:h-3\/4 {
    height: 75%;
  }

  .tablet\:h-1\/5 {
    height: 20%;
  }

  .tablet\:h-2\/5 {
    height: 40%;
  }

  .tablet\:h-3\/5 {
    height: 60%;
  }

  .tablet\:h-4\/5 {
    height: 80%;
  }

  .tablet\:h-1\/6 {
    height: 16.666667%;
  }

  .tablet\:h-2\/6 {
    height: 33.333333%;
  }

  .tablet\:h-3\/6 {
    height: 50%;
  }

  .tablet\:h-4\/6 {
    height: 66.666667%;
  }

  .tablet\:h-5\/6 {
    height: 83.333333%;
  }

  .tablet\:h-full {
    height: 100%;
  }

  .tablet\:h-screen {
    height: 100vh;
  }

  .tablet\:h-20r {
    height: 5rem;
  }

  .tablet\:h-50vh {
    height: 50vh;
  }

  .tablet\:h-66vh {
    height: 66vh;
  }

  .tablet\:h-75vh {
    height: 75vh;
  }

  .tablet\:h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .tablet\:max-h-0 {
    max-height: 0;
  }

  .tablet\:max-h-1 {
    max-height: 0.25rem;
  }

  .tablet\:max-h-2 {
    max-height: 0.5rem;
  }

  .tablet\:max-h-3 {
    max-height: 0.75rem;
  }

  .tablet\:max-h-4 {
    max-height: 1rem;
  }

  .tablet\:max-h-5 {
    max-height: 5px;
  }

  .tablet\:max-h-6 {
    max-height: 1.5rem;
  }

  .tablet\:max-h-7 {
    max-height: 1.75rem;
  }

  .tablet\:max-h-8 {
    max-height: 2rem;
  }

  .tablet\:max-h-9 {
    max-height: 2.25rem;
  }

  .tablet\:max-h-10 {
    max-height: 10px;
  }

  .tablet\:max-h-11 {
    max-height: 2.75rem;
  }

  .tablet\:max-h-12 {
    max-height: 3rem;
  }

  .tablet\:max-h-14 {
    max-height: 14px;
  }

  .tablet\:max-h-16 {
    max-height: 16px;
  }

  .tablet\:max-h-20 {
    max-height: 20px;
  }

  .tablet\:max-h-24 {
    max-height: 24px;
  }

  .tablet\:max-h-28 {
    max-height: 7rem;
  }

  .tablet\:max-h-30 {
    max-height: 30px;
  }

  .tablet\:max-h-32 {
    max-height: 8rem;
  }

  .tablet\:max-h-36 {
    max-height: 9rem;
  }

  .tablet\:max-h-40 {
    max-height: 10rem;
  }

  .tablet\:max-h-44 {
    max-height: 11rem;
  }

  .tablet\:max-h-48 {
    max-height: 48px;
  }

  .tablet\:max-h-52 {
    max-height: 13rem;
  }

  .tablet\:max-h-56 {
    max-height: 14rem;
  }

  .tablet\:max-h-60 {
    max-height: 60px;
  }

  .tablet\:max-h-64 {
    max-height: 16rem;
  }

  .tablet\:max-h-72 {
    max-height: 18rem;
  }

  .tablet\:max-h-80 {
    max-height: 20rem;
  }

  .tablet\:max-h-95 {
    max-height: 95px;
  }

  .tablet\:max-h-96 {
    max-height: 24rem;
  }

  .tablet\:max-h-120 {
    max-height: 120px;
  }

  .tablet\:max-h-190 {
    max-height: 190px;
  }

  .tablet\:max-h-px {
    max-height: 1px;
  }

  .tablet\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .tablet\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .tablet\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .tablet\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .tablet\:max-h-30\% {
    max-height: 30%;
  }

  .tablet\:max-h-7\.5r {
    max-height: 1.875rem;
  }

  .tablet\:max-h-full {
    max-height: 100%;
  }

  .tablet\:max-h-screen {
    max-height: 100vh;
  }

  .tablet\:min-h-0 {
    min-height: 0px;
  }

  .tablet\:min-h-24 {
    min-height: 6rem;
  }

  .tablet\:min-h-78 {
    min-height: 78px;
  }

  .tablet\:min-h-full {
    min-height: 100%;
  }

  .tablet\:min-h-screen {
    min-height: 100vh;
  }

  .tablet\:min-h-25\.5 {
    min-height: 6.375rem;
  }

  .tablet\:min-h-1\/2 {
    min-height: 50%;
  }

  .tablet\:min-h-2\/3 {
    min-height: 66.667%;
  }

  .tablet\:min-h-3\/4 {
    min-height: 75%;
  }

  .tablet\:min-h-50vh {
    min-height: 50vh;
  }

  .tablet\:min-h-66vh {
    min-height: 66vh;
  }

  .tablet\:min-h-75vh {
    min-height: 75vh;
  }

  .tablet\:w-0 {
    width: 0;
  }

  .tablet\:w-1 {
    width: 0.25rem;
  }

  .tablet\:w-2 {
    width: 0.5rem;
  }

  .tablet\:w-3 {
    width: 0.75rem;
  }

  .tablet\:w-4 {
    width: 1rem;
  }

  .tablet\:w-5 {
    width: 5px;
  }

  .tablet\:w-6 {
    width: 1.5rem;
  }

  .tablet\:w-7 {
    width: 1.75rem;
  }

  .tablet\:w-8 {
    width: 2rem;
  }

  .tablet\:w-9 {
    width: 2.25rem;
  }

  .tablet\:w-10 {
    width: 10px;
  }

  .tablet\:w-11 {
    width: 2.75rem;
  }

  .tablet\:w-12 {
    width: 3rem;
  }

  .tablet\:w-14 {
    width: 14px;
  }

  .tablet\:w-16 {
    width: 16px;
  }

  .tablet\:w-20 {
    width: 20px;
  }

  .tablet\:w-24 {
    width: 24px;
  }

  .tablet\:w-28 {
    width: 7rem;
  }

  .tablet\:w-30 {
    width: 30px;
  }

  .tablet\:w-32 {
    width: 8rem;
  }

  .tablet\:w-36 {
    width: 9rem;
  }

  .tablet\:w-40 {
    width: 10rem;
  }

  .tablet\:w-44 {
    width: 11rem;
  }

  .tablet\:w-48 {
    width: 48px;
  }

  .tablet\:w-52 {
    width: 13rem;
  }

  .tablet\:w-56 {
    width: 14rem;
  }

  .tablet\:w-60 {
    width: 60px;
  }

  .tablet\:w-64 {
    width: 16rem;
  }

  .tablet\:w-72 {
    width: 18rem;
  }

  .tablet\:w-80 {
    width: 20rem;
  }

  .tablet\:w-95 {
    width: 95px;
  }

  .tablet\:w-96 {
    width: 24rem;
  }

  .tablet\:w-120 {
    width: 120px;
  }

  .tablet\:w-150 {
    width: 150px;
  }

  .tablet\:w-190 {
    width: 190px;
  }

  .tablet\:w-auto {
    width: auto;
  }

  .tablet\:w-px {
    width: 1px;
  }

  .tablet\:w-0\.5 {
    width: 0.125rem;
  }

  .tablet\:w-1\.5 {
    width: 0.375rem;
  }

  .tablet\:w-2\.5 {
    width: 0.625rem;
  }

  .tablet\:w-3\.5 {
    width: 0.875rem;
  }

  .tablet\:w-30\% {
    width: 30%;
  }

  .tablet\:w-7\.5r {
    width: 1.875rem;
  }

  .tablet\:w-1\/2 {
    width: 50%;
  }

  .tablet\:w-1\/3 {
    width: 33.333333%;
  }

  .tablet\:w-2\/3 {
    width: 66.666667%;
  }

  .tablet\:w-1\/4 {
    width: 25%;
  }

  .tablet\:w-2\/4 {
    width: 50%;
  }

  .tablet\:w-3\/4 {
    width: 75%;
  }

  .tablet\:w-1\/5 {
    width: 20%;
  }

  .tablet\:w-2\/5 {
    width: 40%;
  }

  .tablet\:w-3\/5 {
    width: 60%;
  }

  .tablet\:w-4\/5 {
    width: 80%;
  }

  .tablet\:w-1\/6 {
    width: 16.666667%;
  }

  .tablet\:w-2\/6 {
    width: 33.333333%;
  }

  .tablet\:w-3\/6 {
    width: 50%;
  }

  .tablet\:w-4\/6 {
    width: 66.666667%;
  }

  .tablet\:w-5\/6 {
    width: 83.333333%;
  }

  .tablet\:w-1\/12 {
    width: 8.333333%;
  }

  .tablet\:w-2\/12 {
    width: 16.666667%;
  }

  .tablet\:w-3\/12 {
    width: 25%;
  }

  .tablet\:w-4\/12 {
    width: 33.333333%;
  }

  .tablet\:w-5\/12 {
    width: 41.666667%;
  }

  .tablet\:w-6\/12 {
    width: 50%;
  }

  .tablet\:w-7\/12 {
    width: 58.333333%;
  }

  .tablet\:w-8\/12 {
    width: 66.666667%;
  }

  .tablet\:w-9\/12 {
    width: 75%;
  }

  .tablet\:w-10\/12 {
    width: 83.333333%;
  }

  .tablet\:w-11\/12 {
    width: 91.666667%;
  }

  .tablet\:w-full {
    width: 100%;
  }

  .tablet\:w-screen {
    width: 100vw;
  }

  .tablet\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .tablet\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .tablet\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .tablet\:w-20r {
    width: 5rem;
  }

  .tablet\:min-w-0 {
    min-width: 0px;
  }

  .tablet\:min-w-1280 {
    min-width: 1280px;
  }

  .tablet\:min-w-full {
    min-width: 100%;
  }

  .tablet\:min-w-min {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .tablet\:min-w-max {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .tablet\:min-w-7\.5r {
    min-width: 1.875rem;
  }

  .tablet\:min-w-10r {
    min-width: 2.5rem;
  }

  .tablet\:min-w-12\.5r {
    min-width: 3.125rem;
  }

  .tablet\:min-w-17\.5r {
    min-width: 4.375rem;
  }

  .tablet\:min-w-20r {
    min-width: 5rem;
  }

  .tablet\:min-w-25r {
    min-width: 6.25rem;
  }

  .tablet\:min-w-37\.5r {
    min-width: 9.375rem;
  }

  .tablet\:min-w-45r {
    min-width: 11.25rem;
  }

  .tablet\:min-w-367\.5r {
    min-width: 91.875rem;
  }

  .tablet\:max-w-0 {
    max-width: 0rem;
  }

  .tablet\:max-w-none {
    max-width: none;
  }

  .tablet\:max-w-xs {
    max-width: 20rem;
  }

  .tablet\:max-w-sm {
    max-width: 24rem;
  }

  .tablet\:max-w-md {
    max-width: 28rem;
  }

  .tablet\:max-w-lg {
    max-width: 32rem;
  }

  .tablet\:max-w-xl {
    max-width: 36rem;
  }

  .tablet\:max-w-2xl {
    max-width: 42rem;
  }

  .tablet\:max-w-3xl {
    max-width: 48rem;
  }

  .tablet\:max-w-4xl {
    max-width: 56rem;
  }

  .tablet\:max-w-5xl {
    max-width: 64rem;
  }

  .tablet\:max-w-6xl {
    max-width: 72rem;
  }

  .tablet\:max-w-7xl {
    max-width: 80rem;
  }

  .tablet\:max-w-full {
    max-width: 100%;
  }

  .tablet\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .tablet\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .tablet\:max-w-prose {
    max-width: 65ch;
  }

  .tablet\:max-w-screen-sm {
    max-width: 640px;
  }

  .tablet\:max-w-screen-md {
    max-width: 768px;
  }

  .tablet\:max-w-screen-lg {
    max-width: 1280px;
  }

  .tablet\:max-w-screen-xl {
    max-width: 1440px;
  }

  .tablet\:max-w-screen-2xl {
    max-width: 1600px;
  }

  .tablet\:max-w-screen-desktop {
    max-width: 1280px;
  }

  .tablet\:max-w-screen-xxs {
    max-width: 320px;
  }

  .tablet\:max-w-screen-xs {
    max-width: 4820px;
  }

  .tablet\:flex-1 {
    flex: 1 1 0%;
  }

  .tablet\:flex-auto {
    flex: 1 1 auto;
  }

  .tablet\:flex-initial {
    flex: 0 1 auto;
  }

  .tablet\:flex-none {
    flex: none;
  }

  .tablet\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .tablet\:flex-shrink {
    flex-shrink: 1;
  }

  .tablet\:flex-grow-0 {
    flex-grow: 0;
  }

  .tablet\:flex-grow {
    flex-grow: 1;
  }

  .tablet\:table-auto {
    table-layout: auto;
  }

  .tablet\:table-fixed {
    table-layout: fixed;
  }

  .tablet\:border-collapse {
    border-collapse: collapse;
  }

  .tablet\:border-separate {
    border-collapse: separate;
  }

  .tablet\:origin-center {
    transform-origin: center;
  }

  .tablet\:origin-top {
    transform-origin: top;
  }

  .tablet\:origin-top-right {
    transform-origin: top right;
  }

  .tablet\:origin-right {
    transform-origin: right;
  }

  .tablet\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .tablet\:origin-bottom {
    transform-origin: bottom;
  }

  .tablet\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .tablet\:origin-left {
    transform-origin: left;
  }

  .tablet\:origin-top-left {
    transform-origin: top left;
  }

  .tablet\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .tablet\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .tablet\:transform-none {
    transform: none;
  }

  .tablet\:translate-x-0 {
    --tw-translate-x: 0;
  }

  .tablet\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .tablet\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .tablet\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .tablet\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .tablet\:translate-x-5 {
    --tw-translate-x: 5px;
  }

  .tablet\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .tablet\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .tablet\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .tablet\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .tablet\:translate-x-10 {
    --tw-translate-x: 10px;
  }

  .tablet\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .tablet\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .tablet\:translate-x-14 {
    --tw-translate-x: 14px;
  }

  .tablet\:translate-x-16 {
    --tw-translate-x: 16px;
  }

  .tablet\:translate-x-20 {
    --tw-translate-x: 20px;
  }

  .tablet\:translate-x-24 {
    --tw-translate-x: 24px;
  }

  .tablet\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .tablet\:translate-x-30 {
    --tw-translate-x: 30px;
  }

  .tablet\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .tablet\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .tablet\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .tablet\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .tablet\:translate-x-48 {
    --tw-translate-x: 48px;
  }

  .tablet\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .tablet\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .tablet\:translate-x-60 {
    --tw-translate-x: 60px;
  }

  .tablet\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .tablet\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .tablet\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .tablet\:translate-x-95 {
    --tw-translate-x: 95px;
  }

  .tablet\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .tablet\:translate-x-120 {
    --tw-translate-x: 120px;
  }

  .tablet\:translate-x-190 {
    --tw-translate-x: 190px;
  }

  .tablet\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .tablet\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .tablet\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .tablet\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .tablet\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .tablet\:translate-x-30\% {
    --tw-translate-x: 30%;
  }

  .tablet\:translate-x-7\.5r {
    --tw-translate-x: 1.875rem;
  }

  .tablet\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .tablet\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .tablet\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .tablet\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .tablet\:-translate-x-5 {
    --tw-translate-x: -5px;
  }

  .tablet\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .tablet\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .tablet\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .tablet\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .tablet\:-translate-x-10 {
    --tw-translate-x: -10px;
  }

  .tablet\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .tablet\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .tablet\:-translate-x-14 {
    --tw-translate-x: -14px;
  }

  .tablet\:-translate-x-16 {
    --tw-translate-x: -16px;
  }

  .tablet\:-translate-x-20 {
    --tw-translate-x: -20px;
  }

  .tablet\:-translate-x-24 {
    --tw-translate-x: -24px;
  }

  .tablet\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .tablet\:-translate-x-30 {
    --tw-translate-x: -30px;
  }

  .tablet\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .tablet\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .tablet\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .tablet\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .tablet\:-translate-x-48 {
    --tw-translate-x: -48px;
  }

  .tablet\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .tablet\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .tablet\:-translate-x-60 {
    --tw-translate-x: -60px;
  }

  .tablet\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .tablet\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .tablet\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .tablet\:-translate-x-95 {
    --tw-translate-x: -95px;
  }

  .tablet\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .tablet\:-translate-x-120 {
    --tw-translate-x: -120px;
  }

  .tablet\:-translate-x-190 {
    --tw-translate-x: -190px;
  }

  .tablet\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .tablet\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .tablet\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .tablet\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .tablet\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .tablet\:-translate-x-30\% {
    --tw-translate-x: -30%;
  }

  .tablet\:-translate-x-7\.5r {
    --tw-translate-x: -1.875rem;
  }

  .tablet\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .tablet\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .tablet\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .tablet\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .tablet\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .tablet\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .tablet\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .tablet\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .tablet\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .tablet\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .tablet\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .tablet\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .tablet\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .tablet\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .tablet\:translate-y-0 {
    --tw-translate-y: 0;
  }

  .tablet\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .tablet\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .tablet\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .tablet\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .tablet\:translate-y-5 {
    --tw-translate-y: 5px;
  }

  .tablet\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .tablet\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .tablet\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .tablet\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .tablet\:translate-y-10 {
    --tw-translate-y: 10px;
  }

  .tablet\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .tablet\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .tablet\:translate-y-14 {
    --tw-translate-y: 14px;
  }

  .tablet\:translate-y-16 {
    --tw-translate-y: 16px;
  }

  .tablet\:translate-y-20 {
    --tw-translate-y: 20px;
  }

  .tablet\:translate-y-24 {
    --tw-translate-y: 24px;
  }

  .tablet\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .tablet\:translate-y-30 {
    --tw-translate-y: 30px;
  }

  .tablet\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .tablet\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .tablet\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .tablet\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .tablet\:translate-y-48 {
    --tw-translate-y: 48px;
  }

  .tablet\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .tablet\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .tablet\:translate-y-60 {
    --tw-translate-y: 60px;
  }

  .tablet\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .tablet\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .tablet\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .tablet\:translate-y-95 {
    --tw-translate-y: 95px;
  }

  .tablet\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .tablet\:translate-y-120 {
    --tw-translate-y: 120px;
  }

  .tablet\:translate-y-190 {
    --tw-translate-y: 190px;
  }

  .tablet\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .tablet\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .tablet\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .tablet\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .tablet\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .tablet\:translate-y-30\% {
    --tw-translate-y: 30%;
  }

  .tablet\:translate-y-7\.5r {
    --tw-translate-y: 1.875rem;
  }

  .tablet\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .tablet\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .tablet\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .tablet\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .tablet\:-translate-y-5 {
    --tw-translate-y: -5px;
  }

  .tablet\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .tablet\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .tablet\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .tablet\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .tablet\:-translate-y-10 {
    --tw-translate-y: -10px;
  }

  .tablet\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .tablet\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .tablet\:-translate-y-14 {
    --tw-translate-y: -14px;
  }

  .tablet\:-translate-y-16 {
    --tw-translate-y: -16px;
  }

  .tablet\:-translate-y-20 {
    --tw-translate-y: -20px;
  }

  .tablet\:-translate-y-24 {
    --tw-translate-y: -24px;
  }

  .tablet\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .tablet\:-translate-y-30 {
    --tw-translate-y: -30px;
  }

  .tablet\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .tablet\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .tablet\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .tablet\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .tablet\:-translate-y-48 {
    --tw-translate-y: -48px;
  }

  .tablet\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .tablet\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .tablet\:-translate-y-60 {
    --tw-translate-y: -60px;
  }

  .tablet\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .tablet\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .tablet\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .tablet\:-translate-y-95 {
    --tw-translate-y: -95px;
  }

  .tablet\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .tablet\:-translate-y-120 {
    --tw-translate-y: -120px;
  }

  .tablet\:-translate-y-190 {
    --tw-translate-y: -190px;
  }

  .tablet\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .tablet\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .tablet\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .tablet\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .tablet\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .tablet\:-translate-y-30\% {
    --tw-translate-y: -30%;
  }

  .tablet\:-translate-y-7\.5r {
    --tw-translate-y: -1.875rem;
  }

  .tablet\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .tablet\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .tablet\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .tablet\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .tablet\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .tablet\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .tablet\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .tablet\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .tablet\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .tablet\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .tablet\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .tablet\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .tablet\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .tablet\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .tablet\:hover\:translate-x-0:hover {
    --tw-translate-x: 0;
  }

  .tablet\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .tablet\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .tablet\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .tablet\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .tablet\:hover\:translate-x-5:hover {
    --tw-translate-x: 5px;
  }

  .tablet\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .tablet\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .tablet\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .tablet\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .tablet\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px;
  }

  .tablet\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .tablet\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .tablet\:hover\:translate-x-14:hover {
    --tw-translate-x: 14px;
  }

  .tablet\:hover\:translate-x-16:hover {
    --tw-translate-x: 16px;
  }

  .tablet\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px;
  }

  .tablet\:hover\:translate-x-24:hover {
    --tw-translate-x: 24px;
  }

  .tablet\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .tablet\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px;
  }

  .tablet\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .tablet\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .tablet\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .tablet\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .tablet\:hover\:translate-x-48:hover {
    --tw-translate-x: 48px;
  }

  .tablet\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .tablet\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .tablet\:hover\:translate-x-60:hover {
    --tw-translate-x: 60px;
  }

  .tablet\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .tablet\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .tablet\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .tablet\:hover\:translate-x-95:hover {
    --tw-translate-x: 95px;
  }

  .tablet\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .tablet\:hover\:translate-x-120:hover {
    --tw-translate-x: 120px;
  }

  .tablet\:hover\:translate-x-190:hover {
    --tw-translate-x: 190px;
  }

  .tablet\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .tablet\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .tablet\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .tablet\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .tablet\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .tablet\:hover\:translate-x-30\%:hover {
    --tw-translate-x: 30%;
  }

  .tablet\:hover\:translate-x-7\.5r:hover {
    --tw-translate-x: 1.875rem;
  }

  .tablet\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .tablet\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .tablet\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .tablet\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .tablet\:hover\:-translate-x-5:hover {
    --tw-translate-x: -5px;
  }

  .tablet\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .tablet\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .tablet\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .tablet\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .tablet\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px;
  }

  .tablet\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .tablet\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .tablet\:hover\:-translate-x-14:hover {
    --tw-translate-x: -14px;
  }

  .tablet\:hover\:-translate-x-16:hover {
    --tw-translate-x: -16px;
  }

  .tablet\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px;
  }

  .tablet\:hover\:-translate-x-24:hover {
    --tw-translate-x: -24px;
  }

  .tablet\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .tablet\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px;
  }

  .tablet\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .tablet\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .tablet\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .tablet\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .tablet\:hover\:-translate-x-48:hover {
    --tw-translate-x: -48px;
  }

  .tablet\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .tablet\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .tablet\:hover\:-translate-x-60:hover {
    --tw-translate-x: -60px;
  }

  .tablet\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .tablet\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .tablet\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .tablet\:hover\:-translate-x-95:hover {
    --tw-translate-x: -95px;
  }

  .tablet\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .tablet\:hover\:-translate-x-120:hover {
    --tw-translate-x: -120px;
  }

  .tablet\:hover\:-translate-x-190:hover {
    --tw-translate-x: -190px;
  }

  .tablet\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .tablet\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .tablet\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .tablet\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .tablet\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .tablet\:hover\:-translate-x-30\%:hover {
    --tw-translate-x: -30%;
  }

  .tablet\:hover\:-translate-x-7\.5r:hover {
    --tw-translate-x: -1.875rem;
  }

  .tablet\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .tablet\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .tablet\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .tablet\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .tablet\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .tablet\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .tablet\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .tablet\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .tablet\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .tablet\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .tablet\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .tablet\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .tablet\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .tablet\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .tablet\:hover\:translate-y-0:hover {
    --tw-translate-y: 0;
  }

  .tablet\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .tablet\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .tablet\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .tablet\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .tablet\:hover\:translate-y-5:hover {
    --tw-translate-y: 5px;
  }

  .tablet\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .tablet\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .tablet\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .tablet\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .tablet\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px;
  }

  .tablet\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .tablet\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .tablet\:hover\:translate-y-14:hover {
    --tw-translate-y: 14px;
  }

  .tablet\:hover\:translate-y-16:hover {
    --tw-translate-y: 16px;
  }

  .tablet\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px;
  }

  .tablet\:hover\:translate-y-24:hover {
    --tw-translate-y: 24px;
  }

  .tablet\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .tablet\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px;
  }

  .tablet\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .tablet\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .tablet\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .tablet\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .tablet\:hover\:translate-y-48:hover {
    --tw-translate-y: 48px;
  }

  .tablet\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .tablet\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .tablet\:hover\:translate-y-60:hover {
    --tw-translate-y: 60px;
  }

  .tablet\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .tablet\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .tablet\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .tablet\:hover\:translate-y-95:hover {
    --tw-translate-y: 95px;
  }

  .tablet\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .tablet\:hover\:translate-y-120:hover {
    --tw-translate-y: 120px;
  }

  .tablet\:hover\:translate-y-190:hover {
    --tw-translate-y: 190px;
  }

  .tablet\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .tablet\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .tablet\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .tablet\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .tablet\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .tablet\:hover\:translate-y-30\%:hover {
    --tw-translate-y: 30%;
  }

  .tablet\:hover\:translate-y-7\.5r:hover {
    --tw-translate-y: 1.875rem;
  }

  .tablet\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .tablet\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .tablet\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .tablet\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .tablet\:hover\:-translate-y-5:hover {
    --tw-translate-y: -5px;
  }

  .tablet\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .tablet\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .tablet\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .tablet\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .tablet\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px;
  }

  .tablet\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .tablet\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .tablet\:hover\:-translate-y-14:hover {
    --tw-translate-y: -14px;
  }

  .tablet\:hover\:-translate-y-16:hover {
    --tw-translate-y: -16px;
  }

  .tablet\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px;
  }

  .tablet\:hover\:-translate-y-24:hover {
    --tw-translate-y: -24px;
  }

  .tablet\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .tablet\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px;
  }

  .tablet\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .tablet\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .tablet\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .tablet\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .tablet\:hover\:-translate-y-48:hover {
    --tw-translate-y: -48px;
  }

  .tablet\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .tablet\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .tablet\:hover\:-translate-y-60:hover {
    --tw-translate-y: -60px;
  }

  .tablet\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .tablet\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .tablet\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .tablet\:hover\:-translate-y-95:hover {
    --tw-translate-y: -95px;
  }

  .tablet\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .tablet\:hover\:-translate-y-120:hover {
    --tw-translate-y: -120px;
  }

  .tablet\:hover\:-translate-y-190:hover {
    --tw-translate-y: -190px;
  }

  .tablet\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .tablet\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .tablet\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .tablet\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .tablet\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .tablet\:hover\:-translate-y-30\%:hover {
    --tw-translate-y: -30%;
  }

  .tablet\:hover\:-translate-y-7\.5r:hover {
    --tw-translate-y: -1.875rem;
  }

  .tablet\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .tablet\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .tablet\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .tablet\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .tablet\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .tablet\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .tablet\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .tablet\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .tablet\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .tablet\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .tablet\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .tablet\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .tablet\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .tablet\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .tablet\:focus\:translate-x-0:focus {
    --tw-translate-x: 0;
  }

  .tablet\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .tablet\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .tablet\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .tablet\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .tablet\:focus\:translate-x-5:focus {
    --tw-translate-x: 5px;
  }

  .tablet\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .tablet\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .tablet\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .tablet\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .tablet\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px;
  }

  .tablet\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .tablet\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .tablet\:focus\:translate-x-14:focus {
    --tw-translate-x: 14px;
  }

  .tablet\:focus\:translate-x-16:focus {
    --tw-translate-x: 16px;
  }

  .tablet\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px;
  }

  .tablet\:focus\:translate-x-24:focus {
    --tw-translate-x: 24px;
  }

  .tablet\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .tablet\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px;
  }

  .tablet\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .tablet\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .tablet\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .tablet\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .tablet\:focus\:translate-x-48:focus {
    --tw-translate-x: 48px;
  }

  .tablet\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .tablet\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .tablet\:focus\:translate-x-60:focus {
    --tw-translate-x: 60px;
  }

  .tablet\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .tablet\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .tablet\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .tablet\:focus\:translate-x-95:focus {
    --tw-translate-x: 95px;
  }

  .tablet\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .tablet\:focus\:translate-x-120:focus {
    --tw-translate-x: 120px;
  }

  .tablet\:focus\:translate-x-190:focus {
    --tw-translate-x: 190px;
  }

  .tablet\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .tablet\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .tablet\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .tablet\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .tablet\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .tablet\:focus\:translate-x-30\%:focus {
    --tw-translate-x: 30%;
  }

  .tablet\:focus\:translate-x-7\.5r:focus {
    --tw-translate-x: 1.875rem;
  }

  .tablet\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .tablet\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .tablet\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .tablet\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .tablet\:focus\:-translate-x-5:focus {
    --tw-translate-x: -5px;
  }

  .tablet\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .tablet\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .tablet\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .tablet\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .tablet\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px;
  }

  .tablet\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .tablet\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .tablet\:focus\:-translate-x-14:focus {
    --tw-translate-x: -14px;
  }

  .tablet\:focus\:-translate-x-16:focus {
    --tw-translate-x: -16px;
  }

  .tablet\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px;
  }

  .tablet\:focus\:-translate-x-24:focus {
    --tw-translate-x: -24px;
  }

  .tablet\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .tablet\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px;
  }

  .tablet\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .tablet\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .tablet\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .tablet\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .tablet\:focus\:-translate-x-48:focus {
    --tw-translate-x: -48px;
  }

  .tablet\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .tablet\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .tablet\:focus\:-translate-x-60:focus {
    --tw-translate-x: -60px;
  }

  .tablet\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .tablet\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .tablet\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .tablet\:focus\:-translate-x-95:focus {
    --tw-translate-x: -95px;
  }

  .tablet\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .tablet\:focus\:-translate-x-120:focus {
    --tw-translate-x: -120px;
  }

  .tablet\:focus\:-translate-x-190:focus {
    --tw-translate-x: -190px;
  }

  .tablet\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .tablet\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .tablet\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .tablet\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .tablet\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .tablet\:focus\:-translate-x-30\%:focus {
    --tw-translate-x: -30%;
  }

  .tablet\:focus\:-translate-x-7\.5r:focus {
    --tw-translate-x: -1.875rem;
  }

  .tablet\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .tablet\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .tablet\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .tablet\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .tablet\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .tablet\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .tablet\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .tablet\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .tablet\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .tablet\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .tablet\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .tablet\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .tablet\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .tablet\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .tablet\:focus\:translate-y-0:focus {
    --tw-translate-y: 0;
  }

  .tablet\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .tablet\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .tablet\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .tablet\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .tablet\:focus\:translate-y-5:focus {
    --tw-translate-y: 5px;
  }

  .tablet\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .tablet\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .tablet\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .tablet\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .tablet\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px;
  }

  .tablet\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .tablet\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .tablet\:focus\:translate-y-14:focus {
    --tw-translate-y: 14px;
  }

  .tablet\:focus\:translate-y-16:focus {
    --tw-translate-y: 16px;
  }

  .tablet\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px;
  }

  .tablet\:focus\:translate-y-24:focus {
    --tw-translate-y: 24px;
  }

  .tablet\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .tablet\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px;
  }

  .tablet\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .tablet\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .tablet\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .tablet\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .tablet\:focus\:translate-y-48:focus {
    --tw-translate-y: 48px;
  }

  .tablet\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .tablet\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .tablet\:focus\:translate-y-60:focus {
    --tw-translate-y: 60px;
  }

  .tablet\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .tablet\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .tablet\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .tablet\:focus\:translate-y-95:focus {
    --tw-translate-y: 95px;
  }

  .tablet\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .tablet\:focus\:translate-y-120:focus {
    --tw-translate-y: 120px;
  }

  .tablet\:focus\:translate-y-190:focus {
    --tw-translate-y: 190px;
  }

  .tablet\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .tablet\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .tablet\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .tablet\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .tablet\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .tablet\:focus\:translate-y-30\%:focus {
    --tw-translate-y: 30%;
  }

  .tablet\:focus\:translate-y-7\.5r:focus {
    --tw-translate-y: 1.875rem;
  }

  .tablet\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .tablet\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .tablet\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .tablet\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .tablet\:focus\:-translate-y-5:focus {
    --tw-translate-y: -5px;
  }

  .tablet\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .tablet\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .tablet\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .tablet\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .tablet\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px;
  }

  .tablet\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .tablet\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .tablet\:focus\:-translate-y-14:focus {
    --tw-translate-y: -14px;
  }

  .tablet\:focus\:-translate-y-16:focus {
    --tw-translate-y: -16px;
  }

  .tablet\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px;
  }

  .tablet\:focus\:-translate-y-24:focus {
    --tw-translate-y: -24px;
  }

  .tablet\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .tablet\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px;
  }

  .tablet\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .tablet\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .tablet\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .tablet\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .tablet\:focus\:-translate-y-48:focus {
    --tw-translate-y: -48px;
  }

  .tablet\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .tablet\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .tablet\:focus\:-translate-y-60:focus {
    --tw-translate-y: -60px;
  }

  .tablet\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .tablet\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .tablet\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .tablet\:focus\:-translate-y-95:focus {
    --tw-translate-y: -95px;
  }

  .tablet\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .tablet\:focus\:-translate-y-120:focus {
    --tw-translate-y: -120px;
  }

  .tablet\:focus\:-translate-y-190:focus {
    --tw-translate-y: -190px;
  }

  .tablet\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .tablet\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .tablet\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .tablet\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .tablet\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .tablet\:focus\:-translate-y-30\%:focus {
    --tw-translate-y: -30%;
  }

  .tablet\:focus\:-translate-y-7\.5r:focus {
    --tw-translate-y: -1.875rem;
  }

  .tablet\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .tablet\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .tablet\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .tablet\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .tablet\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .tablet\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .tablet\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .tablet\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .tablet\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .tablet\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .tablet\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .tablet\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .tablet\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .tablet\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .tablet\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .tablet\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .tablet\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .tablet\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .tablet\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .tablet\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .tablet\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .tablet\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .tablet\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .tablet\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .tablet\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .tablet\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .tablet\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .tablet\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .tablet\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .tablet\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .tablet\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .tablet\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .tablet\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .tablet\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .tablet\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .tablet\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .tablet\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .tablet\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .tablet\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .tablet\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .tablet\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .tablet\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .tablet\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .tablet\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .tablet\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .tablet\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .tablet\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .tablet\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .tablet\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .tablet\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .tablet\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .tablet\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .tablet\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .tablet\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .tablet\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .tablet\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .tablet\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .tablet\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .tablet\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .tablet\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .tablet\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .tablet\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .tablet\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .tablet\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .tablet\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .tablet\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .tablet\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .tablet\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .tablet\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .tablet\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .tablet\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .tablet\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .tablet\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .tablet\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .tablet\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .tablet\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .tablet\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .tablet\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .tablet\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .tablet\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .tablet\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .tablet\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .tablet\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .tablet\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .tablet\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .tablet\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .tablet\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .tablet\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .tablet\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .tablet\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .tablet\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .tablet\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .tablet\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .tablet\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .tablet\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .tablet\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .tablet\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .tablet\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .tablet\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .tablet\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .tablet\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .tablet\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .tablet\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .tablet\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .tablet\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .tablet\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .tablet\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .tablet\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .tablet\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .tablet\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .tablet\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .tablet\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .tablet\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .tablet\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .tablet\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .tablet\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .tablet\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .tablet\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .tablet\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .tablet\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .tablet\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .tablet\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .tablet\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .tablet\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .tablet\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .tablet\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .tablet\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .tablet\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .tablet\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .tablet\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .tablet\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .tablet\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .tablet\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .tablet\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .tablet\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .tablet\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .tablet\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .tablet\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .tablet\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .tablet\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .tablet\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .tablet\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .tablet\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .tablet\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .tablet\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .tablet\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .tablet\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .tablet\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .tablet\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .tablet\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .tablet\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .tablet\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .tablet\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .tablet\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .tablet\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .tablet\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .tablet\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .tablet\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .tablet\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .tablet\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .tablet\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .tablet\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .tablet\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .tablet\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .tablet\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .tablet\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .tablet\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .tablet\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .tablet\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .tablet\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .tablet\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .tablet\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .tablet\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .tablet\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .tablet\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .tablet\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .tablet\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .tablet\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .tablet\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .tablet\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .tablet\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .tablet\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .tablet\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .tablet\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .tablet\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .tablet\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .tablet\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .tablet\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .tablet\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .tablet\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .tablet\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .tablet\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .tablet\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .tablet\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .tablet\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .tablet\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .tablet\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .tablet\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .tablet\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .tablet\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .tablet\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .tablet\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .tablet\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .tablet\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .tablet\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .tablet\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .tablet\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .tablet\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .tablet\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .tablet\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .tablet\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .tablet\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .tablet\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .tablet\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .tablet\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .tablet\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .tablet\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .tablet\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .tablet\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .tablet\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .tablet\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .tablet\:animate-fade-in {
    -webkit-animation: fade-in 0.5s ease-out;
            animation: fade-in 0.5s ease-out;
  }

  .tablet\:cursor-auto {
    cursor: auto;
  }

  .tablet\:cursor-default {
    cursor: default;
  }

  .tablet\:cursor-pointer {
    cursor: pointer;
  }

  .tablet\:cursor-wait {
    cursor: wait;
  }

  .tablet\:cursor-text {
    cursor: text;
  }

  .tablet\:cursor-move {
    cursor: move;
  }

  .tablet\:cursor-help {
    cursor: help;
  }

  .tablet\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .tablet\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .tablet\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .tablet\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .tablet\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .tablet\:resize-none {
    resize: none;
  }

  .tablet\:resize-y {
    resize: vertical;
  }

  .tablet\:resize-x {
    resize: horizontal;
  }

  .tablet\:resize {
    resize: both;
  }

  .tablet\:list-inside {
    list-style-position: inside;
  }

  .tablet\:list-outside {
    list-style-position: outside;
  }

  .tablet\:list-none {
    list-style-type: none;
  }

  .tablet\:list-disc {
    list-style-type: disc;
  }

  .tablet\:list-decimal {
    list-style-type: decimal;
  }

  .tablet\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .tablet\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .tablet\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .tablet\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .tablet\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .tablet\:grid-flow-row {
    grid-auto-flow: row;
  }

  .tablet\:grid-flow-col {
    grid-auto-flow: column;
  }

  .tablet\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .tablet\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .tablet\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .tablet\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .tablet\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .tablet\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .tablet\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .tablet\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tablet\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tablet\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tablet\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .tablet\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .tablet\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .tablet\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .tablet\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .tablet\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .tablet\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .tablet\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .tablet\:grid-cols-none {
    grid-template-columns: none;
  }

  .tablet\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .tablet\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .tablet\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .tablet\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .tablet\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .tablet\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .tablet\:grid-rows-none {
    grid-template-rows: none;
  }

  .tablet\:flex-row {
    flex-direction: row;
  }

  .tablet\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .tablet\:flex-col {
    flex-direction: column;
  }

  .tablet\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .tablet\:flex-wrap {
    flex-wrap: wrap;
  }

  .tablet\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .tablet\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .tablet\:place-content-center {
    align-content: center;
    justify-content: center;
    place-content: center;
  }

  .tablet\:place-content-start {
    align-content: start;
    justify-content: start;
    place-content: start;
  }

  .tablet\:place-content-end {
    align-content: end;
    justify-content: end;
    place-content: end;
  }

  .tablet\:place-content-between {
    align-content: space-between;
    justify-content: space-between;
    place-content: space-between;
  }

  .tablet\:place-content-around {
    align-content: space-around;
    justify-content: space-around;
    place-content: space-around;
  }

  .tablet\:place-content-evenly {
    align-content: space-evenly;
    justify-content: space-evenly;
    place-content: space-evenly;
  }

  .tablet\:place-content-stretch {
    align-content: stretch;
    justify-content: stretch;
    place-content: stretch;
  }

  .tablet\:place-items-start {
    align-items: start;
    justify-items: start;
    place-items: start;
  }

  .tablet\:place-items-end {
    align-items: end;
    justify-items: end;
    place-items: end;
  }

  .tablet\:place-items-center {
    align-items: center;
    justify-items: center;
    place-items: center;
  }

  .tablet\:place-items-stretch {
    align-items: stretch;
    justify-items: stretch;
    place-items: stretch;
  }

  .tablet\:content-center {
    align-content: center;
  }

  .tablet\:content-start {
    align-content: flex-start;
  }

  .tablet\:content-end {
    align-content: flex-end;
  }

  .tablet\:content-between {
    align-content: space-between;
  }

  .tablet\:content-around {
    align-content: space-around;
  }

  .tablet\:content-evenly {
    align-content: space-evenly;
  }

  .tablet\:items-start {
    align-items: flex-start;
  }

  .tablet\:items-end {
    align-items: flex-end;
  }

  .tablet\:items-center {
    align-items: center;
  }

  .tablet\:items-baseline {
    align-items: baseline;
  }

  .tablet\:items-stretch {
    align-items: stretch;
  }

  .tablet\:justify-start {
    justify-content: flex-start;
  }

  .tablet\:justify-end {
    justify-content: flex-end;
  }

  .tablet\:justify-center {
    justify-content: center;
  }

  .tablet\:justify-between {
    justify-content: space-between;
  }

  .tablet\:justify-around {
    justify-content: space-around;
  }

  .tablet\:justify-evenly {
    justify-content: space-evenly;
  }

  .tablet\:justify-items-start {
    justify-items: start;
  }

  .tablet\:justify-items-end {
    justify-items: end;
  }

  .tablet\:justify-items-center {
    justify-items: center;
  }

  .tablet\:justify-items-stretch {
    justify-items: stretch;
  }

  .tablet\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .tablet\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .tablet\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .tablet\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .tablet\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .tablet\:gap-5 {
    grid-gap: 5px;
    gap: 5px;
  }

  .tablet\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .tablet\:gap-7 {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .tablet\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .tablet\:gap-9 {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .tablet\:gap-10 {
    grid-gap: 10px;
    gap: 10px;
  }

  .tablet\:gap-11 {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .tablet\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .tablet\:gap-14 {
    grid-gap: 14px;
    gap: 14px;
  }

  .tablet\:gap-16 {
    grid-gap: 16px;
    gap: 16px;
  }

  .tablet\:gap-20 {
    grid-gap: 20px;
    gap: 20px;
  }

  .tablet\:gap-24 {
    grid-gap: 24px;
    gap: 24px;
  }

  .tablet\:gap-28 {
    grid-gap: 7rem;
    gap: 7rem;
  }

  .tablet\:gap-30 {
    grid-gap: 30px;
    gap: 30px;
  }

  .tablet\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .tablet\:gap-36 {
    grid-gap: 9rem;
    gap: 9rem;
  }

  .tablet\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .tablet\:gap-44 {
    grid-gap: 11rem;
    gap: 11rem;
  }

  .tablet\:gap-48 {
    grid-gap: 48px;
    gap: 48px;
  }

  .tablet\:gap-52 {
    grid-gap: 13rem;
    gap: 13rem;
  }

  .tablet\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .tablet\:gap-60 {
    grid-gap: 60px;
    gap: 60px;
  }

  .tablet\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .tablet\:gap-72 {
    grid-gap: 18rem;
    gap: 18rem;
  }

  .tablet\:gap-80 {
    grid-gap: 20rem;
    gap: 20rem;
  }

  .tablet\:gap-95 {
    grid-gap: 95px;
    gap: 95px;
  }

  .tablet\:gap-96 {
    grid-gap: 24rem;
    gap: 24rem;
  }

  .tablet\:gap-120 {
    grid-gap: 120px;
    gap: 120px;
  }

  .tablet\:gap-190 {
    grid-gap: 190px;
    gap: 190px;
  }

  .tablet\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .tablet\:gap-0\.5 {
    grid-gap: 0.125rem;
    gap: 0.125rem;
  }

  .tablet\:gap-1\.5 {
    grid-gap: 0.375rem;
    gap: 0.375rem;
  }

  .tablet\:gap-2\.5 {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }

  .tablet\:gap-3\.5 {
    grid-gap: 0.875rem;
    gap: 0.875rem;
  }

  .tablet\:gap-30\% {
    grid-gap: 30%;
    gap: 30%;
  }

  .tablet\:gap-7\.5r {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }

  .tablet\:gap-x-0 {
    -moz-column-gap: 0;
         grid-column-gap: 0;
         column-gap: 0;
  }

  .tablet\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         grid-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .tablet\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         grid-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .tablet\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         grid-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .tablet\:gap-x-4 {
    -moz-column-gap: 1rem;
         grid-column-gap: 1rem;
         column-gap: 1rem;
  }

  .tablet\:gap-x-5 {
    -moz-column-gap: 5px;
         grid-column-gap: 5px;
         column-gap: 5px;
  }

  .tablet\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         grid-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .tablet\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         grid-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .tablet\:gap-x-8 {
    -moz-column-gap: 2rem;
         grid-column-gap: 2rem;
         column-gap: 2rem;
  }

  .tablet\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         grid-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .tablet\:gap-x-10 {
    -moz-column-gap: 10px;
         grid-column-gap: 10px;
         column-gap: 10px;
  }

  .tablet\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         grid-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .tablet\:gap-x-12 {
    -moz-column-gap: 3rem;
         grid-column-gap: 3rem;
         column-gap: 3rem;
  }

  .tablet\:gap-x-14 {
    -moz-column-gap: 14px;
         grid-column-gap: 14px;
         column-gap: 14px;
  }

  .tablet\:gap-x-16 {
    -moz-column-gap: 16px;
         grid-column-gap: 16px;
         column-gap: 16px;
  }

  .tablet\:gap-x-20 {
    -moz-column-gap: 20px;
         grid-column-gap: 20px;
         column-gap: 20px;
  }

  .tablet\:gap-x-24 {
    -moz-column-gap: 24px;
         grid-column-gap: 24px;
         column-gap: 24px;
  }

  .tablet\:gap-x-28 {
    -moz-column-gap: 7rem;
         grid-column-gap: 7rem;
         column-gap: 7rem;
  }

  .tablet\:gap-x-30 {
    -moz-column-gap: 30px;
         grid-column-gap: 30px;
         column-gap: 30px;
  }

  .tablet\:gap-x-32 {
    -moz-column-gap: 8rem;
         grid-column-gap: 8rem;
         column-gap: 8rem;
  }

  .tablet\:gap-x-36 {
    -moz-column-gap: 9rem;
         grid-column-gap: 9rem;
         column-gap: 9rem;
  }

  .tablet\:gap-x-40 {
    -moz-column-gap: 10rem;
         grid-column-gap: 10rem;
         column-gap: 10rem;
  }

  .tablet\:gap-x-44 {
    -moz-column-gap: 11rem;
         grid-column-gap: 11rem;
         column-gap: 11rem;
  }

  .tablet\:gap-x-48 {
    -moz-column-gap: 48px;
         grid-column-gap: 48px;
         column-gap: 48px;
  }

  .tablet\:gap-x-52 {
    -moz-column-gap: 13rem;
         grid-column-gap: 13rem;
         column-gap: 13rem;
  }

  .tablet\:gap-x-56 {
    -moz-column-gap: 14rem;
         grid-column-gap: 14rem;
         column-gap: 14rem;
  }

  .tablet\:gap-x-60 {
    -moz-column-gap: 60px;
         grid-column-gap: 60px;
         column-gap: 60px;
  }

  .tablet\:gap-x-64 {
    -moz-column-gap: 16rem;
         grid-column-gap: 16rem;
         column-gap: 16rem;
  }

  .tablet\:gap-x-72 {
    -moz-column-gap: 18rem;
         grid-column-gap: 18rem;
         column-gap: 18rem;
  }

  .tablet\:gap-x-80 {
    -moz-column-gap: 20rem;
         grid-column-gap: 20rem;
         column-gap: 20rem;
  }

  .tablet\:gap-x-95 {
    -moz-column-gap: 95px;
         grid-column-gap: 95px;
         column-gap: 95px;
  }

  .tablet\:gap-x-96 {
    -moz-column-gap: 24rem;
         grid-column-gap: 24rem;
         column-gap: 24rem;
  }

  .tablet\:gap-x-120 {
    -moz-column-gap: 120px;
         grid-column-gap: 120px;
         column-gap: 120px;
  }

  .tablet\:gap-x-190 {
    -moz-column-gap: 190px;
         grid-column-gap: 190px;
         column-gap: 190px;
  }

  .tablet\:gap-x-px {
    -moz-column-gap: 1px;
         grid-column-gap: 1px;
         column-gap: 1px;
  }

  .tablet\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         grid-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .tablet\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         grid-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .tablet\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         grid-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .tablet\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         grid-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .tablet\:gap-x-30\% {
    -moz-column-gap: 30%;
         grid-column-gap: 30%;
         column-gap: 30%;
  }

  .tablet\:gap-x-7\.5r {
    -moz-column-gap: 1.875rem;
         grid-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }

  .tablet\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .tablet\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .tablet\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .tablet\:gap-y-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .tablet\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .tablet\:gap-y-5 {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .tablet\:gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .tablet\:gap-y-7 {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .tablet\:gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .tablet\:gap-y-9 {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .tablet\:gap-y-10 {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .tablet\:gap-y-11 {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .tablet\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .tablet\:gap-y-14 {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .tablet\:gap-y-16 {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .tablet\:gap-y-20 {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .tablet\:gap-y-24 {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .tablet\:gap-y-28 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .tablet\:gap-y-30 {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .tablet\:gap-y-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .tablet\:gap-y-36 {
    grid-row-gap: 9rem;
    row-gap: 9rem;
  }

  .tablet\:gap-y-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .tablet\:gap-y-44 {
    grid-row-gap: 11rem;
    row-gap: 11rem;
  }

  .tablet\:gap-y-48 {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .tablet\:gap-y-52 {
    grid-row-gap: 13rem;
    row-gap: 13rem;
  }

  .tablet\:gap-y-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .tablet\:gap-y-60 {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .tablet\:gap-y-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .tablet\:gap-y-72 {
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .tablet\:gap-y-80 {
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .tablet\:gap-y-95 {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .tablet\:gap-y-96 {
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .tablet\:gap-y-120 {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .tablet\:gap-y-190 {
    grid-row-gap: 190px;
    row-gap: 190px;
  }

  .tablet\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .tablet\:gap-y-0\.5 {
    grid-row-gap: 0.125rem;
    row-gap: 0.125rem;
  }

  .tablet\:gap-y-1\.5 {
    grid-row-gap: 0.375rem;
    row-gap: 0.375rem;
  }

  .tablet\:gap-y-2\.5 {
    grid-row-gap: 0.625rem;
    row-gap: 0.625rem;
  }

  .tablet\:gap-y-3\.5 {
    grid-row-gap: 0.875rem;
    row-gap: 0.875rem;
  }

  .tablet\:gap-y-30\% {
    grid-row-gap: 30%;
    row-gap: 30%;
  }

  .tablet\:gap-y-7\.5r {
    grid-row-gap: 1.875rem;
    row-gap: 1.875rem;
  }

  .tablet\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5px * var(--tw-space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14px * var(--tw-space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16px * var(--tw-space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24px * var(--tw-space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(48px * var(--tw-space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60px * var(--tw-space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95px * var(--tw-space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(120px * var(--tw-space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(190px * var(--tw-space-x-reverse));
    margin-left: calc(190px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30% * var(--tw-space-x-reverse));
    margin-left: calc(30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5px * var(--tw-space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10px * var(--tw-space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14px * var(--tw-space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16px * var(--tw-space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20px * var(--tw-space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24px * var(--tw-space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30px * var(--tw-space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-48px * var(--tw-space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60px * var(--tw-space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95px * var(--tw-space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-120px * var(--tw-space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-190px * var(--tw-space-x-reverse));
    margin-left: calc(-190px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30% * var(--tw-space-x-reverse));
    margin-left: calc(-30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5px * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14px * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16px * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48px * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95px * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(190px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(190px * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30% * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-120px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-190px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-190px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30% * var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--tw-space-y-reverse));
  }

  .tablet\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .tablet\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .tablet\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tablet\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tablet\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tablet\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tablet\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tablet\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .tablet\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .tablet\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .tablet\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .tablet\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .tablet\:hover\:divide-x-0:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tablet\:hover\:divide-x-2:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tablet\:hover\:divide-x-4:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tablet\:hover\:divide-x-8:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tablet\:hover\:divide-x:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tablet\:hover\:divide-y-0:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .tablet\:hover\:divide-y-2:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .tablet\:hover\:divide-y-4:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .tablet\:hover\:divide-y-8:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .tablet\:hover\:divide-y:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .tablet\:focus\:divide-x-0:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tablet\:focus\:divide-x-2:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tablet\:focus\:divide-x-4:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tablet\:focus\:divide-x-8:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tablet\:focus\:divide-x:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tablet\:focus\:divide-y-0:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .tablet\:focus\:divide-y-2:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .tablet\:focus\:divide-y-4:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .tablet\:focus\:divide-y-8:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .tablet\:focus\:divide-y:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .tablet\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .tablet\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .tablet\:hover\:divide-y-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .tablet\:hover\:divide-x-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .tablet\:focus\:divide-y-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .tablet\:focus\:divide-x-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .tablet\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .tablet\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .tablet\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .tablet\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .tablet\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .tablet\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .tablet\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }

  .tablet\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .tablet\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .tablet\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .tablet\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .tablet\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .tablet\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .tablet\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .tablet\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .tablet\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .tablet\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .tablet\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .tablet\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .tablet\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .tablet\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .tablet\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .tablet\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .tablet\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .tablet\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .tablet\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .tablet\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .tablet\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .tablet\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .tablet\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .tablet\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .tablet\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .tablet\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .tablet\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .tablet\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .tablet\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .tablet\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .tablet\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .tablet\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .tablet\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .tablet\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .tablet\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .tablet\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .tablet\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .tablet\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .tablet\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .tablet\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .tablet\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .tablet\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .tablet\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .tablet\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .tablet\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .tablet\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .tablet\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .tablet\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .tablet\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .tablet\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .tablet\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .tablet\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .tablet\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .tablet\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .tablet\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .tablet\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .tablet\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .tablet\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .tablet\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .tablet\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .tablet\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .tablet\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .tablet\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .tablet\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .tablet\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .tablet\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .tablet\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .tablet\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .tablet\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .tablet\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .tablet\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .tablet\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .tablet\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .tablet\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .tablet\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .tablet\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .tablet\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .tablet\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .tablet\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .tablet\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .tablet\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .tablet\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .tablet\:divide-primary-color > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-divide-opacity));
  }

  .tablet\:divide-primary-color-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-divide-opacity));
  }

  .tablet\:divide-secondary-color > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .tablet\:divide-custom-gray-sm > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-divide-opacity));
  }

  .tablet\:divide-custom-gray-sm2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-divide-opacity));
  }

  .tablet\:divide-custom-gray-md > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-divide-opacity));
  }

  .tablet\:divide-custom-navy-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .tablet\:divide-dark-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .tablet\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-divide-opacity));
  }

  .tablet\:divide-secondary-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-divide-opacity));
  }

  .tablet\:divide-secondary-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-divide-opacity));
  }

  .tablet\:divide-secondary-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-divide-opacity));
  }

  .tablet\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-divide-opacity));
  }

  .tablet\:divide-secondary-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-divide-opacity));
  }

  .tablet\:divide-secondary-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-divide-opacity));
  }

  .tablet\:divide-grayCustom-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .tablet\:divide-grayCustom-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .tablet\:divide-grayCustom-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
  }

  .tablet\:divide-grayCustom-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .tablet\:divide-grayCustom > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .tablet\:divide-grayCustom-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .tablet\:divide-grayCustom-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
  }

  .tablet\:divide-grayCustom-hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-divide-opacity));
  }

  .tablet\:divide-error > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-divide-opacity));
  }

  .tablet\:divide-error-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-divide-opacity));
  }

  .tablet\:divide-warning > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .tablet\:divide-warning-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-divide-opacity));
  }

  .tablet\:divide-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-divide-opacity));
  }

  .tablet\:divide-success-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-divide-opacity));
  }

  .tablet\:divide-status-open > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .tablet\:divide-status-waiting_payment > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .tablet\:divide-status-completed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-divide-opacity));
  }

  .tablet\:divide-status-failed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .tablet\:divide-status-waiting_verify > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .tablet\:divide-status-closed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .tablet\:divide-policyStatus-issuing > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .tablet\:divide-policyStatus-waiting_inspection > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .tablet\:divide-policyStatus-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-divide-opacity));
  }

  .tablet\:divide-policyStatus-failed_inspection > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .tablet\:divide-policyStatus-failed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .tablet\:divide-policyStatus-waiting_policy > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .tablet\:divide-policyStatus-cancel > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .tablet\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .tablet\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .tablet\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .tablet\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .tablet\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .tablet\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .tablet\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .tablet\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .tablet\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .tablet\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .tablet\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .tablet\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .tablet\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .tablet\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .tablet\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .tablet\:place-self-auto {
    align-self: auto;
    justify-self: auto;
    place-self: auto;
  }

  .tablet\:place-self-start {
    align-self: start;
    justify-self: start;
    place-self: start;
  }

  .tablet\:place-self-end {
    align-self: end;
    justify-self: end;
    place-self: end;
  }

  .tablet\:place-self-center {
    align-self: center;
    justify-self: center;
    place-self: center;
  }

  .tablet\:place-self-stretch {
    align-self: stretch;
    justify-self: stretch;
    place-self: stretch;
  }

  .tablet\:self-auto {
    align-self: auto;
  }

  .tablet\:self-start {
    align-self: flex-start;
  }

  .tablet\:self-end {
    align-self: flex-end;
  }

  .tablet\:self-center {
    align-self: center;
  }

  .tablet\:self-stretch {
    align-self: stretch;
  }

  .tablet\:self-baseline {
    align-self: baseline;
  }

  .tablet\:justify-self-auto {
    justify-self: auto;
  }

  .tablet\:justify-self-start {
    justify-self: start;
  }

  .tablet\:justify-self-end {
    justify-self: end;
  }

  .tablet\:justify-self-center {
    justify-self: center;
  }

  .tablet\:justify-self-stretch {
    justify-self: stretch;
  }

  .tablet\:overflow-auto {
    overflow: auto;
  }

  .tablet\:overflow-hidden {
    overflow: hidden;
  }

  .tablet\:overflow-visible {
    overflow: visible;
  }

  .tablet\:overflow-scroll {
    overflow: scroll;
  }

  .tablet\:overflow-x-auto {
    overflow-x: auto;
  }

  .tablet\:overflow-y-auto {
    overflow-y: auto;
  }

  .tablet\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .tablet\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .tablet\:overflow-x-visible {
    overflow-x: visible;
  }

  .tablet\:overflow-y-visible {
    overflow-y: visible;
  }

  .tablet\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .tablet\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .tablet\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .tablet\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .tablet\:overscroll-none {
    overscroll-behavior: none;
  }

  .tablet\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .tablet\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .tablet\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .tablet\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .tablet\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .tablet\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .tablet\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tablet\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .tablet\:overflow-clip {
    text-overflow: clip;
  }

  .tablet\:whitespace-normal {
    white-space: normal;
  }

  .tablet\:whitespace-nowrap {
    white-space: nowrap;
  }

  .tablet\:whitespace-pre {
    white-space: pre;
  }

  .tablet\:whitespace-pre-line {
    white-space: pre-line;
  }

  .tablet\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .tablet\:break-normal {
    word-wrap: normal;
    word-break: normal;
  }

  .tablet\:break-words {
    word-wrap: break-word;
  }

  .tablet\:break-all {
    word-break: break-all;
  }

  .tablet\:rounded-5 {
    border-radius: 5px;
  }

  .tablet\:rounded-10 {
    border-radius: 10px;
  }

  .tablet\:rounded-20 {
    border-radius: 20px;
  }

  .tablet\:rounded-48 {
    border-radius: 48px;
  }

  .tablet\:rounded-none {
    border-radius: 0;
  }

  .tablet\:rounded-sm {
    border-radius: 0.125rem;
  }

  .tablet\:rounded {
    border-radius: 5px;
  }

  .tablet\:rounded-md {
    border-radius: 0.375rem;
  }

  .tablet\:rounded-lg {
    border-radius: 0.5rem;
  }

  .tablet\:rounded-xl {
    border-radius: 0.75rem;
  }

  .tablet\:rounded-2xl {
    border-radius: 1rem;
  }

  .tablet\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .tablet\:rounded-full {
    border-radius: 9999px;
  }

  .tablet\:rounded-t-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .tablet\:rounded-t-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .tablet\:rounded-t-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .tablet\:rounded-t-48 {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
  }

  .tablet\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .tablet\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .tablet\:rounded-t {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .tablet\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .tablet\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .tablet\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .tablet\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .tablet\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .tablet\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .tablet\:rounded-r-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .tablet\:rounded-r-10 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .tablet\:rounded-r-20 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .tablet\:rounded-r-48 {
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
  }

  .tablet\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .tablet\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .tablet\:rounded-r {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .tablet\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .tablet\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .tablet\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .tablet\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .tablet\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .tablet\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .tablet\:rounded-b-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .tablet\:rounded-b-10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .tablet\:rounded-b-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .tablet\:rounded-b-48 {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
  }

  .tablet\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .tablet\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .tablet\:rounded-b {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .tablet\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .tablet\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .tablet\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .tablet\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .tablet\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .tablet\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .tablet\:rounded-l-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .tablet\:rounded-l-10 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .tablet\:rounded-l-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .tablet\:rounded-l-48 {
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;
  }

  .tablet\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .tablet\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .tablet\:rounded-l {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .tablet\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .tablet\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .tablet\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .tablet\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .tablet\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .tablet\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .tablet\:rounded-tl-5 {
    border-top-left-radius: 5px;
  }

  .tablet\:rounded-tl-10 {
    border-top-left-radius: 10px;
  }

  .tablet\:rounded-tl-20 {
    border-top-left-radius: 20px;
  }

  .tablet\:rounded-tl-48 {
    border-top-left-radius: 48px;
  }

  .tablet\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .tablet\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .tablet\:rounded-tl {
    border-top-left-radius: 5px;
  }

  .tablet\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .tablet\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .tablet\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .tablet\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .tablet\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .tablet\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .tablet\:rounded-tr-5 {
    border-top-right-radius: 5px;
  }

  .tablet\:rounded-tr-10 {
    border-top-right-radius: 10px;
  }

  .tablet\:rounded-tr-20 {
    border-top-right-radius: 20px;
  }

  .tablet\:rounded-tr-48 {
    border-top-right-radius: 48px;
  }

  .tablet\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .tablet\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .tablet\:rounded-tr {
    border-top-right-radius: 5px;
  }

  .tablet\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .tablet\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .tablet\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .tablet\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .tablet\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .tablet\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .tablet\:rounded-br-5 {
    border-bottom-right-radius: 5px;
  }

  .tablet\:rounded-br-10 {
    border-bottom-right-radius: 10px;
  }

  .tablet\:rounded-br-20 {
    border-bottom-right-radius: 20px;
  }

  .tablet\:rounded-br-48 {
    border-bottom-right-radius: 48px;
  }

  .tablet\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .tablet\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .tablet\:rounded-br {
    border-bottom-right-radius: 5px;
  }

  .tablet\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .tablet\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .tablet\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .tablet\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .tablet\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .tablet\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .tablet\:rounded-bl-5 {
    border-bottom-left-radius: 5px;
  }

  .tablet\:rounded-bl-10 {
    border-bottom-left-radius: 10px;
  }

  .tablet\:rounded-bl-20 {
    border-bottom-left-radius: 20px;
  }

  .tablet\:rounded-bl-48 {
    border-bottom-left-radius: 48px;
  }

  .tablet\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .tablet\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .tablet\:rounded-bl {
    border-bottom-left-radius: 5px;
  }

  .tablet\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .tablet\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .tablet\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .tablet\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .tablet\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .tablet\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .tablet\:border-0 {
    border-width: 0px;
  }

  .tablet\:border-2 {
    border-width: 2px;
  }

  .tablet\:border-4 {
    border-width: 4px;
  }

  .tablet\:border-8 {
    border-width: 8px;
  }

  .tablet\:border {
    border-width: 1px;
  }

  .tablet\:hover\:border-0:hover {
    border-width: 0px;
  }

  .tablet\:hover\:border-2:hover {
    border-width: 2px;
  }

  .tablet\:hover\:border-4:hover {
    border-width: 4px;
  }

  .tablet\:hover\:border-8:hover {
    border-width: 8px;
  }

  .tablet\:hover\:border:hover {
    border-width: 1px;
  }

  .tablet\:focus\:border-0:focus {
    border-width: 0px;
  }

  .tablet\:focus\:border-2:focus {
    border-width: 2px;
  }

  .tablet\:focus\:border-4:focus {
    border-width: 4px;
  }

  .tablet\:focus\:border-8:focus {
    border-width: 8px;
  }

  .tablet\:focus\:border:focus {
    border-width: 1px;
  }

  .tablet\:border-t-0 {
    border-top-width: 0px;
  }

  .tablet\:border-t-2 {
    border-top-width: 2px;
  }

  .tablet\:border-t-4 {
    border-top-width: 4px;
  }

  .tablet\:border-t-8 {
    border-top-width: 8px;
  }

  .tablet\:border-t {
    border-top-width: 1px;
  }

  .tablet\:border-r-0 {
    border-right-width: 0px;
  }

  .tablet\:border-r-2 {
    border-right-width: 2px;
  }

  .tablet\:border-r-4 {
    border-right-width: 4px;
  }

  .tablet\:border-r-8 {
    border-right-width: 8px;
  }

  .tablet\:border-r {
    border-right-width: 1px;
  }

  .tablet\:border-b-0 {
    border-bottom-width: 0px;
  }

  .tablet\:border-b-2 {
    border-bottom-width: 2px;
  }

  .tablet\:border-b-4 {
    border-bottom-width: 4px;
  }

  .tablet\:border-b-8 {
    border-bottom-width: 8px;
  }

  .tablet\:border-b {
    border-bottom-width: 1px;
  }

  .tablet\:border-l-0 {
    border-left-width: 0px;
  }

  .tablet\:border-l-2 {
    border-left-width: 2px;
  }

  .tablet\:border-l-4 {
    border-left-width: 4px;
  }

  .tablet\:border-l-8 {
    border-left-width: 8px;
  }

  .tablet\:border-l {
    border-left-width: 1px;
  }

  .tablet\:hover\:border-t-0:hover {
    border-top-width: 0px;
  }

  .tablet\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .tablet\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .tablet\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .tablet\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .tablet\:hover\:border-r-0:hover {
    border-right-width: 0px;
  }

  .tablet\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .tablet\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .tablet\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .tablet\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .tablet\:hover\:border-b-0:hover {
    border-bottom-width: 0px;
  }

  .tablet\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .tablet\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .tablet\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .tablet\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .tablet\:hover\:border-l-0:hover {
    border-left-width: 0px;
  }

  .tablet\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .tablet\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .tablet\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .tablet\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .tablet\:focus\:border-t-0:focus {
    border-top-width: 0px;
  }

  .tablet\:focus\:border-t-2:focus {
    border-top-width: 2px;
  }

  .tablet\:focus\:border-t-4:focus {
    border-top-width: 4px;
  }

  .tablet\:focus\:border-t-8:focus {
    border-top-width: 8px;
  }

  .tablet\:focus\:border-t:focus {
    border-top-width: 1px;
  }

  .tablet\:focus\:border-r-0:focus {
    border-right-width: 0px;
  }

  .tablet\:focus\:border-r-2:focus {
    border-right-width: 2px;
  }

  .tablet\:focus\:border-r-4:focus {
    border-right-width: 4px;
  }

  .tablet\:focus\:border-r-8:focus {
    border-right-width: 8px;
  }

  .tablet\:focus\:border-r:focus {
    border-right-width: 1px;
  }

  .tablet\:focus\:border-b-0:focus {
    border-bottom-width: 0px;
  }

  .tablet\:focus\:border-b-2:focus {
    border-bottom-width: 2px;
  }

  .tablet\:focus\:border-b-4:focus {
    border-bottom-width: 4px;
  }

  .tablet\:focus\:border-b-8:focus {
    border-bottom-width: 8px;
  }

  .tablet\:focus\:border-b:focus {
    border-bottom-width: 1px;
  }

  .tablet\:focus\:border-l-0:focus {
    border-left-width: 0px;
  }

  .tablet\:focus\:border-l-2:focus {
    border-left-width: 2px;
  }

  .tablet\:focus\:border-l-4:focus {
    border-left-width: 4px;
  }

  .tablet\:focus\:border-l-8:focus {
    border-left-width: 8px;
  }

  .tablet\:focus\:border-l:focus {
    border-left-width: 1px;
  }

  .tablet\:border-solid {
    border-style: solid;
  }

  .tablet\:border-dashed {
    border-style: dashed;
  }

  .tablet\:border-dotted {
    border-style: dotted;
  }

  .tablet\:border-double {
    border-style: double;
  }

  .tablet\:border-none {
    border-style: none;
  }

  .tablet\:hover\:border-solid:hover {
    border-style: solid;
  }

  .tablet\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .tablet\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .tablet\:hover\:border-double:hover {
    border-style: double;
  }

  .tablet\:hover\:border-none:hover {
    border-style: none;
  }

  .tablet\:border-transparent {
    border-color: transparent;
  }

  .tablet\:border-current {
    border-color: currentColor;
  }

  .tablet\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tablet\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tablet\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .tablet\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .tablet\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .tablet\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .tablet\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .tablet\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .tablet\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .tablet\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .tablet\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .tablet\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .tablet\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .tablet\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .tablet\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .tablet\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .tablet\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .tablet\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .tablet\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .tablet\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .tablet\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .tablet\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .tablet\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .tablet\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .tablet\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .tablet\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .tablet\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .tablet\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .tablet\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .tablet\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .tablet\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .tablet\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .tablet\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .tablet\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .tablet\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .tablet\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .tablet\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .tablet\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .tablet\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .tablet\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .tablet\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .tablet\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .tablet\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .tablet\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .tablet\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .tablet\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .tablet\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .tablet\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .tablet\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .tablet\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .tablet\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .tablet\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .tablet\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .tablet\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .tablet\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .tablet\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .tablet\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .tablet\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .tablet\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .tablet\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .tablet\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .tablet\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .tablet\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .tablet\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .tablet\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .tablet\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .tablet\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .tablet\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .tablet\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .tablet\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .tablet\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .tablet\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .tablet\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .tablet\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .tablet\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .tablet\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .tablet\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .tablet\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .tablet\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .tablet\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .tablet\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .tablet\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .tablet\:border-primary-color {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .tablet\:border-primary-color-dark {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .tablet\:border-secondary-color {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .tablet\:border-custom-gray-sm {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .tablet\:border-custom-gray-sm2 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .tablet\:border-custom-gray-md {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .tablet\:border-custom-navy-dark {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .tablet\:border-dark-blue {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .tablet\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .tablet\:border-secondary-1 {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .tablet\:border-secondary-2 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .tablet\:border-secondary-3 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .tablet\:border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .tablet\:border-secondary-dark {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .tablet\:border-secondary-light {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .tablet\:border-grayCustom-1 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .tablet\:border-grayCustom-2 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .tablet\:border-grayCustom-3 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .tablet\:border-grayCustom-800 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .tablet\:border-grayCustom {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .tablet\:border-grayCustom-dark {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .tablet\:border-grayCustom-light {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .tablet\:border-grayCustom-hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .tablet\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .tablet\:border-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .tablet\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .tablet\:border-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .tablet\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .tablet\:border-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .tablet\:border-status-open {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tablet\:border-status-waiting_payment {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .tablet\:border-status-completed {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .tablet\:border-status-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .tablet\:border-status-waiting_verify {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .tablet\:border-status-closed {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .tablet\:border-policyStatus-issuing {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tablet\:border-policyStatus-waiting_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .tablet\:border-policyStatus-success {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .tablet\:border-policyStatus-failed_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .tablet\:border-policyStatus-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .tablet\:border-policyStatus-waiting_policy {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .tablet\:border-policyStatus-cancel {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-transparent:checked {
    border-color: transparent;
  }

  .tablet\:checked\:border-current:checked {
    border-color: currentColor;
  }

  .tablet\:checked\:border-black:checked {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-white:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-gray-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-gray-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-gray-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-gray-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-gray-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-gray-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-gray-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-gray-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-gray-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-gray-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-red-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-red-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-red-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-red-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-red-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-red-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-red-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-red-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-red-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-red-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-yellow-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-yellow-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-yellow-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-yellow-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-yellow-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-yellow-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-yellow-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-yellow-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-yellow-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-yellow-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-green-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-green-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-green-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-green-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-green-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-green-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-green-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-green-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-green-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-green-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-blue-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-blue-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-blue-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-blue-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-blue-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-blue-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-blue-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-blue-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-blue-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-blue-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-indigo-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-indigo-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-indigo-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-indigo-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-indigo-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-indigo-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-indigo-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-indigo-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-indigo-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-indigo-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-purple-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-purple-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-purple-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-purple-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-purple-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-purple-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-purple-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-purple-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-purple-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-purple-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-pink-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-pink-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-pink-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-pink-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-pink-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-pink-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-pink-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-pink-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-pink-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-pink-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-primary-color:checked {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-primary-color-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-secondary-color:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-custom-gray-sm:checked {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-custom-gray-sm2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-custom-gray-md:checked {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-custom-navy-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-dark-blue:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-primary:checked {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-secondary-1:checked {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-secondary-2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-secondary-3:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-secondary:checked {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-secondary-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-secondary-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-grayCustom-1:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-grayCustom-2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-grayCustom-3:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-grayCustom-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-grayCustom:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-grayCustom-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-grayCustom-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-grayCustom-hover:checked {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-error:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-error-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-warning:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-warning-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-success:checked {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-success-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-status-open:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-status-waiting_payment:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-status-completed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-status-failed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-status-waiting_verify:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-status-closed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-policyStatus-issuing:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-policyStatus-waiting_inspection:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-policyStatus-success:checked {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-policyStatus-failed_inspection:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-policyStatus-failed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-policyStatus-waiting_policy:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .tablet\:checked\:border-policyStatus-cancel:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .tablet\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .tablet\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-primary-color {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-primary-color-dark {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-secondary-color {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-custom-gray-sm {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-custom-gray-sm2 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-custom-gray-md {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-custom-navy-dark {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-dark-blue {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-secondary-1 {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-secondary-2 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-secondary-3 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-secondary-dark {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-secondary-light {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-grayCustom-1 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-grayCustom-2 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-grayCustom-3 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-grayCustom-800 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-grayCustom {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-grayCustom-dark {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-grayCustom-light {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-grayCustom-hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-status-open {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-status-waiting_payment {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-status-completed {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-status-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-status-waiting_verify {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-status-closed {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-policyStatus-issuing {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-policyStatus-waiting_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-policyStatus-success {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-policyStatus-failed_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-policyStatus-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-policyStatus-waiting_policy {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-policyStatus-cancel {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-transparent[focus-within] {
    border-color: transparent;
  }

  .tablet\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .tablet\:focus-within\:border-current[focus-within] {
    border-color: currentColor;
  }

  .tablet\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }

  .tablet\:focus-within\:border-black[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-white[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-gray-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-gray-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-gray-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-gray-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-gray-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-gray-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-gray-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-gray-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-gray-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-gray-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-red-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-red-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-red-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-red-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-red-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-red-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-red-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-red-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-red-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-red-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-yellow-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-yellow-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-yellow-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-yellow-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-yellow-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-yellow-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-yellow-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-yellow-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-yellow-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-yellow-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-green-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-green-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-green-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-green-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-green-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-green-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-green-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-green-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-green-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-green-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-blue-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-blue-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-blue-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-blue-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-blue-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-blue-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-blue-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-blue-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-blue-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-blue-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-indigo-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-indigo-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-indigo-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-indigo-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-indigo-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-indigo-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-indigo-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-indigo-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-indigo-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-indigo-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-purple-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-purple-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-purple-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-purple-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-purple-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-purple-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-purple-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-purple-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-purple-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-purple-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-pink-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-pink-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-pink-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-pink-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-pink-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-pink-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-pink-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-pink-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-pink-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-pink-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-primary-color[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-primary-color:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-primary-color-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-primary-color-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-secondary-color[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-secondary-color:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-custom-gray-sm[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-custom-gray-sm:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-custom-gray-sm2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-custom-gray-sm2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-custom-gray-md[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-custom-gray-md:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-custom-navy-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-custom-navy-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-dark-blue[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-dark-blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-primary[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-secondary-1[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-secondary-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-secondary-2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-secondary-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-secondary-3[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-secondary-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-secondary[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-secondary-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-secondary-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-secondary-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-secondary-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-grayCustom-1[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-grayCustom-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-grayCustom-2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-grayCustom-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-grayCustom-3[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-grayCustom-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-grayCustom-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-grayCustom-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-grayCustom[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-grayCustom:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-grayCustom-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-grayCustom-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-grayCustom-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-grayCustom-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-grayCustom-hover[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-grayCustom-hover:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-error[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-error:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-error-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-error-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-warning[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-warning:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-warning-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-warning-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-success[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-success-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-success-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-status-open[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-status-open:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-status-waiting_payment[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-status-waiting_payment:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-status-completed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-status-completed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-status-failed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-status-failed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-status-waiting_verify[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-status-waiting_verify:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-status-closed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-status-closed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-policyStatus-issuing[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-policyStatus-issuing:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-policyStatus-waiting_inspection[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-policyStatus-waiting_inspection:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-policyStatus-success[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-policyStatus-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-policyStatus-failed_inspection[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-policyStatus-failed_inspection:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-policyStatus-failed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-policyStatus-failed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-policyStatus-waiting_policy[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-policyStatus-waiting_policy:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-policyStatus-cancel[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-policyStatus-cancel:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .tablet\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .tablet\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-green-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-primary-color:hover {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-primary-color-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-secondary-color:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-custom-gray-sm:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-custom-gray-sm2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-custom-gray-md:hover {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-custom-navy-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-dark-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-secondary-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-secondary-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-secondary-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-secondary-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-secondary-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-grayCustom-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-grayCustom-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-grayCustom-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-grayCustom-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-grayCustom:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-grayCustom-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-grayCustom-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-grayCustom-hover:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-error:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-error-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-warning:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-warning-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-success-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-status-open:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-status-waiting_payment:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-status-completed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-status-failed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-status-waiting_verify:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-status-closed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-policyStatus-issuing:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-policyStatus-waiting_inspection:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-policyStatus-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-policyStatus-failed_inspection:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-policyStatus-failed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-policyStatus-waiting_policy:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-policyStatus-cancel:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .tablet\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .tablet\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-green-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-primary-color:focus {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-primary-color-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-secondary-color:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-custom-gray-sm:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-custom-gray-sm2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-custom-gray-md:focus {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-custom-navy-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-dark-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-primary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-secondary-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-secondary-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-secondary-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-secondary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-secondary-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-secondary-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-grayCustom-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-grayCustom-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-grayCustom-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-grayCustom-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-grayCustom:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-grayCustom-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-grayCustom-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-grayCustom-hover:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-error:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-error-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-warning:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-warning-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-success-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-status-open:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-status-waiting_payment:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-status-completed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-status-failed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-status-waiting_verify:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-status-closed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-policyStatus-issuing:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-policyStatus-waiting_inspection:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-policyStatus-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-policyStatus-failed_inspection:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-policyStatus-failed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-policyStatus-waiting_policy:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-policyStatus-cancel:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .tablet\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .tablet\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .tablet\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .tablet\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .tablet\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .tablet\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .tablet\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .tablet\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .tablet\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .tablet\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .tablet\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .tablet\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .tablet\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .tablet\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .tablet\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .tablet\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .tablet\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .tablet\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .tablet\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .tablet\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .tablet\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .tablet\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .tablet\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .tablet\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .tablet\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .tablet\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .tablet\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .tablet\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .tablet\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .tablet\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .tablet\:focus-within\:border-opacity-0[focus-within] {
    --tw-border-opacity: 0;
  }

  .tablet\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .tablet\:focus-within\:border-opacity-5[focus-within] {
    --tw-border-opacity: 0.05;
  }

  .tablet\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .tablet\:focus-within\:border-opacity-10[focus-within] {
    --tw-border-opacity: 0.1;
  }

  .tablet\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .tablet\:focus-within\:border-opacity-20[focus-within] {
    --tw-border-opacity: 0.2;
  }

  .tablet\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .tablet\:focus-within\:border-opacity-25[focus-within] {
    --tw-border-opacity: 0.25;
  }

  .tablet\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .tablet\:focus-within\:border-opacity-30[focus-within] {
    --tw-border-opacity: 0.3;
  }

  .tablet\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .tablet\:focus-within\:border-opacity-40[focus-within] {
    --tw-border-opacity: 0.4;
  }

  .tablet\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .tablet\:focus-within\:border-opacity-50[focus-within] {
    --tw-border-opacity: 0.5;
  }

  .tablet\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .tablet\:focus-within\:border-opacity-60[focus-within] {
    --tw-border-opacity: 0.6;
  }

  .tablet\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .tablet\:focus-within\:border-opacity-70[focus-within] {
    --tw-border-opacity: 0.7;
  }

  .tablet\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .tablet\:focus-within\:border-opacity-75[focus-within] {
    --tw-border-opacity: 0.75;
  }

  .tablet\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .tablet\:focus-within\:border-opacity-80[focus-within] {
    --tw-border-opacity: 0.8;
  }

  .tablet\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .tablet\:focus-within\:border-opacity-90[focus-within] {
    --tw-border-opacity: 0.9;
  }

  .tablet\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .tablet\:focus-within\:border-opacity-95[focus-within] {
    --tw-border-opacity: 0.95;
  }

  .tablet\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .tablet\:focus-within\:border-opacity-100[focus-within] {
    --tw-border-opacity: 1;
  }

  .tablet\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .tablet\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .tablet\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .tablet\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .tablet\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .tablet\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .tablet\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .tablet\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .tablet\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .tablet\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .tablet\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .tablet\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .tablet\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .tablet\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .tablet\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .tablet\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .tablet\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .tablet\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .tablet\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .tablet\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .tablet\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .tablet\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .tablet\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .tablet\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .tablet\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .tablet\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .tablet\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .tablet\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .tablet\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .tablet\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .tablet\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .tablet\:bg-transparent {
    background-color: transparent;
  }

  .tablet\:bg-current {
    background-color: currentColor;
  }

  .tablet\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tablet\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tablet\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .tablet\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .tablet\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .tablet\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .tablet\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .tablet\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .tablet\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .tablet\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .tablet\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .tablet\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .tablet\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .tablet\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .tablet\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .tablet\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .tablet\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .tablet\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .tablet\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .tablet\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .tablet\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .tablet\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .tablet\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .tablet\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .tablet\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .tablet\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .tablet\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .tablet\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .tablet\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .tablet\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .tablet\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .tablet\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .tablet\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .tablet\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .tablet\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .tablet\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .tablet\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .tablet\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .tablet\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .tablet\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .tablet\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .tablet\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .tablet\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .tablet\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .tablet\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .tablet\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .tablet\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .tablet\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .tablet\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .tablet\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .tablet\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .tablet\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .tablet\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .tablet\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .tablet\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .tablet\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .tablet\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .tablet\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .tablet\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .tablet\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .tablet\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .tablet\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .tablet\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .tablet\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .tablet\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .tablet\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .tablet\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .tablet\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .tablet\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .tablet\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .tablet\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .tablet\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .tablet\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .tablet\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .tablet\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .tablet\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .tablet\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .tablet\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .tablet\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .tablet\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .tablet\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .tablet\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .tablet\:bg-primary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .tablet\:bg-primary-color-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .tablet\:bg-secondary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .tablet\:bg-custom-gray-sm {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .tablet\:bg-custom-gray-sm2 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .tablet\:bg-custom-gray-md {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .tablet\:bg-custom-navy-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .tablet\:bg-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .tablet\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .tablet\:bg-secondary-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .tablet\:bg-secondary-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .tablet\:bg-secondary-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .tablet\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .tablet\:bg-secondary-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .tablet\:bg-secondary-light {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .tablet\:bg-grayCustom-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .tablet\:bg-grayCustom-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .tablet\:bg-grayCustom-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .tablet\:bg-grayCustom-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .tablet\:bg-grayCustom {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .tablet\:bg-grayCustom-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .tablet\:bg-grayCustom-light {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .tablet\:bg-grayCustom-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .tablet\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .tablet\:bg-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .tablet\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .tablet\:bg-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .tablet\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .tablet\:bg-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .tablet\:bg-status-open {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tablet\:bg-status-waiting_payment {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .tablet\:bg-status-completed {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .tablet\:bg-status-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .tablet\:bg-status-waiting_verify {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .tablet\:bg-status-closed {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .tablet\:bg-policyStatus-issuing {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tablet\:bg-policyStatus-waiting_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .tablet\:bg-policyStatus-success {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .tablet\:bg-policyStatus-failed_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .tablet\:bg-policyStatus-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .tablet\:bg-policyStatus-waiting_policy {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .tablet\:bg-policyStatus-cancel {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-transparent:nth-child(odd) {
    background-color: transparent;
  }

  .tablet\:odd\:bg-current:nth-child(odd) {
    background-color: currentColor;
  }

  .tablet\:odd\:bg-black:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-white:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-gray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-gray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-gray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-gray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-gray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-gray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-gray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-gray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-gray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-gray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-red-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-red-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-red-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-red-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-red-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-red-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-red-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-red-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-red-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-red-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-yellow-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-yellow-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-yellow-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-yellow-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-yellow-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-yellow-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-yellow-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-yellow-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-yellow-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-yellow-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-green-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-green-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-green-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-green-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-green-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-green-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-green-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-green-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-green-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-green-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-blue-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-blue-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-blue-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-blue-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-blue-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-blue-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-blue-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-blue-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-blue-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-blue-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-indigo-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-indigo-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-indigo-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-indigo-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-indigo-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-indigo-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-indigo-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-indigo-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-indigo-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-indigo-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-purple-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-purple-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-purple-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-purple-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-purple-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-purple-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-purple-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-purple-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-purple-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-purple-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-pink-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-pink-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-pink-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-pink-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-pink-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-pink-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-pink-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-pink-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-pink-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-pink-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-primary-color:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-primary-color-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-secondary-color:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-custom-gray-sm:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-custom-gray-sm2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-custom-gray-md:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-custom-navy-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-dark-blue:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-primary:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-secondary-1:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-secondary-2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-secondary-3:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-secondary:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-secondary-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-secondary-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-grayCustom-1:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-grayCustom-2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-grayCustom-3:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-grayCustom-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-grayCustom:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-grayCustom-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-grayCustom-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-grayCustom-hover:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-error:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-error-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-warning:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-warning-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-success:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-success-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-status-open:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-status-waiting_payment:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-status-completed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-status-failed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-status-waiting_verify:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-status-closed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-policyStatus-issuing:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-policyStatus-waiting_inspection:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-policyStatus-success:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-policyStatus-failed_inspection:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-policyStatus-failed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-policyStatus-waiting_policy:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .tablet\:odd\:bg-policyStatus-cancel:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-transparent:checked {
    background-color: transparent;
  }

  .tablet\:checked\:bg-current:checked {
    background-color: currentColor;
  }

  .tablet\:checked\:bg-black:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-white:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-gray-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-gray-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-gray-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-gray-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-gray-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-gray-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-gray-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-gray-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-gray-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-gray-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-red-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-red-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-red-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-red-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-red-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-red-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-red-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-red-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-red-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-red-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-yellow-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-yellow-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-yellow-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-yellow-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-yellow-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-yellow-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-yellow-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-yellow-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-yellow-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-yellow-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-green-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-green-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-green-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-green-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-green-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-green-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-green-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-green-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-green-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-green-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-blue-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-blue-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-blue-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-blue-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-blue-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-blue-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-blue-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-blue-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-blue-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-blue-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-indigo-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-indigo-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-indigo-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-indigo-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-indigo-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-indigo-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-indigo-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-indigo-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-indigo-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-indigo-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-purple-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-purple-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-purple-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-purple-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-purple-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-purple-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-purple-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-purple-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-purple-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-purple-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-pink-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-pink-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-pink-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-pink-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-pink-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-pink-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-pink-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-pink-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-pink-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-pink-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-primary-color:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-primary-color-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-secondary-color:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-custom-gray-sm:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-custom-gray-sm2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-custom-gray-md:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-custom-navy-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-dark-blue:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-primary:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-secondary-1:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-secondary-2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-secondary-3:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-secondary:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-secondary-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-secondary-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-grayCustom-1:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-grayCustom-2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-grayCustom-3:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-grayCustom-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-grayCustom:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-grayCustom-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-grayCustom-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-grayCustom-hover:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-error:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-error-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-warning:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-warning-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-success:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-success-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-status-open:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-status-waiting_payment:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-status-completed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-status-failed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-status-waiting_verify:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-status-closed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-policyStatus-issuing:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-policyStatus-waiting_inspection:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-policyStatus-success:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-policyStatus-failed_inspection:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-policyStatus-failed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-policyStatus-waiting_policy:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .tablet\:checked\:bg-policyStatus-cancel:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .tablet\:group-hover\:bg-current {
    background-color: currentColor;
  }

  .group:hover .tablet\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-primary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-primary-color-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-secondary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-custom-gray-sm {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-custom-gray-sm2 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-custom-gray-md {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-custom-navy-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-secondary-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-secondary-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-secondary-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-secondary-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-secondary-light {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-grayCustom-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-grayCustom-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-grayCustom-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-grayCustom-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-grayCustom {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-grayCustom-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-grayCustom-light {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-grayCustom-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-status-open {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-status-waiting_payment {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-status-completed {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-status-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-status-waiting_verify {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-status-closed {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-policyStatus-issuing {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-policyStatus-waiting_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-policyStatus-success {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-policyStatus-failed_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-policyStatus-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-policyStatus-waiting_policy {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-policyStatus-cancel {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-transparent[focus-within] {
    background-color: transparent;
  }

  .tablet\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .tablet\:focus-within\:bg-current[focus-within] {
    background-color: currentColor;
  }

  .tablet\:focus-within\:bg-current:focus-within {
    background-color: currentColor;
  }

  .tablet\:focus-within\:bg-black[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-white[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-gray-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-gray-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-gray-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-gray-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-gray-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-gray-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-gray-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-gray-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-gray-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-gray-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-red-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-red-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-red-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-red-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-red-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-red-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-red-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-red-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-red-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-red-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-yellow-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-yellow-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-yellow-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-yellow-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-yellow-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-yellow-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-yellow-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-yellow-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-yellow-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-yellow-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-green-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-green-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-green-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-green-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-green-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-green-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-green-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-green-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-green-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-green-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-blue-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-blue-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-blue-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-blue-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-blue-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-blue-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-blue-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-blue-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-blue-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-blue-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-indigo-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-indigo-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-indigo-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-indigo-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-indigo-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-indigo-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-indigo-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-indigo-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-indigo-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-indigo-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-purple-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-purple-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-purple-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-purple-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-purple-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-purple-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-purple-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-purple-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-purple-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-purple-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-pink-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-pink-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-pink-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-pink-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-pink-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-pink-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-pink-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-pink-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-pink-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-pink-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-primary-color[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-primary-color:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-primary-color-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-primary-color-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-secondary-color[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-secondary-color:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-custom-gray-sm[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-custom-gray-sm:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-custom-gray-sm2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-custom-gray-sm2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-custom-gray-md[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-custom-gray-md:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-custom-navy-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-custom-navy-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-dark-blue[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-dark-blue:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-primary[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-primary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-secondary-1[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-secondary-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-secondary-2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-secondary-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-secondary-3[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-secondary-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-secondary[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-secondary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-secondary-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-secondary-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-secondary-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-secondary-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-grayCustom-1[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-grayCustom-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-grayCustom-2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-grayCustom-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-grayCustom-3[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-grayCustom-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-grayCustom-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-grayCustom-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-grayCustom[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-grayCustom:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-grayCustom-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-grayCustom-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-grayCustom-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-grayCustom-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-grayCustom-hover[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-grayCustom-hover:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-error[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-error:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-error-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-error-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-warning[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-warning:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-warning-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-warning-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-success[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-success-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-success-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-status-open[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-status-open:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-status-waiting_payment[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-status-waiting_payment:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-status-completed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-status-completed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-status-failed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-status-failed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-status-waiting_verify[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-status-waiting_verify:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-status-closed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-status-closed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-policyStatus-issuing[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-policyStatus-issuing:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-policyStatus-waiting_inspection[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-policyStatus-waiting_inspection:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-policyStatus-success[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-policyStatus-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-policyStatus-failed_inspection[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-policyStatus-failed_inspection:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-policyStatus-failed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-policyStatus-failed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-policyStatus-waiting_policy[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-policyStatus-waiting_policy:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-policyStatus-cancel[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-policyStatus-cancel:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .tablet\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .tablet\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-primary-color:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-primary-color-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-secondary-color:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-custom-gray-sm:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-custom-gray-sm2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-custom-gray-md:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-custom-navy-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-dark-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-secondary-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-secondary-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-secondary-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-secondary-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-secondary-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-grayCustom-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-grayCustom-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-grayCustom-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-grayCustom-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-grayCustom:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-grayCustom-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-grayCustom-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-grayCustom-hover:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-error:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-error-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-warning:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-warning-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-success-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-status-open:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-status-waiting_payment:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-status-completed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-status-failed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-status-waiting_verify:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-status-closed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-policyStatus-issuing:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-policyStatus-waiting_inspection:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-policyStatus-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-policyStatus-failed_inspection:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-policyStatus-failed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-policyStatus-waiting_policy:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-policyStatus-cancel:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .tablet\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .tablet\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-primary-color:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-primary-color-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-secondary-color:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-custom-gray-sm:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-custom-gray-sm2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-custom-gray-md:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-custom-navy-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-dark-blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-primary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-secondary-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-secondary-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-secondary-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-secondary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-secondary-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-secondary-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-grayCustom-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-grayCustom-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-grayCustom-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-grayCustom-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-grayCustom:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-grayCustom-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-grayCustom-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-grayCustom-hover:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-error:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-error-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-warning:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-warning-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-success-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-status-open:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-status-waiting_payment:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-status-completed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-status-failed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-status-waiting_verify:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-status-closed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-policyStatus-issuing:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-policyStatus-waiting_inspection:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-policyStatus-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-policyStatus-failed_inspection:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-policyStatus-failed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-policyStatus-waiting_policy:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-policyStatus-cancel:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .tablet\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .tablet\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .tablet\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .tablet\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .tablet\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .tablet\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .tablet\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .tablet\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .tablet\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .tablet\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .tablet\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .tablet\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .tablet\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .tablet\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .tablet\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .tablet\:focus-within\:bg-opacity-0[focus-within] {
    --tw-bg-opacity: 0;
  }

  .tablet\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .tablet\:focus-within\:bg-opacity-5[focus-within] {
    --tw-bg-opacity: 0.05;
  }

  .tablet\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .tablet\:focus-within\:bg-opacity-10[focus-within] {
    --tw-bg-opacity: 0.1;
  }

  .tablet\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .tablet\:focus-within\:bg-opacity-20[focus-within] {
    --tw-bg-opacity: 0.2;
  }

  .tablet\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .tablet\:focus-within\:bg-opacity-25[focus-within] {
    --tw-bg-opacity: 0.25;
  }

  .tablet\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .tablet\:focus-within\:bg-opacity-30[focus-within] {
    --tw-bg-opacity: 0.3;
  }

  .tablet\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .tablet\:focus-within\:bg-opacity-40[focus-within] {
    --tw-bg-opacity: 0.4;
  }

  .tablet\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .tablet\:focus-within\:bg-opacity-50[focus-within] {
    --tw-bg-opacity: 0.5;
  }

  .tablet\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .tablet\:focus-within\:bg-opacity-60[focus-within] {
    --tw-bg-opacity: 0.6;
  }

  .tablet\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .tablet\:focus-within\:bg-opacity-70[focus-within] {
    --tw-bg-opacity: 0.7;
  }

  .tablet\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .tablet\:focus-within\:bg-opacity-75[focus-within] {
    --tw-bg-opacity: 0.75;
  }

  .tablet\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .tablet\:focus-within\:bg-opacity-80[focus-within] {
    --tw-bg-opacity: 0.8;
  }

  .tablet\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .tablet\:focus-within\:bg-opacity-90[focus-within] {
    --tw-bg-opacity: 0.9;
  }

  .tablet\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .tablet\:focus-within\:bg-opacity-95[focus-within] {
    --tw-bg-opacity: 0.95;
  }

  .tablet\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .tablet\:focus-within\:bg-opacity-100[focus-within] {
    --tw-bg-opacity: 1;
  }

  .tablet\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .tablet\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .tablet\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .tablet\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .tablet\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .tablet\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .tablet\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .tablet\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .tablet\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .tablet\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .tablet\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .tablet\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .tablet\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .tablet\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .tablet\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .tablet\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .tablet\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .tablet\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .tablet\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .tablet\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .tablet\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .tablet\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .tablet\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .tablet\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .tablet\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .tablet\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .tablet\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .tablet\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .tablet\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .tablet\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .tablet\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .tablet\:bg-none {
    background-image: none;
  }

  .tablet\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .tablet\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .tablet\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .tablet\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .tablet\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .tablet\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .tablet\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .tablet\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .tablet\:bg-city {
    background-image: url('~assets/homepage/bg-city.svg');
  }

  .tablet\:bg-city-1 {
    background-image: url('~assets/homepage/bg-city_1.svg');
  }

  .tablet\:bg-city-2 {
    background-image: url('~assets/homepage/bg-city2.svg');
  }

  .tablet\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:from-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .tablet\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .tablet\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .tablet\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .tablet\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .tablet\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .tablet\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .tablet\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .tablet\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .tablet\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .tablet\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .tablet\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .tablet\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .tablet\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .tablet\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .tablet\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .tablet\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .tablet\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .tablet\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .tablet\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .tablet\:from-yellow-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .tablet\:from-yellow-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .tablet\:from-yellow-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .tablet\:from-yellow-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .tablet\:from-yellow-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .tablet\:from-yellow-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .tablet\:from-yellow-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .tablet\:from-yellow-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .tablet\:from-yellow-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .tablet\:from-yellow-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .tablet\:from-green-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .tablet\:from-green-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .tablet\:from-green-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .tablet\:from-green-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .tablet\:from-green-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .tablet\:from-green-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .tablet\:from-green-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .tablet\:from-green-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .tablet\:from-green-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .tablet\:from-green-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .tablet\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .tablet\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .tablet\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .tablet\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .tablet\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .tablet\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .tablet\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .tablet\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .tablet\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .tablet\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .tablet\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .tablet\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .tablet\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .tablet\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .tablet\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .tablet\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .tablet\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .tablet\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .tablet\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .tablet\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .tablet\:from-purple-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .tablet\:from-purple-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .tablet\:from-purple-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .tablet\:from-purple-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .tablet\:from-purple-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .tablet\:from-purple-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .tablet\:from-purple-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .tablet\:from-purple-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .tablet\:from-purple-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .tablet\:from-purple-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .tablet\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .tablet\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .tablet\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .tablet\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .tablet\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .tablet\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .tablet\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .tablet\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .tablet\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .tablet\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .tablet\:from-primary-color {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .tablet\:from-primary-color-dark {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .tablet\:from-secondary-color {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .tablet\:from-custom-gray-sm {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .tablet\:from-custom-gray-sm2 {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .tablet\:from-custom-gray-md {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .tablet\:from-custom-navy-dark {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .tablet\:from-dark-blue {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .tablet\:from-primary {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .tablet\:from-secondary-1 {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .tablet\:from-secondary-2 {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .tablet\:from-secondary-3 {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .tablet\:from-secondary {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .tablet\:from-secondary-dark {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .tablet\:from-secondary-light {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .tablet\:from-grayCustom-1 {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .tablet\:from-grayCustom-2 {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .tablet\:from-grayCustom-3 {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .tablet\:from-grayCustom-800 {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .tablet\:from-grayCustom {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .tablet\:from-grayCustom-dark {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .tablet\:from-grayCustom-light {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .tablet\:from-grayCustom-hover {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .tablet\:from-error {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .tablet\:from-error-light {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .tablet\:from-warning {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .tablet\:from-warning-light {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .tablet\:from-success {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .tablet\:from-success-light {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .tablet\:from-status-open {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:from-status-waiting_payment {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .tablet\:from-status-completed {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .tablet\:from-status-failed {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .tablet\:from-status-waiting_verify {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .tablet\:from-status-closed {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .tablet\:from-policyStatus-issuing {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:from-policyStatus-waiting_inspection {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .tablet\:from-policyStatus-success {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .tablet\:from-policyStatus-failed_inspection {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .tablet\:from-policyStatus-failed {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .tablet\:from-policyStatus-waiting_policy {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .tablet\:from-policyStatus-cancel {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .tablet\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:hover\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .tablet\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .tablet\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .tablet\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .tablet\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .tablet\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .tablet\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .tablet\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .tablet\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .tablet\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .tablet\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .tablet\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .tablet\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .tablet\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .tablet\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .tablet\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .tablet\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .tablet\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .tablet\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .tablet\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .tablet\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .tablet\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .tablet\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .tablet\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .tablet\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .tablet\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .tablet\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .tablet\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .tablet\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .tablet\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .tablet\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .tablet\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .tablet\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .tablet\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .tablet\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .tablet\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .tablet\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .tablet\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .tablet\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .tablet\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .tablet\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .tablet\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .tablet\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .tablet\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .tablet\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .tablet\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .tablet\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .tablet\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .tablet\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .tablet\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .tablet\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .tablet\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .tablet\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .tablet\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .tablet\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .tablet\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .tablet\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .tablet\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .tablet\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .tablet\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .tablet\:hover\:from-purple-50:hover {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .tablet\:hover\:from-purple-100:hover {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .tablet\:hover\:from-purple-200:hover {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .tablet\:hover\:from-purple-300:hover {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .tablet\:hover\:from-purple-400:hover {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .tablet\:hover\:from-purple-500:hover {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .tablet\:hover\:from-purple-600:hover {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .tablet\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .tablet\:hover\:from-purple-800:hover {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .tablet\:hover\:from-purple-900:hover {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .tablet\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .tablet\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .tablet\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .tablet\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .tablet\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .tablet\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .tablet\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .tablet\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .tablet\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .tablet\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .tablet\:hover\:from-primary-color:hover {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .tablet\:hover\:from-primary-color-dark:hover {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .tablet\:hover\:from-secondary-color:hover {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .tablet\:hover\:from-custom-gray-sm:hover {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .tablet\:hover\:from-custom-gray-sm2:hover {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .tablet\:hover\:from-custom-gray-md:hover {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .tablet\:hover\:from-custom-navy-dark:hover {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .tablet\:hover\:from-dark-blue:hover {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .tablet\:hover\:from-primary:hover {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .tablet\:hover\:from-secondary-1:hover {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .tablet\:hover\:from-secondary-2:hover {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .tablet\:hover\:from-secondary-3:hover {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .tablet\:hover\:from-secondary:hover {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .tablet\:hover\:from-secondary-dark:hover {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .tablet\:hover\:from-secondary-light:hover {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .tablet\:hover\:from-grayCustom-1:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .tablet\:hover\:from-grayCustom-2:hover {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .tablet\:hover\:from-grayCustom-3:hover {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .tablet\:hover\:from-grayCustom-800:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .tablet\:hover\:from-grayCustom:hover {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .tablet\:hover\:from-grayCustom-dark:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .tablet\:hover\:from-grayCustom-light:hover {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .tablet\:hover\:from-grayCustom-hover:hover {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .tablet\:hover\:from-error:hover {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .tablet\:hover\:from-error-light:hover {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .tablet\:hover\:from-warning:hover {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .tablet\:hover\:from-warning-light:hover {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .tablet\:hover\:from-success:hover {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .tablet\:hover\:from-success-light:hover {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .tablet\:hover\:from-status-open:hover {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:hover\:from-status-waiting_payment:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .tablet\:hover\:from-status-completed:hover {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .tablet\:hover\:from-status-failed:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .tablet\:hover\:from-status-waiting_verify:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .tablet\:hover\:from-status-closed:hover {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .tablet\:hover\:from-policyStatus-issuing:hover {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:hover\:from-policyStatus-waiting_inspection:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .tablet\:hover\:from-policyStatus-success:hover {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .tablet\:hover\:from-policyStatus-failed_inspection:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .tablet\:hover\:from-policyStatus-failed:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .tablet\:hover\:from-policyStatus-waiting_policy:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .tablet\:hover\:from-policyStatus-cancel:hover {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .tablet\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:focus\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .tablet\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .tablet\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .tablet\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .tablet\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .tablet\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .tablet\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .tablet\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .tablet\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .tablet\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .tablet\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .tablet\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .tablet\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .tablet\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .tablet\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .tablet\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .tablet\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .tablet\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .tablet\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .tablet\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .tablet\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .tablet\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .tablet\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .tablet\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .tablet\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .tablet\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .tablet\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .tablet\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .tablet\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .tablet\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .tablet\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .tablet\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .tablet\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .tablet\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .tablet\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .tablet\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .tablet\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .tablet\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .tablet\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .tablet\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .tablet\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .tablet\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .tablet\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .tablet\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .tablet\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .tablet\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .tablet\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .tablet\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .tablet\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .tablet\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .tablet\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .tablet\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .tablet\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .tablet\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .tablet\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .tablet\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .tablet\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .tablet\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .tablet\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .tablet\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .tablet\:focus\:from-purple-50:focus {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .tablet\:focus\:from-purple-100:focus {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .tablet\:focus\:from-purple-200:focus {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .tablet\:focus\:from-purple-300:focus {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .tablet\:focus\:from-purple-400:focus {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .tablet\:focus\:from-purple-500:focus {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .tablet\:focus\:from-purple-600:focus {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .tablet\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .tablet\:focus\:from-purple-800:focus {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .tablet\:focus\:from-purple-900:focus {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .tablet\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .tablet\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .tablet\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .tablet\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .tablet\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .tablet\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .tablet\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .tablet\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .tablet\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .tablet\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .tablet\:focus\:from-primary-color:focus {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .tablet\:focus\:from-primary-color-dark:focus {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .tablet\:focus\:from-secondary-color:focus {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .tablet\:focus\:from-custom-gray-sm:focus {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .tablet\:focus\:from-custom-gray-sm2:focus {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .tablet\:focus\:from-custom-gray-md:focus {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .tablet\:focus\:from-custom-navy-dark:focus {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .tablet\:focus\:from-dark-blue:focus {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .tablet\:focus\:from-primary:focus {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .tablet\:focus\:from-secondary-1:focus {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .tablet\:focus\:from-secondary-2:focus {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .tablet\:focus\:from-secondary-3:focus {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .tablet\:focus\:from-secondary:focus {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .tablet\:focus\:from-secondary-dark:focus {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .tablet\:focus\:from-secondary-light:focus {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .tablet\:focus\:from-grayCustom-1:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .tablet\:focus\:from-grayCustom-2:focus {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .tablet\:focus\:from-grayCustom-3:focus {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .tablet\:focus\:from-grayCustom-800:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .tablet\:focus\:from-grayCustom:focus {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .tablet\:focus\:from-grayCustom-dark:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .tablet\:focus\:from-grayCustom-light:focus {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .tablet\:focus\:from-grayCustom-hover:focus {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .tablet\:focus\:from-error:focus {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .tablet\:focus\:from-error-light:focus {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .tablet\:focus\:from-warning:focus {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .tablet\:focus\:from-warning-light:focus {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .tablet\:focus\:from-success:focus {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .tablet\:focus\:from-success-light:focus {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .tablet\:focus\:from-status-open:focus {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:focus\:from-status-waiting_payment:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .tablet\:focus\:from-status-completed:focus {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .tablet\:focus\:from-status-failed:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .tablet\:focus\:from-status-waiting_verify:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .tablet\:focus\:from-status-closed:focus {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .tablet\:focus\:from-policyStatus-issuing:focus {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:focus\:from-policyStatus-waiting_inspection:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .tablet\:focus\:from-policyStatus-success:focus {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .tablet\:focus\:from-policyStatus-failed_inspection:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .tablet\:focus\:from-policyStatus-failed:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .tablet\:focus\:from-policyStatus-waiting_policy:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .tablet\:focus\:from-policyStatus-cancel:focus {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .tablet\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .tablet\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .tablet\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .tablet\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .tablet\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .tablet\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .tablet\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .tablet\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .tablet\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .tablet\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .tablet\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .tablet\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .tablet\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .tablet\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .tablet\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .tablet\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .tablet\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .tablet\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .tablet\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .tablet\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .tablet\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .tablet\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .tablet\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .tablet\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .tablet\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .tablet\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .tablet\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .tablet\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .tablet\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .tablet\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .tablet\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .tablet\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .tablet\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .tablet\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .tablet\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .tablet\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .tablet\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .tablet\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .tablet\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .tablet\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .tablet\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .tablet\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .tablet\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .tablet\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .tablet\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .tablet\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .tablet\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .tablet\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .tablet\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .tablet\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .tablet\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .tablet\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .tablet\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .tablet\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .tablet\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .tablet\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .tablet\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .tablet\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .tablet\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .tablet\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .tablet\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .tablet\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .tablet\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .tablet\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .tablet\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .tablet\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .tablet\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .tablet\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .tablet\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .tablet\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .tablet\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .tablet\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .tablet\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .tablet\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .tablet\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .tablet\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .tablet\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .tablet\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .tablet\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .tablet\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .tablet\:via-primary-color {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .tablet\:via-primary-color-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .tablet\:via-secondary-color {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .tablet\:via-custom-gray-sm {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .tablet\:via-custom-gray-sm2 {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .tablet\:via-custom-gray-md {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .tablet\:via-custom-navy-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .tablet\:via-dark-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .tablet\:via-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .tablet\:via-secondary-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .tablet\:via-secondary-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .tablet\:via-secondary-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .tablet\:via-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .tablet\:via-secondary-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .tablet\:via-secondary-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .tablet\:via-grayCustom-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .tablet\:via-grayCustom-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .tablet\:via-grayCustom-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .tablet\:via-grayCustom-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .tablet\:via-grayCustom {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .tablet\:via-grayCustom-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .tablet\:via-grayCustom-light {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .tablet\:via-grayCustom-hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .tablet\:via-error {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .tablet\:via-error-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .tablet\:via-warning {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .tablet\:via-warning-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .tablet\:via-success {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .tablet\:via-success-light {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .tablet\:via-status-open {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:via-status-waiting_payment {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .tablet\:via-status-completed {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .tablet\:via-status-failed {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .tablet\:via-status-waiting_verify {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .tablet\:via-status-closed {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .tablet\:via-policyStatus-issuing {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:via-policyStatus-waiting_inspection {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .tablet\:via-policyStatus-success {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .tablet\:via-policyStatus-failed_inspection {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .tablet\:via-policyStatus-failed {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .tablet\:via-policyStatus-waiting_policy {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .tablet\:via-policyStatus-cancel {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .tablet\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .tablet\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .tablet\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .tablet\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .tablet\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .tablet\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .tablet\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .tablet\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .tablet\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .tablet\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .tablet\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .tablet\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .tablet\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .tablet\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .tablet\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .tablet\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .tablet\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .tablet\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .tablet\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .tablet\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .tablet\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .tablet\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .tablet\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .tablet\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .tablet\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .tablet\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .tablet\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .tablet\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .tablet\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .tablet\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .tablet\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .tablet\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .tablet\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .tablet\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .tablet\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .tablet\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .tablet\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .tablet\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .tablet\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .tablet\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .tablet\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .tablet\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .tablet\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .tablet\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .tablet\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .tablet\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .tablet\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .tablet\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .tablet\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .tablet\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .tablet\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .tablet\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .tablet\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .tablet\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .tablet\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .tablet\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .tablet\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .tablet\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .tablet\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .tablet\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .tablet\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .tablet\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .tablet\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .tablet\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .tablet\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .tablet\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .tablet\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .tablet\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .tablet\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .tablet\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .tablet\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .tablet\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .tablet\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .tablet\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .tablet\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .tablet\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .tablet\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .tablet\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .tablet\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .tablet\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .tablet\:hover\:via-primary-color:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .tablet\:hover\:via-primary-color-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .tablet\:hover\:via-secondary-color:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .tablet\:hover\:via-custom-gray-sm:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .tablet\:hover\:via-custom-gray-sm2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .tablet\:hover\:via-custom-gray-md:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .tablet\:hover\:via-custom-navy-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .tablet\:hover\:via-dark-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .tablet\:hover\:via-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .tablet\:hover\:via-secondary-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .tablet\:hover\:via-secondary-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .tablet\:hover\:via-secondary-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .tablet\:hover\:via-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .tablet\:hover\:via-secondary-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .tablet\:hover\:via-secondary-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .tablet\:hover\:via-grayCustom-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .tablet\:hover\:via-grayCustom-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .tablet\:hover\:via-grayCustom-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .tablet\:hover\:via-grayCustom-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .tablet\:hover\:via-grayCustom:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .tablet\:hover\:via-grayCustom-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .tablet\:hover\:via-grayCustom-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .tablet\:hover\:via-grayCustom-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .tablet\:hover\:via-error:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .tablet\:hover\:via-error-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .tablet\:hover\:via-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .tablet\:hover\:via-warning-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .tablet\:hover\:via-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .tablet\:hover\:via-success-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .tablet\:hover\:via-status-open:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:hover\:via-status-waiting_payment:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .tablet\:hover\:via-status-completed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .tablet\:hover\:via-status-failed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .tablet\:hover\:via-status-waiting_verify:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .tablet\:hover\:via-status-closed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .tablet\:hover\:via-policyStatus-issuing:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:hover\:via-policyStatus-waiting_inspection:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .tablet\:hover\:via-policyStatus-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .tablet\:hover\:via-policyStatus-failed_inspection:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .tablet\:hover\:via-policyStatus-failed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .tablet\:hover\:via-policyStatus-waiting_policy:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .tablet\:hover\:via-policyStatus-cancel:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .tablet\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .tablet\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .tablet\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .tablet\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .tablet\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .tablet\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .tablet\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .tablet\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .tablet\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .tablet\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .tablet\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .tablet\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .tablet\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .tablet\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .tablet\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .tablet\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .tablet\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .tablet\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .tablet\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .tablet\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .tablet\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .tablet\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .tablet\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .tablet\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .tablet\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .tablet\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .tablet\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .tablet\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .tablet\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .tablet\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .tablet\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .tablet\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .tablet\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .tablet\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .tablet\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .tablet\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .tablet\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .tablet\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .tablet\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .tablet\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .tablet\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .tablet\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .tablet\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .tablet\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .tablet\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .tablet\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .tablet\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .tablet\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .tablet\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .tablet\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .tablet\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .tablet\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .tablet\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .tablet\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .tablet\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .tablet\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .tablet\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .tablet\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .tablet\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .tablet\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .tablet\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .tablet\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .tablet\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .tablet\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .tablet\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .tablet\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .tablet\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .tablet\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .tablet\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .tablet\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .tablet\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .tablet\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .tablet\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .tablet\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .tablet\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .tablet\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .tablet\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .tablet\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .tablet\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .tablet\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .tablet\:focus\:via-primary-color:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .tablet\:focus\:via-primary-color-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .tablet\:focus\:via-secondary-color:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .tablet\:focus\:via-custom-gray-sm:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .tablet\:focus\:via-custom-gray-sm2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .tablet\:focus\:via-custom-gray-md:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .tablet\:focus\:via-custom-navy-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .tablet\:focus\:via-dark-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .tablet\:focus\:via-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .tablet\:focus\:via-secondary-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .tablet\:focus\:via-secondary-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .tablet\:focus\:via-secondary-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .tablet\:focus\:via-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .tablet\:focus\:via-secondary-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .tablet\:focus\:via-secondary-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .tablet\:focus\:via-grayCustom-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .tablet\:focus\:via-grayCustom-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .tablet\:focus\:via-grayCustom-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .tablet\:focus\:via-grayCustom-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .tablet\:focus\:via-grayCustom:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .tablet\:focus\:via-grayCustom-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .tablet\:focus\:via-grayCustom-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .tablet\:focus\:via-grayCustom-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .tablet\:focus\:via-error:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .tablet\:focus\:via-error-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .tablet\:focus\:via-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .tablet\:focus\:via-warning-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .tablet\:focus\:via-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .tablet\:focus\:via-success-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .tablet\:focus\:via-status-open:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:focus\:via-status-waiting_payment:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .tablet\:focus\:via-status-completed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .tablet\:focus\:via-status-failed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .tablet\:focus\:via-status-waiting_verify:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .tablet\:focus\:via-status-closed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .tablet\:focus\:via-policyStatus-issuing:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:focus\:via-policyStatus-waiting_inspection:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .tablet\:focus\:via-policyStatus-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .tablet\:focus\:via-policyStatus-failed_inspection:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .tablet\:focus\:via-policyStatus-failed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .tablet\:focus\:via-policyStatus-waiting_policy:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .tablet\:focus\:via-policyStatus-cancel:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .tablet\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .tablet\:to-current {
    --tw-gradient-to: currentColor;
  }

  .tablet\:to-black {
    --tw-gradient-to: #000;
  }

  .tablet\:to-white {
    --tw-gradient-to: #fff;
  }

  .tablet\:to-gray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .tablet\:to-gray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .tablet\:to-gray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .tablet\:to-gray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .tablet\:to-gray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .tablet\:to-gray-500 {
    --tw-gradient-to: #6b7280;
  }

  .tablet\:to-gray-600 {
    --tw-gradient-to: #4b5563;
  }

  .tablet\:to-gray-700 {
    --tw-gradient-to: #374151;
  }

  .tablet\:to-gray-800 {
    --tw-gradient-to: #1f2937;
  }

  .tablet\:to-gray-900 {
    --tw-gradient-to: #111827;
  }

  .tablet\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .tablet\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .tablet\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .tablet\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .tablet\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .tablet\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .tablet\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .tablet\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .tablet\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .tablet\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .tablet\:to-yellow-50 {
    --tw-gradient-to: #fffbeb;
  }

  .tablet\:to-yellow-100 {
    --tw-gradient-to: #fef3c7;
  }

  .tablet\:to-yellow-200 {
    --tw-gradient-to: #fde68a;
  }

  .tablet\:to-yellow-300 {
    --tw-gradient-to: #fcd34d;
  }

  .tablet\:to-yellow-400 {
    --tw-gradient-to: #fbbf24;
  }

  .tablet\:to-yellow-500 {
    --tw-gradient-to: #f59e0b;
  }

  .tablet\:to-yellow-600 {
    --tw-gradient-to: #d97706;
  }

  .tablet\:to-yellow-700 {
    --tw-gradient-to: #b45309;
  }

  .tablet\:to-yellow-800 {
    --tw-gradient-to: #92400e;
  }

  .tablet\:to-yellow-900 {
    --tw-gradient-to: #78350f;
  }

  .tablet\:to-green-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .tablet\:to-green-100 {
    --tw-gradient-to: #d1fae5;
  }

  .tablet\:to-green-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .tablet\:to-green-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .tablet\:to-green-400 {
    --tw-gradient-to: #34d399;
  }

  .tablet\:to-green-500 {
    --tw-gradient-to: #10b981;
  }

  .tablet\:to-green-600 {
    --tw-gradient-to: #059669;
  }

  .tablet\:to-green-700 {
    --tw-gradient-to: #047857;
  }

  .tablet\:to-green-800 {
    --tw-gradient-to: #065f46;
  }

  .tablet\:to-green-900 {
    --tw-gradient-to: #064e3b;
  }

  .tablet\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .tablet\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .tablet\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .tablet\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .tablet\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .tablet\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .tablet\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .tablet\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .tablet\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .tablet\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .tablet\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .tablet\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .tablet\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .tablet\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .tablet\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .tablet\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .tablet\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .tablet\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .tablet\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .tablet\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .tablet\:to-purple-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .tablet\:to-purple-100 {
    --tw-gradient-to: #ede9fe;
  }

  .tablet\:to-purple-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .tablet\:to-purple-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .tablet\:to-purple-400 {
    --tw-gradient-to: #a78bfa;
  }

  .tablet\:to-purple-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .tablet\:to-purple-600 {
    --tw-gradient-to: #7c3aed;
  }

  .tablet\:to-purple-700 {
    --tw-gradient-to: #6d28d9;
  }

  .tablet\:to-purple-800 {
    --tw-gradient-to: #5b21b6;
  }

  .tablet\:to-purple-900 {
    --tw-gradient-to: #4c1d95;
  }

  .tablet\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .tablet\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .tablet\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .tablet\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .tablet\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .tablet\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .tablet\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .tablet\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .tablet\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .tablet\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .tablet\:to-primary-color {
    --tw-gradient-to: #eb008b;
  }

  .tablet\:to-primary-color-dark {
    --tw-gradient-to: #c90068;
  }

  .tablet\:to-secondary-color {
    --tw-gradient-to: #112e42;
  }

  .tablet\:to-custom-gray-sm {
    --tw-gradient-to: #f1f4f6;
  }

  .tablet\:to-custom-gray-sm2 {
    --tw-gradient-to: #f1f2f3;
  }

  .tablet\:to-custom-gray-md {
    --tw-gradient-to: #848484;
  }

  .tablet\:to-custom-navy-dark {
    --tw-gradient-to: #112e42;
  }

  .tablet\:to-dark-blue {
    --tw-gradient-to: #112E42;
  }

  .tablet\:to-primary {
    --tw-gradient-to: #192D40;
  }

  .tablet\:to-secondary-1 {
    --tw-gradient-to: #E6007E;
  }

  .tablet\:to-secondary-2 {
    --tw-gradient-to: #D6D564;
  }

  .tablet\:to-secondary-3 {
    --tw-gradient-to: #FCFCCD;
  }

  .tablet\:to-secondary {
    --tw-gradient-to: #E6007E;
  }

  .tablet\:to-secondary-dark {
    --tw-gradient-to: #C11A7D;
  }

  .tablet\:to-secondary-light {
    --tw-gradient-to: #FBCEE9;
  }

  .tablet\:to-grayCustom-1 {
    --tw-gradient-to: #4F4F4F;
  }

  .tablet\:to-grayCustom-2 {
    --tw-gradient-to: #C4C4C4;
  }

  .tablet\:to-grayCustom-3 {
    --tw-gradient-to: #F9F9F9;
  }

  .tablet\:to-grayCustom-800 {
    --tw-gradient-to: #4F4F4F;
  }

  .tablet\:to-grayCustom {
    --tw-gradient-to: #C4C4C4;
  }

  .tablet\:to-grayCustom-dark {
    --tw-gradient-to: #4F4F4F;
  }

  .tablet\:to-grayCustom-light {
    --tw-gradient-to: #F9F9F9;
  }

  .tablet\:to-grayCustom-hover {
    --tw-gradient-to: #9F9F9F;
  }

  .tablet\:to-error {
    --tw-gradient-to: #FF206E;
  }

  .tablet\:to-error-light {
    --tw-gradient-to: #FDE8EA;
  }

  .tablet\:to-warning {
    --tw-gradient-to: #FFAE14;
  }

  .tablet\:to-warning-light {
    --tw-gradient-to: #FFF6E5;
  }

  .tablet\:to-success {
    --tw-gradient-to: #2DD881;
  }

  .tablet\:to-success-light {
    --tw-gradient-to: #E9FBF2;
  }

  .tablet\:to-status-open {
    --tw-gradient-to: #FFF;
  }

  .tablet\:to-status-waiting_payment {
    --tw-gradient-to: #ffae14;
  }

  .tablet\:to-status-completed {
    --tw-gradient-to: #54c1bb;
  }

  .tablet\:to-status-failed {
    --tw-gradient-to: #e8556b;
  }

  .tablet\:to-status-waiting_verify {
    --tw-gradient-to: #ffae14;
  }

  .tablet\:to-status-closed {
    --tw-gradient-to: #c4c4c4;
  }

  .tablet\:to-policyStatus-issuing {
    --tw-gradient-to: #FFF;
  }

  .tablet\:to-policyStatus-waiting_inspection {
    --tw-gradient-to: #ffae14;
  }

  .tablet\:to-policyStatus-success {
    --tw-gradient-to: #54c1bb;
  }

  .tablet\:to-policyStatus-failed_inspection {
    --tw-gradient-to: #e8556b;
  }

  .tablet\:to-policyStatus-failed {
    --tw-gradient-to: #e8556b;
  }

  .tablet\:to-policyStatus-waiting_policy {
    --tw-gradient-to: #ffae14;
  }

  .tablet\:to-policyStatus-cancel {
    --tw-gradient-to: #c4c4c4;
  }

  .tablet\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .tablet\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .tablet\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .tablet\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .tablet\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .tablet\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .tablet\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .tablet\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .tablet\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .tablet\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .tablet\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .tablet\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151;
  }

  .tablet\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .tablet\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827;
  }

  .tablet\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2;
  }

  .tablet\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2;
  }

  .tablet\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca;
  }

  .tablet\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5;
  }

  .tablet\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171;
  }

  .tablet\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444;
  }

  .tablet\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626;
  }

  .tablet\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c;
  }

  .tablet\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b;
  }

  .tablet\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d;
  }

  .tablet\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .tablet\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .tablet\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .tablet\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .tablet\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .tablet\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .tablet\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706;
  }

  .tablet\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309;
  }

  .tablet\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e;
  }

  .tablet\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f;
  }

  .tablet\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .tablet\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .tablet\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .tablet\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .tablet\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399;
  }

  .tablet\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981;
  }

  .tablet\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669;
  }

  .tablet\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857;
  }

  .tablet\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46;
  }

  .tablet\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .tablet\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff;
  }

  .tablet\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe;
  }

  .tablet\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe;
  }

  .tablet\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd;
  }

  .tablet\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa;
  }

  .tablet\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6;
  }

  .tablet\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb;
  }

  .tablet\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8;
  }

  .tablet\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af;
  }

  .tablet\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a;
  }

  .tablet\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff;
  }

  .tablet\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff;
  }

  .tablet\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe;
  }

  .tablet\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc;
  }

  .tablet\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8;
  }

  .tablet\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1;
  }

  .tablet\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5;
  }

  .tablet\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca;
  }

  .tablet\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3;
  }

  .tablet\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81;
  }

  .tablet\:hover\:to-purple-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .tablet\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .tablet\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .tablet\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .tablet\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .tablet\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .tablet\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .tablet\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .tablet\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .tablet\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .tablet\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8;
  }

  .tablet\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3;
  }

  .tablet\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8;
  }

  .tablet\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4;
  }

  .tablet\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6;
  }

  .tablet\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899;
  }

  .tablet\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777;
  }

  .tablet\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d;
  }

  .tablet\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d;
  }

  .tablet\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843;
  }

  .tablet\:hover\:to-primary-color:hover {
    --tw-gradient-to: #eb008b;
  }

  .tablet\:hover\:to-primary-color-dark:hover {
    --tw-gradient-to: #c90068;
  }

  .tablet\:hover\:to-secondary-color:hover {
    --tw-gradient-to: #112e42;
  }

  .tablet\:hover\:to-custom-gray-sm:hover {
    --tw-gradient-to: #f1f4f6;
  }

  .tablet\:hover\:to-custom-gray-sm2:hover {
    --tw-gradient-to: #f1f2f3;
  }

  .tablet\:hover\:to-custom-gray-md:hover {
    --tw-gradient-to: #848484;
  }

  .tablet\:hover\:to-custom-navy-dark:hover {
    --tw-gradient-to: #112e42;
  }

  .tablet\:hover\:to-dark-blue:hover {
    --tw-gradient-to: #112E42;
  }

  .tablet\:hover\:to-primary:hover {
    --tw-gradient-to: #192D40;
  }

  .tablet\:hover\:to-secondary-1:hover {
    --tw-gradient-to: #E6007E;
  }

  .tablet\:hover\:to-secondary-2:hover {
    --tw-gradient-to: #D6D564;
  }

  .tablet\:hover\:to-secondary-3:hover {
    --tw-gradient-to: #FCFCCD;
  }

  .tablet\:hover\:to-secondary:hover {
    --tw-gradient-to: #E6007E;
  }

  .tablet\:hover\:to-secondary-dark:hover {
    --tw-gradient-to: #C11A7D;
  }

  .tablet\:hover\:to-secondary-light:hover {
    --tw-gradient-to: #FBCEE9;
  }

  .tablet\:hover\:to-grayCustom-1:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .tablet\:hover\:to-grayCustom-2:hover {
    --tw-gradient-to: #C4C4C4;
  }

  .tablet\:hover\:to-grayCustom-3:hover {
    --tw-gradient-to: #F9F9F9;
  }

  .tablet\:hover\:to-grayCustom-800:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .tablet\:hover\:to-grayCustom:hover {
    --tw-gradient-to: #C4C4C4;
  }

  .tablet\:hover\:to-grayCustom-dark:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .tablet\:hover\:to-grayCustom-light:hover {
    --tw-gradient-to: #F9F9F9;
  }

  .tablet\:hover\:to-grayCustom-hover:hover {
    --tw-gradient-to: #9F9F9F;
  }

  .tablet\:hover\:to-error:hover {
    --tw-gradient-to: #FF206E;
  }

  .tablet\:hover\:to-error-light:hover {
    --tw-gradient-to: #FDE8EA;
  }

  .tablet\:hover\:to-warning:hover {
    --tw-gradient-to: #FFAE14;
  }

  .tablet\:hover\:to-warning-light:hover {
    --tw-gradient-to: #FFF6E5;
  }

  .tablet\:hover\:to-success:hover {
    --tw-gradient-to: #2DD881;
  }

  .tablet\:hover\:to-success-light:hover {
    --tw-gradient-to: #E9FBF2;
  }

  .tablet\:hover\:to-status-open:hover {
    --tw-gradient-to: #FFF;
  }

  .tablet\:hover\:to-status-waiting_payment:hover {
    --tw-gradient-to: #ffae14;
  }

  .tablet\:hover\:to-status-completed:hover {
    --tw-gradient-to: #54c1bb;
  }

  .tablet\:hover\:to-status-failed:hover {
    --tw-gradient-to: #e8556b;
  }

  .tablet\:hover\:to-status-waiting_verify:hover {
    --tw-gradient-to: #ffae14;
  }

  .tablet\:hover\:to-status-closed:hover {
    --tw-gradient-to: #c4c4c4;
  }

  .tablet\:hover\:to-policyStatus-issuing:hover {
    --tw-gradient-to: #FFF;
  }

  .tablet\:hover\:to-policyStatus-waiting_inspection:hover {
    --tw-gradient-to: #ffae14;
  }

  .tablet\:hover\:to-policyStatus-success:hover {
    --tw-gradient-to: #54c1bb;
  }

  .tablet\:hover\:to-policyStatus-failed_inspection:hover {
    --tw-gradient-to: #e8556b;
  }

  .tablet\:hover\:to-policyStatus-failed:hover {
    --tw-gradient-to: #e8556b;
  }

  .tablet\:hover\:to-policyStatus-waiting_policy:hover {
    --tw-gradient-to: #ffae14;
  }

  .tablet\:hover\:to-policyStatus-cancel:hover {
    --tw-gradient-to: #c4c4c4;
  }

  .tablet\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .tablet\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .tablet\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .tablet\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .tablet\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .tablet\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .tablet\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .tablet\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .tablet\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .tablet\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .tablet\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .tablet\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151;
  }

  .tablet\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .tablet\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827;
  }

  .tablet\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2;
  }

  .tablet\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2;
  }

  .tablet\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca;
  }

  .tablet\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5;
  }

  .tablet\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171;
  }

  .tablet\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444;
  }

  .tablet\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626;
  }

  .tablet\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c;
  }

  .tablet\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b;
  }

  .tablet\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d;
  }

  .tablet\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .tablet\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .tablet\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .tablet\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .tablet\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .tablet\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .tablet\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706;
  }

  .tablet\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309;
  }

  .tablet\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e;
  }

  .tablet\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f;
  }

  .tablet\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .tablet\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .tablet\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .tablet\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .tablet\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399;
  }

  .tablet\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981;
  }

  .tablet\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669;
  }

  .tablet\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857;
  }

  .tablet\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46;
  }

  .tablet\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .tablet\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff;
  }

  .tablet\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe;
  }

  .tablet\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe;
  }

  .tablet\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd;
  }

  .tablet\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa;
  }

  .tablet\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6;
  }

  .tablet\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb;
  }

  .tablet\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8;
  }

  .tablet\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af;
  }

  .tablet\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a;
  }

  .tablet\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff;
  }

  .tablet\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff;
  }

  .tablet\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe;
  }

  .tablet\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc;
  }

  .tablet\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8;
  }

  .tablet\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1;
  }

  .tablet\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5;
  }

  .tablet\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca;
  }

  .tablet\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3;
  }

  .tablet\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81;
  }

  .tablet\:focus\:to-purple-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .tablet\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .tablet\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .tablet\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .tablet\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .tablet\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .tablet\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .tablet\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .tablet\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .tablet\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .tablet\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8;
  }

  .tablet\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3;
  }

  .tablet\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8;
  }

  .tablet\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4;
  }

  .tablet\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6;
  }

  .tablet\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899;
  }

  .tablet\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777;
  }

  .tablet\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d;
  }

  .tablet\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d;
  }

  .tablet\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843;
  }

  .tablet\:focus\:to-primary-color:focus {
    --tw-gradient-to: #eb008b;
  }

  .tablet\:focus\:to-primary-color-dark:focus {
    --tw-gradient-to: #c90068;
  }

  .tablet\:focus\:to-secondary-color:focus {
    --tw-gradient-to: #112e42;
  }

  .tablet\:focus\:to-custom-gray-sm:focus {
    --tw-gradient-to: #f1f4f6;
  }

  .tablet\:focus\:to-custom-gray-sm2:focus {
    --tw-gradient-to: #f1f2f3;
  }

  .tablet\:focus\:to-custom-gray-md:focus {
    --tw-gradient-to: #848484;
  }

  .tablet\:focus\:to-custom-navy-dark:focus {
    --tw-gradient-to: #112e42;
  }

  .tablet\:focus\:to-dark-blue:focus {
    --tw-gradient-to: #112E42;
  }

  .tablet\:focus\:to-primary:focus {
    --tw-gradient-to: #192D40;
  }

  .tablet\:focus\:to-secondary-1:focus {
    --tw-gradient-to: #E6007E;
  }

  .tablet\:focus\:to-secondary-2:focus {
    --tw-gradient-to: #D6D564;
  }

  .tablet\:focus\:to-secondary-3:focus {
    --tw-gradient-to: #FCFCCD;
  }

  .tablet\:focus\:to-secondary:focus {
    --tw-gradient-to: #E6007E;
  }

  .tablet\:focus\:to-secondary-dark:focus {
    --tw-gradient-to: #C11A7D;
  }

  .tablet\:focus\:to-secondary-light:focus {
    --tw-gradient-to: #FBCEE9;
  }

  .tablet\:focus\:to-grayCustom-1:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .tablet\:focus\:to-grayCustom-2:focus {
    --tw-gradient-to: #C4C4C4;
  }

  .tablet\:focus\:to-grayCustom-3:focus {
    --tw-gradient-to: #F9F9F9;
  }

  .tablet\:focus\:to-grayCustom-800:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .tablet\:focus\:to-grayCustom:focus {
    --tw-gradient-to: #C4C4C4;
  }

  .tablet\:focus\:to-grayCustom-dark:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .tablet\:focus\:to-grayCustom-light:focus {
    --tw-gradient-to: #F9F9F9;
  }

  .tablet\:focus\:to-grayCustom-hover:focus {
    --tw-gradient-to: #9F9F9F;
  }

  .tablet\:focus\:to-error:focus {
    --tw-gradient-to: #FF206E;
  }

  .tablet\:focus\:to-error-light:focus {
    --tw-gradient-to: #FDE8EA;
  }

  .tablet\:focus\:to-warning:focus {
    --tw-gradient-to: #FFAE14;
  }

  .tablet\:focus\:to-warning-light:focus {
    --tw-gradient-to: #FFF6E5;
  }

  .tablet\:focus\:to-success:focus {
    --tw-gradient-to: #2DD881;
  }

  .tablet\:focus\:to-success-light:focus {
    --tw-gradient-to: #E9FBF2;
  }

  .tablet\:focus\:to-status-open:focus {
    --tw-gradient-to: #FFF;
  }

  .tablet\:focus\:to-status-waiting_payment:focus {
    --tw-gradient-to: #ffae14;
  }

  .tablet\:focus\:to-status-completed:focus {
    --tw-gradient-to: #54c1bb;
  }

  .tablet\:focus\:to-status-failed:focus {
    --tw-gradient-to: #e8556b;
  }

  .tablet\:focus\:to-status-waiting_verify:focus {
    --tw-gradient-to: #ffae14;
  }

  .tablet\:focus\:to-status-closed:focus {
    --tw-gradient-to: #c4c4c4;
  }

  .tablet\:focus\:to-policyStatus-issuing:focus {
    --tw-gradient-to: #FFF;
  }

  .tablet\:focus\:to-policyStatus-waiting_inspection:focus {
    --tw-gradient-to: #ffae14;
  }

  .tablet\:focus\:to-policyStatus-success:focus {
    --tw-gradient-to: #54c1bb;
  }

  .tablet\:focus\:to-policyStatus-failed_inspection:focus {
    --tw-gradient-to: #e8556b;
  }

  .tablet\:focus\:to-policyStatus-failed:focus {
    --tw-gradient-to: #e8556b;
  }

  .tablet\:focus\:to-policyStatus-waiting_policy:focus {
    --tw-gradient-to: #ffae14;
  }

  .tablet\:focus\:to-policyStatus-cancel:focus {
    --tw-gradient-to: #c4c4c4;
  }

  .tablet\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .tablet\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .tablet\:bg-auto {
    background-size: auto;
  }

  .tablet\:bg-cover {
    background-size: cover;
  }

  .tablet\:bg-contain {
    background-size: contain;
  }

  .tablet\:bg-fixed {
    background-attachment: fixed;
  }

  .tablet\:bg-local {
    background-attachment: local;
  }

  .tablet\:bg-scroll {
    background-attachment: scroll;
  }

  .tablet\:bg-clip-border {
    background-clip: border-box;
  }

  .tablet\:bg-clip-padding {
    background-clip: padding-box;
  }

  .tablet\:bg-clip-content {
    background-clip: content-box;
  }

  .tablet\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .tablet\:bg-bottom {
    background-position: bottom;
  }

  .tablet\:bg-center {
    background-position: center;
  }

  .tablet\:bg-left {
    background-position: left;
  }

  .tablet\:bg-left-bottom {
    background-position: left bottom;
  }

  .tablet\:bg-left-top {
    background-position: left top;
  }

  .tablet\:bg-right {
    background-position: right;
  }

  .tablet\:bg-right-bottom {
    background-position: right bottom;
  }

  .tablet\:bg-right-top {
    background-position: right top;
  }

  .tablet\:bg-top {
    background-position: top;
  }

  .tablet\:bg-repeat {
    background-repeat: repeat;
  }

  .tablet\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .tablet\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .tablet\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .tablet\:bg-repeat-round {
    background-repeat: round;
  }

  .tablet\:bg-repeat-space {
    background-repeat: space;
  }

  .tablet\:bg-origin-border {
    background-origin: border-box;
  }

  .tablet\:bg-origin-padding {
    background-origin: padding-box;
  }

  .tablet\:bg-origin-content {
    background-origin: content-box;
  }

  .tablet\:fill-current {
    fill: currentColor;
  }

  .tablet\:stroke-current {
    stroke: currentColor;
  }

  .tablet\:stroke-0 {
    stroke-width: 0;
  }

  .tablet\:stroke-1 {
    stroke-width: 1;
  }

  .tablet\:stroke-2 {
    stroke-width: 2;
  }

  .tablet\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .tablet\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .tablet\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .tablet\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .tablet\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .tablet\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .tablet\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .tablet\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .tablet\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .tablet\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .tablet\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .tablet\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .tablet\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .tablet\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .tablet\:p-0 {
    padding: 0;
  }

  .tablet\:p-1 {
    padding: 0.25rem;
  }

  .tablet\:p-2 {
    padding: 0.5rem;
  }

  .tablet\:p-3 {
    padding: 0.75rem;
  }

  .tablet\:p-4 {
    padding: 1rem;
  }

  .tablet\:p-5 {
    padding: 5px;
  }

  .tablet\:p-6 {
    padding: 1.5rem;
  }

  .tablet\:p-7 {
    padding: 1.75rem;
  }

  .tablet\:p-8 {
    padding: 2rem;
  }

  .tablet\:p-9 {
    padding: 2.25rem;
  }

  .tablet\:p-10 {
    padding: 10px;
  }

  .tablet\:p-11 {
    padding: 2.75rem;
  }

  .tablet\:p-12 {
    padding: 3rem;
  }

  .tablet\:p-14 {
    padding: 14px;
  }

  .tablet\:p-16 {
    padding: 16px;
  }

  .tablet\:p-20 {
    padding: 20px;
  }

  .tablet\:p-24 {
    padding: 24px;
  }

  .tablet\:p-28 {
    padding: 7rem;
  }

  .tablet\:p-30 {
    padding: 30px;
  }

  .tablet\:p-32 {
    padding: 8rem;
  }

  .tablet\:p-36 {
    padding: 9rem;
  }

  .tablet\:p-40 {
    padding: 10rem;
  }

  .tablet\:p-44 {
    padding: 11rem;
  }

  .tablet\:p-48 {
    padding: 48px;
  }

  .tablet\:p-52 {
    padding: 13rem;
  }

  .tablet\:p-56 {
    padding: 14rem;
  }

  .tablet\:p-60 {
    padding: 60px;
  }

  .tablet\:p-64 {
    padding: 16rem;
  }

  .tablet\:p-72 {
    padding: 18rem;
  }

  .tablet\:p-80 {
    padding: 20rem;
  }

  .tablet\:p-95 {
    padding: 95px;
  }

  .tablet\:p-96 {
    padding: 24rem;
  }

  .tablet\:p-120 {
    padding: 120px;
  }

  .tablet\:p-190 {
    padding: 190px;
  }

  .tablet\:p-px {
    padding: 1px;
  }

  .tablet\:p-0\.5 {
    padding: 0.125rem;
  }

  .tablet\:p-1\.5 {
    padding: 0.375rem;
  }

  .tablet\:p-2\.5 {
    padding: 0.625rem;
  }

  .tablet\:p-3\.5 {
    padding: 0.875rem;
  }

  .tablet\:p-30\% {
    padding: 30%;
  }

  .tablet\:p-7\.5r {
    padding: 1.875rem;
  }

  .tablet\:hover\:p-0:hover {
    padding: 0;
  }

  .tablet\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .tablet\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .tablet\:hover\:p-3:hover {
    padding: 0.75rem;
  }

  .tablet\:hover\:p-4:hover {
    padding: 1rem;
  }

  .tablet\:hover\:p-5:hover {
    padding: 5px;
  }

  .tablet\:hover\:p-6:hover {
    padding: 1.5rem;
  }

  .tablet\:hover\:p-7:hover {
    padding: 1.75rem;
  }

  .tablet\:hover\:p-8:hover {
    padding: 2rem;
  }

  .tablet\:hover\:p-9:hover {
    padding: 2.25rem;
  }

  .tablet\:hover\:p-10:hover {
    padding: 10px;
  }

  .tablet\:hover\:p-11:hover {
    padding: 2.75rem;
  }

  .tablet\:hover\:p-12:hover {
    padding: 3rem;
  }

  .tablet\:hover\:p-14:hover {
    padding: 14px;
  }

  .tablet\:hover\:p-16:hover {
    padding: 16px;
  }

  .tablet\:hover\:p-20:hover {
    padding: 20px;
  }

  .tablet\:hover\:p-24:hover {
    padding: 24px;
  }

  .tablet\:hover\:p-28:hover {
    padding: 7rem;
  }

  .tablet\:hover\:p-30:hover {
    padding: 30px;
  }

  .tablet\:hover\:p-32:hover {
    padding: 8rem;
  }

  .tablet\:hover\:p-36:hover {
    padding: 9rem;
  }

  .tablet\:hover\:p-40:hover {
    padding: 10rem;
  }

  .tablet\:hover\:p-44:hover {
    padding: 11rem;
  }

  .tablet\:hover\:p-48:hover {
    padding: 48px;
  }

  .tablet\:hover\:p-52:hover {
    padding: 13rem;
  }

  .tablet\:hover\:p-56:hover {
    padding: 14rem;
  }

  .tablet\:hover\:p-60:hover {
    padding: 60px;
  }

  .tablet\:hover\:p-64:hover {
    padding: 16rem;
  }

  .tablet\:hover\:p-72:hover {
    padding: 18rem;
  }

  .tablet\:hover\:p-80:hover {
    padding: 20rem;
  }

  .tablet\:hover\:p-95:hover {
    padding: 95px;
  }

  .tablet\:hover\:p-96:hover {
    padding: 24rem;
  }

  .tablet\:hover\:p-120:hover {
    padding: 120px;
  }

  .tablet\:hover\:p-190:hover {
    padding: 190px;
  }

  .tablet\:hover\:p-px:hover {
    padding: 1px;
  }

  .tablet\:hover\:p-0\.5:hover {
    padding: 0.125rem;
  }

  .tablet\:hover\:p-1\.5:hover {
    padding: 0.375rem;
  }

  .tablet\:hover\:p-2\.5:hover {
    padding: 0.625rem;
  }

  .tablet\:hover\:p-3\.5:hover {
    padding: 0.875rem;
  }

  .tablet\:hover\:p-30\%:hover {
    padding: 30%;
  }

  .tablet\:hover\:p-7\.5r:hover {
    padding: 1.875rem;
  }

  .tablet\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .tablet\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .tablet\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .tablet\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .tablet\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tablet\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .tablet\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .tablet\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .tablet\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tablet\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .tablet\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tablet\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .tablet\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .tablet\:px-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .tablet\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tablet\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tablet\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tablet\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .tablet\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tablet\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .tablet\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .tablet\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .tablet\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .tablet\:px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .tablet\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .tablet\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .tablet\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .tablet\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .tablet\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .tablet\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .tablet\:px-95 {
    padding-left: 95px;
    padding-right: 95px;
  }

  .tablet\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .tablet\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .tablet\:px-190 {
    padding-left: 190px;
    padding-right: 190px;
  }

  .tablet\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .tablet\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .tablet\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .tablet\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .tablet\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .tablet\:px-30\% {
    padding-left: 30%;
    padding-right: 30%;
  }

  .tablet\:px-7\.5r {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .tablet\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tablet\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .tablet\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .tablet\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .tablet\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .tablet\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tablet\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .tablet\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .tablet\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .tablet\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .tablet\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tablet\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .tablet\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .tablet\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .tablet\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tablet\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tablet\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .tablet\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .tablet\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tablet\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .tablet\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .tablet\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .tablet\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .tablet\:py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .tablet\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .tablet\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .tablet\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tablet\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .tablet\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .tablet\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .tablet\:py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .tablet\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .tablet\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .tablet\:py-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .tablet\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .tablet\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .tablet\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .tablet\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .tablet\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .tablet\:py-30\% {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .tablet\:py-7\.5r {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .tablet\:hover\:px-0:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .tablet\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .tablet\:hover\:px-2:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .tablet\:hover\:px-3:hover {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .tablet\:hover\:px-4:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tablet\:hover\:px-5:hover {
    padding-left: 5px;
    padding-right: 5px;
  }

  .tablet\:hover\:px-6:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .tablet\:hover\:px-7:hover {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .tablet\:hover\:px-8:hover {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tablet\:hover\:px-9:hover {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .tablet\:hover\:px-10:hover {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tablet\:hover\:px-11:hover {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .tablet\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .tablet\:hover\:px-14:hover {
    padding-left: 14px;
    padding-right: 14px;
  }

  .tablet\:hover\:px-16:hover {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tablet\:hover\:px-20:hover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tablet\:hover\:px-24:hover {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tablet\:hover\:px-28:hover {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .tablet\:hover\:px-30:hover {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tablet\:hover\:px-32:hover {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .tablet\:hover\:px-36:hover {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .tablet\:hover\:px-40:hover {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .tablet\:hover\:px-44:hover {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .tablet\:hover\:px-48:hover {
    padding-left: 48px;
    padding-right: 48px;
  }

  .tablet\:hover\:px-52:hover {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .tablet\:hover\:px-56:hover {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .tablet\:hover\:px-60:hover {
    padding-left: 60px;
    padding-right: 60px;
  }

  .tablet\:hover\:px-64:hover {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .tablet\:hover\:px-72:hover {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .tablet\:hover\:px-80:hover {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .tablet\:hover\:px-95:hover {
    padding-left: 95px;
    padding-right: 95px;
  }

  .tablet\:hover\:px-96:hover {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .tablet\:hover\:px-120:hover {
    padding-left: 120px;
    padding-right: 120px;
  }

  .tablet\:hover\:px-190:hover {
    padding-left: 190px;
    padding-right: 190px;
  }

  .tablet\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .tablet\:hover\:px-0\.5:hover {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .tablet\:hover\:px-1\.5:hover {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .tablet\:hover\:px-2\.5:hover {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .tablet\:hover\:px-3\.5:hover {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .tablet\:hover\:px-30\%:hover {
    padding-left: 30%;
    padding-right: 30%;
  }

  .tablet\:hover\:px-7\.5r:hover {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .tablet\:hover\:py-0:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tablet\:hover\:py-1:hover {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .tablet\:hover\:py-2:hover {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .tablet\:hover\:py-3:hover {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .tablet\:hover\:py-4:hover {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .tablet\:hover\:py-5:hover {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tablet\:hover\:py-6:hover {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .tablet\:hover\:py-7:hover {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .tablet\:hover\:py-8:hover {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .tablet\:hover\:py-9:hover {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .tablet\:hover\:py-10:hover {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tablet\:hover\:py-11:hover {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .tablet\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .tablet\:hover\:py-14:hover {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .tablet\:hover\:py-16:hover {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tablet\:hover\:py-20:hover {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tablet\:hover\:py-24:hover {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .tablet\:hover\:py-28:hover {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .tablet\:hover\:py-30:hover {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tablet\:hover\:py-32:hover {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .tablet\:hover\:py-36:hover {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .tablet\:hover\:py-40:hover {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .tablet\:hover\:py-44:hover {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .tablet\:hover\:py-48:hover {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .tablet\:hover\:py-52:hover {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .tablet\:hover\:py-56:hover {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .tablet\:hover\:py-60:hover {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tablet\:hover\:py-64:hover {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .tablet\:hover\:py-72:hover {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .tablet\:hover\:py-80:hover {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .tablet\:hover\:py-95:hover {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .tablet\:hover\:py-96:hover {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .tablet\:hover\:py-120:hover {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .tablet\:hover\:py-190:hover {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .tablet\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .tablet\:hover\:py-0\.5:hover {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .tablet\:hover\:py-1\.5:hover {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .tablet\:hover\:py-2\.5:hover {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .tablet\:hover\:py-3\.5:hover {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .tablet\:hover\:py-30\%:hover {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .tablet\:hover\:py-7\.5r:hover {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .tablet\:pt-0 {
    padding-top: 0;
  }

  .tablet\:pt-1 {
    padding-top: 0.25rem;
  }

  .tablet\:pt-2 {
    padding-top: 0.5rem;
  }

  .tablet\:pt-3 {
    padding-top: 0.75rem;
  }

  .tablet\:pt-4 {
    padding-top: 1rem;
  }

  .tablet\:pt-5 {
    padding-top: 5px;
  }

  .tablet\:pt-6 {
    padding-top: 1.5rem;
  }

  .tablet\:pt-7 {
    padding-top: 1.75rem;
  }

  .tablet\:pt-8 {
    padding-top: 2rem;
  }

  .tablet\:pt-9 {
    padding-top: 2.25rem;
  }

  .tablet\:pt-10 {
    padding-top: 10px;
  }

  .tablet\:pt-11 {
    padding-top: 2.75rem;
  }

  .tablet\:pt-12 {
    padding-top: 3rem;
  }

  .tablet\:pt-14 {
    padding-top: 14px;
  }

  .tablet\:pt-16 {
    padding-top: 16px;
  }

  .tablet\:pt-20 {
    padding-top: 20px;
  }

  .tablet\:pt-24 {
    padding-top: 24px;
  }

  .tablet\:pt-28 {
    padding-top: 7rem;
  }

  .tablet\:pt-30 {
    padding-top: 30px;
  }

  .tablet\:pt-32 {
    padding-top: 8rem;
  }

  .tablet\:pt-36 {
    padding-top: 9rem;
  }

  .tablet\:pt-40 {
    padding-top: 10rem;
  }

  .tablet\:pt-44 {
    padding-top: 11rem;
  }

  .tablet\:pt-48 {
    padding-top: 48px;
  }

  .tablet\:pt-52 {
    padding-top: 13rem;
  }

  .tablet\:pt-56 {
    padding-top: 14rem;
  }

  .tablet\:pt-60 {
    padding-top: 60px;
  }

  .tablet\:pt-64 {
    padding-top: 16rem;
  }

  .tablet\:pt-72 {
    padding-top: 18rem;
  }

  .tablet\:pt-80 {
    padding-top: 20rem;
  }

  .tablet\:pt-95 {
    padding-top: 95px;
  }

  .tablet\:pt-96 {
    padding-top: 24rem;
  }

  .tablet\:pt-120 {
    padding-top: 120px;
  }

  .tablet\:pt-190 {
    padding-top: 190px;
  }

  .tablet\:pt-px {
    padding-top: 1px;
  }

  .tablet\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .tablet\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .tablet\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .tablet\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .tablet\:pt-30\% {
    padding-top: 30%;
  }

  .tablet\:pt-7\.5r {
    padding-top: 1.875rem;
  }

  .tablet\:pr-0 {
    padding-right: 0;
  }

  .tablet\:pr-1 {
    padding-right: 0.25rem;
  }

  .tablet\:pr-2 {
    padding-right: 0.5rem;
  }

  .tablet\:pr-3 {
    padding-right: 0.75rem;
  }

  .tablet\:pr-4 {
    padding-right: 1rem;
  }

  .tablet\:pr-5 {
    padding-right: 5px;
  }

  .tablet\:pr-6 {
    padding-right: 1.5rem;
  }

  .tablet\:pr-7 {
    padding-right: 1.75rem;
  }

  .tablet\:pr-8 {
    padding-right: 2rem;
  }

  .tablet\:pr-9 {
    padding-right: 2.25rem;
  }

  .tablet\:pr-10 {
    padding-right: 10px;
  }

  .tablet\:pr-11 {
    padding-right: 2.75rem;
  }

  .tablet\:pr-12 {
    padding-right: 3rem;
  }

  .tablet\:pr-14 {
    padding-right: 14px;
  }

  .tablet\:pr-16 {
    padding-right: 16px;
  }

  .tablet\:pr-20 {
    padding-right: 20px;
  }

  .tablet\:pr-24 {
    padding-right: 24px;
  }

  .tablet\:pr-28 {
    padding-right: 7rem;
  }

  .tablet\:pr-30 {
    padding-right: 30px;
  }

  .tablet\:pr-32 {
    padding-right: 8rem;
  }

  .tablet\:pr-36 {
    padding-right: 9rem;
  }

  .tablet\:pr-40 {
    padding-right: 10rem;
  }

  .tablet\:pr-44 {
    padding-right: 11rem;
  }

  .tablet\:pr-48 {
    padding-right: 48px;
  }

  .tablet\:pr-52 {
    padding-right: 13rem;
  }

  .tablet\:pr-56 {
    padding-right: 14rem;
  }

  .tablet\:pr-60 {
    padding-right: 60px;
  }

  .tablet\:pr-64 {
    padding-right: 16rem;
  }

  .tablet\:pr-72 {
    padding-right: 18rem;
  }

  .tablet\:pr-80 {
    padding-right: 20rem;
  }

  .tablet\:pr-95 {
    padding-right: 95px;
  }

  .tablet\:pr-96 {
    padding-right: 24rem;
  }

  .tablet\:pr-120 {
    padding-right: 120px;
  }

  .tablet\:pr-190 {
    padding-right: 190px;
  }

  .tablet\:pr-px {
    padding-right: 1px;
  }

  .tablet\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .tablet\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .tablet\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .tablet\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .tablet\:pr-30\% {
    padding-right: 30%;
  }

  .tablet\:pr-7\.5r {
    padding-right: 1.875rem;
  }

  .tablet\:pb-0 {
    padding-bottom: 0;
  }

  .tablet\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .tablet\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .tablet\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .tablet\:pb-4 {
    padding-bottom: 1rem;
  }

  .tablet\:pb-5 {
    padding-bottom: 5px;
  }

  .tablet\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .tablet\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .tablet\:pb-8 {
    padding-bottom: 2rem;
  }

  .tablet\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .tablet\:pb-10 {
    padding-bottom: 10px;
  }

  .tablet\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .tablet\:pb-12 {
    padding-bottom: 3rem;
  }

  .tablet\:pb-14 {
    padding-bottom: 14px;
  }

  .tablet\:pb-16 {
    padding-bottom: 16px;
  }

  .tablet\:pb-20 {
    padding-bottom: 20px;
  }

  .tablet\:pb-24 {
    padding-bottom: 24px;
  }

  .tablet\:pb-28 {
    padding-bottom: 7rem;
  }

  .tablet\:pb-30 {
    padding-bottom: 30px;
  }

  .tablet\:pb-32 {
    padding-bottom: 8rem;
  }

  .tablet\:pb-36 {
    padding-bottom: 9rem;
  }

  .tablet\:pb-40 {
    padding-bottom: 10rem;
  }

  .tablet\:pb-44 {
    padding-bottom: 11rem;
  }

  .tablet\:pb-48 {
    padding-bottom: 48px;
  }

  .tablet\:pb-52 {
    padding-bottom: 13rem;
  }

  .tablet\:pb-56 {
    padding-bottom: 14rem;
  }

  .tablet\:pb-60 {
    padding-bottom: 60px;
  }

  .tablet\:pb-64 {
    padding-bottom: 16rem;
  }

  .tablet\:pb-72 {
    padding-bottom: 18rem;
  }

  .tablet\:pb-80 {
    padding-bottom: 20rem;
  }

  .tablet\:pb-95 {
    padding-bottom: 95px;
  }

  .tablet\:pb-96 {
    padding-bottom: 24rem;
  }

  .tablet\:pb-120 {
    padding-bottom: 120px;
  }

  .tablet\:pb-190 {
    padding-bottom: 190px;
  }

  .tablet\:pb-px {
    padding-bottom: 1px;
  }

  .tablet\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .tablet\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .tablet\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .tablet\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .tablet\:pb-30\% {
    padding-bottom: 30%;
  }

  .tablet\:pb-7\.5r {
    padding-bottom: 1.875rem;
  }

  .tablet\:pl-0 {
    padding-left: 0;
  }

  .tablet\:pl-1 {
    padding-left: 0.25rem;
  }

  .tablet\:pl-2 {
    padding-left: 0.5rem;
  }

  .tablet\:pl-3 {
    padding-left: 0.75rem;
  }

  .tablet\:pl-4 {
    padding-left: 1rem;
  }

  .tablet\:pl-5 {
    padding-left: 5px;
  }

  .tablet\:pl-6 {
    padding-left: 1.5rem;
  }

  .tablet\:pl-7 {
    padding-left: 1.75rem;
  }

  .tablet\:pl-8 {
    padding-left: 2rem;
  }

  .tablet\:pl-9 {
    padding-left: 2.25rem;
  }

  .tablet\:pl-10 {
    padding-left: 10px;
  }

  .tablet\:pl-11 {
    padding-left: 2.75rem;
  }

  .tablet\:pl-12 {
    padding-left: 3rem;
  }

  .tablet\:pl-14 {
    padding-left: 14px;
  }

  .tablet\:pl-16 {
    padding-left: 16px;
  }

  .tablet\:pl-20 {
    padding-left: 20px;
  }

  .tablet\:pl-24 {
    padding-left: 24px;
  }

  .tablet\:pl-28 {
    padding-left: 7rem;
  }

  .tablet\:pl-30 {
    padding-left: 30px;
  }

  .tablet\:pl-32 {
    padding-left: 8rem;
  }

  .tablet\:pl-36 {
    padding-left: 9rem;
  }

  .tablet\:pl-40 {
    padding-left: 10rem;
  }

  .tablet\:pl-44 {
    padding-left: 11rem;
  }

  .tablet\:pl-48 {
    padding-left: 48px;
  }

  .tablet\:pl-52 {
    padding-left: 13rem;
  }

  .tablet\:pl-56 {
    padding-left: 14rem;
  }

  .tablet\:pl-60 {
    padding-left: 60px;
  }

  .tablet\:pl-64 {
    padding-left: 16rem;
  }

  .tablet\:pl-72 {
    padding-left: 18rem;
  }

  .tablet\:pl-80 {
    padding-left: 20rem;
  }

  .tablet\:pl-95 {
    padding-left: 95px;
  }

  .tablet\:pl-96 {
    padding-left: 24rem;
  }

  .tablet\:pl-120 {
    padding-left: 120px;
  }

  .tablet\:pl-190 {
    padding-left: 190px;
  }

  .tablet\:pl-px {
    padding-left: 1px;
  }

  .tablet\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .tablet\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .tablet\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .tablet\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .tablet\:pl-30\% {
    padding-left: 30%;
  }

  .tablet\:pl-7\.5r {
    padding-left: 1.875rem;
  }

  .tablet\:hover\:pt-0:hover {
    padding-top: 0;
  }

  .tablet\:hover\:pt-1:hover {
    padding-top: 0.25rem;
  }

  .tablet\:hover\:pt-2:hover {
    padding-top: 0.5rem;
  }

  .tablet\:hover\:pt-3:hover {
    padding-top: 0.75rem;
  }

  .tablet\:hover\:pt-4:hover {
    padding-top: 1rem;
  }

  .tablet\:hover\:pt-5:hover {
    padding-top: 5px;
  }

  .tablet\:hover\:pt-6:hover {
    padding-top: 1.5rem;
  }

  .tablet\:hover\:pt-7:hover {
    padding-top: 1.75rem;
  }

  .tablet\:hover\:pt-8:hover {
    padding-top: 2rem;
  }

  .tablet\:hover\:pt-9:hover {
    padding-top: 2.25rem;
  }

  .tablet\:hover\:pt-10:hover {
    padding-top: 10px;
  }

  .tablet\:hover\:pt-11:hover {
    padding-top: 2.75rem;
  }

  .tablet\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .tablet\:hover\:pt-14:hover {
    padding-top: 14px;
  }

  .tablet\:hover\:pt-16:hover {
    padding-top: 16px;
  }

  .tablet\:hover\:pt-20:hover {
    padding-top: 20px;
  }

  .tablet\:hover\:pt-24:hover {
    padding-top: 24px;
  }

  .tablet\:hover\:pt-28:hover {
    padding-top: 7rem;
  }

  .tablet\:hover\:pt-30:hover {
    padding-top: 30px;
  }

  .tablet\:hover\:pt-32:hover {
    padding-top: 8rem;
  }

  .tablet\:hover\:pt-36:hover {
    padding-top: 9rem;
  }

  .tablet\:hover\:pt-40:hover {
    padding-top: 10rem;
  }

  .tablet\:hover\:pt-44:hover {
    padding-top: 11rem;
  }

  .tablet\:hover\:pt-48:hover {
    padding-top: 48px;
  }

  .tablet\:hover\:pt-52:hover {
    padding-top: 13rem;
  }

  .tablet\:hover\:pt-56:hover {
    padding-top: 14rem;
  }

  .tablet\:hover\:pt-60:hover {
    padding-top: 60px;
  }

  .tablet\:hover\:pt-64:hover {
    padding-top: 16rem;
  }

  .tablet\:hover\:pt-72:hover {
    padding-top: 18rem;
  }

  .tablet\:hover\:pt-80:hover {
    padding-top: 20rem;
  }

  .tablet\:hover\:pt-95:hover {
    padding-top: 95px;
  }

  .tablet\:hover\:pt-96:hover {
    padding-top: 24rem;
  }

  .tablet\:hover\:pt-120:hover {
    padding-top: 120px;
  }

  .tablet\:hover\:pt-190:hover {
    padding-top: 190px;
  }

  .tablet\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .tablet\:hover\:pt-0\.5:hover {
    padding-top: 0.125rem;
  }

  .tablet\:hover\:pt-1\.5:hover {
    padding-top: 0.375rem;
  }

  .tablet\:hover\:pt-2\.5:hover {
    padding-top: 0.625rem;
  }

  .tablet\:hover\:pt-3\.5:hover {
    padding-top: 0.875rem;
  }

  .tablet\:hover\:pt-30\%:hover {
    padding-top: 30%;
  }

  .tablet\:hover\:pt-7\.5r:hover {
    padding-top: 1.875rem;
  }

  .tablet\:hover\:pr-0:hover {
    padding-right: 0;
  }

  .tablet\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

  .tablet\:hover\:pr-2:hover {
    padding-right: 0.5rem;
  }

  .tablet\:hover\:pr-3:hover {
    padding-right: 0.75rem;
  }

  .tablet\:hover\:pr-4:hover {
    padding-right: 1rem;
  }

  .tablet\:hover\:pr-5:hover {
    padding-right: 5px;
  }

  .tablet\:hover\:pr-6:hover {
    padding-right: 1.5rem;
  }

  .tablet\:hover\:pr-7:hover {
    padding-right: 1.75rem;
  }

  .tablet\:hover\:pr-8:hover {
    padding-right: 2rem;
  }

  .tablet\:hover\:pr-9:hover {
    padding-right: 2.25rem;
  }

  .tablet\:hover\:pr-10:hover {
    padding-right: 10px;
  }

  .tablet\:hover\:pr-11:hover {
    padding-right: 2.75rem;
  }

  .tablet\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .tablet\:hover\:pr-14:hover {
    padding-right: 14px;
  }

  .tablet\:hover\:pr-16:hover {
    padding-right: 16px;
  }

  .tablet\:hover\:pr-20:hover {
    padding-right: 20px;
  }

  .tablet\:hover\:pr-24:hover {
    padding-right: 24px;
  }

  .tablet\:hover\:pr-28:hover {
    padding-right: 7rem;
  }

  .tablet\:hover\:pr-30:hover {
    padding-right: 30px;
  }

  .tablet\:hover\:pr-32:hover {
    padding-right: 8rem;
  }

  .tablet\:hover\:pr-36:hover {
    padding-right: 9rem;
  }

  .tablet\:hover\:pr-40:hover {
    padding-right: 10rem;
  }

  .tablet\:hover\:pr-44:hover {
    padding-right: 11rem;
  }

  .tablet\:hover\:pr-48:hover {
    padding-right: 48px;
  }

  .tablet\:hover\:pr-52:hover {
    padding-right: 13rem;
  }

  .tablet\:hover\:pr-56:hover {
    padding-right: 14rem;
  }

  .tablet\:hover\:pr-60:hover {
    padding-right: 60px;
  }

  .tablet\:hover\:pr-64:hover {
    padding-right: 16rem;
  }

  .tablet\:hover\:pr-72:hover {
    padding-right: 18rem;
  }

  .tablet\:hover\:pr-80:hover {
    padding-right: 20rem;
  }

  .tablet\:hover\:pr-95:hover {
    padding-right: 95px;
  }

  .tablet\:hover\:pr-96:hover {
    padding-right: 24rem;
  }

  .tablet\:hover\:pr-120:hover {
    padding-right: 120px;
  }

  .tablet\:hover\:pr-190:hover {
    padding-right: 190px;
  }

  .tablet\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .tablet\:hover\:pr-0\.5:hover {
    padding-right: 0.125rem;
  }

  .tablet\:hover\:pr-1\.5:hover {
    padding-right: 0.375rem;
  }

  .tablet\:hover\:pr-2\.5:hover {
    padding-right: 0.625rem;
  }

  .tablet\:hover\:pr-3\.5:hover {
    padding-right: 0.875rem;
  }

  .tablet\:hover\:pr-30\%:hover {
    padding-right: 30%;
  }

  .tablet\:hover\:pr-7\.5r:hover {
    padding-right: 1.875rem;
  }

  .tablet\:hover\:pb-0:hover {
    padding-bottom: 0;
  }

  .tablet\:hover\:pb-1:hover {
    padding-bottom: 0.25rem;
  }

  .tablet\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .tablet\:hover\:pb-3:hover {
    padding-bottom: 0.75rem;
  }

  .tablet\:hover\:pb-4:hover {
    padding-bottom: 1rem;
  }

  .tablet\:hover\:pb-5:hover {
    padding-bottom: 5px;
  }

  .tablet\:hover\:pb-6:hover {
    padding-bottom: 1.5rem;
  }

  .tablet\:hover\:pb-7:hover {
    padding-bottom: 1.75rem;
  }

  .tablet\:hover\:pb-8:hover {
    padding-bottom: 2rem;
  }

  .tablet\:hover\:pb-9:hover {
    padding-bottom: 2.25rem;
  }

  .tablet\:hover\:pb-10:hover {
    padding-bottom: 10px;
  }

  .tablet\:hover\:pb-11:hover {
    padding-bottom: 2.75rem;
  }

  .tablet\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .tablet\:hover\:pb-14:hover {
    padding-bottom: 14px;
  }

  .tablet\:hover\:pb-16:hover {
    padding-bottom: 16px;
  }

  .tablet\:hover\:pb-20:hover {
    padding-bottom: 20px;
  }

  .tablet\:hover\:pb-24:hover {
    padding-bottom: 24px;
  }

  .tablet\:hover\:pb-28:hover {
    padding-bottom: 7rem;
  }

  .tablet\:hover\:pb-30:hover {
    padding-bottom: 30px;
  }

  .tablet\:hover\:pb-32:hover {
    padding-bottom: 8rem;
  }

  .tablet\:hover\:pb-36:hover {
    padding-bottom: 9rem;
  }

  .tablet\:hover\:pb-40:hover {
    padding-bottom: 10rem;
  }

  .tablet\:hover\:pb-44:hover {
    padding-bottom: 11rem;
  }

  .tablet\:hover\:pb-48:hover {
    padding-bottom: 48px;
  }

  .tablet\:hover\:pb-52:hover {
    padding-bottom: 13rem;
  }

  .tablet\:hover\:pb-56:hover {
    padding-bottom: 14rem;
  }

  .tablet\:hover\:pb-60:hover {
    padding-bottom: 60px;
  }

  .tablet\:hover\:pb-64:hover {
    padding-bottom: 16rem;
  }

  .tablet\:hover\:pb-72:hover {
    padding-bottom: 18rem;
  }

  .tablet\:hover\:pb-80:hover {
    padding-bottom: 20rem;
  }

  .tablet\:hover\:pb-95:hover {
    padding-bottom: 95px;
  }

  .tablet\:hover\:pb-96:hover {
    padding-bottom: 24rem;
  }

  .tablet\:hover\:pb-120:hover {
    padding-bottom: 120px;
  }

  .tablet\:hover\:pb-190:hover {
    padding-bottom: 190px;
  }

  .tablet\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .tablet\:hover\:pb-0\.5:hover {
    padding-bottom: 0.125rem;
  }

  .tablet\:hover\:pb-1\.5:hover {
    padding-bottom: 0.375rem;
  }

  .tablet\:hover\:pb-2\.5:hover {
    padding-bottom: 0.625rem;
  }

  .tablet\:hover\:pb-3\.5:hover {
    padding-bottom: 0.875rem;
  }

  .tablet\:hover\:pb-30\%:hover {
    padding-bottom: 30%;
  }

  .tablet\:hover\:pb-7\.5r:hover {
    padding-bottom: 1.875rem;
  }

  .tablet\:hover\:pl-0:hover {
    padding-left: 0;
  }

  .tablet\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

  .tablet\:hover\:pl-2:hover {
    padding-left: 0.5rem;
  }

  .tablet\:hover\:pl-3:hover {
    padding-left: 0.75rem;
  }

  .tablet\:hover\:pl-4:hover {
    padding-left: 1rem;
  }

  .tablet\:hover\:pl-5:hover {
    padding-left: 5px;
  }

  .tablet\:hover\:pl-6:hover {
    padding-left: 1.5rem;
  }

  .tablet\:hover\:pl-7:hover {
    padding-left: 1.75rem;
  }

  .tablet\:hover\:pl-8:hover {
    padding-left: 2rem;
  }

  .tablet\:hover\:pl-9:hover {
    padding-left: 2.25rem;
  }

  .tablet\:hover\:pl-10:hover {
    padding-left: 10px;
  }

  .tablet\:hover\:pl-11:hover {
    padding-left: 2.75rem;
  }

  .tablet\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .tablet\:hover\:pl-14:hover {
    padding-left: 14px;
  }

  .tablet\:hover\:pl-16:hover {
    padding-left: 16px;
  }

  .tablet\:hover\:pl-20:hover {
    padding-left: 20px;
  }

  .tablet\:hover\:pl-24:hover {
    padding-left: 24px;
  }

  .tablet\:hover\:pl-28:hover {
    padding-left: 7rem;
  }

  .tablet\:hover\:pl-30:hover {
    padding-left: 30px;
  }

  .tablet\:hover\:pl-32:hover {
    padding-left: 8rem;
  }

  .tablet\:hover\:pl-36:hover {
    padding-left: 9rem;
  }

  .tablet\:hover\:pl-40:hover {
    padding-left: 10rem;
  }

  .tablet\:hover\:pl-44:hover {
    padding-left: 11rem;
  }

  .tablet\:hover\:pl-48:hover {
    padding-left: 48px;
  }

  .tablet\:hover\:pl-52:hover {
    padding-left: 13rem;
  }

  .tablet\:hover\:pl-56:hover {
    padding-left: 14rem;
  }

  .tablet\:hover\:pl-60:hover {
    padding-left: 60px;
  }

  .tablet\:hover\:pl-64:hover {
    padding-left: 16rem;
  }

  .tablet\:hover\:pl-72:hover {
    padding-left: 18rem;
  }

  .tablet\:hover\:pl-80:hover {
    padding-left: 20rem;
  }

  .tablet\:hover\:pl-95:hover {
    padding-left: 95px;
  }

  .tablet\:hover\:pl-96:hover {
    padding-left: 24rem;
  }

  .tablet\:hover\:pl-120:hover {
    padding-left: 120px;
  }

  .tablet\:hover\:pl-190:hover {
    padding-left: 190px;
  }

  .tablet\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .tablet\:hover\:pl-0\.5:hover {
    padding-left: 0.125rem;
  }

  .tablet\:hover\:pl-1\.5:hover {
    padding-left: 0.375rem;
  }

  .tablet\:hover\:pl-2\.5:hover {
    padding-left: 0.625rem;
  }

  .tablet\:hover\:pl-3\.5:hover {
    padding-left: 0.875rem;
  }

  .tablet\:hover\:pl-30\%:hover {
    padding-left: 30%;
  }

  .tablet\:hover\:pl-7\.5r:hover {
    padding-left: 1.875rem;
  }

  .tablet\:text-left {
    text-align: left;
  }

  .tablet\:text-center {
    text-align: center;
  }

  .tablet\:text-right {
    text-align: right;
  }

  .tablet\:text-justify {
    text-align: justify;
  }

  .tablet\:align-baseline {
    vertical-align: baseline;
  }

  .tablet\:align-top {
    vertical-align: top;
  }

  .tablet\:align-middle {
    vertical-align: middle;
  }

  .tablet\:align-bottom {
    vertical-align: bottom;
  }

  .tablet\:align-text-top {
    vertical-align: text-top;
  }

  .tablet\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .tablet\:font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .tablet\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .tablet\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .tablet\:font-display {
    font-family: Kanit, serif;
  }

  .tablet\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .tablet\:text-sm {
    font-size: 0.875rem;
  }

  .tablet\:text-base {
    font-size: 1rem;
  }

  .tablet\:text-lg {
    font-size: 1.25rem;
  }

  .tablet\:text-xl {
    font-size: 1.75rem;
  }

  .tablet\:text-2xl {
    font-size: 2.25rem;
  }

  .tablet\:text-3xl {
    font-size: 3rem;
  }

  .tablet\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .tablet\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .tablet\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .tablet\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .tablet\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .tablet\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .tablet\:text-3xs {
    font-size: 0.25rem;
  }

  .tablet\:text-2xs {
    font-size: 0.5rem;
  }

  .tablet\:text-1xs {
    font-size: 0.67rem;
  }

  .tablet\:font-thin {
    font-weight: 100;
  }

  .tablet\:font-extralight {
    font-weight: 200;
  }

  .tablet\:font-light {
    font-weight: 300;
  }

  .tablet\:font-normal {
    font-weight: 400;
  }

  .tablet\:font-medium {
    font-weight: 500;
  }

  .tablet\:font-semibold {
    font-weight: 600;
  }

  .tablet\:font-bold {
    font-weight: 500;
  }

  .tablet\:font-extrabold {
    font-weight: 800;
  }

  .tablet\:font-black {
    font-weight: 900;
  }

  .tablet\:hover\:font-thin:hover {
    font-weight: 100;
  }

  .tablet\:hover\:font-extralight:hover {
    font-weight: 200;
  }

  .tablet\:hover\:font-light:hover {
    font-weight: 300;
  }

  .tablet\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .tablet\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .tablet\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .tablet\:hover\:font-bold:hover {
    font-weight: 500;
  }

  .tablet\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .tablet\:hover\:font-black:hover {
    font-weight: 900;
  }

  .tablet\:focus\:font-thin:focus {
    font-weight: 100;
  }

  .tablet\:focus\:font-extralight:focus {
    font-weight: 200;
  }

  .tablet\:focus\:font-light:focus {
    font-weight: 300;
  }

  .tablet\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .tablet\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .tablet\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .tablet\:focus\:font-bold:focus {
    font-weight: 500;
  }

  .tablet\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .tablet\:focus\:font-black:focus {
    font-weight: 900;
  }

  .tablet\:uppercase {
    text-transform: uppercase;
  }

  .tablet\:lowercase {
    text-transform: lowercase;
  }

  .tablet\:capitalize {
    text-transform: capitalize;
  }

  .tablet\:normal-case {
    text-transform: none;
  }

  .tablet\:italic {
    font-style: italic;
  }

  .tablet\:not-italic {
    font-style: normal;
  }

  .tablet\:ordinal, .tablet\:slashed-zero, .tablet\:lining-nums, .tablet\:oldstyle-nums, .tablet\:proportional-nums, .tablet\:tabular-nums, .tablet\:diagonal-fractions, .tablet\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .tablet\:normal-nums {
    font-feature-settings: normal;
    font-variant-numeric: normal;
  }

  .tablet\:ordinal {
    --tw-ordinal: ordinal;
  }

  .tablet\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .tablet\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .tablet\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .tablet\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .tablet\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .tablet\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .tablet\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .tablet\:leading-3 {
    line-height: .75rem;
  }

  .tablet\:leading-4 {
    line-height: 1rem;
  }

  .tablet\:leading-5 {
    line-height: 1.25rem;
  }

  .tablet\:leading-6 {
    line-height: 1.5rem;
  }

  .tablet\:leading-7 {
    line-height: 1.75rem;
  }

  .tablet\:leading-8 {
    line-height: 2rem;
  }

  .tablet\:leading-9 {
    line-height: 2.25rem;
  }

  .tablet\:leading-10 {
    line-height: 2.5rem;
  }

  .tablet\:leading-none {
    line-height: 1;
  }

  .tablet\:leading-tight {
    line-height: 1.25;
  }

  .tablet\:leading-snug {
    line-height: 1.375;
  }

  .tablet\:leading-normal {
    line-height: 1.5;
  }

  .tablet\:leading-relaxed {
    line-height: 1.625;
  }

  .tablet\:leading-loose {
    line-height: 2;
  }

  .tablet\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .tablet\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .tablet\:tracking-normal {
    letter-spacing: 0em;
  }

  .tablet\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .tablet\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .tablet\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .tablet\:text-transparent {
    color: transparent;
  }

  .tablet\:text-current {
    color: currentColor;
  }

  .tablet\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .tablet\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .tablet\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .tablet\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .tablet\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .tablet\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .tablet\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .tablet\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .tablet\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .tablet\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .tablet\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .tablet\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .tablet\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .tablet\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .tablet\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .tablet\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .tablet\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .tablet\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .tablet\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .tablet\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .tablet\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .tablet\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .tablet\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .tablet\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .tablet\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .tablet\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .tablet\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .tablet\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .tablet\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .tablet\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .tablet\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .tablet\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .tablet\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .tablet\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .tablet\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .tablet\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .tablet\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .tablet\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .tablet\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .tablet\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .tablet\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .tablet\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .tablet\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .tablet\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .tablet\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .tablet\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .tablet\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .tablet\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .tablet\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .tablet\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .tablet\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .tablet\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .tablet\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .tablet\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .tablet\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .tablet\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .tablet\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .tablet\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .tablet\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .tablet\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .tablet\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .tablet\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .tablet\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .tablet\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .tablet\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .tablet\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .tablet\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .tablet\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .tablet\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .tablet\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .tablet\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .tablet\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .tablet\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .tablet\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .tablet\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .tablet\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .tablet\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .tablet\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .tablet\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .tablet\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .tablet\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .tablet\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .tablet\:text-primary-color {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .tablet\:text-primary-color-dark {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .tablet\:text-secondary-color {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .tablet\:text-custom-gray-sm {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .tablet\:text-custom-gray-sm2 {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .tablet\:text-custom-gray-md {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .tablet\:text-custom-navy-dark {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .tablet\:text-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .tablet\:text-primary {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .tablet\:text-secondary-1 {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .tablet\:text-secondary-2 {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .tablet\:text-secondary-3 {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .tablet\:text-secondary {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .tablet\:text-secondary-dark {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .tablet\:text-secondary-light {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .tablet\:text-grayCustom-1 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .tablet\:text-grayCustom-2 {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .tablet\:text-grayCustom-3 {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .tablet\:text-grayCustom-800 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .tablet\:text-grayCustom {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .tablet\:text-grayCustom-dark {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .tablet\:text-grayCustom-light {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .tablet\:text-grayCustom-hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .tablet\:text-error {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .tablet\:text-error-light {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .tablet\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .tablet\:text-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .tablet\:text-success {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .tablet\:text-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .tablet\:text-status-open {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .tablet\:text-status-waiting_payment {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .tablet\:text-status-completed {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .tablet\:text-status-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .tablet\:text-status-waiting_verify {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .tablet\:text-status-closed {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .tablet\:text-policyStatus-issuing {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .tablet\:text-policyStatus-waiting_inspection {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .tablet\:text-policyStatus-success {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .tablet\:text-policyStatus-failed_inspection {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .tablet\:text-policyStatus-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .tablet\:text-policyStatus-waiting_policy {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .tablet\:text-policyStatus-cancel {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .tablet\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .tablet\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-primary-color {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-primary-color-dark {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-secondary-color {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-custom-gray-sm {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-custom-gray-sm2 {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-custom-gray-md {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-custom-navy-dark {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-primary {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-secondary-1 {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-secondary-2 {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-secondary-3 {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-secondary {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-secondary-dark {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-secondary-light {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-grayCustom-1 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-grayCustom-2 {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-grayCustom-3 {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-grayCustom-800 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-grayCustom {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-grayCustom-dark {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-grayCustom-light {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-grayCustom-hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-error {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-error-light {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-success {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-status-open {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-status-waiting_payment {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-status-completed {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-status-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-status-waiting_verify {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-status-closed {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-policyStatus-issuing {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-policyStatus-waiting_inspection {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-policyStatus-success {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-policyStatus-failed_inspection {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-policyStatus-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-policyStatus-waiting_policy {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-policyStatus-cancel {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-transparent[focus-within] {
    color: transparent;
  }

  .tablet\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .tablet\:focus-within\:text-current[focus-within] {
    color: currentColor;
  }

  .tablet\:focus-within\:text-current:focus-within {
    color: currentColor;
  }

  .tablet\:focus-within\:text-black[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-white[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-gray-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-gray-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-gray-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-gray-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-gray-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-gray-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-gray-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-gray-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-gray-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-gray-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-red-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-red-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-red-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-red-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-red-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-red-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-red-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-red-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-red-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-red-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-yellow-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-yellow-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-yellow-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-yellow-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-yellow-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-yellow-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-yellow-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-yellow-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-yellow-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-yellow-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-green-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-green-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-green-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-green-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-green-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-green-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-green-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-green-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-green-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-green-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-blue-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-blue-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-blue-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-blue-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-blue-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-blue-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-blue-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-blue-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-blue-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-blue-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-indigo-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-indigo-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-indigo-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-indigo-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-indigo-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-indigo-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-indigo-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-indigo-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-indigo-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-indigo-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-purple-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-purple-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-purple-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-purple-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-purple-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-purple-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-purple-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-purple-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-purple-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-purple-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-pink-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-pink-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-pink-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-pink-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-pink-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-pink-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-pink-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-pink-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-pink-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-pink-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-primary-color[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-primary-color:focus-within {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-primary-color-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-primary-color-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-secondary-color[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-secondary-color:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-custom-gray-sm[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-custom-gray-sm:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-custom-gray-sm2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-custom-gray-sm2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-custom-gray-md[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-custom-gray-md:focus-within {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-custom-navy-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-custom-navy-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-dark-blue[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-dark-blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-primary[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-primary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-secondary-1[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-secondary-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-secondary-2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-secondary-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-secondary-3[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-secondary-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-secondary[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-secondary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-secondary-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-secondary-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-secondary-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-secondary-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-grayCustom-1[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-grayCustom-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-grayCustom-2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-grayCustom-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-grayCustom-3[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-grayCustom-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-grayCustom-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-grayCustom-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-grayCustom[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-grayCustom:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-grayCustom-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-grayCustom-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-grayCustom-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-grayCustom-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-grayCustom-hover[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-grayCustom-hover:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-error[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-error:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-error-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-error-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-warning[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-warning:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-warning-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-warning-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-success[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-success-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-success-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-status-open[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-status-open:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-status-waiting_payment[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-status-waiting_payment:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-status-completed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-status-completed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-status-failed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-status-failed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-status-waiting_verify[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-status-waiting_verify:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-status-closed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-status-closed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-policyStatus-issuing[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-policyStatus-issuing:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-policyStatus-waiting_inspection[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-policyStatus-waiting_inspection:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-policyStatus-success[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-policyStatus-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-policyStatus-failed_inspection[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-policyStatus-failed_inspection:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-policyStatus-failed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-policyStatus-failed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-policyStatus-waiting_policy[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-policyStatus-waiting_policy:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-policyStatus-cancel[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-policyStatus-cancel:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-transparent:hover {
    color: transparent;
  }

  .tablet\:hover\:text-current:hover {
    color: currentColor;
  }

  .tablet\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-green-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-primary-color:hover {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-primary-color-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-secondary-color:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-custom-gray-sm:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-custom-gray-sm2:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-custom-gray-md:hover {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-custom-navy-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-dark-blue:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-secondary-1:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-secondary-2:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-secondary-3:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-secondary:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-secondary-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-secondary-light:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-grayCustom-1:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-grayCustom-2:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-grayCustom-3:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-grayCustom-800:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-grayCustom:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-grayCustom-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-grayCustom-light:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-grayCustom-hover:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-error:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-error-light:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-warning:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-warning-light:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-success:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-success-light:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-status-open:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-status-waiting_payment:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-status-completed:hover {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-status-failed:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-status-waiting_verify:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-status-closed:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-policyStatus-issuing:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-policyStatus-waiting_inspection:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-policyStatus-success:hover {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-policyStatus-failed_inspection:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-policyStatus-failed:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-policyStatus-waiting_policy:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-policyStatus-cancel:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-transparent:focus {
    color: transparent;
  }

  .tablet\:focus\:text-current:focus {
    color: currentColor;
  }

  .tablet\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-green-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-primary-color:focus {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-primary-color-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-secondary-color:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-custom-gray-sm:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-custom-gray-sm2:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-custom-gray-md:focus {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-custom-navy-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-dark-blue:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-primary:focus {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-secondary-1:focus {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-secondary-2:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-secondary-3:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-secondary:focus {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-secondary-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-secondary-light:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-grayCustom-1:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-grayCustom-2:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-grayCustom-3:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-grayCustom-800:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-grayCustom:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-grayCustom-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-grayCustom-light:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-grayCustom-hover:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-error:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-error-light:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-warning:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-warning-light:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-success:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-success-light:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-status-open:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-status-waiting_payment:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-status-completed:focus {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-status-failed:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-status-waiting_verify:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-status-closed:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-policyStatus-issuing:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-policyStatus-waiting_inspection:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-policyStatus-success:focus {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-policyStatus-failed_inspection:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-policyStatus-failed:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-policyStatus-waiting_policy:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-policyStatus-cancel:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .tablet\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .tablet\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .tablet\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .tablet\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .tablet\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .tablet\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .tablet\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .tablet\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .tablet\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .tablet\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .tablet\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .tablet\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .tablet\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .tablet\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .tablet\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .tablet\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .tablet\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .tablet\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .tablet\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .tablet\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .tablet\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .tablet\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .tablet\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .tablet\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .tablet\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .tablet\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .tablet\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .tablet\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .tablet\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .tablet\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .tablet\:focus-within\:text-opacity-0[focus-within] {
    --tw-text-opacity: 0;
  }

  .tablet\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .tablet\:focus-within\:text-opacity-5[focus-within] {
    --tw-text-opacity: 0.05;
  }

  .tablet\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .tablet\:focus-within\:text-opacity-10[focus-within] {
    --tw-text-opacity: 0.1;
  }

  .tablet\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .tablet\:focus-within\:text-opacity-20[focus-within] {
    --tw-text-opacity: 0.2;
  }

  .tablet\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .tablet\:focus-within\:text-opacity-25[focus-within] {
    --tw-text-opacity: 0.25;
  }

  .tablet\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .tablet\:focus-within\:text-opacity-30[focus-within] {
    --tw-text-opacity: 0.3;
  }

  .tablet\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .tablet\:focus-within\:text-opacity-40[focus-within] {
    --tw-text-opacity: 0.4;
  }

  .tablet\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .tablet\:focus-within\:text-opacity-50[focus-within] {
    --tw-text-opacity: 0.5;
  }

  .tablet\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .tablet\:focus-within\:text-opacity-60[focus-within] {
    --tw-text-opacity: 0.6;
  }

  .tablet\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .tablet\:focus-within\:text-opacity-70[focus-within] {
    --tw-text-opacity: 0.7;
  }

  .tablet\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .tablet\:focus-within\:text-opacity-75[focus-within] {
    --tw-text-opacity: 0.75;
  }

  .tablet\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .tablet\:focus-within\:text-opacity-80[focus-within] {
    --tw-text-opacity: 0.8;
  }

  .tablet\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .tablet\:focus-within\:text-opacity-90[focus-within] {
    --tw-text-opacity: 0.9;
  }

  .tablet\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .tablet\:focus-within\:text-opacity-95[focus-within] {
    --tw-text-opacity: 0.95;
  }

  .tablet\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .tablet\:focus-within\:text-opacity-100[focus-within] {
    --tw-text-opacity: 1;
  }

  .tablet\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .tablet\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .tablet\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .tablet\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .tablet\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .tablet\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .tablet\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .tablet\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .tablet\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .tablet\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .tablet\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .tablet\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .tablet\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .tablet\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .tablet\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .tablet\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .tablet\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .tablet\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .tablet\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .tablet\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .tablet\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .tablet\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .tablet\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .tablet\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .tablet\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .tablet\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .tablet\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .tablet\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .tablet\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .tablet\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .tablet\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .tablet\:underline {
    text-decoration: underline;
  }

  .tablet\:line-through {
    text-decoration: line-through;
  }

  .tablet\:no-underline {
    text-decoration: none;
  }

  .group:hover .tablet\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .tablet\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .tablet\:group-hover\:no-underline {
    text-decoration: none;
  }

  .tablet\:focus-within\:underline[focus-within] {
    text-decoration: underline;
  }

  .tablet\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .tablet\:focus-within\:line-through[focus-within] {
    text-decoration: line-through;
  }

  .tablet\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .tablet\:focus-within\:no-underline[focus-within] {
    text-decoration: none;
  }

  .tablet\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .tablet\:hover\:underline:hover {
    text-decoration: underline;
  }

  .tablet\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .tablet\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .tablet\:focus\:underline:focus {
    text-decoration: underline;
  }

  .tablet\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .tablet\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .tablet\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .tablet\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .tablet\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .tablet\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .tablet\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .tablet\:placeholder-current::placeholder {
    color: currentColor;
  }

  .tablet\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-primary-color::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-primary-color::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-primary-color-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-primary-color-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-secondary-color::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-secondary-color::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-custom-gray-sm::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-custom-gray-sm::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-custom-gray-sm2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-custom-gray-sm2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-custom-gray-md::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-custom-gray-md::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-custom-navy-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-custom-navy-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-dark-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-dark-blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-primary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-secondary-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-secondary-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-secondary-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-secondary-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-secondary-3::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-secondary-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-secondary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-secondary-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-secondary-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-secondary-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-secondary-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grayCustom-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grayCustom-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grayCustom-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grayCustom-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grayCustom-3::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grayCustom-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grayCustom-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grayCustom-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grayCustom::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grayCustom::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grayCustom-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grayCustom-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grayCustom-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grayCustom-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grayCustom-hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grayCustom-hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-error::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-error::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-error-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-error-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-warning::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-warning::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-warning-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-warning-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-success-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-success-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-status-open::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-status-open::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-status-waiting_payment::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-status-waiting_payment::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-status-completed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-status-completed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-status-failed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-status-failed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-status-waiting_verify::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-status-waiting_verify::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-status-closed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-status-closed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-policyStatus-issuing::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-policyStatus-issuing::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-policyStatus-waiting_inspection::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-policyStatus-waiting_inspection::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-policyStatus-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-policyStatus-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-policyStatus-failed_inspection::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-policyStatus-failed_inspection::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-policyStatus-failed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-policyStatus-failed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-policyStatus-waiting_policy::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-policyStatus-waiting_policy::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-policyStatus-cancel::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-policyStatus-cancel::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .tablet\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .tablet\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .tablet\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .tablet\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-primary-color:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-primary-color:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-primary-color-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-primary-color-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-secondary-color:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-secondary-color:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-custom-gray-sm:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-custom-gray-sm:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-custom-gray-sm2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-custom-gray-sm2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-custom-gray-md:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-custom-gray-md:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-custom-navy-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-custom-navy-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-dark-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-dark-blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-primary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-secondary-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-secondary-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-secondary-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-secondary-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-secondary-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-secondary-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-secondary-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-secondary-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-secondary-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-secondary-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grayCustom-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grayCustom-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grayCustom-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grayCustom-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grayCustom-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grayCustom-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grayCustom-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grayCustom-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grayCustom:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grayCustom:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grayCustom-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grayCustom-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grayCustom-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grayCustom-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grayCustom-hover:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grayCustom-hover:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-error:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-error:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-error-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-error-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-warning:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-warning:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-warning-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-warning-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-success-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-success-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-status-open:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-status-open:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-status-waiting_payment:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-status-waiting_payment:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-status-completed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-status-completed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-status-failed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-status-failed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-status-waiting_verify:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-status-waiting_verify:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-status-closed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-status-closed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-policyStatus-issuing:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-policyStatus-issuing:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-policyStatus-waiting_inspection:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-policyStatus-waiting_inspection:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-policyStatus-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-policyStatus-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-policyStatus-failed_inspection:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-policyStatus-failed_inspection:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-policyStatus-failed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-policyStatus-failed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-policyStatus-waiting_policy:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-policyStatus-waiting_policy:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-policyStatus-cancel:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-policyStatus-cancel:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .tablet\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .tablet\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .tablet\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .tablet\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .tablet\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .tablet\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .tablet\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .tablet\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .tablet\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .tablet\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .tablet\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .tablet\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .tablet\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .tablet\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .tablet\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .tablet\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .tablet\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .tablet\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .tablet\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .tablet\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .tablet\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .tablet\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .tablet\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .tablet\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .tablet\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .tablet\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .tablet\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .tablet\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .tablet\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .tablet\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .tablet\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .tablet\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .tablet\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .tablet\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .tablet\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .tablet\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .tablet\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .tablet\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .tablet\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .tablet\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .tablet\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .tablet\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .tablet\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .tablet\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .tablet\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .tablet\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .tablet\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .tablet\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .tablet\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .tablet\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .tablet\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .tablet\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .tablet\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .tablet\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .tablet\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .tablet\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .tablet\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .tablet\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .tablet\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .tablet\:opacity-0 {
    opacity: 0;
  }

  .tablet\:opacity-5 {
    opacity: 0.05;
  }

  .tablet\:opacity-10 {
    opacity: 0.1;
  }

  .tablet\:opacity-20 {
    opacity: 0.2;
  }

  .tablet\:opacity-25 {
    opacity: 0.25;
  }

  .tablet\:opacity-30 {
    opacity: 0.3;
  }

  .tablet\:opacity-40 {
    opacity: 0.4;
  }

  .tablet\:opacity-50 {
    opacity: 0.5;
  }

  .tablet\:opacity-60 {
    opacity: 0.6;
  }

  .tablet\:opacity-70 {
    opacity: 0.7;
  }

  .tablet\:opacity-75 {
    opacity: 0.75;
  }

  .tablet\:opacity-80 {
    opacity: 0.8;
  }

  .tablet\:opacity-90 {
    opacity: 0.9;
  }

  .tablet\:opacity-95 {
    opacity: 0.95;
  }

  .tablet\:opacity-100 {
    opacity: 1;
  }

  .group:hover .tablet\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .tablet\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .tablet\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .tablet\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .tablet\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .tablet\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .tablet\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .tablet\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .tablet\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .tablet\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .tablet\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .tablet\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .tablet\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .tablet\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .tablet\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .tablet\:focus-within\:opacity-0[focus-within] {
    opacity: 0;
  }

  .tablet\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .tablet\:focus-within\:opacity-5[focus-within] {
    opacity: 0.05;
  }

  .tablet\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .tablet\:focus-within\:opacity-10[focus-within] {
    opacity: 0.1;
  }

  .tablet\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .tablet\:focus-within\:opacity-20[focus-within] {
    opacity: 0.2;
  }

  .tablet\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .tablet\:focus-within\:opacity-25[focus-within] {
    opacity: 0.25;
  }

  .tablet\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .tablet\:focus-within\:opacity-30[focus-within] {
    opacity: 0.3;
  }

  .tablet\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .tablet\:focus-within\:opacity-40[focus-within] {
    opacity: 0.4;
  }

  .tablet\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .tablet\:focus-within\:opacity-50[focus-within] {
    opacity: 0.5;
  }

  .tablet\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .tablet\:focus-within\:opacity-60[focus-within] {
    opacity: 0.6;
  }

  .tablet\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .tablet\:focus-within\:opacity-70[focus-within] {
    opacity: 0.7;
  }

  .tablet\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .tablet\:focus-within\:opacity-75[focus-within] {
    opacity: 0.75;
  }

  .tablet\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .tablet\:focus-within\:opacity-80[focus-within] {
    opacity: 0.8;
  }

  .tablet\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .tablet\:focus-within\:opacity-90[focus-within] {
    opacity: 0.9;
  }

  .tablet\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .tablet\:focus-within\:opacity-95[focus-within] {
    opacity: 0.95;
  }

  .tablet\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .tablet\:focus-within\:opacity-100[focus-within] {
    opacity: 1;
  }

  .tablet\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .tablet\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .tablet\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .tablet\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .tablet\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .tablet\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .tablet\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .tablet\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .tablet\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .tablet\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .tablet\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .tablet\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .tablet\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .tablet\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .tablet\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .tablet\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .tablet\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .tablet\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .tablet\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .tablet\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .tablet\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .tablet\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .tablet\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .tablet\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .tablet\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .tablet\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .tablet\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .tablet\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .tablet\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .tablet\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .tablet\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .tablet\:disabled\:opacity-0:disabled {
    opacity: 0;
  }

  .tablet\:disabled\:opacity-5:disabled {
    opacity: 0.05;
  }

  .tablet\:disabled\:opacity-10:disabled {
    opacity: 0.1;
  }

  .tablet\:disabled\:opacity-20:disabled {
    opacity: 0.2;
  }

  .tablet\:disabled\:opacity-25:disabled {
    opacity: 0.25;
  }

  .tablet\:disabled\:opacity-30:disabled {
    opacity: 0.3;
  }

  .tablet\:disabled\:opacity-40:disabled {
    opacity: 0.4;
  }

  .tablet\:disabled\:opacity-50:disabled {
    opacity: 0.5;
  }

  .tablet\:disabled\:opacity-60:disabled {
    opacity: 0.6;
  }

  .tablet\:disabled\:opacity-70:disabled {
    opacity: 0.7;
  }

  .tablet\:disabled\:opacity-75:disabled {
    opacity: 0.75;
  }

  .tablet\:disabled\:opacity-80:disabled {
    opacity: 0.8;
  }

  .tablet\:disabled\:opacity-90:disabled {
    opacity: 0.9;
  }

  .tablet\:disabled\:opacity-95:disabled {
    opacity: 0.95;
  }

  .tablet\:disabled\:opacity-100:disabled {
    opacity: 1;
  }

  .tablet\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .tablet\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .tablet\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .tablet\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .tablet\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .tablet\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .tablet\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .tablet\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .tablet\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .tablet\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .tablet\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .tablet\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .tablet\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .tablet\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .tablet\:bg-blend-color {
    background-blend-mode: color;
  }

  .tablet\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .tablet\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .tablet\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .tablet\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .tablet\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .tablet\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .tablet\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .tablet\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .tablet\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .tablet\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .tablet\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .tablet\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .tablet\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .tablet\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .tablet\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .tablet\:mix-blend-color {
    mix-blend-mode: color;
  }

  .tablet\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .tablet\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:shadow-none {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:shadow-button {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:shadow-button-hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:shadow-secondary-tag {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:shadow-gray {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .tablet\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .tablet\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .tablet\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .tablet\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .tablet\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .tablet\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .tablet\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .tablet\:group-hover\:shadow-none {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .tablet\:group-hover\:shadow-button {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .tablet\:group-hover\:shadow-button-hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .tablet\:group-hover\:shadow-secondary-tag {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .tablet\:group-hover\:shadow-gray {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow-sm[focus-within] {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow[focus-within] {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow-md[focus-within] {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow-lg[focus-within] {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow-xl[focus-within] {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow-2xl[focus-within] {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow-inner[focus-within] {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow-none[focus-within] {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow-button[focus-within] {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow-button:focus-within {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow-button-hover[focus-within] {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow-button-hover:focus-within {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow-secondary-tag[focus-within] {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow-secondary-tag:focus-within {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow-gray[focus-within] {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow-gray:focus-within {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:hover\:shadow-button:hover {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:hover\:shadow-button-hover:hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:hover\:shadow-secondary-tag:hover {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:hover\:shadow-gray:hover {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:focus\:shadow-button:focus {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:focus\:shadow-button-hover:focus {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:focus\:shadow-secondary-tag:focus {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:focus\:shadow-gray:focus {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .tablet\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .tablet\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .tablet\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .tablet\:focus-within\:outline-none[focus-within] {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .tablet\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .tablet\:focus-within\:outline-white[focus-within] {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .tablet\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .tablet\:focus-within\:outline-black[focus-within] {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .tablet\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .tablet\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .tablet\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .tablet\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .tablet\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .tablet\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .tablet\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .tablet\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .tablet\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .tablet\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .tablet\:focus-within\:ring-0[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .tablet\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .tablet\:focus-within\:ring-1[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .tablet\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .tablet\:focus-within\:ring-2[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .tablet\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .tablet\:focus-within\:ring-4[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .tablet\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .tablet\:focus-within\:ring-8[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .tablet\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .tablet\:focus-within\:ring[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .tablet\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .tablet\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .tablet\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .tablet\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .tablet\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .tablet\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .tablet\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .tablet\:ring-inset {
    --tw-ring-inset: inset;
  }

  .tablet\:focus-within\:ring-inset[focus-within] {
    --tw-ring-inset: inset;
  }

  .tablet\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .tablet\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .tablet\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .tablet\:ring-current {
    --tw-ring-color: currentColor;
  }

  .tablet\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .tablet\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tablet\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .tablet\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .tablet\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .tablet\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .tablet\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .tablet\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .tablet\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .tablet\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .tablet\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .tablet\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .tablet\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .tablet\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .tablet\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .tablet\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .tablet\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .tablet\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .tablet\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .tablet\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .tablet\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .tablet\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .tablet\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .tablet\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .tablet\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .tablet\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .tablet\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .tablet\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .tablet\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .tablet\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .tablet\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .tablet\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .tablet\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .tablet\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .tablet\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .tablet\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .tablet\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .tablet\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .tablet\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .tablet\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .tablet\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .tablet\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .tablet\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .tablet\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .tablet\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .tablet\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .tablet\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .tablet\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .tablet\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .tablet\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .tablet\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .tablet\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .tablet\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .tablet\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .tablet\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .tablet\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .tablet\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .tablet\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .tablet\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .tablet\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .tablet\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .tablet\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .tablet\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .tablet\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .tablet\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .tablet\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .tablet\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .tablet\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .tablet\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .tablet\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .tablet\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .tablet\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .tablet\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .tablet\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .tablet\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .tablet\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .tablet\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .tablet\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .tablet\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .tablet\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .tablet\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .tablet\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .tablet\:ring-primary-color {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .tablet\:ring-primary-color-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .tablet\:ring-secondary-color {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .tablet\:ring-custom-gray-sm {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .tablet\:ring-custom-gray-sm2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .tablet\:ring-custom-gray-md {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .tablet\:ring-custom-navy-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .tablet\:ring-dark-blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .tablet\:ring-primary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .tablet\:ring-secondary-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .tablet\:ring-secondary-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .tablet\:ring-secondary-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .tablet\:ring-secondary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .tablet\:ring-secondary-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .tablet\:ring-secondary-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .tablet\:ring-grayCustom-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .tablet\:ring-grayCustom-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .tablet\:ring-grayCustom-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .tablet\:ring-grayCustom-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .tablet\:ring-grayCustom {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .tablet\:ring-grayCustom-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .tablet\:ring-grayCustom-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .tablet\:ring-grayCustom-hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .tablet\:ring-error {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .tablet\:ring-error-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .tablet\:ring-warning {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .tablet\:ring-warning-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .tablet\:ring-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .tablet\:ring-success-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .tablet\:ring-status-open {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tablet\:ring-status-waiting_payment {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .tablet\:ring-status-completed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .tablet\:ring-status-failed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .tablet\:ring-status-waiting_verify {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .tablet\:ring-status-closed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .tablet\:ring-policyStatus-issuing {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tablet\:ring-policyStatus-waiting_inspection {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .tablet\:ring-policyStatus-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .tablet\:ring-policyStatus-failed_inspection {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .tablet\:ring-policyStatus-failed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .tablet\:ring-policyStatus-waiting_policy {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .tablet\:ring-policyStatus-cancel {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-transparent[focus-within] {
    --tw-ring-color: transparent;
  }

  .tablet\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .tablet\:focus-within\:ring-current[focus-within] {
    --tw-ring-color: currentColor;
  }

  .tablet\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor;
  }

  .tablet\:focus-within\:ring-black[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-white[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-gray-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-gray-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-gray-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-gray-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-gray-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-gray-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-gray-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-gray-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-gray-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-gray-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-red-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-red-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-red-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-red-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-red-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-red-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-red-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-red-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-red-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-red-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-yellow-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-yellow-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-yellow-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-yellow-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-yellow-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-yellow-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-yellow-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-yellow-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-yellow-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-yellow-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-green-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-green-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-green-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-green-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-green-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-green-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-green-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-green-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-green-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-green-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-blue-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-blue-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-blue-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-blue-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-blue-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-blue-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-blue-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-blue-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-blue-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-blue-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-indigo-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-indigo-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-indigo-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-indigo-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-indigo-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-indigo-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-indigo-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-indigo-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-indigo-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-indigo-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-purple-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-purple-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-purple-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-purple-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-purple-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-purple-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-purple-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-purple-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-purple-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-purple-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-pink-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-pink-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-pink-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-pink-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-pink-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-pink-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-pink-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-pink-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-pink-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-pink-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-primary-color[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-primary-color:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-primary-color-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-primary-color-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-secondary-color[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-secondary-color:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-custom-gray-sm[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-custom-gray-sm:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-custom-gray-sm2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-custom-gray-sm2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-custom-gray-md[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-custom-gray-md:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-custom-navy-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-custom-navy-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-dark-blue[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-dark-blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-primary[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-primary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-secondary-1[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-secondary-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-secondary-2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-secondary-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-secondary-3[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-secondary-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-secondary[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-secondary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-secondary-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-secondary-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-secondary-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-secondary-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-grayCustom-1[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-grayCustom-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-grayCustom-2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-grayCustom-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-grayCustom-3[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-grayCustom-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-grayCustom-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-grayCustom-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-grayCustom[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-grayCustom:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-grayCustom-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-grayCustom-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-grayCustom-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-grayCustom-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-grayCustom-hover[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-grayCustom-hover:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-error[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-error:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-error-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-error-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-warning[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-warning:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-warning-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-warning-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-success[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-success-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-success-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-status-open[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-status-open:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-status-waiting_payment[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-status-waiting_payment:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-status-completed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-status-completed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-status-failed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-status-failed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-status-waiting_verify[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-status-waiting_verify:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-status-closed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-status-closed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-policyStatus-issuing[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-policyStatus-issuing:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-policyStatus-waiting_inspection[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-policyStatus-waiting_inspection:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-policyStatus-success[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-policyStatus-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-policyStatus-failed_inspection[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-policyStatus-failed_inspection:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-policyStatus-failed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-policyStatus-failed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-policyStatus-waiting_policy[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-policyStatus-waiting_policy:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-policyStatus-cancel[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-policyStatus-cancel:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .tablet\:focus\:ring-current:focus {
    --tw-ring-color: currentColor;
  }

  .tablet\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-primary-color:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-primary-color-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-secondary-color:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-custom-gray-sm:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-custom-gray-sm2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-custom-gray-md:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-custom-navy-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-dark-blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-primary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-secondary-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-secondary-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-secondary-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-secondary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-secondary-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-secondary-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-grayCustom-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-grayCustom-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-grayCustom-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-grayCustom-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-grayCustom:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-grayCustom-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-grayCustom-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-grayCustom-hover:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-error:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-error-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-warning:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-warning-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-success-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-status-open:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-status-waiting_payment:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-status-completed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-status-failed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-status-waiting_verify:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-status-closed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-policyStatus-issuing:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-policyStatus-waiting_inspection:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-policyStatus-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-policyStatus-failed_inspection:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-policyStatus-failed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-policyStatus-waiting_policy:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-policyStatus-cancel:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .tablet\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .tablet\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .tablet\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .tablet\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .tablet\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .tablet\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .tablet\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .tablet\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .tablet\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .tablet\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .tablet\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .tablet\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .tablet\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .tablet\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .tablet\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .tablet\:focus-within\:ring-opacity-0[focus-within] {
    --tw-ring-opacity: 0;
  }

  .tablet\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .tablet\:focus-within\:ring-opacity-5[focus-within] {
    --tw-ring-opacity: 0.05;
  }

  .tablet\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .tablet\:focus-within\:ring-opacity-10[focus-within] {
    --tw-ring-opacity: 0.1;
  }

  .tablet\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .tablet\:focus-within\:ring-opacity-20[focus-within] {
    --tw-ring-opacity: 0.2;
  }

  .tablet\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .tablet\:focus-within\:ring-opacity-25[focus-within] {
    --tw-ring-opacity: 0.25;
  }

  .tablet\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .tablet\:focus-within\:ring-opacity-30[focus-within] {
    --tw-ring-opacity: 0.3;
  }

  .tablet\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .tablet\:focus-within\:ring-opacity-40[focus-within] {
    --tw-ring-opacity: 0.4;
  }

  .tablet\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .tablet\:focus-within\:ring-opacity-50[focus-within] {
    --tw-ring-opacity: 0.5;
  }

  .tablet\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .tablet\:focus-within\:ring-opacity-60[focus-within] {
    --tw-ring-opacity: 0.6;
  }

  .tablet\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .tablet\:focus-within\:ring-opacity-70[focus-within] {
    --tw-ring-opacity: 0.7;
  }

  .tablet\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .tablet\:focus-within\:ring-opacity-75[focus-within] {
    --tw-ring-opacity: 0.75;
  }

  .tablet\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .tablet\:focus-within\:ring-opacity-80[focus-within] {
    --tw-ring-opacity: 0.8;
  }

  .tablet\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .tablet\:focus-within\:ring-opacity-90[focus-within] {
    --tw-ring-opacity: 0.9;
  }

  .tablet\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .tablet\:focus-within\:ring-opacity-95[focus-within] {
    --tw-ring-opacity: 0.95;
  }

  .tablet\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .tablet\:focus-within\:ring-opacity-100[focus-within] {
    --tw-ring-opacity: 1;
  }

  .tablet\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .tablet\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .tablet\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .tablet\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .tablet\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .tablet\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .tablet\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .tablet\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .tablet\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .tablet\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .tablet\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .tablet\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .tablet\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .tablet\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .tablet\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .tablet\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .tablet\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .tablet\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .tablet\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .tablet\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .tablet\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .tablet\:focus-within\:ring-offset-0[focus-within] {
    --tw-ring-offset-width: 0px;
  }

  .tablet\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .tablet\:focus-within\:ring-offset-1[focus-within] {
    --tw-ring-offset-width: 1px;
  }

  .tablet\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .tablet\:focus-within\:ring-offset-2[focus-within] {
    --tw-ring-offset-width: 2px;
  }

  .tablet\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .tablet\:focus-within\:ring-offset-4[focus-within] {
    --tw-ring-offset-width: 4px;
  }

  .tablet\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .tablet\:focus-within\:ring-offset-8[focus-within] {
    --tw-ring-offset-width: 8px;
  }

  .tablet\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .tablet\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .tablet\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .tablet\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .tablet\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .tablet\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .tablet\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .tablet\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }

  .tablet\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .tablet\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .tablet\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f9fafb;
  }

  .tablet\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f3f4f6;
  }

  .tablet\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e5e7eb;
  }

  .tablet\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d1d5db;
  }

  .tablet\:ring-offset-gray-400 {
    --tw-ring-offset-color: #9ca3af;
  }

  .tablet\:ring-offset-gray-500 {
    --tw-ring-offset-color: #6b7280;
  }

  .tablet\:ring-offset-gray-600 {
    --tw-ring-offset-color: #4b5563;
  }

  .tablet\:ring-offset-gray-700 {
    --tw-ring-offset-color: #374151;
  }

  .tablet\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .tablet\:ring-offset-gray-900 {
    --tw-ring-offset-color: #111827;
  }

  .tablet\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .tablet\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .tablet\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .tablet\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .tablet\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .tablet\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .tablet\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .tablet\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .tablet\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .tablet\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .tablet\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .tablet\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .tablet\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .tablet\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .tablet\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .tablet\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .tablet\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }

  .tablet\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }

  .tablet\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }

  .tablet\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }

  .tablet\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .tablet\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .tablet\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .tablet\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .tablet\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }

  .tablet\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }

  .tablet\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }

  .tablet\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }

  .tablet\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }

  .tablet\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .tablet\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .tablet\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .tablet\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .tablet\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .tablet\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .tablet\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .tablet\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .tablet\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .tablet\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .tablet\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .tablet\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .tablet\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .tablet\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .tablet\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .tablet\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .tablet\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .tablet\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .tablet\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .tablet\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .tablet\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .tablet\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .tablet\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .tablet\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .tablet\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .tablet\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .tablet\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .tablet\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .tablet\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .tablet\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .tablet\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .tablet\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .tablet\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .tablet\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .tablet\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .tablet\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .tablet\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .tablet\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .tablet\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .tablet\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .tablet\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .tablet\:ring-offset-primary-color {
    --tw-ring-offset-color: #eb008b;
  }

  .tablet\:ring-offset-primary-color-dark {
    --tw-ring-offset-color: #c90068;
  }

  .tablet\:ring-offset-secondary-color {
    --tw-ring-offset-color: #112e42;
  }

  .tablet\:ring-offset-custom-gray-sm {
    --tw-ring-offset-color: #f1f4f6;
  }

  .tablet\:ring-offset-custom-gray-sm2 {
    --tw-ring-offset-color: #f1f2f3;
  }

  .tablet\:ring-offset-custom-gray-md {
    --tw-ring-offset-color: #848484;
  }

  .tablet\:ring-offset-custom-navy-dark {
    --tw-ring-offset-color: #112e42;
  }

  .tablet\:ring-offset-dark-blue {
    --tw-ring-offset-color: #112E42;
  }

  .tablet\:ring-offset-primary {
    --tw-ring-offset-color: #192D40;
  }

  .tablet\:ring-offset-secondary-1 {
    --tw-ring-offset-color: #E6007E;
  }

  .tablet\:ring-offset-secondary-2 {
    --tw-ring-offset-color: #D6D564;
  }

  .tablet\:ring-offset-secondary-3 {
    --tw-ring-offset-color: #FCFCCD;
  }

  .tablet\:ring-offset-secondary {
    --tw-ring-offset-color: #E6007E;
  }

  .tablet\:ring-offset-secondary-dark {
    --tw-ring-offset-color: #C11A7D;
  }

  .tablet\:ring-offset-secondary-light {
    --tw-ring-offset-color: #FBCEE9;
  }

  .tablet\:ring-offset-grayCustom-1 {
    --tw-ring-offset-color: #4F4F4F;
  }

  .tablet\:ring-offset-grayCustom-2 {
    --tw-ring-offset-color: #C4C4C4;
  }

  .tablet\:ring-offset-grayCustom-3 {
    --tw-ring-offset-color: #F9F9F9;
  }

  .tablet\:ring-offset-grayCustom-800 {
    --tw-ring-offset-color: #4F4F4F;
  }

  .tablet\:ring-offset-grayCustom {
    --tw-ring-offset-color: #C4C4C4;
  }

  .tablet\:ring-offset-grayCustom-dark {
    --tw-ring-offset-color: #4F4F4F;
  }

  .tablet\:ring-offset-grayCustom-light {
    --tw-ring-offset-color: #F9F9F9;
  }

  .tablet\:ring-offset-grayCustom-hover {
    --tw-ring-offset-color: #9F9F9F;
  }

  .tablet\:ring-offset-error {
    --tw-ring-offset-color: #FF206E;
  }

  .tablet\:ring-offset-error-light {
    --tw-ring-offset-color: #FDE8EA;
  }

  .tablet\:ring-offset-warning {
    --tw-ring-offset-color: #FFAE14;
  }

  .tablet\:ring-offset-warning-light {
    --tw-ring-offset-color: #FFF6E5;
  }

  .tablet\:ring-offset-success {
    --tw-ring-offset-color: #2DD881;
  }

  .tablet\:ring-offset-success-light {
    --tw-ring-offset-color: #E9FBF2;
  }

  .tablet\:ring-offset-status-open {
    --tw-ring-offset-color: #FFF;
  }

  .tablet\:ring-offset-status-waiting_payment {
    --tw-ring-offset-color: #ffae14;
  }

  .tablet\:ring-offset-status-completed {
    --tw-ring-offset-color: #54c1bb;
  }

  .tablet\:ring-offset-status-failed {
    --tw-ring-offset-color: #e8556b;
  }

  .tablet\:ring-offset-status-waiting_verify {
    --tw-ring-offset-color: #ffae14;
  }

  .tablet\:ring-offset-status-closed {
    --tw-ring-offset-color: #c4c4c4;
  }

  .tablet\:ring-offset-policyStatus-issuing {
    --tw-ring-offset-color: #FFF;
  }

  .tablet\:ring-offset-policyStatus-waiting_inspection {
    --tw-ring-offset-color: #ffae14;
  }

  .tablet\:ring-offset-policyStatus-success {
    --tw-ring-offset-color: #54c1bb;
  }

  .tablet\:ring-offset-policyStatus-failed_inspection {
    --tw-ring-offset-color: #e8556b;
  }

  .tablet\:ring-offset-policyStatus-failed {
    --tw-ring-offset-color: #e8556b;
  }

  .tablet\:ring-offset-policyStatus-waiting_policy {
    --tw-ring-offset-color: #ffae14;
  }

  .tablet\:ring-offset-policyStatus-cancel {
    --tw-ring-offset-color: #c4c4c4;
  }

  .tablet\:focus-within\:ring-offset-transparent[focus-within] {
    --tw-ring-offset-color: transparent;
  }

  .tablet\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .tablet\:focus-within\:ring-offset-current[focus-within] {
    --tw-ring-offset-color: currentColor;
  }

  .tablet\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }

  .tablet\:focus-within\:ring-offset-black[focus-within] {
    --tw-ring-offset-color: #000;
  }

  .tablet\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .tablet\:focus-within\:ring-offset-white[focus-within] {
    --tw-ring-offset-color: #fff;
  }

  .tablet\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .tablet\:focus-within\:ring-offset-gray-50[focus-within] {
    --tw-ring-offset-color: #f9fafb;
  }

  .tablet\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f9fafb;
  }

  .tablet\:focus-within\:ring-offset-gray-100[focus-within] {
    --tw-ring-offset-color: #f3f4f6;
  }

  .tablet\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6;
  }

  .tablet\:focus-within\:ring-offset-gray-200[focus-within] {
    --tw-ring-offset-color: #e5e7eb;
  }

  .tablet\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb;
  }

  .tablet\:focus-within\:ring-offset-gray-300[focus-within] {
    --tw-ring-offset-color: #d1d5db;
  }

  .tablet\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d1d5db;
  }

  .tablet\:focus-within\:ring-offset-gray-400[focus-within] {
    --tw-ring-offset-color: #9ca3af;
  }

  .tablet\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #9ca3af;
  }

  .tablet\:focus-within\:ring-offset-gray-500[focus-within] {
    --tw-ring-offset-color: #6b7280;
  }

  .tablet\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #6b7280;
  }

  .tablet\:focus-within\:ring-offset-gray-600[focus-within] {
    --tw-ring-offset-color: #4b5563;
  }

  .tablet\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #4b5563;
  }

  .tablet\:focus-within\:ring-offset-gray-700[focus-within] {
    --tw-ring-offset-color: #374151;
  }

  .tablet\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #374151;
  }

  .tablet\:focus-within\:ring-offset-gray-800[focus-within] {
    --tw-ring-offset-color: #1f2937;
  }

  .tablet\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #1f2937;
  }

  .tablet\:focus-within\:ring-offset-gray-900[focus-within] {
    --tw-ring-offset-color: #111827;
  }

  .tablet\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #111827;
  }

  .tablet\:focus-within\:ring-offset-red-50[focus-within] {
    --tw-ring-offset-color: #fef2f2;
  }

  .tablet\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .tablet\:focus-within\:ring-offset-red-100[focus-within] {
    --tw-ring-offset-color: #fee2e2;
  }

  .tablet\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .tablet\:focus-within\:ring-offset-red-200[focus-within] {
    --tw-ring-offset-color: #fecaca;
  }

  .tablet\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .tablet\:focus-within\:ring-offset-red-300[focus-within] {
    --tw-ring-offset-color: #fca5a5;
  }

  .tablet\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .tablet\:focus-within\:ring-offset-red-400[focus-within] {
    --tw-ring-offset-color: #f87171;
  }

  .tablet\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .tablet\:focus-within\:ring-offset-red-500[focus-within] {
    --tw-ring-offset-color: #ef4444;
  }

  .tablet\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .tablet\:focus-within\:ring-offset-red-600[focus-within] {
    --tw-ring-offset-color: #dc2626;
  }

  .tablet\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .tablet\:focus-within\:ring-offset-red-700[focus-within] {
    --tw-ring-offset-color: #b91c1c;
  }

  .tablet\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .tablet\:focus-within\:ring-offset-red-800[focus-within] {
    --tw-ring-offset-color: #991b1b;
  }

  .tablet\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .tablet\:focus-within\:ring-offset-red-900[focus-within] {
    --tw-ring-offset-color: #7f1d1d;
  }

  .tablet\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .tablet\:focus-within\:ring-offset-yellow-50[focus-within] {
    --tw-ring-offset-color: #fffbeb;
  }

  .tablet\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .tablet\:focus-within\:ring-offset-yellow-100[focus-within] {
    --tw-ring-offset-color: #fef3c7;
  }

  .tablet\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .tablet\:focus-within\:ring-offset-yellow-200[focus-within] {
    --tw-ring-offset-color: #fde68a;
  }

  .tablet\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .tablet\:focus-within\:ring-offset-yellow-300[focus-within] {
    --tw-ring-offset-color: #fcd34d;
  }

  .tablet\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .tablet\:focus-within\:ring-offset-yellow-400[focus-within] {
    --tw-ring-offset-color: #fbbf24;
  }

  .tablet\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .tablet\:focus-within\:ring-offset-yellow-500[focus-within] {
    --tw-ring-offset-color: #f59e0b;
  }

  .tablet\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .tablet\:focus-within\:ring-offset-yellow-600[focus-within] {
    --tw-ring-offset-color: #d97706;
  }

  .tablet\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .tablet\:focus-within\:ring-offset-yellow-700[focus-within] {
    --tw-ring-offset-color: #b45309;
  }

  .tablet\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .tablet\:focus-within\:ring-offset-yellow-800[focus-within] {
    --tw-ring-offset-color: #92400e;
  }

  .tablet\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .tablet\:focus-within\:ring-offset-yellow-900[focus-within] {
    --tw-ring-offset-color: #78350f;
  }

  .tablet\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .tablet\:focus-within\:ring-offset-green-50[focus-within] {
    --tw-ring-offset-color: #ecfdf5;
  }

  .tablet\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .tablet\:focus-within\:ring-offset-green-100[focus-within] {
    --tw-ring-offset-color: #d1fae5;
  }

  .tablet\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .tablet\:focus-within\:ring-offset-green-200[focus-within] {
    --tw-ring-offset-color: #a7f3d0;
  }

  .tablet\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .tablet\:focus-within\:ring-offset-green-300[focus-within] {
    --tw-ring-offset-color: #6ee7b7;
  }

  .tablet\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .tablet\:focus-within\:ring-offset-green-400[focus-within] {
    --tw-ring-offset-color: #34d399;
  }

  .tablet\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .tablet\:focus-within\:ring-offset-green-500[focus-within] {
    --tw-ring-offset-color: #10b981;
  }

  .tablet\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .tablet\:focus-within\:ring-offset-green-600[focus-within] {
    --tw-ring-offset-color: #059669;
  }

  .tablet\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .tablet\:focus-within\:ring-offset-green-700[focus-within] {
    --tw-ring-offset-color: #047857;
  }

  .tablet\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .tablet\:focus-within\:ring-offset-green-800[focus-within] {
    --tw-ring-offset-color: #065f46;
  }

  .tablet\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .tablet\:focus-within\:ring-offset-green-900[focus-within] {
    --tw-ring-offset-color: #064e3b;
  }

  .tablet\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .tablet\:focus-within\:ring-offset-blue-50[focus-within] {
    --tw-ring-offset-color: #eff6ff;
  }

  .tablet\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .tablet\:focus-within\:ring-offset-blue-100[focus-within] {
    --tw-ring-offset-color: #dbeafe;
  }

  .tablet\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .tablet\:focus-within\:ring-offset-blue-200[focus-within] {
    --tw-ring-offset-color: #bfdbfe;
  }

  .tablet\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .tablet\:focus-within\:ring-offset-blue-300[focus-within] {
    --tw-ring-offset-color: #93c5fd;
  }

  .tablet\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .tablet\:focus-within\:ring-offset-blue-400[focus-within] {
    --tw-ring-offset-color: #60a5fa;
  }

  .tablet\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .tablet\:focus-within\:ring-offset-blue-500[focus-within] {
    --tw-ring-offset-color: #3b82f6;
  }

  .tablet\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .tablet\:focus-within\:ring-offset-blue-600[focus-within] {
    --tw-ring-offset-color: #2563eb;
  }

  .tablet\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .tablet\:focus-within\:ring-offset-blue-700[focus-within] {
    --tw-ring-offset-color: #1d4ed8;
  }

  .tablet\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .tablet\:focus-within\:ring-offset-blue-800[focus-within] {
    --tw-ring-offset-color: #1e40af;
  }

  .tablet\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .tablet\:focus-within\:ring-offset-blue-900[focus-within] {
    --tw-ring-offset-color: #1e3a8a;
  }

  .tablet\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .tablet\:focus-within\:ring-offset-indigo-50[focus-within] {
    --tw-ring-offset-color: #eef2ff;
  }

  .tablet\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .tablet\:focus-within\:ring-offset-indigo-100[focus-within] {
    --tw-ring-offset-color: #e0e7ff;
  }

  .tablet\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .tablet\:focus-within\:ring-offset-indigo-200[focus-within] {
    --tw-ring-offset-color: #c7d2fe;
  }

  .tablet\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .tablet\:focus-within\:ring-offset-indigo-300[focus-within] {
    --tw-ring-offset-color: #a5b4fc;
  }

  .tablet\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .tablet\:focus-within\:ring-offset-indigo-400[focus-within] {
    --tw-ring-offset-color: #818cf8;
  }

  .tablet\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .tablet\:focus-within\:ring-offset-indigo-500[focus-within] {
    --tw-ring-offset-color: #6366f1;
  }

  .tablet\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .tablet\:focus-within\:ring-offset-indigo-600[focus-within] {
    --tw-ring-offset-color: #4f46e5;
  }

  .tablet\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .tablet\:focus-within\:ring-offset-indigo-700[focus-within] {
    --tw-ring-offset-color: #4338ca;
  }

  .tablet\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .tablet\:focus-within\:ring-offset-indigo-800[focus-within] {
    --tw-ring-offset-color: #3730a3;
  }

  .tablet\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .tablet\:focus-within\:ring-offset-indigo-900[focus-within] {
    --tw-ring-offset-color: #312e81;
  }

  .tablet\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .tablet\:focus-within\:ring-offset-purple-50[focus-within] {
    --tw-ring-offset-color: #f5f3ff;
  }

  .tablet\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .tablet\:focus-within\:ring-offset-purple-100[focus-within] {
    --tw-ring-offset-color: #ede9fe;
  }

  .tablet\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .tablet\:focus-within\:ring-offset-purple-200[focus-within] {
    --tw-ring-offset-color: #ddd6fe;
  }

  .tablet\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .tablet\:focus-within\:ring-offset-purple-300[focus-within] {
    --tw-ring-offset-color: #c4b5fd;
  }

  .tablet\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .tablet\:focus-within\:ring-offset-purple-400[focus-within] {
    --tw-ring-offset-color: #a78bfa;
  }

  .tablet\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .tablet\:focus-within\:ring-offset-purple-500[focus-within] {
    --tw-ring-offset-color: #8b5cf6;
  }

  .tablet\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .tablet\:focus-within\:ring-offset-purple-600[focus-within] {
    --tw-ring-offset-color: #7c3aed;
  }

  .tablet\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .tablet\:focus-within\:ring-offset-purple-700[focus-within] {
    --tw-ring-offset-color: #6d28d9;
  }

  .tablet\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .tablet\:focus-within\:ring-offset-purple-800[focus-within] {
    --tw-ring-offset-color: #5b21b6;
  }

  .tablet\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .tablet\:focus-within\:ring-offset-purple-900[focus-within] {
    --tw-ring-offset-color: #4c1d95;
  }

  .tablet\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .tablet\:focus-within\:ring-offset-pink-50[focus-within] {
    --tw-ring-offset-color: #fdf2f8;
  }

  .tablet\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .tablet\:focus-within\:ring-offset-pink-100[focus-within] {
    --tw-ring-offset-color: #fce7f3;
  }

  .tablet\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .tablet\:focus-within\:ring-offset-pink-200[focus-within] {
    --tw-ring-offset-color: #fbcfe8;
  }

  .tablet\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .tablet\:focus-within\:ring-offset-pink-300[focus-within] {
    --tw-ring-offset-color: #f9a8d4;
  }

  .tablet\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .tablet\:focus-within\:ring-offset-pink-400[focus-within] {
    --tw-ring-offset-color: #f472b6;
  }

  .tablet\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .tablet\:focus-within\:ring-offset-pink-500[focus-within] {
    --tw-ring-offset-color: #ec4899;
  }

  .tablet\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .tablet\:focus-within\:ring-offset-pink-600[focus-within] {
    --tw-ring-offset-color: #db2777;
  }

  .tablet\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .tablet\:focus-within\:ring-offset-pink-700[focus-within] {
    --tw-ring-offset-color: #be185d;
  }

  .tablet\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .tablet\:focus-within\:ring-offset-pink-800[focus-within] {
    --tw-ring-offset-color: #9d174d;
  }

  .tablet\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .tablet\:focus-within\:ring-offset-pink-900[focus-within] {
    --tw-ring-offset-color: #831843;
  }

  .tablet\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .tablet\:focus-within\:ring-offset-primary-color[focus-within] {
    --tw-ring-offset-color: #eb008b;
  }

  .tablet\:focus-within\:ring-offset-primary-color:focus-within {
    --tw-ring-offset-color: #eb008b;
  }

  .tablet\:focus-within\:ring-offset-primary-color-dark[focus-within] {
    --tw-ring-offset-color: #c90068;
  }

  .tablet\:focus-within\:ring-offset-primary-color-dark:focus-within {
    --tw-ring-offset-color: #c90068;
  }

  .tablet\:focus-within\:ring-offset-secondary-color[focus-within] {
    --tw-ring-offset-color: #112e42;
  }

  .tablet\:focus-within\:ring-offset-secondary-color:focus-within {
    --tw-ring-offset-color: #112e42;
  }

  .tablet\:focus-within\:ring-offset-custom-gray-sm[focus-within] {
    --tw-ring-offset-color: #f1f4f6;
  }

  .tablet\:focus-within\:ring-offset-custom-gray-sm:focus-within {
    --tw-ring-offset-color: #f1f4f6;
  }

  .tablet\:focus-within\:ring-offset-custom-gray-sm2[focus-within] {
    --tw-ring-offset-color: #f1f2f3;
  }

  .tablet\:focus-within\:ring-offset-custom-gray-sm2:focus-within {
    --tw-ring-offset-color: #f1f2f3;
  }

  .tablet\:focus-within\:ring-offset-custom-gray-md[focus-within] {
    --tw-ring-offset-color: #848484;
  }

  .tablet\:focus-within\:ring-offset-custom-gray-md:focus-within {
    --tw-ring-offset-color: #848484;
  }

  .tablet\:focus-within\:ring-offset-custom-navy-dark[focus-within] {
    --tw-ring-offset-color: #112e42;
  }

  .tablet\:focus-within\:ring-offset-custom-navy-dark:focus-within {
    --tw-ring-offset-color: #112e42;
  }

  .tablet\:focus-within\:ring-offset-dark-blue[focus-within] {
    --tw-ring-offset-color: #112E42;
  }

  .tablet\:focus-within\:ring-offset-dark-blue:focus-within {
    --tw-ring-offset-color: #112E42;
  }

  .tablet\:focus-within\:ring-offset-primary[focus-within] {
    --tw-ring-offset-color: #192D40;
  }

  .tablet\:focus-within\:ring-offset-primary:focus-within {
    --tw-ring-offset-color: #192D40;
  }

  .tablet\:focus-within\:ring-offset-secondary-1[focus-within] {
    --tw-ring-offset-color: #E6007E;
  }

  .tablet\:focus-within\:ring-offset-secondary-1:focus-within {
    --tw-ring-offset-color: #E6007E;
  }

  .tablet\:focus-within\:ring-offset-secondary-2[focus-within] {
    --tw-ring-offset-color: #D6D564;
  }

  .tablet\:focus-within\:ring-offset-secondary-2:focus-within {
    --tw-ring-offset-color: #D6D564;
  }

  .tablet\:focus-within\:ring-offset-secondary-3[focus-within] {
    --tw-ring-offset-color: #FCFCCD;
  }

  .tablet\:focus-within\:ring-offset-secondary-3:focus-within {
    --tw-ring-offset-color: #FCFCCD;
  }

  .tablet\:focus-within\:ring-offset-secondary[focus-within] {
    --tw-ring-offset-color: #E6007E;
  }

  .tablet\:focus-within\:ring-offset-secondary:focus-within {
    --tw-ring-offset-color: #E6007E;
  }

  .tablet\:focus-within\:ring-offset-secondary-dark[focus-within] {
    --tw-ring-offset-color: #C11A7D;
  }

  .tablet\:focus-within\:ring-offset-secondary-dark:focus-within {
    --tw-ring-offset-color: #C11A7D;
  }

  .tablet\:focus-within\:ring-offset-secondary-light[focus-within] {
    --tw-ring-offset-color: #FBCEE9;
  }

  .tablet\:focus-within\:ring-offset-secondary-light:focus-within {
    --tw-ring-offset-color: #FBCEE9;
  }

  .tablet\:focus-within\:ring-offset-grayCustom-1[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .tablet\:focus-within\:ring-offset-grayCustom-1:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .tablet\:focus-within\:ring-offset-grayCustom-2[focus-within] {
    --tw-ring-offset-color: #C4C4C4;
  }

  .tablet\:focus-within\:ring-offset-grayCustom-2:focus-within {
    --tw-ring-offset-color: #C4C4C4;
  }

  .tablet\:focus-within\:ring-offset-grayCustom-3[focus-within] {
    --tw-ring-offset-color: #F9F9F9;
  }

  .tablet\:focus-within\:ring-offset-grayCustom-3:focus-within {
    --tw-ring-offset-color: #F9F9F9;
  }

  .tablet\:focus-within\:ring-offset-grayCustom-800[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .tablet\:focus-within\:ring-offset-grayCustom-800:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .tablet\:focus-within\:ring-offset-grayCustom[focus-within] {
    --tw-ring-offset-color: #C4C4C4;
  }

  .tablet\:focus-within\:ring-offset-grayCustom:focus-within {
    --tw-ring-offset-color: #C4C4C4;
  }

  .tablet\:focus-within\:ring-offset-grayCustom-dark[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .tablet\:focus-within\:ring-offset-grayCustom-dark:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .tablet\:focus-within\:ring-offset-grayCustom-light[focus-within] {
    --tw-ring-offset-color: #F9F9F9;
  }

  .tablet\:focus-within\:ring-offset-grayCustom-light:focus-within {
    --tw-ring-offset-color: #F9F9F9;
  }

  .tablet\:focus-within\:ring-offset-grayCustom-hover[focus-within] {
    --tw-ring-offset-color: #9F9F9F;
  }

  .tablet\:focus-within\:ring-offset-grayCustom-hover:focus-within {
    --tw-ring-offset-color: #9F9F9F;
  }

  .tablet\:focus-within\:ring-offset-error[focus-within] {
    --tw-ring-offset-color: #FF206E;
  }

  .tablet\:focus-within\:ring-offset-error:focus-within {
    --tw-ring-offset-color: #FF206E;
  }

  .tablet\:focus-within\:ring-offset-error-light[focus-within] {
    --tw-ring-offset-color: #FDE8EA;
  }

  .tablet\:focus-within\:ring-offset-error-light:focus-within {
    --tw-ring-offset-color: #FDE8EA;
  }

  .tablet\:focus-within\:ring-offset-warning[focus-within] {
    --tw-ring-offset-color: #FFAE14;
  }

  .tablet\:focus-within\:ring-offset-warning:focus-within {
    --tw-ring-offset-color: #FFAE14;
  }

  .tablet\:focus-within\:ring-offset-warning-light[focus-within] {
    --tw-ring-offset-color: #FFF6E5;
  }

  .tablet\:focus-within\:ring-offset-warning-light:focus-within {
    --tw-ring-offset-color: #FFF6E5;
  }

  .tablet\:focus-within\:ring-offset-success[focus-within] {
    --tw-ring-offset-color: #2DD881;
  }

  .tablet\:focus-within\:ring-offset-success:focus-within {
    --tw-ring-offset-color: #2DD881;
  }

  .tablet\:focus-within\:ring-offset-success-light[focus-within] {
    --tw-ring-offset-color: #E9FBF2;
  }

  .tablet\:focus-within\:ring-offset-success-light:focus-within {
    --tw-ring-offset-color: #E9FBF2;
  }

  .tablet\:focus-within\:ring-offset-status-open[focus-within] {
    --tw-ring-offset-color: #FFF;
  }

  .tablet\:focus-within\:ring-offset-status-open:focus-within {
    --tw-ring-offset-color: #FFF;
  }

  .tablet\:focus-within\:ring-offset-status-waiting_payment[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .tablet\:focus-within\:ring-offset-status-waiting_payment:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .tablet\:focus-within\:ring-offset-status-completed[focus-within] {
    --tw-ring-offset-color: #54c1bb;
  }

  .tablet\:focus-within\:ring-offset-status-completed:focus-within {
    --tw-ring-offset-color: #54c1bb;
  }

  .tablet\:focus-within\:ring-offset-status-failed[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .tablet\:focus-within\:ring-offset-status-failed:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .tablet\:focus-within\:ring-offset-status-waiting_verify[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .tablet\:focus-within\:ring-offset-status-waiting_verify:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .tablet\:focus-within\:ring-offset-status-closed[focus-within] {
    --tw-ring-offset-color: #c4c4c4;
  }

  .tablet\:focus-within\:ring-offset-status-closed:focus-within {
    --tw-ring-offset-color: #c4c4c4;
  }

  .tablet\:focus-within\:ring-offset-policyStatus-issuing[focus-within] {
    --tw-ring-offset-color: #FFF;
  }

  .tablet\:focus-within\:ring-offset-policyStatus-issuing:focus-within {
    --tw-ring-offset-color: #FFF;
  }

  .tablet\:focus-within\:ring-offset-policyStatus-waiting_inspection[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .tablet\:focus-within\:ring-offset-policyStatus-waiting_inspection:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .tablet\:focus-within\:ring-offset-policyStatus-success[focus-within] {
    --tw-ring-offset-color: #54c1bb;
  }

  .tablet\:focus-within\:ring-offset-policyStatus-success:focus-within {
    --tw-ring-offset-color: #54c1bb;
  }

  .tablet\:focus-within\:ring-offset-policyStatus-failed_inspection[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .tablet\:focus-within\:ring-offset-policyStatus-failed_inspection:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .tablet\:focus-within\:ring-offset-policyStatus-failed[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .tablet\:focus-within\:ring-offset-policyStatus-failed:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .tablet\:focus-within\:ring-offset-policyStatus-waiting_policy[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .tablet\:focus-within\:ring-offset-policyStatus-waiting_policy:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .tablet\:focus-within\:ring-offset-policyStatus-cancel[focus-within] {
    --tw-ring-offset-color: #c4c4c4;
  }

  .tablet\:focus-within\:ring-offset-policyStatus-cancel:focus-within {
    --tw-ring-offset-color: #c4c4c4;
  }

  .tablet\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .tablet\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }

  .tablet\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .tablet\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .tablet\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f9fafb;
  }

  .tablet\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f3f4f6;
  }

  .tablet\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e5e7eb;
  }

  .tablet\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d1d5db;
  }

  .tablet\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #9ca3af;
  }

  .tablet\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #6b7280;
  }

  .tablet\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #4b5563;
  }

  .tablet\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #374151;
  }

  .tablet\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937;
  }

  .tablet\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #111827;
  }

  .tablet\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .tablet\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .tablet\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .tablet\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .tablet\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .tablet\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .tablet\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .tablet\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .tablet\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .tablet\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .tablet\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .tablet\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .tablet\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .tablet\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .tablet\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .tablet\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .tablet\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .tablet\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .tablet\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .tablet\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .tablet\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .tablet\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .tablet\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .tablet\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .tablet\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .tablet\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .tablet\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .tablet\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .tablet\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .tablet\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .tablet\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .tablet\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .tablet\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .tablet\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .tablet\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .tablet\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .tablet\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .tablet\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .tablet\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .tablet\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .tablet\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .tablet\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .tablet\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .tablet\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .tablet\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .tablet\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .tablet\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .tablet\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .tablet\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .tablet\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .tablet\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .tablet\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .tablet\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .tablet\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .tablet\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .tablet\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .tablet\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .tablet\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .tablet\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .tablet\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .tablet\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .tablet\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .tablet\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .tablet\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .tablet\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .tablet\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .tablet\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .tablet\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .tablet\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .tablet\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .tablet\:focus\:ring-offset-primary-color:focus {
    --tw-ring-offset-color: #eb008b;
  }

  .tablet\:focus\:ring-offset-primary-color-dark:focus {
    --tw-ring-offset-color: #c90068;
  }

  .tablet\:focus\:ring-offset-secondary-color:focus {
    --tw-ring-offset-color: #112e42;
  }

  .tablet\:focus\:ring-offset-custom-gray-sm:focus {
    --tw-ring-offset-color: #f1f4f6;
  }

  .tablet\:focus\:ring-offset-custom-gray-sm2:focus {
    --tw-ring-offset-color: #f1f2f3;
  }

  .tablet\:focus\:ring-offset-custom-gray-md:focus {
    --tw-ring-offset-color: #848484;
  }

  .tablet\:focus\:ring-offset-custom-navy-dark:focus {
    --tw-ring-offset-color: #112e42;
  }

  .tablet\:focus\:ring-offset-dark-blue:focus {
    --tw-ring-offset-color: #112E42;
  }

  .tablet\:focus\:ring-offset-primary:focus {
    --tw-ring-offset-color: #192D40;
  }

  .tablet\:focus\:ring-offset-secondary-1:focus {
    --tw-ring-offset-color: #E6007E;
  }

  .tablet\:focus\:ring-offset-secondary-2:focus {
    --tw-ring-offset-color: #D6D564;
  }

  .tablet\:focus\:ring-offset-secondary-3:focus {
    --tw-ring-offset-color: #FCFCCD;
  }

  .tablet\:focus\:ring-offset-secondary:focus {
    --tw-ring-offset-color: #E6007E;
  }

  .tablet\:focus\:ring-offset-secondary-dark:focus {
    --tw-ring-offset-color: #C11A7D;
  }

  .tablet\:focus\:ring-offset-secondary-light:focus {
    --tw-ring-offset-color: #FBCEE9;
  }

  .tablet\:focus\:ring-offset-grayCustom-1:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .tablet\:focus\:ring-offset-grayCustom-2:focus {
    --tw-ring-offset-color: #C4C4C4;
  }

  .tablet\:focus\:ring-offset-grayCustom-3:focus {
    --tw-ring-offset-color: #F9F9F9;
  }

  .tablet\:focus\:ring-offset-grayCustom-800:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .tablet\:focus\:ring-offset-grayCustom:focus {
    --tw-ring-offset-color: #C4C4C4;
  }

  .tablet\:focus\:ring-offset-grayCustom-dark:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .tablet\:focus\:ring-offset-grayCustom-light:focus {
    --tw-ring-offset-color: #F9F9F9;
  }

  .tablet\:focus\:ring-offset-grayCustom-hover:focus {
    --tw-ring-offset-color: #9F9F9F;
  }

  .tablet\:focus\:ring-offset-error:focus {
    --tw-ring-offset-color: #FF206E;
  }

  .tablet\:focus\:ring-offset-error-light:focus {
    --tw-ring-offset-color: #FDE8EA;
  }

  .tablet\:focus\:ring-offset-warning:focus {
    --tw-ring-offset-color: #FFAE14;
  }

  .tablet\:focus\:ring-offset-warning-light:focus {
    --tw-ring-offset-color: #FFF6E5;
  }

  .tablet\:focus\:ring-offset-success:focus {
    --tw-ring-offset-color: #2DD881;
  }

  .tablet\:focus\:ring-offset-success-light:focus {
    --tw-ring-offset-color: #E9FBF2;
  }

  .tablet\:focus\:ring-offset-status-open:focus {
    --tw-ring-offset-color: #FFF;
  }

  .tablet\:focus\:ring-offset-status-waiting_payment:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .tablet\:focus\:ring-offset-status-completed:focus {
    --tw-ring-offset-color: #54c1bb;
  }

  .tablet\:focus\:ring-offset-status-failed:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .tablet\:focus\:ring-offset-status-waiting_verify:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .tablet\:focus\:ring-offset-status-closed:focus {
    --tw-ring-offset-color: #c4c4c4;
  }

  .tablet\:focus\:ring-offset-policyStatus-issuing:focus {
    --tw-ring-offset-color: #FFF;
  }

  .tablet\:focus\:ring-offset-policyStatus-waiting_inspection:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .tablet\:focus\:ring-offset-policyStatus-success:focus {
    --tw-ring-offset-color: #54c1bb;
  }

  .tablet\:focus\:ring-offset-policyStatus-failed_inspection:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .tablet\:focus\:ring-offset-policyStatus-failed:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .tablet\:focus\:ring-offset-policyStatus-waiting_policy:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .tablet\:focus\:ring-offset-policyStatus-cancel:focus {
    --tw-ring-offset-color: #c4c4c4;
  }

  .tablet\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .tablet\:filter-none {
    filter: none;
  }

  .tablet\:blur-0 {
    --tw-blur: blur(0);
  }

  .tablet\:blur-none {
    --tw-blur: blur(0);
  }

  .tablet\:blur-sm {
    --tw-blur: blur(4px);
  }

  .tablet\:blur {
    --tw-blur: blur(8px);
  }

  .tablet\:blur-md {
    --tw-blur: blur(12px);
  }

  .tablet\:blur-lg {
    --tw-blur: blur(16px);
  }

  .tablet\:blur-xl {
    --tw-blur: blur(24px);
  }

  .tablet\:blur-2xl {
    --tw-blur: blur(40px);
  }

  .tablet\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .tablet\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .tablet\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .tablet\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .tablet\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .tablet\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .tablet\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .tablet\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .tablet\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .tablet\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .tablet\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .tablet\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .tablet\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .tablet\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .tablet\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .tablet\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .tablet\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .tablet\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .tablet\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .tablet\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .tablet\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .tablet\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .tablet\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .tablet\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .tablet\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .tablet\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 rgba(0,0,0,0));
  }

  .tablet\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .tablet\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .tablet\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .tablet\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .tablet\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .tablet\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .tablet\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .tablet\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .tablet\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .tablet\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .tablet\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .tablet\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .tablet\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .tablet\:invert-0 {
    --tw-invert: invert(0);
  }

  .tablet\:invert {
    --tw-invert: invert(100%);
  }

  .tablet\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .tablet\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .tablet\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .tablet\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .tablet\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .tablet\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .tablet\:sepia {
    --tw-sepia: sepia(100%);
  }

  .tablet\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .tablet\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .tablet\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .tablet\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .tablet\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .tablet\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .tablet\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .tablet\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .tablet\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .tablet\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
  }

  .tablet\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .tablet\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .tablet\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .tablet\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .tablet\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .tablet\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .tablet\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .tablet\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .tablet\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .tablet\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .tablet\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .tablet\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .tablet\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .tablet\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .tablet\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .tablet\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .tablet\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .tablet\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .tablet\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .tablet\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .tablet\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .tablet\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .tablet\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .tablet\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .tablet\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .tablet\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .tablet\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .tablet\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .tablet\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .tablet\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .tablet\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .tablet\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .tablet\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .tablet\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .tablet\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .tablet\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .tablet\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .tablet\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .tablet\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .tablet\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .tablet\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .tablet\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .tablet\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .tablet\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .tablet\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .tablet\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .tablet\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .tablet\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .tablet\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .tablet\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .tablet\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .tablet\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .tablet\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .tablet\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .tablet\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .tablet\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .tablet\:transition-none {
    transition-property: none;
  }

  .tablet\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tablet\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tablet\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tablet\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tablet\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tablet\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tablet\:delay-75 {
    transition-delay: 75ms;
  }

  .tablet\:delay-100 {
    transition-delay: 100ms;
  }

  .tablet\:delay-150 {
    transition-delay: 150ms;
  }

  .tablet\:delay-200 {
    transition-delay: 200ms;
  }

  .tablet\:delay-300 {
    transition-delay: 300ms;
  }

  .tablet\:delay-500 {
    transition-delay: 500ms;
  }

  .tablet\:delay-700 {
    transition-delay: 700ms;
  }

  .tablet\:delay-1000 {
    transition-delay: 1000ms;
  }

  .tablet\:duration-75 {
    transition-duration: 75ms;
  }

  .tablet\:duration-100 {
    transition-duration: 100ms;
  }

  .tablet\:duration-150 {
    transition-duration: 150ms;
  }

  .tablet\:duration-200 {
    transition-duration: 200ms;
  }

  .tablet\:duration-300 {
    transition-duration: 300ms;
  }

  .tablet\:duration-500 {
    transition-duration: 500ms;
  }

  .tablet\:duration-700 {
    transition-duration: 700ms;
  }

  .tablet\:duration-1000 {
    transition-duration: 1000ms;
  }

  .tablet\:ease-linear {
    transition-timing-function: linear;
  }

  .tablet\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .tablet\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .tablet\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .laptop\:container {
    width: 100%;
  }
}

@media (min-width: 640px) and (max-width: 1023px) and (min-width: 0px) {
    .laptop\:container {
      max-width: 0px;
    }
  }

@media (min-width: 640px) and (max-width: 1023px) and (min-width: 320px) {
    .laptop\:container {
      max-width: 320px;
    }
  }

@media (min-width: 640px) and (max-width: 1023px) and (min-width: 640px) {
    .laptop\:container {
      max-width: 640px;
    }
  }

@media (min-width: 640px) and (max-width: 1023px) and (min-width: 768px) {
    .laptop\:container {
      max-width: 768px;
    }
  }

@media (min-width: 640px) and (max-width: 1023px) and (min-width: 1280px) {
    .laptop\:container {
      max-width: 1280px;
    }
  }

@media (min-width: 640px) and (max-width: 1023px) and (min-width: 1440px) {
    .laptop\:container {
      max-width: 1440px;
    }
  }

@media (min-width: 640px) and (max-width: 1023px) and (min-width: 1600px) {
    .laptop\:container {
      max-width: 1600px;
    }
  }

@media (min-width: 640px) and (max-width: 1023px) and (min-width: 4820px) {
    .laptop\:container {
      max-width: 4820px;
    }
  }

@media (min-width: 640px) and (max-width: 1023px) {

  .laptop\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .laptop\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .laptop\:focus-within\:sr-only[focus-within] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .laptop\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .laptop\:focus-within\:not-sr-only[focus-within] {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .laptop\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .laptop\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .laptop\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .laptop\:pointer-events-none {
    pointer-events: none;
  }

  .laptop\:pointer-events-auto {
    pointer-events: auto;
  }

  .laptop\:visible {
    visibility: visible;
  }

  .laptop\:invisible {
    visibility: hidden;
  }

  .laptop\:static {
    position: static;
  }

  .laptop\:fixed {
    position: fixed;
  }

  .laptop\:absolute {
    position: absolute;
  }

  .laptop\:relative {
    position: relative;
  }

  .laptop\:sticky {
    position: sticky;
  }

  .laptop\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .laptop\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .laptop\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .laptop\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .laptop\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .laptop\:inset-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .laptop\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .laptop\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .laptop\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .laptop\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .laptop\:inset-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .laptop\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .laptop\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .laptop\:inset-14 {
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .laptop\:inset-16 {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .laptop\:inset-20 {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .laptop\:inset-24 {
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .laptop\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .laptop\:inset-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .laptop\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .laptop\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .laptop\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .laptop\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .laptop\:inset-48 {
    top: 48px;
    right: 48px;
    bottom: 48px;
    left: 48px;
  }

  .laptop\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .laptop\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .laptop\:inset-60 {
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
  }

  .laptop\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .laptop\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .laptop\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .laptop\:inset-95 {
    top: 95px;
    right: 95px;
    bottom: 95px;
    left: 95px;
  }

  .laptop\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .laptop\:inset-120 {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .laptop\:inset-190 {
    top: 190px;
    right: 190px;
    bottom: 190px;
    left: 190px;
  }

  .laptop\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .laptop\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .laptop\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .laptop\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .laptop\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .laptop\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .laptop\:inset-30\% {
    top: 30%;
    right: 30%;
    bottom: 30%;
    left: 30%;
  }

  .laptop\:inset-7\.5r {
    top: 1.875rem;
    right: 1.875rem;
    bottom: 1.875rem;
    left: 1.875rem;
  }

  .laptop\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .laptop\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .laptop\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .laptop\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .laptop\:-inset-5 {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .laptop\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .laptop\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .laptop\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .laptop\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .laptop\:-inset-10 {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .laptop\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .laptop\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .laptop\:-inset-14 {
    top: -14px;
    right: -14px;
    bottom: -14px;
    left: -14px;
  }

  .laptop\:-inset-16 {
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
  }

  .laptop\:-inset-20 {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .laptop\:-inset-24 {
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
  }

  .laptop\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .laptop\:-inset-30 {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .laptop\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .laptop\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .laptop\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .laptop\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .laptop\:-inset-48 {
    top: -48px;
    right: -48px;
    bottom: -48px;
    left: -48px;
  }

  .laptop\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .laptop\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .laptop\:-inset-60 {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .laptop\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .laptop\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .laptop\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .laptop\:-inset-95 {
    top: -95px;
    right: -95px;
    bottom: -95px;
    left: -95px;
  }

  .laptop\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .laptop\:-inset-120 {
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px;
  }

  .laptop\:-inset-190 {
    top: -190px;
    right: -190px;
    bottom: -190px;
    left: -190px;
  }

  .laptop\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .laptop\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .laptop\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .laptop\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .laptop\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .laptop\:-inset-30\% {
    top: -30%;
    right: -30%;
    bottom: -30%;
    left: -30%;
  }

  .laptop\:-inset-7\.5r {
    top: -1.875rem;
    right: -1.875rem;
    bottom: -1.875rem;
    left: -1.875rem;
  }

  .laptop\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .laptop\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .laptop\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .laptop\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .laptop\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .laptop\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .laptop\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .laptop\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .laptop\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .laptop\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .laptop\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .laptop\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .laptop\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .laptop\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .laptop\:inset-x-0 {
    left: 0;
    right: 0;
  }

  .laptop\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .laptop\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .laptop\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .laptop\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .laptop\:inset-x-5 {
    left: 5px;
    right: 5px;
  }

  .laptop\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .laptop\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .laptop\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .laptop\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .laptop\:inset-x-10 {
    left: 10px;
    right: 10px;
  }

  .laptop\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .laptop\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .laptop\:inset-x-14 {
    left: 14px;
    right: 14px;
  }

  .laptop\:inset-x-16 {
    left: 16px;
    right: 16px;
  }

  .laptop\:inset-x-20 {
    left: 20px;
    right: 20px;
  }

  .laptop\:inset-x-24 {
    left: 24px;
    right: 24px;
  }

  .laptop\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .laptop\:inset-x-30 {
    left: 30px;
    right: 30px;
  }

  .laptop\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .laptop\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .laptop\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .laptop\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .laptop\:inset-x-48 {
    left: 48px;
    right: 48px;
  }

  .laptop\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .laptop\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .laptop\:inset-x-60 {
    left: 60px;
    right: 60px;
  }

  .laptop\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .laptop\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .laptop\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .laptop\:inset-x-95 {
    left: 95px;
    right: 95px;
  }

  .laptop\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .laptop\:inset-x-120 {
    left: 120px;
    right: 120px;
  }

  .laptop\:inset-x-190 {
    left: 190px;
    right: 190px;
  }

  .laptop\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .laptop\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .laptop\:inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .laptop\:inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .laptop\:inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .laptop\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .laptop\:inset-x-30\% {
    left: 30%;
    right: 30%;
  }

  .laptop\:inset-x-7\.5r {
    left: 1.875rem;
    right: 1.875rem;
  }

  .laptop\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .laptop\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .laptop\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .laptop\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .laptop\:-inset-x-5 {
    left: -5px;
    right: -5px;
  }

  .laptop\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .laptop\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .laptop\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .laptop\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .laptop\:-inset-x-10 {
    left: -10px;
    right: -10px;
  }

  .laptop\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .laptop\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .laptop\:-inset-x-14 {
    left: -14px;
    right: -14px;
  }

  .laptop\:-inset-x-16 {
    left: -16px;
    right: -16px;
  }

  .laptop\:-inset-x-20 {
    left: -20px;
    right: -20px;
  }

  .laptop\:-inset-x-24 {
    left: -24px;
    right: -24px;
  }

  .laptop\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .laptop\:-inset-x-30 {
    left: -30px;
    right: -30px;
  }

  .laptop\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .laptop\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .laptop\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .laptop\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .laptop\:-inset-x-48 {
    left: -48px;
    right: -48px;
  }

  .laptop\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .laptop\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .laptop\:-inset-x-60 {
    left: -60px;
    right: -60px;
  }

  .laptop\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .laptop\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .laptop\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .laptop\:-inset-x-95 {
    left: -95px;
    right: -95px;
  }

  .laptop\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .laptop\:-inset-x-120 {
    left: -120px;
    right: -120px;
  }

  .laptop\:-inset-x-190 {
    left: -190px;
    right: -190px;
  }

  .laptop\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .laptop\:-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .laptop\:-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .laptop\:-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .laptop\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .laptop\:-inset-x-30\% {
    left: -30%;
    right: -30%;
  }

  .laptop\:-inset-x-7\.5r {
    left: -1.875rem;
    right: -1.875rem;
  }

  .laptop\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .laptop\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .laptop\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .laptop\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .laptop\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .laptop\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .laptop\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .laptop\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .laptop\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .laptop\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .laptop\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .laptop\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .laptop\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .laptop\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .laptop\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .laptop\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .laptop\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .laptop\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .laptop\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .laptop\:inset-y-5 {
    top: 5px;
    bottom: 5px;
  }

  .laptop\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .laptop\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .laptop\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .laptop\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .laptop\:inset-y-10 {
    top: 10px;
    bottom: 10px;
  }

  .laptop\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .laptop\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .laptop\:inset-y-14 {
    top: 14px;
    bottom: 14px;
  }

  .laptop\:inset-y-16 {
    top: 16px;
    bottom: 16px;
  }

  .laptop\:inset-y-20 {
    top: 20px;
    bottom: 20px;
  }

  .laptop\:inset-y-24 {
    top: 24px;
    bottom: 24px;
  }

  .laptop\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .laptop\:inset-y-30 {
    top: 30px;
    bottom: 30px;
  }

  .laptop\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .laptop\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .laptop\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .laptop\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .laptop\:inset-y-48 {
    top: 48px;
    bottom: 48px;
  }

  .laptop\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .laptop\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .laptop\:inset-y-60 {
    top: 60px;
    bottom: 60px;
  }

  .laptop\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .laptop\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .laptop\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .laptop\:inset-y-95 {
    top: 95px;
    bottom: 95px;
  }

  .laptop\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .laptop\:inset-y-120 {
    top: 120px;
    bottom: 120px;
  }

  .laptop\:inset-y-190 {
    top: 190px;
    bottom: 190px;
  }

  .laptop\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .laptop\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .laptop\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .laptop\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .laptop\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .laptop\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .laptop\:inset-y-30\% {
    top: 30%;
    bottom: 30%;
  }

  .laptop\:inset-y-7\.5r {
    top: 1.875rem;
    bottom: 1.875rem;
  }

  .laptop\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .laptop\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .laptop\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .laptop\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .laptop\:-inset-y-5 {
    top: -5px;
    bottom: -5px;
  }

  .laptop\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .laptop\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .laptop\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .laptop\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .laptop\:-inset-y-10 {
    top: -10px;
    bottom: -10px;
  }

  .laptop\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .laptop\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .laptop\:-inset-y-14 {
    top: -14px;
    bottom: -14px;
  }

  .laptop\:-inset-y-16 {
    top: -16px;
    bottom: -16px;
  }

  .laptop\:-inset-y-20 {
    top: -20px;
    bottom: -20px;
  }

  .laptop\:-inset-y-24 {
    top: -24px;
    bottom: -24px;
  }

  .laptop\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .laptop\:-inset-y-30 {
    top: -30px;
    bottom: -30px;
  }

  .laptop\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .laptop\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .laptop\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .laptop\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .laptop\:-inset-y-48 {
    top: -48px;
    bottom: -48px;
  }

  .laptop\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .laptop\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .laptop\:-inset-y-60 {
    top: -60px;
    bottom: -60px;
  }

  .laptop\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .laptop\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .laptop\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .laptop\:-inset-y-95 {
    top: -95px;
    bottom: -95px;
  }

  .laptop\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .laptop\:-inset-y-120 {
    top: -120px;
    bottom: -120px;
  }

  .laptop\:-inset-y-190 {
    top: -190px;
    bottom: -190px;
  }

  .laptop\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .laptop\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .laptop\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .laptop\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .laptop\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .laptop\:-inset-y-30\% {
    top: -30%;
    bottom: -30%;
  }

  .laptop\:-inset-y-7\.5r {
    top: -1.875rem;
    bottom: -1.875rem;
  }

  .laptop\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .laptop\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .laptop\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .laptop\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .laptop\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .laptop\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .laptop\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .laptop\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .laptop\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .laptop\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .laptop\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .laptop\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .laptop\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .laptop\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .laptop\:top-0 {
    top: 0;
  }

  .laptop\:top-1 {
    top: 0.25rem;
  }

  .laptop\:top-2 {
    top: 0.5rem;
  }

  .laptop\:top-3 {
    top: 0.75rem;
  }

  .laptop\:top-4 {
    top: 1rem;
  }

  .laptop\:top-5 {
    top: 5px;
  }

  .laptop\:top-6 {
    top: 1.5rem;
  }

  .laptop\:top-7 {
    top: 1.75rem;
  }

  .laptop\:top-8 {
    top: 2rem;
  }

  .laptop\:top-9 {
    top: 2.25rem;
  }

  .laptop\:top-10 {
    top: 10px;
  }

  .laptop\:top-11 {
    top: 2.75rem;
  }

  .laptop\:top-12 {
    top: 3rem;
  }

  .laptop\:top-14 {
    top: 14px;
  }

  .laptop\:top-16 {
    top: 16px;
  }

  .laptop\:top-20 {
    top: 20px;
  }

  .laptop\:top-24 {
    top: 24px;
  }

  .laptop\:top-28 {
    top: 7rem;
  }

  .laptop\:top-30 {
    top: 30px;
  }

  .laptop\:top-32 {
    top: 8rem;
  }

  .laptop\:top-36 {
    top: 9rem;
  }

  .laptop\:top-40 {
    top: 10rem;
  }

  .laptop\:top-44 {
    top: 11rem;
  }

  .laptop\:top-48 {
    top: 48px;
  }

  .laptop\:top-52 {
    top: 13rem;
  }

  .laptop\:top-56 {
    top: 14rem;
  }

  .laptop\:top-60 {
    top: 60px;
  }

  .laptop\:top-64 {
    top: 16rem;
  }

  .laptop\:top-72 {
    top: 18rem;
  }

  .laptop\:top-80 {
    top: 20rem;
  }

  .laptop\:top-95 {
    top: 95px;
  }

  .laptop\:top-96 {
    top: 24rem;
  }

  .laptop\:top-120 {
    top: 120px;
  }

  .laptop\:top-190 {
    top: 190px;
  }

  .laptop\:top-auto {
    top: auto;
  }

  .laptop\:top-px {
    top: 1px;
  }

  .laptop\:top-0\.5 {
    top: 0.125rem;
  }

  .laptop\:top-1\.5 {
    top: 0.375rem;
  }

  .laptop\:top-2\.5 {
    top: 0.625rem;
  }

  .laptop\:top-3\.5 {
    top: 0.875rem;
  }

  .laptop\:top-30\% {
    top: 30%;
  }

  .laptop\:top-7\.5r {
    top: 1.875rem;
  }

  .laptop\:-top-1 {
    top: -0.25rem;
  }

  .laptop\:-top-2 {
    top: -0.5rem;
  }

  .laptop\:-top-3 {
    top: -0.75rem;
  }

  .laptop\:-top-4 {
    top: -1rem;
  }

  .laptop\:-top-5 {
    top: -5px;
  }

  .laptop\:-top-6 {
    top: -1.5rem;
  }

  .laptop\:-top-7 {
    top: -1.75rem;
  }

  .laptop\:-top-8 {
    top: -2rem;
  }

  .laptop\:-top-9 {
    top: -2.25rem;
  }

  .laptop\:-top-10 {
    top: -10px;
  }

  .laptop\:-top-11 {
    top: -2.75rem;
  }

  .laptop\:-top-12 {
    top: -3rem;
  }

  .laptop\:-top-14 {
    top: -14px;
  }

  .laptop\:-top-16 {
    top: -16px;
  }

  .laptop\:-top-20 {
    top: -20px;
  }

  .laptop\:-top-24 {
    top: -24px;
  }

  .laptop\:-top-28 {
    top: -7rem;
  }

  .laptop\:-top-30 {
    top: -30px;
  }

  .laptop\:-top-32 {
    top: -8rem;
  }

  .laptop\:-top-36 {
    top: -9rem;
  }

  .laptop\:-top-40 {
    top: -10rem;
  }

  .laptop\:-top-44 {
    top: -11rem;
  }

  .laptop\:-top-48 {
    top: -48px;
  }

  .laptop\:-top-52 {
    top: -13rem;
  }

  .laptop\:-top-56 {
    top: -14rem;
  }

  .laptop\:-top-60 {
    top: -60px;
  }

  .laptop\:-top-64 {
    top: -16rem;
  }

  .laptop\:-top-72 {
    top: -18rem;
  }

  .laptop\:-top-80 {
    top: -20rem;
  }

  .laptop\:-top-95 {
    top: -95px;
  }

  .laptop\:-top-96 {
    top: -24rem;
  }

  .laptop\:-top-120 {
    top: -120px;
  }

  .laptop\:-top-190 {
    top: -190px;
  }

  .laptop\:-top-px {
    top: -1px;
  }

  .laptop\:-top-0\.5 {
    top: -0.125rem;
  }

  .laptop\:-top-1\.5 {
    top: -0.375rem;
  }

  .laptop\:-top-2\.5 {
    top: -0.625rem;
  }

  .laptop\:-top-3\.5 {
    top: -0.875rem;
  }

  .laptop\:-top-30\% {
    top: -30%;
  }

  .laptop\:-top-7\.5r {
    top: -1.875rem;
  }

  .laptop\:top-1\/2 {
    top: 50%;
  }

  .laptop\:top-1\/3 {
    top: 33.333333%;
  }

  .laptop\:top-2\/3 {
    top: 66.666667%;
  }

  .laptop\:top-1\/4 {
    top: 25%;
  }

  .laptop\:top-2\/4 {
    top: 50%;
  }

  .laptop\:top-3\/4 {
    top: 75%;
  }

  .laptop\:top-full {
    top: 100%;
  }

  .laptop\:-top-1\/2 {
    top: -50%;
  }

  .laptop\:-top-1\/3 {
    top: -33.333333%;
  }

  .laptop\:-top-2\/3 {
    top: -66.666667%;
  }

  .laptop\:-top-1\/4 {
    top: -25%;
  }

  .laptop\:-top-2\/4 {
    top: -50%;
  }

  .laptop\:-top-3\/4 {
    top: -75%;
  }

  .laptop\:-top-full {
    top: -100%;
  }

  .laptop\:right-0 {
    right: 0;
  }

  .laptop\:right-1 {
    right: 0.25rem;
  }

  .laptop\:right-2 {
    right: 0.5rem;
  }

  .laptop\:right-3 {
    right: 0.75rem;
  }

  .laptop\:right-4 {
    right: 1rem;
  }

  .laptop\:right-5 {
    right: 5px;
  }

  .laptop\:right-6 {
    right: 1.5rem;
  }

  .laptop\:right-7 {
    right: 1.75rem;
  }

  .laptop\:right-8 {
    right: 2rem;
  }

  .laptop\:right-9 {
    right: 2.25rem;
  }

  .laptop\:right-10 {
    right: 10px;
  }

  .laptop\:right-11 {
    right: 2.75rem;
  }

  .laptop\:right-12 {
    right: 3rem;
  }

  .laptop\:right-14 {
    right: 14px;
  }

  .laptop\:right-16 {
    right: 16px;
  }

  .laptop\:right-20 {
    right: 20px;
  }

  .laptop\:right-24 {
    right: 24px;
  }

  .laptop\:right-28 {
    right: 7rem;
  }

  .laptop\:right-30 {
    right: 30px;
  }

  .laptop\:right-32 {
    right: 8rem;
  }

  .laptop\:right-36 {
    right: 9rem;
  }

  .laptop\:right-40 {
    right: 10rem;
  }

  .laptop\:right-44 {
    right: 11rem;
  }

  .laptop\:right-48 {
    right: 48px;
  }

  .laptop\:right-52 {
    right: 13rem;
  }

  .laptop\:right-56 {
    right: 14rem;
  }

  .laptop\:right-60 {
    right: 60px;
  }

  .laptop\:right-64 {
    right: 16rem;
  }

  .laptop\:right-72 {
    right: 18rem;
  }

  .laptop\:right-80 {
    right: 20rem;
  }

  .laptop\:right-95 {
    right: 95px;
  }

  .laptop\:right-96 {
    right: 24rem;
  }

  .laptop\:right-120 {
    right: 120px;
  }

  .laptop\:right-190 {
    right: 190px;
  }

  .laptop\:right-auto {
    right: auto;
  }

  .laptop\:right-px {
    right: 1px;
  }

  .laptop\:right-0\.5 {
    right: 0.125rem;
  }

  .laptop\:right-1\.5 {
    right: 0.375rem;
  }

  .laptop\:right-2\.5 {
    right: 0.625rem;
  }

  .laptop\:right-3\.5 {
    right: 0.875rem;
  }

  .laptop\:right-30\% {
    right: 30%;
  }

  .laptop\:right-7\.5r {
    right: 1.875rem;
  }

  .laptop\:-right-1 {
    right: -0.25rem;
  }

  .laptop\:-right-2 {
    right: -0.5rem;
  }

  .laptop\:-right-3 {
    right: -0.75rem;
  }

  .laptop\:-right-4 {
    right: -1rem;
  }

  .laptop\:-right-5 {
    right: -5px;
  }

  .laptop\:-right-6 {
    right: -1.5rem;
  }

  .laptop\:-right-7 {
    right: -1.75rem;
  }

  .laptop\:-right-8 {
    right: -2rem;
  }

  .laptop\:-right-9 {
    right: -2.25rem;
  }

  .laptop\:-right-10 {
    right: -10px;
  }

  .laptop\:-right-11 {
    right: -2.75rem;
  }

  .laptop\:-right-12 {
    right: -3rem;
  }

  .laptop\:-right-14 {
    right: -14px;
  }

  .laptop\:-right-16 {
    right: -16px;
  }

  .laptop\:-right-20 {
    right: -20px;
  }

  .laptop\:-right-24 {
    right: -24px;
  }

  .laptop\:-right-28 {
    right: -7rem;
  }

  .laptop\:-right-30 {
    right: -30px;
  }

  .laptop\:-right-32 {
    right: -8rem;
  }

  .laptop\:-right-36 {
    right: -9rem;
  }

  .laptop\:-right-40 {
    right: -10rem;
  }

  .laptop\:-right-44 {
    right: -11rem;
  }

  .laptop\:-right-48 {
    right: -48px;
  }

  .laptop\:-right-52 {
    right: -13rem;
  }

  .laptop\:-right-56 {
    right: -14rem;
  }

  .laptop\:-right-60 {
    right: -60px;
  }

  .laptop\:-right-64 {
    right: -16rem;
  }

  .laptop\:-right-72 {
    right: -18rem;
  }

  .laptop\:-right-80 {
    right: -20rem;
  }

  .laptop\:-right-95 {
    right: -95px;
  }

  .laptop\:-right-96 {
    right: -24rem;
  }

  .laptop\:-right-120 {
    right: -120px;
  }

  .laptop\:-right-190 {
    right: -190px;
  }

  .laptop\:-right-px {
    right: -1px;
  }

  .laptop\:-right-0\.5 {
    right: -0.125rem;
  }

  .laptop\:-right-1\.5 {
    right: -0.375rem;
  }

  .laptop\:-right-2\.5 {
    right: -0.625rem;
  }

  .laptop\:-right-3\.5 {
    right: -0.875rem;
  }

  .laptop\:-right-30\% {
    right: -30%;
  }

  .laptop\:-right-7\.5r {
    right: -1.875rem;
  }

  .laptop\:right-1\/2 {
    right: 50%;
  }

  .laptop\:right-1\/3 {
    right: 33.333333%;
  }

  .laptop\:right-2\/3 {
    right: 66.666667%;
  }

  .laptop\:right-1\/4 {
    right: 25%;
  }

  .laptop\:right-2\/4 {
    right: 50%;
  }

  .laptop\:right-3\/4 {
    right: 75%;
  }

  .laptop\:right-full {
    right: 100%;
  }

  .laptop\:-right-1\/2 {
    right: -50%;
  }

  .laptop\:-right-1\/3 {
    right: -33.333333%;
  }

  .laptop\:-right-2\/3 {
    right: -66.666667%;
  }

  .laptop\:-right-1\/4 {
    right: -25%;
  }

  .laptop\:-right-2\/4 {
    right: -50%;
  }

  .laptop\:-right-3\/4 {
    right: -75%;
  }

  .laptop\:-right-full {
    right: -100%;
  }

  .laptop\:bottom-0 {
    bottom: 0;
  }

  .laptop\:bottom-1 {
    bottom: 0.25rem;
  }

  .laptop\:bottom-2 {
    bottom: 0.5rem;
  }

  .laptop\:bottom-3 {
    bottom: 0.75rem;
  }

  .laptop\:bottom-4 {
    bottom: 1rem;
  }

  .laptop\:bottom-5 {
    bottom: 5px;
  }

  .laptop\:bottom-6 {
    bottom: 1.5rem;
  }

  .laptop\:bottom-7 {
    bottom: 1.75rem;
  }

  .laptop\:bottom-8 {
    bottom: 2rem;
  }

  .laptop\:bottom-9 {
    bottom: 2.25rem;
  }

  .laptop\:bottom-10 {
    bottom: 10px;
  }

  .laptop\:bottom-11 {
    bottom: 2.75rem;
  }

  .laptop\:bottom-12 {
    bottom: 3rem;
  }

  .laptop\:bottom-14 {
    bottom: 14px;
  }

  .laptop\:bottom-16 {
    bottom: 16px;
  }

  .laptop\:bottom-20 {
    bottom: 20px;
  }

  .laptop\:bottom-24 {
    bottom: 24px;
  }

  .laptop\:bottom-28 {
    bottom: 7rem;
  }

  .laptop\:bottom-30 {
    bottom: 30px;
  }

  .laptop\:bottom-32 {
    bottom: 8rem;
  }

  .laptop\:bottom-36 {
    bottom: 9rem;
  }

  .laptop\:bottom-40 {
    bottom: 10rem;
  }

  .laptop\:bottom-44 {
    bottom: 11rem;
  }

  .laptop\:bottom-48 {
    bottom: 48px;
  }

  .laptop\:bottom-52 {
    bottom: 13rem;
  }

  .laptop\:bottom-56 {
    bottom: 14rem;
  }

  .laptop\:bottom-60 {
    bottom: 60px;
  }

  .laptop\:bottom-64 {
    bottom: 16rem;
  }

  .laptop\:bottom-72 {
    bottom: 18rem;
  }

  .laptop\:bottom-80 {
    bottom: 20rem;
  }

  .laptop\:bottom-95 {
    bottom: 95px;
  }

  .laptop\:bottom-96 {
    bottom: 24rem;
  }

  .laptop\:bottom-120 {
    bottom: 120px;
  }

  .laptop\:bottom-190 {
    bottom: 190px;
  }

  .laptop\:bottom-auto {
    bottom: auto;
  }

  .laptop\:bottom-px {
    bottom: 1px;
  }

  .laptop\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .laptop\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .laptop\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .laptop\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .laptop\:bottom-30\% {
    bottom: 30%;
  }

  .laptop\:bottom-7\.5r {
    bottom: 1.875rem;
  }

  .laptop\:-bottom-1 {
    bottom: -0.25rem;
  }

  .laptop\:-bottom-2 {
    bottom: -0.5rem;
  }

  .laptop\:-bottom-3 {
    bottom: -0.75rem;
  }

  .laptop\:-bottom-4 {
    bottom: -1rem;
  }

  .laptop\:-bottom-5 {
    bottom: -5px;
  }

  .laptop\:-bottom-6 {
    bottom: -1.5rem;
  }

  .laptop\:-bottom-7 {
    bottom: -1.75rem;
  }

  .laptop\:-bottom-8 {
    bottom: -2rem;
  }

  .laptop\:-bottom-9 {
    bottom: -2.25rem;
  }

  .laptop\:-bottom-10 {
    bottom: -10px;
  }

  .laptop\:-bottom-11 {
    bottom: -2.75rem;
  }

  .laptop\:-bottom-12 {
    bottom: -3rem;
  }

  .laptop\:-bottom-14 {
    bottom: -14px;
  }

  .laptop\:-bottom-16 {
    bottom: -16px;
  }

  .laptop\:-bottom-20 {
    bottom: -20px;
  }

  .laptop\:-bottom-24 {
    bottom: -24px;
  }

  .laptop\:-bottom-28 {
    bottom: -7rem;
  }

  .laptop\:-bottom-30 {
    bottom: -30px;
  }

  .laptop\:-bottom-32 {
    bottom: -8rem;
  }

  .laptop\:-bottom-36 {
    bottom: -9rem;
  }

  .laptop\:-bottom-40 {
    bottom: -10rem;
  }

  .laptop\:-bottom-44 {
    bottom: -11rem;
  }

  .laptop\:-bottom-48 {
    bottom: -48px;
  }

  .laptop\:-bottom-52 {
    bottom: -13rem;
  }

  .laptop\:-bottom-56 {
    bottom: -14rem;
  }

  .laptop\:-bottom-60 {
    bottom: -60px;
  }

  .laptop\:-bottom-64 {
    bottom: -16rem;
  }

  .laptop\:-bottom-72 {
    bottom: -18rem;
  }

  .laptop\:-bottom-80 {
    bottom: -20rem;
  }

  .laptop\:-bottom-95 {
    bottom: -95px;
  }

  .laptop\:-bottom-96 {
    bottom: -24rem;
  }

  .laptop\:-bottom-120 {
    bottom: -120px;
  }

  .laptop\:-bottom-190 {
    bottom: -190px;
  }

  .laptop\:-bottom-px {
    bottom: -1px;
  }

  .laptop\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .laptop\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .laptop\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .laptop\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .laptop\:-bottom-30\% {
    bottom: -30%;
  }

  .laptop\:-bottom-7\.5r {
    bottom: -1.875rem;
  }

  .laptop\:bottom-1\/2 {
    bottom: 50%;
  }

  .laptop\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .laptop\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .laptop\:bottom-1\/4 {
    bottom: 25%;
  }

  .laptop\:bottom-2\/4 {
    bottom: 50%;
  }

  .laptop\:bottom-3\/4 {
    bottom: 75%;
  }

  .laptop\:bottom-full {
    bottom: 100%;
  }

  .laptop\:-bottom-1\/2 {
    bottom: -50%;
  }

  .laptop\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .laptop\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .laptop\:-bottom-1\/4 {
    bottom: -25%;
  }

  .laptop\:-bottom-2\/4 {
    bottom: -50%;
  }

  .laptop\:-bottom-3\/4 {
    bottom: -75%;
  }

  .laptop\:-bottom-full {
    bottom: -100%;
  }

  .laptop\:left-0 {
    left: 0;
  }

  .laptop\:left-1 {
    left: 0.25rem;
  }

  .laptop\:left-2 {
    left: 0.5rem;
  }

  .laptop\:left-3 {
    left: 0.75rem;
  }

  .laptop\:left-4 {
    left: 1rem;
  }

  .laptop\:left-5 {
    left: 5px;
  }

  .laptop\:left-6 {
    left: 1.5rem;
  }

  .laptop\:left-7 {
    left: 1.75rem;
  }

  .laptop\:left-8 {
    left: 2rem;
  }

  .laptop\:left-9 {
    left: 2.25rem;
  }

  .laptop\:left-10 {
    left: 10px;
  }

  .laptop\:left-11 {
    left: 2.75rem;
  }

  .laptop\:left-12 {
    left: 3rem;
  }

  .laptop\:left-14 {
    left: 14px;
  }

  .laptop\:left-16 {
    left: 16px;
  }

  .laptop\:left-20 {
    left: 20px;
  }

  .laptop\:left-24 {
    left: 24px;
  }

  .laptop\:left-28 {
    left: 7rem;
  }

  .laptop\:left-30 {
    left: 30px;
  }

  .laptop\:left-32 {
    left: 8rem;
  }

  .laptop\:left-36 {
    left: 9rem;
  }

  .laptop\:left-40 {
    left: 10rem;
  }

  .laptop\:left-44 {
    left: 11rem;
  }

  .laptop\:left-48 {
    left: 48px;
  }

  .laptop\:left-52 {
    left: 13rem;
  }

  .laptop\:left-56 {
    left: 14rem;
  }

  .laptop\:left-60 {
    left: 60px;
  }

  .laptop\:left-64 {
    left: 16rem;
  }

  .laptop\:left-72 {
    left: 18rem;
  }

  .laptop\:left-80 {
    left: 20rem;
  }

  .laptop\:left-95 {
    left: 95px;
  }

  .laptop\:left-96 {
    left: 24rem;
  }

  .laptop\:left-120 {
    left: 120px;
  }

  .laptop\:left-190 {
    left: 190px;
  }

  .laptop\:left-auto {
    left: auto;
  }

  .laptop\:left-px {
    left: 1px;
  }

  .laptop\:left-0\.5 {
    left: 0.125rem;
  }

  .laptop\:left-1\.5 {
    left: 0.375rem;
  }

  .laptop\:left-2\.5 {
    left: 0.625rem;
  }

  .laptop\:left-3\.5 {
    left: 0.875rem;
  }

  .laptop\:left-30\% {
    left: 30%;
  }

  .laptop\:left-7\.5r {
    left: 1.875rem;
  }

  .laptop\:-left-1 {
    left: -0.25rem;
  }

  .laptop\:-left-2 {
    left: -0.5rem;
  }

  .laptop\:-left-3 {
    left: -0.75rem;
  }

  .laptop\:-left-4 {
    left: -1rem;
  }

  .laptop\:-left-5 {
    left: -5px;
  }

  .laptop\:-left-6 {
    left: -1.5rem;
  }

  .laptop\:-left-7 {
    left: -1.75rem;
  }

  .laptop\:-left-8 {
    left: -2rem;
  }

  .laptop\:-left-9 {
    left: -2.25rem;
  }

  .laptop\:-left-10 {
    left: -10px;
  }

  .laptop\:-left-11 {
    left: -2.75rem;
  }

  .laptop\:-left-12 {
    left: -3rem;
  }

  .laptop\:-left-14 {
    left: -14px;
  }

  .laptop\:-left-16 {
    left: -16px;
  }

  .laptop\:-left-20 {
    left: -20px;
  }

  .laptop\:-left-24 {
    left: -24px;
  }

  .laptop\:-left-28 {
    left: -7rem;
  }

  .laptop\:-left-30 {
    left: -30px;
  }

  .laptop\:-left-32 {
    left: -8rem;
  }

  .laptop\:-left-36 {
    left: -9rem;
  }

  .laptop\:-left-40 {
    left: -10rem;
  }

  .laptop\:-left-44 {
    left: -11rem;
  }

  .laptop\:-left-48 {
    left: -48px;
  }

  .laptop\:-left-52 {
    left: -13rem;
  }

  .laptop\:-left-56 {
    left: -14rem;
  }

  .laptop\:-left-60 {
    left: -60px;
  }

  .laptop\:-left-64 {
    left: -16rem;
  }

  .laptop\:-left-72 {
    left: -18rem;
  }

  .laptop\:-left-80 {
    left: -20rem;
  }

  .laptop\:-left-95 {
    left: -95px;
  }

  .laptop\:-left-96 {
    left: -24rem;
  }

  .laptop\:-left-120 {
    left: -120px;
  }

  .laptop\:-left-190 {
    left: -190px;
  }

  .laptop\:-left-px {
    left: -1px;
  }

  .laptop\:-left-0\.5 {
    left: -0.125rem;
  }

  .laptop\:-left-1\.5 {
    left: -0.375rem;
  }

  .laptop\:-left-2\.5 {
    left: -0.625rem;
  }

  .laptop\:-left-3\.5 {
    left: -0.875rem;
  }

  .laptop\:-left-30\% {
    left: -30%;
  }

  .laptop\:-left-7\.5r {
    left: -1.875rem;
  }

  .laptop\:left-1\/2 {
    left: 50%;
  }

  .laptop\:left-1\/3 {
    left: 33.333333%;
  }

  .laptop\:left-2\/3 {
    left: 66.666667%;
  }

  .laptop\:left-1\/4 {
    left: 25%;
  }

  .laptop\:left-2\/4 {
    left: 50%;
  }

  .laptop\:left-3\/4 {
    left: 75%;
  }

  .laptop\:left-full {
    left: 100%;
  }

  .laptop\:-left-1\/2 {
    left: -50%;
  }

  .laptop\:-left-1\/3 {
    left: -33.333333%;
  }

  .laptop\:-left-2\/3 {
    left: -66.666667%;
  }

  .laptop\:-left-1\/4 {
    left: -25%;
  }

  .laptop\:-left-2\/4 {
    left: -50%;
  }

  .laptop\:-left-3\/4 {
    left: -75%;
  }

  .laptop\:-left-full {
    left: -100%;
  }

  .laptop\:isolate {
    isolation: isolate;
  }

  .laptop\:isolation-auto {
    isolation: auto;
  }

  .laptop\:z-0 {
    z-index: 0;
  }

  .laptop\:z-1 {
    z-index: 1;
  }

  .laptop\:z-10 {
    z-index: 10;
  }

  .laptop\:z-20 {
    z-index: 20;
  }

  .laptop\:z-30 {
    z-index: 30;
  }

  .laptop\:z-40 {
    z-index: 40;
  }

  .laptop\:z-50 {
    z-index: 50;
  }

  .laptop\:z-auto {
    z-index: auto;
  }

  .laptop\:-z-1 {
    z-index: -1;
  }

  .laptop\:-z-10 {
    z-index: -10;
  }

  .laptop\:-z-20 {
    z-index: -20;
  }

  .laptop\:focus-within\:z-0[focus-within] {
    z-index: 0;
  }

  .laptop\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .laptop\:focus-within\:z-1[focus-within] {
    z-index: 1;
  }

  .laptop\:focus-within\:z-1:focus-within {
    z-index: 1;
  }

  .laptop\:focus-within\:z-10[focus-within] {
    z-index: 10;
  }

  .laptop\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .laptop\:focus-within\:z-20[focus-within] {
    z-index: 20;
  }

  .laptop\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .laptop\:focus-within\:z-30[focus-within] {
    z-index: 30;
  }

  .laptop\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .laptop\:focus-within\:z-40[focus-within] {
    z-index: 40;
  }

  .laptop\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .laptop\:focus-within\:z-50[focus-within] {
    z-index: 50;
  }

  .laptop\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .laptop\:focus-within\:z-auto[focus-within] {
    z-index: auto;
  }

  .laptop\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .laptop\:focus-within\:-z-1[focus-within] {
    z-index: -1;
  }

  .laptop\:focus-within\:-z-1:focus-within {
    z-index: -1;
  }

  .laptop\:focus-within\:-z-10[focus-within] {
    z-index: -10;
  }

  .laptop\:focus-within\:-z-10:focus-within {
    z-index: -10;
  }

  .laptop\:focus-within\:-z-20[focus-within] {
    z-index: -20;
  }

  .laptop\:focus-within\:-z-20:focus-within {
    z-index: -20;
  }

  .laptop\:focus\:z-0:focus {
    z-index: 0;
  }

  .laptop\:focus\:z-1:focus {
    z-index: 1;
  }

  .laptop\:focus\:z-10:focus {
    z-index: 10;
  }

  .laptop\:focus\:z-20:focus {
    z-index: 20;
  }

  .laptop\:focus\:z-30:focus {
    z-index: 30;
  }

  .laptop\:focus\:z-40:focus {
    z-index: 40;
  }

  .laptop\:focus\:z-50:focus {
    z-index: 50;
  }

  .laptop\:focus\:z-auto:focus {
    z-index: auto;
  }

  .laptop\:focus\:-z-1:focus {
    z-index: -1;
  }

  .laptop\:focus\:-z-10:focus {
    z-index: -10;
  }

  .laptop\:focus\:-z-20:focus {
    z-index: -20;
  }

  .laptop\:order-1 {
    order: 1;
  }

  .laptop\:order-2 {
    order: 2;
  }

  .laptop\:order-3 {
    order: 3;
  }

  .laptop\:order-4 {
    order: 4;
  }

  .laptop\:order-5 {
    order: 5;
  }

  .laptop\:order-6 {
    order: 6;
  }

  .laptop\:order-7 {
    order: 7;
  }

  .laptop\:order-8 {
    order: 8;
  }

  .laptop\:order-9 {
    order: 9;
  }

  .laptop\:order-10 {
    order: 10;
  }

  .laptop\:order-11 {
    order: 11;
  }

  .laptop\:order-12 {
    order: 12;
  }

  .laptop\:order-first {
    order: -9999;
  }

  .laptop\:order-last {
    order: 9999;
  }

  .laptop\:order-none {
    order: 0;
  }

  .laptop\:col-auto {
    grid-column: auto;
  }

  .laptop\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .laptop\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .laptop\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .laptop\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .laptop\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .laptop\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .laptop\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .laptop\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .laptop\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .laptop\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .laptop\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .laptop\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .laptop\:col-span-full {
    grid-column: 1 / -1;
  }

  .laptop\:col-start-1 {
    grid-column-start: 1;
  }

  .laptop\:col-start-2 {
    grid-column-start: 2;
  }

  .laptop\:col-start-3 {
    grid-column-start: 3;
  }

  .laptop\:col-start-4 {
    grid-column-start: 4;
  }

  .laptop\:col-start-5 {
    grid-column-start: 5;
  }

  .laptop\:col-start-6 {
    grid-column-start: 6;
  }

  .laptop\:col-start-7 {
    grid-column-start: 7;
  }

  .laptop\:col-start-8 {
    grid-column-start: 8;
  }

  .laptop\:col-start-9 {
    grid-column-start: 9;
  }

  .laptop\:col-start-10 {
    grid-column-start: 10;
  }

  .laptop\:col-start-11 {
    grid-column-start: 11;
  }

  .laptop\:col-start-12 {
    grid-column-start: 12;
  }

  .laptop\:col-start-13 {
    grid-column-start: 13;
  }

  .laptop\:col-start-auto {
    grid-column-start: auto;
  }

  .laptop\:col-end-1 {
    grid-column-end: 1;
  }

  .laptop\:col-end-2 {
    grid-column-end: 2;
  }

  .laptop\:col-end-3 {
    grid-column-end: 3;
  }

  .laptop\:col-end-4 {
    grid-column-end: 4;
  }

  .laptop\:col-end-5 {
    grid-column-end: 5;
  }

  .laptop\:col-end-6 {
    grid-column-end: 6;
  }

  .laptop\:col-end-7 {
    grid-column-end: 7;
  }

  .laptop\:col-end-8 {
    grid-column-end: 8;
  }

  .laptop\:col-end-9 {
    grid-column-end: 9;
  }

  .laptop\:col-end-10 {
    grid-column-end: 10;
  }

  .laptop\:col-end-11 {
    grid-column-end: 11;
  }

  .laptop\:col-end-12 {
    grid-column-end: 12;
  }

  .laptop\:col-end-13 {
    grid-column-end: 13;
  }

  .laptop\:col-end-auto {
    grid-column-end: auto;
  }

  .laptop\:row-auto {
    grid-row: auto;
  }

  .laptop\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .laptop\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .laptop\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .laptop\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .laptop\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .laptop\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .laptop\:row-span-full {
    grid-row: 1 / -1;
  }

  .laptop\:row-start-1 {
    grid-row-start: 1;
  }

  .laptop\:row-start-2 {
    grid-row-start: 2;
  }

  .laptop\:row-start-3 {
    grid-row-start: 3;
  }

  .laptop\:row-start-4 {
    grid-row-start: 4;
  }

  .laptop\:row-start-5 {
    grid-row-start: 5;
  }

  .laptop\:row-start-6 {
    grid-row-start: 6;
  }

  .laptop\:row-start-7 {
    grid-row-start: 7;
  }

  .laptop\:row-start-auto {
    grid-row-start: auto;
  }

  .laptop\:row-end-1 {
    grid-row-end: 1;
  }

  .laptop\:row-end-2 {
    grid-row-end: 2;
  }

  .laptop\:row-end-3 {
    grid-row-end: 3;
  }

  .laptop\:row-end-4 {
    grid-row-end: 4;
  }

  .laptop\:row-end-5 {
    grid-row-end: 5;
  }

  .laptop\:row-end-6 {
    grid-row-end: 6;
  }

  .laptop\:row-end-7 {
    grid-row-end: 7;
  }

  .laptop\:row-end-auto {
    grid-row-end: auto;
  }

  .laptop\:float-right {
    float: right;
  }

  .laptop\:float-left {
    float: left;
  }

  .laptop\:float-none {
    float: none;
  }

  .laptop\:clear-left {
    clear: left;
  }

  .laptop\:clear-right {
    clear: right;
  }

  .laptop\:clear-both {
    clear: both;
  }

  .laptop\:clear-none {
    clear: none;
  }

  .laptop\:m-0 {
    margin: 0;
  }

  .laptop\:m-1 {
    margin: 0.25rem;
  }

  .laptop\:m-2 {
    margin: 0.5rem;
  }

  .laptop\:m-3 {
    margin: 0.75rem;
  }

  .laptop\:m-4 {
    margin: 1rem;
  }

  .laptop\:m-5 {
    margin: 5px;
  }

  .laptop\:m-6 {
    margin: 1.5rem;
  }

  .laptop\:m-7 {
    margin: 1.75rem;
  }

  .laptop\:m-8 {
    margin: 2rem;
  }

  .laptop\:m-9 {
    margin: 2.25rem;
  }

  .laptop\:m-10 {
    margin: 10px;
  }

  .laptop\:m-11 {
    margin: 2.75rem;
  }

  .laptop\:m-12 {
    margin: 3rem;
  }

  .laptop\:m-14 {
    margin: 14px;
  }

  .laptop\:m-16 {
    margin: 16px;
  }

  .laptop\:m-20 {
    margin: 20px;
  }

  .laptop\:m-24 {
    margin: 24px;
  }

  .laptop\:m-28 {
    margin: 7rem;
  }

  .laptop\:m-30 {
    margin: 30px;
  }

  .laptop\:m-32 {
    margin: 8rem;
  }

  .laptop\:m-36 {
    margin: 9rem;
  }

  .laptop\:m-40 {
    margin: 10rem;
  }

  .laptop\:m-44 {
    margin: 11rem;
  }

  .laptop\:m-48 {
    margin: 48px;
  }

  .laptop\:m-52 {
    margin: 13rem;
  }

  .laptop\:m-56 {
    margin: 14rem;
  }

  .laptop\:m-60 {
    margin: 60px;
  }

  .laptop\:m-64 {
    margin: 16rem;
  }

  .laptop\:m-72 {
    margin: 18rem;
  }

  .laptop\:m-80 {
    margin: 20rem;
  }

  .laptop\:m-95 {
    margin: 95px;
  }

  .laptop\:m-96 {
    margin: 24rem;
  }

  .laptop\:m-120 {
    margin: 120px;
  }

  .laptop\:m-190 {
    margin: 190px;
  }

  .laptop\:m-auto {
    margin: auto;
  }

  .laptop\:m-px {
    margin: 1px;
  }

  .laptop\:m-0\.5 {
    margin: 0.125rem;
  }

  .laptop\:m-1\.5 {
    margin: 0.375rem;
  }

  .laptop\:m-2\.5 {
    margin: 0.625rem;
  }

  .laptop\:m-3\.5 {
    margin: 0.875rem;
  }

  .laptop\:m-30\% {
    margin: 30%;
  }

  .laptop\:m-7\.5r {
    margin: 1.875rem;
  }

  .laptop\:-m-1 {
    margin: -0.25rem;
  }

  .laptop\:-m-2 {
    margin: -0.5rem;
  }

  .laptop\:-m-3 {
    margin: -0.75rem;
  }

  .laptop\:-m-4 {
    margin: -1rem;
  }

  .laptop\:-m-5 {
    margin: -5px;
  }

  .laptop\:-m-6 {
    margin: -1.5rem;
  }

  .laptop\:-m-7 {
    margin: -1.75rem;
  }

  .laptop\:-m-8 {
    margin: -2rem;
  }

  .laptop\:-m-9 {
    margin: -2.25rem;
  }

  .laptop\:-m-10 {
    margin: -10px;
  }

  .laptop\:-m-11 {
    margin: -2.75rem;
  }

  .laptop\:-m-12 {
    margin: -3rem;
  }

  .laptop\:-m-14 {
    margin: -14px;
  }

  .laptop\:-m-16 {
    margin: -16px;
  }

  .laptop\:-m-20 {
    margin: -20px;
  }

  .laptop\:-m-24 {
    margin: -24px;
  }

  .laptop\:-m-28 {
    margin: -7rem;
  }

  .laptop\:-m-30 {
    margin: -30px;
  }

  .laptop\:-m-32 {
    margin: -8rem;
  }

  .laptop\:-m-36 {
    margin: -9rem;
  }

  .laptop\:-m-40 {
    margin: -10rem;
  }

  .laptop\:-m-44 {
    margin: -11rem;
  }

  .laptop\:-m-48 {
    margin: -48px;
  }

  .laptop\:-m-52 {
    margin: -13rem;
  }

  .laptop\:-m-56 {
    margin: -14rem;
  }

  .laptop\:-m-60 {
    margin: -60px;
  }

  .laptop\:-m-64 {
    margin: -16rem;
  }

  .laptop\:-m-72 {
    margin: -18rem;
  }

  .laptop\:-m-80 {
    margin: -20rem;
  }

  .laptop\:-m-95 {
    margin: -95px;
  }

  .laptop\:-m-96 {
    margin: -24rem;
  }

  .laptop\:-m-120 {
    margin: -120px;
  }

  .laptop\:-m-190 {
    margin: -190px;
  }

  .laptop\:-m-px {
    margin: -1px;
  }

  .laptop\:-m-0\.5 {
    margin: -0.125rem;
  }

  .laptop\:-m-1\.5 {
    margin: -0.375rem;
  }

  .laptop\:-m-2\.5 {
    margin: -0.625rem;
  }

  .laptop\:-m-3\.5 {
    margin: -0.875rem;
  }

  .laptop\:-m-30\% {
    margin: -30%;
  }

  .laptop\:-m-7\.5r {
    margin: -1.875rem;
  }

  .laptop\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .laptop\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .laptop\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .laptop\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .laptop\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .laptop\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .laptop\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .laptop\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .laptop\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .laptop\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .laptop\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .laptop\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .laptop\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .laptop\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .laptop\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .laptop\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .laptop\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .laptop\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .laptop\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .laptop\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .laptop\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .laptop\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .laptop\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .laptop\:mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .laptop\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .laptop\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .laptop\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .laptop\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .laptop\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .laptop\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .laptop\:mx-95 {
    margin-left: 95px;
    margin-right: 95px;
  }

  .laptop\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .laptop\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .laptop\:mx-190 {
    margin-left: 190px;
    margin-right: 190px;
  }

  .laptop\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .laptop\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .laptop\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .laptop\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .laptop\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .laptop\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .laptop\:mx-30\% {
    margin-left: 30%;
    margin-right: 30%;
  }

  .laptop\:mx-7\.5r {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .laptop\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .laptop\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .laptop\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .laptop\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .laptop\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .laptop\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .laptop\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .laptop\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .laptop\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .laptop\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .laptop\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .laptop\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .laptop\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .laptop\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .laptop\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .laptop\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .laptop\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .laptop\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .laptop\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .laptop\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .laptop\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .laptop\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .laptop\:-mx-48 {
    margin-left: -48px;
    margin-right: -48px;
  }

  .laptop\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .laptop\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .laptop\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .laptop\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .laptop\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .laptop\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .laptop\:-mx-95 {
    margin-left: -95px;
    margin-right: -95px;
  }

  .laptop\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .laptop\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .laptop\:-mx-190 {
    margin-left: -190px;
    margin-right: -190px;
  }

  .laptop\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .laptop\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .laptop\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .laptop\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .laptop\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .laptop\:-mx-30\% {
    margin-left: -30%;
    margin-right: -30%;
  }

  .laptop\:-mx-7\.5r {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .laptop\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .laptop\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .laptop\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .laptop\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .laptop\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .laptop\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .laptop\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .laptop\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .laptop\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .laptop\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .laptop\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .laptop\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .laptop\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .laptop\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .laptop\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .laptop\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .laptop\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .laptop\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .laptop\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .laptop\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .laptop\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .laptop\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .laptop\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .laptop\:my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .laptop\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .laptop\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .laptop\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .laptop\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .laptop\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .laptop\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .laptop\:my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .laptop\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .laptop\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .laptop\:my-190 {
    margin-top: 190px;
    margin-bottom: 190px;
  }

  .laptop\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .laptop\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .laptop\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .laptop\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .laptop\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .laptop\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .laptop\:my-30\% {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .laptop\:my-7\.5r {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .laptop\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .laptop\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .laptop\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .laptop\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .laptop\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .laptop\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .laptop\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .laptop\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .laptop\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .laptop\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .laptop\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .laptop\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .laptop\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .laptop\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .laptop\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .laptop\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .laptop\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .laptop\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .laptop\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .laptop\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .laptop\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .laptop\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .laptop\:-my-48 {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .laptop\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .laptop\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .laptop\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .laptop\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .laptop\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .laptop\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .laptop\:-my-95 {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .laptop\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .laptop\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .laptop\:-my-190 {
    margin-top: -190px;
    margin-bottom: -190px;
  }

  .laptop\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .laptop\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .laptop\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .laptop\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .laptop\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .laptop\:-my-30\% {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .laptop\:-my-7\.5r {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .laptop\:mt-0 {
    margin-top: 0;
  }

  .laptop\:mt-1 {
    margin-top: 0.25rem;
  }

  .laptop\:mt-2 {
    margin-top: 0.5rem;
  }

  .laptop\:mt-3 {
    margin-top: 0.75rem;
  }

  .laptop\:mt-4 {
    margin-top: 1rem;
  }

  .laptop\:mt-5 {
    margin-top: 5px;
  }

  .laptop\:mt-6 {
    margin-top: 1.5rem;
  }

  .laptop\:mt-7 {
    margin-top: 1.75rem;
  }

  .laptop\:mt-8 {
    margin-top: 2rem;
  }

  .laptop\:mt-9 {
    margin-top: 2.25rem;
  }

  .laptop\:mt-10 {
    margin-top: 10px;
  }

  .laptop\:mt-11 {
    margin-top: 2.75rem;
  }

  .laptop\:mt-12 {
    margin-top: 3rem;
  }

  .laptop\:mt-14 {
    margin-top: 14px;
  }

  .laptop\:mt-16 {
    margin-top: 16px;
  }

  .laptop\:mt-20 {
    margin-top: 20px;
  }

  .laptop\:mt-24 {
    margin-top: 24px;
  }

  .laptop\:mt-28 {
    margin-top: 7rem;
  }

  .laptop\:mt-30 {
    margin-top: 30px;
  }

  .laptop\:mt-32 {
    margin-top: 8rem;
  }

  .laptop\:mt-36 {
    margin-top: 9rem;
  }

  .laptop\:mt-40 {
    margin-top: 10rem;
  }

  .laptop\:mt-44 {
    margin-top: 11rem;
  }

  .laptop\:mt-48 {
    margin-top: 48px;
  }

  .laptop\:mt-52 {
    margin-top: 13rem;
  }

  .laptop\:mt-56 {
    margin-top: 14rem;
  }

  .laptop\:mt-60 {
    margin-top: 60px;
  }

  .laptop\:mt-64 {
    margin-top: 16rem;
  }

  .laptop\:mt-72 {
    margin-top: 18rem;
  }

  .laptop\:mt-80 {
    margin-top: 20rem;
  }

  .laptop\:mt-95 {
    margin-top: 95px;
  }

  .laptop\:mt-96 {
    margin-top: 24rem;
  }

  .laptop\:mt-120 {
    margin-top: 120px;
  }

  .laptop\:mt-190 {
    margin-top: 190px;
  }

  .laptop\:mt-auto {
    margin-top: auto;
  }

  .laptop\:mt-px {
    margin-top: 1px;
  }

  .laptop\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .laptop\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .laptop\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .laptop\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .laptop\:mt-30\% {
    margin-top: 30%;
  }

  .laptop\:mt-7\.5r {
    margin-top: 1.875rem;
  }

  .laptop\:-mt-1 {
    margin-top: -0.25rem;
  }

  .laptop\:-mt-2 {
    margin-top: -0.5rem;
  }

  .laptop\:-mt-3 {
    margin-top: -0.75rem;
  }

  .laptop\:-mt-4 {
    margin-top: -1rem;
  }

  .laptop\:-mt-5 {
    margin-top: -5px;
  }

  .laptop\:-mt-6 {
    margin-top: -1.5rem;
  }

  .laptop\:-mt-7 {
    margin-top: -1.75rem;
  }

  .laptop\:-mt-8 {
    margin-top: -2rem;
  }

  .laptop\:-mt-9 {
    margin-top: -2.25rem;
  }

  .laptop\:-mt-10 {
    margin-top: -10px;
  }

  .laptop\:-mt-11 {
    margin-top: -2.75rem;
  }

  .laptop\:-mt-12 {
    margin-top: -3rem;
  }

  .laptop\:-mt-14 {
    margin-top: -14px;
  }

  .laptop\:-mt-16 {
    margin-top: -16px;
  }

  .laptop\:-mt-20 {
    margin-top: -20px;
  }

  .laptop\:-mt-24 {
    margin-top: -24px;
  }

  .laptop\:-mt-28 {
    margin-top: -7rem;
  }

  .laptop\:-mt-30 {
    margin-top: -30px;
  }

  .laptop\:-mt-32 {
    margin-top: -8rem;
  }

  .laptop\:-mt-36 {
    margin-top: -9rem;
  }

  .laptop\:-mt-40 {
    margin-top: -10rem;
  }

  .laptop\:-mt-44 {
    margin-top: -11rem;
  }

  .laptop\:-mt-48 {
    margin-top: -48px;
  }

  .laptop\:-mt-52 {
    margin-top: -13rem;
  }

  .laptop\:-mt-56 {
    margin-top: -14rem;
  }

  .laptop\:-mt-60 {
    margin-top: -60px;
  }

  .laptop\:-mt-64 {
    margin-top: -16rem;
  }

  .laptop\:-mt-72 {
    margin-top: -18rem;
  }

  .laptop\:-mt-80 {
    margin-top: -20rem;
  }

  .laptop\:-mt-95 {
    margin-top: -95px;
  }

  .laptop\:-mt-96 {
    margin-top: -24rem;
  }

  .laptop\:-mt-120 {
    margin-top: -120px;
  }

  .laptop\:-mt-190 {
    margin-top: -190px;
  }

  .laptop\:-mt-px {
    margin-top: -1px;
  }

  .laptop\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .laptop\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .laptop\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .laptop\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .laptop\:-mt-30\% {
    margin-top: -30%;
  }

  .laptop\:-mt-7\.5r {
    margin-top: -1.875rem;
  }

  .laptop\:mr-0 {
    margin-right: 0;
  }

  .laptop\:mr-1 {
    margin-right: 0.25rem;
  }

  .laptop\:mr-2 {
    margin-right: 0.5rem;
  }

  .laptop\:mr-3 {
    margin-right: 0.75rem;
  }

  .laptop\:mr-4 {
    margin-right: 1rem;
  }

  .laptop\:mr-5 {
    margin-right: 5px;
  }

  .laptop\:mr-6 {
    margin-right: 1.5rem;
  }

  .laptop\:mr-7 {
    margin-right: 1.75rem;
  }

  .laptop\:mr-8 {
    margin-right: 2rem;
  }

  .laptop\:mr-9 {
    margin-right: 2.25rem;
  }

  .laptop\:mr-10 {
    margin-right: 10px;
  }

  .laptop\:mr-11 {
    margin-right: 2.75rem;
  }

  .laptop\:mr-12 {
    margin-right: 3rem;
  }

  .laptop\:mr-14 {
    margin-right: 14px;
  }

  .laptop\:mr-16 {
    margin-right: 16px;
  }

  .laptop\:mr-20 {
    margin-right: 20px;
  }

  .laptop\:mr-24 {
    margin-right: 24px;
  }

  .laptop\:mr-28 {
    margin-right: 7rem;
  }

  .laptop\:mr-30 {
    margin-right: 30px;
  }

  .laptop\:mr-32 {
    margin-right: 8rem;
  }

  .laptop\:mr-36 {
    margin-right: 9rem;
  }

  .laptop\:mr-40 {
    margin-right: 10rem;
  }

  .laptop\:mr-44 {
    margin-right: 11rem;
  }

  .laptop\:mr-48 {
    margin-right: 48px;
  }

  .laptop\:mr-52 {
    margin-right: 13rem;
  }

  .laptop\:mr-56 {
    margin-right: 14rem;
  }

  .laptop\:mr-60 {
    margin-right: 60px;
  }

  .laptop\:mr-64 {
    margin-right: 16rem;
  }

  .laptop\:mr-72 {
    margin-right: 18rem;
  }

  .laptop\:mr-80 {
    margin-right: 20rem;
  }

  .laptop\:mr-95 {
    margin-right: 95px;
  }

  .laptop\:mr-96 {
    margin-right: 24rem;
  }

  .laptop\:mr-120 {
    margin-right: 120px;
  }

  .laptop\:mr-190 {
    margin-right: 190px;
  }

  .laptop\:mr-auto {
    margin-right: auto;
  }

  .laptop\:mr-px {
    margin-right: 1px;
  }

  .laptop\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .laptop\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .laptop\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .laptop\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .laptop\:mr-30\% {
    margin-right: 30%;
  }

  .laptop\:mr-7\.5r {
    margin-right: 1.875rem;
  }

  .laptop\:-mr-1 {
    margin-right: -0.25rem;
  }

  .laptop\:-mr-2 {
    margin-right: -0.5rem;
  }

  .laptop\:-mr-3 {
    margin-right: -0.75rem;
  }

  .laptop\:-mr-4 {
    margin-right: -1rem;
  }

  .laptop\:-mr-5 {
    margin-right: -5px;
  }

  .laptop\:-mr-6 {
    margin-right: -1.5rem;
  }

  .laptop\:-mr-7 {
    margin-right: -1.75rem;
  }

  .laptop\:-mr-8 {
    margin-right: -2rem;
  }

  .laptop\:-mr-9 {
    margin-right: -2.25rem;
  }

  .laptop\:-mr-10 {
    margin-right: -10px;
  }

  .laptop\:-mr-11 {
    margin-right: -2.75rem;
  }

  .laptop\:-mr-12 {
    margin-right: -3rem;
  }

  .laptop\:-mr-14 {
    margin-right: -14px;
  }

  .laptop\:-mr-16 {
    margin-right: -16px;
  }

  .laptop\:-mr-20 {
    margin-right: -20px;
  }

  .laptop\:-mr-24 {
    margin-right: -24px;
  }

  .laptop\:-mr-28 {
    margin-right: -7rem;
  }

  .laptop\:-mr-30 {
    margin-right: -30px;
  }

  .laptop\:-mr-32 {
    margin-right: -8rem;
  }

  .laptop\:-mr-36 {
    margin-right: -9rem;
  }

  .laptop\:-mr-40 {
    margin-right: -10rem;
  }

  .laptop\:-mr-44 {
    margin-right: -11rem;
  }

  .laptop\:-mr-48 {
    margin-right: -48px;
  }

  .laptop\:-mr-52 {
    margin-right: -13rem;
  }

  .laptop\:-mr-56 {
    margin-right: -14rem;
  }

  .laptop\:-mr-60 {
    margin-right: -60px;
  }

  .laptop\:-mr-64 {
    margin-right: -16rem;
  }

  .laptop\:-mr-72 {
    margin-right: -18rem;
  }

  .laptop\:-mr-80 {
    margin-right: -20rem;
  }

  .laptop\:-mr-95 {
    margin-right: -95px;
  }

  .laptop\:-mr-96 {
    margin-right: -24rem;
  }

  .laptop\:-mr-120 {
    margin-right: -120px;
  }

  .laptop\:-mr-190 {
    margin-right: -190px;
  }

  .laptop\:-mr-px {
    margin-right: -1px;
  }

  .laptop\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .laptop\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .laptop\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .laptop\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .laptop\:-mr-30\% {
    margin-right: -30%;
  }

  .laptop\:-mr-7\.5r {
    margin-right: -1.875rem;
  }

  .laptop\:mb-0 {
    margin-bottom: 0;
  }

  .laptop\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .laptop\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .laptop\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .laptop\:mb-4 {
    margin-bottom: 1rem;
  }

  .laptop\:mb-5 {
    margin-bottom: 5px;
  }

  .laptop\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .laptop\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .laptop\:mb-8 {
    margin-bottom: 2rem;
  }

  .laptop\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .laptop\:mb-10 {
    margin-bottom: 10px;
  }

  .laptop\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .laptop\:mb-12 {
    margin-bottom: 3rem;
  }

  .laptop\:mb-14 {
    margin-bottom: 14px;
  }

  .laptop\:mb-16 {
    margin-bottom: 16px;
  }

  .laptop\:mb-20 {
    margin-bottom: 20px;
  }

  .laptop\:mb-24 {
    margin-bottom: 24px;
  }

  .laptop\:mb-28 {
    margin-bottom: 7rem;
  }

  .laptop\:mb-30 {
    margin-bottom: 30px;
  }

  .laptop\:mb-32 {
    margin-bottom: 8rem;
  }

  .laptop\:mb-36 {
    margin-bottom: 9rem;
  }

  .laptop\:mb-40 {
    margin-bottom: 10rem;
  }

  .laptop\:mb-44 {
    margin-bottom: 11rem;
  }

  .laptop\:mb-48 {
    margin-bottom: 48px;
  }

  .laptop\:mb-52 {
    margin-bottom: 13rem;
  }

  .laptop\:mb-56 {
    margin-bottom: 14rem;
  }

  .laptop\:mb-60 {
    margin-bottom: 60px;
  }

  .laptop\:mb-64 {
    margin-bottom: 16rem;
  }

  .laptop\:mb-72 {
    margin-bottom: 18rem;
  }

  .laptop\:mb-80 {
    margin-bottom: 20rem;
  }

  .laptop\:mb-95 {
    margin-bottom: 95px;
  }

  .laptop\:mb-96 {
    margin-bottom: 24rem;
  }

  .laptop\:mb-120 {
    margin-bottom: 120px;
  }

  .laptop\:mb-190 {
    margin-bottom: 190px;
  }

  .laptop\:mb-auto {
    margin-bottom: auto;
  }

  .laptop\:mb-px {
    margin-bottom: 1px;
  }

  .laptop\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .laptop\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .laptop\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .laptop\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .laptop\:mb-30\% {
    margin-bottom: 30%;
  }

  .laptop\:mb-7\.5r {
    margin-bottom: 1.875rem;
  }

  .laptop\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .laptop\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .laptop\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .laptop\:-mb-4 {
    margin-bottom: -1rem;
  }

  .laptop\:-mb-5 {
    margin-bottom: -5px;
  }

  .laptop\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .laptop\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .laptop\:-mb-8 {
    margin-bottom: -2rem;
  }

  .laptop\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .laptop\:-mb-10 {
    margin-bottom: -10px;
  }

  .laptop\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .laptop\:-mb-12 {
    margin-bottom: -3rem;
  }

  .laptop\:-mb-14 {
    margin-bottom: -14px;
  }

  .laptop\:-mb-16 {
    margin-bottom: -16px;
  }

  .laptop\:-mb-20 {
    margin-bottom: -20px;
  }

  .laptop\:-mb-24 {
    margin-bottom: -24px;
  }

  .laptop\:-mb-28 {
    margin-bottom: -7rem;
  }

  .laptop\:-mb-30 {
    margin-bottom: -30px;
  }

  .laptop\:-mb-32 {
    margin-bottom: -8rem;
  }

  .laptop\:-mb-36 {
    margin-bottom: -9rem;
  }

  .laptop\:-mb-40 {
    margin-bottom: -10rem;
  }

  .laptop\:-mb-44 {
    margin-bottom: -11rem;
  }

  .laptop\:-mb-48 {
    margin-bottom: -48px;
  }

  .laptop\:-mb-52 {
    margin-bottom: -13rem;
  }

  .laptop\:-mb-56 {
    margin-bottom: -14rem;
  }

  .laptop\:-mb-60 {
    margin-bottom: -60px;
  }

  .laptop\:-mb-64 {
    margin-bottom: -16rem;
  }

  .laptop\:-mb-72 {
    margin-bottom: -18rem;
  }

  .laptop\:-mb-80 {
    margin-bottom: -20rem;
  }

  .laptop\:-mb-95 {
    margin-bottom: -95px;
  }

  .laptop\:-mb-96 {
    margin-bottom: -24rem;
  }

  .laptop\:-mb-120 {
    margin-bottom: -120px;
  }

  .laptop\:-mb-190 {
    margin-bottom: -190px;
  }

  .laptop\:-mb-px {
    margin-bottom: -1px;
  }

  .laptop\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .laptop\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .laptop\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .laptop\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .laptop\:-mb-30\% {
    margin-bottom: -30%;
  }

  .laptop\:-mb-7\.5r {
    margin-bottom: -1.875rem;
  }

  .laptop\:ml-0 {
    margin-left: 0;
  }

  .laptop\:ml-1 {
    margin-left: 0.25rem;
  }

  .laptop\:ml-2 {
    margin-left: 0.5rem;
  }

  .laptop\:ml-3 {
    margin-left: 0.75rem;
  }

  .laptop\:ml-4 {
    margin-left: 1rem;
  }

  .laptop\:ml-5 {
    margin-left: 5px;
  }

  .laptop\:ml-6 {
    margin-left: 1.5rem;
  }

  .laptop\:ml-7 {
    margin-left: 1.75rem;
  }

  .laptop\:ml-8 {
    margin-left: 2rem;
  }

  .laptop\:ml-9 {
    margin-left: 2.25rem;
  }

  .laptop\:ml-10 {
    margin-left: 10px;
  }

  .laptop\:ml-11 {
    margin-left: 2.75rem;
  }

  .laptop\:ml-12 {
    margin-left: 3rem;
  }

  .laptop\:ml-14 {
    margin-left: 14px;
  }

  .laptop\:ml-16 {
    margin-left: 16px;
  }

  .laptop\:ml-20 {
    margin-left: 20px;
  }

  .laptop\:ml-24 {
    margin-left: 24px;
  }

  .laptop\:ml-28 {
    margin-left: 7rem;
  }

  .laptop\:ml-30 {
    margin-left: 30px;
  }

  .laptop\:ml-32 {
    margin-left: 8rem;
  }

  .laptop\:ml-36 {
    margin-left: 9rem;
  }

  .laptop\:ml-40 {
    margin-left: 10rem;
  }

  .laptop\:ml-44 {
    margin-left: 11rem;
  }

  .laptop\:ml-48 {
    margin-left: 48px;
  }

  .laptop\:ml-52 {
    margin-left: 13rem;
  }

  .laptop\:ml-56 {
    margin-left: 14rem;
  }

  .laptop\:ml-60 {
    margin-left: 60px;
  }

  .laptop\:ml-64 {
    margin-left: 16rem;
  }

  .laptop\:ml-72 {
    margin-left: 18rem;
  }

  .laptop\:ml-80 {
    margin-left: 20rem;
  }

  .laptop\:ml-95 {
    margin-left: 95px;
  }

  .laptop\:ml-96 {
    margin-left: 24rem;
  }

  .laptop\:ml-120 {
    margin-left: 120px;
  }

  .laptop\:ml-190 {
    margin-left: 190px;
  }

  .laptop\:ml-auto {
    margin-left: auto;
  }

  .laptop\:ml-px {
    margin-left: 1px;
  }

  .laptop\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .laptop\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .laptop\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .laptop\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .laptop\:ml-30\% {
    margin-left: 30%;
  }

  .laptop\:ml-7\.5r {
    margin-left: 1.875rem;
  }

  .laptop\:-ml-1 {
    margin-left: -0.25rem;
  }

  .laptop\:-ml-2 {
    margin-left: -0.5rem;
  }

  .laptop\:-ml-3 {
    margin-left: -0.75rem;
  }

  .laptop\:-ml-4 {
    margin-left: -1rem;
  }

  .laptop\:-ml-5 {
    margin-left: -5px;
  }

  .laptop\:-ml-6 {
    margin-left: -1.5rem;
  }

  .laptop\:-ml-7 {
    margin-left: -1.75rem;
  }

  .laptop\:-ml-8 {
    margin-left: -2rem;
  }

  .laptop\:-ml-9 {
    margin-left: -2.25rem;
  }

  .laptop\:-ml-10 {
    margin-left: -10px;
  }

  .laptop\:-ml-11 {
    margin-left: -2.75rem;
  }

  .laptop\:-ml-12 {
    margin-left: -3rem;
  }

  .laptop\:-ml-14 {
    margin-left: -14px;
  }

  .laptop\:-ml-16 {
    margin-left: -16px;
  }

  .laptop\:-ml-20 {
    margin-left: -20px;
  }

  .laptop\:-ml-24 {
    margin-left: -24px;
  }

  .laptop\:-ml-28 {
    margin-left: -7rem;
  }

  .laptop\:-ml-30 {
    margin-left: -30px;
  }

  .laptop\:-ml-32 {
    margin-left: -8rem;
  }

  .laptop\:-ml-36 {
    margin-left: -9rem;
  }

  .laptop\:-ml-40 {
    margin-left: -10rem;
  }

  .laptop\:-ml-44 {
    margin-left: -11rem;
  }

  .laptop\:-ml-48 {
    margin-left: -48px;
  }

  .laptop\:-ml-52 {
    margin-left: -13rem;
  }

  .laptop\:-ml-56 {
    margin-left: -14rem;
  }

  .laptop\:-ml-60 {
    margin-left: -60px;
  }

  .laptop\:-ml-64 {
    margin-left: -16rem;
  }

  .laptop\:-ml-72 {
    margin-left: -18rem;
  }

  .laptop\:-ml-80 {
    margin-left: -20rem;
  }

  .laptop\:-ml-95 {
    margin-left: -95px;
  }

  .laptop\:-ml-96 {
    margin-left: -24rem;
  }

  .laptop\:-ml-120 {
    margin-left: -120px;
  }

  .laptop\:-ml-190 {
    margin-left: -190px;
  }

  .laptop\:-ml-px {
    margin-left: -1px;
  }

  .laptop\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .laptop\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .laptop\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .laptop\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .laptop\:-ml-30\% {
    margin-left: -30%;
  }

  .laptop\:-ml-7\.5r {
    margin-left: -1.875rem;
  }

  .laptop\:box-border {
    box-sizing: border-box;
  }

  .laptop\:box-content {
    box-sizing: content-box;
  }

  .laptop\:block {
    display: block;
  }

  .laptop\:inline-block {
    display: inline-block;
  }

  .laptop\:inline {
    display: inline;
  }

  .laptop\:flex {
    display: flex;
  }

  .laptop\:inline-flex {
    display: inline-flex;
  }

  .laptop\:table {
    display: table;
  }

  .laptop\:inline-table {
    display: inline-table;
  }

  .laptop\:table-caption {
    display: table-caption;
  }

  .laptop\:table-cell {
    display: table-cell;
  }

  .laptop\:table-column {
    display: table-column;
  }

  .laptop\:table-column-group {
    display: table-column-group;
  }

  .laptop\:table-footer-group {
    display: table-footer-group;
  }

  .laptop\:table-header-group {
    display: table-header-group;
  }

  .laptop\:table-row-group {
    display: table-row-group;
  }

  .laptop\:table-row {
    display: table-row;
  }

  .laptop\:flow-root {
    display: flow-root;
  }

  .laptop\:grid {
    display: grid;
  }

  .laptop\:inline-grid {
    display: inline-grid;
  }

  .laptop\:contents {
    display: contents;
  }

  .laptop\:list-item {
    display: list-item;
  }

  .laptop\:hidden {
    display: none;
  }

  .group:hover .laptop\:group-hover\:block {
    display: block;
  }

  .group:hover .laptop\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .laptop\:group-hover\:inline {
    display: inline;
  }

  .group:hover .laptop\:group-hover\:flex {
    display: flex;
  }

  .group:hover .laptop\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .laptop\:group-hover\:table {
    display: table;
  }

  .group:hover .laptop\:group-hover\:inline-table {
    display: inline-table;
  }

  .group:hover .laptop\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .laptop\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .laptop\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .laptop\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .laptop\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .laptop\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .laptop\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .laptop\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .laptop\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .laptop\:group-hover\:grid {
    display: grid;
  }

  .group:hover .laptop\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .laptop\:group-hover\:contents {
    display: contents;
  }

  .group:hover .laptop\:group-hover\:list-item {
    display: list-item;
  }

  .group:hover .laptop\:group-hover\:hidden {
    display: none;
  }

  .laptop\:h-0 {
    height: 0;
  }

  .laptop\:h-1 {
    height: 0.25rem;
  }

  .laptop\:h-2 {
    height: 0.5rem;
  }

  .laptop\:h-3 {
    height: 0.75rem;
  }

  .laptop\:h-4 {
    height: 1rem;
  }

  .laptop\:h-5 {
    height: 5px;
  }

  .laptop\:h-6 {
    height: 1.5rem;
  }

  .laptop\:h-7 {
    height: 1.75rem;
  }

  .laptop\:h-8 {
    height: 2rem;
  }

  .laptop\:h-9 {
    height: 2.25rem;
  }

  .laptop\:h-10 {
    height: 10px;
  }

  .laptop\:h-11 {
    height: 2.75rem;
  }

  .laptop\:h-12 {
    height: 12px;
  }

  .laptop\:h-14 {
    height: 14px;
  }

  .laptop\:h-16 {
    height: 16px;
  }

  .laptop\:h-20 {
    height: 20px;
  }

  .laptop\:h-24 {
    height: 24px;
  }

  .laptop\:h-28 {
    height: 7rem;
  }

  .laptop\:h-30 {
    height: 30px;
  }

  .laptop\:h-32 {
    height: 8rem;
  }

  .laptop\:h-36 {
    height: 9rem;
  }

  .laptop\:h-40 {
    height: 10rem;
  }

  .laptop\:h-42 {
    height: 42px;
  }

  .laptop\:h-44 {
    height: 11rem;
  }

  .laptop\:h-48 {
    height: 48px;
  }

  .laptop\:h-52 {
    height: 13rem;
  }

  .laptop\:h-56 {
    height: 14rem;
  }

  .laptop\:h-60 {
    height: 60px;
  }

  .laptop\:h-64 {
    height: 16rem;
  }

  .laptop\:h-70 {
    height: 70px;
  }

  .laptop\:h-72 {
    height: 18rem;
  }

  .laptop\:h-78 {
    height: 78px;
  }

  .laptop\:h-80 {
    height: 20rem;
  }

  .laptop\:h-95 {
    height: 95px;
  }

  .laptop\:h-96 {
    height: 24rem;
  }

  .laptop\:h-120 {
    height: 120px;
  }

  .laptop\:h-190 {
    height: 190px;
  }

  .laptop\:h-auto {
    height: auto;
  }

  .laptop\:h-px {
    height: 1px;
  }

  .laptop\:h-0\.5 {
    height: 0.125rem;
  }

  .laptop\:h-1\.5 {
    height: 0.375rem;
  }

  .laptop\:h-2\.5 {
    height: 0.625rem;
  }

  .laptop\:h-3\.5 {
    height: 0.875rem;
  }

  .laptop\:h-30\% {
    height: 30%;
  }

  .laptop\:h-7\.5r {
    height: 1.875rem;
  }

  .laptop\:h-1\/2 {
    height: 50%;
  }

  .laptop\:h-1\/3 {
    height: 33.333333%;
  }

  .laptop\:h-2\/3 {
    height: 66.667%;
  }

  .laptop\:h-1\/4 {
    height: 25%;
  }

  .laptop\:h-2\/4 {
    height: 50%;
  }

  .laptop\:h-3\/4 {
    height: 75%;
  }

  .laptop\:h-1\/5 {
    height: 20%;
  }

  .laptop\:h-2\/5 {
    height: 40%;
  }

  .laptop\:h-3\/5 {
    height: 60%;
  }

  .laptop\:h-4\/5 {
    height: 80%;
  }

  .laptop\:h-1\/6 {
    height: 16.666667%;
  }

  .laptop\:h-2\/6 {
    height: 33.333333%;
  }

  .laptop\:h-3\/6 {
    height: 50%;
  }

  .laptop\:h-4\/6 {
    height: 66.666667%;
  }

  .laptop\:h-5\/6 {
    height: 83.333333%;
  }

  .laptop\:h-full {
    height: 100%;
  }

  .laptop\:h-screen {
    height: 100vh;
  }

  .laptop\:h-20r {
    height: 5rem;
  }

  .laptop\:h-50vh {
    height: 50vh;
  }

  .laptop\:h-66vh {
    height: 66vh;
  }

  .laptop\:h-75vh {
    height: 75vh;
  }

  .laptop\:h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .laptop\:max-h-0 {
    max-height: 0;
  }

  .laptop\:max-h-1 {
    max-height: 0.25rem;
  }

  .laptop\:max-h-2 {
    max-height: 0.5rem;
  }

  .laptop\:max-h-3 {
    max-height: 0.75rem;
  }

  .laptop\:max-h-4 {
    max-height: 1rem;
  }

  .laptop\:max-h-5 {
    max-height: 5px;
  }

  .laptop\:max-h-6 {
    max-height: 1.5rem;
  }

  .laptop\:max-h-7 {
    max-height: 1.75rem;
  }

  .laptop\:max-h-8 {
    max-height: 2rem;
  }

  .laptop\:max-h-9 {
    max-height: 2.25rem;
  }

  .laptop\:max-h-10 {
    max-height: 10px;
  }

  .laptop\:max-h-11 {
    max-height: 2.75rem;
  }

  .laptop\:max-h-12 {
    max-height: 3rem;
  }

  .laptop\:max-h-14 {
    max-height: 14px;
  }

  .laptop\:max-h-16 {
    max-height: 16px;
  }

  .laptop\:max-h-20 {
    max-height: 20px;
  }

  .laptop\:max-h-24 {
    max-height: 24px;
  }

  .laptop\:max-h-28 {
    max-height: 7rem;
  }

  .laptop\:max-h-30 {
    max-height: 30px;
  }

  .laptop\:max-h-32 {
    max-height: 8rem;
  }

  .laptop\:max-h-36 {
    max-height: 9rem;
  }

  .laptop\:max-h-40 {
    max-height: 10rem;
  }

  .laptop\:max-h-44 {
    max-height: 11rem;
  }

  .laptop\:max-h-48 {
    max-height: 48px;
  }

  .laptop\:max-h-52 {
    max-height: 13rem;
  }

  .laptop\:max-h-56 {
    max-height: 14rem;
  }

  .laptop\:max-h-60 {
    max-height: 60px;
  }

  .laptop\:max-h-64 {
    max-height: 16rem;
  }

  .laptop\:max-h-72 {
    max-height: 18rem;
  }

  .laptop\:max-h-80 {
    max-height: 20rem;
  }

  .laptop\:max-h-95 {
    max-height: 95px;
  }

  .laptop\:max-h-96 {
    max-height: 24rem;
  }

  .laptop\:max-h-120 {
    max-height: 120px;
  }

  .laptop\:max-h-190 {
    max-height: 190px;
  }

  .laptop\:max-h-px {
    max-height: 1px;
  }

  .laptop\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .laptop\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .laptop\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .laptop\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .laptop\:max-h-30\% {
    max-height: 30%;
  }

  .laptop\:max-h-7\.5r {
    max-height: 1.875rem;
  }

  .laptop\:max-h-full {
    max-height: 100%;
  }

  .laptop\:max-h-screen {
    max-height: 100vh;
  }

  .laptop\:min-h-0 {
    min-height: 0px;
  }

  .laptop\:min-h-24 {
    min-height: 6rem;
  }

  .laptop\:min-h-78 {
    min-height: 78px;
  }

  .laptop\:min-h-full {
    min-height: 100%;
  }

  .laptop\:min-h-screen {
    min-height: 100vh;
  }

  .laptop\:min-h-25\.5 {
    min-height: 6.375rem;
  }

  .laptop\:min-h-1\/2 {
    min-height: 50%;
  }

  .laptop\:min-h-2\/3 {
    min-height: 66.667%;
  }

  .laptop\:min-h-3\/4 {
    min-height: 75%;
  }

  .laptop\:min-h-50vh {
    min-height: 50vh;
  }

  .laptop\:min-h-66vh {
    min-height: 66vh;
  }

  .laptop\:min-h-75vh {
    min-height: 75vh;
  }

  .laptop\:w-0 {
    width: 0;
  }

  .laptop\:w-1 {
    width: 0.25rem;
  }

  .laptop\:w-2 {
    width: 0.5rem;
  }

  .laptop\:w-3 {
    width: 0.75rem;
  }

  .laptop\:w-4 {
    width: 1rem;
  }

  .laptop\:w-5 {
    width: 5px;
  }

  .laptop\:w-6 {
    width: 1.5rem;
  }

  .laptop\:w-7 {
    width: 1.75rem;
  }

  .laptop\:w-8 {
    width: 2rem;
  }

  .laptop\:w-9 {
    width: 2.25rem;
  }

  .laptop\:w-10 {
    width: 10px;
  }

  .laptop\:w-11 {
    width: 2.75rem;
  }

  .laptop\:w-12 {
    width: 3rem;
  }

  .laptop\:w-14 {
    width: 14px;
  }

  .laptop\:w-16 {
    width: 16px;
  }

  .laptop\:w-20 {
    width: 20px;
  }

  .laptop\:w-24 {
    width: 24px;
  }

  .laptop\:w-28 {
    width: 7rem;
  }

  .laptop\:w-30 {
    width: 30px;
  }

  .laptop\:w-32 {
    width: 8rem;
  }

  .laptop\:w-36 {
    width: 9rem;
  }

  .laptop\:w-40 {
    width: 10rem;
  }

  .laptop\:w-44 {
    width: 11rem;
  }

  .laptop\:w-48 {
    width: 48px;
  }

  .laptop\:w-52 {
    width: 13rem;
  }

  .laptop\:w-56 {
    width: 14rem;
  }

  .laptop\:w-60 {
    width: 60px;
  }

  .laptop\:w-64 {
    width: 16rem;
  }

  .laptop\:w-72 {
    width: 18rem;
  }

  .laptop\:w-80 {
    width: 20rem;
  }

  .laptop\:w-95 {
    width: 95px;
  }

  .laptop\:w-96 {
    width: 24rem;
  }

  .laptop\:w-120 {
    width: 120px;
  }

  .laptop\:w-150 {
    width: 150px;
  }

  .laptop\:w-190 {
    width: 190px;
  }

  .laptop\:w-auto {
    width: auto;
  }

  .laptop\:w-px {
    width: 1px;
  }

  .laptop\:w-0\.5 {
    width: 0.125rem;
  }

  .laptop\:w-1\.5 {
    width: 0.375rem;
  }

  .laptop\:w-2\.5 {
    width: 0.625rem;
  }

  .laptop\:w-3\.5 {
    width: 0.875rem;
  }

  .laptop\:w-30\% {
    width: 30%;
  }

  .laptop\:w-7\.5r {
    width: 1.875rem;
  }

  .laptop\:w-1\/2 {
    width: 50%;
  }

  .laptop\:w-1\/3 {
    width: 33.333333%;
  }

  .laptop\:w-2\/3 {
    width: 66.666667%;
  }

  .laptop\:w-1\/4 {
    width: 25%;
  }

  .laptop\:w-2\/4 {
    width: 50%;
  }

  .laptop\:w-3\/4 {
    width: 75%;
  }

  .laptop\:w-1\/5 {
    width: 20%;
  }

  .laptop\:w-2\/5 {
    width: 40%;
  }

  .laptop\:w-3\/5 {
    width: 60%;
  }

  .laptop\:w-4\/5 {
    width: 80%;
  }

  .laptop\:w-1\/6 {
    width: 16.666667%;
  }

  .laptop\:w-2\/6 {
    width: 33.333333%;
  }

  .laptop\:w-3\/6 {
    width: 50%;
  }

  .laptop\:w-4\/6 {
    width: 66.666667%;
  }

  .laptop\:w-5\/6 {
    width: 83.333333%;
  }

  .laptop\:w-1\/12 {
    width: 8.333333%;
  }

  .laptop\:w-2\/12 {
    width: 16.666667%;
  }

  .laptop\:w-3\/12 {
    width: 25%;
  }

  .laptop\:w-4\/12 {
    width: 33.333333%;
  }

  .laptop\:w-5\/12 {
    width: 41.666667%;
  }

  .laptop\:w-6\/12 {
    width: 50%;
  }

  .laptop\:w-7\/12 {
    width: 58.333333%;
  }

  .laptop\:w-8\/12 {
    width: 66.666667%;
  }

  .laptop\:w-9\/12 {
    width: 75%;
  }

  .laptop\:w-10\/12 {
    width: 83.333333%;
  }

  .laptop\:w-11\/12 {
    width: 91.666667%;
  }

  .laptop\:w-full {
    width: 100%;
  }

  .laptop\:w-screen {
    width: 100vw;
  }

  .laptop\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .laptop\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .laptop\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .laptop\:w-20r {
    width: 5rem;
  }

  .laptop\:min-w-0 {
    min-width: 0px;
  }

  .laptop\:min-w-1280 {
    min-width: 1280px;
  }

  .laptop\:min-w-full {
    min-width: 100%;
  }

  .laptop\:min-w-min {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .laptop\:min-w-max {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .laptop\:min-w-7\.5r {
    min-width: 1.875rem;
  }

  .laptop\:min-w-10r {
    min-width: 2.5rem;
  }

  .laptop\:min-w-12\.5r {
    min-width: 3.125rem;
  }

  .laptop\:min-w-17\.5r {
    min-width: 4.375rem;
  }

  .laptop\:min-w-20r {
    min-width: 5rem;
  }

  .laptop\:min-w-25r {
    min-width: 6.25rem;
  }

  .laptop\:min-w-37\.5r {
    min-width: 9.375rem;
  }

  .laptop\:min-w-45r {
    min-width: 11.25rem;
  }

  .laptop\:min-w-367\.5r {
    min-width: 91.875rem;
  }

  .laptop\:max-w-0 {
    max-width: 0rem;
  }

  .laptop\:max-w-none {
    max-width: none;
  }

  .laptop\:max-w-xs {
    max-width: 20rem;
  }

  .laptop\:max-w-sm {
    max-width: 24rem;
  }

  .laptop\:max-w-md {
    max-width: 28rem;
  }

  .laptop\:max-w-lg {
    max-width: 32rem;
  }

  .laptop\:max-w-xl {
    max-width: 36rem;
  }

  .laptop\:max-w-2xl {
    max-width: 42rem;
  }

  .laptop\:max-w-3xl {
    max-width: 48rem;
  }

  .laptop\:max-w-4xl {
    max-width: 56rem;
  }

  .laptop\:max-w-5xl {
    max-width: 64rem;
  }

  .laptop\:max-w-6xl {
    max-width: 72rem;
  }

  .laptop\:max-w-7xl {
    max-width: 80rem;
  }

  .laptop\:max-w-full {
    max-width: 100%;
  }

  .laptop\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .laptop\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .laptop\:max-w-prose {
    max-width: 65ch;
  }

  .laptop\:max-w-screen-sm {
    max-width: 640px;
  }

  .laptop\:max-w-screen-md {
    max-width: 768px;
  }

  .laptop\:max-w-screen-lg {
    max-width: 1280px;
  }

  .laptop\:max-w-screen-xl {
    max-width: 1440px;
  }

  .laptop\:max-w-screen-2xl {
    max-width: 1600px;
  }

  .laptop\:max-w-screen-desktop {
    max-width: 1280px;
  }

  .laptop\:max-w-screen-xxs {
    max-width: 320px;
  }

  .laptop\:max-w-screen-xs {
    max-width: 4820px;
  }

  .laptop\:flex-1 {
    flex: 1 1 0%;
  }

  .laptop\:flex-auto {
    flex: 1 1 auto;
  }

  .laptop\:flex-initial {
    flex: 0 1 auto;
  }

  .laptop\:flex-none {
    flex: none;
  }

  .laptop\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .laptop\:flex-shrink {
    flex-shrink: 1;
  }

  .laptop\:flex-grow-0 {
    flex-grow: 0;
  }

  .laptop\:flex-grow {
    flex-grow: 1;
  }

  .laptop\:table-auto {
    table-layout: auto;
  }

  .laptop\:table-fixed {
    table-layout: fixed;
  }

  .laptop\:border-collapse {
    border-collapse: collapse;
  }

  .laptop\:border-separate {
    border-collapse: separate;
  }

  .laptop\:origin-center {
    transform-origin: center;
  }

  .laptop\:origin-top {
    transform-origin: top;
  }

  .laptop\:origin-top-right {
    transform-origin: top right;
  }

  .laptop\:origin-right {
    transform-origin: right;
  }

  .laptop\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .laptop\:origin-bottom {
    transform-origin: bottom;
  }

  .laptop\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .laptop\:origin-left {
    transform-origin: left;
  }

  .laptop\:origin-top-left {
    transform-origin: top left;
  }

  .laptop\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .laptop\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .laptop\:transform-none {
    transform: none;
  }

  .laptop\:translate-x-0 {
    --tw-translate-x: 0;
  }

  .laptop\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .laptop\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .laptop\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .laptop\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .laptop\:translate-x-5 {
    --tw-translate-x: 5px;
  }

  .laptop\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .laptop\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .laptop\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .laptop\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .laptop\:translate-x-10 {
    --tw-translate-x: 10px;
  }

  .laptop\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .laptop\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .laptop\:translate-x-14 {
    --tw-translate-x: 14px;
  }

  .laptop\:translate-x-16 {
    --tw-translate-x: 16px;
  }

  .laptop\:translate-x-20 {
    --tw-translate-x: 20px;
  }

  .laptop\:translate-x-24 {
    --tw-translate-x: 24px;
  }

  .laptop\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .laptop\:translate-x-30 {
    --tw-translate-x: 30px;
  }

  .laptop\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .laptop\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .laptop\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .laptop\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .laptop\:translate-x-48 {
    --tw-translate-x: 48px;
  }

  .laptop\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .laptop\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .laptop\:translate-x-60 {
    --tw-translate-x: 60px;
  }

  .laptop\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .laptop\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .laptop\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .laptop\:translate-x-95 {
    --tw-translate-x: 95px;
  }

  .laptop\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .laptop\:translate-x-120 {
    --tw-translate-x: 120px;
  }

  .laptop\:translate-x-190 {
    --tw-translate-x: 190px;
  }

  .laptop\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .laptop\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .laptop\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .laptop\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .laptop\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .laptop\:translate-x-30\% {
    --tw-translate-x: 30%;
  }

  .laptop\:translate-x-7\.5r {
    --tw-translate-x: 1.875rem;
  }

  .laptop\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .laptop\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .laptop\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .laptop\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .laptop\:-translate-x-5 {
    --tw-translate-x: -5px;
  }

  .laptop\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .laptop\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .laptop\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .laptop\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .laptop\:-translate-x-10 {
    --tw-translate-x: -10px;
  }

  .laptop\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .laptop\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .laptop\:-translate-x-14 {
    --tw-translate-x: -14px;
  }

  .laptop\:-translate-x-16 {
    --tw-translate-x: -16px;
  }

  .laptop\:-translate-x-20 {
    --tw-translate-x: -20px;
  }

  .laptop\:-translate-x-24 {
    --tw-translate-x: -24px;
  }

  .laptop\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .laptop\:-translate-x-30 {
    --tw-translate-x: -30px;
  }

  .laptop\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .laptop\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .laptop\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .laptop\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .laptop\:-translate-x-48 {
    --tw-translate-x: -48px;
  }

  .laptop\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .laptop\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .laptop\:-translate-x-60 {
    --tw-translate-x: -60px;
  }

  .laptop\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .laptop\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .laptop\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .laptop\:-translate-x-95 {
    --tw-translate-x: -95px;
  }

  .laptop\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .laptop\:-translate-x-120 {
    --tw-translate-x: -120px;
  }

  .laptop\:-translate-x-190 {
    --tw-translate-x: -190px;
  }

  .laptop\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .laptop\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .laptop\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .laptop\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .laptop\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .laptop\:-translate-x-30\% {
    --tw-translate-x: -30%;
  }

  .laptop\:-translate-x-7\.5r {
    --tw-translate-x: -1.875rem;
  }

  .laptop\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .laptop\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .laptop\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .laptop\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .laptop\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .laptop\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .laptop\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .laptop\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .laptop\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .laptop\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .laptop\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .laptop\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .laptop\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .laptop\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .laptop\:translate-y-0 {
    --tw-translate-y: 0;
  }

  .laptop\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .laptop\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .laptop\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .laptop\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .laptop\:translate-y-5 {
    --tw-translate-y: 5px;
  }

  .laptop\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .laptop\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .laptop\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .laptop\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .laptop\:translate-y-10 {
    --tw-translate-y: 10px;
  }

  .laptop\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .laptop\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .laptop\:translate-y-14 {
    --tw-translate-y: 14px;
  }

  .laptop\:translate-y-16 {
    --tw-translate-y: 16px;
  }

  .laptop\:translate-y-20 {
    --tw-translate-y: 20px;
  }

  .laptop\:translate-y-24 {
    --tw-translate-y: 24px;
  }

  .laptop\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .laptop\:translate-y-30 {
    --tw-translate-y: 30px;
  }

  .laptop\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .laptop\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .laptop\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .laptop\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .laptop\:translate-y-48 {
    --tw-translate-y: 48px;
  }

  .laptop\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .laptop\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .laptop\:translate-y-60 {
    --tw-translate-y: 60px;
  }

  .laptop\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .laptop\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .laptop\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .laptop\:translate-y-95 {
    --tw-translate-y: 95px;
  }

  .laptop\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .laptop\:translate-y-120 {
    --tw-translate-y: 120px;
  }

  .laptop\:translate-y-190 {
    --tw-translate-y: 190px;
  }

  .laptop\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .laptop\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .laptop\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .laptop\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .laptop\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .laptop\:translate-y-30\% {
    --tw-translate-y: 30%;
  }

  .laptop\:translate-y-7\.5r {
    --tw-translate-y: 1.875rem;
  }

  .laptop\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .laptop\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .laptop\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .laptop\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .laptop\:-translate-y-5 {
    --tw-translate-y: -5px;
  }

  .laptop\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .laptop\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .laptop\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .laptop\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .laptop\:-translate-y-10 {
    --tw-translate-y: -10px;
  }

  .laptop\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .laptop\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .laptop\:-translate-y-14 {
    --tw-translate-y: -14px;
  }

  .laptop\:-translate-y-16 {
    --tw-translate-y: -16px;
  }

  .laptop\:-translate-y-20 {
    --tw-translate-y: -20px;
  }

  .laptop\:-translate-y-24 {
    --tw-translate-y: -24px;
  }

  .laptop\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .laptop\:-translate-y-30 {
    --tw-translate-y: -30px;
  }

  .laptop\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .laptop\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .laptop\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .laptop\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .laptop\:-translate-y-48 {
    --tw-translate-y: -48px;
  }

  .laptop\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .laptop\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .laptop\:-translate-y-60 {
    --tw-translate-y: -60px;
  }

  .laptop\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .laptop\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .laptop\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .laptop\:-translate-y-95 {
    --tw-translate-y: -95px;
  }

  .laptop\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .laptop\:-translate-y-120 {
    --tw-translate-y: -120px;
  }

  .laptop\:-translate-y-190 {
    --tw-translate-y: -190px;
  }

  .laptop\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .laptop\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .laptop\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .laptop\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .laptop\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .laptop\:-translate-y-30\% {
    --tw-translate-y: -30%;
  }

  .laptop\:-translate-y-7\.5r {
    --tw-translate-y: -1.875rem;
  }

  .laptop\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .laptop\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .laptop\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .laptop\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .laptop\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .laptop\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .laptop\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .laptop\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .laptop\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .laptop\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .laptop\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .laptop\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .laptop\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .laptop\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .laptop\:hover\:translate-x-0:hover {
    --tw-translate-x: 0;
  }

  .laptop\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .laptop\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .laptop\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .laptop\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .laptop\:hover\:translate-x-5:hover {
    --tw-translate-x: 5px;
  }

  .laptop\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .laptop\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .laptop\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .laptop\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .laptop\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px;
  }

  .laptop\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .laptop\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .laptop\:hover\:translate-x-14:hover {
    --tw-translate-x: 14px;
  }

  .laptop\:hover\:translate-x-16:hover {
    --tw-translate-x: 16px;
  }

  .laptop\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px;
  }

  .laptop\:hover\:translate-x-24:hover {
    --tw-translate-x: 24px;
  }

  .laptop\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .laptop\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px;
  }

  .laptop\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .laptop\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .laptop\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .laptop\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .laptop\:hover\:translate-x-48:hover {
    --tw-translate-x: 48px;
  }

  .laptop\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .laptop\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .laptop\:hover\:translate-x-60:hover {
    --tw-translate-x: 60px;
  }

  .laptop\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .laptop\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .laptop\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .laptop\:hover\:translate-x-95:hover {
    --tw-translate-x: 95px;
  }

  .laptop\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .laptop\:hover\:translate-x-120:hover {
    --tw-translate-x: 120px;
  }

  .laptop\:hover\:translate-x-190:hover {
    --tw-translate-x: 190px;
  }

  .laptop\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .laptop\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .laptop\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .laptop\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .laptop\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .laptop\:hover\:translate-x-30\%:hover {
    --tw-translate-x: 30%;
  }

  .laptop\:hover\:translate-x-7\.5r:hover {
    --tw-translate-x: 1.875rem;
  }

  .laptop\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .laptop\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .laptop\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .laptop\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .laptop\:hover\:-translate-x-5:hover {
    --tw-translate-x: -5px;
  }

  .laptop\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .laptop\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .laptop\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .laptop\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .laptop\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px;
  }

  .laptop\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .laptop\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .laptop\:hover\:-translate-x-14:hover {
    --tw-translate-x: -14px;
  }

  .laptop\:hover\:-translate-x-16:hover {
    --tw-translate-x: -16px;
  }

  .laptop\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px;
  }

  .laptop\:hover\:-translate-x-24:hover {
    --tw-translate-x: -24px;
  }

  .laptop\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .laptop\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px;
  }

  .laptop\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .laptop\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .laptop\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .laptop\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .laptop\:hover\:-translate-x-48:hover {
    --tw-translate-x: -48px;
  }

  .laptop\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .laptop\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .laptop\:hover\:-translate-x-60:hover {
    --tw-translate-x: -60px;
  }

  .laptop\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .laptop\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .laptop\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .laptop\:hover\:-translate-x-95:hover {
    --tw-translate-x: -95px;
  }

  .laptop\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .laptop\:hover\:-translate-x-120:hover {
    --tw-translate-x: -120px;
  }

  .laptop\:hover\:-translate-x-190:hover {
    --tw-translate-x: -190px;
  }

  .laptop\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .laptop\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .laptop\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .laptop\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .laptop\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .laptop\:hover\:-translate-x-30\%:hover {
    --tw-translate-x: -30%;
  }

  .laptop\:hover\:-translate-x-7\.5r:hover {
    --tw-translate-x: -1.875rem;
  }

  .laptop\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .laptop\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .laptop\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .laptop\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .laptop\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .laptop\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .laptop\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .laptop\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .laptop\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .laptop\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .laptop\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .laptop\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .laptop\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .laptop\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .laptop\:hover\:translate-y-0:hover {
    --tw-translate-y: 0;
  }

  .laptop\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .laptop\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .laptop\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .laptop\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .laptop\:hover\:translate-y-5:hover {
    --tw-translate-y: 5px;
  }

  .laptop\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .laptop\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .laptop\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .laptop\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .laptop\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px;
  }

  .laptop\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .laptop\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .laptop\:hover\:translate-y-14:hover {
    --tw-translate-y: 14px;
  }

  .laptop\:hover\:translate-y-16:hover {
    --tw-translate-y: 16px;
  }

  .laptop\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px;
  }

  .laptop\:hover\:translate-y-24:hover {
    --tw-translate-y: 24px;
  }

  .laptop\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .laptop\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px;
  }

  .laptop\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .laptop\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .laptop\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .laptop\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .laptop\:hover\:translate-y-48:hover {
    --tw-translate-y: 48px;
  }

  .laptop\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .laptop\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .laptop\:hover\:translate-y-60:hover {
    --tw-translate-y: 60px;
  }

  .laptop\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .laptop\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .laptop\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .laptop\:hover\:translate-y-95:hover {
    --tw-translate-y: 95px;
  }

  .laptop\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .laptop\:hover\:translate-y-120:hover {
    --tw-translate-y: 120px;
  }

  .laptop\:hover\:translate-y-190:hover {
    --tw-translate-y: 190px;
  }

  .laptop\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .laptop\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .laptop\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .laptop\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .laptop\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .laptop\:hover\:translate-y-30\%:hover {
    --tw-translate-y: 30%;
  }

  .laptop\:hover\:translate-y-7\.5r:hover {
    --tw-translate-y: 1.875rem;
  }

  .laptop\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .laptop\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .laptop\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .laptop\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .laptop\:hover\:-translate-y-5:hover {
    --tw-translate-y: -5px;
  }

  .laptop\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .laptop\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .laptop\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .laptop\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .laptop\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px;
  }

  .laptop\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .laptop\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .laptop\:hover\:-translate-y-14:hover {
    --tw-translate-y: -14px;
  }

  .laptop\:hover\:-translate-y-16:hover {
    --tw-translate-y: -16px;
  }

  .laptop\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px;
  }

  .laptop\:hover\:-translate-y-24:hover {
    --tw-translate-y: -24px;
  }

  .laptop\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .laptop\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px;
  }

  .laptop\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .laptop\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .laptop\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .laptop\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .laptop\:hover\:-translate-y-48:hover {
    --tw-translate-y: -48px;
  }

  .laptop\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .laptop\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .laptop\:hover\:-translate-y-60:hover {
    --tw-translate-y: -60px;
  }

  .laptop\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .laptop\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .laptop\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .laptop\:hover\:-translate-y-95:hover {
    --tw-translate-y: -95px;
  }

  .laptop\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .laptop\:hover\:-translate-y-120:hover {
    --tw-translate-y: -120px;
  }

  .laptop\:hover\:-translate-y-190:hover {
    --tw-translate-y: -190px;
  }

  .laptop\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .laptop\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .laptop\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .laptop\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .laptop\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .laptop\:hover\:-translate-y-30\%:hover {
    --tw-translate-y: -30%;
  }

  .laptop\:hover\:-translate-y-7\.5r:hover {
    --tw-translate-y: -1.875rem;
  }

  .laptop\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .laptop\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .laptop\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .laptop\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .laptop\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .laptop\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .laptop\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .laptop\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .laptop\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .laptop\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .laptop\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .laptop\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .laptop\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .laptop\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .laptop\:focus\:translate-x-0:focus {
    --tw-translate-x: 0;
  }

  .laptop\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .laptop\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .laptop\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .laptop\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .laptop\:focus\:translate-x-5:focus {
    --tw-translate-x: 5px;
  }

  .laptop\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .laptop\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .laptop\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .laptop\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .laptop\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px;
  }

  .laptop\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .laptop\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .laptop\:focus\:translate-x-14:focus {
    --tw-translate-x: 14px;
  }

  .laptop\:focus\:translate-x-16:focus {
    --tw-translate-x: 16px;
  }

  .laptop\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px;
  }

  .laptop\:focus\:translate-x-24:focus {
    --tw-translate-x: 24px;
  }

  .laptop\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .laptop\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px;
  }

  .laptop\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .laptop\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .laptop\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .laptop\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .laptop\:focus\:translate-x-48:focus {
    --tw-translate-x: 48px;
  }

  .laptop\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .laptop\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .laptop\:focus\:translate-x-60:focus {
    --tw-translate-x: 60px;
  }

  .laptop\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .laptop\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .laptop\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .laptop\:focus\:translate-x-95:focus {
    --tw-translate-x: 95px;
  }

  .laptop\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .laptop\:focus\:translate-x-120:focus {
    --tw-translate-x: 120px;
  }

  .laptop\:focus\:translate-x-190:focus {
    --tw-translate-x: 190px;
  }

  .laptop\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .laptop\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .laptop\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .laptop\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .laptop\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .laptop\:focus\:translate-x-30\%:focus {
    --tw-translate-x: 30%;
  }

  .laptop\:focus\:translate-x-7\.5r:focus {
    --tw-translate-x: 1.875rem;
  }

  .laptop\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .laptop\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .laptop\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .laptop\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .laptop\:focus\:-translate-x-5:focus {
    --tw-translate-x: -5px;
  }

  .laptop\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .laptop\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .laptop\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .laptop\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .laptop\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px;
  }

  .laptop\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .laptop\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .laptop\:focus\:-translate-x-14:focus {
    --tw-translate-x: -14px;
  }

  .laptop\:focus\:-translate-x-16:focus {
    --tw-translate-x: -16px;
  }

  .laptop\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px;
  }

  .laptop\:focus\:-translate-x-24:focus {
    --tw-translate-x: -24px;
  }

  .laptop\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .laptop\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px;
  }

  .laptop\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .laptop\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .laptop\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .laptop\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .laptop\:focus\:-translate-x-48:focus {
    --tw-translate-x: -48px;
  }

  .laptop\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .laptop\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .laptop\:focus\:-translate-x-60:focus {
    --tw-translate-x: -60px;
  }

  .laptop\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .laptop\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .laptop\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .laptop\:focus\:-translate-x-95:focus {
    --tw-translate-x: -95px;
  }

  .laptop\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .laptop\:focus\:-translate-x-120:focus {
    --tw-translate-x: -120px;
  }

  .laptop\:focus\:-translate-x-190:focus {
    --tw-translate-x: -190px;
  }

  .laptop\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .laptop\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .laptop\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .laptop\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .laptop\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .laptop\:focus\:-translate-x-30\%:focus {
    --tw-translate-x: -30%;
  }

  .laptop\:focus\:-translate-x-7\.5r:focus {
    --tw-translate-x: -1.875rem;
  }

  .laptop\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .laptop\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .laptop\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .laptop\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .laptop\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .laptop\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .laptop\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .laptop\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .laptop\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .laptop\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .laptop\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .laptop\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .laptop\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .laptop\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .laptop\:focus\:translate-y-0:focus {
    --tw-translate-y: 0;
  }

  .laptop\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .laptop\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .laptop\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .laptop\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .laptop\:focus\:translate-y-5:focus {
    --tw-translate-y: 5px;
  }

  .laptop\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .laptop\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .laptop\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .laptop\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .laptop\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px;
  }

  .laptop\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .laptop\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .laptop\:focus\:translate-y-14:focus {
    --tw-translate-y: 14px;
  }

  .laptop\:focus\:translate-y-16:focus {
    --tw-translate-y: 16px;
  }

  .laptop\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px;
  }

  .laptop\:focus\:translate-y-24:focus {
    --tw-translate-y: 24px;
  }

  .laptop\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .laptop\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px;
  }

  .laptop\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .laptop\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .laptop\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .laptop\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .laptop\:focus\:translate-y-48:focus {
    --tw-translate-y: 48px;
  }

  .laptop\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .laptop\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .laptop\:focus\:translate-y-60:focus {
    --tw-translate-y: 60px;
  }

  .laptop\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .laptop\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .laptop\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .laptop\:focus\:translate-y-95:focus {
    --tw-translate-y: 95px;
  }

  .laptop\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .laptop\:focus\:translate-y-120:focus {
    --tw-translate-y: 120px;
  }

  .laptop\:focus\:translate-y-190:focus {
    --tw-translate-y: 190px;
  }

  .laptop\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .laptop\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .laptop\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .laptop\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .laptop\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .laptop\:focus\:translate-y-30\%:focus {
    --tw-translate-y: 30%;
  }

  .laptop\:focus\:translate-y-7\.5r:focus {
    --tw-translate-y: 1.875rem;
  }

  .laptop\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .laptop\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .laptop\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .laptop\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .laptop\:focus\:-translate-y-5:focus {
    --tw-translate-y: -5px;
  }

  .laptop\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .laptop\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .laptop\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .laptop\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .laptop\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px;
  }

  .laptop\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .laptop\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .laptop\:focus\:-translate-y-14:focus {
    --tw-translate-y: -14px;
  }

  .laptop\:focus\:-translate-y-16:focus {
    --tw-translate-y: -16px;
  }

  .laptop\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px;
  }

  .laptop\:focus\:-translate-y-24:focus {
    --tw-translate-y: -24px;
  }

  .laptop\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .laptop\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px;
  }

  .laptop\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .laptop\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .laptop\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .laptop\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .laptop\:focus\:-translate-y-48:focus {
    --tw-translate-y: -48px;
  }

  .laptop\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .laptop\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .laptop\:focus\:-translate-y-60:focus {
    --tw-translate-y: -60px;
  }

  .laptop\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .laptop\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .laptop\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .laptop\:focus\:-translate-y-95:focus {
    --tw-translate-y: -95px;
  }

  .laptop\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .laptop\:focus\:-translate-y-120:focus {
    --tw-translate-y: -120px;
  }

  .laptop\:focus\:-translate-y-190:focus {
    --tw-translate-y: -190px;
  }

  .laptop\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .laptop\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .laptop\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .laptop\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .laptop\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .laptop\:focus\:-translate-y-30\%:focus {
    --tw-translate-y: -30%;
  }

  .laptop\:focus\:-translate-y-7\.5r:focus {
    --tw-translate-y: -1.875rem;
  }

  .laptop\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .laptop\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .laptop\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .laptop\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .laptop\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .laptop\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .laptop\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .laptop\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .laptop\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .laptop\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .laptop\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .laptop\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .laptop\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .laptop\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .laptop\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .laptop\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .laptop\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .laptop\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .laptop\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .laptop\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .laptop\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .laptop\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .laptop\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .laptop\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .laptop\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .laptop\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .laptop\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .laptop\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .laptop\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .laptop\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .laptop\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .laptop\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .laptop\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .laptop\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .laptop\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .laptop\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .laptop\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .laptop\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .laptop\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .laptop\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .laptop\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .laptop\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .laptop\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .laptop\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .laptop\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .laptop\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .laptop\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .laptop\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .laptop\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .laptop\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .laptop\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .laptop\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .laptop\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .laptop\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .laptop\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .laptop\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .laptop\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .laptop\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .laptop\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .laptop\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .laptop\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .laptop\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .laptop\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .laptop\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .laptop\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .laptop\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .laptop\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .laptop\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .laptop\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .laptop\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .laptop\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .laptop\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .laptop\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .laptop\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .laptop\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .laptop\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .laptop\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .laptop\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .laptop\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .laptop\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .laptop\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .laptop\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .laptop\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .laptop\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .laptop\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .laptop\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .laptop\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .laptop\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .laptop\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .laptop\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .laptop\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .laptop\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .laptop\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .laptop\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .laptop\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .laptop\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .laptop\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .laptop\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .laptop\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .laptop\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .laptop\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .laptop\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .laptop\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .laptop\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .laptop\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .laptop\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .laptop\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .laptop\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .laptop\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .laptop\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .laptop\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .laptop\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .laptop\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .laptop\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .laptop\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .laptop\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .laptop\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .laptop\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .laptop\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .laptop\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .laptop\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .laptop\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .laptop\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .laptop\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .laptop\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .laptop\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .laptop\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .laptop\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .laptop\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .laptop\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .laptop\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .laptop\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .laptop\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .laptop\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .laptop\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .laptop\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .laptop\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .laptop\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .laptop\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .laptop\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .laptop\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .laptop\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .laptop\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .laptop\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .laptop\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .laptop\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .laptop\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .laptop\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .laptop\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .laptop\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .laptop\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .laptop\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .laptop\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .laptop\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .laptop\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .laptop\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .laptop\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .laptop\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .laptop\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .laptop\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .laptop\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .laptop\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .laptop\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .laptop\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .laptop\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .laptop\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .laptop\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .laptop\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .laptop\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .laptop\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .laptop\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .laptop\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .laptop\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .laptop\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .laptop\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .laptop\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .laptop\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .laptop\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .laptop\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .laptop\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .laptop\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .laptop\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .laptop\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .laptop\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .laptop\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .laptop\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .laptop\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .laptop\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .laptop\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .laptop\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .laptop\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .laptop\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .laptop\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .laptop\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .laptop\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .laptop\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .laptop\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .laptop\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .laptop\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .laptop\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .laptop\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .laptop\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .laptop\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .laptop\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .laptop\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .laptop\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .laptop\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .laptop\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .laptop\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .laptop\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .laptop\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .laptop\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .laptop\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .laptop\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .laptop\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .laptop\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .laptop\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .laptop\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .laptop\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .laptop\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .laptop\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .laptop\:animate-fade-in {
    -webkit-animation: fade-in 0.5s ease-out;
            animation: fade-in 0.5s ease-out;
  }

  .laptop\:cursor-auto {
    cursor: auto;
  }

  .laptop\:cursor-default {
    cursor: default;
  }

  .laptop\:cursor-pointer {
    cursor: pointer;
  }

  .laptop\:cursor-wait {
    cursor: wait;
  }

  .laptop\:cursor-text {
    cursor: text;
  }

  .laptop\:cursor-move {
    cursor: move;
  }

  .laptop\:cursor-help {
    cursor: help;
  }

  .laptop\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .laptop\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .laptop\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .laptop\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .laptop\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .laptop\:resize-none {
    resize: none;
  }

  .laptop\:resize-y {
    resize: vertical;
  }

  .laptop\:resize-x {
    resize: horizontal;
  }

  .laptop\:resize {
    resize: both;
  }

  .laptop\:list-inside {
    list-style-position: inside;
  }

  .laptop\:list-outside {
    list-style-position: outside;
  }

  .laptop\:list-none {
    list-style-type: none;
  }

  .laptop\:list-disc {
    list-style-type: disc;
  }

  .laptop\:list-decimal {
    list-style-type: decimal;
  }

  .laptop\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .laptop\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .laptop\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .laptop\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .laptop\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .laptop\:grid-flow-row {
    grid-auto-flow: row;
  }

  .laptop\:grid-flow-col {
    grid-auto-flow: column;
  }

  .laptop\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .laptop\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .laptop\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .laptop\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .laptop\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .laptop\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .laptop\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .laptop\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .laptop\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .laptop\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .laptop\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .laptop\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .laptop\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .laptop\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .laptop\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .laptop\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .laptop\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .laptop\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .laptop\:grid-cols-none {
    grid-template-columns: none;
  }

  .laptop\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .laptop\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .laptop\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .laptop\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .laptop\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .laptop\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .laptop\:grid-rows-none {
    grid-template-rows: none;
  }

  .laptop\:flex-row {
    flex-direction: row;
  }

  .laptop\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .laptop\:flex-col {
    flex-direction: column;
  }

  .laptop\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .laptop\:flex-wrap {
    flex-wrap: wrap;
  }

  .laptop\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .laptop\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .laptop\:place-content-center {
    align-content: center;
    justify-content: center;
    place-content: center;
  }

  .laptop\:place-content-start {
    align-content: start;
    justify-content: start;
    place-content: start;
  }

  .laptop\:place-content-end {
    align-content: end;
    justify-content: end;
    place-content: end;
  }

  .laptop\:place-content-between {
    align-content: space-between;
    justify-content: space-between;
    place-content: space-between;
  }

  .laptop\:place-content-around {
    align-content: space-around;
    justify-content: space-around;
    place-content: space-around;
  }

  .laptop\:place-content-evenly {
    align-content: space-evenly;
    justify-content: space-evenly;
    place-content: space-evenly;
  }

  .laptop\:place-content-stretch {
    align-content: stretch;
    justify-content: stretch;
    place-content: stretch;
  }

  .laptop\:place-items-start {
    align-items: start;
    justify-items: start;
    place-items: start;
  }

  .laptop\:place-items-end {
    align-items: end;
    justify-items: end;
    place-items: end;
  }

  .laptop\:place-items-center {
    align-items: center;
    justify-items: center;
    place-items: center;
  }

  .laptop\:place-items-stretch {
    align-items: stretch;
    justify-items: stretch;
    place-items: stretch;
  }

  .laptop\:content-center {
    align-content: center;
  }

  .laptop\:content-start {
    align-content: flex-start;
  }

  .laptop\:content-end {
    align-content: flex-end;
  }

  .laptop\:content-between {
    align-content: space-between;
  }

  .laptop\:content-around {
    align-content: space-around;
  }

  .laptop\:content-evenly {
    align-content: space-evenly;
  }

  .laptop\:items-start {
    align-items: flex-start;
  }

  .laptop\:items-end {
    align-items: flex-end;
  }

  .laptop\:items-center {
    align-items: center;
  }

  .laptop\:items-baseline {
    align-items: baseline;
  }

  .laptop\:items-stretch {
    align-items: stretch;
  }

  .laptop\:justify-start {
    justify-content: flex-start;
  }

  .laptop\:justify-end {
    justify-content: flex-end;
  }

  .laptop\:justify-center {
    justify-content: center;
  }

  .laptop\:justify-between {
    justify-content: space-between;
  }

  .laptop\:justify-around {
    justify-content: space-around;
  }

  .laptop\:justify-evenly {
    justify-content: space-evenly;
  }

  .laptop\:justify-items-start {
    justify-items: start;
  }

  .laptop\:justify-items-end {
    justify-items: end;
  }

  .laptop\:justify-items-center {
    justify-items: center;
  }

  .laptop\:justify-items-stretch {
    justify-items: stretch;
  }

  .laptop\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .laptop\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .laptop\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .laptop\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .laptop\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .laptop\:gap-5 {
    grid-gap: 5px;
    gap: 5px;
  }

  .laptop\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .laptop\:gap-7 {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .laptop\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .laptop\:gap-9 {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .laptop\:gap-10 {
    grid-gap: 10px;
    gap: 10px;
  }

  .laptop\:gap-11 {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .laptop\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .laptop\:gap-14 {
    grid-gap: 14px;
    gap: 14px;
  }

  .laptop\:gap-16 {
    grid-gap: 16px;
    gap: 16px;
  }

  .laptop\:gap-20 {
    grid-gap: 20px;
    gap: 20px;
  }

  .laptop\:gap-24 {
    grid-gap: 24px;
    gap: 24px;
  }

  .laptop\:gap-28 {
    grid-gap: 7rem;
    gap: 7rem;
  }

  .laptop\:gap-30 {
    grid-gap: 30px;
    gap: 30px;
  }

  .laptop\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .laptop\:gap-36 {
    grid-gap: 9rem;
    gap: 9rem;
  }

  .laptop\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .laptop\:gap-44 {
    grid-gap: 11rem;
    gap: 11rem;
  }

  .laptop\:gap-48 {
    grid-gap: 48px;
    gap: 48px;
  }

  .laptop\:gap-52 {
    grid-gap: 13rem;
    gap: 13rem;
  }

  .laptop\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .laptop\:gap-60 {
    grid-gap: 60px;
    gap: 60px;
  }

  .laptop\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .laptop\:gap-72 {
    grid-gap: 18rem;
    gap: 18rem;
  }

  .laptop\:gap-80 {
    grid-gap: 20rem;
    gap: 20rem;
  }

  .laptop\:gap-95 {
    grid-gap: 95px;
    gap: 95px;
  }

  .laptop\:gap-96 {
    grid-gap: 24rem;
    gap: 24rem;
  }

  .laptop\:gap-120 {
    grid-gap: 120px;
    gap: 120px;
  }

  .laptop\:gap-190 {
    grid-gap: 190px;
    gap: 190px;
  }

  .laptop\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .laptop\:gap-0\.5 {
    grid-gap: 0.125rem;
    gap: 0.125rem;
  }

  .laptop\:gap-1\.5 {
    grid-gap: 0.375rem;
    gap: 0.375rem;
  }

  .laptop\:gap-2\.5 {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }

  .laptop\:gap-3\.5 {
    grid-gap: 0.875rem;
    gap: 0.875rem;
  }

  .laptop\:gap-30\% {
    grid-gap: 30%;
    gap: 30%;
  }

  .laptop\:gap-7\.5r {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }

  .laptop\:gap-x-0 {
    -moz-column-gap: 0;
         grid-column-gap: 0;
         column-gap: 0;
  }

  .laptop\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         grid-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .laptop\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         grid-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .laptop\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         grid-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .laptop\:gap-x-4 {
    -moz-column-gap: 1rem;
         grid-column-gap: 1rem;
         column-gap: 1rem;
  }

  .laptop\:gap-x-5 {
    -moz-column-gap: 5px;
         grid-column-gap: 5px;
         column-gap: 5px;
  }

  .laptop\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         grid-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .laptop\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         grid-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .laptop\:gap-x-8 {
    -moz-column-gap: 2rem;
         grid-column-gap: 2rem;
         column-gap: 2rem;
  }

  .laptop\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         grid-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .laptop\:gap-x-10 {
    -moz-column-gap: 10px;
         grid-column-gap: 10px;
         column-gap: 10px;
  }

  .laptop\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         grid-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .laptop\:gap-x-12 {
    -moz-column-gap: 3rem;
         grid-column-gap: 3rem;
         column-gap: 3rem;
  }

  .laptop\:gap-x-14 {
    -moz-column-gap: 14px;
         grid-column-gap: 14px;
         column-gap: 14px;
  }

  .laptop\:gap-x-16 {
    -moz-column-gap: 16px;
         grid-column-gap: 16px;
         column-gap: 16px;
  }

  .laptop\:gap-x-20 {
    -moz-column-gap: 20px;
         grid-column-gap: 20px;
         column-gap: 20px;
  }

  .laptop\:gap-x-24 {
    -moz-column-gap: 24px;
         grid-column-gap: 24px;
         column-gap: 24px;
  }

  .laptop\:gap-x-28 {
    -moz-column-gap: 7rem;
         grid-column-gap: 7rem;
         column-gap: 7rem;
  }

  .laptop\:gap-x-30 {
    -moz-column-gap: 30px;
         grid-column-gap: 30px;
         column-gap: 30px;
  }

  .laptop\:gap-x-32 {
    -moz-column-gap: 8rem;
         grid-column-gap: 8rem;
         column-gap: 8rem;
  }

  .laptop\:gap-x-36 {
    -moz-column-gap: 9rem;
         grid-column-gap: 9rem;
         column-gap: 9rem;
  }

  .laptop\:gap-x-40 {
    -moz-column-gap: 10rem;
         grid-column-gap: 10rem;
         column-gap: 10rem;
  }

  .laptop\:gap-x-44 {
    -moz-column-gap: 11rem;
         grid-column-gap: 11rem;
         column-gap: 11rem;
  }

  .laptop\:gap-x-48 {
    -moz-column-gap: 48px;
         grid-column-gap: 48px;
         column-gap: 48px;
  }

  .laptop\:gap-x-52 {
    -moz-column-gap: 13rem;
         grid-column-gap: 13rem;
         column-gap: 13rem;
  }

  .laptop\:gap-x-56 {
    -moz-column-gap: 14rem;
         grid-column-gap: 14rem;
         column-gap: 14rem;
  }

  .laptop\:gap-x-60 {
    -moz-column-gap: 60px;
         grid-column-gap: 60px;
         column-gap: 60px;
  }

  .laptop\:gap-x-64 {
    -moz-column-gap: 16rem;
         grid-column-gap: 16rem;
         column-gap: 16rem;
  }

  .laptop\:gap-x-72 {
    -moz-column-gap: 18rem;
         grid-column-gap: 18rem;
         column-gap: 18rem;
  }

  .laptop\:gap-x-80 {
    -moz-column-gap: 20rem;
         grid-column-gap: 20rem;
         column-gap: 20rem;
  }

  .laptop\:gap-x-95 {
    -moz-column-gap: 95px;
         grid-column-gap: 95px;
         column-gap: 95px;
  }

  .laptop\:gap-x-96 {
    -moz-column-gap: 24rem;
         grid-column-gap: 24rem;
         column-gap: 24rem;
  }

  .laptop\:gap-x-120 {
    -moz-column-gap: 120px;
         grid-column-gap: 120px;
         column-gap: 120px;
  }

  .laptop\:gap-x-190 {
    -moz-column-gap: 190px;
         grid-column-gap: 190px;
         column-gap: 190px;
  }

  .laptop\:gap-x-px {
    -moz-column-gap: 1px;
         grid-column-gap: 1px;
         column-gap: 1px;
  }

  .laptop\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         grid-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .laptop\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         grid-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .laptop\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         grid-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .laptop\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         grid-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .laptop\:gap-x-30\% {
    -moz-column-gap: 30%;
         grid-column-gap: 30%;
         column-gap: 30%;
  }

  .laptop\:gap-x-7\.5r {
    -moz-column-gap: 1.875rem;
         grid-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }

  .laptop\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .laptop\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .laptop\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .laptop\:gap-y-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .laptop\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .laptop\:gap-y-5 {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .laptop\:gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .laptop\:gap-y-7 {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .laptop\:gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .laptop\:gap-y-9 {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .laptop\:gap-y-10 {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .laptop\:gap-y-11 {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .laptop\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .laptop\:gap-y-14 {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .laptop\:gap-y-16 {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .laptop\:gap-y-20 {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .laptop\:gap-y-24 {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .laptop\:gap-y-28 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .laptop\:gap-y-30 {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .laptop\:gap-y-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .laptop\:gap-y-36 {
    grid-row-gap: 9rem;
    row-gap: 9rem;
  }

  .laptop\:gap-y-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .laptop\:gap-y-44 {
    grid-row-gap: 11rem;
    row-gap: 11rem;
  }

  .laptop\:gap-y-48 {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .laptop\:gap-y-52 {
    grid-row-gap: 13rem;
    row-gap: 13rem;
  }

  .laptop\:gap-y-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .laptop\:gap-y-60 {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .laptop\:gap-y-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .laptop\:gap-y-72 {
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .laptop\:gap-y-80 {
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .laptop\:gap-y-95 {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .laptop\:gap-y-96 {
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .laptop\:gap-y-120 {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .laptop\:gap-y-190 {
    grid-row-gap: 190px;
    row-gap: 190px;
  }

  .laptop\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .laptop\:gap-y-0\.5 {
    grid-row-gap: 0.125rem;
    row-gap: 0.125rem;
  }

  .laptop\:gap-y-1\.5 {
    grid-row-gap: 0.375rem;
    row-gap: 0.375rem;
  }

  .laptop\:gap-y-2\.5 {
    grid-row-gap: 0.625rem;
    row-gap: 0.625rem;
  }

  .laptop\:gap-y-3\.5 {
    grid-row-gap: 0.875rem;
    row-gap: 0.875rem;
  }

  .laptop\:gap-y-30\% {
    grid-row-gap: 30%;
    row-gap: 30%;
  }

  .laptop\:gap-y-7\.5r {
    grid-row-gap: 1.875rem;
    row-gap: 1.875rem;
  }

  .laptop\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5px * var(--tw-space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14px * var(--tw-space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16px * var(--tw-space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24px * var(--tw-space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(48px * var(--tw-space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60px * var(--tw-space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95px * var(--tw-space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(120px * var(--tw-space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(190px * var(--tw-space-x-reverse));
    margin-left: calc(190px * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30% * var(--tw-space-x-reverse));
    margin-left: calc(30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5px * var(--tw-space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10px * var(--tw-space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14px * var(--tw-space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16px * var(--tw-space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20px * var(--tw-space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24px * var(--tw-space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30px * var(--tw-space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-48px * var(--tw-space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60px * var(--tw-space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95px * var(--tw-space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-120px * var(--tw-space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-190px * var(--tw-space-x-reverse));
    margin-left: calc(-190px * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30% * var(--tw-space-x-reverse));
    margin-left: calc(-30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5px * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14px * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16px * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48px * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95px * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(190px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(190px * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30% * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5px * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10px * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14px * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16px * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20px * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24px * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30px * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48px * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60px * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95px * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-120px * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-190px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-190px * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30% * var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .laptop\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .laptop\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .laptop\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .laptop\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .laptop\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .laptop\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .laptop\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .laptop\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .laptop\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .laptop\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .laptop\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .laptop\:hover\:divide-x-0:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .laptop\:hover\:divide-x-2:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .laptop\:hover\:divide-x-4:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .laptop\:hover\:divide-x-8:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .laptop\:hover\:divide-x:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .laptop\:hover\:divide-y-0:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .laptop\:hover\:divide-y-2:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .laptop\:hover\:divide-y-4:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .laptop\:hover\:divide-y-8:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .laptop\:hover\:divide-y:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .laptop\:focus\:divide-x-0:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .laptop\:focus\:divide-x-2:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .laptop\:focus\:divide-x-4:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .laptop\:focus\:divide-x-8:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .laptop\:focus\:divide-x:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .laptop\:focus\:divide-y-0:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .laptop\:focus\:divide-y-2:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .laptop\:focus\:divide-y-4:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .laptop\:focus\:divide-y-8:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .laptop\:focus\:divide-y:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .laptop\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .laptop\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .laptop\:hover\:divide-y-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .laptop\:hover\:divide-x-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .laptop\:focus\:divide-y-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .laptop\:focus\:divide-x-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .laptop\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .laptop\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .laptop\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .laptop\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .laptop\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .laptop\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .laptop\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }

  .laptop\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .laptop\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .laptop\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .laptop\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .laptop\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .laptop\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .laptop\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .laptop\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .laptop\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .laptop\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .laptop\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .laptop\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .laptop\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .laptop\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .laptop\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .laptop\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .laptop\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .laptop\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .laptop\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .laptop\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .laptop\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .laptop\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .laptop\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .laptop\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .laptop\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .laptop\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .laptop\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .laptop\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .laptop\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .laptop\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .laptop\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .laptop\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .laptop\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .laptop\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .laptop\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .laptop\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .laptop\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .laptop\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .laptop\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .laptop\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .laptop\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .laptop\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .laptop\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .laptop\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .laptop\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .laptop\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .laptop\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .laptop\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .laptop\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .laptop\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .laptop\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .laptop\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .laptop\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .laptop\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .laptop\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .laptop\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .laptop\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .laptop\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .laptop\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .laptop\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .laptop\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .laptop\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .laptop\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .laptop\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .laptop\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .laptop\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .laptop\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .laptop\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .laptop\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .laptop\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .laptop\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .laptop\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .laptop\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .laptop\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .laptop\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .laptop\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .laptop\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .laptop\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .laptop\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .laptop\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .laptop\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .laptop\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .laptop\:divide-primary-color > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-divide-opacity));
  }

  .laptop\:divide-primary-color-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-divide-opacity));
  }

  .laptop\:divide-secondary-color > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .laptop\:divide-custom-gray-sm > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-divide-opacity));
  }

  .laptop\:divide-custom-gray-sm2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-divide-opacity));
  }

  .laptop\:divide-custom-gray-md > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-divide-opacity));
  }

  .laptop\:divide-custom-navy-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .laptop\:divide-dark-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .laptop\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-divide-opacity));
  }

  .laptop\:divide-secondary-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-divide-opacity));
  }

  .laptop\:divide-secondary-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-divide-opacity));
  }

  .laptop\:divide-secondary-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-divide-opacity));
  }

  .laptop\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-divide-opacity));
  }

  .laptop\:divide-secondary-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-divide-opacity));
  }

  .laptop\:divide-secondary-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-divide-opacity));
  }

  .laptop\:divide-grayCustom-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .laptop\:divide-grayCustom-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .laptop\:divide-grayCustom-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
  }

  .laptop\:divide-grayCustom-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .laptop\:divide-grayCustom > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .laptop\:divide-grayCustom-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .laptop\:divide-grayCustom-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
  }

  .laptop\:divide-grayCustom-hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-divide-opacity));
  }

  .laptop\:divide-error > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-divide-opacity));
  }

  .laptop\:divide-error-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-divide-opacity));
  }

  .laptop\:divide-warning > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .laptop\:divide-warning-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-divide-opacity));
  }

  .laptop\:divide-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-divide-opacity));
  }

  .laptop\:divide-success-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-divide-opacity));
  }

  .laptop\:divide-status-open > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .laptop\:divide-status-waiting_payment > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .laptop\:divide-status-completed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-divide-opacity));
  }

  .laptop\:divide-status-failed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .laptop\:divide-status-waiting_verify > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .laptop\:divide-status-closed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .laptop\:divide-policyStatus-issuing > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .laptop\:divide-policyStatus-waiting_inspection > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .laptop\:divide-policyStatus-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-divide-opacity));
  }

  .laptop\:divide-policyStatus-failed_inspection > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .laptop\:divide-policyStatus-failed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .laptop\:divide-policyStatus-waiting_policy > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .laptop\:divide-policyStatus-cancel > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .laptop\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .laptop\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .laptop\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .laptop\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .laptop\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .laptop\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .laptop\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .laptop\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .laptop\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .laptop\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .laptop\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .laptop\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .laptop\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .laptop\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .laptop\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .laptop\:place-self-auto {
    align-self: auto;
    justify-self: auto;
    place-self: auto;
  }

  .laptop\:place-self-start {
    align-self: start;
    justify-self: start;
    place-self: start;
  }

  .laptop\:place-self-end {
    align-self: end;
    justify-self: end;
    place-self: end;
  }

  .laptop\:place-self-center {
    align-self: center;
    justify-self: center;
    place-self: center;
  }

  .laptop\:place-self-stretch {
    align-self: stretch;
    justify-self: stretch;
    place-self: stretch;
  }

  .laptop\:self-auto {
    align-self: auto;
  }

  .laptop\:self-start {
    align-self: flex-start;
  }

  .laptop\:self-end {
    align-self: flex-end;
  }

  .laptop\:self-center {
    align-self: center;
  }

  .laptop\:self-stretch {
    align-self: stretch;
  }

  .laptop\:self-baseline {
    align-self: baseline;
  }

  .laptop\:justify-self-auto {
    justify-self: auto;
  }

  .laptop\:justify-self-start {
    justify-self: start;
  }

  .laptop\:justify-self-end {
    justify-self: end;
  }

  .laptop\:justify-self-center {
    justify-self: center;
  }

  .laptop\:justify-self-stretch {
    justify-self: stretch;
  }

  .laptop\:overflow-auto {
    overflow: auto;
  }

  .laptop\:overflow-hidden {
    overflow: hidden;
  }

  .laptop\:overflow-visible {
    overflow: visible;
  }

  .laptop\:overflow-scroll {
    overflow: scroll;
  }

  .laptop\:overflow-x-auto {
    overflow-x: auto;
  }

  .laptop\:overflow-y-auto {
    overflow-y: auto;
  }

  .laptop\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .laptop\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .laptop\:overflow-x-visible {
    overflow-x: visible;
  }

  .laptop\:overflow-y-visible {
    overflow-y: visible;
  }

  .laptop\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .laptop\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .laptop\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .laptop\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .laptop\:overscroll-none {
    overscroll-behavior: none;
  }

  .laptop\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .laptop\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .laptop\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .laptop\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .laptop\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .laptop\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .laptop\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .laptop\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .laptop\:overflow-clip {
    text-overflow: clip;
  }

  .laptop\:whitespace-normal {
    white-space: normal;
  }

  .laptop\:whitespace-nowrap {
    white-space: nowrap;
  }

  .laptop\:whitespace-pre {
    white-space: pre;
  }

  .laptop\:whitespace-pre-line {
    white-space: pre-line;
  }

  .laptop\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .laptop\:break-normal {
    word-wrap: normal;
    word-break: normal;
  }

  .laptop\:break-words {
    word-wrap: break-word;
  }

  .laptop\:break-all {
    word-break: break-all;
  }

  .laptop\:rounded-5 {
    border-radius: 5px;
  }

  .laptop\:rounded-10 {
    border-radius: 10px;
  }

  .laptop\:rounded-20 {
    border-radius: 20px;
  }

  .laptop\:rounded-48 {
    border-radius: 48px;
  }

  .laptop\:rounded-none {
    border-radius: 0;
  }

  .laptop\:rounded-sm {
    border-radius: 0.125rem;
  }

  .laptop\:rounded {
    border-radius: 5px;
  }

  .laptop\:rounded-md {
    border-radius: 0.375rem;
  }

  .laptop\:rounded-lg {
    border-radius: 0.5rem;
  }

  .laptop\:rounded-xl {
    border-radius: 0.75rem;
  }

  .laptop\:rounded-2xl {
    border-radius: 1rem;
  }

  .laptop\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .laptop\:rounded-full {
    border-radius: 9999px;
  }

  .laptop\:rounded-t-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .laptop\:rounded-t-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .laptop\:rounded-t-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .laptop\:rounded-t-48 {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
  }

  .laptop\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .laptop\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .laptop\:rounded-t {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .laptop\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .laptop\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .laptop\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .laptop\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .laptop\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .laptop\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .laptop\:rounded-r-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .laptop\:rounded-r-10 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .laptop\:rounded-r-20 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .laptop\:rounded-r-48 {
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
  }

  .laptop\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .laptop\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .laptop\:rounded-r {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .laptop\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .laptop\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .laptop\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .laptop\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .laptop\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .laptop\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .laptop\:rounded-b-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .laptop\:rounded-b-10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .laptop\:rounded-b-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .laptop\:rounded-b-48 {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
  }

  .laptop\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .laptop\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .laptop\:rounded-b {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .laptop\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .laptop\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .laptop\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .laptop\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .laptop\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .laptop\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .laptop\:rounded-l-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .laptop\:rounded-l-10 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .laptop\:rounded-l-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .laptop\:rounded-l-48 {
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;
  }

  .laptop\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .laptop\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .laptop\:rounded-l {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .laptop\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .laptop\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .laptop\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .laptop\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .laptop\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .laptop\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .laptop\:rounded-tl-5 {
    border-top-left-radius: 5px;
  }

  .laptop\:rounded-tl-10 {
    border-top-left-radius: 10px;
  }

  .laptop\:rounded-tl-20 {
    border-top-left-radius: 20px;
  }

  .laptop\:rounded-tl-48 {
    border-top-left-radius: 48px;
  }

  .laptop\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .laptop\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .laptop\:rounded-tl {
    border-top-left-radius: 5px;
  }

  .laptop\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .laptop\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .laptop\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .laptop\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .laptop\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .laptop\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .laptop\:rounded-tr-5 {
    border-top-right-radius: 5px;
  }

  .laptop\:rounded-tr-10 {
    border-top-right-radius: 10px;
  }

  .laptop\:rounded-tr-20 {
    border-top-right-radius: 20px;
  }

  .laptop\:rounded-tr-48 {
    border-top-right-radius: 48px;
  }

  .laptop\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .laptop\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .laptop\:rounded-tr {
    border-top-right-radius: 5px;
  }

  .laptop\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .laptop\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .laptop\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .laptop\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .laptop\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .laptop\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .laptop\:rounded-br-5 {
    border-bottom-right-radius: 5px;
  }

  .laptop\:rounded-br-10 {
    border-bottom-right-radius: 10px;
  }

  .laptop\:rounded-br-20 {
    border-bottom-right-radius: 20px;
  }

  .laptop\:rounded-br-48 {
    border-bottom-right-radius: 48px;
  }

  .laptop\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .laptop\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .laptop\:rounded-br {
    border-bottom-right-radius: 5px;
  }

  .laptop\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .laptop\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .laptop\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .laptop\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .laptop\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .laptop\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .laptop\:rounded-bl-5 {
    border-bottom-left-radius: 5px;
  }

  .laptop\:rounded-bl-10 {
    border-bottom-left-radius: 10px;
  }

  .laptop\:rounded-bl-20 {
    border-bottom-left-radius: 20px;
  }

  .laptop\:rounded-bl-48 {
    border-bottom-left-radius: 48px;
  }

  .laptop\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .laptop\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .laptop\:rounded-bl {
    border-bottom-left-radius: 5px;
  }

  .laptop\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .laptop\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .laptop\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .laptop\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .laptop\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .laptop\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .laptop\:border-0 {
    border-width: 0px;
  }

  .laptop\:border-2 {
    border-width: 2px;
  }

  .laptop\:border-4 {
    border-width: 4px;
  }

  .laptop\:border-8 {
    border-width: 8px;
  }

  .laptop\:border {
    border-width: 1px;
  }

  .laptop\:hover\:border-0:hover {
    border-width: 0px;
  }

  .laptop\:hover\:border-2:hover {
    border-width: 2px;
  }

  .laptop\:hover\:border-4:hover {
    border-width: 4px;
  }

  .laptop\:hover\:border-8:hover {
    border-width: 8px;
  }

  .laptop\:hover\:border:hover {
    border-width: 1px;
  }

  .laptop\:focus\:border-0:focus {
    border-width: 0px;
  }

  .laptop\:focus\:border-2:focus {
    border-width: 2px;
  }

  .laptop\:focus\:border-4:focus {
    border-width: 4px;
  }

  .laptop\:focus\:border-8:focus {
    border-width: 8px;
  }

  .laptop\:focus\:border:focus {
    border-width: 1px;
  }

  .laptop\:border-t-0 {
    border-top-width: 0px;
  }

  .laptop\:border-t-2 {
    border-top-width: 2px;
  }

  .laptop\:border-t-4 {
    border-top-width: 4px;
  }

  .laptop\:border-t-8 {
    border-top-width: 8px;
  }

  .laptop\:border-t {
    border-top-width: 1px;
  }

  .laptop\:border-r-0 {
    border-right-width: 0px;
  }

  .laptop\:border-r-2 {
    border-right-width: 2px;
  }

  .laptop\:border-r-4 {
    border-right-width: 4px;
  }

  .laptop\:border-r-8 {
    border-right-width: 8px;
  }

  .laptop\:border-r {
    border-right-width: 1px;
  }

  .laptop\:border-b-0 {
    border-bottom-width: 0px;
  }

  .laptop\:border-b-2 {
    border-bottom-width: 2px;
  }

  .laptop\:border-b-4 {
    border-bottom-width: 4px;
  }

  .laptop\:border-b-8 {
    border-bottom-width: 8px;
  }

  .laptop\:border-b {
    border-bottom-width: 1px;
  }

  .laptop\:border-l-0 {
    border-left-width: 0px;
  }

  .laptop\:border-l-2 {
    border-left-width: 2px;
  }

  .laptop\:border-l-4 {
    border-left-width: 4px;
  }

  .laptop\:border-l-8 {
    border-left-width: 8px;
  }

  .laptop\:border-l {
    border-left-width: 1px;
  }

  .laptop\:hover\:border-t-0:hover {
    border-top-width: 0px;
  }

  .laptop\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .laptop\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .laptop\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .laptop\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .laptop\:hover\:border-r-0:hover {
    border-right-width: 0px;
  }

  .laptop\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .laptop\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .laptop\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .laptop\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .laptop\:hover\:border-b-0:hover {
    border-bottom-width: 0px;
  }

  .laptop\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .laptop\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .laptop\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .laptop\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .laptop\:hover\:border-l-0:hover {
    border-left-width: 0px;
  }

  .laptop\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .laptop\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .laptop\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .laptop\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .laptop\:focus\:border-t-0:focus {
    border-top-width: 0px;
  }

  .laptop\:focus\:border-t-2:focus {
    border-top-width: 2px;
  }

  .laptop\:focus\:border-t-4:focus {
    border-top-width: 4px;
  }

  .laptop\:focus\:border-t-8:focus {
    border-top-width: 8px;
  }

  .laptop\:focus\:border-t:focus {
    border-top-width: 1px;
  }

  .laptop\:focus\:border-r-0:focus {
    border-right-width: 0px;
  }

  .laptop\:focus\:border-r-2:focus {
    border-right-width: 2px;
  }

  .laptop\:focus\:border-r-4:focus {
    border-right-width: 4px;
  }

  .laptop\:focus\:border-r-8:focus {
    border-right-width: 8px;
  }

  .laptop\:focus\:border-r:focus {
    border-right-width: 1px;
  }

  .laptop\:focus\:border-b-0:focus {
    border-bottom-width: 0px;
  }

  .laptop\:focus\:border-b-2:focus {
    border-bottom-width: 2px;
  }

  .laptop\:focus\:border-b-4:focus {
    border-bottom-width: 4px;
  }

  .laptop\:focus\:border-b-8:focus {
    border-bottom-width: 8px;
  }

  .laptop\:focus\:border-b:focus {
    border-bottom-width: 1px;
  }

  .laptop\:focus\:border-l-0:focus {
    border-left-width: 0px;
  }

  .laptop\:focus\:border-l-2:focus {
    border-left-width: 2px;
  }

  .laptop\:focus\:border-l-4:focus {
    border-left-width: 4px;
  }

  .laptop\:focus\:border-l-8:focus {
    border-left-width: 8px;
  }

  .laptop\:focus\:border-l:focus {
    border-left-width: 1px;
  }

  .laptop\:border-solid {
    border-style: solid;
  }

  .laptop\:border-dashed {
    border-style: dashed;
  }

  .laptop\:border-dotted {
    border-style: dotted;
  }

  .laptop\:border-double {
    border-style: double;
  }

  .laptop\:border-none {
    border-style: none;
  }

  .laptop\:hover\:border-solid:hover {
    border-style: solid;
  }

  .laptop\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .laptop\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .laptop\:hover\:border-double:hover {
    border-style: double;
  }

  .laptop\:hover\:border-none:hover {
    border-style: none;
  }

  .laptop\:border-transparent {
    border-color: transparent;
  }

  .laptop\:border-current {
    border-color: currentColor;
  }

  .laptop\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .laptop\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .laptop\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .laptop\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .laptop\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .laptop\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .laptop\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .laptop\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .laptop\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .laptop\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .laptop\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .laptop\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .laptop\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .laptop\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .laptop\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .laptop\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .laptop\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .laptop\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .laptop\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .laptop\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .laptop\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .laptop\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .laptop\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .laptop\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .laptop\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .laptop\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .laptop\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .laptop\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .laptop\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .laptop\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .laptop\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .laptop\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .laptop\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .laptop\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .laptop\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .laptop\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .laptop\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .laptop\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .laptop\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .laptop\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .laptop\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .laptop\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .laptop\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .laptop\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .laptop\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .laptop\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .laptop\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .laptop\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .laptop\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .laptop\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .laptop\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .laptop\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .laptop\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .laptop\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .laptop\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .laptop\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .laptop\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .laptop\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .laptop\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .laptop\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .laptop\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .laptop\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .laptop\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .laptop\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .laptop\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .laptop\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .laptop\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .laptop\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .laptop\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .laptop\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .laptop\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .laptop\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .laptop\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .laptop\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .laptop\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .laptop\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .laptop\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .laptop\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .laptop\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .laptop\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .laptop\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .laptop\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .laptop\:border-primary-color {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .laptop\:border-primary-color-dark {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .laptop\:border-secondary-color {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .laptop\:border-custom-gray-sm {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .laptop\:border-custom-gray-sm2 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .laptop\:border-custom-gray-md {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .laptop\:border-custom-navy-dark {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .laptop\:border-dark-blue {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .laptop\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .laptop\:border-secondary-1 {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .laptop\:border-secondary-2 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .laptop\:border-secondary-3 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .laptop\:border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .laptop\:border-secondary-dark {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .laptop\:border-secondary-light {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .laptop\:border-grayCustom-1 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .laptop\:border-grayCustom-2 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .laptop\:border-grayCustom-3 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .laptop\:border-grayCustom-800 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .laptop\:border-grayCustom {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .laptop\:border-grayCustom-dark {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .laptop\:border-grayCustom-light {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .laptop\:border-grayCustom-hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .laptop\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .laptop\:border-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .laptop\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .laptop\:border-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .laptop\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .laptop\:border-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .laptop\:border-status-open {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .laptop\:border-status-waiting_payment {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .laptop\:border-status-completed {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .laptop\:border-status-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .laptop\:border-status-waiting_verify {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .laptop\:border-status-closed {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .laptop\:border-policyStatus-issuing {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .laptop\:border-policyStatus-waiting_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .laptop\:border-policyStatus-success {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .laptop\:border-policyStatus-failed_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .laptop\:border-policyStatus-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .laptop\:border-policyStatus-waiting_policy {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .laptop\:border-policyStatus-cancel {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-transparent:checked {
    border-color: transparent;
  }

  .laptop\:checked\:border-current:checked {
    border-color: currentColor;
  }

  .laptop\:checked\:border-black:checked {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-white:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-gray-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-gray-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-gray-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-gray-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-gray-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-gray-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-gray-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-gray-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-gray-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-gray-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-red-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-red-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-red-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-red-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-red-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-red-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-red-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-red-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-red-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-red-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-yellow-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-yellow-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-yellow-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-yellow-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-yellow-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-yellow-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-yellow-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-yellow-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-yellow-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-yellow-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-green-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-green-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-green-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-green-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-green-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-green-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-green-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-green-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-green-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-green-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-blue-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-blue-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-blue-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-blue-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-blue-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-blue-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-blue-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-blue-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-blue-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-blue-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-indigo-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-indigo-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-indigo-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-indigo-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-indigo-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-indigo-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-indigo-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-indigo-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-indigo-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-indigo-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-purple-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-purple-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-purple-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-purple-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-purple-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-purple-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-purple-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-purple-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-purple-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-purple-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-pink-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-pink-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-pink-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-pink-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-pink-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-pink-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-pink-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-pink-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-pink-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-pink-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-primary-color:checked {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-primary-color-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-secondary-color:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-custom-gray-sm:checked {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-custom-gray-sm2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-custom-gray-md:checked {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-custom-navy-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-dark-blue:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-primary:checked {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-secondary-1:checked {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-secondary-2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-secondary-3:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-secondary:checked {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-secondary-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-secondary-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-grayCustom-1:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-grayCustom-2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-grayCustom-3:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-grayCustom-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-grayCustom:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-grayCustom-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-grayCustom-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-grayCustom-hover:checked {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-error:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-error-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-warning:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-warning-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-success:checked {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-success-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-status-open:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-status-waiting_payment:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-status-completed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-status-failed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-status-waiting_verify:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-status-closed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-policyStatus-issuing:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-policyStatus-waiting_inspection:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-policyStatus-success:checked {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-policyStatus-failed_inspection:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-policyStatus-failed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-policyStatus-waiting_policy:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .laptop\:checked\:border-policyStatus-cancel:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .laptop\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .laptop\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-primary-color {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-primary-color-dark {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-secondary-color {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-custom-gray-sm {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-custom-gray-sm2 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-custom-gray-md {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-custom-navy-dark {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-dark-blue {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-secondary-1 {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-secondary-2 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-secondary-3 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-secondary-dark {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-secondary-light {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-grayCustom-1 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-grayCustom-2 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-grayCustom-3 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-grayCustom-800 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-grayCustom {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-grayCustom-dark {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-grayCustom-light {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-grayCustom-hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-status-open {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-status-waiting_payment {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-status-completed {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-status-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-status-waiting_verify {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-status-closed {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-policyStatus-issuing {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-policyStatus-waiting_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-policyStatus-success {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-policyStatus-failed_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-policyStatus-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-policyStatus-waiting_policy {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-policyStatus-cancel {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-transparent[focus-within] {
    border-color: transparent;
  }

  .laptop\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .laptop\:focus-within\:border-current[focus-within] {
    border-color: currentColor;
  }

  .laptop\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }

  .laptop\:focus-within\:border-black[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-white[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-yellow-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-yellow-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-yellow-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-yellow-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-yellow-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-yellow-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-yellow-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-yellow-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-yellow-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-yellow-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-purple-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-purple-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-purple-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-purple-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-purple-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-purple-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-purple-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-purple-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-purple-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-purple-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-primary-color[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-primary-color:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-primary-color-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-primary-color-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-secondary-color[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-secondary-color:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-custom-gray-sm[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-custom-gray-sm:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-custom-gray-sm2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-custom-gray-sm2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-custom-gray-md[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-custom-gray-md:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-custom-navy-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-custom-navy-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-dark-blue[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-dark-blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-primary[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-secondary-1[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-secondary-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-secondary-2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-secondary-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-secondary-3[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-secondary-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-secondary[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-secondary-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-secondary-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-secondary-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-secondary-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-grayCustom-1[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-grayCustom-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-grayCustom-2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-grayCustom-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-grayCustom-3[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-grayCustom-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-grayCustom-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-grayCustom-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-grayCustom[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-grayCustom:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-grayCustom-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-grayCustom-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-grayCustom-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-grayCustom-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-grayCustom-hover[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-grayCustom-hover:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-error[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-error:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-error-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-error-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-warning[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-warning:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-warning-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-warning-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-success[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-success-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-success-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-status-open[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-status-open:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-status-waiting_payment[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-status-waiting_payment:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-status-completed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-status-completed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-status-failed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-status-failed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-status-waiting_verify[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-status-waiting_verify:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-status-closed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-status-closed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-policyStatus-issuing[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-policyStatus-issuing:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-policyStatus-waiting_inspection[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-policyStatus-waiting_inspection:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-policyStatus-success[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-policyStatus-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-policyStatus-failed_inspection[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-policyStatus-failed_inspection:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-policyStatus-failed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-policyStatus-failed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-policyStatus-waiting_policy[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-policyStatus-waiting_policy:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-policyStatus-cancel[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-policyStatus-cancel:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .laptop\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .laptop\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-green-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-primary-color:hover {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-primary-color-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-secondary-color:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-custom-gray-sm:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-custom-gray-sm2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-custom-gray-md:hover {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-custom-navy-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-dark-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-secondary-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-secondary-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-secondary-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-secondary-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-secondary-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-grayCustom-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-grayCustom-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-grayCustom-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-grayCustom-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-grayCustom:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-grayCustom-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-grayCustom-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-grayCustom-hover:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-error:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-error-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-warning:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-warning-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-success-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-status-open:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-status-waiting_payment:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-status-completed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-status-failed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-status-waiting_verify:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-status-closed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-policyStatus-issuing:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-policyStatus-waiting_inspection:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-policyStatus-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-policyStatus-failed_inspection:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-policyStatus-failed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-policyStatus-waiting_policy:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-policyStatus-cancel:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .laptop\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .laptop\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-green-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-primary-color:focus {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-primary-color-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-secondary-color:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-custom-gray-sm:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-custom-gray-sm2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-custom-gray-md:focus {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-custom-navy-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-dark-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-primary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-secondary-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-secondary-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-secondary-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-secondary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-secondary-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-secondary-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-grayCustom-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-grayCustom-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-grayCustom-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-grayCustom-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-grayCustom:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-grayCustom-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-grayCustom-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-grayCustom-hover:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-error:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-error-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-warning:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-warning-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-success-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-status-open:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-status-waiting_payment:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-status-completed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-status-failed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-status-waiting_verify:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-status-closed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-policyStatus-issuing:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-policyStatus-waiting_inspection:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-policyStatus-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-policyStatus-failed_inspection:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-policyStatus-failed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-policyStatus-waiting_policy:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-policyStatus-cancel:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .laptop\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .laptop\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .laptop\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .laptop\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .laptop\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .laptop\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .laptop\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .laptop\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .laptop\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .laptop\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .laptop\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .laptop\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .laptop\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .laptop\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .laptop\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .laptop\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .laptop\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .laptop\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .laptop\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .laptop\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .laptop\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .laptop\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .laptop\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .laptop\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .laptop\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .laptop\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .laptop\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .laptop\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .laptop\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .laptop\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .laptop\:focus-within\:border-opacity-0[focus-within] {
    --tw-border-opacity: 0;
  }

  .laptop\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .laptop\:focus-within\:border-opacity-5[focus-within] {
    --tw-border-opacity: 0.05;
  }

  .laptop\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .laptop\:focus-within\:border-opacity-10[focus-within] {
    --tw-border-opacity: 0.1;
  }

  .laptop\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .laptop\:focus-within\:border-opacity-20[focus-within] {
    --tw-border-opacity: 0.2;
  }

  .laptop\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .laptop\:focus-within\:border-opacity-25[focus-within] {
    --tw-border-opacity: 0.25;
  }

  .laptop\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .laptop\:focus-within\:border-opacity-30[focus-within] {
    --tw-border-opacity: 0.3;
  }

  .laptop\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .laptop\:focus-within\:border-opacity-40[focus-within] {
    --tw-border-opacity: 0.4;
  }

  .laptop\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .laptop\:focus-within\:border-opacity-50[focus-within] {
    --tw-border-opacity: 0.5;
  }

  .laptop\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .laptop\:focus-within\:border-opacity-60[focus-within] {
    --tw-border-opacity: 0.6;
  }

  .laptop\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .laptop\:focus-within\:border-opacity-70[focus-within] {
    --tw-border-opacity: 0.7;
  }

  .laptop\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .laptop\:focus-within\:border-opacity-75[focus-within] {
    --tw-border-opacity: 0.75;
  }

  .laptop\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .laptop\:focus-within\:border-opacity-80[focus-within] {
    --tw-border-opacity: 0.8;
  }

  .laptop\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .laptop\:focus-within\:border-opacity-90[focus-within] {
    --tw-border-opacity: 0.9;
  }

  .laptop\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .laptop\:focus-within\:border-opacity-95[focus-within] {
    --tw-border-opacity: 0.95;
  }

  .laptop\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .laptop\:focus-within\:border-opacity-100[focus-within] {
    --tw-border-opacity: 1;
  }

  .laptop\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .laptop\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .laptop\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .laptop\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .laptop\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .laptop\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .laptop\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .laptop\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .laptop\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .laptop\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .laptop\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .laptop\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .laptop\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .laptop\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .laptop\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .laptop\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .laptop\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .laptop\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .laptop\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .laptop\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .laptop\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .laptop\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .laptop\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .laptop\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .laptop\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .laptop\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .laptop\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .laptop\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .laptop\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .laptop\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .laptop\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .laptop\:bg-transparent {
    background-color: transparent;
  }

  .laptop\:bg-current {
    background-color: currentColor;
  }

  .laptop\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .laptop\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .laptop\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .laptop\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .laptop\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .laptop\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .laptop\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .laptop\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .laptop\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .laptop\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .laptop\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .laptop\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .laptop\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .laptop\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .laptop\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .laptop\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .laptop\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .laptop\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .laptop\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .laptop\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .laptop\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .laptop\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .laptop\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .laptop\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .laptop\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .laptop\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .laptop\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .laptop\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .laptop\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .laptop\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .laptop\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .laptop\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .laptop\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .laptop\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .laptop\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .laptop\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .laptop\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .laptop\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .laptop\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .laptop\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .laptop\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .laptop\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .laptop\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .laptop\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .laptop\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .laptop\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .laptop\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .laptop\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .laptop\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .laptop\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .laptop\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .laptop\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .laptop\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .laptop\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .laptop\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .laptop\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .laptop\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .laptop\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .laptop\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .laptop\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .laptop\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .laptop\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .laptop\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .laptop\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .laptop\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .laptop\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .laptop\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .laptop\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .laptop\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .laptop\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .laptop\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .laptop\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .laptop\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .laptop\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .laptop\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .laptop\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .laptop\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .laptop\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .laptop\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .laptop\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .laptop\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .laptop\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .laptop\:bg-primary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .laptop\:bg-primary-color-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .laptop\:bg-secondary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .laptop\:bg-custom-gray-sm {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .laptop\:bg-custom-gray-sm2 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .laptop\:bg-custom-gray-md {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .laptop\:bg-custom-navy-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .laptop\:bg-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .laptop\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .laptop\:bg-secondary-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .laptop\:bg-secondary-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .laptop\:bg-secondary-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .laptop\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .laptop\:bg-secondary-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .laptop\:bg-secondary-light {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .laptop\:bg-grayCustom-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .laptop\:bg-grayCustom-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .laptop\:bg-grayCustom-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .laptop\:bg-grayCustom-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .laptop\:bg-grayCustom {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .laptop\:bg-grayCustom-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .laptop\:bg-grayCustom-light {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .laptop\:bg-grayCustom-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .laptop\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .laptop\:bg-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .laptop\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .laptop\:bg-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .laptop\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .laptop\:bg-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .laptop\:bg-status-open {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .laptop\:bg-status-waiting_payment {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .laptop\:bg-status-completed {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .laptop\:bg-status-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .laptop\:bg-status-waiting_verify {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .laptop\:bg-status-closed {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .laptop\:bg-policyStatus-issuing {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .laptop\:bg-policyStatus-waiting_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .laptop\:bg-policyStatus-success {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .laptop\:bg-policyStatus-failed_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .laptop\:bg-policyStatus-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .laptop\:bg-policyStatus-waiting_policy {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .laptop\:bg-policyStatus-cancel {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-transparent:nth-child(odd) {
    background-color: transparent;
  }

  .laptop\:odd\:bg-current:nth-child(odd) {
    background-color: currentColor;
  }

  .laptop\:odd\:bg-black:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-white:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-gray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-gray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-gray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-gray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-gray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-gray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-gray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-gray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-gray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-gray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-red-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-red-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-red-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-red-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-red-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-red-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-red-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-red-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-red-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-red-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-yellow-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-yellow-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-yellow-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-yellow-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-yellow-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-yellow-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-yellow-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-yellow-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-yellow-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-yellow-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-green-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-green-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-green-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-green-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-green-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-green-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-green-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-green-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-green-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-green-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-blue-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-blue-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-blue-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-blue-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-blue-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-blue-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-blue-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-blue-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-blue-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-blue-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-indigo-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-indigo-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-indigo-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-indigo-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-indigo-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-indigo-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-indigo-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-indigo-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-indigo-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-indigo-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-purple-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-purple-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-purple-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-purple-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-purple-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-purple-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-purple-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-purple-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-purple-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-purple-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-pink-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-pink-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-pink-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-pink-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-pink-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-pink-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-pink-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-pink-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-pink-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-pink-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-primary-color:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-primary-color-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-secondary-color:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-custom-gray-sm:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-custom-gray-sm2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-custom-gray-md:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-custom-navy-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-dark-blue:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-primary:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-secondary-1:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-secondary-2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-secondary-3:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-secondary:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-secondary-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-secondary-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-grayCustom-1:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-grayCustom-2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-grayCustom-3:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-grayCustom-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-grayCustom:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-grayCustom-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-grayCustom-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-grayCustom-hover:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-error:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-error-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-warning:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-warning-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-success:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-success-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-status-open:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-status-waiting_payment:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-status-completed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-status-failed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-status-waiting_verify:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-status-closed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-policyStatus-issuing:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-policyStatus-waiting_inspection:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-policyStatus-success:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-policyStatus-failed_inspection:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-policyStatus-failed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-policyStatus-waiting_policy:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .laptop\:odd\:bg-policyStatus-cancel:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-transparent:checked {
    background-color: transparent;
  }

  .laptop\:checked\:bg-current:checked {
    background-color: currentColor;
  }

  .laptop\:checked\:bg-black:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-white:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-gray-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-gray-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-gray-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-gray-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-gray-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-gray-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-gray-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-gray-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-gray-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-gray-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-red-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-red-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-red-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-red-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-red-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-red-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-red-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-red-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-red-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-red-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-yellow-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-yellow-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-yellow-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-yellow-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-yellow-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-yellow-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-yellow-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-yellow-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-yellow-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-yellow-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-green-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-green-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-green-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-green-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-green-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-green-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-green-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-green-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-green-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-green-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-blue-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-blue-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-blue-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-blue-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-blue-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-blue-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-blue-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-blue-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-blue-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-blue-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-indigo-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-indigo-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-indigo-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-indigo-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-indigo-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-indigo-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-indigo-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-indigo-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-indigo-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-indigo-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-purple-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-purple-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-purple-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-purple-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-purple-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-purple-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-purple-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-purple-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-purple-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-purple-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-pink-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-pink-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-pink-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-pink-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-pink-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-pink-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-pink-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-pink-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-pink-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-pink-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-primary-color:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-primary-color-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-secondary-color:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-custom-gray-sm:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-custom-gray-sm2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-custom-gray-md:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-custom-navy-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-dark-blue:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-primary:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-secondary-1:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-secondary-2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-secondary-3:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-secondary:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-secondary-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-secondary-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-grayCustom-1:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-grayCustom-2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-grayCustom-3:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-grayCustom-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-grayCustom:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-grayCustom-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-grayCustom-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-grayCustom-hover:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-error:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-error-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-warning:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-warning-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-success:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-success-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-status-open:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-status-waiting_payment:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-status-completed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-status-failed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-status-waiting_verify:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-status-closed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-policyStatus-issuing:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-policyStatus-waiting_inspection:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-policyStatus-success:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-policyStatus-failed_inspection:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-policyStatus-failed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-policyStatus-waiting_policy:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .laptop\:checked\:bg-policyStatus-cancel:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .laptop\:group-hover\:bg-current {
    background-color: currentColor;
  }

  .group:hover .laptop\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-primary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-primary-color-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-secondary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-custom-gray-sm {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-custom-gray-sm2 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-custom-gray-md {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-custom-navy-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-secondary-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-secondary-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-secondary-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-secondary-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-secondary-light {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-grayCustom-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-grayCustom-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-grayCustom-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-grayCustom-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-grayCustom {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-grayCustom-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-grayCustom-light {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-grayCustom-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-status-open {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-status-waiting_payment {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-status-completed {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-status-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-status-waiting_verify {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-status-closed {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-policyStatus-issuing {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-policyStatus-waiting_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-policyStatus-success {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-policyStatus-failed_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-policyStatus-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-policyStatus-waiting_policy {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-policyStatus-cancel {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-transparent[focus-within] {
    background-color: transparent;
  }

  .laptop\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .laptop\:focus-within\:bg-current[focus-within] {
    background-color: currentColor;
  }

  .laptop\:focus-within\:bg-current:focus-within {
    background-color: currentColor;
  }

  .laptop\:focus-within\:bg-black[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-white[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-yellow-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-yellow-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-yellow-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-yellow-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-yellow-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-yellow-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-yellow-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-yellow-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-yellow-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-yellow-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-purple-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-purple-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-purple-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-purple-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-purple-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-purple-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-purple-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-purple-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-purple-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-purple-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-primary-color[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-primary-color:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-primary-color-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-primary-color-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-secondary-color[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-secondary-color:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-custom-gray-sm[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-custom-gray-sm:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-custom-gray-sm2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-custom-gray-sm2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-custom-gray-md[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-custom-gray-md:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-custom-navy-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-custom-navy-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-dark-blue[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-dark-blue:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-primary[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-primary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-secondary-1[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-secondary-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-secondary-2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-secondary-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-secondary-3[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-secondary-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-secondary[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-secondary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-secondary-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-secondary-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-secondary-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-secondary-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-grayCustom-1[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-grayCustom-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-grayCustom-2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-grayCustom-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-grayCustom-3[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-grayCustom-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-grayCustom-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-grayCustom-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-grayCustom[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-grayCustom:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-grayCustom-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-grayCustom-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-grayCustom-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-grayCustom-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-grayCustom-hover[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-grayCustom-hover:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-error[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-error:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-error-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-error-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-warning[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-warning:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-warning-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-warning-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-success[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-success-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-success-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-status-open[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-status-open:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-status-waiting_payment[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-status-waiting_payment:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-status-completed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-status-completed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-status-failed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-status-failed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-status-waiting_verify[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-status-waiting_verify:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-status-closed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-status-closed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-policyStatus-issuing[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-policyStatus-issuing:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-policyStatus-waiting_inspection[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-policyStatus-waiting_inspection:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-policyStatus-success[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-policyStatus-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-policyStatus-failed_inspection[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-policyStatus-failed_inspection:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-policyStatus-failed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-policyStatus-failed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-policyStatus-waiting_policy[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-policyStatus-waiting_policy:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-policyStatus-cancel[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-policyStatus-cancel:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .laptop\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .laptop\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-primary-color:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-primary-color-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-secondary-color:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-custom-gray-sm:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-custom-gray-sm2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-custom-gray-md:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-custom-navy-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-dark-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-secondary-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-secondary-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-secondary-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-secondary-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-secondary-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-grayCustom-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-grayCustom-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-grayCustom-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-grayCustom-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-grayCustom:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-grayCustom-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-grayCustom-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-grayCustom-hover:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-error:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-error-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-warning:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-warning-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-success-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-status-open:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-status-waiting_payment:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-status-completed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-status-failed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-status-waiting_verify:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-status-closed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-policyStatus-issuing:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-policyStatus-waiting_inspection:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-policyStatus-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-policyStatus-failed_inspection:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-policyStatus-failed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-policyStatus-waiting_policy:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-policyStatus-cancel:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .laptop\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .laptop\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-primary-color:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-primary-color-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-secondary-color:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-custom-gray-sm:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-custom-gray-sm2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-custom-gray-md:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-custom-navy-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-dark-blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-primary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-secondary-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-secondary-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-secondary-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-secondary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-secondary-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-secondary-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-grayCustom-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-grayCustom-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-grayCustom-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-grayCustom-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-grayCustom:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-grayCustom-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-grayCustom-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-grayCustom-hover:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-error:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-error-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-warning:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-warning-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-success-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-status-open:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-status-waiting_payment:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-status-completed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-status-failed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-status-waiting_verify:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-status-closed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-policyStatus-issuing:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-policyStatus-waiting_inspection:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-policyStatus-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-policyStatus-failed_inspection:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-policyStatus-failed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-policyStatus-waiting_policy:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-policyStatus-cancel:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .laptop\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .laptop\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .laptop\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .laptop\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .laptop\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .laptop\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .laptop\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .laptop\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .laptop\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .laptop\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .laptop\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .laptop\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .laptop\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .laptop\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .laptop\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .laptop\:focus-within\:bg-opacity-0[focus-within] {
    --tw-bg-opacity: 0;
  }

  .laptop\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .laptop\:focus-within\:bg-opacity-5[focus-within] {
    --tw-bg-opacity: 0.05;
  }

  .laptop\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .laptop\:focus-within\:bg-opacity-10[focus-within] {
    --tw-bg-opacity: 0.1;
  }

  .laptop\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .laptop\:focus-within\:bg-opacity-20[focus-within] {
    --tw-bg-opacity: 0.2;
  }

  .laptop\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .laptop\:focus-within\:bg-opacity-25[focus-within] {
    --tw-bg-opacity: 0.25;
  }

  .laptop\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .laptop\:focus-within\:bg-opacity-30[focus-within] {
    --tw-bg-opacity: 0.3;
  }

  .laptop\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .laptop\:focus-within\:bg-opacity-40[focus-within] {
    --tw-bg-opacity: 0.4;
  }

  .laptop\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .laptop\:focus-within\:bg-opacity-50[focus-within] {
    --tw-bg-opacity: 0.5;
  }

  .laptop\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .laptop\:focus-within\:bg-opacity-60[focus-within] {
    --tw-bg-opacity: 0.6;
  }

  .laptop\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .laptop\:focus-within\:bg-opacity-70[focus-within] {
    --tw-bg-opacity: 0.7;
  }

  .laptop\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .laptop\:focus-within\:bg-opacity-75[focus-within] {
    --tw-bg-opacity: 0.75;
  }

  .laptop\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .laptop\:focus-within\:bg-opacity-80[focus-within] {
    --tw-bg-opacity: 0.8;
  }

  .laptop\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .laptop\:focus-within\:bg-opacity-90[focus-within] {
    --tw-bg-opacity: 0.9;
  }

  .laptop\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .laptop\:focus-within\:bg-opacity-95[focus-within] {
    --tw-bg-opacity: 0.95;
  }

  .laptop\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .laptop\:focus-within\:bg-opacity-100[focus-within] {
    --tw-bg-opacity: 1;
  }

  .laptop\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .laptop\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .laptop\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .laptop\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .laptop\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .laptop\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .laptop\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .laptop\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .laptop\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .laptop\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .laptop\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .laptop\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .laptop\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .laptop\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .laptop\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .laptop\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .laptop\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .laptop\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .laptop\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .laptop\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .laptop\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .laptop\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .laptop\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .laptop\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .laptop\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .laptop\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .laptop\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .laptop\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .laptop\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .laptop\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .laptop\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .laptop\:bg-none {
    background-image: none;
  }

  .laptop\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .laptop\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .laptop\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .laptop\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .laptop\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .laptop\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .laptop\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .laptop\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .laptop\:bg-city {
    background-image: url('~assets/homepage/bg-city.svg');
  }

  .laptop\:bg-city-1 {
    background-image: url('~assets/homepage/bg-city_1.svg');
  }

  .laptop\:bg-city-2 {
    background-image: url('~assets/homepage/bg-city2.svg');
  }

  .laptop\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:from-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .laptop\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .laptop\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .laptop\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .laptop\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .laptop\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .laptop\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .laptop\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .laptop\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .laptop\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .laptop\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .laptop\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .laptop\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .laptop\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .laptop\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .laptop\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .laptop\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .laptop\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .laptop\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .laptop\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .laptop\:from-yellow-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .laptop\:from-yellow-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .laptop\:from-yellow-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .laptop\:from-yellow-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .laptop\:from-yellow-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .laptop\:from-yellow-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .laptop\:from-yellow-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .laptop\:from-yellow-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .laptop\:from-yellow-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .laptop\:from-yellow-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .laptop\:from-green-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .laptop\:from-green-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .laptop\:from-green-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .laptop\:from-green-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .laptop\:from-green-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .laptop\:from-green-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .laptop\:from-green-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .laptop\:from-green-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .laptop\:from-green-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .laptop\:from-green-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .laptop\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .laptop\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .laptop\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .laptop\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .laptop\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .laptop\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .laptop\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .laptop\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .laptop\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .laptop\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .laptop\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .laptop\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .laptop\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .laptop\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .laptop\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .laptop\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .laptop\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .laptop\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .laptop\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .laptop\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .laptop\:from-purple-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .laptop\:from-purple-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .laptop\:from-purple-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .laptop\:from-purple-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .laptop\:from-purple-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .laptop\:from-purple-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .laptop\:from-purple-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .laptop\:from-purple-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .laptop\:from-purple-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .laptop\:from-purple-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .laptop\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .laptop\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .laptop\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .laptop\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .laptop\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .laptop\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .laptop\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .laptop\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .laptop\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .laptop\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .laptop\:from-primary-color {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .laptop\:from-primary-color-dark {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .laptop\:from-secondary-color {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .laptop\:from-custom-gray-sm {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .laptop\:from-custom-gray-sm2 {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .laptop\:from-custom-gray-md {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .laptop\:from-custom-navy-dark {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .laptop\:from-dark-blue {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .laptop\:from-primary {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .laptop\:from-secondary-1 {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .laptop\:from-secondary-2 {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .laptop\:from-secondary-3 {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .laptop\:from-secondary {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .laptop\:from-secondary-dark {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .laptop\:from-secondary-light {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .laptop\:from-grayCustom-1 {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .laptop\:from-grayCustom-2 {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .laptop\:from-grayCustom-3 {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .laptop\:from-grayCustom-800 {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .laptop\:from-grayCustom {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .laptop\:from-grayCustom-dark {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .laptop\:from-grayCustom-light {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .laptop\:from-grayCustom-hover {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .laptop\:from-error {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .laptop\:from-error-light {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .laptop\:from-warning {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .laptop\:from-warning-light {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .laptop\:from-success {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .laptop\:from-success-light {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .laptop\:from-status-open {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:from-status-waiting_payment {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .laptop\:from-status-completed {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .laptop\:from-status-failed {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .laptop\:from-status-waiting_verify {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .laptop\:from-status-closed {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .laptop\:from-policyStatus-issuing {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:from-policyStatus-waiting_inspection {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .laptop\:from-policyStatus-success {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .laptop\:from-policyStatus-failed_inspection {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .laptop\:from-policyStatus-failed {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .laptop\:from-policyStatus-waiting_policy {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .laptop\:from-policyStatus-cancel {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .laptop\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:hover\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .laptop\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .laptop\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .laptop\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .laptop\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .laptop\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .laptop\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .laptop\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .laptop\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .laptop\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .laptop\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .laptop\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .laptop\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .laptop\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .laptop\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .laptop\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .laptop\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .laptop\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .laptop\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .laptop\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .laptop\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .laptop\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .laptop\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .laptop\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .laptop\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .laptop\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .laptop\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .laptop\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .laptop\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .laptop\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .laptop\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .laptop\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .laptop\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .laptop\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .laptop\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .laptop\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .laptop\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .laptop\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .laptop\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .laptop\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .laptop\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .laptop\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .laptop\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .laptop\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .laptop\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .laptop\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .laptop\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .laptop\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .laptop\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .laptop\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .laptop\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .laptop\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .laptop\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .laptop\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .laptop\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .laptop\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .laptop\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .laptop\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .laptop\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .laptop\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .laptop\:hover\:from-purple-50:hover {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .laptop\:hover\:from-purple-100:hover {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .laptop\:hover\:from-purple-200:hover {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .laptop\:hover\:from-purple-300:hover {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .laptop\:hover\:from-purple-400:hover {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .laptop\:hover\:from-purple-500:hover {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .laptop\:hover\:from-purple-600:hover {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .laptop\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .laptop\:hover\:from-purple-800:hover {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .laptop\:hover\:from-purple-900:hover {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .laptop\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .laptop\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .laptop\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .laptop\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .laptop\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .laptop\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .laptop\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .laptop\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .laptop\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .laptop\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .laptop\:hover\:from-primary-color:hover {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .laptop\:hover\:from-primary-color-dark:hover {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .laptop\:hover\:from-secondary-color:hover {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .laptop\:hover\:from-custom-gray-sm:hover {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .laptop\:hover\:from-custom-gray-sm2:hover {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .laptop\:hover\:from-custom-gray-md:hover {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .laptop\:hover\:from-custom-navy-dark:hover {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .laptop\:hover\:from-dark-blue:hover {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .laptop\:hover\:from-primary:hover {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .laptop\:hover\:from-secondary-1:hover {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .laptop\:hover\:from-secondary-2:hover {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .laptop\:hover\:from-secondary-3:hover {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .laptop\:hover\:from-secondary:hover {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .laptop\:hover\:from-secondary-dark:hover {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .laptop\:hover\:from-secondary-light:hover {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .laptop\:hover\:from-grayCustom-1:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .laptop\:hover\:from-grayCustom-2:hover {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .laptop\:hover\:from-grayCustom-3:hover {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .laptop\:hover\:from-grayCustom-800:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .laptop\:hover\:from-grayCustom:hover {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .laptop\:hover\:from-grayCustom-dark:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .laptop\:hover\:from-grayCustom-light:hover {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .laptop\:hover\:from-grayCustom-hover:hover {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .laptop\:hover\:from-error:hover {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .laptop\:hover\:from-error-light:hover {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .laptop\:hover\:from-warning:hover {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .laptop\:hover\:from-warning-light:hover {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .laptop\:hover\:from-success:hover {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .laptop\:hover\:from-success-light:hover {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .laptop\:hover\:from-status-open:hover {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:hover\:from-status-waiting_payment:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .laptop\:hover\:from-status-completed:hover {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .laptop\:hover\:from-status-failed:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .laptop\:hover\:from-status-waiting_verify:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .laptop\:hover\:from-status-closed:hover {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .laptop\:hover\:from-policyStatus-issuing:hover {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:hover\:from-policyStatus-waiting_inspection:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .laptop\:hover\:from-policyStatus-success:hover {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .laptop\:hover\:from-policyStatus-failed_inspection:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .laptop\:hover\:from-policyStatus-failed:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .laptop\:hover\:from-policyStatus-waiting_policy:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .laptop\:hover\:from-policyStatus-cancel:hover {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .laptop\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:focus\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .laptop\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .laptop\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .laptop\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .laptop\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .laptop\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .laptop\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .laptop\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .laptop\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .laptop\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .laptop\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .laptop\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .laptop\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .laptop\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .laptop\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .laptop\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .laptop\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .laptop\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .laptop\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .laptop\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .laptop\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .laptop\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .laptop\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .laptop\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .laptop\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .laptop\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .laptop\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .laptop\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .laptop\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .laptop\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .laptop\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .laptop\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .laptop\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .laptop\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .laptop\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .laptop\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .laptop\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .laptop\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .laptop\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .laptop\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .laptop\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .laptop\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .laptop\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .laptop\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .laptop\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .laptop\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .laptop\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .laptop\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .laptop\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .laptop\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .laptop\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .laptop\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .laptop\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .laptop\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .laptop\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .laptop\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .laptop\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .laptop\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .laptop\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .laptop\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .laptop\:focus\:from-purple-50:focus {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .laptop\:focus\:from-purple-100:focus {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .laptop\:focus\:from-purple-200:focus {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .laptop\:focus\:from-purple-300:focus {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .laptop\:focus\:from-purple-400:focus {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .laptop\:focus\:from-purple-500:focus {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .laptop\:focus\:from-purple-600:focus {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .laptop\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .laptop\:focus\:from-purple-800:focus {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .laptop\:focus\:from-purple-900:focus {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .laptop\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .laptop\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .laptop\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .laptop\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .laptop\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .laptop\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .laptop\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .laptop\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .laptop\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .laptop\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .laptop\:focus\:from-primary-color:focus {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .laptop\:focus\:from-primary-color-dark:focus {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .laptop\:focus\:from-secondary-color:focus {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .laptop\:focus\:from-custom-gray-sm:focus {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .laptop\:focus\:from-custom-gray-sm2:focus {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .laptop\:focus\:from-custom-gray-md:focus {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .laptop\:focus\:from-custom-navy-dark:focus {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .laptop\:focus\:from-dark-blue:focus {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .laptop\:focus\:from-primary:focus {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .laptop\:focus\:from-secondary-1:focus {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .laptop\:focus\:from-secondary-2:focus {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .laptop\:focus\:from-secondary-3:focus {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .laptop\:focus\:from-secondary:focus {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .laptop\:focus\:from-secondary-dark:focus {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .laptop\:focus\:from-secondary-light:focus {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .laptop\:focus\:from-grayCustom-1:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .laptop\:focus\:from-grayCustom-2:focus {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .laptop\:focus\:from-grayCustom-3:focus {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .laptop\:focus\:from-grayCustom-800:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .laptop\:focus\:from-grayCustom:focus {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .laptop\:focus\:from-grayCustom-dark:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .laptop\:focus\:from-grayCustom-light:focus {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .laptop\:focus\:from-grayCustom-hover:focus {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .laptop\:focus\:from-error:focus {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .laptop\:focus\:from-error-light:focus {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .laptop\:focus\:from-warning:focus {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .laptop\:focus\:from-warning-light:focus {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .laptop\:focus\:from-success:focus {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .laptop\:focus\:from-success-light:focus {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .laptop\:focus\:from-status-open:focus {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:focus\:from-status-waiting_payment:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .laptop\:focus\:from-status-completed:focus {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .laptop\:focus\:from-status-failed:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .laptop\:focus\:from-status-waiting_verify:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .laptop\:focus\:from-status-closed:focus {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .laptop\:focus\:from-policyStatus-issuing:focus {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:focus\:from-policyStatus-waiting_inspection:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .laptop\:focus\:from-policyStatus-success:focus {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .laptop\:focus\:from-policyStatus-failed_inspection:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .laptop\:focus\:from-policyStatus-failed:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .laptop\:focus\:from-policyStatus-waiting_policy:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .laptop\:focus\:from-policyStatus-cancel:focus {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .laptop\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .laptop\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .laptop\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .laptop\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .laptop\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .laptop\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .laptop\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .laptop\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .laptop\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .laptop\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .laptop\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .laptop\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .laptop\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .laptop\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .laptop\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .laptop\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .laptop\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .laptop\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .laptop\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .laptop\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .laptop\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .laptop\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .laptop\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .laptop\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .laptop\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .laptop\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .laptop\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .laptop\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .laptop\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .laptop\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .laptop\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .laptop\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .laptop\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .laptop\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .laptop\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .laptop\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .laptop\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .laptop\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .laptop\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .laptop\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .laptop\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .laptop\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .laptop\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .laptop\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .laptop\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .laptop\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .laptop\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .laptop\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .laptop\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .laptop\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .laptop\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .laptop\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .laptop\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .laptop\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .laptop\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .laptop\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .laptop\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .laptop\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .laptop\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .laptop\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .laptop\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .laptop\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .laptop\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .laptop\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .laptop\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .laptop\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .laptop\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .laptop\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .laptop\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .laptop\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .laptop\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .laptop\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .laptop\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .laptop\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .laptop\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .laptop\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .laptop\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .laptop\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .laptop\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .laptop\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .laptop\:via-primary-color {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .laptop\:via-primary-color-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .laptop\:via-secondary-color {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .laptop\:via-custom-gray-sm {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .laptop\:via-custom-gray-sm2 {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .laptop\:via-custom-gray-md {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .laptop\:via-custom-navy-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .laptop\:via-dark-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .laptop\:via-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .laptop\:via-secondary-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .laptop\:via-secondary-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .laptop\:via-secondary-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .laptop\:via-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .laptop\:via-secondary-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .laptop\:via-secondary-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .laptop\:via-grayCustom-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .laptop\:via-grayCustom-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .laptop\:via-grayCustom-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .laptop\:via-grayCustom-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .laptop\:via-grayCustom {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .laptop\:via-grayCustom-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .laptop\:via-grayCustom-light {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .laptop\:via-grayCustom-hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .laptop\:via-error {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .laptop\:via-error-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .laptop\:via-warning {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .laptop\:via-warning-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .laptop\:via-success {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .laptop\:via-success-light {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .laptop\:via-status-open {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:via-status-waiting_payment {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .laptop\:via-status-completed {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .laptop\:via-status-failed {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .laptop\:via-status-waiting_verify {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .laptop\:via-status-closed {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .laptop\:via-policyStatus-issuing {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:via-policyStatus-waiting_inspection {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .laptop\:via-policyStatus-success {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .laptop\:via-policyStatus-failed_inspection {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .laptop\:via-policyStatus-failed {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .laptop\:via-policyStatus-waiting_policy {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .laptop\:via-policyStatus-cancel {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .laptop\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .laptop\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .laptop\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .laptop\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .laptop\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .laptop\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .laptop\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .laptop\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .laptop\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .laptop\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .laptop\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .laptop\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .laptop\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .laptop\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .laptop\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .laptop\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .laptop\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .laptop\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .laptop\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .laptop\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .laptop\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .laptop\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .laptop\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .laptop\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .laptop\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .laptop\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .laptop\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .laptop\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .laptop\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .laptop\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .laptop\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .laptop\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .laptop\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .laptop\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .laptop\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .laptop\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .laptop\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .laptop\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .laptop\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .laptop\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .laptop\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .laptop\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .laptop\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .laptop\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .laptop\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .laptop\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .laptop\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .laptop\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .laptop\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .laptop\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .laptop\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .laptop\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .laptop\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .laptop\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .laptop\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .laptop\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .laptop\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .laptop\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .laptop\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .laptop\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .laptop\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .laptop\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .laptop\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .laptop\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .laptop\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .laptop\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .laptop\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .laptop\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .laptop\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .laptop\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .laptop\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .laptop\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .laptop\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .laptop\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .laptop\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .laptop\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .laptop\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .laptop\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .laptop\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .laptop\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .laptop\:hover\:via-primary-color:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .laptop\:hover\:via-primary-color-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .laptop\:hover\:via-secondary-color:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .laptop\:hover\:via-custom-gray-sm:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .laptop\:hover\:via-custom-gray-sm2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .laptop\:hover\:via-custom-gray-md:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .laptop\:hover\:via-custom-navy-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .laptop\:hover\:via-dark-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .laptop\:hover\:via-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .laptop\:hover\:via-secondary-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .laptop\:hover\:via-secondary-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .laptop\:hover\:via-secondary-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .laptop\:hover\:via-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .laptop\:hover\:via-secondary-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .laptop\:hover\:via-secondary-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .laptop\:hover\:via-grayCustom-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .laptop\:hover\:via-grayCustom-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .laptop\:hover\:via-grayCustom-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .laptop\:hover\:via-grayCustom-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .laptop\:hover\:via-grayCustom:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .laptop\:hover\:via-grayCustom-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .laptop\:hover\:via-grayCustom-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .laptop\:hover\:via-grayCustom-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .laptop\:hover\:via-error:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .laptop\:hover\:via-error-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .laptop\:hover\:via-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .laptop\:hover\:via-warning-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .laptop\:hover\:via-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .laptop\:hover\:via-success-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .laptop\:hover\:via-status-open:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:hover\:via-status-waiting_payment:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .laptop\:hover\:via-status-completed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .laptop\:hover\:via-status-failed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .laptop\:hover\:via-status-waiting_verify:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .laptop\:hover\:via-status-closed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .laptop\:hover\:via-policyStatus-issuing:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:hover\:via-policyStatus-waiting_inspection:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .laptop\:hover\:via-policyStatus-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .laptop\:hover\:via-policyStatus-failed_inspection:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .laptop\:hover\:via-policyStatus-failed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .laptop\:hover\:via-policyStatus-waiting_policy:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .laptop\:hover\:via-policyStatus-cancel:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .laptop\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .laptop\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .laptop\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .laptop\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .laptop\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .laptop\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .laptop\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .laptop\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .laptop\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .laptop\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .laptop\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .laptop\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .laptop\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .laptop\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .laptop\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .laptop\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .laptop\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .laptop\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .laptop\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .laptop\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .laptop\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .laptop\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .laptop\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .laptop\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .laptop\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .laptop\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .laptop\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .laptop\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .laptop\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .laptop\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .laptop\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .laptop\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .laptop\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .laptop\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .laptop\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .laptop\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .laptop\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .laptop\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .laptop\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .laptop\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .laptop\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .laptop\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .laptop\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .laptop\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .laptop\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .laptop\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .laptop\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .laptop\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .laptop\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .laptop\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .laptop\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .laptop\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .laptop\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .laptop\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .laptop\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .laptop\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .laptop\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .laptop\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .laptop\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .laptop\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .laptop\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .laptop\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .laptop\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .laptop\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .laptop\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .laptop\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .laptop\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .laptop\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .laptop\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .laptop\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .laptop\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .laptop\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .laptop\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .laptop\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .laptop\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .laptop\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .laptop\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .laptop\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .laptop\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .laptop\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .laptop\:focus\:via-primary-color:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .laptop\:focus\:via-primary-color-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .laptop\:focus\:via-secondary-color:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .laptop\:focus\:via-custom-gray-sm:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .laptop\:focus\:via-custom-gray-sm2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .laptop\:focus\:via-custom-gray-md:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .laptop\:focus\:via-custom-navy-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .laptop\:focus\:via-dark-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .laptop\:focus\:via-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .laptop\:focus\:via-secondary-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .laptop\:focus\:via-secondary-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .laptop\:focus\:via-secondary-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .laptop\:focus\:via-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .laptop\:focus\:via-secondary-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .laptop\:focus\:via-secondary-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .laptop\:focus\:via-grayCustom-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .laptop\:focus\:via-grayCustom-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .laptop\:focus\:via-grayCustom-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .laptop\:focus\:via-grayCustom-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .laptop\:focus\:via-grayCustom:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .laptop\:focus\:via-grayCustom-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .laptop\:focus\:via-grayCustom-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .laptop\:focus\:via-grayCustom-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .laptop\:focus\:via-error:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .laptop\:focus\:via-error-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .laptop\:focus\:via-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .laptop\:focus\:via-warning-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .laptop\:focus\:via-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .laptop\:focus\:via-success-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .laptop\:focus\:via-status-open:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:focus\:via-status-waiting_payment:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .laptop\:focus\:via-status-completed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .laptop\:focus\:via-status-failed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .laptop\:focus\:via-status-waiting_verify:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .laptop\:focus\:via-status-closed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .laptop\:focus\:via-policyStatus-issuing:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:focus\:via-policyStatus-waiting_inspection:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .laptop\:focus\:via-policyStatus-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .laptop\:focus\:via-policyStatus-failed_inspection:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .laptop\:focus\:via-policyStatus-failed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .laptop\:focus\:via-policyStatus-waiting_policy:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .laptop\:focus\:via-policyStatus-cancel:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .laptop\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .laptop\:to-current {
    --tw-gradient-to: currentColor;
  }

  .laptop\:to-black {
    --tw-gradient-to: #000;
  }

  .laptop\:to-white {
    --tw-gradient-to: #fff;
  }

  .laptop\:to-gray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .laptop\:to-gray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .laptop\:to-gray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .laptop\:to-gray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .laptop\:to-gray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .laptop\:to-gray-500 {
    --tw-gradient-to: #6b7280;
  }

  .laptop\:to-gray-600 {
    --tw-gradient-to: #4b5563;
  }

  .laptop\:to-gray-700 {
    --tw-gradient-to: #374151;
  }

  .laptop\:to-gray-800 {
    --tw-gradient-to: #1f2937;
  }

  .laptop\:to-gray-900 {
    --tw-gradient-to: #111827;
  }

  .laptop\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .laptop\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .laptop\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .laptop\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .laptop\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .laptop\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .laptop\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .laptop\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .laptop\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .laptop\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .laptop\:to-yellow-50 {
    --tw-gradient-to: #fffbeb;
  }

  .laptop\:to-yellow-100 {
    --tw-gradient-to: #fef3c7;
  }

  .laptop\:to-yellow-200 {
    --tw-gradient-to: #fde68a;
  }

  .laptop\:to-yellow-300 {
    --tw-gradient-to: #fcd34d;
  }

  .laptop\:to-yellow-400 {
    --tw-gradient-to: #fbbf24;
  }

  .laptop\:to-yellow-500 {
    --tw-gradient-to: #f59e0b;
  }

  .laptop\:to-yellow-600 {
    --tw-gradient-to: #d97706;
  }

  .laptop\:to-yellow-700 {
    --tw-gradient-to: #b45309;
  }

  .laptop\:to-yellow-800 {
    --tw-gradient-to: #92400e;
  }

  .laptop\:to-yellow-900 {
    --tw-gradient-to: #78350f;
  }

  .laptop\:to-green-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .laptop\:to-green-100 {
    --tw-gradient-to: #d1fae5;
  }

  .laptop\:to-green-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .laptop\:to-green-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .laptop\:to-green-400 {
    --tw-gradient-to: #34d399;
  }

  .laptop\:to-green-500 {
    --tw-gradient-to: #10b981;
  }

  .laptop\:to-green-600 {
    --tw-gradient-to: #059669;
  }

  .laptop\:to-green-700 {
    --tw-gradient-to: #047857;
  }

  .laptop\:to-green-800 {
    --tw-gradient-to: #065f46;
  }

  .laptop\:to-green-900 {
    --tw-gradient-to: #064e3b;
  }

  .laptop\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .laptop\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .laptop\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .laptop\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .laptop\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .laptop\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .laptop\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .laptop\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .laptop\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .laptop\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .laptop\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .laptop\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .laptop\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .laptop\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .laptop\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .laptop\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .laptop\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .laptop\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .laptop\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .laptop\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .laptop\:to-purple-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .laptop\:to-purple-100 {
    --tw-gradient-to: #ede9fe;
  }

  .laptop\:to-purple-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .laptop\:to-purple-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .laptop\:to-purple-400 {
    --tw-gradient-to: #a78bfa;
  }

  .laptop\:to-purple-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .laptop\:to-purple-600 {
    --tw-gradient-to: #7c3aed;
  }

  .laptop\:to-purple-700 {
    --tw-gradient-to: #6d28d9;
  }

  .laptop\:to-purple-800 {
    --tw-gradient-to: #5b21b6;
  }

  .laptop\:to-purple-900 {
    --tw-gradient-to: #4c1d95;
  }

  .laptop\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .laptop\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .laptop\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .laptop\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .laptop\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .laptop\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .laptop\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .laptop\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .laptop\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .laptop\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .laptop\:to-primary-color {
    --tw-gradient-to: #eb008b;
  }

  .laptop\:to-primary-color-dark {
    --tw-gradient-to: #c90068;
  }

  .laptop\:to-secondary-color {
    --tw-gradient-to: #112e42;
  }

  .laptop\:to-custom-gray-sm {
    --tw-gradient-to: #f1f4f6;
  }

  .laptop\:to-custom-gray-sm2 {
    --tw-gradient-to: #f1f2f3;
  }

  .laptop\:to-custom-gray-md {
    --tw-gradient-to: #848484;
  }

  .laptop\:to-custom-navy-dark {
    --tw-gradient-to: #112e42;
  }

  .laptop\:to-dark-blue {
    --tw-gradient-to: #112E42;
  }

  .laptop\:to-primary {
    --tw-gradient-to: #192D40;
  }

  .laptop\:to-secondary-1 {
    --tw-gradient-to: #E6007E;
  }

  .laptop\:to-secondary-2 {
    --tw-gradient-to: #D6D564;
  }

  .laptop\:to-secondary-3 {
    --tw-gradient-to: #FCFCCD;
  }

  .laptop\:to-secondary {
    --tw-gradient-to: #E6007E;
  }

  .laptop\:to-secondary-dark {
    --tw-gradient-to: #C11A7D;
  }

  .laptop\:to-secondary-light {
    --tw-gradient-to: #FBCEE9;
  }

  .laptop\:to-grayCustom-1 {
    --tw-gradient-to: #4F4F4F;
  }

  .laptop\:to-grayCustom-2 {
    --tw-gradient-to: #C4C4C4;
  }

  .laptop\:to-grayCustom-3 {
    --tw-gradient-to: #F9F9F9;
  }

  .laptop\:to-grayCustom-800 {
    --tw-gradient-to: #4F4F4F;
  }

  .laptop\:to-grayCustom {
    --tw-gradient-to: #C4C4C4;
  }

  .laptop\:to-grayCustom-dark {
    --tw-gradient-to: #4F4F4F;
  }

  .laptop\:to-grayCustom-light {
    --tw-gradient-to: #F9F9F9;
  }

  .laptop\:to-grayCustom-hover {
    --tw-gradient-to: #9F9F9F;
  }

  .laptop\:to-error {
    --tw-gradient-to: #FF206E;
  }

  .laptop\:to-error-light {
    --tw-gradient-to: #FDE8EA;
  }

  .laptop\:to-warning {
    --tw-gradient-to: #FFAE14;
  }

  .laptop\:to-warning-light {
    --tw-gradient-to: #FFF6E5;
  }

  .laptop\:to-success {
    --tw-gradient-to: #2DD881;
  }

  .laptop\:to-success-light {
    --tw-gradient-to: #E9FBF2;
  }

  .laptop\:to-status-open {
    --tw-gradient-to: #FFF;
  }

  .laptop\:to-status-waiting_payment {
    --tw-gradient-to: #ffae14;
  }

  .laptop\:to-status-completed {
    --tw-gradient-to: #54c1bb;
  }

  .laptop\:to-status-failed {
    --tw-gradient-to: #e8556b;
  }

  .laptop\:to-status-waiting_verify {
    --tw-gradient-to: #ffae14;
  }

  .laptop\:to-status-closed {
    --tw-gradient-to: #c4c4c4;
  }

  .laptop\:to-policyStatus-issuing {
    --tw-gradient-to: #FFF;
  }

  .laptop\:to-policyStatus-waiting_inspection {
    --tw-gradient-to: #ffae14;
  }

  .laptop\:to-policyStatus-success {
    --tw-gradient-to: #54c1bb;
  }

  .laptop\:to-policyStatus-failed_inspection {
    --tw-gradient-to: #e8556b;
  }

  .laptop\:to-policyStatus-failed {
    --tw-gradient-to: #e8556b;
  }

  .laptop\:to-policyStatus-waiting_policy {
    --tw-gradient-to: #ffae14;
  }

  .laptop\:to-policyStatus-cancel {
    --tw-gradient-to: #c4c4c4;
  }

  .laptop\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .laptop\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .laptop\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .laptop\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .laptop\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .laptop\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .laptop\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .laptop\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .laptop\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .laptop\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .laptop\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .laptop\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151;
  }

  .laptop\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .laptop\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827;
  }

  .laptop\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2;
  }

  .laptop\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2;
  }

  .laptop\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca;
  }

  .laptop\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5;
  }

  .laptop\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171;
  }

  .laptop\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444;
  }

  .laptop\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626;
  }

  .laptop\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c;
  }

  .laptop\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b;
  }

  .laptop\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d;
  }

  .laptop\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .laptop\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .laptop\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .laptop\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .laptop\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .laptop\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .laptop\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706;
  }

  .laptop\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309;
  }

  .laptop\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e;
  }

  .laptop\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f;
  }

  .laptop\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .laptop\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .laptop\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .laptop\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .laptop\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399;
  }

  .laptop\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981;
  }

  .laptop\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669;
  }

  .laptop\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857;
  }

  .laptop\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46;
  }

  .laptop\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .laptop\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff;
  }

  .laptop\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe;
  }

  .laptop\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe;
  }

  .laptop\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd;
  }

  .laptop\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa;
  }

  .laptop\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6;
  }

  .laptop\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb;
  }

  .laptop\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8;
  }

  .laptop\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af;
  }

  .laptop\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a;
  }

  .laptop\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff;
  }

  .laptop\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff;
  }

  .laptop\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe;
  }

  .laptop\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc;
  }

  .laptop\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8;
  }

  .laptop\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1;
  }

  .laptop\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5;
  }

  .laptop\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca;
  }

  .laptop\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3;
  }

  .laptop\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81;
  }

  .laptop\:hover\:to-purple-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .laptop\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .laptop\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .laptop\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .laptop\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .laptop\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .laptop\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .laptop\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .laptop\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .laptop\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .laptop\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8;
  }

  .laptop\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3;
  }

  .laptop\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8;
  }

  .laptop\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4;
  }

  .laptop\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6;
  }

  .laptop\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899;
  }

  .laptop\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777;
  }

  .laptop\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d;
  }

  .laptop\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d;
  }

  .laptop\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843;
  }

  .laptop\:hover\:to-primary-color:hover {
    --tw-gradient-to: #eb008b;
  }

  .laptop\:hover\:to-primary-color-dark:hover {
    --tw-gradient-to: #c90068;
  }

  .laptop\:hover\:to-secondary-color:hover {
    --tw-gradient-to: #112e42;
  }

  .laptop\:hover\:to-custom-gray-sm:hover {
    --tw-gradient-to: #f1f4f6;
  }

  .laptop\:hover\:to-custom-gray-sm2:hover {
    --tw-gradient-to: #f1f2f3;
  }

  .laptop\:hover\:to-custom-gray-md:hover {
    --tw-gradient-to: #848484;
  }

  .laptop\:hover\:to-custom-navy-dark:hover {
    --tw-gradient-to: #112e42;
  }

  .laptop\:hover\:to-dark-blue:hover {
    --tw-gradient-to: #112E42;
  }

  .laptop\:hover\:to-primary:hover {
    --tw-gradient-to: #192D40;
  }

  .laptop\:hover\:to-secondary-1:hover {
    --tw-gradient-to: #E6007E;
  }

  .laptop\:hover\:to-secondary-2:hover {
    --tw-gradient-to: #D6D564;
  }

  .laptop\:hover\:to-secondary-3:hover {
    --tw-gradient-to: #FCFCCD;
  }

  .laptop\:hover\:to-secondary:hover {
    --tw-gradient-to: #E6007E;
  }

  .laptop\:hover\:to-secondary-dark:hover {
    --tw-gradient-to: #C11A7D;
  }

  .laptop\:hover\:to-secondary-light:hover {
    --tw-gradient-to: #FBCEE9;
  }

  .laptop\:hover\:to-grayCustom-1:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .laptop\:hover\:to-grayCustom-2:hover {
    --tw-gradient-to: #C4C4C4;
  }

  .laptop\:hover\:to-grayCustom-3:hover {
    --tw-gradient-to: #F9F9F9;
  }

  .laptop\:hover\:to-grayCustom-800:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .laptop\:hover\:to-grayCustom:hover {
    --tw-gradient-to: #C4C4C4;
  }

  .laptop\:hover\:to-grayCustom-dark:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .laptop\:hover\:to-grayCustom-light:hover {
    --tw-gradient-to: #F9F9F9;
  }

  .laptop\:hover\:to-grayCustom-hover:hover {
    --tw-gradient-to: #9F9F9F;
  }

  .laptop\:hover\:to-error:hover {
    --tw-gradient-to: #FF206E;
  }

  .laptop\:hover\:to-error-light:hover {
    --tw-gradient-to: #FDE8EA;
  }

  .laptop\:hover\:to-warning:hover {
    --tw-gradient-to: #FFAE14;
  }

  .laptop\:hover\:to-warning-light:hover {
    --tw-gradient-to: #FFF6E5;
  }

  .laptop\:hover\:to-success:hover {
    --tw-gradient-to: #2DD881;
  }

  .laptop\:hover\:to-success-light:hover {
    --tw-gradient-to: #E9FBF2;
  }

  .laptop\:hover\:to-status-open:hover {
    --tw-gradient-to: #FFF;
  }

  .laptop\:hover\:to-status-waiting_payment:hover {
    --tw-gradient-to: #ffae14;
  }

  .laptop\:hover\:to-status-completed:hover {
    --tw-gradient-to: #54c1bb;
  }

  .laptop\:hover\:to-status-failed:hover {
    --tw-gradient-to: #e8556b;
  }

  .laptop\:hover\:to-status-waiting_verify:hover {
    --tw-gradient-to: #ffae14;
  }

  .laptop\:hover\:to-status-closed:hover {
    --tw-gradient-to: #c4c4c4;
  }

  .laptop\:hover\:to-policyStatus-issuing:hover {
    --tw-gradient-to: #FFF;
  }

  .laptop\:hover\:to-policyStatus-waiting_inspection:hover {
    --tw-gradient-to: #ffae14;
  }

  .laptop\:hover\:to-policyStatus-success:hover {
    --tw-gradient-to: #54c1bb;
  }

  .laptop\:hover\:to-policyStatus-failed_inspection:hover {
    --tw-gradient-to: #e8556b;
  }

  .laptop\:hover\:to-policyStatus-failed:hover {
    --tw-gradient-to: #e8556b;
  }

  .laptop\:hover\:to-policyStatus-waiting_policy:hover {
    --tw-gradient-to: #ffae14;
  }

  .laptop\:hover\:to-policyStatus-cancel:hover {
    --tw-gradient-to: #c4c4c4;
  }

  .laptop\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .laptop\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .laptop\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .laptop\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .laptop\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .laptop\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .laptop\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .laptop\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .laptop\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .laptop\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .laptop\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .laptop\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151;
  }

  .laptop\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .laptop\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827;
  }

  .laptop\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2;
  }

  .laptop\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2;
  }

  .laptop\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca;
  }

  .laptop\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5;
  }

  .laptop\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171;
  }

  .laptop\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444;
  }

  .laptop\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626;
  }

  .laptop\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c;
  }

  .laptop\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b;
  }

  .laptop\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d;
  }

  .laptop\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .laptop\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .laptop\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .laptop\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .laptop\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .laptop\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .laptop\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706;
  }

  .laptop\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309;
  }

  .laptop\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e;
  }

  .laptop\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f;
  }

  .laptop\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .laptop\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .laptop\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .laptop\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .laptop\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399;
  }

  .laptop\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981;
  }

  .laptop\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669;
  }

  .laptop\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857;
  }

  .laptop\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46;
  }

  .laptop\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .laptop\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff;
  }

  .laptop\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe;
  }

  .laptop\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe;
  }

  .laptop\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd;
  }

  .laptop\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa;
  }

  .laptop\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6;
  }

  .laptop\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb;
  }

  .laptop\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8;
  }

  .laptop\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af;
  }

  .laptop\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a;
  }

  .laptop\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff;
  }

  .laptop\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff;
  }

  .laptop\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe;
  }

  .laptop\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc;
  }

  .laptop\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8;
  }

  .laptop\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1;
  }

  .laptop\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5;
  }

  .laptop\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca;
  }

  .laptop\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3;
  }

  .laptop\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81;
  }

  .laptop\:focus\:to-purple-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .laptop\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .laptop\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .laptop\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .laptop\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .laptop\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .laptop\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .laptop\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .laptop\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .laptop\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .laptop\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8;
  }

  .laptop\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3;
  }

  .laptop\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8;
  }

  .laptop\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4;
  }

  .laptop\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6;
  }

  .laptop\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899;
  }

  .laptop\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777;
  }

  .laptop\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d;
  }

  .laptop\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d;
  }

  .laptop\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843;
  }

  .laptop\:focus\:to-primary-color:focus {
    --tw-gradient-to: #eb008b;
  }

  .laptop\:focus\:to-primary-color-dark:focus {
    --tw-gradient-to: #c90068;
  }

  .laptop\:focus\:to-secondary-color:focus {
    --tw-gradient-to: #112e42;
  }

  .laptop\:focus\:to-custom-gray-sm:focus {
    --tw-gradient-to: #f1f4f6;
  }

  .laptop\:focus\:to-custom-gray-sm2:focus {
    --tw-gradient-to: #f1f2f3;
  }

  .laptop\:focus\:to-custom-gray-md:focus {
    --tw-gradient-to: #848484;
  }

  .laptop\:focus\:to-custom-navy-dark:focus {
    --tw-gradient-to: #112e42;
  }

  .laptop\:focus\:to-dark-blue:focus {
    --tw-gradient-to: #112E42;
  }

  .laptop\:focus\:to-primary:focus {
    --tw-gradient-to: #192D40;
  }

  .laptop\:focus\:to-secondary-1:focus {
    --tw-gradient-to: #E6007E;
  }

  .laptop\:focus\:to-secondary-2:focus {
    --tw-gradient-to: #D6D564;
  }

  .laptop\:focus\:to-secondary-3:focus {
    --tw-gradient-to: #FCFCCD;
  }

  .laptop\:focus\:to-secondary:focus {
    --tw-gradient-to: #E6007E;
  }

  .laptop\:focus\:to-secondary-dark:focus {
    --tw-gradient-to: #C11A7D;
  }

  .laptop\:focus\:to-secondary-light:focus {
    --tw-gradient-to: #FBCEE9;
  }

  .laptop\:focus\:to-grayCustom-1:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .laptop\:focus\:to-grayCustom-2:focus {
    --tw-gradient-to: #C4C4C4;
  }

  .laptop\:focus\:to-grayCustom-3:focus {
    --tw-gradient-to: #F9F9F9;
  }

  .laptop\:focus\:to-grayCustom-800:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .laptop\:focus\:to-grayCustom:focus {
    --tw-gradient-to: #C4C4C4;
  }

  .laptop\:focus\:to-grayCustom-dark:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .laptop\:focus\:to-grayCustom-light:focus {
    --tw-gradient-to: #F9F9F9;
  }

  .laptop\:focus\:to-grayCustom-hover:focus {
    --tw-gradient-to: #9F9F9F;
  }

  .laptop\:focus\:to-error:focus {
    --tw-gradient-to: #FF206E;
  }

  .laptop\:focus\:to-error-light:focus {
    --tw-gradient-to: #FDE8EA;
  }

  .laptop\:focus\:to-warning:focus {
    --tw-gradient-to: #FFAE14;
  }

  .laptop\:focus\:to-warning-light:focus {
    --tw-gradient-to: #FFF6E5;
  }

  .laptop\:focus\:to-success:focus {
    --tw-gradient-to: #2DD881;
  }

  .laptop\:focus\:to-success-light:focus {
    --tw-gradient-to: #E9FBF2;
  }

  .laptop\:focus\:to-status-open:focus {
    --tw-gradient-to: #FFF;
  }

  .laptop\:focus\:to-status-waiting_payment:focus {
    --tw-gradient-to: #ffae14;
  }

  .laptop\:focus\:to-status-completed:focus {
    --tw-gradient-to: #54c1bb;
  }

  .laptop\:focus\:to-status-failed:focus {
    --tw-gradient-to: #e8556b;
  }

  .laptop\:focus\:to-status-waiting_verify:focus {
    --tw-gradient-to: #ffae14;
  }

  .laptop\:focus\:to-status-closed:focus {
    --tw-gradient-to: #c4c4c4;
  }

  .laptop\:focus\:to-policyStatus-issuing:focus {
    --tw-gradient-to: #FFF;
  }

  .laptop\:focus\:to-policyStatus-waiting_inspection:focus {
    --tw-gradient-to: #ffae14;
  }

  .laptop\:focus\:to-policyStatus-success:focus {
    --tw-gradient-to: #54c1bb;
  }

  .laptop\:focus\:to-policyStatus-failed_inspection:focus {
    --tw-gradient-to: #e8556b;
  }

  .laptop\:focus\:to-policyStatus-failed:focus {
    --tw-gradient-to: #e8556b;
  }

  .laptop\:focus\:to-policyStatus-waiting_policy:focus {
    --tw-gradient-to: #ffae14;
  }

  .laptop\:focus\:to-policyStatus-cancel:focus {
    --tw-gradient-to: #c4c4c4;
  }

  .laptop\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .laptop\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .laptop\:bg-auto {
    background-size: auto;
  }

  .laptop\:bg-cover {
    background-size: cover;
  }

  .laptop\:bg-contain {
    background-size: contain;
  }

  .laptop\:bg-fixed {
    background-attachment: fixed;
  }

  .laptop\:bg-local {
    background-attachment: local;
  }

  .laptop\:bg-scroll {
    background-attachment: scroll;
  }

  .laptop\:bg-clip-border {
    background-clip: border-box;
  }

  .laptop\:bg-clip-padding {
    background-clip: padding-box;
  }

  .laptop\:bg-clip-content {
    background-clip: content-box;
  }

  .laptop\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .laptop\:bg-bottom {
    background-position: bottom;
  }

  .laptop\:bg-center {
    background-position: center;
  }

  .laptop\:bg-left {
    background-position: left;
  }

  .laptop\:bg-left-bottom {
    background-position: left bottom;
  }

  .laptop\:bg-left-top {
    background-position: left top;
  }

  .laptop\:bg-right {
    background-position: right;
  }

  .laptop\:bg-right-bottom {
    background-position: right bottom;
  }

  .laptop\:bg-right-top {
    background-position: right top;
  }

  .laptop\:bg-top {
    background-position: top;
  }

  .laptop\:bg-repeat {
    background-repeat: repeat;
  }

  .laptop\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .laptop\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .laptop\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .laptop\:bg-repeat-round {
    background-repeat: round;
  }

  .laptop\:bg-repeat-space {
    background-repeat: space;
  }

  .laptop\:bg-origin-border {
    background-origin: border-box;
  }

  .laptop\:bg-origin-padding {
    background-origin: padding-box;
  }

  .laptop\:bg-origin-content {
    background-origin: content-box;
  }

  .laptop\:fill-current {
    fill: currentColor;
  }

  .laptop\:stroke-current {
    stroke: currentColor;
  }

  .laptop\:stroke-0 {
    stroke-width: 0;
  }

  .laptop\:stroke-1 {
    stroke-width: 1;
  }

  .laptop\:stroke-2 {
    stroke-width: 2;
  }

  .laptop\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .laptop\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .laptop\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .laptop\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .laptop\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .laptop\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .laptop\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .laptop\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .laptop\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .laptop\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .laptop\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .laptop\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .laptop\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .laptop\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .laptop\:p-0 {
    padding: 0;
  }

  .laptop\:p-1 {
    padding: 0.25rem;
  }

  .laptop\:p-2 {
    padding: 0.5rem;
  }

  .laptop\:p-3 {
    padding: 0.75rem;
  }

  .laptop\:p-4 {
    padding: 1rem;
  }

  .laptop\:p-5 {
    padding: 5px;
  }

  .laptop\:p-6 {
    padding: 1.5rem;
  }

  .laptop\:p-7 {
    padding: 1.75rem;
  }

  .laptop\:p-8 {
    padding: 2rem;
  }

  .laptop\:p-9 {
    padding: 2.25rem;
  }

  .laptop\:p-10 {
    padding: 10px;
  }

  .laptop\:p-11 {
    padding: 2.75rem;
  }

  .laptop\:p-12 {
    padding: 3rem;
  }

  .laptop\:p-14 {
    padding: 14px;
  }

  .laptop\:p-16 {
    padding: 16px;
  }

  .laptop\:p-20 {
    padding: 20px;
  }

  .laptop\:p-24 {
    padding: 24px;
  }

  .laptop\:p-28 {
    padding: 7rem;
  }

  .laptop\:p-30 {
    padding: 30px;
  }

  .laptop\:p-32 {
    padding: 8rem;
  }

  .laptop\:p-36 {
    padding: 9rem;
  }

  .laptop\:p-40 {
    padding: 10rem;
  }

  .laptop\:p-44 {
    padding: 11rem;
  }

  .laptop\:p-48 {
    padding: 48px;
  }

  .laptop\:p-52 {
    padding: 13rem;
  }

  .laptop\:p-56 {
    padding: 14rem;
  }

  .laptop\:p-60 {
    padding: 60px;
  }

  .laptop\:p-64 {
    padding: 16rem;
  }

  .laptop\:p-72 {
    padding: 18rem;
  }

  .laptop\:p-80 {
    padding: 20rem;
  }

  .laptop\:p-95 {
    padding: 95px;
  }

  .laptop\:p-96 {
    padding: 24rem;
  }

  .laptop\:p-120 {
    padding: 120px;
  }

  .laptop\:p-190 {
    padding: 190px;
  }

  .laptop\:p-px {
    padding: 1px;
  }

  .laptop\:p-0\.5 {
    padding: 0.125rem;
  }

  .laptop\:p-1\.5 {
    padding: 0.375rem;
  }

  .laptop\:p-2\.5 {
    padding: 0.625rem;
  }

  .laptop\:p-3\.5 {
    padding: 0.875rem;
  }

  .laptop\:p-30\% {
    padding: 30%;
  }

  .laptop\:p-7\.5r {
    padding: 1.875rem;
  }

  .laptop\:hover\:p-0:hover {
    padding: 0;
  }

  .laptop\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .laptop\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .laptop\:hover\:p-3:hover {
    padding: 0.75rem;
  }

  .laptop\:hover\:p-4:hover {
    padding: 1rem;
  }

  .laptop\:hover\:p-5:hover {
    padding: 5px;
  }

  .laptop\:hover\:p-6:hover {
    padding: 1.5rem;
  }

  .laptop\:hover\:p-7:hover {
    padding: 1.75rem;
  }

  .laptop\:hover\:p-8:hover {
    padding: 2rem;
  }

  .laptop\:hover\:p-9:hover {
    padding: 2.25rem;
  }

  .laptop\:hover\:p-10:hover {
    padding: 10px;
  }

  .laptop\:hover\:p-11:hover {
    padding: 2.75rem;
  }

  .laptop\:hover\:p-12:hover {
    padding: 3rem;
  }

  .laptop\:hover\:p-14:hover {
    padding: 14px;
  }

  .laptop\:hover\:p-16:hover {
    padding: 16px;
  }

  .laptop\:hover\:p-20:hover {
    padding: 20px;
  }

  .laptop\:hover\:p-24:hover {
    padding: 24px;
  }

  .laptop\:hover\:p-28:hover {
    padding: 7rem;
  }

  .laptop\:hover\:p-30:hover {
    padding: 30px;
  }

  .laptop\:hover\:p-32:hover {
    padding: 8rem;
  }

  .laptop\:hover\:p-36:hover {
    padding: 9rem;
  }

  .laptop\:hover\:p-40:hover {
    padding: 10rem;
  }

  .laptop\:hover\:p-44:hover {
    padding: 11rem;
  }

  .laptop\:hover\:p-48:hover {
    padding: 48px;
  }

  .laptop\:hover\:p-52:hover {
    padding: 13rem;
  }

  .laptop\:hover\:p-56:hover {
    padding: 14rem;
  }

  .laptop\:hover\:p-60:hover {
    padding: 60px;
  }

  .laptop\:hover\:p-64:hover {
    padding: 16rem;
  }

  .laptop\:hover\:p-72:hover {
    padding: 18rem;
  }

  .laptop\:hover\:p-80:hover {
    padding: 20rem;
  }

  .laptop\:hover\:p-95:hover {
    padding: 95px;
  }

  .laptop\:hover\:p-96:hover {
    padding: 24rem;
  }

  .laptop\:hover\:p-120:hover {
    padding: 120px;
  }

  .laptop\:hover\:p-190:hover {
    padding: 190px;
  }

  .laptop\:hover\:p-px:hover {
    padding: 1px;
  }

  .laptop\:hover\:p-0\.5:hover {
    padding: 0.125rem;
  }

  .laptop\:hover\:p-1\.5:hover {
    padding: 0.375rem;
  }

  .laptop\:hover\:p-2\.5:hover {
    padding: 0.625rem;
  }

  .laptop\:hover\:p-3\.5:hover {
    padding: 0.875rem;
  }

  .laptop\:hover\:p-30\%:hover {
    padding: 30%;
  }

  .laptop\:hover\:p-7\.5r:hover {
    padding: 1.875rem;
  }

  .laptop\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .laptop\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .laptop\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .laptop\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .laptop\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .laptop\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .laptop\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .laptop\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .laptop\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .laptop\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .laptop\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .laptop\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .laptop\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .laptop\:px-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .laptop\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .laptop\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .laptop\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .laptop\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .laptop\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .laptop\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .laptop\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .laptop\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .laptop\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .laptop\:px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .laptop\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .laptop\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .laptop\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .laptop\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .laptop\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .laptop\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .laptop\:px-95 {
    padding-left: 95px;
    padding-right: 95px;
  }

  .laptop\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .laptop\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .laptop\:px-190 {
    padding-left: 190px;
    padding-right: 190px;
  }

  .laptop\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .laptop\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .laptop\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .laptop\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .laptop\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .laptop\:px-30\% {
    padding-left: 30%;
    padding-right: 30%;
  }

  .laptop\:px-7\.5r {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .laptop\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .laptop\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .laptop\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .laptop\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .laptop\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .laptop\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .laptop\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .laptop\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .laptop\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .laptop\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .laptop\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .laptop\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .laptop\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .laptop\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .laptop\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .laptop\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .laptop\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .laptop\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .laptop\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .laptop\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .laptop\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .laptop\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .laptop\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .laptop\:py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .laptop\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .laptop\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .laptop\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .laptop\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .laptop\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .laptop\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .laptop\:py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .laptop\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .laptop\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .laptop\:py-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .laptop\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .laptop\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .laptop\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .laptop\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .laptop\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .laptop\:py-30\% {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .laptop\:py-7\.5r {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .laptop\:hover\:px-0:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .laptop\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .laptop\:hover\:px-2:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .laptop\:hover\:px-3:hover {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .laptop\:hover\:px-4:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .laptop\:hover\:px-5:hover {
    padding-left: 5px;
    padding-right: 5px;
  }

  .laptop\:hover\:px-6:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .laptop\:hover\:px-7:hover {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .laptop\:hover\:px-8:hover {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .laptop\:hover\:px-9:hover {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .laptop\:hover\:px-10:hover {
    padding-left: 10px;
    padding-right: 10px;
  }

  .laptop\:hover\:px-11:hover {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .laptop\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .laptop\:hover\:px-14:hover {
    padding-left: 14px;
    padding-right: 14px;
  }

  .laptop\:hover\:px-16:hover {
    padding-left: 16px;
    padding-right: 16px;
  }

  .laptop\:hover\:px-20:hover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .laptop\:hover\:px-24:hover {
    padding-left: 24px;
    padding-right: 24px;
  }

  .laptop\:hover\:px-28:hover {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .laptop\:hover\:px-30:hover {
    padding-left: 30px;
    padding-right: 30px;
  }

  .laptop\:hover\:px-32:hover {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .laptop\:hover\:px-36:hover {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .laptop\:hover\:px-40:hover {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .laptop\:hover\:px-44:hover {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .laptop\:hover\:px-48:hover {
    padding-left: 48px;
    padding-right: 48px;
  }

  .laptop\:hover\:px-52:hover {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .laptop\:hover\:px-56:hover {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .laptop\:hover\:px-60:hover {
    padding-left: 60px;
    padding-right: 60px;
  }

  .laptop\:hover\:px-64:hover {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .laptop\:hover\:px-72:hover {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .laptop\:hover\:px-80:hover {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .laptop\:hover\:px-95:hover {
    padding-left: 95px;
    padding-right: 95px;
  }

  .laptop\:hover\:px-96:hover {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .laptop\:hover\:px-120:hover {
    padding-left: 120px;
    padding-right: 120px;
  }

  .laptop\:hover\:px-190:hover {
    padding-left: 190px;
    padding-right: 190px;
  }

  .laptop\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .laptop\:hover\:px-0\.5:hover {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .laptop\:hover\:px-1\.5:hover {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .laptop\:hover\:px-2\.5:hover {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .laptop\:hover\:px-3\.5:hover {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .laptop\:hover\:px-30\%:hover {
    padding-left: 30%;
    padding-right: 30%;
  }

  .laptop\:hover\:px-7\.5r:hover {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .laptop\:hover\:py-0:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

  .laptop\:hover\:py-1:hover {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .laptop\:hover\:py-2:hover {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .laptop\:hover\:py-3:hover {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .laptop\:hover\:py-4:hover {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .laptop\:hover\:py-5:hover {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .laptop\:hover\:py-6:hover {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .laptop\:hover\:py-7:hover {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .laptop\:hover\:py-8:hover {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .laptop\:hover\:py-9:hover {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .laptop\:hover\:py-10:hover {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .laptop\:hover\:py-11:hover {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .laptop\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .laptop\:hover\:py-14:hover {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .laptop\:hover\:py-16:hover {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .laptop\:hover\:py-20:hover {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .laptop\:hover\:py-24:hover {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .laptop\:hover\:py-28:hover {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .laptop\:hover\:py-30:hover {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .laptop\:hover\:py-32:hover {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .laptop\:hover\:py-36:hover {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .laptop\:hover\:py-40:hover {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .laptop\:hover\:py-44:hover {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .laptop\:hover\:py-48:hover {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .laptop\:hover\:py-52:hover {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .laptop\:hover\:py-56:hover {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .laptop\:hover\:py-60:hover {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .laptop\:hover\:py-64:hover {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .laptop\:hover\:py-72:hover {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .laptop\:hover\:py-80:hover {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .laptop\:hover\:py-95:hover {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .laptop\:hover\:py-96:hover {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .laptop\:hover\:py-120:hover {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .laptop\:hover\:py-190:hover {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .laptop\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .laptop\:hover\:py-0\.5:hover {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .laptop\:hover\:py-1\.5:hover {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .laptop\:hover\:py-2\.5:hover {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .laptop\:hover\:py-3\.5:hover {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .laptop\:hover\:py-30\%:hover {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .laptop\:hover\:py-7\.5r:hover {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .laptop\:pt-0 {
    padding-top: 0;
  }

  .laptop\:pt-1 {
    padding-top: 0.25rem;
  }

  .laptop\:pt-2 {
    padding-top: 0.5rem;
  }

  .laptop\:pt-3 {
    padding-top: 0.75rem;
  }

  .laptop\:pt-4 {
    padding-top: 1rem;
  }

  .laptop\:pt-5 {
    padding-top: 5px;
  }

  .laptop\:pt-6 {
    padding-top: 1.5rem;
  }

  .laptop\:pt-7 {
    padding-top: 1.75rem;
  }

  .laptop\:pt-8 {
    padding-top: 2rem;
  }

  .laptop\:pt-9 {
    padding-top: 2.25rem;
  }

  .laptop\:pt-10 {
    padding-top: 10px;
  }

  .laptop\:pt-11 {
    padding-top: 2.75rem;
  }

  .laptop\:pt-12 {
    padding-top: 3rem;
  }

  .laptop\:pt-14 {
    padding-top: 14px;
  }

  .laptop\:pt-16 {
    padding-top: 16px;
  }

  .laptop\:pt-20 {
    padding-top: 20px;
  }

  .laptop\:pt-24 {
    padding-top: 24px;
  }

  .laptop\:pt-28 {
    padding-top: 7rem;
  }

  .laptop\:pt-30 {
    padding-top: 30px;
  }

  .laptop\:pt-32 {
    padding-top: 8rem;
  }

  .laptop\:pt-36 {
    padding-top: 9rem;
  }

  .laptop\:pt-40 {
    padding-top: 10rem;
  }

  .laptop\:pt-44 {
    padding-top: 11rem;
  }

  .laptop\:pt-48 {
    padding-top: 48px;
  }

  .laptop\:pt-52 {
    padding-top: 13rem;
  }

  .laptop\:pt-56 {
    padding-top: 14rem;
  }

  .laptop\:pt-60 {
    padding-top: 60px;
  }

  .laptop\:pt-64 {
    padding-top: 16rem;
  }

  .laptop\:pt-72 {
    padding-top: 18rem;
  }

  .laptop\:pt-80 {
    padding-top: 20rem;
  }

  .laptop\:pt-95 {
    padding-top: 95px;
  }

  .laptop\:pt-96 {
    padding-top: 24rem;
  }

  .laptop\:pt-120 {
    padding-top: 120px;
  }

  .laptop\:pt-190 {
    padding-top: 190px;
  }

  .laptop\:pt-px {
    padding-top: 1px;
  }

  .laptop\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .laptop\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .laptop\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .laptop\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .laptop\:pt-30\% {
    padding-top: 30%;
  }

  .laptop\:pt-7\.5r {
    padding-top: 1.875rem;
  }

  .laptop\:pr-0 {
    padding-right: 0;
  }

  .laptop\:pr-1 {
    padding-right: 0.25rem;
  }

  .laptop\:pr-2 {
    padding-right: 0.5rem;
  }

  .laptop\:pr-3 {
    padding-right: 0.75rem;
  }

  .laptop\:pr-4 {
    padding-right: 1rem;
  }

  .laptop\:pr-5 {
    padding-right: 5px;
  }

  .laptop\:pr-6 {
    padding-right: 1.5rem;
  }

  .laptop\:pr-7 {
    padding-right: 1.75rem;
  }

  .laptop\:pr-8 {
    padding-right: 2rem;
  }

  .laptop\:pr-9 {
    padding-right: 2.25rem;
  }

  .laptop\:pr-10 {
    padding-right: 10px;
  }

  .laptop\:pr-11 {
    padding-right: 2.75rem;
  }

  .laptop\:pr-12 {
    padding-right: 3rem;
  }

  .laptop\:pr-14 {
    padding-right: 14px;
  }

  .laptop\:pr-16 {
    padding-right: 16px;
  }

  .laptop\:pr-20 {
    padding-right: 20px;
  }

  .laptop\:pr-24 {
    padding-right: 24px;
  }

  .laptop\:pr-28 {
    padding-right: 7rem;
  }

  .laptop\:pr-30 {
    padding-right: 30px;
  }

  .laptop\:pr-32 {
    padding-right: 8rem;
  }

  .laptop\:pr-36 {
    padding-right: 9rem;
  }

  .laptop\:pr-40 {
    padding-right: 10rem;
  }

  .laptop\:pr-44 {
    padding-right: 11rem;
  }

  .laptop\:pr-48 {
    padding-right: 48px;
  }

  .laptop\:pr-52 {
    padding-right: 13rem;
  }

  .laptop\:pr-56 {
    padding-right: 14rem;
  }

  .laptop\:pr-60 {
    padding-right: 60px;
  }

  .laptop\:pr-64 {
    padding-right: 16rem;
  }

  .laptop\:pr-72 {
    padding-right: 18rem;
  }

  .laptop\:pr-80 {
    padding-right: 20rem;
  }

  .laptop\:pr-95 {
    padding-right: 95px;
  }

  .laptop\:pr-96 {
    padding-right: 24rem;
  }

  .laptop\:pr-120 {
    padding-right: 120px;
  }

  .laptop\:pr-190 {
    padding-right: 190px;
  }

  .laptop\:pr-px {
    padding-right: 1px;
  }

  .laptop\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .laptop\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .laptop\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .laptop\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .laptop\:pr-30\% {
    padding-right: 30%;
  }

  .laptop\:pr-7\.5r {
    padding-right: 1.875rem;
  }

  .laptop\:pb-0 {
    padding-bottom: 0;
  }

  .laptop\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .laptop\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .laptop\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .laptop\:pb-4 {
    padding-bottom: 1rem;
  }

  .laptop\:pb-5 {
    padding-bottom: 5px;
  }

  .laptop\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .laptop\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .laptop\:pb-8 {
    padding-bottom: 2rem;
  }

  .laptop\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .laptop\:pb-10 {
    padding-bottom: 10px;
  }

  .laptop\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .laptop\:pb-12 {
    padding-bottom: 3rem;
  }

  .laptop\:pb-14 {
    padding-bottom: 14px;
  }

  .laptop\:pb-16 {
    padding-bottom: 16px;
  }

  .laptop\:pb-20 {
    padding-bottom: 20px;
  }

  .laptop\:pb-24 {
    padding-bottom: 24px;
  }

  .laptop\:pb-28 {
    padding-bottom: 7rem;
  }

  .laptop\:pb-30 {
    padding-bottom: 30px;
  }

  .laptop\:pb-32 {
    padding-bottom: 8rem;
  }

  .laptop\:pb-36 {
    padding-bottom: 9rem;
  }

  .laptop\:pb-40 {
    padding-bottom: 10rem;
  }

  .laptop\:pb-44 {
    padding-bottom: 11rem;
  }

  .laptop\:pb-48 {
    padding-bottom: 48px;
  }

  .laptop\:pb-52 {
    padding-bottom: 13rem;
  }

  .laptop\:pb-56 {
    padding-bottom: 14rem;
  }

  .laptop\:pb-60 {
    padding-bottom: 60px;
  }

  .laptop\:pb-64 {
    padding-bottom: 16rem;
  }

  .laptop\:pb-72 {
    padding-bottom: 18rem;
  }

  .laptop\:pb-80 {
    padding-bottom: 20rem;
  }

  .laptop\:pb-95 {
    padding-bottom: 95px;
  }

  .laptop\:pb-96 {
    padding-bottom: 24rem;
  }

  .laptop\:pb-120 {
    padding-bottom: 120px;
  }

  .laptop\:pb-190 {
    padding-bottom: 190px;
  }

  .laptop\:pb-px {
    padding-bottom: 1px;
  }

  .laptop\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .laptop\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .laptop\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .laptop\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .laptop\:pb-30\% {
    padding-bottom: 30%;
  }

  .laptop\:pb-7\.5r {
    padding-bottom: 1.875rem;
  }

  .laptop\:pl-0 {
    padding-left: 0;
  }

  .laptop\:pl-1 {
    padding-left: 0.25rem;
  }

  .laptop\:pl-2 {
    padding-left: 0.5rem;
  }

  .laptop\:pl-3 {
    padding-left: 0.75rem;
  }

  .laptop\:pl-4 {
    padding-left: 1rem;
  }

  .laptop\:pl-5 {
    padding-left: 5px;
  }

  .laptop\:pl-6 {
    padding-left: 1.5rem;
  }

  .laptop\:pl-7 {
    padding-left: 1.75rem;
  }

  .laptop\:pl-8 {
    padding-left: 2rem;
  }

  .laptop\:pl-9 {
    padding-left: 2.25rem;
  }

  .laptop\:pl-10 {
    padding-left: 10px;
  }

  .laptop\:pl-11 {
    padding-left: 2.75rem;
  }

  .laptop\:pl-12 {
    padding-left: 3rem;
  }

  .laptop\:pl-14 {
    padding-left: 14px;
  }

  .laptop\:pl-16 {
    padding-left: 16px;
  }

  .laptop\:pl-20 {
    padding-left: 20px;
  }

  .laptop\:pl-24 {
    padding-left: 24px;
  }

  .laptop\:pl-28 {
    padding-left: 7rem;
  }

  .laptop\:pl-30 {
    padding-left: 30px;
  }

  .laptop\:pl-32 {
    padding-left: 8rem;
  }

  .laptop\:pl-36 {
    padding-left: 9rem;
  }

  .laptop\:pl-40 {
    padding-left: 10rem;
  }

  .laptop\:pl-44 {
    padding-left: 11rem;
  }

  .laptop\:pl-48 {
    padding-left: 48px;
  }

  .laptop\:pl-52 {
    padding-left: 13rem;
  }

  .laptop\:pl-56 {
    padding-left: 14rem;
  }

  .laptop\:pl-60 {
    padding-left: 60px;
  }

  .laptop\:pl-64 {
    padding-left: 16rem;
  }

  .laptop\:pl-72 {
    padding-left: 18rem;
  }

  .laptop\:pl-80 {
    padding-left: 20rem;
  }

  .laptop\:pl-95 {
    padding-left: 95px;
  }

  .laptop\:pl-96 {
    padding-left: 24rem;
  }

  .laptop\:pl-120 {
    padding-left: 120px;
  }

  .laptop\:pl-190 {
    padding-left: 190px;
  }

  .laptop\:pl-px {
    padding-left: 1px;
  }

  .laptop\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .laptop\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .laptop\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .laptop\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .laptop\:pl-30\% {
    padding-left: 30%;
  }

  .laptop\:pl-7\.5r {
    padding-left: 1.875rem;
  }

  .laptop\:hover\:pt-0:hover {
    padding-top: 0;
  }

  .laptop\:hover\:pt-1:hover {
    padding-top: 0.25rem;
  }

  .laptop\:hover\:pt-2:hover {
    padding-top: 0.5rem;
  }

  .laptop\:hover\:pt-3:hover {
    padding-top: 0.75rem;
  }

  .laptop\:hover\:pt-4:hover {
    padding-top: 1rem;
  }

  .laptop\:hover\:pt-5:hover {
    padding-top: 5px;
  }

  .laptop\:hover\:pt-6:hover {
    padding-top: 1.5rem;
  }

  .laptop\:hover\:pt-7:hover {
    padding-top: 1.75rem;
  }

  .laptop\:hover\:pt-8:hover {
    padding-top: 2rem;
  }

  .laptop\:hover\:pt-9:hover {
    padding-top: 2.25rem;
  }

  .laptop\:hover\:pt-10:hover {
    padding-top: 10px;
  }

  .laptop\:hover\:pt-11:hover {
    padding-top: 2.75rem;
  }

  .laptop\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .laptop\:hover\:pt-14:hover {
    padding-top: 14px;
  }

  .laptop\:hover\:pt-16:hover {
    padding-top: 16px;
  }

  .laptop\:hover\:pt-20:hover {
    padding-top: 20px;
  }

  .laptop\:hover\:pt-24:hover {
    padding-top: 24px;
  }

  .laptop\:hover\:pt-28:hover {
    padding-top: 7rem;
  }

  .laptop\:hover\:pt-30:hover {
    padding-top: 30px;
  }

  .laptop\:hover\:pt-32:hover {
    padding-top: 8rem;
  }

  .laptop\:hover\:pt-36:hover {
    padding-top: 9rem;
  }

  .laptop\:hover\:pt-40:hover {
    padding-top: 10rem;
  }

  .laptop\:hover\:pt-44:hover {
    padding-top: 11rem;
  }

  .laptop\:hover\:pt-48:hover {
    padding-top: 48px;
  }

  .laptop\:hover\:pt-52:hover {
    padding-top: 13rem;
  }

  .laptop\:hover\:pt-56:hover {
    padding-top: 14rem;
  }

  .laptop\:hover\:pt-60:hover {
    padding-top: 60px;
  }

  .laptop\:hover\:pt-64:hover {
    padding-top: 16rem;
  }

  .laptop\:hover\:pt-72:hover {
    padding-top: 18rem;
  }

  .laptop\:hover\:pt-80:hover {
    padding-top: 20rem;
  }

  .laptop\:hover\:pt-95:hover {
    padding-top: 95px;
  }

  .laptop\:hover\:pt-96:hover {
    padding-top: 24rem;
  }

  .laptop\:hover\:pt-120:hover {
    padding-top: 120px;
  }

  .laptop\:hover\:pt-190:hover {
    padding-top: 190px;
  }

  .laptop\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .laptop\:hover\:pt-0\.5:hover {
    padding-top: 0.125rem;
  }

  .laptop\:hover\:pt-1\.5:hover {
    padding-top: 0.375rem;
  }

  .laptop\:hover\:pt-2\.5:hover {
    padding-top: 0.625rem;
  }

  .laptop\:hover\:pt-3\.5:hover {
    padding-top: 0.875rem;
  }

  .laptop\:hover\:pt-30\%:hover {
    padding-top: 30%;
  }

  .laptop\:hover\:pt-7\.5r:hover {
    padding-top: 1.875rem;
  }

  .laptop\:hover\:pr-0:hover {
    padding-right: 0;
  }

  .laptop\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

  .laptop\:hover\:pr-2:hover {
    padding-right: 0.5rem;
  }

  .laptop\:hover\:pr-3:hover {
    padding-right: 0.75rem;
  }

  .laptop\:hover\:pr-4:hover {
    padding-right: 1rem;
  }

  .laptop\:hover\:pr-5:hover {
    padding-right: 5px;
  }

  .laptop\:hover\:pr-6:hover {
    padding-right: 1.5rem;
  }

  .laptop\:hover\:pr-7:hover {
    padding-right: 1.75rem;
  }

  .laptop\:hover\:pr-8:hover {
    padding-right: 2rem;
  }

  .laptop\:hover\:pr-9:hover {
    padding-right: 2.25rem;
  }

  .laptop\:hover\:pr-10:hover {
    padding-right: 10px;
  }

  .laptop\:hover\:pr-11:hover {
    padding-right: 2.75rem;
  }

  .laptop\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .laptop\:hover\:pr-14:hover {
    padding-right: 14px;
  }

  .laptop\:hover\:pr-16:hover {
    padding-right: 16px;
  }

  .laptop\:hover\:pr-20:hover {
    padding-right: 20px;
  }

  .laptop\:hover\:pr-24:hover {
    padding-right: 24px;
  }

  .laptop\:hover\:pr-28:hover {
    padding-right: 7rem;
  }

  .laptop\:hover\:pr-30:hover {
    padding-right: 30px;
  }

  .laptop\:hover\:pr-32:hover {
    padding-right: 8rem;
  }

  .laptop\:hover\:pr-36:hover {
    padding-right: 9rem;
  }

  .laptop\:hover\:pr-40:hover {
    padding-right: 10rem;
  }

  .laptop\:hover\:pr-44:hover {
    padding-right: 11rem;
  }

  .laptop\:hover\:pr-48:hover {
    padding-right: 48px;
  }

  .laptop\:hover\:pr-52:hover {
    padding-right: 13rem;
  }

  .laptop\:hover\:pr-56:hover {
    padding-right: 14rem;
  }

  .laptop\:hover\:pr-60:hover {
    padding-right: 60px;
  }

  .laptop\:hover\:pr-64:hover {
    padding-right: 16rem;
  }

  .laptop\:hover\:pr-72:hover {
    padding-right: 18rem;
  }

  .laptop\:hover\:pr-80:hover {
    padding-right: 20rem;
  }

  .laptop\:hover\:pr-95:hover {
    padding-right: 95px;
  }

  .laptop\:hover\:pr-96:hover {
    padding-right: 24rem;
  }

  .laptop\:hover\:pr-120:hover {
    padding-right: 120px;
  }

  .laptop\:hover\:pr-190:hover {
    padding-right: 190px;
  }

  .laptop\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .laptop\:hover\:pr-0\.5:hover {
    padding-right: 0.125rem;
  }

  .laptop\:hover\:pr-1\.5:hover {
    padding-right: 0.375rem;
  }

  .laptop\:hover\:pr-2\.5:hover {
    padding-right: 0.625rem;
  }

  .laptop\:hover\:pr-3\.5:hover {
    padding-right: 0.875rem;
  }

  .laptop\:hover\:pr-30\%:hover {
    padding-right: 30%;
  }

  .laptop\:hover\:pr-7\.5r:hover {
    padding-right: 1.875rem;
  }

  .laptop\:hover\:pb-0:hover {
    padding-bottom: 0;
  }

  .laptop\:hover\:pb-1:hover {
    padding-bottom: 0.25rem;
  }

  .laptop\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .laptop\:hover\:pb-3:hover {
    padding-bottom: 0.75rem;
  }

  .laptop\:hover\:pb-4:hover {
    padding-bottom: 1rem;
  }

  .laptop\:hover\:pb-5:hover {
    padding-bottom: 5px;
  }

  .laptop\:hover\:pb-6:hover {
    padding-bottom: 1.5rem;
  }

  .laptop\:hover\:pb-7:hover {
    padding-bottom: 1.75rem;
  }

  .laptop\:hover\:pb-8:hover {
    padding-bottom: 2rem;
  }

  .laptop\:hover\:pb-9:hover {
    padding-bottom: 2.25rem;
  }

  .laptop\:hover\:pb-10:hover {
    padding-bottom: 10px;
  }

  .laptop\:hover\:pb-11:hover {
    padding-bottom: 2.75rem;
  }

  .laptop\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .laptop\:hover\:pb-14:hover {
    padding-bottom: 14px;
  }

  .laptop\:hover\:pb-16:hover {
    padding-bottom: 16px;
  }

  .laptop\:hover\:pb-20:hover {
    padding-bottom: 20px;
  }

  .laptop\:hover\:pb-24:hover {
    padding-bottom: 24px;
  }

  .laptop\:hover\:pb-28:hover {
    padding-bottom: 7rem;
  }

  .laptop\:hover\:pb-30:hover {
    padding-bottom: 30px;
  }

  .laptop\:hover\:pb-32:hover {
    padding-bottom: 8rem;
  }

  .laptop\:hover\:pb-36:hover {
    padding-bottom: 9rem;
  }

  .laptop\:hover\:pb-40:hover {
    padding-bottom: 10rem;
  }

  .laptop\:hover\:pb-44:hover {
    padding-bottom: 11rem;
  }

  .laptop\:hover\:pb-48:hover {
    padding-bottom: 48px;
  }

  .laptop\:hover\:pb-52:hover {
    padding-bottom: 13rem;
  }

  .laptop\:hover\:pb-56:hover {
    padding-bottom: 14rem;
  }

  .laptop\:hover\:pb-60:hover {
    padding-bottom: 60px;
  }

  .laptop\:hover\:pb-64:hover {
    padding-bottom: 16rem;
  }

  .laptop\:hover\:pb-72:hover {
    padding-bottom: 18rem;
  }

  .laptop\:hover\:pb-80:hover {
    padding-bottom: 20rem;
  }

  .laptop\:hover\:pb-95:hover {
    padding-bottom: 95px;
  }

  .laptop\:hover\:pb-96:hover {
    padding-bottom: 24rem;
  }

  .laptop\:hover\:pb-120:hover {
    padding-bottom: 120px;
  }

  .laptop\:hover\:pb-190:hover {
    padding-bottom: 190px;
  }

  .laptop\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .laptop\:hover\:pb-0\.5:hover {
    padding-bottom: 0.125rem;
  }

  .laptop\:hover\:pb-1\.5:hover {
    padding-bottom: 0.375rem;
  }

  .laptop\:hover\:pb-2\.5:hover {
    padding-bottom: 0.625rem;
  }

  .laptop\:hover\:pb-3\.5:hover {
    padding-bottom: 0.875rem;
  }

  .laptop\:hover\:pb-30\%:hover {
    padding-bottom: 30%;
  }

  .laptop\:hover\:pb-7\.5r:hover {
    padding-bottom: 1.875rem;
  }

  .laptop\:hover\:pl-0:hover {
    padding-left: 0;
  }

  .laptop\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

  .laptop\:hover\:pl-2:hover {
    padding-left: 0.5rem;
  }

  .laptop\:hover\:pl-3:hover {
    padding-left: 0.75rem;
  }

  .laptop\:hover\:pl-4:hover {
    padding-left: 1rem;
  }

  .laptop\:hover\:pl-5:hover {
    padding-left: 5px;
  }

  .laptop\:hover\:pl-6:hover {
    padding-left: 1.5rem;
  }

  .laptop\:hover\:pl-7:hover {
    padding-left: 1.75rem;
  }

  .laptop\:hover\:pl-8:hover {
    padding-left: 2rem;
  }

  .laptop\:hover\:pl-9:hover {
    padding-left: 2.25rem;
  }

  .laptop\:hover\:pl-10:hover {
    padding-left: 10px;
  }

  .laptop\:hover\:pl-11:hover {
    padding-left: 2.75rem;
  }

  .laptop\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .laptop\:hover\:pl-14:hover {
    padding-left: 14px;
  }

  .laptop\:hover\:pl-16:hover {
    padding-left: 16px;
  }

  .laptop\:hover\:pl-20:hover {
    padding-left: 20px;
  }

  .laptop\:hover\:pl-24:hover {
    padding-left: 24px;
  }

  .laptop\:hover\:pl-28:hover {
    padding-left: 7rem;
  }

  .laptop\:hover\:pl-30:hover {
    padding-left: 30px;
  }

  .laptop\:hover\:pl-32:hover {
    padding-left: 8rem;
  }

  .laptop\:hover\:pl-36:hover {
    padding-left: 9rem;
  }

  .laptop\:hover\:pl-40:hover {
    padding-left: 10rem;
  }

  .laptop\:hover\:pl-44:hover {
    padding-left: 11rem;
  }

  .laptop\:hover\:pl-48:hover {
    padding-left: 48px;
  }

  .laptop\:hover\:pl-52:hover {
    padding-left: 13rem;
  }

  .laptop\:hover\:pl-56:hover {
    padding-left: 14rem;
  }

  .laptop\:hover\:pl-60:hover {
    padding-left: 60px;
  }

  .laptop\:hover\:pl-64:hover {
    padding-left: 16rem;
  }

  .laptop\:hover\:pl-72:hover {
    padding-left: 18rem;
  }

  .laptop\:hover\:pl-80:hover {
    padding-left: 20rem;
  }

  .laptop\:hover\:pl-95:hover {
    padding-left: 95px;
  }

  .laptop\:hover\:pl-96:hover {
    padding-left: 24rem;
  }

  .laptop\:hover\:pl-120:hover {
    padding-left: 120px;
  }

  .laptop\:hover\:pl-190:hover {
    padding-left: 190px;
  }

  .laptop\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .laptop\:hover\:pl-0\.5:hover {
    padding-left: 0.125rem;
  }

  .laptop\:hover\:pl-1\.5:hover {
    padding-left: 0.375rem;
  }

  .laptop\:hover\:pl-2\.5:hover {
    padding-left: 0.625rem;
  }

  .laptop\:hover\:pl-3\.5:hover {
    padding-left: 0.875rem;
  }

  .laptop\:hover\:pl-30\%:hover {
    padding-left: 30%;
  }

  .laptop\:hover\:pl-7\.5r:hover {
    padding-left: 1.875rem;
  }

  .laptop\:text-left {
    text-align: left;
  }

  .laptop\:text-center {
    text-align: center;
  }

  .laptop\:text-right {
    text-align: right;
  }

  .laptop\:text-justify {
    text-align: justify;
  }

  .laptop\:align-baseline {
    vertical-align: baseline;
  }

  .laptop\:align-top {
    vertical-align: top;
  }

  .laptop\:align-middle {
    vertical-align: middle;
  }

  .laptop\:align-bottom {
    vertical-align: bottom;
  }

  .laptop\:align-text-top {
    vertical-align: text-top;
  }

  .laptop\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .laptop\:font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .laptop\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .laptop\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .laptop\:font-display {
    font-family: Kanit, serif;
  }

  .laptop\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .laptop\:text-sm {
    font-size: 0.875rem;
  }

  .laptop\:text-base {
    font-size: 1rem;
  }

  .laptop\:text-lg {
    font-size: 1.25rem;
  }

  .laptop\:text-xl {
    font-size: 1.75rem;
  }

  .laptop\:text-2xl {
    font-size: 2.25rem;
  }

  .laptop\:text-3xl {
    font-size: 3rem;
  }

  .laptop\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .laptop\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .laptop\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .laptop\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .laptop\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .laptop\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .laptop\:text-3xs {
    font-size: 0.25rem;
  }

  .laptop\:text-2xs {
    font-size: 0.5rem;
  }

  .laptop\:text-1xs {
    font-size: 0.67rem;
  }

  .laptop\:font-thin {
    font-weight: 100;
  }

  .laptop\:font-extralight {
    font-weight: 200;
  }

  .laptop\:font-light {
    font-weight: 300;
  }

  .laptop\:font-normal {
    font-weight: 400;
  }

  .laptop\:font-medium {
    font-weight: 500;
  }

  .laptop\:font-semibold {
    font-weight: 600;
  }

  .laptop\:font-bold {
    font-weight: 500;
  }

  .laptop\:font-extrabold {
    font-weight: 800;
  }

  .laptop\:font-black {
    font-weight: 900;
  }

  .laptop\:hover\:font-thin:hover {
    font-weight: 100;
  }

  .laptop\:hover\:font-extralight:hover {
    font-weight: 200;
  }

  .laptop\:hover\:font-light:hover {
    font-weight: 300;
  }

  .laptop\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .laptop\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .laptop\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .laptop\:hover\:font-bold:hover {
    font-weight: 500;
  }

  .laptop\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .laptop\:hover\:font-black:hover {
    font-weight: 900;
  }

  .laptop\:focus\:font-thin:focus {
    font-weight: 100;
  }

  .laptop\:focus\:font-extralight:focus {
    font-weight: 200;
  }

  .laptop\:focus\:font-light:focus {
    font-weight: 300;
  }

  .laptop\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .laptop\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .laptop\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .laptop\:focus\:font-bold:focus {
    font-weight: 500;
  }

  .laptop\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .laptop\:focus\:font-black:focus {
    font-weight: 900;
  }

  .laptop\:uppercase {
    text-transform: uppercase;
  }

  .laptop\:lowercase {
    text-transform: lowercase;
  }

  .laptop\:capitalize {
    text-transform: capitalize;
  }

  .laptop\:normal-case {
    text-transform: none;
  }

  .laptop\:italic {
    font-style: italic;
  }

  .laptop\:not-italic {
    font-style: normal;
  }

  .laptop\:ordinal, .laptop\:slashed-zero, .laptop\:lining-nums, .laptop\:oldstyle-nums, .laptop\:proportional-nums, .laptop\:tabular-nums, .laptop\:diagonal-fractions, .laptop\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .laptop\:normal-nums {
    font-feature-settings: normal;
    font-variant-numeric: normal;
  }

  .laptop\:ordinal {
    --tw-ordinal: ordinal;
  }

  .laptop\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .laptop\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .laptop\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .laptop\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .laptop\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .laptop\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .laptop\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .laptop\:leading-3 {
    line-height: .75rem;
  }

  .laptop\:leading-4 {
    line-height: 1rem;
  }

  .laptop\:leading-5 {
    line-height: 1.25rem;
  }

  .laptop\:leading-6 {
    line-height: 1.5rem;
  }

  .laptop\:leading-7 {
    line-height: 1.75rem;
  }

  .laptop\:leading-8 {
    line-height: 2rem;
  }

  .laptop\:leading-9 {
    line-height: 2.25rem;
  }

  .laptop\:leading-10 {
    line-height: 2.5rem;
  }

  .laptop\:leading-none {
    line-height: 1;
  }

  .laptop\:leading-tight {
    line-height: 1.25;
  }

  .laptop\:leading-snug {
    line-height: 1.375;
  }

  .laptop\:leading-normal {
    line-height: 1.5;
  }

  .laptop\:leading-relaxed {
    line-height: 1.625;
  }

  .laptop\:leading-loose {
    line-height: 2;
  }

  .laptop\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .laptop\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .laptop\:tracking-normal {
    letter-spacing: 0em;
  }

  .laptop\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .laptop\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .laptop\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .laptop\:text-transparent {
    color: transparent;
  }

  .laptop\:text-current {
    color: currentColor;
  }

  .laptop\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .laptop\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .laptop\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .laptop\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .laptop\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .laptop\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .laptop\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .laptop\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .laptop\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .laptop\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .laptop\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .laptop\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .laptop\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .laptop\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .laptop\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .laptop\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .laptop\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .laptop\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .laptop\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .laptop\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .laptop\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .laptop\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .laptop\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .laptop\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .laptop\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .laptop\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .laptop\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .laptop\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .laptop\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .laptop\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .laptop\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .laptop\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .laptop\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .laptop\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .laptop\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .laptop\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .laptop\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .laptop\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .laptop\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .laptop\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .laptop\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .laptop\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .laptop\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .laptop\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .laptop\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .laptop\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .laptop\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .laptop\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .laptop\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .laptop\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .laptop\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .laptop\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .laptop\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .laptop\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .laptop\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .laptop\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .laptop\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .laptop\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .laptop\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .laptop\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .laptop\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .laptop\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .laptop\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .laptop\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .laptop\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .laptop\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .laptop\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .laptop\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .laptop\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .laptop\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .laptop\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .laptop\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .laptop\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .laptop\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .laptop\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .laptop\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .laptop\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .laptop\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .laptop\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .laptop\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .laptop\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .laptop\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .laptop\:text-primary-color {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .laptop\:text-primary-color-dark {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .laptop\:text-secondary-color {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .laptop\:text-custom-gray-sm {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .laptop\:text-custom-gray-sm2 {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .laptop\:text-custom-gray-md {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .laptop\:text-custom-navy-dark {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .laptop\:text-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .laptop\:text-primary {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .laptop\:text-secondary-1 {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .laptop\:text-secondary-2 {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .laptop\:text-secondary-3 {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .laptop\:text-secondary {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .laptop\:text-secondary-dark {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .laptop\:text-secondary-light {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .laptop\:text-grayCustom-1 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .laptop\:text-grayCustom-2 {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .laptop\:text-grayCustom-3 {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .laptop\:text-grayCustom-800 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .laptop\:text-grayCustom {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .laptop\:text-grayCustom-dark {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .laptop\:text-grayCustom-light {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .laptop\:text-grayCustom-hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .laptop\:text-error {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .laptop\:text-error-light {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .laptop\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .laptop\:text-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .laptop\:text-success {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .laptop\:text-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .laptop\:text-status-open {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .laptop\:text-status-waiting_payment {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .laptop\:text-status-completed {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .laptop\:text-status-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .laptop\:text-status-waiting_verify {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .laptop\:text-status-closed {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .laptop\:text-policyStatus-issuing {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .laptop\:text-policyStatus-waiting_inspection {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .laptop\:text-policyStatus-success {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .laptop\:text-policyStatus-failed_inspection {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .laptop\:text-policyStatus-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .laptop\:text-policyStatus-waiting_policy {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .laptop\:text-policyStatus-cancel {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .laptop\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .laptop\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-primary-color {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-primary-color-dark {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-secondary-color {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-custom-gray-sm {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-custom-gray-sm2 {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-custom-gray-md {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-custom-navy-dark {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-primary {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-secondary-1 {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-secondary-2 {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-secondary-3 {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-secondary {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-secondary-dark {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-secondary-light {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-grayCustom-1 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-grayCustom-2 {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-grayCustom-3 {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-grayCustom-800 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-grayCustom {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-grayCustom-dark {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-grayCustom-light {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-grayCustom-hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-error {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-error-light {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-success {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-status-open {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-status-waiting_payment {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-status-completed {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-status-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-status-waiting_verify {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-status-closed {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-policyStatus-issuing {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-policyStatus-waiting_inspection {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-policyStatus-success {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-policyStatus-failed_inspection {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-policyStatus-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-policyStatus-waiting_policy {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-policyStatus-cancel {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-transparent[focus-within] {
    color: transparent;
  }

  .laptop\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .laptop\:focus-within\:text-current[focus-within] {
    color: currentColor;
  }

  .laptop\:focus-within\:text-current:focus-within {
    color: currentColor;
  }

  .laptop\:focus-within\:text-black[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-white[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-yellow-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-yellow-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-yellow-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-yellow-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-yellow-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-yellow-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-yellow-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-yellow-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-yellow-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-yellow-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-purple-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-purple-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-purple-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-purple-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-purple-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-purple-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-purple-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-purple-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-purple-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-purple-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-primary-color[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-primary-color:focus-within {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-primary-color-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-primary-color-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-secondary-color[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-secondary-color:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-custom-gray-sm[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-custom-gray-sm:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-custom-gray-sm2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-custom-gray-sm2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-custom-gray-md[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-custom-gray-md:focus-within {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-custom-navy-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-custom-navy-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-dark-blue[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-dark-blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-primary[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-primary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-secondary-1[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-secondary-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-secondary-2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-secondary-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-secondary-3[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-secondary-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-secondary[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-secondary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-secondary-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-secondary-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-secondary-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-secondary-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-grayCustom-1[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-grayCustom-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-grayCustom-2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-grayCustom-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-grayCustom-3[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-grayCustom-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-grayCustom-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-grayCustom-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-grayCustom[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-grayCustom:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-grayCustom-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-grayCustom-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-grayCustom-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-grayCustom-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-grayCustom-hover[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-grayCustom-hover:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-error[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-error:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-error-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-error-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-warning[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-warning:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-warning-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-warning-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-success[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-success-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-success-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-status-open[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-status-open:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-status-waiting_payment[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-status-waiting_payment:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-status-completed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-status-completed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-status-failed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-status-failed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-status-waiting_verify[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-status-waiting_verify:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-status-closed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-status-closed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-policyStatus-issuing[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-policyStatus-issuing:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-policyStatus-waiting_inspection[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-policyStatus-waiting_inspection:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-policyStatus-success[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-policyStatus-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-policyStatus-failed_inspection[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-policyStatus-failed_inspection:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-policyStatus-failed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-policyStatus-failed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-policyStatus-waiting_policy[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-policyStatus-waiting_policy:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-policyStatus-cancel[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-policyStatus-cancel:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-transparent:hover {
    color: transparent;
  }

  .laptop\:hover\:text-current:hover {
    color: currentColor;
  }

  .laptop\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-green-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-primary-color:hover {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-primary-color-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-secondary-color:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-custom-gray-sm:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-custom-gray-sm2:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-custom-gray-md:hover {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-custom-navy-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-dark-blue:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-secondary-1:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-secondary-2:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-secondary-3:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-secondary:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-secondary-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-secondary-light:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-grayCustom-1:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-grayCustom-2:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-grayCustom-3:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-grayCustom-800:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-grayCustom:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-grayCustom-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-grayCustom-light:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-grayCustom-hover:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-error:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-error-light:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-warning:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-warning-light:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-success:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-success-light:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-status-open:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-status-waiting_payment:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-status-completed:hover {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-status-failed:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-status-waiting_verify:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-status-closed:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-policyStatus-issuing:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-policyStatus-waiting_inspection:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-policyStatus-success:hover {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-policyStatus-failed_inspection:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-policyStatus-failed:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-policyStatus-waiting_policy:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-policyStatus-cancel:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-transparent:focus {
    color: transparent;
  }

  .laptop\:focus\:text-current:focus {
    color: currentColor;
  }

  .laptop\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-green-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-primary-color:focus {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-primary-color-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-secondary-color:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-custom-gray-sm:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-custom-gray-sm2:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-custom-gray-md:focus {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-custom-navy-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-dark-blue:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-primary:focus {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-secondary-1:focus {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-secondary-2:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-secondary-3:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-secondary:focus {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-secondary-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-secondary-light:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-grayCustom-1:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-grayCustom-2:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-grayCustom-3:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-grayCustom-800:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-grayCustom:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-grayCustom-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-grayCustom-light:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-grayCustom-hover:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-error:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-error-light:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-warning:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-warning-light:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-success:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-success-light:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-status-open:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-status-waiting_payment:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-status-completed:focus {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-status-failed:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-status-waiting_verify:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-status-closed:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-policyStatus-issuing:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-policyStatus-waiting_inspection:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-policyStatus-success:focus {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-policyStatus-failed_inspection:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-policyStatus-failed:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-policyStatus-waiting_policy:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-policyStatus-cancel:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .laptop\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .laptop\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .laptop\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .laptop\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .laptop\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .laptop\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .laptop\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .laptop\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .laptop\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .laptop\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .laptop\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .laptop\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .laptop\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .laptop\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .laptop\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .laptop\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .laptop\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .laptop\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .laptop\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .laptop\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .laptop\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .laptop\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .laptop\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .laptop\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .laptop\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .laptop\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .laptop\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .laptop\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .laptop\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .laptop\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .laptop\:focus-within\:text-opacity-0[focus-within] {
    --tw-text-opacity: 0;
  }

  .laptop\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .laptop\:focus-within\:text-opacity-5[focus-within] {
    --tw-text-opacity: 0.05;
  }

  .laptop\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .laptop\:focus-within\:text-opacity-10[focus-within] {
    --tw-text-opacity: 0.1;
  }

  .laptop\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .laptop\:focus-within\:text-opacity-20[focus-within] {
    --tw-text-opacity: 0.2;
  }

  .laptop\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .laptop\:focus-within\:text-opacity-25[focus-within] {
    --tw-text-opacity: 0.25;
  }

  .laptop\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .laptop\:focus-within\:text-opacity-30[focus-within] {
    --tw-text-opacity: 0.3;
  }

  .laptop\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .laptop\:focus-within\:text-opacity-40[focus-within] {
    --tw-text-opacity: 0.4;
  }

  .laptop\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .laptop\:focus-within\:text-opacity-50[focus-within] {
    --tw-text-opacity: 0.5;
  }

  .laptop\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .laptop\:focus-within\:text-opacity-60[focus-within] {
    --tw-text-opacity: 0.6;
  }

  .laptop\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .laptop\:focus-within\:text-opacity-70[focus-within] {
    --tw-text-opacity: 0.7;
  }

  .laptop\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .laptop\:focus-within\:text-opacity-75[focus-within] {
    --tw-text-opacity: 0.75;
  }

  .laptop\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .laptop\:focus-within\:text-opacity-80[focus-within] {
    --tw-text-opacity: 0.8;
  }

  .laptop\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .laptop\:focus-within\:text-opacity-90[focus-within] {
    --tw-text-opacity: 0.9;
  }

  .laptop\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .laptop\:focus-within\:text-opacity-95[focus-within] {
    --tw-text-opacity: 0.95;
  }

  .laptop\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .laptop\:focus-within\:text-opacity-100[focus-within] {
    --tw-text-opacity: 1;
  }

  .laptop\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .laptop\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .laptop\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .laptop\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .laptop\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .laptop\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .laptop\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .laptop\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .laptop\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .laptop\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .laptop\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .laptop\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .laptop\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .laptop\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .laptop\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .laptop\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .laptop\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .laptop\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .laptop\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .laptop\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .laptop\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .laptop\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .laptop\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .laptop\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .laptop\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .laptop\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .laptop\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .laptop\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .laptop\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .laptop\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .laptop\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .laptop\:underline {
    text-decoration: underline;
  }

  .laptop\:line-through {
    text-decoration: line-through;
  }

  .laptop\:no-underline {
    text-decoration: none;
  }

  .group:hover .laptop\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .laptop\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .laptop\:group-hover\:no-underline {
    text-decoration: none;
  }

  .laptop\:focus-within\:underline[focus-within] {
    text-decoration: underline;
  }

  .laptop\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .laptop\:focus-within\:line-through[focus-within] {
    text-decoration: line-through;
  }

  .laptop\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .laptop\:focus-within\:no-underline[focus-within] {
    text-decoration: none;
  }

  .laptop\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .laptop\:hover\:underline:hover {
    text-decoration: underline;
  }

  .laptop\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .laptop\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .laptop\:focus\:underline:focus {
    text-decoration: underline;
  }

  .laptop\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .laptop\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .laptop\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .laptop\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .laptop\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .laptop\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .laptop\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .laptop\:placeholder-current::placeholder {
    color: currentColor;
  }

  .laptop\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-primary-color::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-primary-color::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-primary-color-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-primary-color-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-secondary-color::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-secondary-color::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-custom-gray-sm::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-custom-gray-sm::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-custom-gray-sm2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-custom-gray-sm2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-custom-gray-md::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-custom-gray-md::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-custom-navy-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-custom-navy-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-dark-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-dark-blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-primary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-secondary-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-secondary-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-secondary-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-secondary-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-secondary-3::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-secondary-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-secondary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-secondary-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-secondary-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-secondary-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-secondary-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-grayCustom-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-grayCustom-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-grayCustom-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-grayCustom-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-grayCustom-3::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-grayCustom-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-grayCustom-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-grayCustom-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-grayCustom::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-grayCustom::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-grayCustom-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-grayCustom-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-grayCustom-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-grayCustom-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-grayCustom-hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-grayCustom-hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-error::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-error::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-error-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-error-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-warning::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-warning::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-warning-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-warning-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-success-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-success-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-status-open::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-status-open::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-status-waiting_payment::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-status-waiting_payment::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-status-completed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-status-completed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-status-failed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-status-failed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-status-waiting_verify::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-status-waiting_verify::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-status-closed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-status-closed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-policyStatus-issuing::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-policyStatus-issuing::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-policyStatus-waiting_inspection::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-policyStatus-waiting_inspection::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-policyStatus-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-policyStatus-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-policyStatus-failed_inspection::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-policyStatus-failed_inspection::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-policyStatus-failed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-policyStatus-failed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-policyStatus-waiting_policy::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-policyStatus-waiting_policy::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-policyStatus-cancel::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-policyStatus-cancel::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .laptop\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .laptop\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .laptop\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .laptop\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-primary-color:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-primary-color:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-primary-color-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-primary-color-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-secondary-color:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-secondary-color:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-custom-gray-sm:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-custom-gray-sm:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-custom-gray-sm2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-custom-gray-sm2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-custom-gray-md:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-custom-gray-md:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-custom-navy-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-custom-navy-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-dark-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-dark-blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-primary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-secondary-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-secondary-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-secondary-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-secondary-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-secondary-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-secondary-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-secondary-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-secondary-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-secondary-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-secondary-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-grayCustom-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-grayCustom-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-grayCustom-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-grayCustom-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-grayCustom-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-grayCustom-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-grayCustom-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-grayCustom-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-grayCustom:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-grayCustom:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-grayCustom-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-grayCustom-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-grayCustom-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-grayCustom-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-grayCustom-hover:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-grayCustom-hover:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-error:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-error:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-error-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-error-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-warning:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-warning:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-warning-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-warning-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-success-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-success-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-status-open:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-status-open:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-status-waiting_payment:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-status-waiting_payment:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-status-completed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-status-completed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-status-failed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-status-failed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-status-waiting_verify:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-status-waiting_verify:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-status-closed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-status-closed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-policyStatus-issuing:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-policyStatus-issuing:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-policyStatus-waiting_inspection:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-policyStatus-waiting_inspection:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-policyStatus-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-policyStatus-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-policyStatus-failed_inspection:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-policyStatus-failed_inspection:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-policyStatus-failed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-policyStatus-failed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-policyStatus-waiting_policy:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-policyStatus-waiting_policy:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-policyStatus-cancel:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-policyStatus-cancel:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .laptop\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .laptop\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .laptop\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .laptop\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .laptop\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .laptop\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .laptop\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .laptop\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .laptop\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .laptop\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .laptop\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .laptop\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .laptop\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .laptop\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .laptop\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .laptop\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .laptop\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .laptop\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .laptop\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .laptop\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .laptop\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .laptop\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .laptop\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .laptop\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .laptop\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .laptop\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .laptop\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .laptop\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .laptop\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .laptop\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .laptop\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .laptop\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .laptop\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .laptop\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .laptop\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .laptop\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .laptop\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .laptop\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .laptop\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .laptop\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .laptop\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .laptop\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .laptop\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .laptop\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .laptop\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .laptop\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .laptop\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .laptop\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .laptop\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .laptop\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .laptop\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .laptop\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .laptop\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .laptop\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .laptop\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .laptop\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .laptop\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .laptop\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .laptop\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .laptop\:opacity-0 {
    opacity: 0;
  }

  .laptop\:opacity-5 {
    opacity: 0.05;
  }

  .laptop\:opacity-10 {
    opacity: 0.1;
  }

  .laptop\:opacity-20 {
    opacity: 0.2;
  }

  .laptop\:opacity-25 {
    opacity: 0.25;
  }

  .laptop\:opacity-30 {
    opacity: 0.3;
  }

  .laptop\:opacity-40 {
    opacity: 0.4;
  }

  .laptop\:opacity-50 {
    opacity: 0.5;
  }

  .laptop\:opacity-60 {
    opacity: 0.6;
  }

  .laptop\:opacity-70 {
    opacity: 0.7;
  }

  .laptop\:opacity-75 {
    opacity: 0.75;
  }

  .laptop\:opacity-80 {
    opacity: 0.8;
  }

  .laptop\:opacity-90 {
    opacity: 0.9;
  }

  .laptop\:opacity-95 {
    opacity: 0.95;
  }

  .laptop\:opacity-100 {
    opacity: 1;
  }

  .group:hover .laptop\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .laptop\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .laptop\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .laptop\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .laptop\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .laptop\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .laptop\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .laptop\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .laptop\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .laptop\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .laptop\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .laptop\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .laptop\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .laptop\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .laptop\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .laptop\:focus-within\:opacity-0[focus-within] {
    opacity: 0;
  }

  .laptop\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .laptop\:focus-within\:opacity-5[focus-within] {
    opacity: 0.05;
  }

  .laptop\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .laptop\:focus-within\:opacity-10[focus-within] {
    opacity: 0.1;
  }

  .laptop\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .laptop\:focus-within\:opacity-20[focus-within] {
    opacity: 0.2;
  }

  .laptop\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .laptop\:focus-within\:opacity-25[focus-within] {
    opacity: 0.25;
  }

  .laptop\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .laptop\:focus-within\:opacity-30[focus-within] {
    opacity: 0.3;
  }

  .laptop\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .laptop\:focus-within\:opacity-40[focus-within] {
    opacity: 0.4;
  }

  .laptop\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .laptop\:focus-within\:opacity-50[focus-within] {
    opacity: 0.5;
  }

  .laptop\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .laptop\:focus-within\:opacity-60[focus-within] {
    opacity: 0.6;
  }

  .laptop\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .laptop\:focus-within\:opacity-70[focus-within] {
    opacity: 0.7;
  }

  .laptop\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .laptop\:focus-within\:opacity-75[focus-within] {
    opacity: 0.75;
  }

  .laptop\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .laptop\:focus-within\:opacity-80[focus-within] {
    opacity: 0.8;
  }

  .laptop\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .laptop\:focus-within\:opacity-90[focus-within] {
    opacity: 0.9;
  }

  .laptop\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .laptop\:focus-within\:opacity-95[focus-within] {
    opacity: 0.95;
  }

  .laptop\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .laptop\:focus-within\:opacity-100[focus-within] {
    opacity: 1;
  }

  .laptop\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .laptop\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .laptop\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .laptop\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .laptop\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .laptop\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .laptop\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .laptop\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .laptop\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .laptop\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .laptop\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .laptop\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .laptop\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .laptop\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .laptop\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .laptop\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .laptop\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .laptop\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .laptop\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .laptop\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .laptop\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .laptop\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .laptop\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .laptop\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .laptop\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .laptop\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .laptop\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .laptop\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .laptop\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .laptop\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .laptop\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .laptop\:disabled\:opacity-0:disabled {
    opacity: 0;
  }

  .laptop\:disabled\:opacity-5:disabled {
    opacity: 0.05;
  }

  .laptop\:disabled\:opacity-10:disabled {
    opacity: 0.1;
  }

  .laptop\:disabled\:opacity-20:disabled {
    opacity: 0.2;
  }

  .laptop\:disabled\:opacity-25:disabled {
    opacity: 0.25;
  }

  .laptop\:disabled\:opacity-30:disabled {
    opacity: 0.3;
  }

  .laptop\:disabled\:opacity-40:disabled {
    opacity: 0.4;
  }

  .laptop\:disabled\:opacity-50:disabled {
    opacity: 0.5;
  }

  .laptop\:disabled\:opacity-60:disabled {
    opacity: 0.6;
  }

  .laptop\:disabled\:opacity-70:disabled {
    opacity: 0.7;
  }

  .laptop\:disabled\:opacity-75:disabled {
    opacity: 0.75;
  }

  .laptop\:disabled\:opacity-80:disabled {
    opacity: 0.8;
  }

  .laptop\:disabled\:opacity-90:disabled {
    opacity: 0.9;
  }

  .laptop\:disabled\:opacity-95:disabled {
    opacity: 0.95;
  }

  .laptop\:disabled\:opacity-100:disabled {
    opacity: 1;
  }

  .laptop\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .laptop\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .laptop\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .laptop\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .laptop\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .laptop\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .laptop\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .laptop\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .laptop\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .laptop\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .laptop\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .laptop\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .laptop\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .laptop\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .laptop\:bg-blend-color {
    background-blend-mode: color;
  }

  .laptop\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .laptop\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .laptop\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .laptop\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .laptop\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .laptop\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .laptop\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .laptop\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .laptop\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .laptop\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .laptop\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .laptop\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .laptop\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .laptop\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .laptop\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .laptop\:mix-blend-color {
    mix-blend-mode: color;
  }

  .laptop\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .laptop\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:shadow-none {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:shadow-button {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:shadow-button-hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:shadow-secondary-tag {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:shadow-gray {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .laptop\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .laptop\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .laptop\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .laptop\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .laptop\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .laptop\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .laptop\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .laptop\:group-hover\:shadow-none {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .laptop\:group-hover\:shadow-button {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .laptop\:group-hover\:shadow-button-hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .laptop\:group-hover\:shadow-secondary-tag {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .laptop\:group-hover\:shadow-gray {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow-sm[focus-within] {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow[focus-within] {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow-md[focus-within] {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow-lg[focus-within] {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow-xl[focus-within] {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow-2xl[focus-within] {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow-inner[focus-within] {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow-none[focus-within] {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow-button[focus-within] {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow-button:focus-within {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow-button-hover[focus-within] {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow-button-hover:focus-within {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow-secondary-tag[focus-within] {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow-secondary-tag:focus-within {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow-gray[focus-within] {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow-gray:focus-within {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:hover\:shadow-button:hover {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:hover\:shadow-button-hover:hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:hover\:shadow-secondary-tag:hover {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:hover\:shadow-gray:hover {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:focus\:shadow-button:focus {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:focus\:shadow-button-hover:focus {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:focus\:shadow-secondary-tag:focus {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:focus\:shadow-gray:focus {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .laptop\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .laptop\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .laptop\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .laptop\:focus-within\:outline-none[focus-within] {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .laptop\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .laptop\:focus-within\:outline-white[focus-within] {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .laptop\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .laptop\:focus-within\:outline-black[focus-within] {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .laptop\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .laptop\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .laptop\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .laptop\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .laptop\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .laptop\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .laptop\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .laptop\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .laptop\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .laptop\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .laptop\:focus-within\:ring-0[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .laptop\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .laptop\:focus-within\:ring-1[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .laptop\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .laptop\:focus-within\:ring-2[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .laptop\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .laptop\:focus-within\:ring-4[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .laptop\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .laptop\:focus-within\:ring-8[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .laptop\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .laptop\:focus-within\:ring[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .laptop\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .laptop\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .laptop\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .laptop\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .laptop\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .laptop\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .laptop\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .laptop\:ring-inset {
    --tw-ring-inset: inset;
  }

  .laptop\:focus-within\:ring-inset[focus-within] {
    --tw-ring-inset: inset;
  }

  .laptop\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .laptop\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .laptop\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .laptop\:ring-current {
    --tw-ring-color: currentColor;
  }

  .laptop\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .laptop\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .laptop\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .laptop\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .laptop\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .laptop\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .laptop\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .laptop\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .laptop\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .laptop\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .laptop\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .laptop\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .laptop\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .laptop\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .laptop\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .laptop\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .laptop\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .laptop\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .laptop\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .laptop\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .laptop\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .laptop\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .laptop\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .laptop\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .laptop\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .laptop\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .laptop\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .laptop\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .laptop\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .laptop\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .laptop\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .laptop\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .laptop\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .laptop\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .laptop\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .laptop\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .laptop\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .laptop\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .laptop\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .laptop\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .laptop\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .laptop\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .laptop\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .laptop\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .laptop\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .laptop\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .laptop\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .laptop\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .laptop\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .laptop\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .laptop\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .laptop\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .laptop\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .laptop\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .laptop\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .laptop\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .laptop\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .laptop\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .laptop\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .laptop\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .laptop\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .laptop\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .laptop\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .laptop\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .laptop\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .laptop\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .laptop\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .laptop\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .laptop\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .laptop\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .laptop\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .laptop\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .laptop\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .laptop\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .laptop\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .laptop\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .laptop\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .laptop\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .laptop\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .laptop\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .laptop\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .laptop\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .laptop\:ring-primary-color {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .laptop\:ring-primary-color-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .laptop\:ring-secondary-color {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .laptop\:ring-custom-gray-sm {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .laptop\:ring-custom-gray-sm2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .laptop\:ring-custom-gray-md {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .laptop\:ring-custom-navy-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .laptop\:ring-dark-blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .laptop\:ring-primary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .laptop\:ring-secondary-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .laptop\:ring-secondary-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .laptop\:ring-secondary-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .laptop\:ring-secondary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .laptop\:ring-secondary-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .laptop\:ring-secondary-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .laptop\:ring-grayCustom-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .laptop\:ring-grayCustom-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .laptop\:ring-grayCustom-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .laptop\:ring-grayCustom-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .laptop\:ring-grayCustom {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .laptop\:ring-grayCustom-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .laptop\:ring-grayCustom-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .laptop\:ring-grayCustom-hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .laptop\:ring-error {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .laptop\:ring-error-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .laptop\:ring-warning {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .laptop\:ring-warning-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .laptop\:ring-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .laptop\:ring-success-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .laptop\:ring-status-open {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .laptop\:ring-status-waiting_payment {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .laptop\:ring-status-completed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .laptop\:ring-status-failed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .laptop\:ring-status-waiting_verify {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .laptop\:ring-status-closed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .laptop\:ring-policyStatus-issuing {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .laptop\:ring-policyStatus-waiting_inspection {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .laptop\:ring-policyStatus-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .laptop\:ring-policyStatus-failed_inspection {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .laptop\:ring-policyStatus-failed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .laptop\:ring-policyStatus-waiting_policy {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .laptop\:ring-policyStatus-cancel {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-transparent[focus-within] {
    --tw-ring-color: transparent;
  }

  .laptop\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .laptop\:focus-within\:ring-current[focus-within] {
    --tw-ring-color: currentColor;
  }

  .laptop\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor;
  }

  .laptop\:focus-within\:ring-black[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-white[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-yellow-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-yellow-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-yellow-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-yellow-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-yellow-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-yellow-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-yellow-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-yellow-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-yellow-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-yellow-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-purple-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-purple-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-purple-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-purple-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-purple-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-purple-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-purple-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-purple-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-purple-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-purple-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-primary-color[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-primary-color:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-primary-color-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-primary-color-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-secondary-color[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-secondary-color:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-custom-gray-sm[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-custom-gray-sm:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-custom-gray-sm2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-custom-gray-sm2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-custom-gray-md[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-custom-gray-md:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-custom-navy-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-custom-navy-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-dark-blue[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-dark-blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-primary[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-primary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-secondary-1[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-secondary-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-secondary-2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-secondary-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-secondary-3[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-secondary-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-secondary[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-secondary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-secondary-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-secondary-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-secondary-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-secondary-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-grayCustom-1[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-grayCustom-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-grayCustom-2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-grayCustom-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-grayCustom-3[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-grayCustom-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-grayCustom-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-grayCustom-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-grayCustom[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-grayCustom:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-grayCustom-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-grayCustom-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-grayCustom-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-grayCustom-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-grayCustom-hover[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-grayCustom-hover:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-error[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-error:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-error-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-error-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-warning[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-warning:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-warning-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-warning-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-success[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-success-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-success-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-status-open[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-status-open:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-status-waiting_payment[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-status-waiting_payment:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-status-completed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-status-completed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-status-failed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-status-failed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-status-waiting_verify[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-status-waiting_verify:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-status-closed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-status-closed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-policyStatus-issuing[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-policyStatus-issuing:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-policyStatus-waiting_inspection[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-policyStatus-waiting_inspection:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-policyStatus-success[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-policyStatus-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-policyStatus-failed_inspection[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-policyStatus-failed_inspection:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-policyStatus-failed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-policyStatus-failed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-policyStatus-waiting_policy[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-policyStatus-waiting_policy:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-policyStatus-cancel[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-policyStatus-cancel:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .laptop\:focus\:ring-current:focus {
    --tw-ring-color: currentColor;
  }

  .laptop\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-primary-color:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-primary-color-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-secondary-color:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-custom-gray-sm:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-custom-gray-sm2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-custom-gray-md:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-custom-navy-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-dark-blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-primary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-secondary-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-secondary-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-secondary-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-secondary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-secondary-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-secondary-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-grayCustom-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-grayCustom-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-grayCustom-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-grayCustom-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-grayCustom:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-grayCustom-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-grayCustom-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-grayCustom-hover:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-error:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-error-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-warning:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-warning-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-success-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-status-open:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-status-waiting_payment:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-status-completed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-status-failed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-status-waiting_verify:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-status-closed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-policyStatus-issuing:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-policyStatus-waiting_inspection:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-policyStatus-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-policyStatus-failed_inspection:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-policyStatus-failed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-policyStatus-waiting_policy:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-policyStatus-cancel:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .laptop\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .laptop\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .laptop\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .laptop\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .laptop\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .laptop\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .laptop\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .laptop\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .laptop\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .laptop\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .laptop\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .laptop\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .laptop\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .laptop\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .laptop\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .laptop\:focus-within\:ring-opacity-0[focus-within] {
    --tw-ring-opacity: 0;
  }

  .laptop\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .laptop\:focus-within\:ring-opacity-5[focus-within] {
    --tw-ring-opacity: 0.05;
  }

  .laptop\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .laptop\:focus-within\:ring-opacity-10[focus-within] {
    --tw-ring-opacity: 0.1;
  }

  .laptop\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .laptop\:focus-within\:ring-opacity-20[focus-within] {
    --tw-ring-opacity: 0.2;
  }

  .laptop\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .laptop\:focus-within\:ring-opacity-25[focus-within] {
    --tw-ring-opacity: 0.25;
  }

  .laptop\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .laptop\:focus-within\:ring-opacity-30[focus-within] {
    --tw-ring-opacity: 0.3;
  }

  .laptop\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .laptop\:focus-within\:ring-opacity-40[focus-within] {
    --tw-ring-opacity: 0.4;
  }

  .laptop\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .laptop\:focus-within\:ring-opacity-50[focus-within] {
    --tw-ring-opacity: 0.5;
  }

  .laptop\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .laptop\:focus-within\:ring-opacity-60[focus-within] {
    --tw-ring-opacity: 0.6;
  }

  .laptop\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .laptop\:focus-within\:ring-opacity-70[focus-within] {
    --tw-ring-opacity: 0.7;
  }

  .laptop\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .laptop\:focus-within\:ring-opacity-75[focus-within] {
    --tw-ring-opacity: 0.75;
  }

  .laptop\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .laptop\:focus-within\:ring-opacity-80[focus-within] {
    --tw-ring-opacity: 0.8;
  }

  .laptop\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .laptop\:focus-within\:ring-opacity-90[focus-within] {
    --tw-ring-opacity: 0.9;
  }

  .laptop\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .laptop\:focus-within\:ring-opacity-95[focus-within] {
    --tw-ring-opacity: 0.95;
  }

  .laptop\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .laptop\:focus-within\:ring-opacity-100[focus-within] {
    --tw-ring-opacity: 1;
  }

  .laptop\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .laptop\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .laptop\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .laptop\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .laptop\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .laptop\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .laptop\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .laptop\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .laptop\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .laptop\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .laptop\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .laptop\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .laptop\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .laptop\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .laptop\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .laptop\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .laptop\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .laptop\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .laptop\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .laptop\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .laptop\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .laptop\:focus-within\:ring-offset-0[focus-within] {
    --tw-ring-offset-width: 0px;
  }

  .laptop\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .laptop\:focus-within\:ring-offset-1[focus-within] {
    --tw-ring-offset-width: 1px;
  }

  .laptop\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .laptop\:focus-within\:ring-offset-2[focus-within] {
    --tw-ring-offset-width: 2px;
  }

  .laptop\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .laptop\:focus-within\:ring-offset-4[focus-within] {
    --tw-ring-offset-width: 4px;
  }

  .laptop\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .laptop\:focus-within\:ring-offset-8[focus-within] {
    --tw-ring-offset-width: 8px;
  }

  .laptop\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .laptop\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .laptop\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .laptop\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .laptop\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .laptop\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .laptop\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .laptop\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }

  .laptop\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .laptop\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .laptop\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f9fafb;
  }

  .laptop\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f3f4f6;
  }

  .laptop\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e5e7eb;
  }

  .laptop\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d1d5db;
  }

  .laptop\:ring-offset-gray-400 {
    --tw-ring-offset-color: #9ca3af;
  }

  .laptop\:ring-offset-gray-500 {
    --tw-ring-offset-color: #6b7280;
  }

  .laptop\:ring-offset-gray-600 {
    --tw-ring-offset-color: #4b5563;
  }

  .laptop\:ring-offset-gray-700 {
    --tw-ring-offset-color: #374151;
  }

  .laptop\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .laptop\:ring-offset-gray-900 {
    --tw-ring-offset-color: #111827;
  }

  .laptop\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .laptop\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .laptop\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .laptop\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .laptop\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .laptop\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .laptop\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .laptop\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .laptop\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .laptop\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .laptop\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .laptop\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .laptop\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .laptop\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .laptop\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .laptop\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .laptop\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }

  .laptop\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }

  .laptop\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }

  .laptop\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }

  .laptop\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .laptop\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .laptop\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .laptop\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .laptop\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }

  .laptop\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }

  .laptop\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }

  .laptop\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }

  .laptop\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }

  .laptop\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .laptop\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .laptop\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .laptop\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .laptop\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .laptop\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .laptop\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .laptop\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .laptop\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .laptop\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .laptop\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .laptop\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .laptop\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .laptop\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .laptop\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .laptop\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .laptop\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .laptop\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .laptop\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .laptop\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .laptop\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .laptop\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .laptop\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .laptop\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .laptop\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .laptop\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .laptop\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .laptop\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .laptop\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .laptop\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .laptop\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .laptop\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .laptop\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .laptop\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .laptop\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .laptop\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .laptop\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .laptop\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .laptop\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .laptop\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .laptop\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .laptop\:ring-offset-primary-color {
    --tw-ring-offset-color: #eb008b;
  }

  .laptop\:ring-offset-primary-color-dark {
    --tw-ring-offset-color: #c90068;
  }

  .laptop\:ring-offset-secondary-color {
    --tw-ring-offset-color: #112e42;
  }

  .laptop\:ring-offset-custom-gray-sm {
    --tw-ring-offset-color: #f1f4f6;
  }

  .laptop\:ring-offset-custom-gray-sm2 {
    --tw-ring-offset-color: #f1f2f3;
  }

  .laptop\:ring-offset-custom-gray-md {
    --tw-ring-offset-color: #848484;
  }

  .laptop\:ring-offset-custom-navy-dark {
    --tw-ring-offset-color: #112e42;
  }

  .laptop\:ring-offset-dark-blue {
    --tw-ring-offset-color: #112E42;
  }

  .laptop\:ring-offset-primary {
    --tw-ring-offset-color: #192D40;
  }

  .laptop\:ring-offset-secondary-1 {
    --tw-ring-offset-color: #E6007E;
  }

  .laptop\:ring-offset-secondary-2 {
    --tw-ring-offset-color: #D6D564;
  }

  .laptop\:ring-offset-secondary-3 {
    --tw-ring-offset-color: #FCFCCD;
  }

  .laptop\:ring-offset-secondary {
    --tw-ring-offset-color: #E6007E;
  }

  .laptop\:ring-offset-secondary-dark {
    --tw-ring-offset-color: #C11A7D;
  }

  .laptop\:ring-offset-secondary-light {
    --tw-ring-offset-color: #FBCEE9;
  }

  .laptop\:ring-offset-grayCustom-1 {
    --tw-ring-offset-color: #4F4F4F;
  }

  .laptop\:ring-offset-grayCustom-2 {
    --tw-ring-offset-color: #C4C4C4;
  }

  .laptop\:ring-offset-grayCustom-3 {
    --tw-ring-offset-color: #F9F9F9;
  }

  .laptop\:ring-offset-grayCustom-800 {
    --tw-ring-offset-color: #4F4F4F;
  }

  .laptop\:ring-offset-grayCustom {
    --tw-ring-offset-color: #C4C4C4;
  }

  .laptop\:ring-offset-grayCustom-dark {
    --tw-ring-offset-color: #4F4F4F;
  }

  .laptop\:ring-offset-grayCustom-light {
    --tw-ring-offset-color: #F9F9F9;
  }

  .laptop\:ring-offset-grayCustom-hover {
    --tw-ring-offset-color: #9F9F9F;
  }

  .laptop\:ring-offset-error {
    --tw-ring-offset-color: #FF206E;
  }

  .laptop\:ring-offset-error-light {
    --tw-ring-offset-color: #FDE8EA;
  }

  .laptop\:ring-offset-warning {
    --tw-ring-offset-color: #FFAE14;
  }

  .laptop\:ring-offset-warning-light {
    --tw-ring-offset-color: #FFF6E5;
  }

  .laptop\:ring-offset-success {
    --tw-ring-offset-color: #2DD881;
  }

  .laptop\:ring-offset-success-light {
    --tw-ring-offset-color: #E9FBF2;
  }

  .laptop\:ring-offset-status-open {
    --tw-ring-offset-color: #FFF;
  }

  .laptop\:ring-offset-status-waiting_payment {
    --tw-ring-offset-color: #ffae14;
  }

  .laptop\:ring-offset-status-completed {
    --tw-ring-offset-color: #54c1bb;
  }

  .laptop\:ring-offset-status-failed {
    --tw-ring-offset-color: #e8556b;
  }

  .laptop\:ring-offset-status-waiting_verify {
    --tw-ring-offset-color: #ffae14;
  }

  .laptop\:ring-offset-status-closed {
    --tw-ring-offset-color: #c4c4c4;
  }

  .laptop\:ring-offset-policyStatus-issuing {
    --tw-ring-offset-color: #FFF;
  }

  .laptop\:ring-offset-policyStatus-waiting_inspection {
    --tw-ring-offset-color: #ffae14;
  }

  .laptop\:ring-offset-policyStatus-success {
    --tw-ring-offset-color: #54c1bb;
  }

  .laptop\:ring-offset-policyStatus-failed_inspection {
    --tw-ring-offset-color: #e8556b;
  }

  .laptop\:ring-offset-policyStatus-failed {
    --tw-ring-offset-color: #e8556b;
  }

  .laptop\:ring-offset-policyStatus-waiting_policy {
    --tw-ring-offset-color: #ffae14;
  }

  .laptop\:ring-offset-policyStatus-cancel {
    --tw-ring-offset-color: #c4c4c4;
  }

  .laptop\:focus-within\:ring-offset-transparent[focus-within] {
    --tw-ring-offset-color: transparent;
  }

  .laptop\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .laptop\:focus-within\:ring-offset-current[focus-within] {
    --tw-ring-offset-color: currentColor;
  }

  .laptop\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }

  .laptop\:focus-within\:ring-offset-black[focus-within] {
    --tw-ring-offset-color: #000;
  }

  .laptop\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .laptop\:focus-within\:ring-offset-white[focus-within] {
    --tw-ring-offset-color: #fff;
  }

  .laptop\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .laptop\:focus-within\:ring-offset-gray-50[focus-within] {
    --tw-ring-offset-color: #f9fafb;
  }

  .laptop\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f9fafb;
  }

  .laptop\:focus-within\:ring-offset-gray-100[focus-within] {
    --tw-ring-offset-color: #f3f4f6;
  }

  .laptop\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6;
  }

  .laptop\:focus-within\:ring-offset-gray-200[focus-within] {
    --tw-ring-offset-color: #e5e7eb;
  }

  .laptop\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb;
  }

  .laptop\:focus-within\:ring-offset-gray-300[focus-within] {
    --tw-ring-offset-color: #d1d5db;
  }

  .laptop\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d1d5db;
  }

  .laptop\:focus-within\:ring-offset-gray-400[focus-within] {
    --tw-ring-offset-color: #9ca3af;
  }

  .laptop\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #9ca3af;
  }

  .laptop\:focus-within\:ring-offset-gray-500[focus-within] {
    --tw-ring-offset-color: #6b7280;
  }

  .laptop\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #6b7280;
  }

  .laptop\:focus-within\:ring-offset-gray-600[focus-within] {
    --tw-ring-offset-color: #4b5563;
  }

  .laptop\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #4b5563;
  }

  .laptop\:focus-within\:ring-offset-gray-700[focus-within] {
    --tw-ring-offset-color: #374151;
  }

  .laptop\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #374151;
  }

  .laptop\:focus-within\:ring-offset-gray-800[focus-within] {
    --tw-ring-offset-color: #1f2937;
  }

  .laptop\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #1f2937;
  }

  .laptop\:focus-within\:ring-offset-gray-900[focus-within] {
    --tw-ring-offset-color: #111827;
  }

  .laptop\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #111827;
  }

  .laptop\:focus-within\:ring-offset-red-50[focus-within] {
    --tw-ring-offset-color: #fef2f2;
  }

  .laptop\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .laptop\:focus-within\:ring-offset-red-100[focus-within] {
    --tw-ring-offset-color: #fee2e2;
  }

  .laptop\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .laptop\:focus-within\:ring-offset-red-200[focus-within] {
    --tw-ring-offset-color: #fecaca;
  }

  .laptop\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .laptop\:focus-within\:ring-offset-red-300[focus-within] {
    --tw-ring-offset-color: #fca5a5;
  }

  .laptop\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .laptop\:focus-within\:ring-offset-red-400[focus-within] {
    --tw-ring-offset-color: #f87171;
  }

  .laptop\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .laptop\:focus-within\:ring-offset-red-500[focus-within] {
    --tw-ring-offset-color: #ef4444;
  }

  .laptop\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .laptop\:focus-within\:ring-offset-red-600[focus-within] {
    --tw-ring-offset-color: #dc2626;
  }

  .laptop\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .laptop\:focus-within\:ring-offset-red-700[focus-within] {
    --tw-ring-offset-color: #b91c1c;
  }

  .laptop\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .laptop\:focus-within\:ring-offset-red-800[focus-within] {
    --tw-ring-offset-color: #991b1b;
  }

  .laptop\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .laptop\:focus-within\:ring-offset-red-900[focus-within] {
    --tw-ring-offset-color: #7f1d1d;
  }

  .laptop\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .laptop\:focus-within\:ring-offset-yellow-50[focus-within] {
    --tw-ring-offset-color: #fffbeb;
  }

  .laptop\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .laptop\:focus-within\:ring-offset-yellow-100[focus-within] {
    --tw-ring-offset-color: #fef3c7;
  }

  .laptop\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .laptop\:focus-within\:ring-offset-yellow-200[focus-within] {
    --tw-ring-offset-color: #fde68a;
  }

  .laptop\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .laptop\:focus-within\:ring-offset-yellow-300[focus-within] {
    --tw-ring-offset-color: #fcd34d;
  }

  .laptop\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .laptop\:focus-within\:ring-offset-yellow-400[focus-within] {
    --tw-ring-offset-color: #fbbf24;
  }

  .laptop\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .laptop\:focus-within\:ring-offset-yellow-500[focus-within] {
    --tw-ring-offset-color: #f59e0b;
  }

  .laptop\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .laptop\:focus-within\:ring-offset-yellow-600[focus-within] {
    --tw-ring-offset-color: #d97706;
  }

  .laptop\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .laptop\:focus-within\:ring-offset-yellow-700[focus-within] {
    --tw-ring-offset-color: #b45309;
  }

  .laptop\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .laptop\:focus-within\:ring-offset-yellow-800[focus-within] {
    --tw-ring-offset-color: #92400e;
  }

  .laptop\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .laptop\:focus-within\:ring-offset-yellow-900[focus-within] {
    --tw-ring-offset-color: #78350f;
  }

  .laptop\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .laptop\:focus-within\:ring-offset-green-50[focus-within] {
    --tw-ring-offset-color: #ecfdf5;
  }

  .laptop\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .laptop\:focus-within\:ring-offset-green-100[focus-within] {
    --tw-ring-offset-color: #d1fae5;
  }

  .laptop\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .laptop\:focus-within\:ring-offset-green-200[focus-within] {
    --tw-ring-offset-color: #a7f3d0;
  }

  .laptop\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .laptop\:focus-within\:ring-offset-green-300[focus-within] {
    --tw-ring-offset-color: #6ee7b7;
  }

  .laptop\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .laptop\:focus-within\:ring-offset-green-400[focus-within] {
    --tw-ring-offset-color: #34d399;
  }

  .laptop\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .laptop\:focus-within\:ring-offset-green-500[focus-within] {
    --tw-ring-offset-color: #10b981;
  }

  .laptop\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .laptop\:focus-within\:ring-offset-green-600[focus-within] {
    --tw-ring-offset-color: #059669;
  }

  .laptop\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .laptop\:focus-within\:ring-offset-green-700[focus-within] {
    --tw-ring-offset-color: #047857;
  }

  .laptop\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .laptop\:focus-within\:ring-offset-green-800[focus-within] {
    --tw-ring-offset-color: #065f46;
  }

  .laptop\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .laptop\:focus-within\:ring-offset-green-900[focus-within] {
    --tw-ring-offset-color: #064e3b;
  }

  .laptop\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .laptop\:focus-within\:ring-offset-blue-50[focus-within] {
    --tw-ring-offset-color: #eff6ff;
  }

  .laptop\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .laptop\:focus-within\:ring-offset-blue-100[focus-within] {
    --tw-ring-offset-color: #dbeafe;
  }

  .laptop\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .laptop\:focus-within\:ring-offset-blue-200[focus-within] {
    --tw-ring-offset-color: #bfdbfe;
  }

  .laptop\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .laptop\:focus-within\:ring-offset-blue-300[focus-within] {
    --tw-ring-offset-color: #93c5fd;
  }

  .laptop\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .laptop\:focus-within\:ring-offset-blue-400[focus-within] {
    --tw-ring-offset-color: #60a5fa;
  }

  .laptop\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .laptop\:focus-within\:ring-offset-blue-500[focus-within] {
    --tw-ring-offset-color: #3b82f6;
  }

  .laptop\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .laptop\:focus-within\:ring-offset-blue-600[focus-within] {
    --tw-ring-offset-color: #2563eb;
  }

  .laptop\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .laptop\:focus-within\:ring-offset-blue-700[focus-within] {
    --tw-ring-offset-color: #1d4ed8;
  }

  .laptop\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .laptop\:focus-within\:ring-offset-blue-800[focus-within] {
    --tw-ring-offset-color: #1e40af;
  }

  .laptop\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .laptop\:focus-within\:ring-offset-blue-900[focus-within] {
    --tw-ring-offset-color: #1e3a8a;
  }

  .laptop\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .laptop\:focus-within\:ring-offset-indigo-50[focus-within] {
    --tw-ring-offset-color: #eef2ff;
  }

  .laptop\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .laptop\:focus-within\:ring-offset-indigo-100[focus-within] {
    --tw-ring-offset-color: #e0e7ff;
  }

  .laptop\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .laptop\:focus-within\:ring-offset-indigo-200[focus-within] {
    --tw-ring-offset-color: #c7d2fe;
  }

  .laptop\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .laptop\:focus-within\:ring-offset-indigo-300[focus-within] {
    --tw-ring-offset-color: #a5b4fc;
  }

  .laptop\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .laptop\:focus-within\:ring-offset-indigo-400[focus-within] {
    --tw-ring-offset-color: #818cf8;
  }

  .laptop\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .laptop\:focus-within\:ring-offset-indigo-500[focus-within] {
    --tw-ring-offset-color: #6366f1;
  }

  .laptop\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .laptop\:focus-within\:ring-offset-indigo-600[focus-within] {
    --tw-ring-offset-color: #4f46e5;
  }

  .laptop\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .laptop\:focus-within\:ring-offset-indigo-700[focus-within] {
    --tw-ring-offset-color: #4338ca;
  }

  .laptop\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .laptop\:focus-within\:ring-offset-indigo-800[focus-within] {
    --tw-ring-offset-color: #3730a3;
  }

  .laptop\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .laptop\:focus-within\:ring-offset-indigo-900[focus-within] {
    --tw-ring-offset-color: #312e81;
  }

  .laptop\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .laptop\:focus-within\:ring-offset-purple-50[focus-within] {
    --tw-ring-offset-color: #f5f3ff;
  }

  .laptop\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .laptop\:focus-within\:ring-offset-purple-100[focus-within] {
    --tw-ring-offset-color: #ede9fe;
  }

  .laptop\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .laptop\:focus-within\:ring-offset-purple-200[focus-within] {
    --tw-ring-offset-color: #ddd6fe;
  }

  .laptop\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .laptop\:focus-within\:ring-offset-purple-300[focus-within] {
    --tw-ring-offset-color: #c4b5fd;
  }

  .laptop\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .laptop\:focus-within\:ring-offset-purple-400[focus-within] {
    --tw-ring-offset-color: #a78bfa;
  }

  .laptop\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .laptop\:focus-within\:ring-offset-purple-500[focus-within] {
    --tw-ring-offset-color: #8b5cf6;
  }

  .laptop\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .laptop\:focus-within\:ring-offset-purple-600[focus-within] {
    --tw-ring-offset-color: #7c3aed;
  }

  .laptop\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .laptop\:focus-within\:ring-offset-purple-700[focus-within] {
    --tw-ring-offset-color: #6d28d9;
  }

  .laptop\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .laptop\:focus-within\:ring-offset-purple-800[focus-within] {
    --tw-ring-offset-color: #5b21b6;
  }

  .laptop\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .laptop\:focus-within\:ring-offset-purple-900[focus-within] {
    --tw-ring-offset-color: #4c1d95;
  }

  .laptop\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .laptop\:focus-within\:ring-offset-pink-50[focus-within] {
    --tw-ring-offset-color: #fdf2f8;
  }

  .laptop\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .laptop\:focus-within\:ring-offset-pink-100[focus-within] {
    --tw-ring-offset-color: #fce7f3;
  }

  .laptop\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .laptop\:focus-within\:ring-offset-pink-200[focus-within] {
    --tw-ring-offset-color: #fbcfe8;
  }

  .laptop\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .laptop\:focus-within\:ring-offset-pink-300[focus-within] {
    --tw-ring-offset-color: #f9a8d4;
  }

  .laptop\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .laptop\:focus-within\:ring-offset-pink-400[focus-within] {
    --tw-ring-offset-color: #f472b6;
  }

  .laptop\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .laptop\:focus-within\:ring-offset-pink-500[focus-within] {
    --tw-ring-offset-color: #ec4899;
  }

  .laptop\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .laptop\:focus-within\:ring-offset-pink-600[focus-within] {
    --tw-ring-offset-color: #db2777;
  }

  .laptop\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .laptop\:focus-within\:ring-offset-pink-700[focus-within] {
    --tw-ring-offset-color: #be185d;
  }

  .laptop\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .laptop\:focus-within\:ring-offset-pink-800[focus-within] {
    --tw-ring-offset-color: #9d174d;
  }

  .laptop\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .laptop\:focus-within\:ring-offset-pink-900[focus-within] {
    --tw-ring-offset-color: #831843;
  }

  .laptop\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .laptop\:focus-within\:ring-offset-primary-color[focus-within] {
    --tw-ring-offset-color: #eb008b;
  }

  .laptop\:focus-within\:ring-offset-primary-color:focus-within {
    --tw-ring-offset-color: #eb008b;
  }

  .laptop\:focus-within\:ring-offset-primary-color-dark[focus-within] {
    --tw-ring-offset-color: #c90068;
  }

  .laptop\:focus-within\:ring-offset-primary-color-dark:focus-within {
    --tw-ring-offset-color: #c90068;
  }

  .laptop\:focus-within\:ring-offset-secondary-color[focus-within] {
    --tw-ring-offset-color: #112e42;
  }

  .laptop\:focus-within\:ring-offset-secondary-color:focus-within {
    --tw-ring-offset-color: #112e42;
  }

  .laptop\:focus-within\:ring-offset-custom-gray-sm[focus-within] {
    --tw-ring-offset-color: #f1f4f6;
  }

  .laptop\:focus-within\:ring-offset-custom-gray-sm:focus-within {
    --tw-ring-offset-color: #f1f4f6;
  }

  .laptop\:focus-within\:ring-offset-custom-gray-sm2[focus-within] {
    --tw-ring-offset-color: #f1f2f3;
  }

  .laptop\:focus-within\:ring-offset-custom-gray-sm2:focus-within {
    --tw-ring-offset-color: #f1f2f3;
  }

  .laptop\:focus-within\:ring-offset-custom-gray-md[focus-within] {
    --tw-ring-offset-color: #848484;
  }

  .laptop\:focus-within\:ring-offset-custom-gray-md:focus-within {
    --tw-ring-offset-color: #848484;
  }

  .laptop\:focus-within\:ring-offset-custom-navy-dark[focus-within] {
    --tw-ring-offset-color: #112e42;
  }

  .laptop\:focus-within\:ring-offset-custom-navy-dark:focus-within {
    --tw-ring-offset-color: #112e42;
  }

  .laptop\:focus-within\:ring-offset-dark-blue[focus-within] {
    --tw-ring-offset-color: #112E42;
  }

  .laptop\:focus-within\:ring-offset-dark-blue:focus-within {
    --tw-ring-offset-color: #112E42;
  }

  .laptop\:focus-within\:ring-offset-primary[focus-within] {
    --tw-ring-offset-color: #192D40;
  }

  .laptop\:focus-within\:ring-offset-primary:focus-within {
    --tw-ring-offset-color: #192D40;
  }

  .laptop\:focus-within\:ring-offset-secondary-1[focus-within] {
    --tw-ring-offset-color: #E6007E;
  }

  .laptop\:focus-within\:ring-offset-secondary-1:focus-within {
    --tw-ring-offset-color: #E6007E;
  }

  .laptop\:focus-within\:ring-offset-secondary-2[focus-within] {
    --tw-ring-offset-color: #D6D564;
  }

  .laptop\:focus-within\:ring-offset-secondary-2:focus-within {
    --tw-ring-offset-color: #D6D564;
  }

  .laptop\:focus-within\:ring-offset-secondary-3[focus-within] {
    --tw-ring-offset-color: #FCFCCD;
  }

  .laptop\:focus-within\:ring-offset-secondary-3:focus-within {
    --tw-ring-offset-color: #FCFCCD;
  }

  .laptop\:focus-within\:ring-offset-secondary[focus-within] {
    --tw-ring-offset-color: #E6007E;
  }

  .laptop\:focus-within\:ring-offset-secondary:focus-within {
    --tw-ring-offset-color: #E6007E;
  }

  .laptop\:focus-within\:ring-offset-secondary-dark[focus-within] {
    --tw-ring-offset-color: #C11A7D;
  }

  .laptop\:focus-within\:ring-offset-secondary-dark:focus-within {
    --tw-ring-offset-color: #C11A7D;
  }

  .laptop\:focus-within\:ring-offset-secondary-light[focus-within] {
    --tw-ring-offset-color: #FBCEE9;
  }

  .laptop\:focus-within\:ring-offset-secondary-light:focus-within {
    --tw-ring-offset-color: #FBCEE9;
  }

  .laptop\:focus-within\:ring-offset-grayCustom-1[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .laptop\:focus-within\:ring-offset-grayCustom-1:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .laptop\:focus-within\:ring-offset-grayCustom-2[focus-within] {
    --tw-ring-offset-color: #C4C4C4;
  }

  .laptop\:focus-within\:ring-offset-grayCustom-2:focus-within {
    --tw-ring-offset-color: #C4C4C4;
  }

  .laptop\:focus-within\:ring-offset-grayCustom-3[focus-within] {
    --tw-ring-offset-color: #F9F9F9;
  }

  .laptop\:focus-within\:ring-offset-grayCustom-3:focus-within {
    --tw-ring-offset-color: #F9F9F9;
  }

  .laptop\:focus-within\:ring-offset-grayCustom-800[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .laptop\:focus-within\:ring-offset-grayCustom-800:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .laptop\:focus-within\:ring-offset-grayCustom[focus-within] {
    --tw-ring-offset-color: #C4C4C4;
  }

  .laptop\:focus-within\:ring-offset-grayCustom:focus-within {
    --tw-ring-offset-color: #C4C4C4;
  }

  .laptop\:focus-within\:ring-offset-grayCustom-dark[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .laptop\:focus-within\:ring-offset-grayCustom-dark:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .laptop\:focus-within\:ring-offset-grayCustom-light[focus-within] {
    --tw-ring-offset-color: #F9F9F9;
  }

  .laptop\:focus-within\:ring-offset-grayCustom-light:focus-within {
    --tw-ring-offset-color: #F9F9F9;
  }

  .laptop\:focus-within\:ring-offset-grayCustom-hover[focus-within] {
    --tw-ring-offset-color: #9F9F9F;
  }

  .laptop\:focus-within\:ring-offset-grayCustom-hover:focus-within {
    --tw-ring-offset-color: #9F9F9F;
  }

  .laptop\:focus-within\:ring-offset-error[focus-within] {
    --tw-ring-offset-color: #FF206E;
  }

  .laptop\:focus-within\:ring-offset-error:focus-within {
    --tw-ring-offset-color: #FF206E;
  }

  .laptop\:focus-within\:ring-offset-error-light[focus-within] {
    --tw-ring-offset-color: #FDE8EA;
  }

  .laptop\:focus-within\:ring-offset-error-light:focus-within {
    --tw-ring-offset-color: #FDE8EA;
  }

  .laptop\:focus-within\:ring-offset-warning[focus-within] {
    --tw-ring-offset-color: #FFAE14;
  }

  .laptop\:focus-within\:ring-offset-warning:focus-within {
    --tw-ring-offset-color: #FFAE14;
  }

  .laptop\:focus-within\:ring-offset-warning-light[focus-within] {
    --tw-ring-offset-color: #FFF6E5;
  }

  .laptop\:focus-within\:ring-offset-warning-light:focus-within {
    --tw-ring-offset-color: #FFF6E5;
  }

  .laptop\:focus-within\:ring-offset-success[focus-within] {
    --tw-ring-offset-color: #2DD881;
  }

  .laptop\:focus-within\:ring-offset-success:focus-within {
    --tw-ring-offset-color: #2DD881;
  }

  .laptop\:focus-within\:ring-offset-success-light[focus-within] {
    --tw-ring-offset-color: #E9FBF2;
  }

  .laptop\:focus-within\:ring-offset-success-light:focus-within {
    --tw-ring-offset-color: #E9FBF2;
  }

  .laptop\:focus-within\:ring-offset-status-open[focus-within] {
    --tw-ring-offset-color: #FFF;
  }

  .laptop\:focus-within\:ring-offset-status-open:focus-within {
    --tw-ring-offset-color: #FFF;
  }

  .laptop\:focus-within\:ring-offset-status-waiting_payment[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .laptop\:focus-within\:ring-offset-status-waiting_payment:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .laptop\:focus-within\:ring-offset-status-completed[focus-within] {
    --tw-ring-offset-color: #54c1bb;
  }

  .laptop\:focus-within\:ring-offset-status-completed:focus-within {
    --tw-ring-offset-color: #54c1bb;
  }

  .laptop\:focus-within\:ring-offset-status-failed[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .laptop\:focus-within\:ring-offset-status-failed:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .laptop\:focus-within\:ring-offset-status-waiting_verify[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .laptop\:focus-within\:ring-offset-status-waiting_verify:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .laptop\:focus-within\:ring-offset-status-closed[focus-within] {
    --tw-ring-offset-color: #c4c4c4;
  }

  .laptop\:focus-within\:ring-offset-status-closed:focus-within {
    --tw-ring-offset-color: #c4c4c4;
  }

  .laptop\:focus-within\:ring-offset-policyStatus-issuing[focus-within] {
    --tw-ring-offset-color: #FFF;
  }

  .laptop\:focus-within\:ring-offset-policyStatus-issuing:focus-within {
    --tw-ring-offset-color: #FFF;
  }

  .laptop\:focus-within\:ring-offset-policyStatus-waiting_inspection[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .laptop\:focus-within\:ring-offset-policyStatus-waiting_inspection:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .laptop\:focus-within\:ring-offset-policyStatus-success[focus-within] {
    --tw-ring-offset-color: #54c1bb;
  }

  .laptop\:focus-within\:ring-offset-policyStatus-success:focus-within {
    --tw-ring-offset-color: #54c1bb;
  }

  .laptop\:focus-within\:ring-offset-policyStatus-failed_inspection[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .laptop\:focus-within\:ring-offset-policyStatus-failed_inspection:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .laptop\:focus-within\:ring-offset-policyStatus-failed[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .laptop\:focus-within\:ring-offset-policyStatus-failed:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .laptop\:focus-within\:ring-offset-policyStatus-waiting_policy[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .laptop\:focus-within\:ring-offset-policyStatus-waiting_policy:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .laptop\:focus-within\:ring-offset-policyStatus-cancel[focus-within] {
    --tw-ring-offset-color: #c4c4c4;
  }

  .laptop\:focus-within\:ring-offset-policyStatus-cancel:focus-within {
    --tw-ring-offset-color: #c4c4c4;
  }

  .laptop\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .laptop\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }

  .laptop\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .laptop\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .laptop\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f9fafb;
  }

  .laptop\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f3f4f6;
  }

  .laptop\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e5e7eb;
  }

  .laptop\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d1d5db;
  }

  .laptop\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #9ca3af;
  }

  .laptop\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #6b7280;
  }

  .laptop\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #4b5563;
  }

  .laptop\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #374151;
  }

  .laptop\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937;
  }

  .laptop\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #111827;
  }

  .laptop\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .laptop\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .laptop\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .laptop\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .laptop\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .laptop\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .laptop\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .laptop\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .laptop\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .laptop\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .laptop\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .laptop\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .laptop\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .laptop\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .laptop\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .laptop\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .laptop\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .laptop\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .laptop\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .laptop\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .laptop\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .laptop\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .laptop\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .laptop\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .laptop\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .laptop\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .laptop\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .laptop\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .laptop\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .laptop\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .laptop\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .laptop\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .laptop\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .laptop\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .laptop\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .laptop\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .laptop\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .laptop\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .laptop\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .laptop\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .laptop\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .laptop\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .laptop\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .laptop\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .laptop\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .laptop\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .laptop\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .laptop\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .laptop\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .laptop\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .laptop\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .laptop\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .laptop\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .laptop\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .laptop\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .laptop\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .laptop\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .laptop\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .laptop\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .laptop\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .laptop\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .laptop\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .laptop\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .laptop\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .laptop\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .laptop\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .laptop\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .laptop\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .laptop\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .laptop\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .laptop\:focus\:ring-offset-primary-color:focus {
    --tw-ring-offset-color: #eb008b;
  }

  .laptop\:focus\:ring-offset-primary-color-dark:focus {
    --tw-ring-offset-color: #c90068;
  }

  .laptop\:focus\:ring-offset-secondary-color:focus {
    --tw-ring-offset-color: #112e42;
  }

  .laptop\:focus\:ring-offset-custom-gray-sm:focus {
    --tw-ring-offset-color: #f1f4f6;
  }

  .laptop\:focus\:ring-offset-custom-gray-sm2:focus {
    --tw-ring-offset-color: #f1f2f3;
  }

  .laptop\:focus\:ring-offset-custom-gray-md:focus {
    --tw-ring-offset-color: #848484;
  }

  .laptop\:focus\:ring-offset-custom-navy-dark:focus {
    --tw-ring-offset-color: #112e42;
  }

  .laptop\:focus\:ring-offset-dark-blue:focus {
    --tw-ring-offset-color: #112E42;
  }

  .laptop\:focus\:ring-offset-primary:focus {
    --tw-ring-offset-color: #192D40;
  }

  .laptop\:focus\:ring-offset-secondary-1:focus {
    --tw-ring-offset-color: #E6007E;
  }

  .laptop\:focus\:ring-offset-secondary-2:focus {
    --tw-ring-offset-color: #D6D564;
  }

  .laptop\:focus\:ring-offset-secondary-3:focus {
    --tw-ring-offset-color: #FCFCCD;
  }

  .laptop\:focus\:ring-offset-secondary:focus {
    --tw-ring-offset-color: #E6007E;
  }

  .laptop\:focus\:ring-offset-secondary-dark:focus {
    --tw-ring-offset-color: #C11A7D;
  }

  .laptop\:focus\:ring-offset-secondary-light:focus {
    --tw-ring-offset-color: #FBCEE9;
  }

  .laptop\:focus\:ring-offset-grayCustom-1:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .laptop\:focus\:ring-offset-grayCustom-2:focus {
    --tw-ring-offset-color: #C4C4C4;
  }

  .laptop\:focus\:ring-offset-grayCustom-3:focus {
    --tw-ring-offset-color: #F9F9F9;
  }

  .laptop\:focus\:ring-offset-grayCustom-800:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .laptop\:focus\:ring-offset-grayCustom:focus {
    --tw-ring-offset-color: #C4C4C4;
  }

  .laptop\:focus\:ring-offset-grayCustom-dark:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .laptop\:focus\:ring-offset-grayCustom-light:focus {
    --tw-ring-offset-color: #F9F9F9;
  }

  .laptop\:focus\:ring-offset-grayCustom-hover:focus {
    --tw-ring-offset-color: #9F9F9F;
  }

  .laptop\:focus\:ring-offset-error:focus {
    --tw-ring-offset-color: #FF206E;
  }

  .laptop\:focus\:ring-offset-error-light:focus {
    --tw-ring-offset-color: #FDE8EA;
  }

  .laptop\:focus\:ring-offset-warning:focus {
    --tw-ring-offset-color: #FFAE14;
  }

  .laptop\:focus\:ring-offset-warning-light:focus {
    --tw-ring-offset-color: #FFF6E5;
  }

  .laptop\:focus\:ring-offset-success:focus {
    --tw-ring-offset-color: #2DD881;
  }

  .laptop\:focus\:ring-offset-success-light:focus {
    --tw-ring-offset-color: #E9FBF2;
  }

  .laptop\:focus\:ring-offset-status-open:focus {
    --tw-ring-offset-color: #FFF;
  }

  .laptop\:focus\:ring-offset-status-waiting_payment:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .laptop\:focus\:ring-offset-status-completed:focus {
    --tw-ring-offset-color: #54c1bb;
  }

  .laptop\:focus\:ring-offset-status-failed:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .laptop\:focus\:ring-offset-status-waiting_verify:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .laptop\:focus\:ring-offset-status-closed:focus {
    --tw-ring-offset-color: #c4c4c4;
  }

  .laptop\:focus\:ring-offset-policyStatus-issuing:focus {
    --tw-ring-offset-color: #FFF;
  }

  .laptop\:focus\:ring-offset-policyStatus-waiting_inspection:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .laptop\:focus\:ring-offset-policyStatus-success:focus {
    --tw-ring-offset-color: #54c1bb;
  }

  .laptop\:focus\:ring-offset-policyStatus-failed_inspection:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .laptop\:focus\:ring-offset-policyStatus-failed:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .laptop\:focus\:ring-offset-policyStatus-waiting_policy:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .laptop\:focus\:ring-offset-policyStatus-cancel:focus {
    --tw-ring-offset-color: #c4c4c4;
  }

  .laptop\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .laptop\:filter-none {
    filter: none;
  }

  .laptop\:blur-0 {
    --tw-blur: blur(0);
  }

  .laptop\:blur-none {
    --tw-blur: blur(0);
  }

  .laptop\:blur-sm {
    --tw-blur: blur(4px);
  }

  .laptop\:blur {
    --tw-blur: blur(8px);
  }

  .laptop\:blur-md {
    --tw-blur: blur(12px);
  }

  .laptop\:blur-lg {
    --tw-blur: blur(16px);
  }

  .laptop\:blur-xl {
    --tw-blur: blur(24px);
  }

  .laptop\:blur-2xl {
    --tw-blur: blur(40px);
  }

  .laptop\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .laptop\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .laptop\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .laptop\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .laptop\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .laptop\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .laptop\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .laptop\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .laptop\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .laptop\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .laptop\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .laptop\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .laptop\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .laptop\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .laptop\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .laptop\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .laptop\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .laptop\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .laptop\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .laptop\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .laptop\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .laptop\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .laptop\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .laptop\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .laptop\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .laptop\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 rgba(0,0,0,0));
  }

  .laptop\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .laptop\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .laptop\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .laptop\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .laptop\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .laptop\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .laptop\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .laptop\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .laptop\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .laptop\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .laptop\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .laptop\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .laptop\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .laptop\:invert-0 {
    --tw-invert: invert(0);
  }

  .laptop\:invert {
    --tw-invert: invert(100%);
  }

  .laptop\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .laptop\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .laptop\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .laptop\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .laptop\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .laptop\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .laptop\:sepia {
    --tw-sepia: sepia(100%);
  }

  .laptop\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .laptop\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .laptop\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .laptop\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .laptop\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .laptop\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .laptop\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .laptop\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .laptop\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .laptop\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
  }

  .laptop\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .laptop\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .laptop\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .laptop\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .laptop\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .laptop\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .laptop\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .laptop\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .laptop\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .laptop\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .laptop\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .laptop\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .laptop\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .laptop\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .laptop\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .laptop\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .laptop\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .laptop\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .laptop\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .laptop\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .laptop\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .laptop\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .laptop\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .laptop\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .laptop\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .laptop\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .laptop\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .laptop\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .laptop\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .laptop\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .laptop\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .laptop\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .laptop\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .laptop\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .laptop\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .laptop\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .laptop\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .laptop\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .laptop\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .laptop\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .laptop\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .laptop\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .laptop\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .laptop\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .laptop\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .laptop\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .laptop\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .laptop\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .laptop\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .laptop\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .laptop\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .laptop\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .laptop\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .laptop\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .laptop\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .laptop\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .laptop\:transition-none {
    transition-property: none;
  }

  .laptop\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .laptop\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .laptop\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .laptop\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .laptop\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .laptop\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .laptop\:delay-75 {
    transition-delay: 75ms;
  }

  .laptop\:delay-100 {
    transition-delay: 100ms;
  }

  .laptop\:delay-150 {
    transition-delay: 150ms;
  }

  .laptop\:delay-200 {
    transition-delay: 200ms;
  }

  .laptop\:delay-300 {
    transition-delay: 300ms;
  }

  .laptop\:delay-500 {
    transition-delay: 500ms;
  }

  .laptop\:delay-700 {
    transition-delay: 700ms;
  }

  .laptop\:delay-1000 {
    transition-delay: 1000ms;
  }

  .laptop\:duration-75 {
    transition-duration: 75ms;
  }

  .laptop\:duration-100 {
    transition-duration: 100ms;
  }

  .laptop\:duration-150 {
    transition-duration: 150ms;
  }

  .laptop\:duration-200 {
    transition-duration: 200ms;
  }

  .laptop\:duration-300 {
    transition-duration: 300ms;
  }

  .laptop\:duration-500 {
    transition-duration: 500ms;
  }

  .laptop\:duration-700 {
    transition-duration: 700ms;
  }

  .laptop\:duration-1000 {
    transition-duration: 1000ms;
  }

  .laptop\:ease-linear {
    transition-timing-function: linear;
  }

  .laptop\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .laptop\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .laptop\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 1280px) {
  .desktop\:container {
    width: 100%;
  }
}

@media (min-width: 1280px) and (min-width: 0px) {
    .desktop\:container {
      max-width: 0px;
    }
  }

@media (min-width: 1280px) and (min-width: 320px) {
    .desktop\:container {
      max-width: 320px;
    }
  }

@media (min-width: 1280px) and (min-width: 640px) {
    .desktop\:container {
      max-width: 640px;
    }
  }

@media (min-width: 1280px) and (min-width: 768px) {
    .desktop\:container {
      max-width: 768px;
    }
  }

@media (min-width: 1280px) and (min-width: 1280px) {
    .desktop\:container {
      max-width: 1280px;
    }
  }

@media (min-width: 1280px) and (min-width: 1440px) {
    .desktop\:container {
      max-width: 1440px;
    }
  }

@media (min-width: 1280px) and (min-width: 1600px) {
    .desktop\:container {
      max-width: 1600px;
    }
  }

@media (min-width: 1280px) and (min-width: 4820px) {
    .desktop\:container {
      max-width: 4820px;
    }
  }

@media (min-width: 1280px) {

  .desktop\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .desktop\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .desktop\:focus-within\:sr-only[focus-within] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .desktop\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .desktop\:focus-within\:not-sr-only[focus-within] {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .desktop\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .desktop\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .desktop\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .desktop\:pointer-events-none {
    pointer-events: none;
  }

  .desktop\:pointer-events-auto {
    pointer-events: auto;
  }

  .desktop\:visible {
    visibility: visible;
  }

  .desktop\:invisible {
    visibility: hidden;
  }

  .desktop\:static {
    position: static;
  }

  .desktop\:fixed {
    position: fixed;
  }

  .desktop\:absolute {
    position: absolute;
  }

  .desktop\:relative {
    position: relative;
  }

  .desktop\:sticky {
    position: sticky;
  }

  .desktop\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .desktop\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .desktop\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .desktop\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .desktop\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .desktop\:inset-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .desktop\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .desktop\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .desktop\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .desktop\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .desktop\:inset-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .desktop\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .desktop\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .desktop\:inset-14 {
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .desktop\:inset-16 {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .desktop\:inset-20 {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .desktop\:inset-24 {
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .desktop\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .desktop\:inset-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .desktop\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .desktop\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .desktop\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .desktop\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .desktop\:inset-48 {
    top: 48px;
    right: 48px;
    bottom: 48px;
    left: 48px;
  }

  .desktop\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .desktop\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .desktop\:inset-60 {
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
  }

  .desktop\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .desktop\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .desktop\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .desktop\:inset-95 {
    top: 95px;
    right: 95px;
    bottom: 95px;
    left: 95px;
  }

  .desktop\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .desktop\:inset-120 {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .desktop\:inset-190 {
    top: 190px;
    right: 190px;
    bottom: 190px;
    left: 190px;
  }

  .desktop\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .desktop\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .desktop\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .desktop\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .desktop\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .desktop\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .desktop\:inset-30\% {
    top: 30%;
    right: 30%;
    bottom: 30%;
    left: 30%;
  }

  .desktop\:inset-7\.5r {
    top: 1.875rem;
    right: 1.875rem;
    bottom: 1.875rem;
    left: 1.875rem;
  }

  .desktop\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .desktop\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .desktop\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .desktop\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .desktop\:-inset-5 {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .desktop\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .desktop\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .desktop\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .desktop\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .desktop\:-inset-10 {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .desktop\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .desktop\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .desktop\:-inset-14 {
    top: -14px;
    right: -14px;
    bottom: -14px;
    left: -14px;
  }

  .desktop\:-inset-16 {
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
  }

  .desktop\:-inset-20 {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .desktop\:-inset-24 {
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
  }

  .desktop\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .desktop\:-inset-30 {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .desktop\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .desktop\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .desktop\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .desktop\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .desktop\:-inset-48 {
    top: -48px;
    right: -48px;
    bottom: -48px;
    left: -48px;
  }

  .desktop\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .desktop\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .desktop\:-inset-60 {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .desktop\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .desktop\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .desktop\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .desktop\:-inset-95 {
    top: -95px;
    right: -95px;
    bottom: -95px;
    left: -95px;
  }

  .desktop\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .desktop\:-inset-120 {
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px;
  }

  .desktop\:-inset-190 {
    top: -190px;
    right: -190px;
    bottom: -190px;
    left: -190px;
  }

  .desktop\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .desktop\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .desktop\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .desktop\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .desktop\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .desktop\:-inset-30\% {
    top: -30%;
    right: -30%;
    bottom: -30%;
    left: -30%;
  }

  .desktop\:-inset-7\.5r {
    top: -1.875rem;
    right: -1.875rem;
    bottom: -1.875rem;
    left: -1.875rem;
  }

  .desktop\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .desktop\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .desktop\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .desktop\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .desktop\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .desktop\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .desktop\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .desktop\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .desktop\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .desktop\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .desktop\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .desktop\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .desktop\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .desktop\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .desktop\:inset-x-0 {
    left: 0;
    right: 0;
  }

  .desktop\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .desktop\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .desktop\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .desktop\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .desktop\:inset-x-5 {
    left: 5px;
    right: 5px;
  }

  .desktop\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .desktop\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .desktop\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .desktop\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .desktop\:inset-x-10 {
    left: 10px;
    right: 10px;
  }

  .desktop\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .desktop\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .desktop\:inset-x-14 {
    left: 14px;
    right: 14px;
  }

  .desktop\:inset-x-16 {
    left: 16px;
    right: 16px;
  }

  .desktop\:inset-x-20 {
    left: 20px;
    right: 20px;
  }

  .desktop\:inset-x-24 {
    left: 24px;
    right: 24px;
  }

  .desktop\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .desktop\:inset-x-30 {
    left: 30px;
    right: 30px;
  }

  .desktop\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .desktop\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .desktop\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .desktop\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .desktop\:inset-x-48 {
    left: 48px;
    right: 48px;
  }

  .desktop\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .desktop\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .desktop\:inset-x-60 {
    left: 60px;
    right: 60px;
  }

  .desktop\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .desktop\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .desktop\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .desktop\:inset-x-95 {
    left: 95px;
    right: 95px;
  }

  .desktop\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .desktop\:inset-x-120 {
    left: 120px;
    right: 120px;
  }

  .desktop\:inset-x-190 {
    left: 190px;
    right: 190px;
  }

  .desktop\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .desktop\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .desktop\:inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .desktop\:inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .desktop\:inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .desktop\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .desktop\:inset-x-30\% {
    left: 30%;
    right: 30%;
  }

  .desktop\:inset-x-7\.5r {
    left: 1.875rem;
    right: 1.875rem;
  }

  .desktop\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .desktop\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .desktop\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .desktop\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .desktop\:-inset-x-5 {
    left: -5px;
    right: -5px;
  }

  .desktop\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .desktop\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .desktop\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .desktop\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .desktop\:-inset-x-10 {
    left: -10px;
    right: -10px;
  }

  .desktop\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .desktop\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .desktop\:-inset-x-14 {
    left: -14px;
    right: -14px;
  }

  .desktop\:-inset-x-16 {
    left: -16px;
    right: -16px;
  }

  .desktop\:-inset-x-20 {
    left: -20px;
    right: -20px;
  }

  .desktop\:-inset-x-24 {
    left: -24px;
    right: -24px;
  }

  .desktop\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .desktop\:-inset-x-30 {
    left: -30px;
    right: -30px;
  }

  .desktop\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .desktop\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .desktop\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .desktop\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .desktop\:-inset-x-48 {
    left: -48px;
    right: -48px;
  }

  .desktop\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .desktop\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .desktop\:-inset-x-60 {
    left: -60px;
    right: -60px;
  }

  .desktop\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .desktop\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .desktop\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .desktop\:-inset-x-95 {
    left: -95px;
    right: -95px;
  }

  .desktop\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .desktop\:-inset-x-120 {
    left: -120px;
    right: -120px;
  }

  .desktop\:-inset-x-190 {
    left: -190px;
    right: -190px;
  }

  .desktop\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .desktop\:-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .desktop\:-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .desktop\:-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .desktop\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .desktop\:-inset-x-30\% {
    left: -30%;
    right: -30%;
  }

  .desktop\:-inset-x-7\.5r {
    left: -1.875rem;
    right: -1.875rem;
  }

  .desktop\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .desktop\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .desktop\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .desktop\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .desktop\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .desktop\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .desktop\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .desktop\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .desktop\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .desktop\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .desktop\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .desktop\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .desktop\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .desktop\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .desktop\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .desktop\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .desktop\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .desktop\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .desktop\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .desktop\:inset-y-5 {
    top: 5px;
    bottom: 5px;
  }

  .desktop\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .desktop\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .desktop\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .desktop\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .desktop\:inset-y-10 {
    top: 10px;
    bottom: 10px;
  }

  .desktop\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .desktop\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .desktop\:inset-y-14 {
    top: 14px;
    bottom: 14px;
  }

  .desktop\:inset-y-16 {
    top: 16px;
    bottom: 16px;
  }

  .desktop\:inset-y-20 {
    top: 20px;
    bottom: 20px;
  }

  .desktop\:inset-y-24 {
    top: 24px;
    bottom: 24px;
  }

  .desktop\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .desktop\:inset-y-30 {
    top: 30px;
    bottom: 30px;
  }

  .desktop\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .desktop\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .desktop\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .desktop\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .desktop\:inset-y-48 {
    top: 48px;
    bottom: 48px;
  }

  .desktop\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .desktop\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .desktop\:inset-y-60 {
    top: 60px;
    bottom: 60px;
  }

  .desktop\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .desktop\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .desktop\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .desktop\:inset-y-95 {
    top: 95px;
    bottom: 95px;
  }

  .desktop\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .desktop\:inset-y-120 {
    top: 120px;
    bottom: 120px;
  }

  .desktop\:inset-y-190 {
    top: 190px;
    bottom: 190px;
  }

  .desktop\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .desktop\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .desktop\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .desktop\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .desktop\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .desktop\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .desktop\:inset-y-30\% {
    top: 30%;
    bottom: 30%;
  }

  .desktop\:inset-y-7\.5r {
    top: 1.875rem;
    bottom: 1.875rem;
  }

  .desktop\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .desktop\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .desktop\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .desktop\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .desktop\:-inset-y-5 {
    top: -5px;
    bottom: -5px;
  }

  .desktop\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .desktop\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .desktop\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .desktop\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .desktop\:-inset-y-10 {
    top: -10px;
    bottom: -10px;
  }

  .desktop\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .desktop\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .desktop\:-inset-y-14 {
    top: -14px;
    bottom: -14px;
  }

  .desktop\:-inset-y-16 {
    top: -16px;
    bottom: -16px;
  }

  .desktop\:-inset-y-20 {
    top: -20px;
    bottom: -20px;
  }

  .desktop\:-inset-y-24 {
    top: -24px;
    bottom: -24px;
  }

  .desktop\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .desktop\:-inset-y-30 {
    top: -30px;
    bottom: -30px;
  }

  .desktop\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .desktop\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .desktop\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .desktop\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .desktop\:-inset-y-48 {
    top: -48px;
    bottom: -48px;
  }

  .desktop\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .desktop\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .desktop\:-inset-y-60 {
    top: -60px;
    bottom: -60px;
  }

  .desktop\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .desktop\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .desktop\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .desktop\:-inset-y-95 {
    top: -95px;
    bottom: -95px;
  }

  .desktop\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .desktop\:-inset-y-120 {
    top: -120px;
    bottom: -120px;
  }

  .desktop\:-inset-y-190 {
    top: -190px;
    bottom: -190px;
  }

  .desktop\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .desktop\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .desktop\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .desktop\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .desktop\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .desktop\:-inset-y-30\% {
    top: -30%;
    bottom: -30%;
  }

  .desktop\:-inset-y-7\.5r {
    top: -1.875rem;
    bottom: -1.875rem;
  }

  .desktop\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .desktop\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .desktop\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .desktop\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .desktop\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .desktop\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .desktop\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .desktop\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .desktop\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .desktop\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .desktop\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .desktop\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .desktop\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .desktop\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .desktop\:top-0 {
    top: 0;
  }

  .desktop\:top-1 {
    top: 0.25rem;
  }

  .desktop\:top-2 {
    top: 0.5rem;
  }

  .desktop\:top-3 {
    top: 0.75rem;
  }

  .desktop\:top-4 {
    top: 1rem;
  }

  .desktop\:top-5 {
    top: 5px;
  }

  .desktop\:top-6 {
    top: 1.5rem;
  }

  .desktop\:top-7 {
    top: 1.75rem;
  }

  .desktop\:top-8 {
    top: 2rem;
  }

  .desktop\:top-9 {
    top: 2.25rem;
  }

  .desktop\:top-10 {
    top: 10px;
  }

  .desktop\:top-11 {
    top: 2.75rem;
  }

  .desktop\:top-12 {
    top: 3rem;
  }

  .desktop\:top-14 {
    top: 14px;
  }

  .desktop\:top-16 {
    top: 16px;
  }

  .desktop\:top-20 {
    top: 20px;
  }

  .desktop\:top-24 {
    top: 24px;
  }

  .desktop\:top-28 {
    top: 7rem;
  }

  .desktop\:top-30 {
    top: 30px;
  }

  .desktop\:top-32 {
    top: 8rem;
  }

  .desktop\:top-36 {
    top: 9rem;
  }

  .desktop\:top-40 {
    top: 10rem;
  }

  .desktop\:top-44 {
    top: 11rem;
  }

  .desktop\:top-48 {
    top: 48px;
  }

  .desktop\:top-52 {
    top: 13rem;
  }

  .desktop\:top-56 {
    top: 14rem;
  }

  .desktop\:top-60 {
    top: 60px;
  }

  .desktop\:top-64 {
    top: 16rem;
  }

  .desktop\:top-72 {
    top: 18rem;
  }

  .desktop\:top-80 {
    top: 20rem;
  }

  .desktop\:top-95 {
    top: 95px;
  }

  .desktop\:top-96 {
    top: 24rem;
  }

  .desktop\:top-120 {
    top: 120px;
  }

  .desktop\:top-190 {
    top: 190px;
  }

  .desktop\:top-auto {
    top: auto;
  }

  .desktop\:top-px {
    top: 1px;
  }

  .desktop\:top-0\.5 {
    top: 0.125rem;
  }

  .desktop\:top-1\.5 {
    top: 0.375rem;
  }

  .desktop\:top-2\.5 {
    top: 0.625rem;
  }

  .desktop\:top-3\.5 {
    top: 0.875rem;
  }

  .desktop\:top-30\% {
    top: 30%;
  }

  .desktop\:top-7\.5r {
    top: 1.875rem;
  }

  .desktop\:-top-1 {
    top: -0.25rem;
  }

  .desktop\:-top-2 {
    top: -0.5rem;
  }

  .desktop\:-top-3 {
    top: -0.75rem;
  }

  .desktop\:-top-4 {
    top: -1rem;
  }

  .desktop\:-top-5 {
    top: -5px;
  }

  .desktop\:-top-6 {
    top: -1.5rem;
  }

  .desktop\:-top-7 {
    top: -1.75rem;
  }

  .desktop\:-top-8 {
    top: -2rem;
  }

  .desktop\:-top-9 {
    top: -2.25rem;
  }

  .desktop\:-top-10 {
    top: -10px;
  }

  .desktop\:-top-11 {
    top: -2.75rem;
  }

  .desktop\:-top-12 {
    top: -3rem;
  }

  .desktop\:-top-14 {
    top: -14px;
  }

  .desktop\:-top-16 {
    top: -16px;
  }

  .desktop\:-top-20 {
    top: -20px;
  }

  .desktop\:-top-24 {
    top: -24px;
  }

  .desktop\:-top-28 {
    top: -7rem;
  }

  .desktop\:-top-30 {
    top: -30px;
  }

  .desktop\:-top-32 {
    top: -8rem;
  }

  .desktop\:-top-36 {
    top: -9rem;
  }

  .desktop\:-top-40 {
    top: -10rem;
  }

  .desktop\:-top-44 {
    top: -11rem;
  }

  .desktop\:-top-48 {
    top: -48px;
  }

  .desktop\:-top-52 {
    top: -13rem;
  }

  .desktop\:-top-56 {
    top: -14rem;
  }

  .desktop\:-top-60 {
    top: -60px;
  }

  .desktop\:-top-64 {
    top: -16rem;
  }

  .desktop\:-top-72 {
    top: -18rem;
  }

  .desktop\:-top-80 {
    top: -20rem;
  }

  .desktop\:-top-95 {
    top: -95px;
  }

  .desktop\:-top-96 {
    top: -24rem;
  }

  .desktop\:-top-120 {
    top: -120px;
  }

  .desktop\:-top-190 {
    top: -190px;
  }

  .desktop\:-top-px {
    top: -1px;
  }

  .desktop\:-top-0\.5 {
    top: -0.125rem;
  }

  .desktop\:-top-1\.5 {
    top: -0.375rem;
  }

  .desktop\:-top-2\.5 {
    top: -0.625rem;
  }

  .desktop\:-top-3\.5 {
    top: -0.875rem;
  }

  .desktop\:-top-30\% {
    top: -30%;
  }

  .desktop\:-top-7\.5r {
    top: -1.875rem;
  }

  .desktop\:top-1\/2 {
    top: 50%;
  }

  .desktop\:top-1\/3 {
    top: 33.333333%;
  }

  .desktop\:top-2\/3 {
    top: 66.666667%;
  }

  .desktop\:top-1\/4 {
    top: 25%;
  }

  .desktop\:top-2\/4 {
    top: 50%;
  }

  .desktop\:top-3\/4 {
    top: 75%;
  }

  .desktop\:top-full {
    top: 100%;
  }

  .desktop\:-top-1\/2 {
    top: -50%;
  }

  .desktop\:-top-1\/3 {
    top: -33.333333%;
  }

  .desktop\:-top-2\/3 {
    top: -66.666667%;
  }

  .desktop\:-top-1\/4 {
    top: -25%;
  }

  .desktop\:-top-2\/4 {
    top: -50%;
  }

  .desktop\:-top-3\/4 {
    top: -75%;
  }

  .desktop\:-top-full {
    top: -100%;
  }

  .desktop\:right-0 {
    right: 0;
  }

  .desktop\:right-1 {
    right: 0.25rem;
  }

  .desktop\:right-2 {
    right: 0.5rem;
  }

  .desktop\:right-3 {
    right: 0.75rem;
  }

  .desktop\:right-4 {
    right: 1rem;
  }

  .desktop\:right-5 {
    right: 5px;
  }

  .desktop\:right-6 {
    right: 1.5rem;
  }

  .desktop\:right-7 {
    right: 1.75rem;
  }

  .desktop\:right-8 {
    right: 2rem;
  }

  .desktop\:right-9 {
    right: 2.25rem;
  }

  .desktop\:right-10 {
    right: 10px;
  }

  .desktop\:right-11 {
    right: 2.75rem;
  }

  .desktop\:right-12 {
    right: 3rem;
  }

  .desktop\:right-14 {
    right: 14px;
  }

  .desktop\:right-16 {
    right: 16px;
  }

  .desktop\:right-20 {
    right: 20px;
  }

  .desktop\:right-24 {
    right: 24px;
  }

  .desktop\:right-28 {
    right: 7rem;
  }

  .desktop\:right-30 {
    right: 30px;
  }

  .desktop\:right-32 {
    right: 8rem;
  }

  .desktop\:right-36 {
    right: 9rem;
  }

  .desktop\:right-40 {
    right: 10rem;
  }

  .desktop\:right-44 {
    right: 11rem;
  }

  .desktop\:right-48 {
    right: 48px;
  }

  .desktop\:right-52 {
    right: 13rem;
  }

  .desktop\:right-56 {
    right: 14rem;
  }

  .desktop\:right-60 {
    right: 60px;
  }

  .desktop\:right-64 {
    right: 16rem;
  }

  .desktop\:right-72 {
    right: 18rem;
  }

  .desktop\:right-80 {
    right: 20rem;
  }

  .desktop\:right-95 {
    right: 95px;
  }

  .desktop\:right-96 {
    right: 24rem;
  }

  .desktop\:right-120 {
    right: 120px;
  }

  .desktop\:right-190 {
    right: 190px;
  }

  .desktop\:right-auto {
    right: auto;
  }

  .desktop\:right-px {
    right: 1px;
  }

  .desktop\:right-0\.5 {
    right: 0.125rem;
  }

  .desktop\:right-1\.5 {
    right: 0.375rem;
  }

  .desktop\:right-2\.5 {
    right: 0.625rem;
  }

  .desktop\:right-3\.5 {
    right: 0.875rem;
  }

  .desktop\:right-30\% {
    right: 30%;
  }

  .desktop\:right-7\.5r {
    right: 1.875rem;
  }

  .desktop\:-right-1 {
    right: -0.25rem;
  }

  .desktop\:-right-2 {
    right: -0.5rem;
  }

  .desktop\:-right-3 {
    right: -0.75rem;
  }

  .desktop\:-right-4 {
    right: -1rem;
  }

  .desktop\:-right-5 {
    right: -5px;
  }

  .desktop\:-right-6 {
    right: -1.5rem;
  }

  .desktop\:-right-7 {
    right: -1.75rem;
  }

  .desktop\:-right-8 {
    right: -2rem;
  }

  .desktop\:-right-9 {
    right: -2.25rem;
  }

  .desktop\:-right-10 {
    right: -10px;
  }

  .desktop\:-right-11 {
    right: -2.75rem;
  }

  .desktop\:-right-12 {
    right: -3rem;
  }

  .desktop\:-right-14 {
    right: -14px;
  }

  .desktop\:-right-16 {
    right: -16px;
  }

  .desktop\:-right-20 {
    right: -20px;
  }

  .desktop\:-right-24 {
    right: -24px;
  }

  .desktop\:-right-28 {
    right: -7rem;
  }

  .desktop\:-right-30 {
    right: -30px;
  }

  .desktop\:-right-32 {
    right: -8rem;
  }

  .desktop\:-right-36 {
    right: -9rem;
  }

  .desktop\:-right-40 {
    right: -10rem;
  }

  .desktop\:-right-44 {
    right: -11rem;
  }

  .desktop\:-right-48 {
    right: -48px;
  }

  .desktop\:-right-52 {
    right: -13rem;
  }

  .desktop\:-right-56 {
    right: -14rem;
  }

  .desktop\:-right-60 {
    right: -60px;
  }

  .desktop\:-right-64 {
    right: -16rem;
  }

  .desktop\:-right-72 {
    right: -18rem;
  }

  .desktop\:-right-80 {
    right: -20rem;
  }

  .desktop\:-right-95 {
    right: -95px;
  }

  .desktop\:-right-96 {
    right: -24rem;
  }

  .desktop\:-right-120 {
    right: -120px;
  }

  .desktop\:-right-190 {
    right: -190px;
  }

  .desktop\:-right-px {
    right: -1px;
  }

  .desktop\:-right-0\.5 {
    right: -0.125rem;
  }

  .desktop\:-right-1\.5 {
    right: -0.375rem;
  }

  .desktop\:-right-2\.5 {
    right: -0.625rem;
  }

  .desktop\:-right-3\.5 {
    right: -0.875rem;
  }

  .desktop\:-right-30\% {
    right: -30%;
  }

  .desktop\:-right-7\.5r {
    right: -1.875rem;
  }

  .desktop\:right-1\/2 {
    right: 50%;
  }

  .desktop\:right-1\/3 {
    right: 33.333333%;
  }

  .desktop\:right-2\/3 {
    right: 66.666667%;
  }

  .desktop\:right-1\/4 {
    right: 25%;
  }

  .desktop\:right-2\/4 {
    right: 50%;
  }

  .desktop\:right-3\/4 {
    right: 75%;
  }

  .desktop\:right-full {
    right: 100%;
  }

  .desktop\:-right-1\/2 {
    right: -50%;
  }

  .desktop\:-right-1\/3 {
    right: -33.333333%;
  }

  .desktop\:-right-2\/3 {
    right: -66.666667%;
  }

  .desktop\:-right-1\/4 {
    right: -25%;
  }

  .desktop\:-right-2\/4 {
    right: -50%;
  }

  .desktop\:-right-3\/4 {
    right: -75%;
  }

  .desktop\:-right-full {
    right: -100%;
  }

  .desktop\:bottom-0 {
    bottom: 0;
  }

  .desktop\:bottom-1 {
    bottom: 0.25rem;
  }

  .desktop\:bottom-2 {
    bottom: 0.5rem;
  }

  .desktop\:bottom-3 {
    bottom: 0.75rem;
  }

  .desktop\:bottom-4 {
    bottom: 1rem;
  }

  .desktop\:bottom-5 {
    bottom: 5px;
  }

  .desktop\:bottom-6 {
    bottom: 1.5rem;
  }

  .desktop\:bottom-7 {
    bottom: 1.75rem;
  }

  .desktop\:bottom-8 {
    bottom: 2rem;
  }

  .desktop\:bottom-9 {
    bottom: 2.25rem;
  }

  .desktop\:bottom-10 {
    bottom: 10px;
  }

  .desktop\:bottom-11 {
    bottom: 2.75rem;
  }

  .desktop\:bottom-12 {
    bottom: 3rem;
  }

  .desktop\:bottom-14 {
    bottom: 14px;
  }

  .desktop\:bottom-16 {
    bottom: 16px;
  }

  .desktop\:bottom-20 {
    bottom: 20px;
  }

  .desktop\:bottom-24 {
    bottom: 24px;
  }

  .desktop\:bottom-28 {
    bottom: 7rem;
  }

  .desktop\:bottom-30 {
    bottom: 30px;
  }

  .desktop\:bottom-32 {
    bottom: 8rem;
  }

  .desktop\:bottom-36 {
    bottom: 9rem;
  }

  .desktop\:bottom-40 {
    bottom: 10rem;
  }

  .desktop\:bottom-44 {
    bottom: 11rem;
  }

  .desktop\:bottom-48 {
    bottom: 48px;
  }

  .desktop\:bottom-52 {
    bottom: 13rem;
  }

  .desktop\:bottom-56 {
    bottom: 14rem;
  }

  .desktop\:bottom-60 {
    bottom: 60px;
  }

  .desktop\:bottom-64 {
    bottom: 16rem;
  }

  .desktop\:bottom-72 {
    bottom: 18rem;
  }

  .desktop\:bottom-80 {
    bottom: 20rem;
  }

  .desktop\:bottom-95 {
    bottom: 95px;
  }

  .desktop\:bottom-96 {
    bottom: 24rem;
  }

  .desktop\:bottom-120 {
    bottom: 120px;
  }

  .desktop\:bottom-190 {
    bottom: 190px;
  }

  .desktop\:bottom-auto {
    bottom: auto;
  }

  .desktop\:bottom-px {
    bottom: 1px;
  }

  .desktop\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .desktop\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .desktop\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .desktop\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .desktop\:bottom-30\% {
    bottom: 30%;
  }

  .desktop\:bottom-7\.5r {
    bottom: 1.875rem;
  }

  .desktop\:-bottom-1 {
    bottom: -0.25rem;
  }

  .desktop\:-bottom-2 {
    bottom: -0.5rem;
  }

  .desktop\:-bottom-3 {
    bottom: -0.75rem;
  }

  .desktop\:-bottom-4 {
    bottom: -1rem;
  }

  .desktop\:-bottom-5 {
    bottom: -5px;
  }

  .desktop\:-bottom-6 {
    bottom: -1.5rem;
  }

  .desktop\:-bottom-7 {
    bottom: -1.75rem;
  }

  .desktop\:-bottom-8 {
    bottom: -2rem;
  }

  .desktop\:-bottom-9 {
    bottom: -2.25rem;
  }

  .desktop\:-bottom-10 {
    bottom: -10px;
  }

  .desktop\:-bottom-11 {
    bottom: -2.75rem;
  }

  .desktop\:-bottom-12 {
    bottom: -3rem;
  }

  .desktop\:-bottom-14 {
    bottom: -14px;
  }

  .desktop\:-bottom-16 {
    bottom: -16px;
  }

  .desktop\:-bottom-20 {
    bottom: -20px;
  }

  .desktop\:-bottom-24 {
    bottom: -24px;
  }

  .desktop\:-bottom-28 {
    bottom: -7rem;
  }

  .desktop\:-bottom-30 {
    bottom: -30px;
  }

  .desktop\:-bottom-32 {
    bottom: -8rem;
  }

  .desktop\:-bottom-36 {
    bottom: -9rem;
  }

  .desktop\:-bottom-40 {
    bottom: -10rem;
  }

  .desktop\:-bottom-44 {
    bottom: -11rem;
  }

  .desktop\:-bottom-48 {
    bottom: -48px;
  }

  .desktop\:-bottom-52 {
    bottom: -13rem;
  }

  .desktop\:-bottom-56 {
    bottom: -14rem;
  }

  .desktop\:-bottom-60 {
    bottom: -60px;
  }

  .desktop\:-bottom-64 {
    bottom: -16rem;
  }

  .desktop\:-bottom-72 {
    bottom: -18rem;
  }

  .desktop\:-bottom-80 {
    bottom: -20rem;
  }

  .desktop\:-bottom-95 {
    bottom: -95px;
  }

  .desktop\:-bottom-96 {
    bottom: -24rem;
  }

  .desktop\:-bottom-120 {
    bottom: -120px;
  }

  .desktop\:-bottom-190 {
    bottom: -190px;
  }

  .desktop\:-bottom-px {
    bottom: -1px;
  }

  .desktop\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .desktop\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .desktop\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .desktop\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .desktop\:-bottom-30\% {
    bottom: -30%;
  }

  .desktop\:-bottom-7\.5r {
    bottom: -1.875rem;
  }

  .desktop\:bottom-1\/2 {
    bottom: 50%;
  }

  .desktop\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .desktop\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .desktop\:bottom-1\/4 {
    bottom: 25%;
  }

  .desktop\:bottom-2\/4 {
    bottom: 50%;
  }

  .desktop\:bottom-3\/4 {
    bottom: 75%;
  }

  .desktop\:bottom-full {
    bottom: 100%;
  }

  .desktop\:-bottom-1\/2 {
    bottom: -50%;
  }

  .desktop\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .desktop\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .desktop\:-bottom-1\/4 {
    bottom: -25%;
  }

  .desktop\:-bottom-2\/4 {
    bottom: -50%;
  }

  .desktop\:-bottom-3\/4 {
    bottom: -75%;
  }

  .desktop\:-bottom-full {
    bottom: -100%;
  }

  .desktop\:left-0 {
    left: 0;
  }

  .desktop\:left-1 {
    left: 0.25rem;
  }

  .desktop\:left-2 {
    left: 0.5rem;
  }

  .desktop\:left-3 {
    left: 0.75rem;
  }

  .desktop\:left-4 {
    left: 1rem;
  }

  .desktop\:left-5 {
    left: 5px;
  }

  .desktop\:left-6 {
    left: 1.5rem;
  }

  .desktop\:left-7 {
    left: 1.75rem;
  }

  .desktop\:left-8 {
    left: 2rem;
  }

  .desktop\:left-9 {
    left: 2.25rem;
  }

  .desktop\:left-10 {
    left: 10px;
  }

  .desktop\:left-11 {
    left: 2.75rem;
  }

  .desktop\:left-12 {
    left: 3rem;
  }

  .desktop\:left-14 {
    left: 14px;
  }

  .desktop\:left-16 {
    left: 16px;
  }

  .desktop\:left-20 {
    left: 20px;
  }

  .desktop\:left-24 {
    left: 24px;
  }

  .desktop\:left-28 {
    left: 7rem;
  }

  .desktop\:left-30 {
    left: 30px;
  }

  .desktop\:left-32 {
    left: 8rem;
  }

  .desktop\:left-36 {
    left: 9rem;
  }

  .desktop\:left-40 {
    left: 10rem;
  }

  .desktop\:left-44 {
    left: 11rem;
  }

  .desktop\:left-48 {
    left: 48px;
  }

  .desktop\:left-52 {
    left: 13rem;
  }

  .desktop\:left-56 {
    left: 14rem;
  }

  .desktop\:left-60 {
    left: 60px;
  }

  .desktop\:left-64 {
    left: 16rem;
  }

  .desktop\:left-72 {
    left: 18rem;
  }

  .desktop\:left-80 {
    left: 20rem;
  }

  .desktop\:left-95 {
    left: 95px;
  }

  .desktop\:left-96 {
    left: 24rem;
  }

  .desktop\:left-120 {
    left: 120px;
  }

  .desktop\:left-190 {
    left: 190px;
  }

  .desktop\:left-auto {
    left: auto;
  }

  .desktop\:left-px {
    left: 1px;
  }

  .desktop\:left-0\.5 {
    left: 0.125rem;
  }

  .desktop\:left-1\.5 {
    left: 0.375rem;
  }

  .desktop\:left-2\.5 {
    left: 0.625rem;
  }

  .desktop\:left-3\.5 {
    left: 0.875rem;
  }

  .desktop\:left-30\% {
    left: 30%;
  }

  .desktop\:left-7\.5r {
    left: 1.875rem;
  }

  .desktop\:-left-1 {
    left: -0.25rem;
  }

  .desktop\:-left-2 {
    left: -0.5rem;
  }

  .desktop\:-left-3 {
    left: -0.75rem;
  }

  .desktop\:-left-4 {
    left: -1rem;
  }

  .desktop\:-left-5 {
    left: -5px;
  }

  .desktop\:-left-6 {
    left: -1.5rem;
  }

  .desktop\:-left-7 {
    left: -1.75rem;
  }

  .desktop\:-left-8 {
    left: -2rem;
  }

  .desktop\:-left-9 {
    left: -2.25rem;
  }

  .desktop\:-left-10 {
    left: -10px;
  }

  .desktop\:-left-11 {
    left: -2.75rem;
  }

  .desktop\:-left-12 {
    left: -3rem;
  }

  .desktop\:-left-14 {
    left: -14px;
  }

  .desktop\:-left-16 {
    left: -16px;
  }

  .desktop\:-left-20 {
    left: -20px;
  }

  .desktop\:-left-24 {
    left: -24px;
  }

  .desktop\:-left-28 {
    left: -7rem;
  }

  .desktop\:-left-30 {
    left: -30px;
  }

  .desktop\:-left-32 {
    left: -8rem;
  }

  .desktop\:-left-36 {
    left: -9rem;
  }

  .desktop\:-left-40 {
    left: -10rem;
  }

  .desktop\:-left-44 {
    left: -11rem;
  }

  .desktop\:-left-48 {
    left: -48px;
  }

  .desktop\:-left-52 {
    left: -13rem;
  }

  .desktop\:-left-56 {
    left: -14rem;
  }

  .desktop\:-left-60 {
    left: -60px;
  }

  .desktop\:-left-64 {
    left: -16rem;
  }

  .desktop\:-left-72 {
    left: -18rem;
  }

  .desktop\:-left-80 {
    left: -20rem;
  }

  .desktop\:-left-95 {
    left: -95px;
  }

  .desktop\:-left-96 {
    left: -24rem;
  }

  .desktop\:-left-120 {
    left: -120px;
  }

  .desktop\:-left-190 {
    left: -190px;
  }

  .desktop\:-left-px {
    left: -1px;
  }

  .desktop\:-left-0\.5 {
    left: -0.125rem;
  }

  .desktop\:-left-1\.5 {
    left: -0.375rem;
  }

  .desktop\:-left-2\.5 {
    left: -0.625rem;
  }

  .desktop\:-left-3\.5 {
    left: -0.875rem;
  }

  .desktop\:-left-30\% {
    left: -30%;
  }

  .desktop\:-left-7\.5r {
    left: -1.875rem;
  }

  .desktop\:left-1\/2 {
    left: 50%;
  }

  .desktop\:left-1\/3 {
    left: 33.333333%;
  }

  .desktop\:left-2\/3 {
    left: 66.666667%;
  }

  .desktop\:left-1\/4 {
    left: 25%;
  }

  .desktop\:left-2\/4 {
    left: 50%;
  }

  .desktop\:left-3\/4 {
    left: 75%;
  }

  .desktop\:left-full {
    left: 100%;
  }

  .desktop\:-left-1\/2 {
    left: -50%;
  }

  .desktop\:-left-1\/3 {
    left: -33.333333%;
  }

  .desktop\:-left-2\/3 {
    left: -66.666667%;
  }

  .desktop\:-left-1\/4 {
    left: -25%;
  }

  .desktop\:-left-2\/4 {
    left: -50%;
  }

  .desktop\:-left-3\/4 {
    left: -75%;
  }

  .desktop\:-left-full {
    left: -100%;
  }

  .desktop\:isolate {
    isolation: isolate;
  }

  .desktop\:isolation-auto {
    isolation: auto;
  }

  .desktop\:z-0 {
    z-index: 0;
  }

  .desktop\:z-1 {
    z-index: 1;
  }

  .desktop\:z-10 {
    z-index: 10;
  }

  .desktop\:z-20 {
    z-index: 20;
  }

  .desktop\:z-30 {
    z-index: 30;
  }

  .desktop\:z-40 {
    z-index: 40;
  }

  .desktop\:z-50 {
    z-index: 50;
  }

  .desktop\:z-auto {
    z-index: auto;
  }

  .desktop\:-z-1 {
    z-index: -1;
  }

  .desktop\:-z-10 {
    z-index: -10;
  }

  .desktop\:-z-20 {
    z-index: -20;
  }

  .desktop\:focus-within\:z-0[focus-within] {
    z-index: 0;
  }

  .desktop\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .desktop\:focus-within\:z-1[focus-within] {
    z-index: 1;
  }

  .desktop\:focus-within\:z-1:focus-within {
    z-index: 1;
  }

  .desktop\:focus-within\:z-10[focus-within] {
    z-index: 10;
  }

  .desktop\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .desktop\:focus-within\:z-20[focus-within] {
    z-index: 20;
  }

  .desktop\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .desktop\:focus-within\:z-30[focus-within] {
    z-index: 30;
  }

  .desktop\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .desktop\:focus-within\:z-40[focus-within] {
    z-index: 40;
  }

  .desktop\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .desktop\:focus-within\:z-50[focus-within] {
    z-index: 50;
  }

  .desktop\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .desktop\:focus-within\:z-auto[focus-within] {
    z-index: auto;
  }

  .desktop\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .desktop\:focus-within\:-z-1[focus-within] {
    z-index: -1;
  }

  .desktop\:focus-within\:-z-1:focus-within {
    z-index: -1;
  }

  .desktop\:focus-within\:-z-10[focus-within] {
    z-index: -10;
  }

  .desktop\:focus-within\:-z-10:focus-within {
    z-index: -10;
  }

  .desktop\:focus-within\:-z-20[focus-within] {
    z-index: -20;
  }

  .desktop\:focus-within\:-z-20:focus-within {
    z-index: -20;
  }

  .desktop\:focus\:z-0:focus {
    z-index: 0;
  }

  .desktop\:focus\:z-1:focus {
    z-index: 1;
  }

  .desktop\:focus\:z-10:focus {
    z-index: 10;
  }

  .desktop\:focus\:z-20:focus {
    z-index: 20;
  }

  .desktop\:focus\:z-30:focus {
    z-index: 30;
  }

  .desktop\:focus\:z-40:focus {
    z-index: 40;
  }

  .desktop\:focus\:z-50:focus {
    z-index: 50;
  }

  .desktop\:focus\:z-auto:focus {
    z-index: auto;
  }

  .desktop\:focus\:-z-1:focus {
    z-index: -1;
  }

  .desktop\:focus\:-z-10:focus {
    z-index: -10;
  }

  .desktop\:focus\:-z-20:focus {
    z-index: -20;
  }

  .desktop\:order-1 {
    order: 1;
  }

  .desktop\:order-2 {
    order: 2;
  }

  .desktop\:order-3 {
    order: 3;
  }

  .desktop\:order-4 {
    order: 4;
  }

  .desktop\:order-5 {
    order: 5;
  }

  .desktop\:order-6 {
    order: 6;
  }

  .desktop\:order-7 {
    order: 7;
  }

  .desktop\:order-8 {
    order: 8;
  }

  .desktop\:order-9 {
    order: 9;
  }

  .desktop\:order-10 {
    order: 10;
  }

  .desktop\:order-11 {
    order: 11;
  }

  .desktop\:order-12 {
    order: 12;
  }

  .desktop\:order-first {
    order: -9999;
  }

  .desktop\:order-last {
    order: 9999;
  }

  .desktop\:order-none {
    order: 0;
  }

  .desktop\:col-auto {
    grid-column: auto;
  }

  .desktop\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .desktop\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .desktop\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .desktop\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .desktop\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .desktop\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .desktop\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .desktop\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .desktop\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .desktop\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .desktop\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .desktop\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .desktop\:col-span-full {
    grid-column: 1 / -1;
  }

  .desktop\:col-start-1 {
    grid-column-start: 1;
  }

  .desktop\:col-start-2 {
    grid-column-start: 2;
  }

  .desktop\:col-start-3 {
    grid-column-start: 3;
  }

  .desktop\:col-start-4 {
    grid-column-start: 4;
  }

  .desktop\:col-start-5 {
    grid-column-start: 5;
  }

  .desktop\:col-start-6 {
    grid-column-start: 6;
  }

  .desktop\:col-start-7 {
    grid-column-start: 7;
  }

  .desktop\:col-start-8 {
    grid-column-start: 8;
  }

  .desktop\:col-start-9 {
    grid-column-start: 9;
  }

  .desktop\:col-start-10 {
    grid-column-start: 10;
  }

  .desktop\:col-start-11 {
    grid-column-start: 11;
  }

  .desktop\:col-start-12 {
    grid-column-start: 12;
  }

  .desktop\:col-start-13 {
    grid-column-start: 13;
  }

  .desktop\:col-start-auto {
    grid-column-start: auto;
  }

  .desktop\:col-end-1 {
    grid-column-end: 1;
  }

  .desktop\:col-end-2 {
    grid-column-end: 2;
  }

  .desktop\:col-end-3 {
    grid-column-end: 3;
  }

  .desktop\:col-end-4 {
    grid-column-end: 4;
  }

  .desktop\:col-end-5 {
    grid-column-end: 5;
  }

  .desktop\:col-end-6 {
    grid-column-end: 6;
  }

  .desktop\:col-end-7 {
    grid-column-end: 7;
  }

  .desktop\:col-end-8 {
    grid-column-end: 8;
  }

  .desktop\:col-end-9 {
    grid-column-end: 9;
  }

  .desktop\:col-end-10 {
    grid-column-end: 10;
  }

  .desktop\:col-end-11 {
    grid-column-end: 11;
  }

  .desktop\:col-end-12 {
    grid-column-end: 12;
  }

  .desktop\:col-end-13 {
    grid-column-end: 13;
  }

  .desktop\:col-end-auto {
    grid-column-end: auto;
  }

  .desktop\:row-auto {
    grid-row: auto;
  }

  .desktop\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .desktop\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .desktop\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .desktop\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .desktop\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .desktop\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .desktop\:row-span-full {
    grid-row: 1 / -1;
  }

  .desktop\:row-start-1 {
    grid-row-start: 1;
  }

  .desktop\:row-start-2 {
    grid-row-start: 2;
  }

  .desktop\:row-start-3 {
    grid-row-start: 3;
  }

  .desktop\:row-start-4 {
    grid-row-start: 4;
  }

  .desktop\:row-start-5 {
    grid-row-start: 5;
  }

  .desktop\:row-start-6 {
    grid-row-start: 6;
  }

  .desktop\:row-start-7 {
    grid-row-start: 7;
  }

  .desktop\:row-start-auto {
    grid-row-start: auto;
  }

  .desktop\:row-end-1 {
    grid-row-end: 1;
  }

  .desktop\:row-end-2 {
    grid-row-end: 2;
  }

  .desktop\:row-end-3 {
    grid-row-end: 3;
  }

  .desktop\:row-end-4 {
    grid-row-end: 4;
  }

  .desktop\:row-end-5 {
    grid-row-end: 5;
  }

  .desktop\:row-end-6 {
    grid-row-end: 6;
  }

  .desktop\:row-end-7 {
    grid-row-end: 7;
  }

  .desktop\:row-end-auto {
    grid-row-end: auto;
  }

  .desktop\:float-right {
    float: right;
  }

  .desktop\:float-left {
    float: left;
  }

  .desktop\:float-none {
    float: none;
  }

  .desktop\:clear-left {
    clear: left;
  }

  .desktop\:clear-right {
    clear: right;
  }

  .desktop\:clear-both {
    clear: both;
  }

  .desktop\:clear-none {
    clear: none;
  }

  .desktop\:m-0 {
    margin: 0;
  }

  .desktop\:m-1 {
    margin: 0.25rem;
  }

  .desktop\:m-2 {
    margin: 0.5rem;
  }

  .desktop\:m-3 {
    margin: 0.75rem;
  }

  .desktop\:m-4 {
    margin: 1rem;
  }

  .desktop\:m-5 {
    margin: 5px;
  }

  .desktop\:m-6 {
    margin: 1.5rem;
  }

  .desktop\:m-7 {
    margin: 1.75rem;
  }

  .desktop\:m-8 {
    margin: 2rem;
  }

  .desktop\:m-9 {
    margin: 2.25rem;
  }

  .desktop\:m-10 {
    margin: 10px;
  }

  .desktop\:m-11 {
    margin: 2.75rem;
  }

  .desktop\:m-12 {
    margin: 3rem;
  }

  .desktop\:m-14 {
    margin: 14px;
  }

  .desktop\:m-16 {
    margin: 16px;
  }

  .desktop\:m-20 {
    margin: 20px;
  }

  .desktop\:m-24 {
    margin: 24px;
  }

  .desktop\:m-28 {
    margin: 7rem;
  }

  .desktop\:m-30 {
    margin: 30px;
  }

  .desktop\:m-32 {
    margin: 8rem;
  }

  .desktop\:m-36 {
    margin: 9rem;
  }

  .desktop\:m-40 {
    margin: 10rem;
  }

  .desktop\:m-44 {
    margin: 11rem;
  }

  .desktop\:m-48 {
    margin: 48px;
  }

  .desktop\:m-52 {
    margin: 13rem;
  }

  .desktop\:m-56 {
    margin: 14rem;
  }

  .desktop\:m-60 {
    margin: 60px;
  }

  .desktop\:m-64 {
    margin: 16rem;
  }

  .desktop\:m-72 {
    margin: 18rem;
  }

  .desktop\:m-80 {
    margin: 20rem;
  }

  .desktop\:m-95 {
    margin: 95px;
  }

  .desktop\:m-96 {
    margin: 24rem;
  }

  .desktop\:m-120 {
    margin: 120px;
  }

  .desktop\:m-190 {
    margin: 190px;
  }

  .desktop\:m-auto {
    margin: auto;
  }

  .desktop\:m-px {
    margin: 1px;
  }

  .desktop\:m-0\.5 {
    margin: 0.125rem;
  }

  .desktop\:m-1\.5 {
    margin: 0.375rem;
  }

  .desktop\:m-2\.5 {
    margin: 0.625rem;
  }

  .desktop\:m-3\.5 {
    margin: 0.875rem;
  }

  .desktop\:m-30\% {
    margin: 30%;
  }

  .desktop\:m-7\.5r {
    margin: 1.875rem;
  }

  .desktop\:-m-1 {
    margin: -0.25rem;
  }

  .desktop\:-m-2 {
    margin: -0.5rem;
  }

  .desktop\:-m-3 {
    margin: -0.75rem;
  }

  .desktop\:-m-4 {
    margin: -1rem;
  }

  .desktop\:-m-5 {
    margin: -5px;
  }

  .desktop\:-m-6 {
    margin: -1.5rem;
  }

  .desktop\:-m-7 {
    margin: -1.75rem;
  }

  .desktop\:-m-8 {
    margin: -2rem;
  }

  .desktop\:-m-9 {
    margin: -2.25rem;
  }

  .desktop\:-m-10 {
    margin: -10px;
  }

  .desktop\:-m-11 {
    margin: -2.75rem;
  }

  .desktop\:-m-12 {
    margin: -3rem;
  }

  .desktop\:-m-14 {
    margin: -14px;
  }

  .desktop\:-m-16 {
    margin: -16px;
  }

  .desktop\:-m-20 {
    margin: -20px;
  }

  .desktop\:-m-24 {
    margin: -24px;
  }

  .desktop\:-m-28 {
    margin: -7rem;
  }

  .desktop\:-m-30 {
    margin: -30px;
  }

  .desktop\:-m-32 {
    margin: -8rem;
  }

  .desktop\:-m-36 {
    margin: -9rem;
  }

  .desktop\:-m-40 {
    margin: -10rem;
  }

  .desktop\:-m-44 {
    margin: -11rem;
  }

  .desktop\:-m-48 {
    margin: -48px;
  }

  .desktop\:-m-52 {
    margin: -13rem;
  }

  .desktop\:-m-56 {
    margin: -14rem;
  }

  .desktop\:-m-60 {
    margin: -60px;
  }

  .desktop\:-m-64 {
    margin: -16rem;
  }

  .desktop\:-m-72 {
    margin: -18rem;
  }

  .desktop\:-m-80 {
    margin: -20rem;
  }

  .desktop\:-m-95 {
    margin: -95px;
  }

  .desktop\:-m-96 {
    margin: -24rem;
  }

  .desktop\:-m-120 {
    margin: -120px;
  }

  .desktop\:-m-190 {
    margin: -190px;
  }

  .desktop\:-m-px {
    margin: -1px;
  }

  .desktop\:-m-0\.5 {
    margin: -0.125rem;
  }

  .desktop\:-m-1\.5 {
    margin: -0.375rem;
  }

  .desktop\:-m-2\.5 {
    margin: -0.625rem;
  }

  .desktop\:-m-3\.5 {
    margin: -0.875rem;
  }

  .desktop\:-m-30\% {
    margin: -30%;
  }

  .desktop\:-m-7\.5r {
    margin: -1.875rem;
  }

  .desktop\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .desktop\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .desktop\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .desktop\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .desktop\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .desktop\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .desktop\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .desktop\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .desktop\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .desktop\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .desktop\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .desktop\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .desktop\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .desktop\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .desktop\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .desktop\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .desktop\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .desktop\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .desktop\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .desktop\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .desktop\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .desktop\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .desktop\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .desktop\:mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .desktop\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .desktop\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .desktop\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .desktop\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .desktop\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .desktop\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .desktop\:mx-95 {
    margin-left: 95px;
    margin-right: 95px;
  }

  .desktop\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .desktop\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .desktop\:mx-190 {
    margin-left: 190px;
    margin-right: 190px;
  }

  .desktop\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .desktop\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .desktop\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .desktop\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .desktop\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .desktop\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .desktop\:mx-30\% {
    margin-left: 30%;
    margin-right: 30%;
  }

  .desktop\:mx-7\.5r {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .desktop\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .desktop\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .desktop\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .desktop\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .desktop\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .desktop\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .desktop\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .desktop\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .desktop\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .desktop\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .desktop\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .desktop\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .desktop\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .desktop\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .desktop\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .desktop\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .desktop\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .desktop\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .desktop\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .desktop\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .desktop\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .desktop\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .desktop\:-mx-48 {
    margin-left: -48px;
    margin-right: -48px;
  }

  .desktop\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .desktop\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .desktop\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .desktop\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .desktop\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .desktop\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .desktop\:-mx-95 {
    margin-left: -95px;
    margin-right: -95px;
  }

  .desktop\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .desktop\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .desktop\:-mx-190 {
    margin-left: -190px;
    margin-right: -190px;
  }

  .desktop\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .desktop\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .desktop\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .desktop\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .desktop\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .desktop\:-mx-30\% {
    margin-left: -30%;
    margin-right: -30%;
  }

  .desktop\:-mx-7\.5r {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .desktop\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .desktop\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .desktop\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .desktop\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .desktop\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .desktop\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .desktop\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .desktop\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .desktop\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .desktop\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .desktop\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .desktop\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .desktop\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .desktop\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .desktop\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .desktop\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .desktop\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .desktop\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .desktop\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .desktop\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .desktop\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .desktop\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .desktop\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .desktop\:my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .desktop\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .desktop\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .desktop\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .desktop\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .desktop\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .desktop\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .desktop\:my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .desktop\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .desktop\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .desktop\:my-190 {
    margin-top: 190px;
    margin-bottom: 190px;
  }

  .desktop\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .desktop\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .desktop\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .desktop\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .desktop\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .desktop\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .desktop\:my-30\% {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .desktop\:my-7\.5r {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .desktop\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .desktop\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .desktop\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .desktop\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .desktop\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .desktop\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .desktop\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .desktop\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .desktop\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .desktop\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .desktop\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .desktop\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .desktop\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .desktop\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .desktop\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .desktop\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .desktop\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .desktop\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .desktop\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .desktop\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .desktop\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .desktop\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .desktop\:-my-48 {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .desktop\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .desktop\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .desktop\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .desktop\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .desktop\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .desktop\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .desktop\:-my-95 {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .desktop\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .desktop\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .desktop\:-my-190 {
    margin-top: -190px;
    margin-bottom: -190px;
  }

  .desktop\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .desktop\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .desktop\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .desktop\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .desktop\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .desktop\:-my-30\% {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .desktop\:-my-7\.5r {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .desktop\:mt-0 {
    margin-top: 0;
  }

  .desktop\:mt-1 {
    margin-top: 0.25rem;
  }

  .desktop\:mt-2 {
    margin-top: 0.5rem;
  }

  .desktop\:mt-3 {
    margin-top: 0.75rem;
  }

  .desktop\:mt-4 {
    margin-top: 1rem;
  }

  .desktop\:mt-5 {
    margin-top: 5px;
  }

  .desktop\:mt-6 {
    margin-top: 1.5rem;
  }

  .desktop\:mt-7 {
    margin-top: 1.75rem;
  }

  .desktop\:mt-8 {
    margin-top: 2rem;
  }

  .desktop\:mt-9 {
    margin-top: 2.25rem;
  }

  .desktop\:mt-10 {
    margin-top: 10px;
  }

  .desktop\:mt-11 {
    margin-top: 2.75rem;
  }

  .desktop\:mt-12 {
    margin-top: 3rem;
  }

  .desktop\:mt-14 {
    margin-top: 14px;
  }

  .desktop\:mt-16 {
    margin-top: 16px;
  }

  .desktop\:mt-20 {
    margin-top: 20px;
  }

  .desktop\:mt-24 {
    margin-top: 24px;
  }

  .desktop\:mt-28 {
    margin-top: 7rem;
  }

  .desktop\:mt-30 {
    margin-top: 30px;
  }

  .desktop\:mt-32 {
    margin-top: 8rem;
  }

  .desktop\:mt-36 {
    margin-top: 9rem;
  }

  .desktop\:mt-40 {
    margin-top: 10rem;
  }

  .desktop\:mt-44 {
    margin-top: 11rem;
  }

  .desktop\:mt-48 {
    margin-top: 48px;
  }

  .desktop\:mt-52 {
    margin-top: 13rem;
  }

  .desktop\:mt-56 {
    margin-top: 14rem;
  }

  .desktop\:mt-60 {
    margin-top: 60px;
  }

  .desktop\:mt-64 {
    margin-top: 16rem;
  }

  .desktop\:mt-72 {
    margin-top: 18rem;
  }

  .desktop\:mt-80 {
    margin-top: 20rem;
  }

  .desktop\:mt-95 {
    margin-top: 95px;
  }

  .desktop\:mt-96 {
    margin-top: 24rem;
  }

  .desktop\:mt-120 {
    margin-top: 120px;
  }

  .desktop\:mt-190 {
    margin-top: 190px;
  }

  .desktop\:mt-auto {
    margin-top: auto;
  }

  .desktop\:mt-px {
    margin-top: 1px;
  }

  .desktop\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .desktop\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .desktop\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .desktop\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .desktop\:mt-30\% {
    margin-top: 30%;
  }

  .desktop\:mt-7\.5r {
    margin-top: 1.875rem;
  }

  .desktop\:-mt-1 {
    margin-top: -0.25rem;
  }

  .desktop\:-mt-2 {
    margin-top: -0.5rem;
  }

  .desktop\:-mt-3 {
    margin-top: -0.75rem;
  }

  .desktop\:-mt-4 {
    margin-top: -1rem;
  }

  .desktop\:-mt-5 {
    margin-top: -5px;
  }

  .desktop\:-mt-6 {
    margin-top: -1.5rem;
  }

  .desktop\:-mt-7 {
    margin-top: -1.75rem;
  }

  .desktop\:-mt-8 {
    margin-top: -2rem;
  }

  .desktop\:-mt-9 {
    margin-top: -2.25rem;
  }

  .desktop\:-mt-10 {
    margin-top: -10px;
  }

  .desktop\:-mt-11 {
    margin-top: -2.75rem;
  }

  .desktop\:-mt-12 {
    margin-top: -3rem;
  }

  .desktop\:-mt-14 {
    margin-top: -14px;
  }

  .desktop\:-mt-16 {
    margin-top: -16px;
  }

  .desktop\:-mt-20 {
    margin-top: -20px;
  }

  .desktop\:-mt-24 {
    margin-top: -24px;
  }

  .desktop\:-mt-28 {
    margin-top: -7rem;
  }

  .desktop\:-mt-30 {
    margin-top: -30px;
  }

  .desktop\:-mt-32 {
    margin-top: -8rem;
  }

  .desktop\:-mt-36 {
    margin-top: -9rem;
  }

  .desktop\:-mt-40 {
    margin-top: -10rem;
  }

  .desktop\:-mt-44 {
    margin-top: -11rem;
  }

  .desktop\:-mt-48 {
    margin-top: -48px;
  }

  .desktop\:-mt-52 {
    margin-top: -13rem;
  }

  .desktop\:-mt-56 {
    margin-top: -14rem;
  }

  .desktop\:-mt-60 {
    margin-top: -60px;
  }

  .desktop\:-mt-64 {
    margin-top: -16rem;
  }

  .desktop\:-mt-72 {
    margin-top: -18rem;
  }

  .desktop\:-mt-80 {
    margin-top: -20rem;
  }

  .desktop\:-mt-95 {
    margin-top: -95px;
  }

  .desktop\:-mt-96 {
    margin-top: -24rem;
  }

  .desktop\:-mt-120 {
    margin-top: -120px;
  }

  .desktop\:-mt-190 {
    margin-top: -190px;
  }

  .desktop\:-mt-px {
    margin-top: -1px;
  }

  .desktop\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .desktop\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .desktop\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .desktop\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .desktop\:-mt-30\% {
    margin-top: -30%;
  }

  .desktop\:-mt-7\.5r {
    margin-top: -1.875rem;
  }

  .desktop\:mr-0 {
    margin-right: 0;
  }

  .desktop\:mr-1 {
    margin-right: 0.25rem;
  }

  .desktop\:mr-2 {
    margin-right: 0.5rem;
  }

  .desktop\:mr-3 {
    margin-right: 0.75rem;
  }

  .desktop\:mr-4 {
    margin-right: 1rem;
  }

  .desktop\:mr-5 {
    margin-right: 5px;
  }

  .desktop\:mr-6 {
    margin-right: 1.5rem;
  }

  .desktop\:mr-7 {
    margin-right: 1.75rem;
  }

  .desktop\:mr-8 {
    margin-right: 2rem;
  }

  .desktop\:mr-9 {
    margin-right: 2.25rem;
  }

  .desktop\:mr-10 {
    margin-right: 10px;
  }

  .desktop\:mr-11 {
    margin-right: 2.75rem;
  }

  .desktop\:mr-12 {
    margin-right: 3rem;
  }

  .desktop\:mr-14 {
    margin-right: 14px;
  }

  .desktop\:mr-16 {
    margin-right: 16px;
  }

  .desktop\:mr-20 {
    margin-right: 20px;
  }

  .desktop\:mr-24 {
    margin-right: 24px;
  }

  .desktop\:mr-28 {
    margin-right: 7rem;
  }

  .desktop\:mr-30 {
    margin-right: 30px;
  }

  .desktop\:mr-32 {
    margin-right: 8rem;
  }

  .desktop\:mr-36 {
    margin-right: 9rem;
  }

  .desktop\:mr-40 {
    margin-right: 10rem;
  }

  .desktop\:mr-44 {
    margin-right: 11rem;
  }

  .desktop\:mr-48 {
    margin-right: 48px;
  }

  .desktop\:mr-52 {
    margin-right: 13rem;
  }

  .desktop\:mr-56 {
    margin-right: 14rem;
  }

  .desktop\:mr-60 {
    margin-right: 60px;
  }

  .desktop\:mr-64 {
    margin-right: 16rem;
  }

  .desktop\:mr-72 {
    margin-right: 18rem;
  }

  .desktop\:mr-80 {
    margin-right: 20rem;
  }

  .desktop\:mr-95 {
    margin-right: 95px;
  }

  .desktop\:mr-96 {
    margin-right: 24rem;
  }

  .desktop\:mr-120 {
    margin-right: 120px;
  }

  .desktop\:mr-190 {
    margin-right: 190px;
  }

  .desktop\:mr-auto {
    margin-right: auto;
  }

  .desktop\:mr-px {
    margin-right: 1px;
  }

  .desktop\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .desktop\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .desktop\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .desktop\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .desktop\:mr-30\% {
    margin-right: 30%;
  }

  .desktop\:mr-7\.5r {
    margin-right: 1.875rem;
  }

  .desktop\:-mr-1 {
    margin-right: -0.25rem;
  }

  .desktop\:-mr-2 {
    margin-right: -0.5rem;
  }

  .desktop\:-mr-3 {
    margin-right: -0.75rem;
  }

  .desktop\:-mr-4 {
    margin-right: -1rem;
  }

  .desktop\:-mr-5 {
    margin-right: -5px;
  }

  .desktop\:-mr-6 {
    margin-right: -1.5rem;
  }

  .desktop\:-mr-7 {
    margin-right: -1.75rem;
  }

  .desktop\:-mr-8 {
    margin-right: -2rem;
  }

  .desktop\:-mr-9 {
    margin-right: -2.25rem;
  }

  .desktop\:-mr-10 {
    margin-right: -10px;
  }

  .desktop\:-mr-11 {
    margin-right: -2.75rem;
  }

  .desktop\:-mr-12 {
    margin-right: -3rem;
  }

  .desktop\:-mr-14 {
    margin-right: -14px;
  }

  .desktop\:-mr-16 {
    margin-right: -16px;
  }

  .desktop\:-mr-20 {
    margin-right: -20px;
  }

  .desktop\:-mr-24 {
    margin-right: -24px;
  }

  .desktop\:-mr-28 {
    margin-right: -7rem;
  }

  .desktop\:-mr-30 {
    margin-right: -30px;
  }

  .desktop\:-mr-32 {
    margin-right: -8rem;
  }

  .desktop\:-mr-36 {
    margin-right: -9rem;
  }

  .desktop\:-mr-40 {
    margin-right: -10rem;
  }

  .desktop\:-mr-44 {
    margin-right: -11rem;
  }

  .desktop\:-mr-48 {
    margin-right: -48px;
  }

  .desktop\:-mr-52 {
    margin-right: -13rem;
  }

  .desktop\:-mr-56 {
    margin-right: -14rem;
  }

  .desktop\:-mr-60 {
    margin-right: -60px;
  }

  .desktop\:-mr-64 {
    margin-right: -16rem;
  }

  .desktop\:-mr-72 {
    margin-right: -18rem;
  }

  .desktop\:-mr-80 {
    margin-right: -20rem;
  }

  .desktop\:-mr-95 {
    margin-right: -95px;
  }

  .desktop\:-mr-96 {
    margin-right: -24rem;
  }

  .desktop\:-mr-120 {
    margin-right: -120px;
  }

  .desktop\:-mr-190 {
    margin-right: -190px;
  }

  .desktop\:-mr-px {
    margin-right: -1px;
  }

  .desktop\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .desktop\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .desktop\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .desktop\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .desktop\:-mr-30\% {
    margin-right: -30%;
  }

  .desktop\:-mr-7\.5r {
    margin-right: -1.875rem;
  }

  .desktop\:mb-0 {
    margin-bottom: 0;
  }

  .desktop\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .desktop\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .desktop\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .desktop\:mb-4 {
    margin-bottom: 1rem;
  }

  .desktop\:mb-5 {
    margin-bottom: 5px;
  }

  .desktop\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .desktop\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .desktop\:mb-8 {
    margin-bottom: 2rem;
  }

  .desktop\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .desktop\:mb-10 {
    margin-bottom: 10px;
  }

  .desktop\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .desktop\:mb-12 {
    margin-bottom: 3rem;
  }

  .desktop\:mb-14 {
    margin-bottom: 14px;
  }

  .desktop\:mb-16 {
    margin-bottom: 16px;
  }

  .desktop\:mb-20 {
    margin-bottom: 20px;
  }

  .desktop\:mb-24 {
    margin-bottom: 24px;
  }

  .desktop\:mb-28 {
    margin-bottom: 7rem;
  }

  .desktop\:mb-30 {
    margin-bottom: 30px;
  }

  .desktop\:mb-32 {
    margin-bottom: 8rem;
  }

  .desktop\:mb-36 {
    margin-bottom: 9rem;
  }

  .desktop\:mb-40 {
    margin-bottom: 10rem;
  }

  .desktop\:mb-44 {
    margin-bottom: 11rem;
  }

  .desktop\:mb-48 {
    margin-bottom: 48px;
  }

  .desktop\:mb-52 {
    margin-bottom: 13rem;
  }

  .desktop\:mb-56 {
    margin-bottom: 14rem;
  }

  .desktop\:mb-60 {
    margin-bottom: 60px;
  }

  .desktop\:mb-64 {
    margin-bottom: 16rem;
  }

  .desktop\:mb-72 {
    margin-bottom: 18rem;
  }

  .desktop\:mb-80 {
    margin-bottom: 20rem;
  }

  .desktop\:mb-95 {
    margin-bottom: 95px;
  }

  .desktop\:mb-96 {
    margin-bottom: 24rem;
  }

  .desktop\:mb-120 {
    margin-bottom: 120px;
  }

  .desktop\:mb-190 {
    margin-bottom: 190px;
  }

  .desktop\:mb-auto {
    margin-bottom: auto;
  }

  .desktop\:mb-px {
    margin-bottom: 1px;
  }

  .desktop\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .desktop\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .desktop\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .desktop\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .desktop\:mb-30\% {
    margin-bottom: 30%;
  }

  .desktop\:mb-7\.5r {
    margin-bottom: 1.875rem;
  }

  .desktop\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .desktop\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .desktop\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .desktop\:-mb-4 {
    margin-bottom: -1rem;
  }

  .desktop\:-mb-5 {
    margin-bottom: -5px;
  }

  .desktop\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .desktop\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .desktop\:-mb-8 {
    margin-bottom: -2rem;
  }

  .desktop\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .desktop\:-mb-10 {
    margin-bottom: -10px;
  }

  .desktop\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .desktop\:-mb-12 {
    margin-bottom: -3rem;
  }

  .desktop\:-mb-14 {
    margin-bottom: -14px;
  }

  .desktop\:-mb-16 {
    margin-bottom: -16px;
  }

  .desktop\:-mb-20 {
    margin-bottom: -20px;
  }

  .desktop\:-mb-24 {
    margin-bottom: -24px;
  }

  .desktop\:-mb-28 {
    margin-bottom: -7rem;
  }

  .desktop\:-mb-30 {
    margin-bottom: -30px;
  }

  .desktop\:-mb-32 {
    margin-bottom: -8rem;
  }

  .desktop\:-mb-36 {
    margin-bottom: -9rem;
  }

  .desktop\:-mb-40 {
    margin-bottom: -10rem;
  }

  .desktop\:-mb-44 {
    margin-bottom: -11rem;
  }

  .desktop\:-mb-48 {
    margin-bottom: -48px;
  }

  .desktop\:-mb-52 {
    margin-bottom: -13rem;
  }

  .desktop\:-mb-56 {
    margin-bottom: -14rem;
  }

  .desktop\:-mb-60 {
    margin-bottom: -60px;
  }

  .desktop\:-mb-64 {
    margin-bottom: -16rem;
  }

  .desktop\:-mb-72 {
    margin-bottom: -18rem;
  }

  .desktop\:-mb-80 {
    margin-bottom: -20rem;
  }

  .desktop\:-mb-95 {
    margin-bottom: -95px;
  }

  .desktop\:-mb-96 {
    margin-bottom: -24rem;
  }

  .desktop\:-mb-120 {
    margin-bottom: -120px;
  }

  .desktop\:-mb-190 {
    margin-bottom: -190px;
  }

  .desktop\:-mb-px {
    margin-bottom: -1px;
  }

  .desktop\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .desktop\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .desktop\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .desktop\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .desktop\:-mb-30\% {
    margin-bottom: -30%;
  }

  .desktop\:-mb-7\.5r {
    margin-bottom: -1.875rem;
  }

  .desktop\:ml-0 {
    margin-left: 0;
  }

  .desktop\:ml-1 {
    margin-left: 0.25rem;
  }

  .desktop\:ml-2 {
    margin-left: 0.5rem;
  }

  .desktop\:ml-3 {
    margin-left: 0.75rem;
  }

  .desktop\:ml-4 {
    margin-left: 1rem;
  }

  .desktop\:ml-5 {
    margin-left: 5px;
  }

  .desktop\:ml-6 {
    margin-left: 1.5rem;
  }

  .desktop\:ml-7 {
    margin-left: 1.75rem;
  }

  .desktop\:ml-8 {
    margin-left: 2rem;
  }

  .desktop\:ml-9 {
    margin-left: 2.25rem;
  }

  .desktop\:ml-10 {
    margin-left: 10px;
  }

  .desktop\:ml-11 {
    margin-left: 2.75rem;
  }

  .desktop\:ml-12 {
    margin-left: 3rem;
  }

  .desktop\:ml-14 {
    margin-left: 14px;
  }

  .desktop\:ml-16 {
    margin-left: 16px;
  }

  .desktop\:ml-20 {
    margin-left: 20px;
  }

  .desktop\:ml-24 {
    margin-left: 24px;
  }

  .desktop\:ml-28 {
    margin-left: 7rem;
  }

  .desktop\:ml-30 {
    margin-left: 30px;
  }

  .desktop\:ml-32 {
    margin-left: 8rem;
  }

  .desktop\:ml-36 {
    margin-left: 9rem;
  }

  .desktop\:ml-40 {
    margin-left: 10rem;
  }

  .desktop\:ml-44 {
    margin-left: 11rem;
  }

  .desktop\:ml-48 {
    margin-left: 48px;
  }

  .desktop\:ml-52 {
    margin-left: 13rem;
  }

  .desktop\:ml-56 {
    margin-left: 14rem;
  }

  .desktop\:ml-60 {
    margin-left: 60px;
  }

  .desktop\:ml-64 {
    margin-left: 16rem;
  }

  .desktop\:ml-72 {
    margin-left: 18rem;
  }

  .desktop\:ml-80 {
    margin-left: 20rem;
  }

  .desktop\:ml-95 {
    margin-left: 95px;
  }

  .desktop\:ml-96 {
    margin-left: 24rem;
  }

  .desktop\:ml-120 {
    margin-left: 120px;
  }

  .desktop\:ml-190 {
    margin-left: 190px;
  }

  .desktop\:ml-auto {
    margin-left: auto;
  }

  .desktop\:ml-px {
    margin-left: 1px;
  }

  .desktop\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .desktop\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .desktop\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .desktop\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .desktop\:ml-30\% {
    margin-left: 30%;
  }

  .desktop\:ml-7\.5r {
    margin-left: 1.875rem;
  }

  .desktop\:-ml-1 {
    margin-left: -0.25rem;
  }

  .desktop\:-ml-2 {
    margin-left: -0.5rem;
  }

  .desktop\:-ml-3 {
    margin-left: -0.75rem;
  }

  .desktop\:-ml-4 {
    margin-left: -1rem;
  }

  .desktop\:-ml-5 {
    margin-left: -5px;
  }

  .desktop\:-ml-6 {
    margin-left: -1.5rem;
  }

  .desktop\:-ml-7 {
    margin-left: -1.75rem;
  }

  .desktop\:-ml-8 {
    margin-left: -2rem;
  }

  .desktop\:-ml-9 {
    margin-left: -2.25rem;
  }

  .desktop\:-ml-10 {
    margin-left: -10px;
  }

  .desktop\:-ml-11 {
    margin-left: -2.75rem;
  }

  .desktop\:-ml-12 {
    margin-left: -3rem;
  }

  .desktop\:-ml-14 {
    margin-left: -14px;
  }

  .desktop\:-ml-16 {
    margin-left: -16px;
  }

  .desktop\:-ml-20 {
    margin-left: -20px;
  }

  .desktop\:-ml-24 {
    margin-left: -24px;
  }

  .desktop\:-ml-28 {
    margin-left: -7rem;
  }

  .desktop\:-ml-30 {
    margin-left: -30px;
  }

  .desktop\:-ml-32 {
    margin-left: -8rem;
  }

  .desktop\:-ml-36 {
    margin-left: -9rem;
  }

  .desktop\:-ml-40 {
    margin-left: -10rem;
  }

  .desktop\:-ml-44 {
    margin-left: -11rem;
  }

  .desktop\:-ml-48 {
    margin-left: -48px;
  }

  .desktop\:-ml-52 {
    margin-left: -13rem;
  }

  .desktop\:-ml-56 {
    margin-left: -14rem;
  }

  .desktop\:-ml-60 {
    margin-left: -60px;
  }

  .desktop\:-ml-64 {
    margin-left: -16rem;
  }

  .desktop\:-ml-72 {
    margin-left: -18rem;
  }

  .desktop\:-ml-80 {
    margin-left: -20rem;
  }

  .desktop\:-ml-95 {
    margin-left: -95px;
  }

  .desktop\:-ml-96 {
    margin-left: -24rem;
  }

  .desktop\:-ml-120 {
    margin-left: -120px;
  }

  .desktop\:-ml-190 {
    margin-left: -190px;
  }

  .desktop\:-ml-px {
    margin-left: -1px;
  }

  .desktop\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .desktop\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .desktop\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .desktop\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .desktop\:-ml-30\% {
    margin-left: -30%;
  }

  .desktop\:-ml-7\.5r {
    margin-left: -1.875rem;
  }

  .desktop\:box-border {
    box-sizing: border-box;
  }

  .desktop\:box-content {
    box-sizing: content-box;
  }

  .desktop\:block {
    display: block;
  }

  .desktop\:inline-block {
    display: inline-block;
  }

  .desktop\:inline {
    display: inline;
  }

  .desktop\:flex {
    display: flex;
  }

  .desktop\:inline-flex {
    display: inline-flex;
  }

  .desktop\:table {
    display: table;
  }

  .desktop\:inline-table {
    display: inline-table;
  }

  .desktop\:table-caption {
    display: table-caption;
  }

  .desktop\:table-cell {
    display: table-cell;
  }

  .desktop\:table-column {
    display: table-column;
  }

  .desktop\:table-column-group {
    display: table-column-group;
  }

  .desktop\:table-footer-group {
    display: table-footer-group;
  }

  .desktop\:table-header-group {
    display: table-header-group;
  }

  .desktop\:table-row-group {
    display: table-row-group;
  }

  .desktop\:table-row {
    display: table-row;
  }

  .desktop\:flow-root {
    display: flow-root;
  }

  .desktop\:grid {
    display: grid;
  }

  .desktop\:inline-grid {
    display: inline-grid;
  }

  .desktop\:contents {
    display: contents;
  }

  .desktop\:list-item {
    display: list-item;
  }

  .desktop\:hidden {
    display: none;
  }

  .group:hover .desktop\:group-hover\:block {
    display: block;
  }

  .group:hover .desktop\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .desktop\:group-hover\:inline {
    display: inline;
  }

  .group:hover .desktop\:group-hover\:flex {
    display: flex;
  }

  .group:hover .desktop\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .desktop\:group-hover\:table {
    display: table;
  }

  .group:hover .desktop\:group-hover\:inline-table {
    display: inline-table;
  }

  .group:hover .desktop\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .desktop\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .desktop\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .desktop\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .desktop\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .desktop\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .desktop\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .desktop\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .desktop\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .desktop\:group-hover\:grid {
    display: grid;
  }

  .group:hover .desktop\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .desktop\:group-hover\:contents {
    display: contents;
  }

  .group:hover .desktop\:group-hover\:list-item {
    display: list-item;
  }

  .group:hover .desktop\:group-hover\:hidden {
    display: none;
  }

  .desktop\:h-0 {
    height: 0;
  }

  .desktop\:h-1 {
    height: 0.25rem;
  }

  .desktop\:h-2 {
    height: 0.5rem;
  }

  .desktop\:h-3 {
    height: 0.75rem;
  }

  .desktop\:h-4 {
    height: 1rem;
  }

  .desktop\:h-5 {
    height: 5px;
  }

  .desktop\:h-6 {
    height: 1.5rem;
  }

  .desktop\:h-7 {
    height: 1.75rem;
  }

  .desktop\:h-8 {
    height: 2rem;
  }

  .desktop\:h-9 {
    height: 2.25rem;
  }

  .desktop\:h-10 {
    height: 10px;
  }

  .desktop\:h-11 {
    height: 2.75rem;
  }

  .desktop\:h-12 {
    height: 12px;
  }

  .desktop\:h-14 {
    height: 14px;
  }

  .desktop\:h-16 {
    height: 16px;
  }

  .desktop\:h-20 {
    height: 20px;
  }

  .desktop\:h-24 {
    height: 24px;
  }

  .desktop\:h-28 {
    height: 7rem;
  }

  .desktop\:h-30 {
    height: 30px;
  }

  .desktop\:h-32 {
    height: 8rem;
  }

  .desktop\:h-36 {
    height: 9rem;
  }

  .desktop\:h-40 {
    height: 10rem;
  }

  .desktop\:h-42 {
    height: 42px;
  }

  .desktop\:h-44 {
    height: 11rem;
  }

  .desktop\:h-48 {
    height: 48px;
  }

  .desktop\:h-52 {
    height: 13rem;
  }

  .desktop\:h-56 {
    height: 14rem;
  }

  .desktop\:h-60 {
    height: 60px;
  }

  .desktop\:h-64 {
    height: 16rem;
  }

  .desktop\:h-70 {
    height: 70px;
  }

  .desktop\:h-72 {
    height: 18rem;
  }

  .desktop\:h-78 {
    height: 78px;
  }

  .desktop\:h-80 {
    height: 20rem;
  }

  .desktop\:h-95 {
    height: 95px;
  }

  .desktop\:h-96 {
    height: 24rem;
  }

  .desktop\:h-120 {
    height: 120px;
  }

  .desktop\:h-190 {
    height: 190px;
  }

  .desktop\:h-auto {
    height: auto;
  }

  .desktop\:h-px {
    height: 1px;
  }

  .desktop\:h-0\.5 {
    height: 0.125rem;
  }

  .desktop\:h-1\.5 {
    height: 0.375rem;
  }

  .desktop\:h-2\.5 {
    height: 0.625rem;
  }

  .desktop\:h-3\.5 {
    height: 0.875rem;
  }

  .desktop\:h-30\% {
    height: 30%;
  }

  .desktop\:h-7\.5r {
    height: 1.875rem;
  }

  .desktop\:h-1\/2 {
    height: 50%;
  }

  .desktop\:h-1\/3 {
    height: 33.333333%;
  }

  .desktop\:h-2\/3 {
    height: 66.667%;
  }

  .desktop\:h-1\/4 {
    height: 25%;
  }

  .desktop\:h-2\/4 {
    height: 50%;
  }

  .desktop\:h-3\/4 {
    height: 75%;
  }

  .desktop\:h-1\/5 {
    height: 20%;
  }

  .desktop\:h-2\/5 {
    height: 40%;
  }

  .desktop\:h-3\/5 {
    height: 60%;
  }

  .desktop\:h-4\/5 {
    height: 80%;
  }

  .desktop\:h-1\/6 {
    height: 16.666667%;
  }

  .desktop\:h-2\/6 {
    height: 33.333333%;
  }

  .desktop\:h-3\/6 {
    height: 50%;
  }

  .desktop\:h-4\/6 {
    height: 66.666667%;
  }

  .desktop\:h-5\/6 {
    height: 83.333333%;
  }

  .desktop\:h-full {
    height: 100%;
  }

  .desktop\:h-screen {
    height: 100vh;
  }

  .desktop\:h-20r {
    height: 5rem;
  }

  .desktop\:h-50vh {
    height: 50vh;
  }

  .desktop\:h-66vh {
    height: 66vh;
  }

  .desktop\:h-75vh {
    height: 75vh;
  }

  .desktop\:h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .desktop\:max-h-0 {
    max-height: 0;
  }

  .desktop\:max-h-1 {
    max-height: 0.25rem;
  }

  .desktop\:max-h-2 {
    max-height: 0.5rem;
  }

  .desktop\:max-h-3 {
    max-height: 0.75rem;
  }

  .desktop\:max-h-4 {
    max-height: 1rem;
  }

  .desktop\:max-h-5 {
    max-height: 5px;
  }

  .desktop\:max-h-6 {
    max-height: 1.5rem;
  }

  .desktop\:max-h-7 {
    max-height: 1.75rem;
  }

  .desktop\:max-h-8 {
    max-height: 2rem;
  }

  .desktop\:max-h-9 {
    max-height: 2.25rem;
  }

  .desktop\:max-h-10 {
    max-height: 10px;
  }

  .desktop\:max-h-11 {
    max-height: 2.75rem;
  }

  .desktop\:max-h-12 {
    max-height: 3rem;
  }

  .desktop\:max-h-14 {
    max-height: 14px;
  }

  .desktop\:max-h-16 {
    max-height: 16px;
  }

  .desktop\:max-h-20 {
    max-height: 20px;
  }

  .desktop\:max-h-24 {
    max-height: 24px;
  }

  .desktop\:max-h-28 {
    max-height: 7rem;
  }

  .desktop\:max-h-30 {
    max-height: 30px;
  }

  .desktop\:max-h-32 {
    max-height: 8rem;
  }

  .desktop\:max-h-36 {
    max-height: 9rem;
  }

  .desktop\:max-h-40 {
    max-height: 10rem;
  }

  .desktop\:max-h-44 {
    max-height: 11rem;
  }

  .desktop\:max-h-48 {
    max-height: 48px;
  }

  .desktop\:max-h-52 {
    max-height: 13rem;
  }

  .desktop\:max-h-56 {
    max-height: 14rem;
  }

  .desktop\:max-h-60 {
    max-height: 60px;
  }

  .desktop\:max-h-64 {
    max-height: 16rem;
  }

  .desktop\:max-h-72 {
    max-height: 18rem;
  }

  .desktop\:max-h-80 {
    max-height: 20rem;
  }

  .desktop\:max-h-95 {
    max-height: 95px;
  }

  .desktop\:max-h-96 {
    max-height: 24rem;
  }

  .desktop\:max-h-120 {
    max-height: 120px;
  }

  .desktop\:max-h-190 {
    max-height: 190px;
  }

  .desktop\:max-h-px {
    max-height: 1px;
  }

  .desktop\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .desktop\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .desktop\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .desktop\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .desktop\:max-h-30\% {
    max-height: 30%;
  }

  .desktop\:max-h-7\.5r {
    max-height: 1.875rem;
  }

  .desktop\:max-h-full {
    max-height: 100%;
  }

  .desktop\:max-h-screen {
    max-height: 100vh;
  }

  .desktop\:min-h-0 {
    min-height: 0px;
  }

  .desktop\:min-h-24 {
    min-height: 6rem;
  }

  .desktop\:min-h-78 {
    min-height: 78px;
  }

  .desktop\:min-h-full {
    min-height: 100%;
  }

  .desktop\:min-h-screen {
    min-height: 100vh;
  }

  .desktop\:min-h-25\.5 {
    min-height: 6.375rem;
  }

  .desktop\:min-h-1\/2 {
    min-height: 50%;
  }

  .desktop\:min-h-2\/3 {
    min-height: 66.667%;
  }

  .desktop\:min-h-3\/4 {
    min-height: 75%;
  }

  .desktop\:min-h-50vh {
    min-height: 50vh;
  }

  .desktop\:min-h-66vh {
    min-height: 66vh;
  }

  .desktop\:min-h-75vh {
    min-height: 75vh;
  }

  .desktop\:w-0 {
    width: 0;
  }

  .desktop\:w-1 {
    width: 0.25rem;
  }

  .desktop\:w-2 {
    width: 0.5rem;
  }

  .desktop\:w-3 {
    width: 0.75rem;
  }

  .desktop\:w-4 {
    width: 1rem;
  }

  .desktop\:w-5 {
    width: 5px;
  }

  .desktop\:w-6 {
    width: 1.5rem;
  }

  .desktop\:w-7 {
    width: 1.75rem;
  }

  .desktop\:w-8 {
    width: 2rem;
  }

  .desktop\:w-9 {
    width: 2.25rem;
  }

  .desktop\:w-10 {
    width: 10px;
  }

  .desktop\:w-11 {
    width: 2.75rem;
  }

  .desktop\:w-12 {
    width: 3rem;
  }

  .desktop\:w-14 {
    width: 14px;
  }

  .desktop\:w-16 {
    width: 16px;
  }

  .desktop\:w-20 {
    width: 20px;
  }

  .desktop\:w-24 {
    width: 24px;
  }

  .desktop\:w-28 {
    width: 7rem;
  }

  .desktop\:w-30 {
    width: 30px;
  }

  .desktop\:w-32 {
    width: 8rem;
  }

  .desktop\:w-36 {
    width: 9rem;
  }

  .desktop\:w-40 {
    width: 10rem;
  }

  .desktop\:w-44 {
    width: 11rem;
  }

  .desktop\:w-48 {
    width: 48px;
  }

  .desktop\:w-52 {
    width: 13rem;
  }

  .desktop\:w-56 {
    width: 14rem;
  }

  .desktop\:w-60 {
    width: 60px;
  }

  .desktop\:w-64 {
    width: 16rem;
  }

  .desktop\:w-72 {
    width: 18rem;
  }

  .desktop\:w-80 {
    width: 20rem;
  }

  .desktop\:w-95 {
    width: 95px;
  }

  .desktop\:w-96 {
    width: 24rem;
  }

  .desktop\:w-120 {
    width: 120px;
  }

  .desktop\:w-150 {
    width: 150px;
  }

  .desktop\:w-190 {
    width: 190px;
  }

  .desktop\:w-auto {
    width: auto;
  }

  .desktop\:w-px {
    width: 1px;
  }

  .desktop\:w-0\.5 {
    width: 0.125rem;
  }

  .desktop\:w-1\.5 {
    width: 0.375rem;
  }

  .desktop\:w-2\.5 {
    width: 0.625rem;
  }

  .desktop\:w-3\.5 {
    width: 0.875rem;
  }

  .desktop\:w-30\% {
    width: 30%;
  }

  .desktop\:w-7\.5r {
    width: 1.875rem;
  }

  .desktop\:w-1\/2 {
    width: 50%;
  }

  .desktop\:w-1\/3 {
    width: 33.333333%;
  }

  .desktop\:w-2\/3 {
    width: 66.666667%;
  }

  .desktop\:w-1\/4 {
    width: 25%;
  }

  .desktop\:w-2\/4 {
    width: 50%;
  }

  .desktop\:w-3\/4 {
    width: 75%;
  }

  .desktop\:w-1\/5 {
    width: 20%;
  }

  .desktop\:w-2\/5 {
    width: 40%;
  }

  .desktop\:w-3\/5 {
    width: 60%;
  }

  .desktop\:w-4\/5 {
    width: 80%;
  }

  .desktop\:w-1\/6 {
    width: 16.666667%;
  }

  .desktop\:w-2\/6 {
    width: 33.333333%;
  }

  .desktop\:w-3\/6 {
    width: 50%;
  }

  .desktop\:w-4\/6 {
    width: 66.666667%;
  }

  .desktop\:w-5\/6 {
    width: 83.333333%;
  }

  .desktop\:w-1\/12 {
    width: 8.333333%;
  }

  .desktop\:w-2\/12 {
    width: 16.666667%;
  }

  .desktop\:w-3\/12 {
    width: 25%;
  }

  .desktop\:w-4\/12 {
    width: 33.333333%;
  }

  .desktop\:w-5\/12 {
    width: 41.666667%;
  }

  .desktop\:w-6\/12 {
    width: 50%;
  }

  .desktop\:w-7\/12 {
    width: 58.333333%;
  }

  .desktop\:w-8\/12 {
    width: 66.666667%;
  }

  .desktop\:w-9\/12 {
    width: 75%;
  }

  .desktop\:w-10\/12 {
    width: 83.333333%;
  }

  .desktop\:w-11\/12 {
    width: 91.666667%;
  }

  .desktop\:w-full {
    width: 100%;
  }

  .desktop\:w-screen {
    width: 100vw;
  }

  .desktop\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .desktop\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .desktop\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .desktop\:w-20r {
    width: 5rem;
  }

  .desktop\:min-w-0 {
    min-width: 0px;
  }

  .desktop\:min-w-1280 {
    min-width: 1280px;
  }

  .desktop\:min-w-full {
    min-width: 100%;
  }

  .desktop\:min-w-min {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .desktop\:min-w-max {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .desktop\:min-w-7\.5r {
    min-width: 1.875rem;
  }

  .desktop\:min-w-10r {
    min-width: 2.5rem;
  }

  .desktop\:min-w-12\.5r {
    min-width: 3.125rem;
  }

  .desktop\:min-w-17\.5r {
    min-width: 4.375rem;
  }

  .desktop\:min-w-20r {
    min-width: 5rem;
  }

  .desktop\:min-w-25r {
    min-width: 6.25rem;
  }

  .desktop\:min-w-37\.5r {
    min-width: 9.375rem;
  }

  .desktop\:min-w-45r {
    min-width: 11.25rem;
  }

  .desktop\:min-w-367\.5r {
    min-width: 91.875rem;
  }

  .desktop\:max-w-0 {
    max-width: 0rem;
  }

  .desktop\:max-w-none {
    max-width: none;
  }

  .desktop\:max-w-xs {
    max-width: 20rem;
  }

  .desktop\:max-w-sm {
    max-width: 24rem;
  }

  .desktop\:max-w-md {
    max-width: 28rem;
  }

  .desktop\:max-w-lg {
    max-width: 32rem;
  }

  .desktop\:max-w-xl {
    max-width: 36rem;
  }

  .desktop\:max-w-2xl {
    max-width: 42rem;
  }

  .desktop\:max-w-3xl {
    max-width: 48rem;
  }

  .desktop\:max-w-4xl {
    max-width: 56rem;
  }

  .desktop\:max-w-5xl {
    max-width: 64rem;
  }

  .desktop\:max-w-6xl {
    max-width: 72rem;
  }

  .desktop\:max-w-7xl {
    max-width: 80rem;
  }

  .desktop\:max-w-full {
    max-width: 100%;
  }

  .desktop\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .desktop\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .desktop\:max-w-prose {
    max-width: 65ch;
  }

  .desktop\:max-w-screen-sm {
    max-width: 640px;
  }

  .desktop\:max-w-screen-md {
    max-width: 768px;
  }

  .desktop\:max-w-screen-lg {
    max-width: 1280px;
  }

  .desktop\:max-w-screen-xl {
    max-width: 1440px;
  }

  .desktop\:max-w-screen-2xl {
    max-width: 1600px;
  }

  .desktop\:max-w-screen-desktop {
    max-width: 1280px;
  }

  .desktop\:max-w-screen-xxs {
    max-width: 320px;
  }

  .desktop\:max-w-screen-xs {
    max-width: 4820px;
  }

  .desktop\:flex-1 {
    flex: 1 1 0%;
  }

  .desktop\:flex-auto {
    flex: 1 1 auto;
  }

  .desktop\:flex-initial {
    flex: 0 1 auto;
  }

  .desktop\:flex-none {
    flex: none;
  }

  .desktop\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .desktop\:flex-shrink {
    flex-shrink: 1;
  }

  .desktop\:flex-grow-0 {
    flex-grow: 0;
  }

  .desktop\:flex-grow {
    flex-grow: 1;
  }

  .desktop\:table-auto {
    table-layout: auto;
  }

  .desktop\:table-fixed {
    table-layout: fixed;
  }

  .desktop\:border-collapse {
    border-collapse: collapse;
  }

  .desktop\:border-separate {
    border-collapse: separate;
  }

  .desktop\:origin-center {
    transform-origin: center;
  }

  .desktop\:origin-top {
    transform-origin: top;
  }

  .desktop\:origin-top-right {
    transform-origin: top right;
  }

  .desktop\:origin-right {
    transform-origin: right;
  }

  .desktop\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .desktop\:origin-bottom {
    transform-origin: bottom;
  }

  .desktop\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .desktop\:origin-left {
    transform-origin: left;
  }

  .desktop\:origin-top-left {
    transform-origin: top left;
  }

  .desktop\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .desktop\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .desktop\:transform-none {
    transform: none;
  }

  .desktop\:translate-x-0 {
    --tw-translate-x: 0;
  }

  .desktop\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .desktop\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .desktop\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .desktop\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .desktop\:translate-x-5 {
    --tw-translate-x: 5px;
  }

  .desktop\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .desktop\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .desktop\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .desktop\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .desktop\:translate-x-10 {
    --tw-translate-x: 10px;
  }

  .desktop\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .desktop\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .desktop\:translate-x-14 {
    --tw-translate-x: 14px;
  }

  .desktop\:translate-x-16 {
    --tw-translate-x: 16px;
  }

  .desktop\:translate-x-20 {
    --tw-translate-x: 20px;
  }

  .desktop\:translate-x-24 {
    --tw-translate-x: 24px;
  }

  .desktop\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .desktop\:translate-x-30 {
    --tw-translate-x: 30px;
  }

  .desktop\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .desktop\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .desktop\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .desktop\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .desktop\:translate-x-48 {
    --tw-translate-x: 48px;
  }

  .desktop\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .desktop\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .desktop\:translate-x-60 {
    --tw-translate-x: 60px;
  }

  .desktop\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .desktop\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .desktop\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .desktop\:translate-x-95 {
    --tw-translate-x: 95px;
  }

  .desktop\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .desktop\:translate-x-120 {
    --tw-translate-x: 120px;
  }

  .desktop\:translate-x-190 {
    --tw-translate-x: 190px;
  }

  .desktop\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .desktop\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .desktop\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .desktop\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .desktop\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .desktop\:translate-x-30\% {
    --tw-translate-x: 30%;
  }

  .desktop\:translate-x-7\.5r {
    --tw-translate-x: 1.875rem;
  }

  .desktop\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .desktop\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .desktop\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .desktop\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .desktop\:-translate-x-5 {
    --tw-translate-x: -5px;
  }

  .desktop\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .desktop\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .desktop\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .desktop\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .desktop\:-translate-x-10 {
    --tw-translate-x: -10px;
  }

  .desktop\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .desktop\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .desktop\:-translate-x-14 {
    --tw-translate-x: -14px;
  }

  .desktop\:-translate-x-16 {
    --tw-translate-x: -16px;
  }

  .desktop\:-translate-x-20 {
    --tw-translate-x: -20px;
  }

  .desktop\:-translate-x-24 {
    --tw-translate-x: -24px;
  }

  .desktop\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .desktop\:-translate-x-30 {
    --tw-translate-x: -30px;
  }

  .desktop\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .desktop\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .desktop\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .desktop\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .desktop\:-translate-x-48 {
    --tw-translate-x: -48px;
  }

  .desktop\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .desktop\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .desktop\:-translate-x-60 {
    --tw-translate-x: -60px;
  }

  .desktop\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .desktop\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .desktop\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .desktop\:-translate-x-95 {
    --tw-translate-x: -95px;
  }

  .desktop\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .desktop\:-translate-x-120 {
    --tw-translate-x: -120px;
  }

  .desktop\:-translate-x-190 {
    --tw-translate-x: -190px;
  }

  .desktop\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .desktop\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .desktop\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .desktop\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .desktop\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .desktop\:-translate-x-30\% {
    --tw-translate-x: -30%;
  }

  .desktop\:-translate-x-7\.5r {
    --tw-translate-x: -1.875rem;
  }

  .desktop\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .desktop\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .desktop\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .desktop\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .desktop\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .desktop\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .desktop\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .desktop\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .desktop\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .desktop\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .desktop\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .desktop\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .desktop\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .desktop\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .desktop\:translate-y-0 {
    --tw-translate-y: 0;
  }

  .desktop\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .desktop\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .desktop\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .desktop\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .desktop\:translate-y-5 {
    --tw-translate-y: 5px;
  }

  .desktop\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .desktop\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .desktop\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .desktop\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .desktop\:translate-y-10 {
    --tw-translate-y: 10px;
  }

  .desktop\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .desktop\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .desktop\:translate-y-14 {
    --tw-translate-y: 14px;
  }

  .desktop\:translate-y-16 {
    --tw-translate-y: 16px;
  }

  .desktop\:translate-y-20 {
    --tw-translate-y: 20px;
  }

  .desktop\:translate-y-24 {
    --tw-translate-y: 24px;
  }

  .desktop\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .desktop\:translate-y-30 {
    --tw-translate-y: 30px;
  }

  .desktop\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .desktop\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .desktop\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .desktop\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .desktop\:translate-y-48 {
    --tw-translate-y: 48px;
  }

  .desktop\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .desktop\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .desktop\:translate-y-60 {
    --tw-translate-y: 60px;
  }

  .desktop\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .desktop\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .desktop\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .desktop\:translate-y-95 {
    --tw-translate-y: 95px;
  }

  .desktop\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .desktop\:translate-y-120 {
    --tw-translate-y: 120px;
  }

  .desktop\:translate-y-190 {
    --tw-translate-y: 190px;
  }

  .desktop\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .desktop\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .desktop\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .desktop\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .desktop\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .desktop\:translate-y-30\% {
    --tw-translate-y: 30%;
  }

  .desktop\:translate-y-7\.5r {
    --tw-translate-y: 1.875rem;
  }

  .desktop\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .desktop\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .desktop\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .desktop\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .desktop\:-translate-y-5 {
    --tw-translate-y: -5px;
  }

  .desktop\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .desktop\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .desktop\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .desktop\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .desktop\:-translate-y-10 {
    --tw-translate-y: -10px;
  }

  .desktop\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .desktop\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .desktop\:-translate-y-14 {
    --tw-translate-y: -14px;
  }

  .desktop\:-translate-y-16 {
    --tw-translate-y: -16px;
  }

  .desktop\:-translate-y-20 {
    --tw-translate-y: -20px;
  }

  .desktop\:-translate-y-24 {
    --tw-translate-y: -24px;
  }

  .desktop\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .desktop\:-translate-y-30 {
    --tw-translate-y: -30px;
  }

  .desktop\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .desktop\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .desktop\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .desktop\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .desktop\:-translate-y-48 {
    --tw-translate-y: -48px;
  }

  .desktop\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .desktop\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .desktop\:-translate-y-60 {
    --tw-translate-y: -60px;
  }

  .desktop\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .desktop\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .desktop\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .desktop\:-translate-y-95 {
    --tw-translate-y: -95px;
  }

  .desktop\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .desktop\:-translate-y-120 {
    --tw-translate-y: -120px;
  }

  .desktop\:-translate-y-190 {
    --tw-translate-y: -190px;
  }

  .desktop\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .desktop\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .desktop\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .desktop\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .desktop\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .desktop\:-translate-y-30\% {
    --tw-translate-y: -30%;
  }

  .desktop\:-translate-y-7\.5r {
    --tw-translate-y: -1.875rem;
  }

  .desktop\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .desktop\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .desktop\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .desktop\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .desktop\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .desktop\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .desktop\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .desktop\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .desktop\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .desktop\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .desktop\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .desktop\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .desktop\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .desktop\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .desktop\:hover\:translate-x-0:hover {
    --tw-translate-x: 0;
  }

  .desktop\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .desktop\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .desktop\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .desktop\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .desktop\:hover\:translate-x-5:hover {
    --tw-translate-x: 5px;
  }

  .desktop\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .desktop\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .desktop\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .desktop\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .desktop\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px;
  }

  .desktop\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .desktop\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .desktop\:hover\:translate-x-14:hover {
    --tw-translate-x: 14px;
  }

  .desktop\:hover\:translate-x-16:hover {
    --tw-translate-x: 16px;
  }

  .desktop\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px;
  }

  .desktop\:hover\:translate-x-24:hover {
    --tw-translate-x: 24px;
  }

  .desktop\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .desktop\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px;
  }

  .desktop\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .desktop\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .desktop\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .desktop\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .desktop\:hover\:translate-x-48:hover {
    --tw-translate-x: 48px;
  }

  .desktop\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .desktop\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .desktop\:hover\:translate-x-60:hover {
    --tw-translate-x: 60px;
  }

  .desktop\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .desktop\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .desktop\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .desktop\:hover\:translate-x-95:hover {
    --tw-translate-x: 95px;
  }

  .desktop\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .desktop\:hover\:translate-x-120:hover {
    --tw-translate-x: 120px;
  }

  .desktop\:hover\:translate-x-190:hover {
    --tw-translate-x: 190px;
  }

  .desktop\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .desktop\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .desktop\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .desktop\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .desktop\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .desktop\:hover\:translate-x-30\%:hover {
    --tw-translate-x: 30%;
  }

  .desktop\:hover\:translate-x-7\.5r:hover {
    --tw-translate-x: 1.875rem;
  }

  .desktop\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .desktop\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .desktop\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .desktop\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .desktop\:hover\:-translate-x-5:hover {
    --tw-translate-x: -5px;
  }

  .desktop\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .desktop\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .desktop\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .desktop\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .desktop\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px;
  }

  .desktop\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .desktop\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .desktop\:hover\:-translate-x-14:hover {
    --tw-translate-x: -14px;
  }

  .desktop\:hover\:-translate-x-16:hover {
    --tw-translate-x: -16px;
  }

  .desktop\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px;
  }

  .desktop\:hover\:-translate-x-24:hover {
    --tw-translate-x: -24px;
  }

  .desktop\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .desktop\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px;
  }

  .desktop\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .desktop\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .desktop\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .desktop\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .desktop\:hover\:-translate-x-48:hover {
    --tw-translate-x: -48px;
  }

  .desktop\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .desktop\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .desktop\:hover\:-translate-x-60:hover {
    --tw-translate-x: -60px;
  }

  .desktop\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .desktop\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .desktop\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .desktop\:hover\:-translate-x-95:hover {
    --tw-translate-x: -95px;
  }

  .desktop\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .desktop\:hover\:-translate-x-120:hover {
    --tw-translate-x: -120px;
  }

  .desktop\:hover\:-translate-x-190:hover {
    --tw-translate-x: -190px;
  }

  .desktop\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .desktop\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .desktop\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .desktop\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .desktop\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .desktop\:hover\:-translate-x-30\%:hover {
    --tw-translate-x: -30%;
  }

  .desktop\:hover\:-translate-x-7\.5r:hover {
    --tw-translate-x: -1.875rem;
  }

  .desktop\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .desktop\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .desktop\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .desktop\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .desktop\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .desktop\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .desktop\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .desktop\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .desktop\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .desktop\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .desktop\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .desktop\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .desktop\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .desktop\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .desktop\:hover\:translate-y-0:hover {
    --tw-translate-y: 0;
  }

  .desktop\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .desktop\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .desktop\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .desktop\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .desktop\:hover\:translate-y-5:hover {
    --tw-translate-y: 5px;
  }

  .desktop\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .desktop\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .desktop\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .desktop\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .desktop\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px;
  }

  .desktop\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .desktop\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .desktop\:hover\:translate-y-14:hover {
    --tw-translate-y: 14px;
  }

  .desktop\:hover\:translate-y-16:hover {
    --tw-translate-y: 16px;
  }

  .desktop\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px;
  }

  .desktop\:hover\:translate-y-24:hover {
    --tw-translate-y: 24px;
  }

  .desktop\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .desktop\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px;
  }

  .desktop\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .desktop\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .desktop\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .desktop\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .desktop\:hover\:translate-y-48:hover {
    --tw-translate-y: 48px;
  }

  .desktop\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .desktop\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .desktop\:hover\:translate-y-60:hover {
    --tw-translate-y: 60px;
  }

  .desktop\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .desktop\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .desktop\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .desktop\:hover\:translate-y-95:hover {
    --tw-translate-y: 95px;
  }

  .desktop\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .desktop\:hover\:translate-y-120:hover {
    --tw-translate-y: 120px;
  }

  .desktop\:hover\:translate-y-190:hover {
    --tw-translate-y: 190px;
  }

  .desktop\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .desktop\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .desktop\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .desktop\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .desktop\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .desktop\:hover\:translate-y-30\%:hover {
    --tw-translate-y: 30%;
  }

  .desktop\:hover\:translate-y-7\.5r:hover {
    --tw-translate-y: 1.875rem;
  }

  .desktop\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .desktop\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .desktop\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .desktop\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .desktop\:hover\:-translate-y-5:hover {
    --tw-translate-y: -5px;
  }

  .desktop\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .desktop\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .desktop\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .desktop\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .desktop\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px;
  }

  .desktop\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .desktop\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .desktop\:hover\:-translate-y-14:hover {
    --tw-translate-y: -14px;
  }

  .desktop\:hover\:-translate-y-16:hover {
    --tw-translate-y: -16px;
  }

  .desktop\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px;
  }

  .desktop\:hover\:-translate-y-24:hover {
    --tw-translate-y: -24px;
  }

  .desktop\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .desktop\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px;
  }

  .desktop\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .desktop\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .desktop\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .desktop\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .desktop\:hover\:-translate-y-48:hover {
    --tw-translate-y: -48px;
  }

  .desktop\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .desktop\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .desktop\:hover\:-translate-y-60:hover {
    --tw-translate-y: -60px;
  }

  .desktop\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .desktop\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .desktop\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .desktop\:hover\:-translate-y-95:hover {
    --tw-translate-y: -95px;
  }

  .desktop\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .desktop\:hover\:-translate-y-120:hover {
    --tw-translate-y: -120px;
  }

  .desktop\:hover\:-translate-y-190:hover {
    --tw-translate-y: -190px;
  }

  .desktop\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .desktop\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .desktop\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .desktop\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .desktop\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .desktop\:hover\:-translate-y-30\%:hover {
    --tw-translate-y: -30%;
  }

  .desktop\:hover\:-translate-y-7\.5r:hover {
    --tw-translate-y: -1.875rem;
  }

  .desktop\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .desktop\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .desktop\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .desktop\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .desktop\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .desktop\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .desktop\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .desktop\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .desktop\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .desktop\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .desktop\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .desktop\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .desktop\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .desktop\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .desktop\:focus\:translate-x-0:focus {
    --tw-translate-x: 0;
  }

  .desktop\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .desktop\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .desktop\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .desktop\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .desktop\:focus\:translate-x-5:focus {
    --tw-translate-x: 5px;
  }

  .desktop\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .desktop\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .desktop\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .desktop\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .desktop\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px;
  }

  .desktop\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .desktop\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .desktop\:focus\:translate-x-14:focus {
    --tw-translate-x: 14px;
  }

  .desktop\:focus\:translate-x-16:focus {
    --tw-translate-x: 16px;
  }

  .desktop\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px;
  }

  .desktop\:focus\:translate-x-24:focus {
    --tw-translate-x: 24px;
  }

  .desktop\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .desktop\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px;
  }

  .desktop\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .desktop\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .desktop\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .desktop\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .desktop\:focus\:translate-x-48:focus {
    --tw-translate-x: 48px;
  }

  .desktop\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .desktop\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .desktop\:focus\:translate-x-60:focus {
    --tw-translate-x: 60px;
  }

  .desktop\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .desktop\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .desktop\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .desktop\:focus\:translate-x-95:focus {
    --tw-translate-x: 95px;
  }

  .desktop\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .desktop\:focus\:translate-x-120:focus {
    --tw-translate-x: 120px;
  }

  .desktop\:focus\:translate-x-190:focus {
    --tw-translate-x: 190px;
  }

  .desktop\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .desktop\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .desktop\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .desktop\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .desktop\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .desktop\:focus\:translate-x-30\%:focus {
    --tw-translate-x: 30%;
  }

  .desktop\:focus\:translate-x-7\.5r:focus {
    --tw-translate-x: 1.875rem;
  }

  .desktop\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .desktop\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .desktop\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .desktop\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .desktop\:focus\:-translate-x-5:focus {
    --tw-translate-x: -5px;
  }

  .desktop\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .desktop\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .desktop\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .desktop\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .desktop\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px;
  }

  .desktop\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .desktop\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .desktop\:focus\:-translate-x-14:focus {
    --tw-translate-x: -14px;
  }

  .desktop\:focus\:-translate-x-16:focus {
    --tw-translate-x: -16px;
  }

  .desktop\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px;
  }

  .desktop\:focus\:-translate-x-24:focus {
    --tw-translate-x: -24px;
  }

  .desktop\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .desktop\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px;
  }

  .desktop\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .desktop\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .desktop\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .desktop\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .desktop\:focus\:-translate-x-48:focus {
    --tw-translate-x: -48px;
  }

  .desktop\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .desktop\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .desktop\:focus\:-translate-x-60:focus {
    --tw-translate-x: -60px;
  }

  .desktop\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .desktop\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .desktop\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .desktop\:focus\:-translate-x-95:focus {
    --tw-translate-x: -95px;
  }

  .desktop\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .desktop\:focus\:-translate-x-120:focus {
    --tw-translate-x: -120px;
  }

  .desktop\:focus\:-translate-x-190:focus {
    --tw-translate-x: -190px;
  }

  .desktop\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .desktop\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .desktop\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .desktop\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .desktop\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .desktop\:focus\:-translate-x-30\%:focus {
    --tw-translate-x: -30%;
  }

  .desktop\:focus\:-translate-x-7\.5r:focus {
    --tw-translate-x: -1.875rem;
  }

  .desktop\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .desktop\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .desktop\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .desktop\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .desktop\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .desktop\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .desktop\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .desktop\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .desktop\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .desktop\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .desktop\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .desktop\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .desktop\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .desktop\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .desktop\:focus\:translate-y-0:focus {
    --tw-translate-y: 0;
  }

  .desktop\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .desktop\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .desktop\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .desktop\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .desktop\:focus\:translate-y-5:focus {
    --tw-translate-y: 5px;
  }

  .desktop\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .desktop\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .desktop\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .desktop\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .desktop\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px;
  }

  .desktop\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .desktop\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .desktop\:focus\:translate-y-14:focus {
    --tw-translate-y: 14px;
  }

  .desktop\:focus\:translate-y-16:focus {
    --tw-translate-y: 16px;
  }

  .desktop\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px;
  }

  .desktop\:focus\:translate-y-24:focus {
    --tw-translate-y: 24px;
  }

  .desktop\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .desktop\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px;
  }

  .desktop\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .desktop\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .desktop\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .desktop\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .desktop\:focus\:translate-y-48:focus {
    --tw-translate-y: 48px;
  }

  .desktop\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .desktop\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .desktop\:focus\:translate-y-60:focus {
    --tw-translate-y: 60px;
  }

  .desktop\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .desktop\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .desktop\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .desktop\:focus\:translate-y-95:focus {
    --tw-translate-y: 95px;
  }

  .desktop\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .desktop\:focus\:translate-y-120:focus {
    --tw-translate-y: 120px;
  }

  .desktop\:focus\:translate-y-190:focus {
    --tw-translate-y: 190px;
  }

  .desktop\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .desktop\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .desktop\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .desktop\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .desktop\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .desktop\:focus\:translate-y-30\%:focus {
    --tw-translate-y: 30%;
  }

  .desktop\:focus\:translate-y-7\.5r:focus {
    --tw-translate-y: 1.875rem;
  }

  .desktop\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .desktop\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .desktop\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .desktop\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .desktop\:focus\:-translate-y-5:focus {
    --tw-translate-y: -5px;
  }

  .desktop\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .desktop\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .desktop\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .desktop\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .desktop\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px;
  }

  .desktop\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .desktop\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .desktop\:focus\:-translate-y-14:focus {
    --tw-translate-y: -14px;
  }

  .desktop\:focus\:-translate-y-16:focus {
    --tw-translate-y: -16px;
  }

  .desktop\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px;
  }

  .desktop\:focus\:-translate-y-24:focus {
    --tw-translate-y: -24px;
  }

  .desktop\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .desktop\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px;
  }

  .desktop\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .desktop\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .desktop\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .desktop\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .desktop\:focus\:-translate-y-48:focus {
    --tw-translate-y: -48px;
  }

  .desktop\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .desktop\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .desktop\:focus\:-translate-y-60:focus {
    --tw-translate-y: -60px;
  }

  .desktop\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .desktop\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .desktop\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .desktop\:focus\:-translate-y-95:focus {
    --tw-translate-y: -95px;
  }

  .desktop\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .desktop\:focus\:-translate-y-120:focus {
    --tw-translate-y: -120px;
  }

  .desktop\:focus\:-translate-y-190:focus {
    --tw-translate-y: -190px;
  }

  .desktop\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .desktop\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .desktop\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .desktop\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .desktop\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .desktop\:focus\:-translate-y-30\%:focus {
    --tw-translate-y: -30%;
  }

  .desktop\:focus\:-translate-y-7\.5r:focus {
    --tw-translate-y: -1.875rem;
  }

  .desktop\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .desktop\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .desktop\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .desktop\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .desktop\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .desktop\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .desktop\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .desktop\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .desktop\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .desktop\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .desktop\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .desktop\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .desktop\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .desktop\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .desktop\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .desktop\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .desktop\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .desktop\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .desktop\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .desktop\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .desktop\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .desktop\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .desktop\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .desktop\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .desktop\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .desktop\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .desktop\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .desktop\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .desktop\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .desktop\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .desktop\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .desktop\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .desktop\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .desktop\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .desktop\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .desktop\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .desktop\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .desktop\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .desktop\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .desktop\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .desktop\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .desktop\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .desktop\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .desktop\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .desktop\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .desktop\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .desktop\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .desktop\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .desktop\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .desktop\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .desktop\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .desktop\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .desktop\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .desktop\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .desktop\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .desktop\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .desktop\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .desktop\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .desktop\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .desktop\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .desktop\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .desktop\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .desktop\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .desktop\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .desktop\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .desktop\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .desktop\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .desktop\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .desktop\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .desktop\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .desktop\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .desktop\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .desktop\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .desktop\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .desktop\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .desktop\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .desktop\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .desktop\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .desktop\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .desktop\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .desktop\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .desktop\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .desktop\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .desktop\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .desktop\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .desktop\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .desktop\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .desktop\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .desktop\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .desktop\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .desktop\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .desktop\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .desktop\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .desktop\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .desktop\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .desktop\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .desktop\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .desktop\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .desktop\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .desktop\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .desktop\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .desktop\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .desktop\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .desktop\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .desktop\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .desktop\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .desktop\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .desktop\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .desktop\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .desktop\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .desktop\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .desktop\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .desktop\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .desktop\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .desktop\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .desktop\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .desktop\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .desktop\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .desktop\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .desktop\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .desktop\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .desktop\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .desktop\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .desktop\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .desktop\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .desktop\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .desktop\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .desktop\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .desktop\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .desktop\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .desktop\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .desktop\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .desktop\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .desktop\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .desktop\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .desktop\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .desktop\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .desktop\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .desktop\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .desktop\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .desktop\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .desktop\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .desktop\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .desktop\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .desktop\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .desktop\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .desktop\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .desktop\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .desktop\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .desktop\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .desktop\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .desktop\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .desktop\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .desktop\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .desktop\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .desktop\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .desktop\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .desktop\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .desktop\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .desktop\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .desktop\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .desktop\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .desktop\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .desktop\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .desktop\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .desktop\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .desktop\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .desktop\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .desktop\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .desktop\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .desktop\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .desktop\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .desktop\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .desktop\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .desktop\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .desktop\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .desktop\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .desktop\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .desktop\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .desktop\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .desktop\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .desktop\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .desktop\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .desktop\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .desktop\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .desktop\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .desktop\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .desktop\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .desktop\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .desktop\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .desktop\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .desktop\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .desktop\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .desktop\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .desktop\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .desktop\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .desktop\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .desktop\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .desktop\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .desktop\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .desktop\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .desktop\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .desktop\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .desktop\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .desktop\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .desktop\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .desktop\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .desktop\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .desktop\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .desktop\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .desktop\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .desktop\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .desktop\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .desktop\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .desktop\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .desktop\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .desktop\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .desktop\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .desktop\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .desktop\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .desktop\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .desktop\:animate-fade-in {
    -webkit-animation: fade-in 0.5s ease-out;
            animation: fade-in 0.5s ease-out;
  }

  .desktop\:cursor-auto {
    cursor: auto;
  }

  .desktop\:cursor-default {
    cursor: default;
  }

  .desktop\:cursor-pointer {
    cursor: pointer;
  }

  .desktop\:cursor-wait {
    cursor: wait;
  }

  .desktop\:cursor-text {
    cursor: text;
  }

  .desktop\:cursor-move {
    cursor: move;
  }

  .desktop\:cursor-help {
    cursor: help;
  }

  .desktop\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .desktop\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .desktop\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .desktop\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .desktop\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .desktop\:resize-none {
    resize: none;
  }

  .desktop\:resize-y {
    resize: vertical;
  }

  .desktop\:resize-x {
    resize: horizontal;
  }

  .desktop\:resize {
    resize: both;
  }

  .desktop\:list-inside {
    list-style-position: inside;
  }

  .desktop\:list-outside {
    list-style-position: outside;
  }

  .desktop\:list-none {
    list-style-type: none;
  }

  .desktop\:list-disc {
    list-style-type: disc;
  }

  .desktop\:list-decimal {
    list-style-type: decimal;
  }

  .desktop\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .desktop\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .desktop\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .desktop\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .desktop\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .desktop\:grid-flow-row {
    grid-auto-flow: row;
  }

  .desktop\:grid-flow-col {
    grid-auto-flow: column;
  }

  .desktop\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .desktop\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .desktop\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .desktop\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .desktop\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .desktop\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .desktop\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .desktop\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .desktop\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .desktop\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .desktop\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .desktop\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .desktop\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .desktop\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .desktop\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .desktop\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .desktop\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .desktop\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .desktop\:grid-cols-none {
    grid-template-columns: none;
  }

  .desktop\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .desktop\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .desktop\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .desktop\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .desktop\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .desktop\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .desktop\:grid-rows-none {
    grid-template-rows: none;
  }

  .desktop\:flex-row {
    flex-direction: row;
  }

  .desktop\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .desktop\:flex-col {
    flex-direction: column;
  }

  .desktop\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .desktop\:flex-wrap {
    flex-wrap: wrap;
  }

  .desktop\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .desktop\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .desktop\:place-content-center {
    align-content: center;
    justify-content: center;
    place-content: center;
  }

  .desktop\:place-content-start {
    align-content: start;
    justify-content: start;
    place-content: start;
  }

  .desktop\:place-content-end {
    align-content: end;
    justify-content: end;
    place-content: end;
  }

  .desktop\:place-content-between {
    align-content: space-between;
    justify-content: space-between;
    place-content: space-between;
  }

  .desktop\:place-content-around {
    align-content: space-around;
    justify-content: space-around;
    place-content: space-around;
  }

  .desktop\:place-content-evenly {
    align-content: space-evenly;
    justify-content: space-evenly;
    place-content: space-evenly;
  }

  .desktop\:place-content-stretch {
    align-content: stretch;
    justify-content: stretch;
    place-content: stretch;
  }

  .desktop\:place-items-start {
    align-items: start;
    justify-items: start;
    place-items: start;
  }

  .desktop\:place-items-end {
    align-items: end;
    justify-items: end;
    place-items: end;
  }

  .desktop\:place-items-center {
    align-items: center;
    justify-items: center;
    place-items: center;
  }

  .desktop\:place-items-stretch {
    align-items: stretch;
    justify-items: stretch;
    place-items: stretch;
  }

  .desktop\:content-center {
    align-content: center;
  }

  .desktop\:content-start {
    align-content: flex-start;
  }

  .desktop\:content-end {
    align-content: flex-end;
  }

  .desktop\:content-between {
    align-content: space-between;
  }

  .desktop\:content-around {
    align-content: space-around;
  }

  .desktop\:content-evenly {
    align-content: space-evenly;
  }

  .desktop\:items-start {
    align-items: flex-start;
  }

  .desktop\:items-end {
    align-items: flex-end;
  }

  .desktop\:items-center {
    align-items: center;
  }

  .desktop\:items-baseline {
    align-items: baseline;
  }

  .desktop\:items-stretch {
    align-items: stretch;
  }

  .desktop\:justify-start {
    justify-content: flex-start;
  }

  .desktop\:justify-end {
    justify-content: flex-end;
  }

  .desktop\:justify-center {
    justify-content: center;
  }

  .desktop\:justify-between {
    justify-content: space-between;
  }

  .desktop\:justify-around {
    justify-content: space-around;
  }

  .desktop\:justify-evenly {
    justify-content: space-evenly;
  }

  .desktop\:justify-items-start {
    justify-items: start;
  }

  .desktop\:justify-items-end {
    justify-items: end;
  }

  .desktop\:justify-items-center {
    justify-items: center;
  }

  .desktop\:justify-items-stretch {
    justify-items: stretch;
  }

  .desktop\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .desktop\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .desktop\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .desktop\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .desktop\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .desktop\:gap-5 {
    grid-gap: 5px;
    gap: 5px;
  }

  .desktop\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .desktop\:gap-7 {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .desktop\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .desktop\:gap-9 {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .desktop\:gap-10 {
    grid-gap: 10px;
    gap: 10px;
  }

  .desktop\:gap-11 {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .desktop\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .desktop\:gap-14 {
    grid-gap: 14px;
    gap: 14px;
  }

  .desktop\:gap-16 {
    grid-gap: 16px;
    gap: 16px;
  }

  .desktop\:gap-20 {
    grid-gap: 20px;
    gap: 20px;
  }

  .desktop\:gap-24 {
    grid-gap: 24px;
    gap: 24px;
  }

  .desktop\:gap-28 {
    grid-gap: 7rem;
    gap: 7rem;
  }

  .desktop\:gap-30 {
    grid-gap: 30px;
    gap: 30px;
  }

  .desktop\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .desktop\:gap-36 {
    grid-gap: 9rem;
    gap: 9rem;
  }

  .desktop\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .desktop\:gap-44 {
    grid-gap: 11rem;
    gap: 11rem;
  }

  .desktop\:gap-48 {
    grid-gap: 48px;
    gap: 48px;
  }

  .desktop\:gap-52 {
    grid-gap: 13rem;
    gap: 13rem;
  }

  .desktop\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .desktop\:gap-60 {
    grid-gap: 60px;
    gap: 60px;
  }

  .desktop\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .desktop\:gap-72 {
    grid-gap: 18rem;
    gap: 18rem;
  }

  .desktop\:gap-80 {
    grid-gap: 20rem;
    gap: 20rem;
  }

  .desktop\:gap-95 {
    grid-gap: 95px;
    gap: 95px;
  }

  .desktop\:gap-96 {
    grid-gap: 24rem;
    gap: 24rem;
  }

  .desktop\:gap-120 {
    grid-gap: 120px;
    gap: 120px;
  }

  .desktop\:gap-190 {
    grid-gap: 190px;
    gap: 190px;
  }

  .desktop\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .desktop\:gap-0\.5 {
    grid-gap: 0.125rem;
    gap: 0.125rem;
  }

  .desktop\:gap-1\.5 {
    grid-gap: 0.375rem;
    gap: 0.375rem;
  }

  .desktop\:gap-2\.5 {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }

  .desktop\:gap-3\.5 {
    grid-gap: 0.875rem;
    gap: 0.875rem;
  }

  .desktop\:gap-30\% {
    grid-gap: 30%;
    gap: 30%;
  }

  .desktop\:gap-7\.5r {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }

  .desktop\:gap-x-0 {
    -moz-column-gap: 0;
         grid-column-gap: 0;
         column-gap: 0;
  }

  .desktop\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         grid-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .desktop\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         grid-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .desktop\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         grid-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .desktop\:gap-x-4 {
    -moz-column-gap: 1rem;
         grid-column-gap: 1rem;
         column-gap: 1rem;
  }

  .desktop\:gap-x-5 {
    -moz-column-gap: 5px;
         grid-column-gap: 5px;
         column-gap: 5px;
  }

  .desktop\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         grid-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .desktop\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         grid-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .desktop\:gap-x-8 {
    -moz-column-gap: 2rem;
         grid-column-gap: 2rem;
         column-gap: 2rem;
  }

  .desktop\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         grid-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .desktop\:gap-x-10 {
    -moz-column-gap: 10px;
         grid-column-gap: 10px;
         column-gap: 10px;
  }

  .desktop\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         grid-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .desktop\:gap-x-12 {
    -moz-column-gap: 3rem;
         grid-column-gap: 3rem;
         column-gap: 3rem;
  }

  .desktop\:gap-x-14 {
    -moz-column-gap: 14px;
         grid-column-gap: 14px;
         column-gap: 14px;
  }

  .desktop\:gap-x-16 {
    -moz-column-gap: 16px;
         grid-column-gap: 16px;
         column-gap: 16px;
  }

  .desktop\:gap-x-20 {
    -moz-column-gap: 20px;
         grid-column-gap: 20px;
         column-gap: 20px;
  }

  .desktop\:gap-x-24 {
    -moz-column-gap: 24px;
         grid-column-gap: 24px;
         column-gap: 24px;
  }

  .desktop\:gap-x-28 {
    -moz-column-gap: 7rem;
         grid-column-gap: 7rem;
         column-gap: 7rem;
  }

  .desktop\:gap-x-30 {
    -moz-column-gap: 30px;
         grid-column-gap: 30px;
         column-gap: 30px;
  }

  .desktop\:gap-x-32 {
    -moz-column-gap: 8rem;
         grid-column-gap: 8rem;
         column-gap: 8rem;
  }

  .desktop\:gap-x-36 {
    -moz-column-gap: 9rem;
         grid-column-gap: 9rem;
         column-gap: 9rem;
  }

  .desktop\:gap-x-40 {
    -moz-column-gap: 10rem;
         grid-column-gap: 10rem;
         column-gap: 10rem;
  }

  .desktop\:gap-x-44 {
    -moz-column-gap: 11rem;
         grid-column-gap: 11rem;
         column-gap: 11rem;
  }

  .desktop\:gap-x-48 {
    -moz-column-gap: 48px;
         grid-column-gap: 48px;
         column-gap: 48px;
  }

  .desktop\:gap-x-52 {
    -moz-column-gap: 13rem;
         grid-column-gap: 13rem;
         column-gap: 13rem;
  }

  .desktop\:gap-x-56 {
    -moz-column-gap: 14rem;
         grid-column-gap: 14rem;
         column-gap: 14rem;
  }

  .desktop\:gap-x-60 {
    -moz-column-gap: 60px;
         grid-column-gap: 60px;
         column-gap: 60px;
  }

  .desktop\:gap-x-64 {
    -moz-column-gap: 16rem;
         grid-column-gap: 16rem;
         column-gap: 16rem;
  }

  .desktop\:gap-x-72 {
    -moz-column-gap: 18rem;
         grid-column-gap: 18rem;
         column-gap: 18rem;
  }

  .desktop\:gap-x-80 {
    -moz-column-gap: 20rem;
         grid-column-gap: 20rem;
         column-gap: 20rem;
  }

  .desktop\:gap-x-95 {
    -moz-column-gap: 95px;
         grid-column-gap: 95px;
         column-gap: 95px;
  }

  .desktop\:gap-x-96 {
    -moz-column-gap: 24rem;
         grid-column-gap: 24rem;
         column-gap: 24rem;
  }

  .desktop\:gap-x-120 {
    -moz-column-gap: 120px;
         grid-column-gap: 120px;
         column-gap: 120px;
  }

  .desktop\:gap-x-190 {
    -moz-column-gap: 190px;
         grid-column-gap: 190px;
         column-gap: 190px;
  }

  .desktop\:gap-x-px {
    -moz-column-gap: 1px;
         grid-column-gap: 1px;
         column-gap: 1px;
  }

  .desktop\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         grid-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .desktop\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         grid-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .desktop\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         grid-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .desktop\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         grid-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .desktop\:gap-x-30\% {
    -moz-column-gap: 30%;
         grid-column-gap: 30%;
         column-gap: 30%;
  }

  .desktop\:gap-x-7\.5r {
    -moz-column-gap: 1.875rem;
         grid-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }

  .desktop\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .desktop\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .desktop\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .desktop\:gap-y-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .desktop\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .desktop\:gap-y-5 {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .desktop\:gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .desktop\:gap-y-7 {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .desktop\:gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .desktop\:gap-y-9 {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .desktop\:gap-y-10 {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .desktop\:gap-y-11 {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .desktop\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .desktop\:gap-y-14 {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .desktop\:gap-y-16 {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .desktop\:gap-y-20 {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .desktop\:gap-y-24 {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .desktop\:gap-y-28 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .desktop\:gap-y-30 {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .desktop\:gap-y-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .desktop\:gap-y-36 {
    grid-row-gap: 9rem;
    row-gap: 9rem;
  }

  .desktop\:gap-y-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .desktop\:gap-y-44 {
    grid-row-gap: 11rem;
    row-gap: 11rem;
  }

  .desktop\:gap-y-48 {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .desktop\:gap-y-52 {
    grid-row-gap: 13rem;
    row-gap: 13rem;
  }

  .desktop\:gap-y-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .desktop\:gap-y-60 {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .desktop\:gap-y-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .desktop\:gap-y-72 {
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .desktop\:gap-y-80 {
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .desktop\:gap-y-95 {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .desktop\:gap-y-96 {
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .desktop\:gap-y-120 {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .desktop\:gap-y-190 {
    grid-row-gap: 190px;
    row-gap: 190px;
  }

  .desktop\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .desktop\:gap-y-0\.5 {
    grid-row-gap: 0.125rem;
    row-gap: 0.125rem;
  }

  .desktop\:gap-y-1\.5 {
    grid-row-gap: 0.375rem;
    row-gap: 0.375rem;
  }

  .desktop\:gap-y-2\.5 {
    grid-row-gap: 0.625rem;
    row-gap: 0.625rem;
  }

  .desktop\:gap-y-3\.5 {
    grid-row-gap: 0.875rem;
    row-gap: 0.875rem;
  }

  .desktop\:gap-y-30\% {
    grid-row-gap: 30%;
    row-gap: 30%;
  }

  .desktop\:gap-y-7\.5r {
    grid-row-gap: 1.875rem;
    row-gap: 1.875rem;
  }

  .desktop\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5px * var(--tw-space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14px * var(--tw-space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16px * var(--tw-space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24px * var(--tw-space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(48px * var(--tw-space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60px * var(--tw-space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95px * var(--tw-space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(120px * var(--tw-space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(190px * var(--tw-space-x-reverse));
    margin-left: calc(190px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30% * var(--tw-space-x-reverse));
    margin-left: calc(30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-x-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5px * var(--tw-space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10px * var(--tw-space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14px * var(--tw-space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16px * var(--tw-space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20px * var(--tw-space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24px * var(--tw-space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30px * var(--tw-space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-48px * var(--tw-space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60px * var(--tw-space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95px * var(--tw-space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-120px * var(--tw-space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-190px * var(--tw-space-x-reverse));
    margin-left: calc(-190px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30% * var(--tw-space-x-reverse));
    margin-left: calc(-30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-x-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5px * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14px * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16px * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48px * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95px * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(190px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(190px * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30% * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-120px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-190px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-190px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30% * var(--tw-space-y-reverse));
  }

  .desktop\:-space-y-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--tw-space-y-reverse));
  }

  .desktop\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .desktop\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .desktop\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .desktop\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .desktop\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .desktop\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .desktop\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .desktop\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .desktop\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .desktop\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .desktop\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .desktop\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .desktop\:hover\:divide-x-0:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .desktop\:hover\:divide-x-2:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .desktop\:hover\:divide-x-4:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .desktop\:hover\:divide-x-8:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .desktop\:hover\:divide-x:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .desktop\:hover\:divide-y-0:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .desktop\:hover\:divide-y-2:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .desktop\:hover\:divide-y-4:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .desktop\:hover\:divide-y-8:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .desktop\:hover\:divide-y:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .desktop\:focus\:divide-x-0:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .desktop\:focus\:divide-x-2:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .desktop\:focus\:divide-x-4:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .desktop\:focus\:divide-x-8:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .desktop\:focus\:divide-x:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .desktop\:focus\:divide-y-0:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .desktop\:focus\:divide-y-2:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .desktop\:focus\:divide-y-4:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .desktop\:focus\:divide-y-8:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .desktop\:focus\:divide-y:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .desktop\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .desktop\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .desktop\:hover\:divide-y-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .desktop\:hover\:divide-x-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .desktop\:focus\:divide-y-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .desktop\:focus\:divide-x-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .desktop\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .desktop\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .desktop\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .desktop\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .desktop\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .desktop\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .desktop\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }

  .desktop\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .desktop\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .desktop\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .desktop\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .desktop\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .desktop\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .desktop\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .desktop\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .desktop\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .desktop\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .desktop\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .desktop\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .desktop\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .desktop\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .desktop\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .desktop\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .desktop\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .desktop\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .desktop\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .desktop\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .desktop\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .desktop\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .desktop\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .desktop\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .desktop\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .desktop\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .desktop\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .desktop\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .desktop\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .desktop\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .desktop\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .desktop\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .desktop\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .desktop\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .desktop\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .desktop\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .desktop\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .desktop\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .desktop\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .desktop\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .desktop\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .desktop\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .desktop\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .desktop\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .desktop\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .desktop\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .desktop\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .desktop\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .desktop\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .desktop\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .desktop\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .desktop\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .desktop\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .desktop\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .desktop\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .desktop\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .desktop\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .desktop\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .desktop\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .desktop\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .desktop\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .desktop\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .desktop\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .desktop\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .desktop\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .desktop\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .desktop\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .desktop\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .desktop\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .desktop\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .desktop\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .desktop\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .desktop\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .desktop\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .desktop\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .desktop\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .desktop\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .desktop\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .desktop\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .desktop\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .desktop\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .desktop\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .desktop\:divide-primary-color > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-divide-opacity));
  }

  .desktop\:divide-primary-color-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-divide-opacity));
  }

  .desktop\:divide-secondary-color > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .desktop\:divide-custom-gray-sm > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-divide-opacity));
  }

  .desktop\:divide-custom-gray-sm2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-divide-opacity));
  }

  .desktop\:divide-custom-gray-md > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-divide-opacity));
  }

  .desktop\:divide-custom-navy-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .desktop\:divide-dark-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .desktop\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-divide-opacity));
  }

  .desktop\:divide-secondary-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-divide-opacity));
  }

  .desktop\:divide-secondary-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-divide-opacity));
  }

  .desktop\:divide-secondary-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-divide-opacity));
  }

  .desktop\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-divide-opacity));
  }

  .desktop\:divide-secondary-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-divide-opacity));
  }

  .desktop\:divide-secondary-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-divide-opacity));
  }

  .desktop\:divide-grayCustom-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .desktop\:divide-grayCustom-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .desktop\:divide-grayCustom-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
  }

  .desktop\:divide-grayCustom-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .desktop\:divide-grayCustom > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .desktop\:divide-grayCustom-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .desktop\:divide-grayCustom-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
  }

  .desktop\:divide-grayCustom-hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-divide-opacity));
  }

  .desktop\:divide-error > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-divide-opacity));
  }

  .desktop\:divide-error-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-divide-opacity));
  }

  .desktop\:divide-warning > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .desktop\:divide-warning-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-divide-opacity));
  }

  .desktop\:divide-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-divide-opacity));
  }

  .desktop\:divide-success-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-divide-opacity));
  }

  .desktop\:divide-status-open > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .desktop\:divide-status-waiting_payment > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .desktop\:divide-status-completed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-divide-opacity));
  }

  .desktop\:divide-status-failed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .desktop\:divide-status-waiting_verify > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .desktop\:divide-status-closed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .desktop\:divide-policyStatus-issuing > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .desktop\:divide-policyStatus-waiting_inspection > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .desktop\:divide-policyStatus-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-divide-opacity));
  }

  .desktop\:divide-policyStatus-failed_inspection > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .desktop\:divide-policyStatus-failed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .desktop\:divide-policyStatus-waiting_policy > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .desktop\:divide-policyStatus-cancel > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .desktop\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .desktop\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .desktop\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .desktop\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .desktop\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .desktop\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .desktop\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .desktop\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .desktop\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .desktop\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .desktop\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .desktop\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .desktop\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .desktop\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .desktop\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .desktop\:place-self-auto {
    align-self: auto;
    justify-self: auto;
    place-self: auto;
  }

  .desktop\:place-self-start {
    align-self: start;
    justify-self: start;
    place-self: start;
  }

  .desktop\:place-self-end {
    align-self: end;
    justify-self: end;
    place-self: end;
  }

  .desktop\:place-self-center {
    align-self: center;
    justify-self: center;
    place-self: center;
  }

  .desktop\:place-self-stretch {
    align-self: stretch;
    justify-self: stretch;
    place-self: stretch;
  }

  .desktop\:self-auto {
    align-self: auto;
  }

  .desktop\:self-start {
    align-self: flex-start;
  }

  .desktop\:self-end {
    align-self: flex-end;
  }

  .desktop\:self-center {
    align-self: center;
  }

  .desktop\:self-stretch {
    align-self: stretch;
  }

  .desktop\:self-baseline {
    align-self: baseline;
  }

  .desktop\:justify-self-auto {
    justify-self: auto;
  }

  .desktop\:justify-self-start {
    justify-self: start;
  }

  .desktop\:justify-self-end {
    justify-self: end;
  }

  .desktop\:justify-self-center {
    justify-self: center;
  }

  .desktop\:justify-self-stretch {
    justify-self: stretch;
  }

  .desktop\:overflow-auto {
    overflow: auto;
  }

  .desktop\:overflow-hidden {
    overflow: hidden;
  }

  .desktop\:overflow-visible {
    overflow: visible;
  }

  .desktop\:overflow-scroll {
    overflow: scroll;
  }

  .desktop\:overflow-x-auto {
    overflow-x: auto;
  }

  .desktop\:overflow-y-auto {
    overflow-y: auto;
  }

  .desktop\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .desktop\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .desktop\:overflow-x-visible {
    overflow-x: visible;
  }

  .desktop\:overflow-y-visible {
    overflow-y: visible;
  }

  .desktop\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .desktop\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .desktop\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .desktop\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .desktop\:overscroll-none {
    overscroll-behavior: none;
  }

  .desktop\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .desktop\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .desktop\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .desktop\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .desktop\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .desktop\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .desktop\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .desktop\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .desktop\:overflow-clip {
    text-overflow: clip;
  }

  .desktop\:whitespace-normal {
    white-space: normal;
  }

  .desktop\:whitespace-nowrap {
    white-space: nowrap;
  }

  .desktop\:whitespace-pre {
    white-space: pre;
  }

  .desktop\:whitespace-pre-line {
    white-space: pre-line;
  }

  .desktop\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .desktop\:break-normal {
    word-wrap: normal;
    word-break: normal;
  }

  .desktop\:break-words {
    word-wrap: break-word;
  }

  .desktop\:break-all {
    word-break: break-all;
  }

  .desktop\:rounded-5 {
    border-radius: 5px;
  }

  .desktop\:rounded-10 {
    border-radius: 10px;
  }

  .desktop\:rounded-20 {
    border-radius: 20px;
  }

  .desktop\:rounded-48 {
    border-radius: 48px;
  }

  .desktop\:rounded-none {
    border-radius: 0;
  }

  .desktop\:rounded-sm {
    border-radius: 0.125rem;
  }

  .desktop\:rounded {
    border-radius: 5px;
  }

  .desktop\:rounded-md {
    border-radius: 0.375rem;
  }

  .desktop\:rounded-lg {
    border-radius: 0.5rem;
  }

  .desktop\:rounded-xl {
    border-radius: 0.75rem;
  }

  .desktop\:rounded-2xl {
    border-radius: 1rem;
  }

  .desktop\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .desktop\:rounded-full {
    border-radius: 9999px;
  }

  .desktop\:rounded-t-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .desktop\:rounded-t-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .desktop\:rounded-t-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .desktop\:rounded-t-48 {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
  }

  .desktop\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .desktop\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .desktop\:rounded-t {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .desktop\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .desktop\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .desktop\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .desktop\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .desktop\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .desktop\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .desktop\:rounded-r-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .desktop\:rounded-r-10 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .desktop\:rounded-r-20 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .desktop\:rounded-r-48 {
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
  }

  .desktop\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .desktop\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .desktop\:rounded-r {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .desktop\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .desktop\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .desktop\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .desktop\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .desktop\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .desktop\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .desktop\:rounded-b-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .desktop\:rounded-b-10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .desktop\:rounded-b-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .desktop\:rounded-b-48 {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
  }

  .desktop\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .desktop\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .desktop\:rounded-b {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .desktop\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .desktop\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .desktop\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .desktop\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .desktop\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .desktop\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .desktop\:rounded-l-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .desktop\:rounded-l-10 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .desktop\:rounded-l-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .desktop\:rounded-l-48 {
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;
  }

  .desktop\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .desktop\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .desktop\:rounded-l {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .desktop\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .desktop\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .desktop\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .desktop\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .desktop\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .desktop\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .desktop\:rounded-tl-5 {
    border-top-left-radius: 5px;
  }

  .desktop\:rounded-tl-10 {
    border-top-left-radius: 10px;
  }

  .desktop\:rounded-tl-20 {
    border-top-left-radius: 20px;
  }

  .desktop\:rounded-tl-48 {
    border-top-left-radius: 48px;
  }

  .desktop\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .desktop\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .desktop\:rounded-tl {
    border-top-left-radius: 5px;
  }

  .desktop\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .desktop\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .desktop\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .desktop\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .desktop\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .desktop\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .desktop\:rounded-tr-5 {
    border-top-right-radius: 5px;
  }

  .desktop\:rounded-tr-10 {
    border-top-right-radius: 10px;
  }

  .desktop\:rounded-tr-20 {
    border-top-right-radius: 20px;
  }

  .desktop\:rounded-tr-48 {
    border-top-right-radius: 48px;
  }

  .desktop\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .desktop\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .desktop\:rounded-tr {
    border-top-right-radius: 5px;
  }

  .desktop\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .desktop\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .desktop\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .desktop\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .desktop\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .desktop\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .desktop\:rounded-br-5 {
    border-bottom-right-radius: 5px;
  }

  .desktop\:rounded-br-10 {
    border-bottom-right-radius: 10px;
  }

  .desktop\:rounded-br-20 {
    border-bottom-right-radius: 20px;
  }

  .desktop\:rounded-br-48 {
    border-bottom-right-radius: 48px;
  }

  .desktop\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .desktop\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .desktop\:rounded-br {
    border-bottom-right-radius: 5px;
  }

  .desktop\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .desktop\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .desktop\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .desktop\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .desktop\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .desktop\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .desktop\:rounded-bl-5 {
    border-bottom-left-radius: 5px;
  }

  .desktop\:rounded-bl-10 {
    border-bottom-left-radius: 10px;
  }

  .desktop\:rounded-bl-20 {
    border-bottom-left-radius: 20px;
  }

  .desktop\:rounded-bl-48 {
    border-bottom-left-radius: 48px;
  }

  .desktop\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .desktop\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .desktop\:rounded-bl {
    border-bottom-left-radius: 5px;
  }

  .desktop\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .desktop\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .desktop\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .desktop\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .desktop\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .desktop\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .desktop\:border-0 {
    border-width: 0px;
  }

  .desktop\:border-2 {
    border-width: 2px;
  }

  .desktop\:border-4 {
    border-width: 4px;
  }

  .desktop\:border-8 {
    border-width: 8px;
  }

  .desktop\:border {
    border-width: 1px;
  }

  .desktop\:hover\:border-0:hover {
    border-width: 0px;
  }

  .desktop\:hover\:border-2:hover {
    border-width: 2px;
  }

  .desktop\:hover\:border-4:hover {
    border-width: 4px;
  }

  .desktop\:hover\:border-8:hover {
    border-width: 8px;
  }

  .desktop\:hover\:border:hover {
    border-width: 1px;
  }

  .desktop\:focus\:border-0:focus {
    border-width: 0px;
  }

  .desktop\:focus\:border-2:focus {
    border-width: 2px;
  }

  .desktop\:focus\:border-4:focus {
    border-width: 4px;
  }

  .desktop\:focus\:border-8:focus {
    border-width: 8px;
  }

  .desktop\:focus\:border:focus {
    border-width: 1px;
  }

  .desktop\:border-t-0 {
    border-top-width: 0px;
  }

  .desktop\:border-t-2 {
    border-top-width: 2px;
  }

  .desktop\:border-t-4 {
    border-top-width: 4px;
  }

  .desktop\:border-t-8 {
    border-top-width: 8px;
  }

  .desktop\:border-t {
    border-top-width: 1px;
  }

  .desktop\:border-r-0 {
    border-right-width: 0px;
  }

  .desktop\:border-r-2 {
    border-right-width: 2px;
  }

  .desktop\:border-r-4 {
    border-right-width: 4px;
  }

  .desktop\:border-r-8 {
    border-right-width: 8px;
  }

  .desktop\:border-r {
    border-right-width: 1px;
  }

  .desktop\:border-b-0 {
    border-bottom-width: 0px;
  }

  .desktop\:border-b-2 {
    border-bottom-width: 2px;
  }

  .desktop\:border-b-4 {
    border-bottom-width: 4px;
  }

  .desktop\:border-b-8 {
    border-bottom-width: 8px;
  }

  .desktop\:border-b {
    border-bottom-width: 1px;
  }

  .desktop\:border-l-0 {
    border-left-width: 0px;
  }

  .desktop\:border-l-2 {
    border-left-width: 2px;
  }

  .desktop\:border-l-4 {
    border-left-width: 4px;
  }

  .desktop\:border-l-8 {
    border-left-width: 8px;
  }

  .desktop\:border-l {
    border-left-width: 1px;
  }

  .desktop\:hover\:border-t-0:hover {
    border-top-width: 0px;
  }

  .desktop\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .desktop\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .desktop\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .desktop\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .desktop\:hover\:border-r-0:hover {
    border-right-width: 0px;
  }

  .desktop\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .desktop\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .desktop\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .desktop\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .desktop\:hover\:border-b-0:hover {
    border-bottom-width: 0px;
  }

  .desktop\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .desktop\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .desktop\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .desktop\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .desktop\:hover\:border-l-0:hover {
    border-left-width: 0px;
  }

  .desktop\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .desktop\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .desktop\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .desktop\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .desktop\:focus\:border-t-0:focus {
    border-top-width: 0px;
  }

  .desktop\:focus\:border-t-2:focus {
    border-top-width: 2px;
  }

  .desktop\:focus\:border-t-4:focus {
    border-top-width: 4px;
  }

  .desktop\:focus\:border-t-8:focus {
    border-top-width: 8px;
  }

  .desktop\:focus\:border-t:focus {
    border-top-width: 1px;
  }

  .desktop\:focus\:border-r-0:focus {
    border-right-width: 0px;
  }

  .desktop\:focus\:border-r-2:focus {
    border-right-width: 2px;
  }

  .desktop\:focus\:border-r-4:focus {
    border-right-width: 4px;
  }

  .desktop\:focus\:border-r-8:focus {
    border-right-width: 8px;
  }

  .desktop\:focus\:border-r:focus {
    border-right-width: 1px;
  }

  .desktop\:focus\:border-b-0:focus {
    border-bottom-width: 0px;
  }

  .desktop\:focus\:border-b-2:focus {
    border-bottom-width: 2px;
  }

  .desktop\:focus\:border-b-4:focus {
    border-bottom-width: 4px;
  }

  .desktop\:focus\:border-b-8:focus {
    border-bottom-width: 8px;
  }

  .desktop\:focus\:border-b:focus {
    border-bottom-width: 1px;
  }

  .desktop\:focus\:border-l-0:focus {
    border-left-width: 0px;
  }

  .desktop\:focus\:border-l-2:focus {
    border-left-width: 2px;
  }

  .desktop\:focus\:border-l-4:focus {
    border-left-width: 4px;
  }

  .desktop\:focus\:border-l-8:focus {
    border-left-width: 8px;
  }

  .desktop\:focus\:border-l:focus {
    border-left-width: 1px;
  }

  .desktop\:border-solid {
    border-style: solid;
  }

  .desktop\:border-dashed {
    border-style: dashed;
  }

  .desktop\:border-dotted {
    border-style: dotted;
  }

  .desktop\:border-double {
    border-style: double;
  }

  .desktop\:border-none {
    border-style: none;
  }

  .desktop\:hover\:border-solid:hover {
    border-style: solid;
  }

  .desktop\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .desktop\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .desktop\:hover\:border-double:hover {
    border-style: double;
  }

  .desktop\:hover\:border-none:hover {
    border-style: none;
  }

  .desktop\:border-transparent {
    border-color: transparent;
  }

  .desktop\:border-current {
    border-color: currentColor;
  }

  .desktop\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .desktop\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .desktop\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .desktop\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .desktop\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .desktop\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .desktop\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .desktop\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .desktop\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .desktop\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .desktop\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .desktop\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .desktop\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .desktop\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .desktop\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .desktop\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .desktop\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .desktop\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .desktop\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .desktop\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .desktop\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .desktop\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .desktop\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .desktop\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .desktop\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .desktop\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .desktop\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .desktop\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .desktop\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .desktop\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .desktop\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .desktop\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .desktop\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .desktop\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .desktop\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .desktop\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .desktop\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .desktop\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .desktop\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .desktop\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .desktop\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .desktop\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .desktop\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .desktop\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .desktop\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .desktop\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .desktop\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .desktop\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .desktop\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .desktop\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .desktop\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .desktop\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .desktop\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .desktop\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .desktop\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .desktop\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .desktop\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .desktop\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .desktop\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .desktop\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .desktop\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .desktop\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .desktop\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .desktop\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .desktop\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .desktop\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .desktop\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .desktop\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .desktop\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .desktop\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .desktop\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .desktop\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .desktop\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .desktop\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .desktop\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .desktop\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .desktop\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .desktop\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .desktop\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .desktop\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .desktop\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .desktop\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .desktop\:border-primary-color {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .desktop\:border-primary-color-dark {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .desktop\:border-secondary-color {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .desktop\:border-custom-gray-sm {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .desktop\:border-custom-gray-sm2 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .desktop\:border-custom-gray-md {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .desktop\:border-custom-navy-dark {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .desktop\:border-dark-blue {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .desktop\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .desktop\:border-secondary-1 {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .desktop\:border-secondary-2 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .desktop\:border-secondary-3 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .desktop\:border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .desktop\:border-secondary-dark {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .desktop\:border-secondary-light {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .desktop\:border-grayCustom-1 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .desktop\:border-grayCustom-2 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .desktop\:border-grayCustom-3 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .desktop\:border-grayCustom-800 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .desktop\:border-grayCustom {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .desktop\:border-grayCustom-dark {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .desktop\:border-grayCustom-light {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .desktop\:border-grayCustom-hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .desktop\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .desktop\:border-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .desktop\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .desktop\:border-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .desktop\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .desktop\:border-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .desktop\:border-status-open {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .desktop\:border-status-waiting_payment {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .desktop\:border-status-completed {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .desktop\:border-status-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .desktop\:border-status-waiting_verify {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .desktop\:border-status-closed {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .desktop\:border-policyStatus-issuing {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .desktop\:border-policyStatus-waiting_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .desktop\:border-policyStatus-success {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .desktop\:border-policyStatus-failed_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .desktop\:border-policyStatus-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .desktop\:border-policyStatus-waiting_policy {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .desktop\:border-policyStatus-cancel {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-transparent:checked {
    border-color: transparent;
  }

  .desktop\:checked\:border-current:checked {
    border-color: currentColor;
  }

  .desktop\:checked\:border-black:checked {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-white:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-gray-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-gray-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-gray-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-gray-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-gray-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-gray-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-gray-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-gray-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-gray-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-gray-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-red-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-red-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-red-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-red-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-red-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-red-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-red-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-red-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-red-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-red-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-yellow-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-yellow-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-yellow-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-yellow-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-yellow-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-yellow-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-yellow-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-yellow-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-yellow-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-yellow-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-green-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-green-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-green-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-green-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-green-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-green-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-green-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-green-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-green-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-green-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-blue-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-blue-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-blue-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-blue-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-blue-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-blue-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-blue-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-blue-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-blue-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-blue-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-indigo-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-indigo-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-indigo-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-indigo-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-indigo-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-indigo-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-indigo-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-indigo-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-indigo-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-indigo-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-purple-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-purple-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-purple-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-purple-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-purple-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-purple-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-purple-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-purple-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-purple-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-purple-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-pink-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-pink-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-pink-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-pink-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-pink-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-pink-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-pink-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-pink-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-pink-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-pink-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-primary-color:checked {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-primary-color-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-secondary-color:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-custom-gray-sm:checked {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-custom-gray-sm2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-custom-gray-md:checked {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-custom-navy-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-dark-blue:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-primary:checked {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-secondary-1:checked {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-secondary-2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-secondary-3:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-secondary:checked {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-secondary-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-secondary-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-grayCustom-1:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-grayCustom-2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-grayCustom-3:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-grayCustom-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-grayCustom:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-grayCustom-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-grayCustom-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-grayCustom-hover:checked {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-error:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-error-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-warning:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-warning-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-success:checked {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-success-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-status-open:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-status-waiting_payment:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-status-completed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-status-failed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-status-waiting_verify:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-status-closed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-policyStatus-issuing:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-policyStatus-waiting_inspection:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-policyStatus-success:checked {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-policyStatus-failed_inspection:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-policyStatus-failed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-policyStatus-waiting_policy:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .desktop\:checked\:border-policyStatus-cancel:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .desktop\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .desktop\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-primary-color {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-primary-color-dark {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-secondary-color {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-custom-gray-sm {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-custom-gray-sm2 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-custom-gray-md {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-custom-navy-dark {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-dark-blue {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-secondary-1 {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-secondary-2 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-secondary-3 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-secondary-dark {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-secondary-light {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-grayCustom-1 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-grayCustom-2 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-grayCustom-3 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-grayCustom-800 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-grayCustom {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-grayCustom-dark {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-grayCustom-light {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-grayCustom-hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-status-open {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-status-waiting_payment {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-status-completed {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-status-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-status-waiting_verify {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-status-closed {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-policyStatus-issuing {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-policyStatus-waiting_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-policyStatus-success {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-policyStatus-failed_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-policyStatus-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-policyStatus-waiting_policy {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-policyStatus-cancel {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-transparent[focus-within] {
    border-color: transparent;
  }

  .desktop\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .desktop\:focus-within\:border-current[focus-within] {
    border-color: currentColor;
  }

  .desktop\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }

  .desktop\:focus-within\:border-black[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-white[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-gray-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-gray-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-gray-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-gray-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-gray-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-gray-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-gray-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-gray-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-gray-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-gray-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-red-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-red-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-red-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-red-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-red-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-red-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-red-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-red-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-red-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-red-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-yellow-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-yellow-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-yellow-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-yellow-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-yellow-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-yellow-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-yellow-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-yellow-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-yellow-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-yellow-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-green-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-green-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-green-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-green-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-green-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-green-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-green-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-green-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-green-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-green-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-blue-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-blue-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-blue-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-blue-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-blue-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-blue-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-blue-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-blue-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-blue-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-blue-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-indigo-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-indigo-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-indigo-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-indigo-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-indigo-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-indigo-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-indigo-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-indigo-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-indigo-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-indigo-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-purple-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-purple-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-purple-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-purple-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-purple-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-purple-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-purple-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-purple-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-purple-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-purple-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-pink-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-pink-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-pink-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-pink-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-pink-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-pink-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-pink-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-pink-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-pink-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-pink-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-primary-color[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-primary-color:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-primary-color-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-primary-color-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-secondary-color[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-secondary-color:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-custom-gray-sm[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-custom-gray-sm:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-custom-gray-sm2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-custom-gray-sm2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-custom-gray-md[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-custom-gray-md:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-custom-navy-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-custom-navy-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-dark-blue[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-dark-blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-primary[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-secondary-1[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-secondary-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-secondary-2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-secondary-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-secondary-3[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-secondary-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-secondary[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-secondary-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-secondary-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-secondary-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-secondary-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-grayCustom-1[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-grayCustom-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-grayCustom-2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-grayCustom-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-grayCustom-3[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-grayCustom-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-grayCustom-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-grayCustom-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-grayCustom[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-grayCustom:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-grayCustom-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-grayCustom-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-grayCustom-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-grayCustom-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-grayCustom-hover[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-grayCustom-hover:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-error[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-error:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-error-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-error-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-warning[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-warning:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-warning-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-warning-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-success[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-success-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-success-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-status-open[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-status-open:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-status-waiting_payment[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-status-waiting_payment:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-status-completed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-status-completed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-status-failed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-status-failed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-status-waiting_verify[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-status-waiting_verify:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-status-closed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-status-closed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-policyStatus-issuing[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-policyStatus-issuing:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-policyStatus-waiting_inspection[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-policyStatus-waiting_inspection:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-policyStatus-success[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-policyStatus-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-policyStatus-failed_inspection[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-policyStatus-failed_inspection:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-policyStatus-failed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-policyStatus-failed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-policyStatus-waiting_policy[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-policyStatus-waiting_policy:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-policyStatus-cancel[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-policyStatus-cancel:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .desktop\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .desktop\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-green-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-primary-color:hover {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-primary-color-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-secondary-color:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-custom-gray-sm:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-custom-gray-sm2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-custom-gray-md:hover {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-custom-navy-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-dark-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-secondary-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-secondary-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-secondary-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-secondary-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-secondary-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-grayCustom-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-grayCustom-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-grayCustom-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-grayCustom-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-grayCustom:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-grayCustom-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-grayCustom-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-grayCustom-hover:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-error:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-error-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-warning:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-warning-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-success-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-status-open:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-status-waiting_payment:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-status-completed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-status-failed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-status-waiting_verify:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-status-closed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-policyStatus-issuing:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-policyStatus-waiting_inspection:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-policyStatus-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-policyStatus-failed_inspection:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-policyStatus-failed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-policyStatus-waiting_policy:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-policyStatus-cancel:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .desktop\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .desktop\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-green-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-primary-color:focus {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-primary-color-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-secondary-color:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-custom-gray-sm:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-custom-gray-sm2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-custom-gray-md:focus {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-custom-navy-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-dark-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-primary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-secondary-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-secondary-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-secondary-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-secondary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-secondary-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-secondary-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-grayCustom-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-grayCustom-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-grayCustom-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-grayCustom-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-grayCustom:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-grayCustom-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-grayCustom-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-grayCustom-hover:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-error:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-error-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-warning:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-warning-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-success-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-status-open:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-status-waiting_payment:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-status-completed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-status-failed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-status-waiting_verify:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-status-closed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-policyStatus-issuing:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-policyStatus-waiting_inspection:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-policyStatus-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-policyStatus-failed_inspection:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-policyStatus-failed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-policyStatus-waiting_policy:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-policyStatus-cancel:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .desktop\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .desktop\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .desktop\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .desktop\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .desktop\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .desktop\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .desktop\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .desktop\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .desktop\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .desktop\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .desktop\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .desktop\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .desktop\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .desktop\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .desktop\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .desktop\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .desktop\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .desktop\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .desktop\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .desktop\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .desktop\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .desktop\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .desktop\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .desktop\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .desktop\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .desktop\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .desktop\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .desktop\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .desktop\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .desktop\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .desktop\:focus-within\:border-opacity-0[focus-within] {
    --tw-border-opacity: 0;
  }

  .desktop\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .desktop\:focus-within\:border-opacity-5[focus-within] {
    --tw-border-opacity: 0.05;
  }

  .desktop\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .desktop\:focus-within\:border-opacity-10[focus-within] {
    --tw-border-opacity: 0.1;
  }

  .desktop\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .desktop\:focus-within\:border-opacity-20[focus-within] {
    --tw-border-opacity: 0.2;
  }

  .desktop\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .desktop\:focus-within\:border-opacity-25[focus-within] {
    --tw-border-opacity: 0.25;
  }

  .desktop\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .desktop\:focus-within\:border-opacity-30[focus-within] {
    --tw-border-opacity: 0.3;
  }

  .desktop\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .desktop\:focus-within\:border-opacity-40[focus-within] {
    --tw-border-opacity: 0.4;
  }

  .desktop\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .desktop\:focus-within\:border-opacity-50[focus-within] {
    --tw-border-opacity: 0.5;
  }

  .desktop\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .desktop\:focus-within\:border-opacity-60[focus-within] {
    --tw-border-opacity: 0.6;
  }

  .desktop\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .desktop\:focus-within\:border-opacity-70[focus-within] {
    --tw-border-opacity: 0.7;
  }

  .desktop\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .desktop\:focus-within\:border-opacity-75[focus-within] {
    --tw-border-opacity: 0.75;
  }

  .desktop\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .desktop\:focus-within\:border-opacity-80[focus-within] {
    --tw-border-opacity: 0.8;
  }

  .desktop\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .desktop\:focus-within\:border-opacity-90[focus-within] {
    --tw-border-opacity: 0.9;
  }

  .desktop\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .desktop\:focus-within\:border-opacity-95[focus-within] {
    --tw-border-opacity: 0.95;
  }

  .desktop\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .desktop\:focus-within\:border-opacity-100[focus-within] {
    --tw-border-opacity: 1;
  }

  .desktop\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .desktop\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .desktop\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .desktop\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .desktop\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .desktop\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .desktop\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .desktop\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .desktop\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .desktop\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .desktop\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .desktop\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .desktop\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .desktop\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .desktop\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .desktop\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .desktop\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .desktop\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .desktop\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .desktop\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .desktop\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .desktop\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .desktop\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .desktop\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .desktop\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .desktop\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .desktop\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .desktop\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .desktop\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .desktop\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .desktop\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .desktop\:bg-transparent {
    background-color: transparent;
  }

  .desktop\:bg-current {
    background-color: currentColor;
  }

  .desktop\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .desktop\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .desktop\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .desktop\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .desktop\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .desktop\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .desktop\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .desktop\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .desktop\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .desktop\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .desktop\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .desktop\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .desktop\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .desktop\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .desktop\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .desktop\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .desktop\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .desktop\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .desktop\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .desktop\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .desktop\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .desktop\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .desktop\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .desktop\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .desktop\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .desktop\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .desktop\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .desktop\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .desktop\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .desktop\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .desktop\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .desktop\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .desktop\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .desktop\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .desktop\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .desktop\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .desktop\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .desktop\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .desktop\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .desktop\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .desktop\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .desktop\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .desktop\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .desktop\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .desktop\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .desktop\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .desktop\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .desktop\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .desktop\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .desktop\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .desktop\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .desktop\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .desktop\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .desktop\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .desktop\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .desktop\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .desktop\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .desktop\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .desktop\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .desktop\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .desktop\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .desktop\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .desktop\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .desktop\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .desktop\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .desktop\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .desktop\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .desktop\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .desktop\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .desktop\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .desktop\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .desktop\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .desktop\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .desktop\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .desktop\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .desktop\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .desktop\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .desktop\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .desktop\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .desktop\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .desktop\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .desktop\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .desktop\:bg-primary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .desktop\:bg-primary-color-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .desktop\:bg-secondary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .desktop\:bg-custom-gray-sm {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .desktop\:bg-custom-gray-sm2 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .desktop\:bg-custom-gray-md {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .desktop\:bg-custom-navy-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .desktop\:bg-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .desktop\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .desktop\:bg-secondary-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .desktop\:bg-secondary-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .desktop\:bg-secondary-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .desktop\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .desktop\:bg-secondary-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .desktop\:bg-secondary-light {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .desktop\:bg-grayCustom-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .desktop\:bg-grayCustom-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .desktop\:bg-grayCustom-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .desktop\:bg-grayCustom-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .desktop\:bg-grayCustom {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .desktop\:bg-grayCustom-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .desktop\:bg-grayCustom-light {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .desktop\:bg-grayCustom-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .desktop\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .desktop\:bg-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .desktop\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .desktop\:bg-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .desktop\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .desktop\:bg-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .desktop\:bg-status-open {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .desktop\:bg-status-waiting_payment {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .desktop\:bg-status-completed {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .desktop\:bg-status-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .desktop\:bg-status-waiting_verify {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .desktop\:bg-status-closed {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .desktop\:bg-policyStatus-issuing {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .desktop\:bg-policyStatus-waiting_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .desktop\:bg-policyStatus-success {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .desktop\:bg-policyStatus-failed_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .desktop\:bg-policyStatus-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .desktop\:bg-policyStatus-waiting_policy {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .desktop\:bg-policyStatus-cancel {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-transparent:nth-child(odd) {
    background-color: transparent;
  }

  .desktop\:odd\:bg-current:nth-child(odd) {
    background-color: currentColor;
  }

  .desktop\:odd\:bg-black:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-white:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-gray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-gray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-gray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-gray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-gray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-gray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-gray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-gray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-gray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-gray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-red-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-red-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-red-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-red-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-red-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-red-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-red-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-red-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-red-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-red-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-yellow-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-yellow-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-yellow-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-yellow-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-yellow-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-yellow-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-yellow-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-yellow-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-yellow-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-yellow-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-green-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-green-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-green-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-green-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-green-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-green-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-green-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-green-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-green-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-green-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-blue-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-blue-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-blue-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-blue-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-blue-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-blue-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-blue-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-blue-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-blue-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-blue-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-indigo-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-indigo-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-indigo-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-indigo-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-indigo-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-indigo-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-indigo-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-indigo-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-indigo-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-indigo-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-purple-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-purple-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-purple-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-purple-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-purple-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-purple-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-purple-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-purple-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-purple-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-purple-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-pink-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-pink-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-pink-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-pink-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-pink-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-pink-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-pink-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-pink-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-pink-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-pink-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-primary-color:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-primary-color-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-secondary-color:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-custom-gray-sm:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-custom-gray-sm2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-custom-gray-md:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-custom-navy-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-dark-blue:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-primary:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-secondary-1:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-secondary-2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-secondary-3:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-secondary:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-secondary-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-secondary-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-grayCustom-1:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-grayCustom-2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-grayCustom-3:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-grayCustom-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-grayCustom:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-grayCustom-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-grayCustom-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-grayCustom-hover:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-error:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-error-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-warning:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-warning-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-success:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-success-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-status-open:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-status-waiting_payment:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-status-completed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-status-failed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-status-waiting_verify:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-status-closed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-policyStatus-issuing:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-policyStatus-waiting_inspection:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-policyStatus-success:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-policyStatus-failed_inspection:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-policyStatus-failed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-policyStatus-waiting_policy:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .desktop\:odd\:bg-policyStatus-cancel:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-transparent:checked {
    background-color: transparent;
  }

  .desktop\:checked\:bg-current:checked {
    background-color: currentColor;
  }

  .desktop\:checked\:bg-black:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-white:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-gray-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-gray-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-gray-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-gray-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-gray-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-gray-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-gray-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-gray-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-gray-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-gray-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-red-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-red-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-red-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-red-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-red-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-red-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-red-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-red-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-red-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-red-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-yellow-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-yellow-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-yellow-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-yellow-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-yellow-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-yellow-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-yellow-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-yellow-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-yellow-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-yellow-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-green-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-green-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-green-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-green-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-green-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-green-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-green-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-green-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-green-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-green-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-blue-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-blue-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-blue-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-blue-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-blue-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-blue-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-blue-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-blue-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-blue-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-blue-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-indigo-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-indigo-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-indigo-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-indigo-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-indigo-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-indigo-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-indigo-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-indigo-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-indigo-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-indigo-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-purple-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-purple-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-purple-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-purple-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-purple-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-purple-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-purple-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-purple-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-purple-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-purple-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-pink-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-pink-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-pink-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-pink-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-pink-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-pink-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-pink-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-pink-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-pink-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-pink-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-primary-color:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-primary-color-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-secondary-color:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-custom-gray-sm:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-custom-gray-sm2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-custom-gray-md:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-custom-navy-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-dark-blue:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-primary:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-secondary-1:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-secondary-2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-secondary-3:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-secondary:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-secondary-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-secondary-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-grayCustom-1:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-grayCustom-2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-grayCustom-3:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-grayCustom-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-grayCustom:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-grayCustom-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-grayCustom-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-grayCustom-hover:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-error:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-error-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-warning:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-warning-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-success:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-success-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-status-open:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-status-waiting_payment:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-status-completed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-status-failed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-status-waiting_verify:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-status-closed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-policyStatus-issuing:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-policyStatus-waiting_inspection:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-policyStatus-success:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-policyStatus-failed_inspection:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-policyStatus-failed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-policyStatus-waiting_policy:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .desktop\:checked\:bg-policyStatus-cancel:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .desktop\:group-hover\:bg-current {
    background-color: currentColor;
  }

  .group:hover .desktop\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-primary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-primary-color-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-secondary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-custom-gray-sm {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-custom-gray-sm2 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-custom-gray-md {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-custom-navy-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-secondary-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-secondary-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-secondary-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-secondary-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-secondary-light {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-grayCustom-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-grayCustom-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-grayCustom-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-grayCustom-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-grayCustom {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-grayCustom-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-grayCustom-light {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-grayCustom-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-status-open {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-status-waiting_payment {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-status-completed {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-status-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-status-waiting_verify {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-status-closed {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-policyStatus-issuing {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-policyStatus-waiting_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-policyStatus-success {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-policyStatus-failed_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-policyStatus-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-policyStatus-waiting_policy {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-policyStatus-cancel {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-transparent[focus-within] {
    background-color: transparent;
  }

  .desktop\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .desktop\:focus-within\:bg-current[focus-within] {
    background-color: currentColor;
  }

  .desktop\:focus-within\:bg-current:focus-within {
    background-color: currentColor;
  }

  .desktop\:focus-within\:bg-black[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-white[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-gray-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-gray-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-gray-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-gray-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-gray-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-gray-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-gray-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-gray-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-gray-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-gray-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-red-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-red-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-red-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-red-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-red-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-red-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-red-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-red-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-red-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-red-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-yellow-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-yellow-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-yellow-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-yellow-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-yellow-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-yellow-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-yellow-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-yellow-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-yellow-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-yellow-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-green-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-green-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-green-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-green-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-green-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-green-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-green-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-green-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-green-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-green-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-blue-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-blue-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-blue-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-blue-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-blue-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-blue-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-blue-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-blue-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-blue-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-blue-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-indigo-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-indigo-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-indigo-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-indigo-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-indigo-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-indigo-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-indigo-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-indigo-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-indigo-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-indigo-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-purple-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-purple-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-purple-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-purple-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-purple-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-purple-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-purple-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-purple-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-purple-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-purple-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-pink-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-pink-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-pink-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-pink-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-pink-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-pink-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-pink-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-pink-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-pink-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-pink-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-primary-color[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-primary-color:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-primary-color-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-primary-color-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-secondary-color[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-secondary-color:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-custom-gray-sm[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-custom-gray-sm:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-custom-gray-sm2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-custom-gray-sm2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-custom-gray-md[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-custom-gray-md:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-custom-navy-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-custom-navy-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-dark-blue[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-dark-blue:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-primary[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-primary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-secondary-1[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-secondary-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-secondary-2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-secondary-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-secondary-3[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-secondary-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-secondary[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-secondary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-secondary-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-secondary-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-secondary-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-secondary-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-grayCustom-1[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-grayCustom-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-grayCustom-2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-grayCustom-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-grayCustom-3[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-grayCustom-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-grayCustom-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-grayCustom-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-grayCustom[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-grayCustom:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-grayCustom-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-grayCustom-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-grayCustom-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-grayCustom-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-grayCustom-hover[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-grayCustom-hover:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-error[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-error:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-error-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-error-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-warning[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-warning:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-warning-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-warning-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-success[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-success-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-success-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-status-open[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-status-open:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-status-waiting_payment[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-status-waiting_payment:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-status-completed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-status-completed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-status-failed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-status-failed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-status-waiting_verify[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-status-waiting_verify:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-status-closed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-status-closed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-policyStatus-issuing[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-policyStatus-issuing:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-policyStatus-waiting_inspection[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-policyStatus-waiting_inspection:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-policyStatus-success[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-policyStatus-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-policyStatus-failed_inspection[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-policyStatus-failed_inspection:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-policyStatus-failed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-policyStatus-failed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-policyStatus-waiting_policy[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-policyStatus-waiting_policy:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-policyStatus-cancel[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-policyStatus-cancel:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .desktop\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .desktop\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-primary-color:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-primary-color-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-secondary-color:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-custom-gray-sm:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-custom-gray-sm2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-custom-gray-md:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-custom-navy-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-dark-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-secondary-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-secondary-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-secondary-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-secondary-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-secondary-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-grayCustom-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-grayCustom-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-grayCustom-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-grayCustom-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-grayCustom:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-grayCustom-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-grayCustom-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-grayCustom-hover:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-error:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-error-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-warning:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-warning-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-success-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-status-open:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-status-waiting_payment:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-status-completed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-status-failed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-status-waiting_verify:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-status-closed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-policyStatus-issuing:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-policyStatus-waiting_inspection:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-policyStatus-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-policyStatus-failed_inspection:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-policyStatus-failed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-policyStatus-waiting_policy:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-policyStatus-cancel:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .desktop\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .desktop\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-primary-color:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-primary-color-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-secondary-color:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-custom-gray-sm:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-custom-gray-sm2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-custom-gray-md:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-custom-navy-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-dark-blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-primary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-secondary-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-secondary-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-secondary-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-secondary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-secondary-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-secondary-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-grayCustom-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-grayCustom-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-grayCustom-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-grayCustom-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-grayCustom:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-grayCustom-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-grayCustom-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-grayCustom-hover:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-error:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-error-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-warning:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-warning-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-success-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-status-open:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-status-waiting_payment:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-status-completed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-status-failed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-status-waiting_verify:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-status-closed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-policyStatus-issuing:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-policyStatus-waiting_inspection:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-policyStatus-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-policyStatus-failed_inspection:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-policyStatus-failed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-policyStatus-waiting_policy:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-policyStatus-cancel:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .desktop\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .desktop\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .desktop\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .desktop\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .desktop\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .desktop\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .desktop\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .desktop\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .desktop\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .desktop\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .desktop\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .desktop\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .desktop\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .desktop\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .desktop\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .desktop\:focus-within\:bg-opacity-0[focus-within] {
    --tw-bg-opacity: 0;
  }

  .desktop\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .desktop\:focus-within\:bg-opacity-5[focus-within] {
    --tw-bg-opacity: 0.05;
  }

  .desktop\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .desktop\:focus-within\:bg-opacity-10[focus-within] {
    --tw-bg-opacity: 0.1;
  }

  .desktop\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .desktop\:focus-within\:bg-opacity-20[focus-within] {
    --tw-bg-opacity: 0.2;
  }

  .desktop\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .desktop\:focus-within\:bg-opacity-25[focus-within] {
    --tw-bg-opacity: 0.25;
  }

  .desktop\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .desktop\:focus-within\:bg-opacity-30[focus-within] {
    --tw-bg-opacity: 0.3;
  }

  .desktop\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .desktop\:focus-within\:bg-opacity-40[focus-within] {
    --tw-bg-opacity: 0.4;
  }

  .desktop\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .desktop\:focus-within\:bg-opacity-50[focus-within] {
    --tw-bg-opacity: 0.5;
  }

  .desktop\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .desktop\:focus-within\:bg-opacity-60[focus-within] {
    --tw-bg-opacity: 0.6;
  }

  .desktop\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .desktop\:focus-within\:bg-opacity-70[focus-within] {
    --tw-bg-opacity: 0.7;
  }

  .desktop\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .desktop\:focus-within\:bg-opacity-75[focus-within] {
    --tw-bg-opacity: 0.75;
  }

  .desktop\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .desktop\:focus-within\:bg-opacity-80[focus-within] {
    --tw-bg-opacity: 0.8;
  }

  .desktop\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .desktop\:focus-within\:bg-opacity-90[focus-within] {
    --tw-bg-opacity: 0.9;
  }

  .desktop\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .desktop\:focus-within\:bg-opacity-95[focus-within] {
    --tw-bg-opacity: 0.95;
  }

  .desktop\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .desktop\:focus-within\:bg-opacity-100[focus-within] {
    --tw-bg-opacity: 1;
  }

  .desktop\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .desktop\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .desktop\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .desktop\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .desktop\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .desktop\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .desktop\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .desktop\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .desktop\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .desktop\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .desktop\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .desktop\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .desktop\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .desktop\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .desktop\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .desktop\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .desktop\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .desktop\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .desktop\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .desktop\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .desktop\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .desktop\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .desktop\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .desktop\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .desktop\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .desktop\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .desktop\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .desktop\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .desktop\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .desktop\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .desktop\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .desktop\:bg-none {
    background-image: none;
  }

  .desktop\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .desktop\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .desktop\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .desktop\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .desktop\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .desktop\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .desktop\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .desktop\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .desktop\:bg-city {
    background-image: url('~assets/homepage/bg-city.svg');
  }

  .desktop\:bg-city-1 {
    background-image: url('~assets/homepage/bg-city_1.svg');
  }

  .desktop\:bg-city-2 {
    background-image: url('~assets/homepage/bg-city2.svg');
  }

  .desktop\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .desktop\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .desktop\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:from-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .desktop\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .desktop\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .desktop\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .desktop\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .desktop\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .desktop\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .desktop\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .desktop\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .desktop\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .desktop\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .desktop\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .desktop\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .desktop\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .desktop\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .desktop\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .desktop\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .desktop\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .desktop\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .desktop\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .desktop\:from-yellow-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .desktop\:from-yellow-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .desktop\:from-yellow-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .desktop\:from-yellow-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .desktop\:from-yellow-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .desktop\:from-yellow-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .desktop\:from-yellow-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .desktop\:from-yellow-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .desktop\:from-yellow-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .desktop\:from-yellow-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .desktop\:from-green-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .desktop\:from-green-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .desktop\:from-green-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .desktop\:from-green-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .desktop\:from-green-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .desktop\:from-green-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .desktop\:from-green-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .desktop\:from-green-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .desktop\:from-green-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .desktop\:from-green-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .desktop\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .desktop\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .desktop\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .desktop\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .desktop\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .desktop\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .desktop\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .desktop\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .desktop\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .desktop\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .desktop\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .desktop\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .desktop\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .desktop\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .desktop\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .desktop\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .desktop\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .desktop\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .desktop\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .desktop\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .desktop\:from-purple-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .desktop\:from-purple-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .desktop\:from-purple-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .desktop\:from-purple-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .desktop\:from-purple-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .desktop\:from-purple-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .desktop\:from-purple-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .desktop\:from-purple-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .desktop\:from-purple-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .desktop\:from-purple-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .desktop\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .desktop\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .desktop\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .desktop\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .desktop\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .desktop\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .desktop\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .desktop\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .desktop\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .desktop\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .desktop\:from-primary-color {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .desktop\:from-primary-color-dark {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .desktop\:from-secondary-color {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .desktop\:from-custom-gray-sm {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .desktop\:from-custom-gray-sm2 {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .desktop\:from-custom-gray-md {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .desktop\:from-custom-navy-dark {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .desktop\:from-dark-blue {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .desktop\:from-primary {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .desktop\:from-secondary-1 {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .desktop\:from-secondary-2 {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .desktop\:from-secondary-3 {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .desktop\:from-secondary {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .desktop\:from-secondary-dark {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .desktop\:from-secondary-light {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .desktop\:from-grayCustom-1 {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .desktop\:from-grayCustom-2 {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .desktop\:from-grayCustom-3 {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .desktop\:from-grayCustom-800 {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .desktop\:from-grayCustom {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .desktop\:from-grayCustom-dark {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .desktop\:from-grayCustom-light {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .desktop\:from-grayCustom-hover {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .desktop\:from-error {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .desktop\:from-error-light {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .desktop\:from-warning {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .desktop\:from-warning-light {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .desktop\:from-success {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .desktop\:from-success-light {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .desktop\:from-status-open {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:from-status-waiting_payment {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .desktop\:from-status-completed {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .desktop\:from-status-failed {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .desktop\:from-status-waiting_verify {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .desktop\:from-status-closed {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .desktop\:from-policyStatus-issuing {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:from-policyStatus-waiting_inspection {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .desktop\:from-policyStatus-success {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .desktop\:from-policyStatus-failed_inspection {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .desktop\:from-policyStatus-failed {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .desktop\:from-policyStatus-waiting_policy {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .desktop\:from-policyStatus-cancel {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .desktop\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .desktop\:hover\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .desktop\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .desktop\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .desktop\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .desktop\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .desktop\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .desktop\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .desktop\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .desktop\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .desktop\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .desktop\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .desktop\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .desktop\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .desktop\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .desktop\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .desktop\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .desktop\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .desktop\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .desktop\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .desktop\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .desktop\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .desktop\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .desktop\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .desktop\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .desktop\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .desktop\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .desktop\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .desktop\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .desktop\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .desktop\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .desktop\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .desktop\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .desktop\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .desktop\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .desktop\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .desktop\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .desktop\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .desktop\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .desktop\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .desktop\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .desktop\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .desktop\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .desktop\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .desktop\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .desktop\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .desktop\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .desktop\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .desktop\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .desktop\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .desktop\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .desktop\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .desktop\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .desktop\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .desktop\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .desktop\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .desktop\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .desktop\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .desktop\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .desktop\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .desktop\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .desktop\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .desktop\:hover\:from-purple-50:hover {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .desktop\:hover\:from-purple-100:hover {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .desktop\:hover\:from-purple-200:hover {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .desktop\:hover\:from-purple-300:hover {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .desktop\:hover\:from-purple-400:hover {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .desktop\:hover\:from-purple-500:hover {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .desktop\:hover\:from-purple-600:hover {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .desktop\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .desktop\:hover\:from-purple-800:hover {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .desktop\:hover\:from-purple-900:hover {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .desktop\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .desktop\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .desktop\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .desktop\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .desktop\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .desktop\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .desktop\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .desktop\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .desktop\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .desktop\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .desktop\:hover\:from-primary-color:hover {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .desktop\:hover\:from-primary-color-dark:hover {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .desktop\:hover\:from-secondary-color:hover {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .desktop\:hover\:from-custom-gray-sm:hover {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .desktop\:hover\:from-custom-gray-sm2:hover {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .desktop\:hover\:from-custom-gray-md:hover {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .desktop\:hover\:from-custom-navy-dark:hover {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .desktop\:hover\:from-dark-blue:hover {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .desktop\:hover\:from-primary:hover {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .desktop\:hover\:from-secondary-1:hover {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .desktop\:hover\:from-secondary-2:hover {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .desktop\:hover\:from-secondary-3:hover {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .desktop\:hover\:from-secondary:hover {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .desktop\:hover\:from-secondary-dark:hover {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .desktop\:hover\:from-secondary-light:hover {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .desktop\:hover\:from-grayCustom-1:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .desktop\:hover\:from-grayCustom-2:hover {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .desktop\:hover\:from-grayCustom-3:hover {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .desktop\:hover\:from-grayCustom-800:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .desktop\:hover\:from-grayCustom:hover {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .desktop\:hover\:from-grayCustom-dark:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .desktop\:hover\:from-grayCustom-light:hover {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .desktop\:hover\:from-grayCustom-hover:hover {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .desktop\:hover\:from-error:hover {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .desktop\:hover\:from-error-light:hover {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .desktop\:hover\:from-warning:hover {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .desktop\:hover\:from-warning-light:hover {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .desktop\:hover\:from-success:hover {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .desktop\:hover\:from-success-light:hover {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .desktop\:hover\:from-status-open:hover {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:hover\:from-status-waiting_payment:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .desktop\:hover\:from-status-completed:hover {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .desktop\:hover\:from-status-failed:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .desktop\:hover\:from-status-waiting_verify:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .desktop\:hover\:from-status-closed:hover {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .desktop\:hover\:from-policyStatus-issuing:hover {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:hover\:from-policyStatus-waiting_inspection:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .desktop\:hover\:from-policyStatus-success:hover {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .desktop\:hover\:from-policyStatus-failed_inspection:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .desktop\:hover\:from-policyStatus-failed:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .desktop\:hover\:from-policyStatus-waiting_policy:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .desktop\:hover\:from-policyStatus-cancel:hover {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .desktop\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .desktop\:focus\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .desktop\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .desktop\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .desktop\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .desktop\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .desktop\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .desktop\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .desktop\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .desktop\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .desktop\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .desktop\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .desktop\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .desktop\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .desktop\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .desktop\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .desktop\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .desktop\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .desktop\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .desktop\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .desktop\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .desktop\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .desktop\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .desktop\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .desktop\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .desktop\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .desktop\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .desktop\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .desktop\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .desktop\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .desktop\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .desktop\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .desktop\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .desktop\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .desktop\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .desktop\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .desktop\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .desktop\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .desktop\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .desktop\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .desktop\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .desktop\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .desktop\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .desktop\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .desktop\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .desktop\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .desktop\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .desktop\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .desktop\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .desktop\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .desktop\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .desktop\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .desktop\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .desktop\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .desktop\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .desktop\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .desktop\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .desktop\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .desktop\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .desktop\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .desktop\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .desktop\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .desktop\:focus\:from-purple-50:focus {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .desktop\:focus\:from-purple-100:focus {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .desktop\:focus\:from-purple-200:focus {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .desktop\:focus\:from-purple-300:focus {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .desktop\:focus\:from-purple-400:focus {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .desktop\:focus\:from-purple-500:focus {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .desktop\:focus\:from-purple-600:focus {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .desktop\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .desktop\:focus\:from-purple-800:focus {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .desktop\:focus\:from-purple-900:focus {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .desktop\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .desktop\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .desktop\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .desktop\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .desktop\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .desktop\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .desktop\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .desktop\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .desktop\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .desktop\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .desktop\:focus\:from-primary-color:focus {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .desktop\:focus\:from-primary-color-dark:focus {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .desktop\:focus\:from-secondary-color:focus {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .desktop\:focus\:from-custom-gray-sm:focus {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .desktop\:focus\:from-custom-gray-sm2:focus {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .desktop\:focus\:from-custom-gray-md:focus {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .desktop\:focus\:from-custom-navy-dark:focus {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .desktop\:focus\:from-dark-blue:focus {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .desktop\:focus\:from-primary:focus {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .desktop\:focus\:from-secondary-1:focus {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .desktop\:focus\:from-secondary-2:focus {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .desktop\:focus\:from-secondary-3:focus {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .desktop\:focus\:from-secondary:focus {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .desktop\:focus\:from-secondary-dark:focus {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .desktop\:focus\:from-secondary-light:focus {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .desktop\:focus\:from-grayCustom-1:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .desktop\:focus\:from-grayCustom-2:focus {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .desktop\:focus\:from-grayCustom-3:focus {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .desktop\:focus\:from-grayCustom-800:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .desktop\:focus\:from-grayCustom:focus {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .desktop\:focus\:from-grayCustom-dark:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .desktop\:focus\:from-grayCustom-light:focus {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .desktop\:focus\:from-grayCustom-hover:focus {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .desktop\:focus\:from-error:focus {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .desktop\:focus\:from-error-light:focus {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .desktop\:focus\:from-warning:focus {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .desktop\:focus\:from-warning-light:focus {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .desktop\:focus\:from-success:focus {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .desktop\:focus\:from-success-light:focus {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .desktop\:focus\:from-status-open:focus {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:focus\:from-status-waiting_payment:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .desktop\:focus\:from-status-completed:focus {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .desktop\:focus\:from-status-failed:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .desktop\:focus\:from-status-waiting_verify:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .desktop\:focus\:from-status-closed:focus {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .desktop\:focus\:from-policyStatus-issuing:focus {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:focus\:from-policyStatus-waiting_inspection:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .desktop\:focus\:from-policyStatus-success:focus {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .desktop\:focus\:from-policyStatus-failed_inspection:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .desktop\:focus\:from-policyStatus-failed:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .desktop\:focus\:from-policyStatus-waiting_policy:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .desktop\:focus\:from-policyStatus-cancel:focus {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .desktop\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .desktop\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .desktop\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .desktop\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .desktop\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .desktop\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .desktop\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .desktop\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .desktop\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .desktop\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .desktop\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .desktop\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .desktop\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .desktop\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .desktop\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .desktop\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .desktop\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .desktop\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .desktop\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .desktop\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .desktop\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .desktop\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .desktop\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .desktop\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .desktop\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .desktop\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .desktop\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .desktop\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .desktop\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .desktop\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .desktop\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .desktop\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .desktop\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .desktop\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .desktop\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .desktop\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .desktop\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .desktop\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .desktop\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .desktop\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .desktop\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .desktop\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .desktop\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .desktop\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .desktop\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .desktop\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .desktop\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .desktop\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .desktop\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .desktop\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .desktop\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .desktop\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .desktop\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .desktop\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .desktop\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .desktop\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .desktop\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .desktop\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .desktop\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .desktop\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .desktop\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .desktop\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .desktop\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .desktop\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .desktop\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .desktop\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .desktop\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .desktop\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .desktop\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .desktop\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .desktop\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .desktop\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .desktop\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .desktop\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .desktop\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .desktop\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .desktop\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .desktop\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .desktop\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .desktop\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .desktop\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .desktop\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .desktop\:via-primary-color {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .desktop\:via-primary-color-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .desktop\:via-secondary-color {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .desktop\:via-custom-gray-sm {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .desktop\:via-custom-gray-sm2 {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .desktop\:via-custom-gray-md {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .desktop\:via-custom-navy-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .desktop\:via-dark-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .desktop\:via-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .desktop\:via-secondary-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .desktop\:via-secondary-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .desktop\:via-secondary-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .desktop\:via-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .desktop\:via-secondary-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .desktop\:via-secondary-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .desktop\:via-grayCustom-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .desktop\:via-grayCustom-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .desktop\:via-grayCustom-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .desktop\:via-grayCustom-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .desktop\:via-grayCustom {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .desktop\:via-grayCustom-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .desktop\:via-grayCustom-light {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .desktop\:via-grayCustom-hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .desktop\:via-error {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .desktop\:via-error-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .desktop\:via-warning {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .desktop\:via-warning-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .desktop\:via-success {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .desktop\:via-success-light {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .desktop\:via-status-open {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:via-status-waiting_payment {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .desktop\:via-status-completed {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .desktop\:via-status-failed {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .desktop\:via-status-waiting_verify {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .desktop\:via-status-closed {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .desktop\:via-policyStatus-issuing {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:via-policyStatus-waiting_inspection {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .desktop\:via-policyStatus-success {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .desktop\:via-policyStatus-failed_inspection {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .desktop\:via-policyStatus-failed {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .desktop\:via-policyStatus-waiting_policy {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .desktop\:via-policyStatus-cancel {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .desktop\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .desktop\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .desktop\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .desktop\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .desktop\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .desktop\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .desktop\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .desktop\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .desktop\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .desktop\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .desktop\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .desktop\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .desktop\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .desktop\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .desktop\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .desktop\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .desktop\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .desktop\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .desktop\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .desktop\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .desktop\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .desktop\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .desktop\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .desktop\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .desktop\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .desktop\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .desktop\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .desktop\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .desktop\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .desktop\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .desktop\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .desktop\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .desktop\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .desktop\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .desktop\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .desktop\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .desktop\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .desktop\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .desktop\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .desktop\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .desktop\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .desktop\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .desktop\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .desktop\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .desktop\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .desktop\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .desktop\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .desktop\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .desktop\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .desktop\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .desktop\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .desktop\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .desktop\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .desktop\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .desktop\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .desktop\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .desktop\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .desktop\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .desktop\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .desktop\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .desktop\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .desktop\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .desktop\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .desktop\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .desktop\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .desktop\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .desktop\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .desktop\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .desktop\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .desktop\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .desktop\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .desktop\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .desktop\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .desktop\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .desktop\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .desktop\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .desktop\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .desktop\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .desktop\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .desktop\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .desktop\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .desktop\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .desktop\:hover\:via-primary-color:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .desktop\:hover\:via-primary-color-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .desktop\:hover\:via-secondary-color:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .desktop\:hover\:via-custom-gray-sm:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .desktop\:hover\:via-custom-gray-sm2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .desktop\:hover\:via-custom-gray-md:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .desktop\:hover\:via-custom-navy-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .desktop\:hover\:via-dark-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .desktop\:hover\:via-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .desktop\:hover\:via-secondary-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .desktop\:hover\:via-secondary-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .desktop\:hover\:via-secondary-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .desktop\:hover\:via-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .desktop\:hover\:via-secondary-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .desktop\:hover\:via-secondary-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .desktop\:hover\:via-grayCustom-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .desktop\:hover\:via-grayCustom-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .desktop\:hover\:via-grayCustom-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .desktop\:hover\:via-grayCustom-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .desktop\:hover\:via-grayCustom:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .desktop\:hover\:via-grayCustom-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .desktop\:hover\:via-grayCustom-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .desktop\:hover\:via-grayCustom-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .desktop\:hover\:via-error:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .desktop\:hover\:via-error-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .desktop\:hover\:via-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .desktop\:hover\:via-warning-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .desktop\:hover\:via-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .desktop\:hover\:via-success-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .desktop\:hover\:via-status-open:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:hover\:via-status-waiting_payment:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .desktop\:hover\:via-status-completed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .desktop\:hover\:via-status-failed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .desktop\:hover\:via-status-waiting_verify:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .desktop\:hover\:via-status-closed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .desktop\:hover\:via-policyStatus-issuing:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:hover\:via-policyStatus-waiting_inspection:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .desktop\:hover\:via-policyStatus-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .desktop\:hover\:via-policyStatus-failed_inspection:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .desktop\:hover\:via-policyStatus-failed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .desktop\:hover\:via-policyStatus-waiting_policy:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .desktop\:hover\:via-policyStatus-cancel:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .desktop\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .desktop\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .desktop\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .desktop\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .desktop\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .desktop\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .desktop\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .desktop\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .desktop\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .desktop\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .desktop\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .desktop\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .desktop\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .desktop\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .desktop\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .desktop\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .desktop\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .desktop\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .desktop\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .desktop\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .desktop\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .desktop\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .desktop\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .desktop\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .desktop\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .desktop\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .desktop\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .desktop\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .desktop\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .desktop\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .desktop\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .desktop\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .desktop\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .desktop\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .desktop\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .desktop\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .desktop\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .desktop\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .desktop\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .desktop\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .desktop\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .desktop\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .desktop\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .desktop\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .desktop\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .desktop\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .desktop\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .desktop\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .desktop\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .desktop\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .desktop\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .desktop\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .desktop\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .desktop\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .desktop\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .desktop\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .desktop\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .desktop\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .desktop\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .desktop\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .desktop\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .desktop\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .desktop\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .desktop\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .desktop\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .desktop\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .desktop\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .desktop\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .desktop\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .desktop\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .desktop\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .desktop\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .desktop\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .desktop\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .desktop\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .desktop\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .desktop\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .desktop\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .desktop\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .desktop\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .desktop\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .desktop\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .desktop\:focus\:via-primary-color:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .desktop\:focus\:via-primary-color-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .desktop\:focus\:via-secondary-color:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .desktop\:focus\:via-custom-gray-sm:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .desktop\:focus\:via-custom-gray-sm2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .desktop\:focus\:via-custom-gray-md:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .desktop\:focus\:via-custom-navy-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .desktop\:focus\:via-dark-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .desktop\:focus\:via-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .desktop\:focus\:via-secondary-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .desktop\:focus\:via-secondary-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .desktop\:focus\:via-secondary-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .desktop\:focus\:via-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .desktop\:focus\:via-secondary-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .desktop\:focus\:via-secondary-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .desktop\:focus\:via-grayCustom-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .desktop\:focus\:via-grayCustom-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .desktop\:focus\:via-grayCustom-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .desktop\:focus\:via-grayCustom-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .desktop\:focus\:via-grayCustom:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .desktop\:focus\:via-grayCustom-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .desktop\:focus\:via-grayCustom-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .desktop\:focus\:via-grayCustom-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .desktop\:focus\:via-error:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .desktop\:focus\:via-error-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .desktop\:focus\:via-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .desktop\:focus\:via-warning-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .desktop\:focus\:via-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .desktop\:focus\:via-success-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .desktop\:focus\:via-status-open:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:focus\:via-status-waiting_payment:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .desktop\:focus\:via-status-completed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .desktop\:focus\:via-status-failed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .desktop\:focus\:via-status-waiting_verify:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .desktop\:focus\:via-status-closed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .desktop\:focus\:via-policyStatus-issuing:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:focus\:via-policyStatus-waiting_inspection:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .desktop\:focus\:via-policyStatus-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .desktop\:focus\:via-policyStatus-failed_inspection:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .desktop\:focus\:via-policyStatus-failed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .desktop\:focus\:via-policyStatus-waiting_policy:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .desktop\:focus\:via-policyStatus-cancel:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .desktop\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .desktop\:to-current {
    --tw-gradient-to: currentColor;
  }

  .desktop\:to-black {
    --tw-gradient-to: #000;
  }

  .desktop\:to-white {
    --tw-gradient-to: #fff;
  }

  .desktop\:to-gray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .desktop\:to-gray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .desktop\:to-gray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .desktop\:to-gray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .desktop\:to-gray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .desktop\:to-gray-500 {
    --tw-gradient-to: #6b7280;
  }

  .desktop\:to-gray-600 {
    --tw-gradient-to: #4b5563;
  }

  .desktop\:to-gray-700 {
    --tw-gradient-to: #374151;
  }

  .desktop\:to-gray-800 {
    --tw-gradient-to: #1f2937;
  }

  .desktop\:to-gray-900 {
    --tw-gradient-to: #111827;
  }

  .desktop\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .desktop\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .desktop\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .desktop\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .desktop\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .desktop\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .desktop\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .desktop\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .desktop\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .desktop\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .desktop\:to-yellow-50 {
    --tw-gradient-to: #fffbeb;
  }

  .desktop\:to-yellow-100 {
    --tw-gradient-to: #fef3c7;
  }

  .desktop\:to-yellow-200 {
    --tw-gradient-to: #fde68a;
  }

  .desktop\:to-yellow-300 {
    --tw-gradient-to: #fcd34d;
  }

  .desktop\:to-yellow-400 {
    --tw-gradient-to: #fbbf24;
  }

  .desktop\:to-yellow-500 {
    --tw-gradient-to: #f59e0b;
  }

  .desktop\:to-yellow-600 {
    --tw-gradient-to: #d97706;
  }

  .desktop\:to-yellow-700 {
    --tw-gradient-to: #b45309;
  }

  .desktop\:to-yellow-800 {
    --tw-gradient-to: #92400e;
  }

  .desktop\:to-yellow-900 {
    --tw-gradient-to: #78350f;
  }

  .desktop\:to-green-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .desktop\:to-green-100 {
    --tw-gradient-to: #d1fae5;
  }

  .desktop\:to-green-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .desktop\:to-green-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .desktop\:to-green-400 {
    --tw-gradient-to: #34d399;
  }

  .desktop\:to-green-500 {
    --tw-gradient-to: #10b981;
  }

  .desktop\:to-green-600 {
    --tw-gradient-to: #059669;
  }

  .desktop\:to-green-700 {
    --tw-gradient-to: #047857;
  }

  .desktop\:to-green-800 {
    --tw-gradient-to: #065f46;
  }

  .desktop\:to-green-900 {
    --tw-gradient-to: #064e3b;
  }

  .desktop\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .desktop\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .desktop\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .desktop\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .desktop\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .desktop\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .desktop\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .desktop\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .desktop\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .desktop\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .desktop\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .desktop\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .desktop\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .desktop\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .desktop\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .desktop\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .desktop\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .desktop\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .desktop\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .desktop\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .desktop\:to-purple-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .desktop\:to-purple-100 {
    --tw-gradient-to: #ede9fe;
  }

  .desktop\:to-purple-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .desktop\:to-purple-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .desktop\:to-purple-400 {
    --tw-gradient-to: #a78bfa;
  }

  .desktop\:to-purple-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .desktop\:to-purple-600 {
    --tw-gradient-to: #7c3aed;
  }

  .desktop\:to-purple-700 {
    --tw-gradient-to: #6d28d9;
  }

  .desktop\:to-purple-800 {
    --tw-gradient-to: #5b21b6;
  }

  .desktop\:to-purple-900 {
    --tw-gradient-to: #4c1d95;
  }

  .desktop\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .desktop\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .desktop\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .desktop\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .desktop\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .desktop\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .desktop\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .desktop\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .desktop\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .desktop\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .desktop\:to-primary-color {
    --tw-gradient-to: #eb008b;
  }

  .desktop\:to-primary-color-dark {
    --tw-gradient-to: #c90068;
  }

  .desktop\:to-secondary-color {
    --tw-gradient-to: #112e42;
  }

  .desktop\:to-custom-gray-sm {
    --tw-gradient-to: #f1f4f6;
  }

  .desktop\:to-custom-gray-sm2 {
    --tw-gradient-to: #f1f2f3;
  }

  .desktop\:to-custom-gray-md {
    --tw-gradient-to: #848484;
  }

  .desktop\:to-custom-navy-dark {
    --tw-gradient-to: #112e42;
  }

  .desktop\:to-dark-blue {
    --tw-gradient-to: #112E42;
  }

  .desktop\:to-primary {
    --tw-gradient-to: #192D40;
  }

  .desktop\:to-secondary-1 {
    --tw-gradient-to: #E6007E;
  }

  .desktop\:to-secondary-2 {
    --tw-gradient-to: #D6D564;
  }

  .desktop\:to-secondary-3 {
    --tw-gradient-to: #FCFCCD;
  }

  .desktop\:to-secondary {
    --tw-gradient-to: #E6007E;
  }

  .desktop\:to-secondary-dark {
    --tw-gradient-to: #C11A7D;
  }

  .desktop\:to-secondary-light {
    --tw-gradient-to: #FBCEE9;
  }

  .desktop\:to-grayCustom-1 {
    --tw-gradient-to: #4F4F4F;
  }

  .desktop\:to-grayCustom-2 {
    --tw-gradient-to: #C4C4C4;
  }

  .desktop\:to-grayCustom-3 {
    --tw-gradient-to: #F9F9F9;
  }

  .desktop\:to-grayCustom-800 {
    --tw-gradient-to: #4F4F4F;
  }

  .desktop\:to-grayCustom {
    --tw-gradient-to: #C4C4C4;
  }

  .desktop\:to-grayCustom-dark {
    --tw-gradient-to: #4F4F4F;
  }

  .desktop\:to-grayCustom-light {
    --tw-gradient-to: #F9F9F9;
  }

  .desktop\:to-grayCustom-hover {
    --tw-gradient-to: #9F9F9F;
  }

  .desktop\:to-error {
    --tw-gradient-to: #FF206E;
  }

  .desktop\:to-error-light {
    --tw-gradient-to: #FDE8EA;
  }

  .desktop\:to-warning {
    --tw-gradient-to: #FFAE14;
  }

  .desktop\:to-warning-light {
    --tw-gradient-to: #FFF6E5;
  }

  .desktop\:to-success {
    --tw-gradient-to: #2DD881;
  }

  .desktop\:to-success-light {
    --tw-gradient-to: #E9FBF2;
  }

  .desktop\:to-status-open {
    --tw-gradient-to: #FFF;
  }

  .desktop\:to-status-waiting_payment {
    --tw-gradient-to: #ffae14;
  }

  .desktop\:to-status-completed {
    --tw-gradient-to: #54c1bb;
  }

  .desktop\:to-status-failed {
    --tw-gradient-to: #e8556b;
  }

  .desktop\:to-status-waiting_verify {
    --tw-gradient-to: #ffae14;
  }

  .desktop\:to-status-closed {
    --tw-gradient-to: #c4c4c4;
  }

  .desktop\:to-policyStatus-issuing {
    --tw-gradient-to: #FFF;
  }

  .desktop\:to-policyStatus-waiting_inspection {
    --tw-gradient-to: #ffae14;
  }

  .desktop\:to-policyStatus-success {
    --tw-gradient-to: #54c1bb;
  }

  .desktop\:to-policyStatus-failed_inspection {
    --tw-gradient-to: #e8556b;
  }

  .desktop\:to-policyStatus-failed {
    --tw-gradient-to: #e8556b;
  }

  .desktop\:to-policyStatus-waiting_policy {
    --tw-gradient-to: #ffae14;
  }

  .desktop\:to-policyStatus-cancel {
    --tw-gradient-to: #c4c4c4;
  }

  .desktop\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .desktop\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .desktop\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .desktop\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .desktop\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .desktop\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .desktop\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .desktop\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .desktop\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .desktop\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .desktop\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .desktop\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151;
  }

  .desktop\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .desktop\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827;
  }

  .desktop\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2;
  }

  .desktop\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2;
  }

  .desktop\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca;
  }

  .desktop\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5;
  }

  .desktop\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171;
  }

  .desktop\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444;
  }

  .desktop\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626;
  }

  .desktop\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c;
  }

  .desktop\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b;
  }

  .desktop\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d;
  }

  .desktop\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .desktop\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .desktop\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .desktop\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .desktop\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .desktop\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .desktop\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706;
  }

  .desktop\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309;
  }

  .desktop\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e;
  }

  .desktop\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f;
  }

  .desktop\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .desktop\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .desktop\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .desktop\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .desktop\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399;
  }

  .desktop\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981;
  }

  .desktop\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669;
  }

  .desktop\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857;
  }

  .desktop\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46;
  }

  .desktop\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .desktop\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff;
  }

  .desktop\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe;
  }

  .desktop\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe;
  }

  .desktop\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd;
  }

  .desktop\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa;
  }

  .desktop\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6;
  }

  .desktop\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb;
  }

  .desktop\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8;
  }

  .desktop\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af;
  }

  .desktop\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a;
  }

  .desktop\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff;
  }

  .desktop\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff;
  }

  .desktop\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe;
  }

  .desktop\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc;
  }

  .desktop\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8;
  }

  .desktop\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1;
  }

  .desktop\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5;
  }

  .desktop\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca;
  }

  .desktop\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3;
  }

  .desktop\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81;
  }

  .desktop\:hover\:to-purple-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .desktop\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .desktop\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .desktop\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .desktop\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .desktop\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .desktop\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .desktop\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .desktop\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .desktop\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .desktop\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8;
  }

  .desktop\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3;
  }

  .desktop\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8;
  }

  .desktop\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4;
  }

  .desktop\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6;
  }

  .desktop\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899;
  }

  .desktop\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777;
  }

  .desktop\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d;
  }

  .desktop\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d;
  }

  .desktop\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843;
  }

  .desktop\:hover\:to-primary-color:hover {
    --tw-gradient-to: #eb008b;
  }

  .desktop\:hover\:to-primary-color-dark:hover {
    --tw-gradient-to: #c90068;
  }

  .desktop\:hover\:to-secondary-color:hover {
    --tw-gradient-to: #112e42;
  }

  .desktop\:hover\:to-custom-gray-sm:hover {
    --tw-gradient-to: #f1f4f6;
  }

  .desktop\:hover\:to-custom-gray-sm2:hover {
    --tw-gradient-to: #f1f2f3;
  }

  .desktop\:hover\:to-custom-gray-md:hover {
    --tw-gradient-to: #848484;
  }

  .desktop\:hover\:to-custom-navy-dark:hover {
    --tw-gradient-to: #112e42;
  }

  .desktop\:hover\:to-dark-blue:hover {
    --tw-gradient-to: #112E42;
  }

  .desktop\:hover\:to-primary:hover {
    --tw-gradient-to: #192D40;
  }

  .desktop\:hover\:to-secondary-1:hover {
    --tw-gradient-to: #E6007E;
  }

  .desktop\:hover\:to-secondary-2:hover {
    --tw-gradient-to: #D6D564;
  }

  .desktop\:hover\:to-secondary-3:hover {
    --tw-gradient-to: #FCFCCD;
  }

  .desktop\:hover\:to-secondary:hover {
    --tw-gradient-to: #E6007E;
  }

  .desktop\:hover\:to-secondary-dark:hover {
    --tw-gradient-to: #C11A7D;
  }

  .desktop\:hover\:to-secondary-light:hover {
    --tw-gradient-to: #FBCEE9;
  }

  .desktop\:hover\:to-grayCustom-1:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .desktop\:hover\:to-grayCustom-2:hover {
    --tw-gradient-to: #C4C4C4;
  }

  .desktop\:hover\:to-grayCustom-3:hover {
    --tw-gradient-to: #F9F9F9;
  }

  .desktop\:hover\:to-grayCustom-800:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .desktop\:hover\:to-grayCustom:hover {
    --tw-gradient-to: #C4C4C4;
  }

  .desktop\:hover\:to-grayCustom-dark:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .desktop\:hover\:to-grayCustom-light:hover {
    --tw-gradient-to: #F9F9F9;
  }

  .desktop\:hover\:to-grayCustom-hover:hover {
    --tw-gradient-to: #9F9F9F;
  }

  .desktop\:hover\:to-error:hover {
    --tw-gradient-to: #FF206E;
  }

  .desktop\:hover\:to-error-light:hover {
    --tw-gradient-to: #FDE8EA;
  }

  .desktop\:hover\:to-warning:hover {
    --tw-gradient-to: #FFAE14;
  }

  .desktop\:hover\:to-warning-light:hover {
    --tw-gradient-to: #FFF6E5;
  }

  .desktop\:hover\:to-success:hover {
    --tw-gradient-to: #2DD881;
  }

  .desktop\:hover\:to-success-light:hover {
    --tw-gradient-to: #E9FBF2;
  }

  .desktop\:hover\:to-status-open:hover {
    --tw-gradient-to: #FFF;
  }

  .desktop\:hover\:to-status-waiting_payment:hover {
    --tw-gradient-to: #ffae14;
  }

  .desktop\:hover\:to-status-completed:hover {
    --tw-gradient-to: #54c1bb;
  }

  .desktop\:hover\:to-status-failed:hover {
    --tw-gradient-to: #e8556b;
  }

  .desktop\:hover\:to-status-waiting_verify:hover {
    --tw-gradient-to: #ffae14;
  }

  .desktop\:hover\:to-status-closed:hover {
    --tw-gradient-to: #c4c4c4;
  }

  .desktop\:hover\:to-policyStatus-issuing:hover {
    --tw-gradient-to: #FFF;
  }

  .desktop\:hover\:to-policyStatus-waiting_inspection:hover {
    --tw-gradient-to: #ffae14;
  }

  .desktop\:hover\:to-policyStatus-success:hover {
    --tw-gradient-to: #54c1bb;
  }

  .desktop\:hover\:to-policyStatus-failed_inspection:hover {
    --tw-gradient-to: #e8556b;
  }

  .desktop\:hover\:to-policyStatus-failed:hover {
    --tw-gradient-to: #e8556b;
  }

  .desktop\:hover\:to-policyStatus-waiting_policy:hover {
    --tw-gradient-to: #ffae14;
  }

  .desktop\:hover\:to-policyStatus-cancel:hover {
    --tw-gradient-to: #c4c4c4;
  }

  .desktop\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .desktop\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .desktop\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .desktop\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .desktop\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .desktop\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .desktop\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .desktop\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .desktop\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .desktop\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .desktop\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .desktop\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151;
  }

  .desktop\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .desktop\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827;
  }

  .desktop\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2;
  }

  .desktop\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2;
  }

  .desktop\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca;
  }

  .desktop\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5;
  }

  .desktop\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171;
  }

  .desktop\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444;
  }

  .desktop\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626;
  }

  .desktop\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c;
  }

  .desktop\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b;
  }

  .desktop\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d;
  }

  .desktop\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .desktop\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .desktop\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .desktop\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .desktop\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .desktop\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .desktop\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706;
  }

  .desktop\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309;
  }

  .desktop\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e;
  }

  .desktop\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f;
  }

  .desktop\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .desktop\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .desktop\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .desktop\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .desktop\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399;
  }

  .desktop\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981;
  }

  .desktop\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669;
  }

  .desktop\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857;
  }

  .desktop\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46;
  }

  .desktop\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .desktop\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff;
  }

  .desktop\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe;
  }

  .desktop\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe;
  }

  .desktop\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd;
  }

  .desktop\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa;
  }

  .desktop\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6;
  }

  .desktop\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb;
  }

  .desktop\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8;
  }

  .desktop\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af;
  }

  .desktop\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a;
  }

  .desktop\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff;
  }

  .desktop\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff;
  }

  .desktop\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe;
  }

  .desktop\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc;
  }

  .desktop\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8;
  }

  .desktop\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1;
  }

  .desktop\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5;
  }

  .desktop\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca;
  }

  .desktop\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3;
  }

  .desktop\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81;
  }

  .desktop\:focus\:to-purple-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .desktop\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .desktop\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .desktop\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .desktop\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .desktop\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .desktop\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .desktop\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .desktop\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .desktop\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .desktop\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8;
  }

  .desktop\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3;
  }

  .desktop\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8;
  }

  .desktop\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4;
  }

  .desktop\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6;
  }

  .desktop\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899;
  }

  .desktop\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777;
  }

  .desktop\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d;
  }

  .desktop\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d;
  }

  .desktop\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843;
  }

  .desktop\:focus\:to-primary-color:focus {
    --tw-gradient-to: #eb008b;
  }

  .desktop\:focus\:to-primary-color-dark:focus {
    --tw-gradient-to: #c90068;
  }

  .desktop\:focus\:to-secondary-color:focus {
    --tw-gradient-to: #112e42;
  }

  .desktop\:focus\:to-custom-gray-sm:focus {
    --tw-gradient-to: #f1f4f6;
  }

  .desktop\:focus\:to-custom-gray-sm2:focus {
    --tw-gradient-to: #f1f2f3;
  }

  .desktop\:focus\:to-custom-gray-md:focus {
    --tw-gradient-to: #848484;
  }

  .desktop\:focus\:to-custom-navy-dark:focus {
    --tw-gradient-to: #112e42;
  }

  .desktop\:focus\:to-dark-blue:focus {
    --tw-gradient-to: #112E42;
  }

  .desktop\:focus\:to-primary:focus {
    --tw-gradient-to: #192D40;
  }

  .desktop\:focus\:to-secondary-1:focus {
    --tw-gradient-to: #E6007E;
  }

  .desktop\:focus\:to-secondary-2:focus {
    --tw-gradient-to: #D6D564;
  }

  .desktop\:focus\:to-secondary-3:focus {
    --tw-gradient-to: #FCFCCD;
  }

  .desktop\:focus\:to-secondary:focus {
    --tw-gradient-to: #E6007E;
  }

  .desktop\:focus\:to-secondary-dark:focus {
    --tw-gradient-to: #C11A7D;
  }

  .desktop\:focus\:to-secondary-light:focus {
    --tw-gradient-to: #FBCEE9;
  }

  .desktop\:focus\:to-grayCustom-1:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .desktop\:focus\:to-grayCustom-2:focus {
    --tw-gradient-to: #C4C4C4;
  }

  .desktop\:focus\:to-grayCustom-3:focus {
    --tw-gradient-to: #F9F9F9;
  }

  .desktop\:focus\:to-grayCustom-800:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .desktop\:focus\:to-grayCustom:focus {
    --tw-gradient-to: #C4C4C4;
  }

  .desktop\:focus\:to-grayCustom-dark:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .desktop\:focus\:to-grayCustom-light:focus {
    --tw-gradient-to: #F9F9F9;
  }

  .desktop\:focus\:to-grayCustom-hover:focus {
    --tw-gradient-to: #9F9F9F;
  }

  .desktop\:focus\:to-error:focus {
    --tw-gradient-to: #FF206E;
  }

  .desktop\:focus\:to-error-light:focus {
    --tw-gradient-to: #FDE8EA;
  }

  .desktop\:focus\:to-warning:focus {
    --tw-gradient-to: #FFAE14;
  }

  .desktop\:focus\:to-warning-light:focus {
    --tw-gradient-to: #FFF6E5;
  }

  .desktop\:focus\:to-success:focus {
    --tw-gradient-to: #2DD881;
  }

  .desktop\:focus\:to-success-light:focus {
    --tw-gradient-to: #E9FBF2;
  }

  .desktop\:focus\:to-status-open:focus {
    --tw-gradient-to: #FFF;
  }

  .desktop\:focus\:to-status-waiting_payment:focus {
    --tw-gradient-to: #ffae14;
  }

  .desktop\:focus\:to-status-completed:focus {
    --tw-gradient-to: #54c1bb;
  }

  .desktop\:focus\:to-status-failed:focus {
    --tw-gradient-to: #e8556b;
  }

  .desktop\:focus\:to-status-waiting_verify:focus {
    --tw-gradient-to: #ffae14;
  }

  .desktop\:focus\:to-status-closed:focus {
    --tw-gradient-to: #c4c4c4;
  }

  .desktop\:focus\:to-policyStatus-issuing:focus {
    --tw-gradient-to: #FFF;
  }

  .desktop\:focus\:to-policyStatus-waiting_inspection:focus {
    --tw-gradient-to: #ffae14;
  }

  .desktop\:focus\:to-policyStatus-success:focus {
    --tw-gradient-to: #54c1bb;
  }

  .desktop\:focus\:to-policyStatus-failed_inspection:focus {
    --tw-gradient-to: #e8556b;
  }

  .desktop\:focus\:to-policyStatus-failed:focus {
    --tw-gradient-to: #e8556b;
  }

  .desktop\:focus\:to-policyStatus-waiting_policy:focus {
    --tw-gradient-to: #ffae14;
  }

  .desktop\:focus\:to-policyStatus-cancel:focus {
    --tw-gradient-to: #c4c4c4;
  }

  .desktop\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .desktop\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .desktop\:bg-auto {
    background-size: auto;
  }

  .desktop\:bg-cover {
    background-size: cover;
  }

  .desktop\:bg-contain {
    background-size: contain;
  }

  .desktop\:bg-fixed {
    background-attachment: fixed;
  }

  .desktop\:bg-local {
    background-attachment: local;
  }

  .desktop\:bg-scroll {
    background-attachment: scroll;
  }

  .desktop\:bg-clip-border {
    background-clip: border-box;
  }

  .desktop\:bg-clip-padding {
    background-clip: padding-box;
  }

  .desktop\:bg-clip-content {
    background-clip: content-box;
  }

  .desktop\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .desktop\:bg-bottom {
    background-position: bottom;
  }

  .desktop\:bg-center {
    background-position: center;
  }

  .desktop\:bg-left {
    background-position: left;
  }

  .desktop\:bg-left-bottom {
    background-position: left bottom;
  }

  .desktop\:bg-left-top {
    background-position: left top;
  }

  .desktop\:bg-right {
    background-position: right;
  }

  .desktop\:bg-right-bottom {
    background-position: right bottom;
  }

  .desktop\:bg-right-top {
    background-position: right top;
  }

  .desktop\:bg-top {
    background-position: top;
  }

  .desktop\:bg-repeat {
    background-repeat: repeat;
  }

  .desktop\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .desktop\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .desktop\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .desktop\:bg-repeat-round {
    background-repeat: round;
  }

  .desktop\:bg-repeat-space {
    background-repeat: space;
  }

  .desktop\:bg-origin-border {
    background-origin: border-box;
  }

  .desktop\:bg-origin-padding {
    background-origin: padding-box;
  }

  .desktop\:bg-origin-content {
    background-origin: content-box;
  }

  .desktop\:fill-current {
    fill: currentColor;
  }

  .desktop\:stroke-current {
    stroke: currentColor;
  }

  .desktop\:stroke-0 {
    stroke-width: 0;
  }

  .desktop\:stroke-1 {
    stroke-width: 1;
  }

  .desktop\:stroke-2 {
    stroke-width: 2;
  }

  .desktop\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .desktop\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .desktop\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .desktop\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .desktop\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .desktop\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .desktop\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .desktop\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .desktop\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .desktop\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .desktop\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .desktop\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .desktop\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .desktop\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .desktop\:p-0 {
    padding: 0;
  }

  .desktop\:p-1 {
    padding: 0.25rem;
  }

  .desktop\:p-2 {
    padding: 0.5rem;
  }

  .desktop\:p-3 {
    padding: 0.75rem;
  }

  .desktop\:p-4 {
    padding: 1rem;
  }

  .desktop\:p-5 {
    padding: 5px;
  }

  .desktop\:p-6 {
    padding: 1.5rem;
  }

  .desktop\:p-7 {
    padding: 1.75rem;
  }

  .desktop\:p-8 {
    padding: 2rem;
  }

  .desktop\:p-9 {
    padding: 2.25rem;
  }

  .desktop\:p-10 {
    padding: 10px;
  }

  .desktop\:p-11 {
    padding: 2.75rem;
  }

  .desktop\:p-12 {
    padding: 3rem;
  }

  .desktop\:p-14 {
    padding: 14px;
  }

  .desktop\:p-16 {
    padding: 16px;
  }

  .desktop\:p-20 {
    padding: 20px;
  }

  .desktop\:p-24 {
    padding: 24px;
  }

  .desktop\:p-28 {
    padding: 7rem;
  }

  .desktop\:p-30 {
    padding: 30px;
  }

  .desktop\:p-32 {
    padding: 8rem;
  }

  .desktop\:p-36 {
    padding: 9rem;
  }

  .desktop\:p-40 {
    padding: 10rem;
  }

  .desktop\:p-44 {
    padding: 11rem;
  }

  .desktop\:p-48 {
    padding: 48px;
  }

  .desktop\:p-52 {
    padding: 13rem;
  }

  .desktop\:p-56 {
    padding: 14rem;
  }

  .desktop\:p-60 {
    padding: 60px;
  }

  .desktop\:p-64 {
    padding: 16rem;
  }

  .desktop\:p-72 {
    padding: 18rem;
  }

  .desktop\:p-80 {
    padding: 20rem;
  }

  .desktop\:p-95 {
    padding: 95px;
  }

  .desktop\:p-96 {
    padding: 24rem;
  }

  .desktop\:p-120 {
    padding: 120px;
  }

  .desktop\:p-190 {
    padding: 190px;
  }

  .desktop\:p-px {
    padding: 1px;
  }

  .desktop\:p-0\.5 {
    padding: 0.125rem;
  }

  .desktop\:p-1\.5 {
    padding: 0.375rem;
  }

  .desktop\:p-2\.5 {
    padding: 0.625rem;
  }

  .desktop\:p-3\.5 {
    padding: 0.875rem;
  }

  .desktop\:p-30\% {
    padding: 30%;
  }

  .desktop\:p-7\.5r {
    padding: 1.875rem;
  }

  .desktop\:hover\:p-0:hover {
    padding: 0;
  }

  .desktop\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .desktop\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .desktop\:hover\:p-3:hover {
    padding: 0.75rem;
  }

  .desktop\:hover\:p-4:hover {
    padding: 1rem;
  }

  .desktop\:hover\:p-5:hover {
    padding: 5px;
  }

  .desktop\:hover\:p-6:hover {
    padding: 1.5rem;
  }

  .desktop\:hover\:p-7:hover {
    padding: 1.75rem;
  }

  .desktop\:hover\:p-8:hover {
    padding: 2rem;
  }

  .desktop\:hover\:p-9:hover {
    padding: 2.25rem;
  }

  .desktop\:hover\:p-10:hover {
    padding: 10px;
  }

  .desktop\:hover\:p-11:hover {
    padding: 2.75rem;
  }

  .desktop\:hover\:p-12:hover {
    padding: 3rem;
  }

  .desktop\:hover\:p-14:hover {
    padding: 14px;
  }

  .desktop\:hover\:p-16:hover {
    padding: 16px;
  }

  .desktop\:hover\:p-20:hover {
    padding: 20px;
  }

  .desktop\:hover\:p-24:hover {
    padding: 24px;
  }

  .desktop\:hover\:p-28:hover {
    padding: 7rem;
  }

  .desktop\:hover\:p-30:hover {
    padding: 30px;
  }

  .desktop\:hover\:p-32:hover {
    padding: 8rem;
  }

  .desktop\:hover\:p-36:hover {
    padding: 9rem;
  }

  .desktop\:hover\:p-40:hover {
    padding: 10rem;
  }

  .desktop\:hover\:p-44:hover {
    padding: 11rem;
  }

  .desktop\:hover\:p-48:hover {
    padding: 48px;
  }

  .desktop\:hover\:p-52:hover {
    padding: 13rem;
  }

  .desktop\:hover\:p-56:hover {
    padding: 14rem;
  }

  .desktop\:hover\:p-60:hover {
    padding: 60px;
  }

  .desktop\:hover\:p-64:hover {
    padding: 16rem;
  }

  .desktop\:hover\:p-72:hover {
    padding: 18rem;
  }

  .desktop\:hover\:p-80:hover {
    padding: 20rem;
  }

  .desktop\:hover\:p-95:hover {
    padding: 95px;
  }

  .desktop\:hover\:p-96:hover {
    padding: 24rem;
  }

  .desktop\:hover\:p-120:hover {
    padding: 120px;
  }

  .desktop\:hover\:p-190:hover {
    padding: 190px;
  }

  .desktop\:hover\:p-px:hover {
    padding: 1px;
  }

  .desktop\:hover\:p-0\.5:hover {
    padding: 0.125rem;
  }

  .desktop\:hover\:p-1\.5:hover {
    padding: 0.375rem;
  }

  .desktop\:hover\:p-2\.5:hover {
    padding: 0.625rem;
  }

  .desktop\:hover\:p-3\.5:hover {
    padding: 0.875rem;
  }

  .desktop\:hover\:p-30\%:hover {
    padding: 30%;
  }

  .desktop\:hover\:p-7\.5r:hover {
    padding: 1.875rem;
  }

  .desktop\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .desktop\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .desktop\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .desktop\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .desktop\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .desktop\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .desktop\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .desktop\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .desktop\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .desktop\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .desktop\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .desktop\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .desktop\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .desktop\:px-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .desktop\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .desktop\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .desktop\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .desktop\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .desktop\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .desktop\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .desktop\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .desktop\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .desktop\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .desktop\:px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .desktop\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .desktop\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .desktop\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .desktop\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .desktop\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .desktop\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .desktop\:px-95 {
    padding-left: 95px;
    padding-right: 95px;
  }

  .desktop\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .desktop\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .desktop\:px-190 {
    padding-left: 190px;
    padding-right: 190px;
  }

  .desktop\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .desktop\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .desktop\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .desktop\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .desktop\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .desktop\:px-30\% {
    padding-left: 30%;
    padding-right: 30%;
  }

  .desktop\:px-7\.5r {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .desktop\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .desktop\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .desktop\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .desktop\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .desktop\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .desktop\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .desktop\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .desktop\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .desktop\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .desktop\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .desktop\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .desktop\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .desktop\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .desktop\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .desktop\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .desktop\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .desktop\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .desktop\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .desktop\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .desktop\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .desktop\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .desktop\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .desktop\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .desktop\:py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .desktop\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .desktop\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .desktop\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .desktop\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .desktop\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .desktop\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .desktop\:py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .desktop\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .desktop\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .desktop\:py-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .desktop\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .desktop\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .desktop\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .desktop\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .desktop\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .desktop\:py-30\% {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .desktop\:py-7\.5r {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .desktop\:hover\:px-0:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .desktop\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .desktop\:hover\:px-2:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .desktop\:hover\:px-3:hover {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .desktop\:hover\:px-4:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .desktop\:hover\:px-5:hover {
    padding-left: 5px;
    padding-right: 5px;
  }

  .desktop\:hover\:px-6:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .desktop\:hover\:px-7:hover {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .desktop\:hover\:px-8:hover {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .desktop\:hover\:px-9:hover {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .desktop\:hover\:px-10:hover {
    padding-left: 10px;
    padding-right: 10px;
  }

  .desktop\:hover\:px-11:hover {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .desktop\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .desktop\:hover\:px-14:hover {
    padding-left: 14px;
    padding-right: 14px;
  }

  .desktop\:hover\:px-16:hover {
    padding-left: 16px;
    padding-right: 16px;
  }

  .desktop\:hover\:px-20:hover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .desktop\:hover\:px-24:hover {
    padding-left: 24px;
    padding-right: 24px;
  }

  .desktop\:hover\:px-28:hover {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .desktop\:hover\:px-30:hover {
    padding-left: 30px;
    padding-right: 30px;
  }

  .desktop\:hover\:px-32:hover {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .desktop\:hover\:px-36:hover {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .desktop\:hover\:px-40:hover {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .desktop\:hover\:px-44:hover {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .desktop\:hover\:px-48:hover {
    padding-left: 48px;
    padding-right: 48px;
  }

  .desktop\:hover\:px-52:hover {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .desktop\:hover\:px-56:hover {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .desktop\:hover\:px-60:hover {
    padding-left: 60px;
    padding-right: 60px;
  }

  .desktop\:hover\:px-64:hover {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .desktop\:hover\:px-72:hover {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .desktop\:hover\:px-80:hover {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .desktop\:hover\:px-95:hover {
    padding-left: 95px;
    padding-right: 95px;
  }

  .desktop\:hover\:px-96:hover {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .desktop\:hover\:px-120:hover {
    padding-left: 120px;
    padding-right: 120px;
  }

  .desktop\:hover\:px-190:hover {
    padding-left: 190px;
    padding-right: 190px;
  }

  .desktop\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .desktop\:hover\:px-0\.5:hover {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .desktop\:hover\:px-1\.5:hover {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .desktop\:hover\:px-2\.5:hover {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .desktop\:hover\:px-3\.5:hover {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .desktop\:hover\:px-30\%:hover {
    padding-left: 30%;
    padding-right: 30%;
  }

  .desktop\:hover\:px-7\.5r:hover {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .desktop\:hover\:py-0:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

  .desktop\:hover\:py-1:hover {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .desktop\:hover\:py-2:hover {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .desktop\:hover\:py-3:hover {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .desktop\:hover\:py-4:hover {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .desktop\:hover\:py-5:hover {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .desktop\:hover\:py-6:hover {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .desktop\:hover\:py-7:hover {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .desktop\:hover\:py-8:hover {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .desktop\:hover\:py-9:hover {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .desktop\:hover\:py-10:hover {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .desktop\:hover\:py-11:hover {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .desktop\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .desktop\:hover\:py-14:hover {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .desktop\:hover\:py-16:hover {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .desktop\:hover\:py-20:hover {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .desktop\:hover\:py-24:hover {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .desktop\:hover\:py-28:hover {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .desktop\:hover\:py-30:hover {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .desktop\:hover\:py-32:hover {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .desktop\:hover\:py-36:hover {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .desktop\:hover\:py-40:hover {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .desktop\:hover\:py-44:hover {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .desktop\:hover\:py-48:hover {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .desktop\:hover\:py-52:hover {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .desktop\:hover\:py-56:hover {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .desktop\:hover\:py-60:hover {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .desktop\:hover\:py-64:hover {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .desktop\:hover\:py-72:hover {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .desktop\:hover\:py-80:hover {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .desktop\:hover\:py-95:hover {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .desktop\:hover\:py-96:hover {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .desktop\:hover\:py-120:hover {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .desktop\:hover\:py-190:hover {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .desktop\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .desktop\:hover\:py-0\.5:hover {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .desktop\:hover\:py-1\.5:hover {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .desktop\:hover\:py-2\.5:hover {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .desktop\:hover\:py-3\.5:hover {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .desktop\:hover\:py-30\%:hover {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .desktop\:hover\:py-7\.5r:hover {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .desktop\:pt-0 {
    padding-top: 0;
  }

  .desktop\:pt-1 {
    padding-top: 0.25rem;
  }

  .desktop\:pt-2 {
    padding-top: 0.5rem;
  }

  .desktop\:pt-3 {
    padding-top: 0.75rem;
  }

  .desktop\:pt-4 {
    padding-top: 1rem;
  }

  .desktop\:pt-5 {
    padding-top: 5px;
  }

  .desktop\:pt-6 {
    padding-top: 1.5rem;
  }

  .desktop\:pt-7 {
    padding-top: 1.75rem;
  }

  .desktop\:pt-8 {
    padding-top: 2rem;
  }

  .desktop\:pt-9 {
    padding-top: 2.25rem;
  }

  .desktop\:pt-10 {
    padding-top: 10px;
  }

  .desktop\:pt-11 {
    padding-top: 2.75rem;
  }

  .desktop\:pt-12 {
    padding-top: 3rem;
  }

  .desktop\:pt-14 {
    padding-top: 14px;
  }

  .desktop\:pt-16 {
    padding-top: 16px;
  }

  .desktop\:pt-20 {
    padding-top: 20px;
  }

  .desktop\:pt-24 {
    padding-top: 24px;
  }

  .desktop\:pt-28 {
    padding-top: 7rem;
  }

  .desktop\:pt-30 {
    padding-top: 30px;
  }

  .desktop\:pt-32 {
    padding-top: 8rem;
  }

  .desktop\:pt-36 {
    padding-top: 9rem;
  }

  .desktop\:pt-40 {
    padding-top: 10rem;
  }

  .desktop\:pt-44 {
    padding-top: 11rem;
  }

  .desktop\:pt-48 {
    padding-top: 48px;
  }

  .desktop\:pt-52 {
    padding-top: 13rem;
  }

  .desktop\:pt-56 {
    padding-top: 14rem;
  }

  .desktop\:pt-60 {
    padding-top: 60px;
  }

  .desktop\:pt-64 {
    padding-top: 16rem;
  }

  .desktop\:pt-72 {
    padding-top: 18rem;
  }

  .desktop\:pt-80 {
    padding-top: 20rem;
  }

  .desktop\:pt-95 {
    padding-top: 95px;
  }

  .desktop\:pt-96 {
    padding-top: 24rem;
  }

  .desktop\:pt-120 {
    padding-top: 120px;
  }

  .desktop\:pt-190 {
    padding-top: 190px;
  }

  .desktop\:pt-px {
    padding-top: 1px;
  }

  .desktop\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .desktop\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .desktop\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .desktop\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .desktop\:pt-30\% {
    padding-top: 30%;
  }

  .desktop\:pt-7\.5r {
    padding-top: 1.875rem;
  }

  .desktop\:pr-0 {
    padding-right: 0;
  }

  .desktop\:pr-1 {
    padding-right: 0.25rem;
  }

  .desktop\:pr-2 {
    padding-right: 0.5rem;
  }

  .desktop\:pr-3 {
    padding-right: 0.75rem;
  }

  .desktop\:pr-4 {
    padding-right: 1rem;
  }

  .desktop\:pr-5 {
    padding-right: 5px;
  }

  .desktop\:pr-6 {
    padding-right: 1.5rem;
  }

  .desktop\:pr-7 {
    padding-right: 1.75rem;
  }

  .desktop\:pr-8 {
    padding-right: 2rem;
  }

  .desktop\:pr-9 {
    padding-right: 2.25rem;
  }

  .desktop\:pr-10 {
    padding-right: 10px;
  }

  .desktop\:pr-11 {
    padding-right: 2.75rem;
  }

  .desktop\:pr-12 {
    padding-right: 3rem;
  }

  .desktop\:pr-14 {
    padding-right: 14px;
  }

  .desktop\:pr-16 {
    padding-right: 16px;
  }

  .desktop\:pr-20 {
    padding-right: 20px;
  }

  .desktop\:pr-24 {
    padding-right: 24px;
  }

  .desktop\:pr-28 {
    padding-right: 7rem;
  }

  .desktop\:pr-30 {
    padding-right: 30px;
  }

  .desktop\:pr-32 {
    padding-right: 8rem;
  }

  .desktop\:pr-36 {
    padding-right: 9rem;
  }

  .desktop\:pr-40 {
    padding-right: 10rem;
  }

  .desktop\:pr-44 {
    padding-right: 11rem;
  }

  .desktop\:pr-48 {
    padding-right: 48px;
  }

  .desktop\:pr-52 {
    padding-right: 13rem;
  }

  .desktop\:pr-56 {
    padding-right: 14rem;
  }

  .desktop\:pr-60 {
    padding-right: 60px;
  }

  .desktop\:pr-64 {
    padding-right: 16rem;
  }

  .desktop\:pr-72 {
    padding-right: 18rem;
  }

  .desktop\:pr-80 {
    padding-right: 20rem;
  }

  .desktop\:pr-95 {
    padding-right: 95px;
  }

  .desktop\:pr-96 {
    padding-right: 24rem;
  }

  .desktop\:pr-120 {
    padding-right: 120px;
  }

  .desktop\:pr-190 {
    padding-right: 190px;
  }

  .desktop\:pr-px {
    padding-right: 1px;
  }

  .desktop\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .desktop\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .desktop\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .desktop\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .desktop\:pr-30\% {
    padding-right: 30%;
  }

  .desktop\:pr-7\.5r {
    padding-right: 1.875rem;
  }

  .desktop\:pb-0 {
    padding-bottom: 0;
  }

  .desktop\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .desktop\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .desktop\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .desktop\:pb-4 {
    padding-bottom: 1rem;
  }

  .desktop\:pb-5 {
    padding-bottom: 5px;
  }

  .desktop\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .desktop\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .desktop\:pb-8 {
    padding-bottom: 2rem;
  }

  .desktop\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .desktop\:pb-10 {
    padding-bottom: 10px;
  }

  .desktop\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .desktop\:pb-12 {
    padding-bottom: 3rem;
  }

  .desktop\:pb-14 {
    padding-bottom: 14px;
  }

  .desktop\:pb-16 {
    padding-bottom: 16px;
  }

  .desktop\:pb-20 {
    padding-bottom: 20px;
  }

  .desktop\:pb-24 {
    padding-bottom: 24px;
  }

  .desktop\:pb-28 {
    padding-bottom: 7rem;
  }

  .desktop\:pb-30 {
    padding-bottom: 30px;
  }

  .desktop\:pb-32 {
    padding-bottom: 8rem;
  }

  .desktop\:pb-36 {
    padding-bottom: 9rem;
  }

  .desktop\:pb-40 {
    padding-bottom: 10rem;
  }

  .desktop\:pb-44 {
    padding-bottom: 11rem;
  }

  .desktop\:pb-48 {
    padding-bottom: 48px;
  }

  .desktop\:pb-52 {
    padding-bottom: 13rem;
  }

  .desktop\:pb-56 {
    padding-bottom: 14rem;
  }

  .desktop\:pb-60 {
    padding-bottom: 60px;
  }

  .desktop\:pb-64 {
    padding-bottom: 16rem;
  }

  .desktop\:pb-72 {
    padding-bottom: 18rem;
  }

  .desktop\:pb-80 {
    padding-bottom: 20rem;
  }

  .desktop\:pb-95 {
    padding-bottom: 95px;
  }

  .desktop\:pb-96 {
    padding-bottom: 24rem;
  }

  .desktop\:pb-120 {
    padding-bottom: 120px;
  }

  .desktop\:pb-190 {
    padding-bottom: 190px;
  }

  .desktop\:pb-px {
    padding-bottom: 1px;
  }

  .desktop\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .desktop\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .desktop\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .desktop\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .desktop\:pb-30\% {
    padding-bottom: 30%;
  }

  .desktop\:pb-7\.5r {
    padding-bottom: 1.875rem;
  }

  .desktop\:pl-0 {
    padding-left: 0;
  }

  .desktop\:pl-1 {
    padding-left: 0.25rem;
  }

  .desktop\:pl-2 {
    padding-left: 0.5rem;
  }

  .desktop\:pl-3 {
    padding-left: 0.75rem;
  }

  .desktop\:pl-4 {
    padding-left: 1rem;
  }

  .desktop\:pl-5 {
    padding-left: 5px;
  }

  .desktop\:pl-6 {
    padding-left: 1.5rem;
  }

  .desktop\:pl-7 {
    padding-left: 1.75rem;
  }

  .desktop\:pl-8 {
    padding-left: 2rem;
  }

  .desktop\:pl-9 {
    padding-left: 2.25rem;
  }

  .desktop\:pl-10 {
    padding-left: 10px;
  }

  .desktop\:pl-11 {
    padding-left: 2.75rem;
  }

  .desktop\:pl-12 {
    padding-left: 3rem;
  }

  .desktop\:pl-14 {
    padding-left: 14px;
  }

  .desktop\:pl-16 {
    padding-left: 16px;
  }

  .desktop\:pl-20 {
    padding-left: 20px;
  }

  .desktop\:pl-24 {
    padding-left: 24px;
  }

  .desktop\:pl-28 {
    padding-left: 7rem;
  }

  .desktop\:pl-30 {
    padding-left: 30px;
  }

  .desktop\:pl-32 {
    padding-left: 8rem;
  }

  .desktop\:pl-36 {
    padding-left: 9rem;
  }

  .desktop\:pl-40 {
    padding-left: 10rem;
  }

  .desktop\:pl-44 {
    padding-left: 11rem;
  }

  .desktop\:pl-48 {
    padding-left: 48px;
  }

  .desktop\:pl-52 {
    padding-left: 13rem;
  }

  .desktop\:pl-56 {
    padding-left: 14rem;
  }

  .desktop\:pl-60 {
    padding-left: 60px;
  }

  .desktop\:pl-64 {
    padding-left: 16rem;
  }

  .desktop\:pl-72 {
    padding-left: 18rem;
  }

  .desktop\:pl-80 {
    padding-left: 20rem;
  }

  .desktop\:pl-95 {
    padding-left: 95px;
  }

  .desktop\:pl-96 {
    padding-left: 24rem;
  }

  .desktop\:pl-120 {
    padding-left: 120px;
  }

  .desktop\:pl-190 {
    padding-left: 190px;
  }

  .desktop\:pl-px {
    padding-left: 1px;
  }

  .desktop\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .desktop\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .desktop\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .desktop\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .desktop\:pl-30\% {
    padding-left: 30%;
  }

  .desktop\:pl-7\.5r {
    padding-left: 1.875rem;
  }

  .desktop\:hover\:pt-0:hover {
    padding-top: 0;
  }

  .desktop\:hover\:pt-1:hover {
    padding-top: 0.25rem;
  }

  .desktop\:hover\:pt-2:hover {
    padding-top: 0.5rem;
  }

  .desktop\:hover\:pt-3:hover {
    padding-top: 0.75rem;
  }

  .desktop\:hover\:pt-4:hover {
    padding-top: 1rem;
  }

  .desktop\:hover\:pt-5:hover {
    padding-top: 5px;
  }

  .desktop\:hover\:pt-6:hover {
    padding-top: 1.5rem;
  }

  .desktop\:hover\:pt-7:hover {
    padding-top: 1.75rem;
  }

  .desktop\:hover\:pt-8:hover {
    padding-top: 2rem;
  }

  .desktop\:hover\:pt-9:hover {
    padding-top: 2.25rem;
  }

  .desktop\:hover\:pt-10:hover {
    padding-top: 10px;
  }

  .desktop\:hover\:pt-11:hover {
    padding-top: 2.75rem;
  }

  .desktop\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .desktop\:hover\:pt-14:hover {
    padding-top: 14px;
  }

  .desktop\:hover\:pt-16:hover {
    padding-top: 16px;
  }

  .desktop\:hover\:pt-20:hover {
    padding-top: 20px;
  }

  .desktop\:hover\:pt-24:hover {
    padding-top: 24px;
  }

  .desktop\:hover\:pt-28:hover {
    padding-top: 7rem;
  }

  .desktop\:hover\:pt-30:hover {
    padding-top: 30px;
  }

  .desktop\:hover\:pt-32:hover {
    padding-top: 8rem;
  }

  .desktop\:hover\:pt-36:hover {
    padding-top: 9rem;
  }

  .desktop\:hover\:pt-40:hover {
    padding-top: 10rem;
  }

  .desktop\:hover\:pt-44:hover {
    padding-top: 11rem;
  }

  .desktop\:hover\:pt-48:hover {
    padding-top: 48px;
  }

  .desktop\:hover\:pt-52:hover {
    padding-top: 13rem;
  }

  .desktop\:hover\:pt-56:hover {
    padding-top: 14rem;
  }

  .desktop\:hover\:pt-60:hover {
    padding-top: 60px;
  }

  .desktop\:hover\:pt-64:hover {
    padding-top: 16rem;
  }

  .desktop\:hover\:pt-72:hover {
    padding-top: 18rem;
  }

  .desktop\:hover\:pt-80:hover {
    padding-top: 20rem;
  }

  .desktop\:hover\:pt-95:hover {
    padding-top: 95px;
  }

  .desktop\:hover\:pt-96:hover {
    padding-top: 24rem;
  }

  .desktop\:hover\:pt-120:hover {
    padding-top: 120px;
  }

  .desktop\:hover\:pt-190:hover {
    padding-top: 190px;
  }

  .desktop\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .desktop\:hover\:pt-0\.5:hover {
    padding-top: 0.125rem;
  }

  .desktop\:hover\:pt-1\.5:hover {
    padding-top: 0.375rem;
  }

  .desktop\:hover\:pt-2\.5:hover {
    padding-top: 0.625rem;
  }

  .desktop\:hover\:pt-3\.5:hover {
    padding-top: 0.875rem;
  }

  .desktop\:hover\:pt-30\%:hover {
    padding-top: 30%;
  }

  .desktop\:hover\:pt-7\.5r:hover {
    padding-top: 1.875rem;
  }

  .desktop\:hover\:pr-0:hover {
    padding-right: 0;
  }

  .desktop\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

  .desktop\:hover\:pr-2:hover {
    padding-right: 0.5rem;
  }

  .desktop\:hover\:pr-3:hover {
    padding-right: 0.75rem;
  }

  .desktop\:hover\:pr-4:hover {
    padding-right: 1rem;
  }

  .desktop\:hover\:pr-5:hover {
    padding-right: 5px;
  }

  .desktop\:hover\:pr-6:hover {
    padding-right: 1.5rem;
  }

  .desktop\:hover\:pr-7:hover {
    padding-right: 1.75rem;
  }

  .desktop\:hover\:pr-8:hover {
    padding-right: 2rem;
  }

  .desktop\:hover\:pr-9:hover {
    padding-right: 2.25rem;
  }

  .desktop\:hover\:pr-10:hover {
    padding-right: 10px;
  }

  .desktop\:hover\:pr-11:hover {
    padding-right: 2.75rem;
  }

  .desktop\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .desktop\:hover\:pr-14:hover {
    padding-right: 14px;
  }

  .desktop\:hover\:pr-16:hover {
    padding-right: 16px;
  }

  .desktop\:hover\:pr-20:hover {
    padding-right: 20px;
  }

  .desktop\:hover\:pr-24:hover {
    padding-right: 24px;
  }

  .desktop\:hover\:pr-28:hover {
    padding-right: 7rem;
  }

  .desktop\:hover\:pr-30:hover {
    padding-right: 30px;
  }

  .desktop\:hover\:pr-32:hover {
    padding-right: 8rem;
  }

  .desktop\:hover\:pr-36:hover {
    padding-right: 9rem;
  }

  .desktop\:hover\:pr-40:hover {
    padding-right: 10rem;
  }

  .desktop\:hover\:pr-44:hover {
    padding-right: 11rem;
  }

  .desktop\:hover\:pr-48:hover {
    padding-right: 48px;
  }

  .desktop\:hover\:pr-52:hover {
    padding-right: 13rem;
  }

  .desktop\:hover\:pr-56:hover {
    padding-right: 14rem;
  }

  .desktop\:hover\:pr-60:hover {
    padding-right: 60px;
  }

  .desktop\:hover\:pr-64:hover {
    padding-right: 16rem;
  }

  .desktop\:hover\:pr-72:hover {
    padding-right: 18rem;
  }

  .desktop\:hover\:pr-80:hover {
    padding-right: 20rem;
  }

  .desktop\:hover\:pr-95:hover {
    padding-right: 95px;
  }

  .desktop\:hover\:pr-96:hover {
    padding-right: 24rem;
  }

  .desktop\:hover\:pr-120:hover {
    padding-right: 120px;
  }

  .desktop\:hover\:pr-190:hover {
    padding-right: 190px;
  }

  .desktop\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .desktop\:hover\:pr-0\.5:hover {
    padding-right: 0.125rem;
  }

  .desktop\:hover\:pr-1\.5:hover {
    padding-right: 0.375rem;
  }

  .desktop\:hover\:pr-2\.5:hover {
    padding-right: 0.625rem;
  }

  .desktop\:hover\:pr-3\.5:hover {
    padding-right: 0.875rem;
  }

  .desktop\:hover\:pr-30\%:hover {
    padding-right: 30%;
  }

  .desktop\:hover\:pr-7\.5r:hover {
    padding-right: 1.875rem;
  }

  .desktop\:hover\:pb-0:hover {
    padding-bottom: 0;
  }

  .desktop\:hover\:pb-1:hover {
    padding-bottom: 0.25rem;
  }

  .desktop\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .desktop\:hover\:pb-3:hover {
    padding-bottom: 0.75rem;
  }

  .desktop\:hover\:pb-4:hover {
    padding-bottom: 1rem;
  }

  .desktop\:hover\:pb-5:hover {
    padding-bottom: 5px;
  }

  .desktop\:hover\:pb-6:hover {
    padding-bottom: 1.5rem;
  }

  .desktop\:hover\:pb-7:hover {
    padding-bottom: 1.75rem;
  }

  .desktop\:hover\:pb-8:hover {
    padding-bottom: 2rem;
  }

  .desktop\:hover\:pb-9:hover {
    padding-bottom: 2.25rem;
  }

  .desktop\:hover\:pb-10:hover {
    padding-bottom: 10px;
  }

  .desktop\:hover\:pb-11:hover {
    padding-bottom: 2.75rem;
  }

  .desktop\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .desktop\:hover\:pb-14:hover {
    padding-bottom: 14px;
  }

  .desktop\:hover\:pb-16:hover {
    padding-bottom: 16px;
  }

  .desktop\:hover\:pb-20:hover {
    padding-bottom: 20px;
  }

  .desktop\:hover\:pb-24:hover {
    padding-bottom: 24px;
  }

  .desktop\:hover\:pb-28:hover {
    padding-bottom: 7rem;
  }

  .desktop\:hover\:pb-30:hover {
    padding-bottom: 30px;
  }

  .desktop\:hover\:pb-32:hover {
    padding-bottom: 8rem;
  }

  .desktop\:hover\:pb-36:hover {
    padding-bottom: 9rem;
  }

  .desktop\:hover\:pb-40:hover {
    padding-bottom: 10rem;
  }

  .desktop\:hover\:pb-44:hover {
    padding-bottom: 11rem;
  }

  .desktop\:hover\:pb-48:hover {
    padding-bottom: 48px;
  }

  .desktop\:hover\:pb-52:hover {
    padding-bottom: 13rem;
  }

  .desktop\:hover\:pb-56:hover {
    padding-bottom: 14rem;
  }

  .desktop\:hover\:pb-60:hover {
    padding-bottom: 60px;
  }

  .desktop\:hover\:pb-64:hover {
    padding-bottom: 16rem;
  }

  .desktop\:hover\:pb-72:hover {
    padding-bottom: 18rem;
  }

  .desktop\:hover\:pb-80:hover {
    padding-bottom: 20rem;
  }

  .desktop\:hover\:pb-95:hover {
    padding-bottom: 95px;
  }

  .desktop\:hover\:pb-96:hover {
    padding-bottom: 24rem;
  }

  .desktop\:hover\:pb-120:hover {
    padding-bottom: 120px;
  }

  .desktop\:hover\:pb-190:hover {
    padding-bottom: 190px;
  }

  .desktop\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .desktop\:hover\:pb-0\.5:hover {
    padding-bottom: 0.125rem;
  }

  .desktop\:hover\:pb-1\.5:hover {
    padding-bottom: 0.375rem;
  }

  .desktop\:hover\:pb-2\.5:hover {
    padding-bottom: 0.625rem;
  }

  .desktop\:hover\:pb-3\.5:hover {
    padding-bottom: 0.875rem;
  }

  .desktop\:hover\:pb-30\%:hover {
    padding-bottom: 30%;
  }

  .desktop\:hover\:pb-7\.5r:hover {
    padding-bottom: 1.875rem;
  }

  .desktop\:hover\:pl-0:hover {
    padding-left: 0;
  }

  .desktop\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

  .desktop\:hover\:pl-2:hover {
    padding-left: 0.5rem;
  }

  .desktop\:hover\:pl-3:hover {
    padding-left: 0.75rem;
  }

  .desktop\:hover\:pl-4:hover {
    padding-left: 1rem;
  }

  .desktop\:hover\:pl-5:hover {
    padding-left: 5px;
  }

  .desktop\:hover\:pl-6:hover {
    padding-left: 1.5rem;
  }

  .desktop\:hover\:pl-7:hover {
    padding-left: 1.75rem;
  }

  .desktop\:hover\:pl-8:hover {
    padding-left: 2rem;
  }

  .desktop\:hover\:pl-9:hover {
    padding-left: 2.25rem;
  }

  .desktop\:hover\:pl-10:hover {
    padding-left: 10px;
  }

  .desktop\:hover\:pl-11:hover {
    padding-left: 2.75rem;
  }

  .desktop\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .desktop\:hover\:pl-14:hover {
    padding-left: 14px;
  }

  .desktop\:hover\:pl-16:hover {
    padding-left: 16px;
  }

  .desktop\:hover\:pl-20:hover {
    padding-left: 20px;
  }

  .desktop\:hover\:pl-24:hover {
    padding-left: 24px;
  }

  .desktop\:hover\:pl-28:hover {
    padding-left: 7rem;
  }

  .desktop\:hover\:pl-30:hover {
    padding-left: 30px;
  }

  .desktop\:hover\:pl-32:hover {
    padding-left: 8rem;
  }

  .desktop\:hover\:pl-36:hover {
    padding-left: 9rem;
  }

  .desktop\:hover\:pl-40:hover {
    padding-left: 10rem;
  }

  .desktop\:hover\:pl-44:hover {
    padding-left: 11rem;
  }

  .desktop\:hover\:pl-48:hover {
    padding-left: 48px;
  }

  .desktop\:hover\:pl-52:hover {
    padding-left: 13rem;
  }

  .desktop\:hover\:pl-56:hover {
    padding-left: 14rem;
  }

  .desktop\:hover\:pl-60:hover {
    padding-left: 60px;
  }

  .desktop\:hover\:pl-64:hover {
    padding-left: 16rem;
  }

  .desktop\:hover\:pl-72:hover {
    padding-left: 18rem;
  }

  .desktop\:hover\:pl-80:hover {
    padding-left: 20rem;
  }

  .desktop\:hover\:pl-95:hover {
    padding-left: 95px;
  }

  .desktop\:hover\:pl-96:hover {
    padding-left: 24rem;
  }

  .desktop\:hover\:pl-120:hover {
    padding-left: 120px;
  }

  .desktop\:hover\:pl-190:hover {
    padding-left: 190px;
  }

  .desktop\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .desktop\:hover\:pl-0\.5:hover {
    padding-left: 0.125rem;
  }

  .desktop\:hover\:pl-1\.5:hover {
    padding-left: 0.375rem;
  }

  .desktop\:hover\:pl-2\.5:hover {
    padding-left: 0.625rem;
  }

  .desktop\:hover\:pl-3\.5:hover {
    padding-left: 0.875rem;
  }

  .desktop\:hover\:pl-30\%:hover {
    padding-left: 30%;
  }

  .desktop\:hover\:pl-7\.5r:hover {
    padding-left: 1.875rem;
  }

  .desktop\:text-left {
    text-align: left;
  }

  .desktop\:text-center {
    text-align: center;
  }

  .desktop\:text-right {
    text-align: right;
  }

  .desktop\:text-justify {
    text-align: justify;
  }

  .desktop\:align-baseline {
    vertical-align: baseline;
  }

  .desktop\:align-top {
    vertical-align: top;
  }

  .desktop\:align-middle {
    vertical-align: middle;
  }

  .desktop\:align-bottom {
    vertical-align: bottom;
  }

  .desktop\:align-text-top {
    vertical-align: text-top;
  }

  .desktop\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .desktop\:font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .desktop\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .desktop\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .desktop\:font-display {
    font-family: Kanit, serif;
  }

  .desktop\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .desktop\:text-sm {
    font-size: 0.875rem;
  }

  .desktop\:text-base {
    font-size: 1rem;
  }

  .desktop\:text-lg {
    font-size: 1.25rem;
  }

  .desktop\:text-xl {
    font-size: 1.75rem;
  }

  .desktop\:text-2xl {
    font-size: 2.25rem;
  }

  .desktop\:text-3xl {
    font-size: 3rem;
  }

  .desktop\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .desktop\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .desktop\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .desktop\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .desktop\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .desktop\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .desktop\:text-3xs {
    font-size: 0.25rem;
  }

  .desktop\:text-2xs {
    font-size: 0.5rem;
  }

  .desktop\:text-1xs {
    font-size: 0.67rem;
  }

  .desktop\:font-thin {
    font-weight: 100;
  }

  .desktop\:font-extralight {
    font-weight: 200;
  }

  .desktop\:font-light {
    font-weight: 300;
  }

  .desktop\:font-normal {
    font-weight: 400;
  }

  .desktop\:font-medium {
    font-weight: 500;
  }

  .desktop\:font-semibold {
    font-weight: 600;
  }

  .desktop\:font-bold {
    font-weight: 500;
  }

  .desktop\:font-extrabold {
    font-weight: 800;
  }

  .desktop\:font-black {
    font-weight: 900;
  }

  .desktop\:hover\:font-thin:hover {
    font-weight: 100;
  }

  .desktop\:hover\:font-extralight:hover {
    font-weight: 200;
  }

  .desktop\:hover\:font-light:hover {
    font-weight: 300;
  }

  .desktop\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .desktop\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .desktop\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .desktop\:hover\:font-bold:hover {
    font-weight: 500;
  }

  .desktop\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .desktop\:hover\:font-black:hover {
    font-weight: 900;
  }

  .desktop\:focus\:font-thin:focus {
    font-weight: 100;
  }

  .desktop\:focus\:font-extralight:focus {
    font-weight: 200;
  }

  .desktop\:focus\:font-light:focus {
    font-weight: 300;
  }

  .desktop\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .desktop\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .desktop\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .desktop\:focus\:font-bold:focus {
    font-weight: 500;
  }

  .desktop\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .desktop\:focus\:font-black:focus {
    font-weight: 900;
  }

  .desktop\:uppercase {
    text-transform: uppercase;
  }

  .desktop\:lowercase {
    text-transform: lowercase;
  }

  .desktop\:capitalize {
    text-transform: capitalize;
  }

  .desktop\:normal-case {
    text-transform: none;
  }

  .desktop\:italic {
    font-style: italic;
  }

  .desktop\:not-italic {
    font-style: normal;
  }

  .desktop\:ordinal, .desktop\:slashed-zero, .desktop\:lining-nums, .desktop\:oldstyle-nums, .desktop\:proportional-nums, .desktop\:tabular-nums, .desktop\:diagonal-fractions, .desktop\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .desktop\:normal-nums {
    font-feature-settings: normal;
    font-variant-numeric: normal;
  }

  .desktop\:ordinal {
    --tw-ordinal: ordinal;
  }

  .desktop\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .desktop\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .desktop\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .desktop\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .desktop\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .desktop\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .desktop\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .desktop\:leading-3 {
    line-height: .75rem;
  }

  .desktop\:leading-4 {
    line-height: 1rem;
  }

  .desktop\:leading-5 {
    line-height: 1.25rem;
  }

  .desktop\:leading-6 {
    line-height: 1.5rem;
  }

  .desktop\:leading-7 {
    line-height: 1.75rem;
  }

  .desktop\:leading-8 {
    line-height: 2rem;
  }

  .desktop\:leading-9 {
    line-height: 2.25rem;
  }

  .desktop\:leading-10 {
    line-height: 2.5rem;
  }

  .desktop\:leading-none {
    line-height: 1;
  }

  .desktop\:leading-tight {
    line-height: 1.25;
  }

  .desktop\:leading-snug {
    line-height: 1.375;
  }

  .desktop\:leading-normal {
    line-height: 1.5;
  }

  .desktop\:leading-relaxed {
    line-height: 1.625;
  }

  .desktop\:leading-loose {
    line-height: 2;
  }

  .desktop\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .desktop\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .desktop\:tracking-normal {
    letter-spacing: 0em;
  }

  .desktop\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .desktop\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .desktop\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .desktop\:text-transparent {
    color: transparent;
  }

  .desktop\:text-current {
    color: currentColor;
  }

  .desktop\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .desktop\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .desktop\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .desktop\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .desktop\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .desktop\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .desktop\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .desktop\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .desktop\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .desktop\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .desktop\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .desktop\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .desktop\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .desktop\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .desktop\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .desktop\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .desktop\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .desktop\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .desktop\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .desktop\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .desktop\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .desktop\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .desktop\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .desktop\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .desktop\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .desktop\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .desktop\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .desktop\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .desktop\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .desktop\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .desktop\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .desktop\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .desktop\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .desktop\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .desktop\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .desktop\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .desktop\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .desktop\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .desktop\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .desktop\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .desktop\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .desktop\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .desktop\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .desktop\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .desktop\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .desktop\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .desktop\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .desktop\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .desktop\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .desktop\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .desktop\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .desktop\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .desktop\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .desktop\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .desktop\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .desktop\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .desktop\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .desktop\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .desktop\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .desktop\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .desktop\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .desktop\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .desktop\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .desktop\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .desktop\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .desktop\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .desktop\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .desktop\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .desktop\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .desktop\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .desktop\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .desktop\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .desktop\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .desktop\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .desktop\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .desktop\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .desktop\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .desktop\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .desktop\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .desktop\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .desktop\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .desktop\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .desktop\:text-primary-color {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .desktop\:text-primary-color-dark {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .desktop\:text-secondary-color {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .desktop\:text-custom-gray-sm {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .desktop\:text-custom-gray-sm2 {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .desktop\:text-custom-gray-md {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .desktop\:text-custom-navy-dark {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .desktop\:text-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .desktop\:text-primary {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .desktop\:text-secondary-1 {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .desktop\:text-secondary-2 {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .desktop\:text-secondary-3 {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .desktop\:text-secondary {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .desktop\:text-secondary-dark {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .desktop\:text-secondary-light {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .desktop\:text-grayCustom-1 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .desktop\:text-grayCustom-2 {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .desktop\:text-grayCustom-3 {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .desktop\:text-grayCustom-800 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .desktop\:text-grayCustom {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .desktop\:text-grayCustom-dark {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .desktop\:text-grayCustom-light {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .desktop\:text-grayCustom-hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .desktop\:text-error {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .desktop\:text-error-light {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .desktop\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .desktop\:text-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .desktop\:text-success {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .desktop\:text-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .desktop\:text-status-open {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .desktop\:text-status-waiting_payment {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .desktop\:text-status-completed {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .desktop\:text-status-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .desktop\:text-status-waiting_verify {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .desktop\:text-status-closed {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .desktop\:text-policyStatus-issuing {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .desktop\:text-policyStatus-waiting_inspection {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .desktop\:text-policyStatus-success {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .desktop\:text-policyStatus-failed_inspection {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .desktop\:text-policyStatus-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .desktop\:text-policyStatus-waiting_policy {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .desktop\:text-policyStatus-cancel {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .desktop\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .desktop\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-primary-color {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-primary-color-dark {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-secondary-color {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-custom-gray-sm {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-custom-gray-sm2 {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-custom-gray-md {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-custom-navy-dark {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-primary {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-secondary-1 {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-secondary-2 {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-secondary-3 {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-secondary {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-secondary-dark {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-secondary-light {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-grayCustom-1 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-grayCustom-2 {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-grayCustom-3 {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-grayCustom-800 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-grayCustom {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-grayCustom-dark {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-grayCustom-light {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-grayCustom-hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-error {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-error-light {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-success {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-status-open {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-status-waiting_payment {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-status-completed {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-status-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-status-waiting_verify {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-status-closed {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-policyStatus-issuing {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-policyStatus-waiting_inspection {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-policyStatus-success {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-policyStatus-failed_inspection {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-policyStatus-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-policyStatus-waiting_policy {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-policyStatus-cancel {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-transparent[focus-within] {
    color: transparent;
  }

  .desktop\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .desktop\:focus-within\:text-current[focus-within] {
    color: currentColor;
  }

  .desktop\:focus-within\:text-current:focus-within {
    color: currentColor;
  }

  .desktop\:focus-within\:text-black[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-white[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-gray-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-gray-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-gray-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-gray-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-gray-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-gray-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-gray-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-gray-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-gray-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-gray-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-red-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-red-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-red-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-red-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-red-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-red-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-red-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-red-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-red-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-red-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-yellow-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-yellow-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-yellow-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-yellow-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-yellow-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-yellow-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-yellow-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-yellow-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-yellow-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-yellow-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-green-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-green-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-green-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-green-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-green-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-green-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-green-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-green-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-green-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-green-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-blue-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-blue-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-blue-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-blue-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-blue-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-blue-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-blue-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-blue-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-blue-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-blue-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-indigo-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-indigo-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-indigo-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-indigo-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-indigo-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-indigo-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-indigo-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-indigo-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-indigo-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-indigo-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-purple-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-purple-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-purple-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-purple-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-purple-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-purple-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-purple-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-purple-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-purple-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-purple-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-pink-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-pink-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-pink-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-pink-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-pink-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-pink-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-pink-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-pink-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-pink-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-pink-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-primary-color[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-primary-color:focus-within {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-primary-color-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-primary-color-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-secondary-color[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-secondary-color:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-custom-gray-sm[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-custom-gray-sm:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-custom-gray-sm2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-custom-gray-sm2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-custom-gray-md[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-custom-gray-md:focus-within {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-custom-navy-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-custom-navy-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-dark-blue[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-dark-blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-primary[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-primary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-secondary-1[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-secondary-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-secondary-2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-secondary-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-secondary-3[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-secondary-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-secondary[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-secondary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-secondary-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-secondary-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-secondary-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-secondary-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-grayCustom-1[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-grayCustom-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-grayCustom-2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-grayCustom-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-grayCustom-3[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-grayCustom-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-grayCustom-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-grayCustom-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-grayCustom[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-grayCustom:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-grayCustom-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-grayCustom-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-grayCustom-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-grayCustom-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-grayCustom-hover[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-grayCustom-hover:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-error[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-error:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-error-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-error-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-warning[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-warning:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-warning-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-warning-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-success[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-success-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-success-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-status-open[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-status-open:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-status-waiting_payment[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-status-waiting_payment:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-status-completed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-status-completed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-status-failed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-status-failed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-status-waiting_verify[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-status-waiting_verify:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-status-closed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-status-closed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-policyStatus-issuing[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-policyStatus-issuing:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-policyStatus-waiting_inspection[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-policyStatus-waiting_inspection:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-policyStatus-success[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-policyStatus-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-policyStatus-failed_inspection[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-policyStatus-failed_inspection:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-policyStatus-failed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-policyStatus-failed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-policyStatus-waiting_policy[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-policyStatus-waiting_policy:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-policyStatus-cancel[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-policyStatus-cancel:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-transparent:hover {
    color: transparent;
  }

  .desktop\:hover\:text-current:hover {
    color: currentColor;
  }

  .desktop\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-green-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-primary-color:hover {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-primary-color-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-secondary-color:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-custom-gray-sm:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-custom-gray-sm2:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-custom-gray-md:hover {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-custom-navy-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-dark-blue:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-secondary-1:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-secondary-2:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-secondary-3:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-secondary:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-secondary-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-secondary-light:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-grayCustom-1:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-grayCustom-2:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-grayCustom-3:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-grayCustom-800:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-grayCustom:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-grayCustom-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-grayCustom-light:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-grayCustom-hover:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-error:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-error-light:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-warning:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-warning-light:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-success:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-success-light:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-status-open:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-status-waiting_payment:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-status-completed:hover {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-status-failed:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-status-waiting_verify:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-status-closed:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-policyStatus-issuing:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-policyStatus-waiting_inspection:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-policyStatus-success:hover {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-policyStatus-failed_inspection:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-policyStatus-failed:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-policyStatus-waiting_policy:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-policyStatus-cancel:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-transparent:focus {
    color: transparent;
  }

  .desktop\:focus\:text-current:focus {
    color: currentColor;
  }

  .desktop\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-green-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-primary-color:focus {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-primary-color-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-secondary-color:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-custom-gray-sm:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-custom-gray-sm2:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-custom-gray-md:focus {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-custom-navy-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-dark-blue:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-primary:focus {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-secondary-1:focus {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-secondary-2:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-secondary-3:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-secondary:focus {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-secondary-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-secondary-light:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-grayCustom-1:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-grayCustom-2:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-grayCustom-3:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-grayCustom-800:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-grayCustom:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-grayCustom-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-grayCustom-light:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-grayCustom-hover:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-error:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-error-light:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-warning:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-warning-light:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-success:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-success-light:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-status-open:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-status-waiting_payment:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-status-completed:focus {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-status-failed:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-status-waiting_verify:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-status-closed:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-policyStatus-issuing:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-policyStatus-waiting_inspection:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-policyStatus-success:focus {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-policyStatus-failed_inspection:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-policyStatus-failed:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-policyStatus-waiting_policy:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-policyStatus-cancel:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .desktop\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .desktop\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .desktop\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .desktop\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .desktop\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .desktop\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .desktop\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .desktop\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .desktop\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .desktop\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .desktop\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .desktop\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .desktop\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .desktop\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .desktop\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .desktop\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .desktop\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .desktop\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .desktop\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .desktop\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .desktop\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .desktop\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .desktop\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .desktop\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .desktop\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .desktop\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .desktop\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .desktop\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .desktop\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .desktop\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .desktop\:focus-within\:text-opacity-0[focus-within] {
    --tw-text-opacity: 0;
  }

  .desktop\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .desktop\:focus-within\:text-opacity-5[focus-within] {
    --tw-text-opacity: 0.05;
  }

  .desktop\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .desktop\:focus-within\:text-opacity-10[focus-within] {
    --tw-text-opacity: 0.1;
  }

  .desktop\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .desktop\:focus-within\:text-opacity-20[focus-within] {
    --tw-text-opacity: 0.2;
  }

  .desktop\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .desktop\:focus-within\:text-opacity-25[focus-within] {
    --tw-text-opacity: 0.25;
  }

  .desktop\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .desktop\:focus-within\:text-opacity-30[focus-within] {
    --tw-text-opacity: 0.3;
  }

  .desktop\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .desktop\:focus-within\:text-opacity-40[focus-within] {
    --tw-text-opacity: 0.4;
  }

  .desktop\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .desktop\:focus-within\:text-opacity-50[focus-within] {
    --tw-text-opacity: 0.5;
  }

  .desktop\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .desktop\:focus-within\:text-opacity-60[focus-within] {
    --tw-text-opacity: 0.6;
  }

  .desktop\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .desktop\:focus-within\:text-opacity-70[focus-within] {
    --tw-text-opacity: 0.7;
  }

  .desktop\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .desktop\:focus-within\:text-opacity-75[focus-within] {
    --tw-text-opacity: 0.75;
  }

  .desktop\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .desktop\:focus-within\:text-opacity-80[focus-within] {
    --tw-text-opacity: 0.8;
  }

  .desktop\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .desktop\:focus-within\:text-opacity-90[focus-within] {
    --tw-text-opacity: 0.9;
  }

  .desktop\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .desktop\:focus-within\:text-opacity-95[focus-within] {
    --tw-text-opacity: 0.95;
  }

  .desktop\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .desktop\:focus-within\:text-opacity-100[focus-within] {
    --tw-text-opacity: 1;
  }

  .desktop\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .desktop\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .desktop\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .desktop\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .desktop\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .desktop\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .desktop\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .desktop\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .desktop\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .desktop\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .desktop\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .desktop\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .desktop\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .desktop\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .desktop\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .desktop\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .desktop\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .desktop\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .desktop\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .desktop\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .desktop\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .desktop\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .desktop\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .desktop\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .desktop\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .desktop\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .desktop\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .desktop\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .desktop\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .desktop\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .desktop\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .desktop\:underline {
    text-decoration: underline;
  }

  .desktop\:line-through {
    text-decoration: line-through;
  }

  .desktop\:no-underline {
    text-decoration: none;
  }

  .group:hover .desktop\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .desktop\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .desktop\:group-hover\:no-underline {
    text-decoration: none;
  }

  .desktop\:focus-within\:underline[focus-within] {
    text-decoration: underline;
  }

  .desktop\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .desktop\:focus-within\:line-through[focus-within] {
    text-decoration: line-through;
  }

  .desktop\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .desktop\:focus-within\:no-underline[focus-within] {
    text-decoration: none;
  }

  .desktop\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .desktop\:hover\:underline:hover {
    text-decoration: underline;
  }

  .desktop\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .desktop\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .desktop\:focus\:underline:focus {
    text-decoration: underline;
  }

  .desktop\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .desktop\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .desktop\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .desktop\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .desktop\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .desktop\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .desktop\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .desktop\:placeholder-current::placeholder {
    color: currentColor;
  }

  .desktop\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-primary-color::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-primary-color::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-primary-color-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-primary-color-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-secondary-color::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-secondary-color::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-custom-gray-sm::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-custom-gray-sm::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-custom-gray-sm2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-custom-gray-sm2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-custom-gray-md::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-custom-gray-md::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-custom-navy-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-custom-navy-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-dark-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-dark-blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-primary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-secondary-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-secondary-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-secondary-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-secondary-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-secondary-3::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-secondary-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-secondary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-secondary-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-secondary-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-secondary-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-secondary-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grayCustom-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grayCustom-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grayCustom-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grayCustom-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grayCustom-3::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grayCustom-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grayCustom-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grayCustom-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grayCustom::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grayCustom::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grayCustom-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grayCustom-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grayCustom-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grayCustom-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grayCustom-hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grayCustom-hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-error::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-error::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-error-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-error-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-warning::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-warning::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-warning-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-warning-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-success-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-success-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-status-open::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-status-open::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-status-waiting_payment::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-status-waiting_payment::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-status-completed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-status-completed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-status-failed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-status-failed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-status-waiting_verify::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-status-waiting_verify::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-status-closed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-status-closed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-policyStatus-issuing::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-policyStatus-issuing::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-policyStatus-waiting_inspection::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-policyStatus-waiting_inspection::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-policyStatus-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-policyStatus-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-policyStatus-failed_inspection::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-policyStatus-failed_inspection::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-policyStatus-failed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-policyStatus-failed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-policyStatus-waiting_policy::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-policyStatus-waiting_policy::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-policyStatus-cancel::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-policyStatus-cancel::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .desktop\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .desktop\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .desktop\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .desktop\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-primary-color:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-primary-color:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-primary-color-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-primary-color-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-secondary-color:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-secondary-color:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-custom-gray-sm:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-custom-gray-sm:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-custom-gray-sm2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-custom-gray-sm2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-custom-gray-md:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-custom-gray-md:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-custom-navy-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-custom-navy-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-dark-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-dark-blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-primary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-secondary-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-secondary-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-secondary-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-secondary-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-secondary-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-secondary-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-secondary-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-secondary-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-secondary-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-secondary-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grayCustom-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grayCustom-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grayCustom-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grayCustom-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grayCustom-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grayCustom-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grayCustom-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grayCustom-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grayCustom:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grayCustom:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grayCustom-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grayCustom-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grayCustom-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grayCustom-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grayCustom-hover:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grayCustom-hover:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-error:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-error:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-error-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-error-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-warning:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-warning:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-warning-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-warning-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-success-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-success-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-status-open:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-status-open:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-status-waiting_payment:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-status-waiting_payment:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-status-completed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-status-completed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-status-failed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-status-failed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-status-waiting_verify:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-status-waiting_verify:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-status-closed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-status-closed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-policyStatus-issuing:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-policyStatus-issuing:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-policyStatus-waiting_inspection:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-policyStatus-waiting_inspection:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-policyStatus-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-policyStatus-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-policyStatus-failed_inspection:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-policyStatus-failed_inspection:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-policyStatus-failed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-policyStatus-failed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-policyStatus-waiting_policy:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-policyStatus-waiting_policy:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-policyStatus-cancel:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-policyStatus-cancel:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .desktop\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .desktop\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .desktop\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .desktop\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .desktop\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .desktop\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .desktop\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .desktop\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .desktop\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .desktop\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .desktop\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .desktop\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .desktop\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .desktop\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .desktop\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .desktop\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .desktop\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .desktop\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .desktop\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .desktop\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .desktop\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .desktop\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .desktop\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .desktop\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .desktop\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .desktop\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .desktop\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .desktop\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .desktop\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .desktop\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .desktop\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .desktop\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .desktop\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .desktop\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .desktop\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .desktop\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .desktop\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .desktop\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .desktop\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .desktop\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .desktop\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .desktop\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .desktop\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .desktop\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .desktop\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .desktop\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .desktop\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .desktop\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .desktop\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .desktop\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .desktop\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .desktop\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .desktop\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .desktop\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .desktop\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .desktop\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .desktop\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .desktop\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .desktop\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .desktop\:opacity-0 {
    opacity: 0;
  }

  .desktop\:opacity-5 {
    opacity: 0.05;
  }

  .desktop\:opacity-10 {
    opacity: 0.1;
  }

  .desktop\:opacity-20 {
    opacity: 0.2;
  }

  .desktop\:opacity-25 {
    opacity: 0.25;
  }

  .desktop\:opacity-30 {
    opacity: 0.3;
  }

  .desktop\:opacity-40 {
    opacity: 0.4;
  }

  .desktop\:opacity-50 {
    opacity: 0.5;
  }

  .desktop\:opacity-60 {
    opacity: 0.6;
  }

  .desktop\:opacity-70 {
    opacity: 0.7;
  }

  .desktop\:opacity-75 {
    opacity: 0.75;
  }

  .desktop\:opacity-80 {
    opacity: 0.8;
  }

  .desktop\:opacity-90 {
    opacity: 0.9;
  }

  .desktop\:opacity-95 {
    opacity: 0.95;
  }

  .desktop\:opacity-100 {
    opacity: 1;
  }

  .group:hover .desktop\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .desktop\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .desktop\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .desktop\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .desktop\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .desktop\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .desktop\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .desktop\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .desktop\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .desktop\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .desktop\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .desktop\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .desktop\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .desktop\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .desktop\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .desktop\:focus-within\:opacity-0[focus-within] {
    opacity: 0;
  }

  .desktop\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .desktop\:focus-within\:opacity-5[focus-within] {
    opacity: 0.05;
  }

  .desktop\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .desktop\:focus-within\:opacity-10[focus-within] {
    opacity: 0.1;
  }

  .desktop\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .desktop\:focus-within\:opacity-20[focus-within] {
    opacity: 0.2;
  }

  .desktop\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .desktop\:focus-within\:opacity-25[focus-within] {
    opacity: 0.25;
  }

  .desktop\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .desktop\:focus-within\:opacity-30[focus-within] {
    opacity: 0.3;
  }

  .desktop\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .desktop\:focus-within\:opacity-40[focus-within] {
    opacity: 0.4;
  }

  .desktop\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .desktop\:focus-within\:opacity-50[focus-within] {
    opacity: 0.5;
  }

  .desktop\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .desktop\:focus-within\:opacity-60[focus-within] {
    opacity: 0.6;
  }

  .desktop\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .desktop\:focus-within\:opacity-70[focus-within] {
    opacity: 0.7;
  }

  .desktop\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .desktop\:focus-within\:opacity-75[focus-within] {
    opacity: 0.75;
  }

  .desktop\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .desktop\:focus-within\:opacity-80[focus-within] {
    opacity: 0.8;
  }

  .desktop\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .desktop\:focus-within\:opacity-90[focus-within] {
    opacity: 0.9;
  }

  .desktop\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .desktop\:focus-within\:opacity-95[focus-within] {
    opacity: 0.95;
  }

  .desktop\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .desktop\:focus-within\:opacity-100[focus-within] {
    opacity: 1;
  }

  .desktop\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .desktop\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .desktop\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .desktop\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .desktop\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .desktop\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .desktop\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .desktop\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .desktop\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .desktop\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .desktop\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .desktop\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .desktop\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .desktop\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .desktop\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .desktop\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .desktop\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .desktop\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .desktop\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .desktop\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .desktop\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .desktop\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .desktop\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .desktop\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .desktop\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .desktop\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .desktop\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .desktop\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .desktop\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .desktop\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .desktop\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .desktop\:disabled\:opacity-0:disabled {
    opacity: 0;
  }

  .desktop\:disabled\:opacity-5:disabled {
    opacity: 0.05;
  }

  .desktop\:disabled\:opacity-10:disabled {
    opacity: 0.1;
  }

  .desktop\:disabled\:opacity-20:disabled {
    opacity: 0.2;
  }

  .desktop\:disabled\:opacity-25:disabled {
    opacity: 0.25;
  }

  .desktop\:disabled\:opacity-30:disabled {
    opacity: 0.3;
  }

  .desktop\:disabled\:opacity-40:disabled {
    opacity: 0.4;
  }

  .desktop\:disabled\:opacity-50:disabled {
    opacity: 0.5;
  }

  .desktop\:disabled\:opacity-60:disabled {
    opacity: 0.6;
  }

  .desktop\:disabled\:opacity-70:disabled {
    opacity: 0.7;
  }

  .desktop\:disabled\:opacity-75:disabled {
    opacity: 0.75;
  }

  .desktop\:disabled\:opacity-80:disabled {
    opacity: 0.8;
  }

  .desktop\:disabled\:opacity-90:disabled {
    opacity: 0.9;
  }

  .desktop\:disabled\:opacity-95:disabled {
    opacity: 0.95;
  }

  .desktop\:disabled\:opacity-100:disabled {
    opacity: 1;
  }

  .desktop\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .desktop\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .desktop\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .desktop\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .desktop\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .desktop\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .desktop\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .desktop\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .desktop\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .desktop\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .desktop\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .desktop\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .desktop\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .desktop\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .desktop\:bg-blend-color {
    background-blend-mode: color;
  }

  .desktop\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .desktop\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .desktop\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .desktop\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .desktop\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .desktop\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .desktop\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .desktop\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .desktop\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .desktop\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .desktop\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .desktop\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .desktop\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .desktop\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .desktop\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .desktop\:mix-blend-color {
    mix-blend-mode: color;
  }

  .desktop\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .desktop\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:shadow-none {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:shadow-button {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:shadow-button-hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:shadow-secondary-tag {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:shadow-gray {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .desktop\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .desktop\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .desktop\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .desktop\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .desktop\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .desktop\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .desktop\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .desktop\:group-hover\:shadow-none {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .desktop\:group-hover\:shadow-button {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .desktop\:group-hover\:shadow-button-hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .desktop\:group-hover\:shadow-secondary-tag {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .desktop\:group-hover\:shadow-gray {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:focus-within\:shadow-sm[focus-within] {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:focus-within\:shadow[focus-within] {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:focus-within\:shadow-md[focus-within] {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:focus-within\:shadow-lg[focus-within] {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:focus-within\:shadow-xl[focus-within] {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:focus-within\:shadow-2xl[focus-within] {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:focus-within\:shadow-inner[focus-within] {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:focus-within\:shadow-none[focus-within] {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:focus-within\:shadow-button[focus-within] {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:focus-within\:shadow-button:focus-within {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:focus-within\:shadow-button-hover[focus-within] {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:focus-within\:shadow-button-hover:focus-within {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:focus-within\:shadow-secondary-tag[focus-within] {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:focus-within\:shadow-secondary-tag:focus-within {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:focus-within\:shadow-gray[focus-within] {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:focus-within\:shadow-gray:focus-within {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:hover\:shadow-button:hover {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:hover\:shadow-button-hover:hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:hover\:shadow-secondary-tag:hover {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:hover\:shadow-gray:hover {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:focus\:shadow-button:focus {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:focus\:shadow-button-hover:focus {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:focus\:shadow-secondary-tag:focus {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:focus\:shadow-gray:focus {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .desktop\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .desktop\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .desktop\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .desktop\:focus-within\:outline-none[focus-within] {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .desktop\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .desktop\:focus-within\:outline-white[focus-within] {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .desktop\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .desktop\:focus-within\:outline-black[focus-within] {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .desktop\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .desktop\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .desktop\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .desktop\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .desktop\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .desktop\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .desktop\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .desktop\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .desktop\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .desktop\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .desktop\:focus-within\:ring-0[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .desktop\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .desktop\:focus-within\:ring-1[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .desktop\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .desktop\:focus-within\:ring-2[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .desktop\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .desktop\:focus-within\:ring-4[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .desktop\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .desktop\:focus-within\:ring-8[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .desktop\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .desktop\:focus-within\:ring[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .desktop\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .desktop\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .desktop\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .desktop\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .desktop\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .desktop\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .desktop\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .desktop\:ring-inset {
    --tw-ring-inset: inset;
  }

  .desktop\:focus-within\:ring-inset[focus-within] {
    --tw-ring-inset: inset;
  }

  .desktop\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .desktop\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .desktop\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .desktop\:ring-current {
    --tw-ring-color: currentColor;
  }

  .desktop\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .desktop\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .desktop\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .desktop\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .desktop\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .desktop\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .desktop\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .desktop\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .desktop\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .desktop\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .desktop\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .desktop\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .desktop\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .desktop\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .desktop\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .desktop\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .desktop\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .desktop\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .desktop\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .desktop\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .desktop\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .desktop\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .desktop\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .desktop\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .desktop\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .desktop\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .desktop\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .desktop\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .desktop\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .desktop\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .desktop\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .desktop\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .desktop\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .desktop\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .desktop\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .desktop\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .desktop\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .desktop\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .desktop\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .desktop\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .desktop\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .desktop\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .desktop\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .desktop\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .desktop\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .desktop\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .desktop\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .desktop\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .desktop\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .desktop\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .desktop\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .desktop\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .desktop\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .desktop\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .desktop\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .desktop\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .desktop\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .desktop\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .desktop\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .desktop\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .desktop\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .desktop\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .desktop\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .desktop\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .desktop\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .desktop\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .desktop\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .desktop\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .desktop\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .desktop\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .desktop\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .desktop\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .desktop\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .desktop\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .desktop\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .desktop\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .desktop\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .desktop\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .desktop\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .desktop\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .desktop\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .desktop\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .desktop\:ring-primary-color {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .desktop\:ring-primary-color-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .desktop\:ring-secondary-color {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .desktop\:ring-custom-gray-sm {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .desktop\:ring-custom-gray-sm2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .desktop\:ring-custom-gray-md {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .desktop\:ring-custom-navy-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .desktop\:ring-dark-blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .desktop\:ring-primary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .desktop\:ring-secondary-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .desktop\:ring-secondary-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .desktop\:ring-secondary-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .desktop\:ring-secondary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .desktop\:ring-secondary-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .desktop\:ring-secondary-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .desktop\:ring-grayCustom-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .desktop\:ring-grayCustom-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .desktop\:ring-grayCustom-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .desktop\:ring-grayCustom-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .desktop\:ring-grayCustom {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .desktop\:ring-grayCustom-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .desktop\:ring-grayCustom-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .desktop\:ring-grayCustom-hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .desktop\:ring-error {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .desktop\:ring-error-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .desktop\:ring-warning {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .desktop\:ring-warning-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .desktop\:ring-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .desktop\:ring-success-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .desktop\:ring-status-open {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .desktop\:ring-status-waiting_payment {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .desktop\:ring-status-completed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .desktop\:ring-status-failed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .desktop\:ring-status-waiting_verify {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .desktop\:ring-status-closed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .desktop\:ring-policyStatus-issuing {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .desktop\:ring-policyStatus-waiting_inspection {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .desktop\:ring-policyStatus-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .desktop\:ring-policyStatus-failed_inspection {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .desktop\:ring-policyStatus-failed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .desktop\:ring-policyStatus-waiting_policy {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .desktop\:ring-policyStatus-cancel {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-transparent[focus-within] {
    --tw-ring-color: transparent;
  }

  .desktop\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .desktop\:focus-within\:ring-current[focus-within] {
    --tw-ring-color: currentColor;
  }

  .desktop\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor;
  }

  .desktop\:focus-within\:ring-black[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-white[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-gray-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-gray-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-gray-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-gray-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-gray-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-gray-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-gray-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-gray-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-gray-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-gray-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-red-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-red-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-red-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-red-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-red-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-red-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-red-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-red-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-red-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-red-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-yellow-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-yellow-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-yellow-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-yellow-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-yellow-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-yellow-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-yellow-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-yellow-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-yellow-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-yellow-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-green-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-green-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-green-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-green-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-green-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-green-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-green-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-green-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-green-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-green-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-blue-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-blue-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-blue-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-blue-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-blue-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-blue-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-blue-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-blue-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-blue-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-blue-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-indigo-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-indigo-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-indigo-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-indigo-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-indigo-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-indigo-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-indigo-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-indigo-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-indigo-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-indigo-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-purple-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-purple-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-purple-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-purple-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-purple-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-purple-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-purple-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-purple-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-purple-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-purple-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-pink-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-pink-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-pink-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-pink-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-pink-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-pink-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-pink-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-pink-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-pink-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-pink-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-primary-color[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-primary-color:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-primary-color-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-primary-color-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-secondary-color[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-secondary-color:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-custom-gray-sm[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-custom-gray-sm:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-custom-gray-sm2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-custom-gray-sm2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-custom-gray-md[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-custom-gray-md:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-custom-navy-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-custom-navy-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-dark-blue[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-dark-blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-primary[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-primary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-secondary-1[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-secondary-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-secondary-2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-secondary-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-secondary-3[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-secondary-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-secondary[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-secondary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-secondary-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-secondary-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-secondary-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-secondary-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-grayCustom-1[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-grayCustom-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-grayCustom-2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-grayCustom-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-grayCustom-3[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-grayCustom-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-grayCustom-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-grayCustom-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-grayCustom[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-grayCustom:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-grayCustom-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-grayCustom-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-grayCustom-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-grayCustom-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-grayCustom-hover[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-grayCustom-hover:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-error[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-error:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-error-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-error-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-warning[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-warning:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-warning-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-warning-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-success[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-success-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-success-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-status-open[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-status-open:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-status-waiting_payment[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-status-waiting_payment:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-status-completed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-status-completed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-status-failed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-status-failed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-status-waiting_verify[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-status-waiting_verify:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-status-closed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-status-closed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-policyStatus-issuing[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-policyStatus-issuing:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-policyStatus-waiting_inspection[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-policyStatus-waiting_inspection:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-policyStatus-success[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-policyStatus-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-policyStatus-failed_inspection[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-policyStatus-failed_inspection:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-policyStatus-failed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-policyStatus-failed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-policyStatus-waiting_policy[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-policyStatus-waiting_policy:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-policyStatus-cancel[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-policyStatus-cancel:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .desktop\:focus\:ring-current:focus {
    --tw-ring-color: currentColor;
  }

  .desktop\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-primary-color:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-primary-color-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-secondary-color:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-custom-gray-sm:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-custom-gray-sm2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-custom-gray-md:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-custom-navy-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-dark-blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-primary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-secondary-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-secondary-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-secondary-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-secondary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-secondary-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-secondary-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-grayCustom-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-grayCustom-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-grayCustom-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-grayCustom-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-grayCustom:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-grayCustom-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-grayCustom-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-grayCustom-hover:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-error:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-error-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-warning:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-warning-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-success-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-status-open:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-status-waiting_payment:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-status-completed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-status-failed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-status-waiting_verify:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-status-closed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-policyStatus-issuing:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-policyStatus-waiting_inspection:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-policyStatus-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-policyStatus-failed_inspection:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-policyStatus-failed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-policyStatus-waiting_policy:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-policyStatus-cancel:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .desktop\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .desktop\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .desktop\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .desktop\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .desktop\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .desktop\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .desktop\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .desktop\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .desktop\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .desktop\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .desktop\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .desktop\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .desktop\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .desktop\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .desktop\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .desktop\:focus-within\:ring-opacity-0[focus-within] {
    --tw-ring-opacity: 0;
  }

  .desktop\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .desktop\:focus-within\:ring-opacity-5[focus-within] {
    --tw-ring-opacity: 0.05;
  }

  .desktop\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .desktop\:focus-within\:ring-opacity-10[focus-within] {
    --tw-ring-opacity: 0.1;
  }

  .desktop\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .desktop\:focus-within\:ring-opacity-20[focus-within] {
    --tw-ring-opacity: 0.2;
  }

  .desktop\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .desktop\:focus-within\:ring-opacity-25[focus-within] {
    --tw-ring-opacity: 0.25;
  }

  .desktop\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .desktop\:focus-within\:ring-opacity-30[focus-within] {
    --tw-ring-opacity: 0.3;
  }

  .desktop\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .desktop\:focus-within\:ring-opacity-40[focus-within] {
    --tw-ring-opacity: 0.4;
  }

  .desktop\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .desktop\:focus-within\:ring-opacity-50[focus-within] {
    --tw-ring-opacity: 0.5;
  }

  .desktop\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .desktop\:focus-within\:ring-opacity-60[focus-within] {
    --tw-ring-opacity: 0.6;
  }

  .desktop\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .desktop\:focus-within\:ring-opacity-70[focus-within] {
    --tw-ring-opacity: 0.7;
  }

  .desktop\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .desktop\:focus-within\:ring-opacity-75[focus-within] {
    --tw-ring-opacity: 0.75;
  }

  .desktop\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .desktop\:focus-within\:ring-opacity-80[focus-within] {
    --tw-ring-opacity: 0.8;
  }

  .desktop\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .desktop\:focus-within\:ring-opacity-90[focus-within] {
    --tw-ring-opacity: 0.9;
  }

  .desktop\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .desktop\:focus-within\:ring-opacity-95[focus-within] {
    --tw-ring-opacity: 0.95;
  }

  .desktop\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .desktop\:focus-within\:ring-opacity-100[focus-within] {
    --tw-ring-opacity: 1;
  }

  .desktop\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .desktop\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .desktop\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .desktop\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .desktop\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .desktop\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .desktop\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .desktop\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .desktop\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .desktop\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .desktop\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .desktop\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .desktop\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .desktop\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .desktop\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .desktop\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .desktop\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .desktop\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .desktop\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .desktop\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .desktop\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .desktop\:focus-within\:ring-offset-0[focus-within] {
    --tw-ring-offset-width: 0px;
  }

  .desktop\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .desktop\:focus-within\:ring-offset-1[focus-within] {
    --tw-ring-offset-width: 1px;
  }

  .desktop\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .desktop\:focus-within\:ring-offset-2[focus-within] {
    --tw-ring-offset-width: 2px;
  }

  .desktop\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .desktop\:focus-within\:ring-offset-4[focus-within] {
    --tw-ring-offset-width: 4px;
  }

  .desktop\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .desktop\:focus-within\:ring-offset-8[focus-within] {
    --tw-ring-offset-width: 8px;
  }

  .desktop\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .desktop\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .desktop\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .desktop\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .desktop\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .desktop\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .desktop\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .desktop\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }

  .desktop\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .desktop\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .desktop\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f9fafb;
  }

  .desktop\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f3f4f6;
  }

  .desktop\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e5e7eb;
  }

  .desktop\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d1d5db;
  }

  .desktop\:ring-offset-gray-400 {
    --tw-ring-offset-color: #9ca3af;
  }

  .desktop\:ring-offset-gray-500 {
    --tw-ring-offset-color: #6b7280;
  }

  .desktop\:ring-offset-gray-600 {
    --tw-ring-offset-color: #4b5563;
  }

  .desktop\:ring-offset-gray-700 {
    --tw-ring-offset-color: #374151;
  }

  .desktop\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .desktop\:ring-offset-gray-900 {
    --tw-ring-offset-color: #111827;
  }

  .desktop\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .desktop\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .desktop\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .desktop\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .desktop\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .desktop\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .desktop\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .desktop\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .desktop\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .desktop\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .desktop\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .desktop\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .desktop\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .desktop\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .desktop\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .desktop\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .desktop\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }

  .desktop\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }

  .desktop\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }

  .desktop\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }

  .desktop\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .desktop\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .desktop\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .desktop\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .desktop\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }

  .desktop\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }

  .desktop\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }

  .desktop\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }

  .desktop\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }

  .desktop\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .desktop\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .desktop\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .desktop\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .desktop\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .desktop\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .desktop\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .desktop\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .desktop\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .desktop\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .desktop\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .desktop\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .desktop\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .desktop\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .desktop\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .desktop\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .desktop\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .desktop\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .desktop\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .desktop\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .desktop\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .desktop\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .desktop\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .desktop\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .desktop\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .desktop\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .desktop\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .desktop\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .desktop\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .desktop\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .desktop\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .desktop\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .desktop\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .desktop\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .desktop\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .desktop\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .desktop\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .desktop\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .desktop\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .desktop\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .desktop\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .desktop\:ring-offset-primary-color {
    --tw-ring-offset-color: #eb008b;
  }

  .desktop\:ring-offset-primary-color-dark {
    --tw-ring-offset-color: #c90068;
  }

  .desktop\:ring-offset-secondary-color {
    --tw-ring-offset-color: #112e42;
  }

  .desktop\:ring-offset-custom-gray-sm {
    --tw-ring-offset-color: #f1f4f6;
  }

  .desktop\:ring-offset-custom-gray-sm2 {
    --tw-ring-offset-color: #f1f2f3;
  }

  .desktop\:ring-offset-custom-gray-md {
    --tw-ring-offset-color: #848484;
  }

  .desktop\:ring-offset-custom-navy-dark {
    --tw-ring-offset-color: #112e42;
  }

  .desktop\:ring-offset-dark-blue {
    --tw-ring-offset-color: #112E42;
  }

  .desktop\:ring-offset-primary {
    --tw-ring-offset-color: #192D40;
  }

  .desktop\:ring-offset-secondary-1 {
    --tw-ring-offset-color: #E6007E;
  }

  .desktop\:ring-offset-secondary-2 {
    --tw-ring-offset-color: #D6D564;
  }

  .desktop\:ring-offset-secondary-3 {
    --tw-ring-offset-color: #FCFCCD;
  }

  .desktop\:ring-offset-secondary {
    --tw-ring-offset-color: #E6007E;
  }

  .desktop\:ring-offset-secondary-dark {
    --tw-ring-offset-color: #C11A7D;
  }

  .desktop\:ring-offset-secondary-light {
    --tw-ring-offset-color: #FBCEE9;
  }

  .desktop\:ring-offset-grayCustom-1 {
    --tw-ring-offset-color: #4F4F4F;
  }

  .desktop\:ring-offset-grayCustom-2 {
    --tw-ring-offset-color: #C4C4C4;
  }

  .desktop\:ring-offset-grayCustom-3 {
    --tw-ring-offset-color: #F9F9F9;
  }

  .desktop\:ring-offset-grayCustom-800 {
    --tw-ring-offset-color: #4F4F4F;
  }

  .desktop\:ring-offset-grayCustom {
    --tw-ring-offset-color: #C4C4C4;
  }

  .desktop\:ring-offset-grayCustom-dark {
    --tw-ring-offset-color: #4F4F4F;
  }

  .desktop\:ring-offset-grayCustom-light {
    --tw-ring-offset-color: #F9F9F9;
  }

  .desktop\:ring-offset-grayCustom-hover {
    --tw-ring-offset-color: #9F9F9F;
  }

  .desktop\:ring-offset-error {
    --tw-ring-offset-color: #FF206E;
  }

  .desktop\:ring-offset-error-light {
    --tw-ring-offset-color: #FDE8EA;
  }

  .desktop\:ring-offset-warning {
    --tw-ring-offset-color: #FFAE14;
  }

  .desktop\:ring-offset-warning-light {
    --tw-ring-offset-color: #FFF6E5;
  }

  .desktop\:ring-offset-success {
    --tw-ring-offset-color: #2DD881;
  }

  .desktop\:ring-offset-success-light {
    --tw-ring-offset-color: #E9FBF2;
  }

  .desktop\:ring-offset-status-open {
    --tw-ring-offset-color: #FFF;
  }

  .desktop\:ring-offset-status-waiting_payment {
    --tw-ring-offset-color: #ffae14;
  }

  .desktop\:ring-offset-status-completed {
    --tw-ring-offset-color: #54c1bb;
  }

  .desktop\:ring-offset-status-failed {
    --tw-ring-offset-color: #e8556b;
  }

  .desktop\:ring-offset-status-waiting_verify {
    --tw-ring-offset-color: #ffae14;
  }

  .desktop\:ring-offset-status-closed {
    --tw-ring-offset-color: #c4c4c4;
  }

  .desktop\:ring-offset-policyStatus-issuing {
    --tw-ring-offset-color: #FFF;
  }

  .desktop\:ring-offset-policyStatus-waiting_inspection {
    --tw-ring-offset-color: #ffae14;
  }

  .desktop\:ring-offset-policyStatus-success {
    --tw-ring-offset-color: #54c1bb;
  }

  .desktop\:ring-offset-policyStatus-failed_inspection {
    --tw-ring-offset-color: #e8556b;
  }

  .desktop\:ring-offset-policyStatus-failed {
    --tw-ring-offset-color: #e8556b;
  }

  .desktop\:ring-offset-policyStatus-waiting_policy {
    --tw-ring-offset-color: #ffae14;
  }

  .desktop\:ring-offset-policyStatus-cancel {
    --tw-ring-offset-color: #c4c4c4;
  }

  .desktop\:focus-within\:ring-offset-transparent[focus-within] {
    --tw-ring-offset-color: transparent;
  }

  .desktop\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .desktop\:focus-within\:ring-offset-current[focus-within] {
    --tw-ring-offset-color: currentColor;
  }

  .desktop\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }

  .desktop\:focus-within\:ring-offset-black[focus-within] {
    --tw-ring-offset-color: #000;
  }

  .desktop\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .desktop\:focus-within\:ring-offset-white[focus-within] {
    --tw-ring-offset-color: #fff;
  }

  .desktop\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .desktop\:focus-within\:ring-offset-gray-50[focus-within] {
    --tw-ring-offset-color: #f9fafb;
  }

  .desktop\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f9fafb;
  }

  .desktop\:focus-within\:ring-offset-gray-100[focus-within] {
    --tw-ring-offset-color: #f3f4f6;
  }

  .desktop\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6;
  }

  .desktop\:focus-within\:ring-offset-gray-200[focus-within] {
    --tw-ring-offset-color: #e5e7eb;
  }

  .desktop\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb;
  }

  .desktop\:focus-within\:ring-offset-gray-300[focus-within] {
    --tw-ring-offset-color: #d1d5db;
  }

  .desktop\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d1d5db;
  }

  .desktop\:focus-within\:ring-offset-gray-400[focus-within] {
    --tw-ring-offset-color: #9ca3af;
  }

  .desktop\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #9ca3af;
  }

  .desktop\:focus-within\:ring-offset-gray-500[focus-within] {
    --tw-ring-offset-color: #6b7280;
  }

  .desktop\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #6b7280;
  }

  .desktop\:focus-within\:ring-offset-gray-600[focus-within] {
    --tw-ring-offset-color: #4b5563;
  }

  .desktop\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #4b5563;
  }

  .desktop\:focus-within\:ring-offset-gray-700[focus-within] {
    --tw-ring-offset-color: #374151;
  }

  .desktop\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #374151;
  }

  .desktop\:focus-within\:ring-offset-gray-800[focus-within] {
    --tw-ring-offset-color: #1f2937;
  }

  .desktop\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #1f2937;
  }

  .desktop\:focus-within\:ring-offset-gray-900[focus-within] {
    --tw-ring-offset-color: #111827;
  }

  .desktop\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #111827;
  }

  .desktop\:focus-within\:ring-offset-red-50[focus-within] {
    --tw-ring-offset-color: #fef2f2;
  }

  .desktop\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .desktop\:focus-within\:ring-offset-red-100[focus-within] {
    --tw-ring-offset-color: #fee2e2;
  }

  .desktop\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .desktop\:focus-within\:ring-offset-red-200[focus-within] {
    --tw-ring-offset-color: #fecaca;
  }

  .desktop\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .desktop\:focus-within\:ring-offset-red-300[focus-within] {
    --tw-ring-offset-color: #fca5a5;
  }

  .desktop\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .desktop\:focus-within\:ring-offset-red-400[focus-within] {
    --tw-ring-offset-color: #f87171;
  }

  .desktop\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .desktop\:focus-within\:ring-offset-red-500[focus-within] {
    --tw-ring-offset-color: #ef4444;
  }

  .desktop\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .desktop\:focus-within\:ring-offset-red-600[focus-within] {
    --tw-ring-offset-color: #dc2626;
  }

  .desktop\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .desktop\:focus-within\:ring-offset-red-700[focus-within] {
    --tw-ring-offset-color: #b91c1c;
  }

  .desktop\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .desktop\:focus-within\:ring-offset-red-800[focus-within] {
    --tw-ring-offset-color: #991b1b;
  }

  .desktop\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .desktop\:focus-within\:ring-offset-red-900[focus-within] {
    --tw-ring-offset-color: #7f1d1d;
  }

  .desktop\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .desktop\:focus-within\:ring-offset-yellow-50[focus-within] {
    --tw-ring-offset-color: #fffbeb;
  }

  .desktop\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .desktop\:focus-within\:ring-offset-yellow-100[focus-within] {
    --tw-ring-offset-color: #fef3c7;
  }

  .desktop\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .desktop\:focus-within\:ring-offset-yellow-200[focus-within] {
    --tw-ring-offset-color: #fde68a;
  }

  .desktop\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .desktop\:focus-within\:ring-offset-yellow-300[focus-within] {
    --tw-ring-offset-color: #fcd34d;
  }

  .desktop\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .desktop\:focus-within\:ring-offset-yellow-400[focus-within] {
    --tw-ring-offset-color: #fbbf24;
  }

  .desktop\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .desktop\:focus-within\:ring-offset-yellow-500[focus-within] {
    --tw-ring-offset-color: #f59e0b;
  }

  .desktop\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .desktop\:focus-within\:ring-offset-yellow-600[focus-within] {
    --tw-ring-offset-color: #d97706;
  }

  .desktop\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .desktop\:focus-within\:ring-offset-yellow-700[focus-within] {
    --tw-ring-offset-color: #b45309;
  }

  .desktop\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .desktop\:focus-within\:ring-offset-yellow-800[focus-within] {
    --tw-ring-offset-color: #92400e;
  }

  .desktop\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .desktop\:focus-within\:ring-offset-yellow-900[focus-within] {
    --tw-ring-offset-color: #78350f;
  }

  .desktop\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .desktop\:focus-within\:ring-offset-green-50[focus-within] {
    --tw-ring-offset-color: #ecfdf5;
  }

  .desktop\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .desktop\:focus-within\:ring-offset-green-100[focus-within] {
    --tw-ring-offset-color: #d1fae5;
  }

  .desktop\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .desktop\:focus-within\:ring-offset-green-200[focus-within] {
    --tw-ring-offset-color: #a7f3d0;
  }

  .desktop\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .desktop\:focus-within\:ring-offset-green-300[focus-within] {
    --tw-ring-offset-color: #6ee7b7;
  }

  .desktop\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .desktop\:focus-within\:ring-offset-green-400[focus-within] {
    --tw-ring-offset-color: #34d399;
  }

  .desktop\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .desktop\:focus-within\:ring-offset-green-500[focus-within] {
    --tw-ring-offset-color: #10b981;
  }

  .desktop\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .desktop\:focus-within\:ring-offset-green-600[focus-within] {
    --tw-ring-offset-color: #059669;
  }

  .desktop\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .desktop\:focus-within\:ring-offset-green-700[focus-within] {
    --tw-ring-offset-color: #047857;
  }

  .desktop\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .desktop\:focus-within\:ring-offset-green-800[focus-within] {
    --tw-ring-offset-color: #065f46;
  }

  .desktop\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .desktop\:focus-within\:ring-offset-green-900[focus-within] {
    --tw-ring-offset-color: #064e3b;
  }

  .desktop\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .desktop\:focus-within\:ring-offset-blue-50[focus-within] {
    --tw-ring-offset-color: #eff6ff;
  }

  .desktop\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .desktop\:focus-within\:ring-offset-blue-100[focus-within] {
    --tw-ring-offset-color: #dbeafe;
  }

  .desktop\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .desktop\:focus-within\:ring-offset-blue-200[focus-within] {
    --tw-ring-offset-color: #bfdbfe;
  }

  .desktop\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .desktop\:focus-within\:ring-offset-blue-300[focus-within] {
    --tw-ring-offset-color: #93c5fd;
  }

  .desktop\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .desktop\:focus-within\:ring-offset-blue-400[focus-within] {
    --tw-ring-offset-color: #60a5fa;
  }

  .desktop\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .desktop\:focus-within\:ring-offset-blue-500[focus-within] {
    --tw-ring-offset-color: #3b82f6;
  }

  .desktop\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .desktop\:focus-within\:ring-offset-blue-600[focus-within] {
    --tw-ring-offset-color: #2563eb;
  }

  .desktop\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .desktop\:focus-within\:ring-offset-blue-700[focus-within] {
    --tw-ring-offset-color: #1d4ed8;
  }

  .desktop\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .desktop\:focus-within\:ring-offset-blue-800[focus-within] {
    --tw-ring-offset-color: #1e40af;
  }

  .desktop\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .desktop\:focus-within\:ring-offset-blue-900[focus-within] {
    --tw-ring-offset-color: #1e3a8a;
  }

  .desktop\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .desktop\:focus-within\:ring-offset-indigo-50[focus-within] {
    --tw-ring-offset-color: #eef2ff;
  }

  .desktop\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .desktop\:focus-within\:ring-offset-indigo-100[focus-within] {
    --tw-ring-offset-color: #e0e7ff;
  }

  .desktop\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .desktop\:focus-within\:ring-offset-indigo-200[focus-within] {
    --tw-ring-offset-color: #c7d2fe;
  }

  .desktop\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .desktop\:focus-within\:ring-offset-indigo-300[focus-within] {
    --tw-ring-offset-color: #a5b4fc;
  }

  .desktop\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .desktop\:focus-within\:ring-offset-indigo-400[focus-within] {
    --tw-ring-offset-color: #818cf8;
  }

  .desktop\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .desktop\:focus-within\:ring-offset-indigo-500[focus-within] {
    --tw-ring-offset-color: #6366f1;
  }

  .desktop\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .desktop\:focus-within\:ring-offset-indigo-600[focus-within] {
    --tw-ring-offset-color: #4f46e5;
  }

  .desktop\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .desktop\:focus-within\:ring-offset-indigo-700[focus-within] {
    --tw-ring-offset-color: #4338ca;
  }

  .desktop\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .desktop\:focus-within\:ring-offset-indigo-800[focus-within] {
    --tw-ring-offset-color: #3730a3;
  }

  .desktop\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .desktop\:focus-within\:ring-offset-indigo-900[focus-within] {
    --tw-ring-offset-color: #312e81;
  }

  .desktop\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .desktop\:focus-within\:ring-offset-purple-50[focus-within] {
    --tw-ring-offset-color: #f5f3ff;
  }

  .desktop\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .desktop\:focus-within\:ring-offset-purple-100[focus-within] {
    --tw-ring-offset-color: #ede9fe;
  }

  .desktop\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .desktop\:focus-within\:ring-offset-purple-200[focus-within] {
    --tw-ring-offset-color: #ddd6fe;
  }

  .desktop\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .desktop\:focus-within\:ring-offset-purple-300[focus-within] {
    --tw-ring-offset-color: #c4b5fd;
  }

  .desktop\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .desktop\:focus-within\:ring-offset-purple-400[focus-within] {
    --tw-ring-offset-color: #a78bfa;
  }

  .desktop\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .desktop\:focus-within\:ring-offset-purple-500[focus-within] {
    --tw-ring-offset-color: #8b5cf6;
  }

  .desktop\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .desktop\:focus-within\:ring-offset-purple-600[focus-within] {
    --tw-ring-offset-color: #7c3aed;
  }

  .desktop\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .desktop\:focus-within\:ring-offset-purple-700[focus-within] {
    --tw-ring-offset-color: #6d28d9;
  }

  .desktop\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .desktop\:focus-within\:ring-offset-purple-800[focus-within] {
    --tw-ring-offset-color: #5b21b6;
  }

  .desktop\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .desktop\:focus-within\:ring-offset-purple-900[focus-within] {
    --tw-ring-offset-color: #4c1d95;
  }

  .desktop\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .desktop\:focus-within\:ring-offset-pink-50[focus-within] {
    --tw-ring-offset-color: #fdf2f8;
  }

  .desktop\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .desktop\:focus-within\:ring-offset-pink-100[focus-within] {
    --tw-ring-offset-color: #fce7f3;
  }

  .desktop\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .desktop\:focus-within\:ring-offset-pink-200[focus-within] {
    --tw-ring-offset-color: #fbcfe8;
  }

  .desktop\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .desktop\:focus-within\:ring-offset-pink-300[focus-within] {
    --tw-ring-offset-color: #f9a8d4;
  }

  .desktop\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .desktop\:focus-within\:ring-offset-pink-400[focus-within] {
    --tw-ring-offset-color: #f472b6;
  }

  .desktop\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .desktop\:focus-within\:ring-offset-pink-500[focus-within] {
    --tw-ring-offset-color: #ec4899;
  }

  .desktop\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .desktop\:focus-within\:ring-offset-pink-600[focus-within] {
    --tw-ring-offset-color: #db2777;
  }

  .desktop\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .desktop\:focus-within\:ring-offset-pink-700[focus-within] {
    --tw-ring-offset-color: #be185d;
  }

  .desktop\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .desktop\:focus-within\:ring-offset-pink-800[focus-within] {
    --tw-ring-offset-color: #9d174d;
  }

  .desktop\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .desktop\:focus-within\:ring-offset-pink-900[focus-within] {
    --tw-ring-offset-color: #831843;
  }

  .desktop\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .desktop\:focus-within\:ring-offset-primary-color[focus-within] {
    --tw-ring-offset-color: #eb008b;
  }

  .desktop\:focus-within\:ring-offset-primary-color:focus-within {
    --tw-ring-offset-color: #eb008b;
  }

  .desktop\:focus-within\:ring-offset-primary-color-dark[focus-within] {
    --tw-ring-offset-color: #c90068;
  }

  .desktop\:focus-within\:ring-offset-primary-color-dark:focus-within {
    --tw-ring-offset-color: #c90068;
  }

  .desktop\:focus-within\:ring-offset-secondary-color[focus-within] {
    --tw-ring-offset-color: #112e42;
  }

  .desktop\:focus-within\:ring-offset-secondary-color:focus-within {
    --tw-ring-offset-color: #112e42;
  }

  .desktop\:focus-within\:ring-offset-custom-gray-sm[focus-within] {
    --tw-ring-offset-color: #f1f4f6;
  }

  .desktop\:focus-within\:ring-offset-custom-gray-sm:focus-within {
    --tw-ring-offset-color: #f1f4f6;
  }

  .desktop\:focus-within\:ring-offset-custom-gray-sm2[focus-within] {
    --tw-ring-offset-color: #f1f2f3;
  }

  .desktop\:focus-within\:ring-offset-custom-gray-sm2:focus-within {
    --tw-ring-offset-color: #f1f2f3;
  }

  .desktop\:focus-within\:ring-offset-custom-gray-md[focus-within] {
    --tw-ring-offset-color: #848484;
  }

  .desktop\:focus-within\:ring-offset-custom-gray-md:focus-within {
    --tw-ring-offset-color: #848484;
  }

  .desktop\:focus-within\:ring-offset-custom-navy-dark[focus-within] {
    --tw-ring-offset-color: #112e42;
  }

  .desktop\:focus-within\:ring-offset-custom-navy-dark:focus-within {
    --tw-ring-offset-color: #112e42;
  }

  .desktop\:focus-within\:ring-offset-dark-blue[focus-within] {
    --tw-ring-offset-color: #112E42;
  }

  .desktop\:focus-within\:ring-offset-dark-blue:focus-within {
    --tw-ring-offset-color: #112E42;
  }

  .desktop\:focus-within\:ring-offset-primary[focus-within] {
    --tw-ring-offset-color: #192D40;
  }

  .desktop\:focus-within\:ring-offset-primary:focus-within {
    --tw-ring-offset-color: #192D40;
  }

  .desktop\:focus-within\:ring-offset-secondary-1[focus-within] {
    --tw-ring-offset-color: #E6007E;
  }

  .desktop\:focus-within\:ring-offset-secondary-1:focus-within {
    --tw-ring-offset-color: #E6007E;
  }

  .desktop\:focus-within\:ring-offset-secondary-2[focus-within] {
    --tw-ring-offset-color: #D6D564;
  }

  .desktop\:focus-within\:ring-offset-secondary-2:focus-within {
    --tw-ring-offset-color: #D6D564;
  }

  .desktop\:focus-within\:ring-offset-secondary-3[focus-within] {
    --tw-ring-offset-color: #FCFCCD;
  }

  .desktop\:focus-within\:ring-offset-secondary-3:focus-within {
    --tw-ring-offset-color: #FCFCCD;
  }

  .desktop\:focus-within\:ring-offset-secondary[focus-within] {
    --tw-ring-offset-color: #E6007E;
  }

  .desktop\:focus-within\:ring-offset-secondary:focus-within {
    --tw-ring-offset-color: #E6007E;
  }

  .desktop\:focus-within\:ring-offset-secondary-dark[focus-within] {
    --tw-ring-offset-color: #C11A7D;
  }

  .desktop\:focus-within\:ring-offset-secondary-dark:focus-within {
    --tw-ring-offset-color: #C11A7D;
  }

  .desktop\:focus-within\:ring-offset-secondary-light[focus-within] {
    --tw-ring-offset-color: #FBCEE9;
  }

  .desktop\:focus-within\:ring-offset-secondary-light:focus-within {
    --tw-ring-offset-color: #FBCEE9;
  }

  .desktop\:focus-within\:ring-offset-grayCustom-1[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .desktop\:focus-within\:ring-offset-grayCustom-1:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .desktop\:focus-within\:ring-offset-grayCustom-2[focus-within] {
    --tw-ring-offset-color: #C4C4C4;
  }

  .desktop\:focus-within\:ring-offset-grayCustom-2:focus-within {
    --tw-ring-offset-color: #C4C4C4;
  }

  .desktop\:focus-within\:ring-offset-grayCustom-3[focus-within] {
    --tw-ring-offset-color: #F9F9F9;
  }

  .desktop\:focus-within\:ring-offset-grayCustom-3:focus-within {
    --tw-ring-offset-color: #F9F9F9;
  }

  .desktop\:focus-within\:ring-offset-grayCustom-800[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .desktop\:focus-within\:ring-offset-grayCustom-800:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .desktop\:focus-within\:ring-offset-grayCustom[focus-within] {
    --tw-ring-offset-color: #C4C4C4;
  }

  .desktop\:focus-within\:ring-offset-grayCustom:focus-within {
    --tw-ring-offset-color: #C4C4C4;
  }

  .desktop\:focus-within\:ring-offset-grayCustom-dark[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .desktop\:focus-within\:ring-offset-grayCustom-dark:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .desktop\:focus-within\:ring-offset-grayCustom-light[focus-within] {
    --tw-ring-offset-color: #F9F9F9;
  }

  .desktop\:focus-within\:ring-offset-grayCustom-light:focus-within {
    --tw-ring-offset-color: #F9F9F9;
  }

  .desktop\:focus-within\:ring-offset-grayCustom-hover[focus-within] {
    --tw-ring-offset-color: #9F9F9F;
  }

  .desktop\:focus-within\:ring-offset-grayCustom-hover:focus-within {
    --tw-ring-offset-color: #9F9F9F;
  }

  .desktop\:focus-within\:ring-offset-error[focus-within] {
    --tw-ring-offset-color: #FF206E;
  }

  .desktop\:focus-within\:ring-offset-error:focus-within {
    --tw-ring-offset-color: #FF206E;
  }

  .desktop\:focus-within\:ring-offset-error-light[focus-within] {
    --tw-ring-offset-color: #FDE8EA;
  }

  .desktop\:focus-within\:ring-offset-error-light:focus-within {
    --tw-ring-offset-color: #FDE8EA;
  }

  .desktop\:focus-within\:ring-offset-warning[focus-within] {
    --tw-ring-offset-color: #FFAE14;
  }

  .desktop\:focus-within\:ring-offset-warning:focus-within {
    --tw-ring-offset-color: #FFAE14;
  }

  .desktop\:focus-within\:ring-offset-warning-light[focus-within] {
    --tw-ring-offset-color: #FFF6E5;
  }

  .desktop\:focus-within\:ring-offset-warning-light:focus-within {
    --tw-ring-offset-color: #FFF6E5;
  }

  .desktop\:focus-within\:ring-offset-success[focus-within] {
    --tw-ring-offset-color: #2DD881;
  }

  .desktop\:focus-within\:ring-offset-success:focus-within {
    --tw-ring-offset-color: #2DD881;
  }

  .desktop\:focus-within\:ring-offset-success-light[focus-within] {
    --tw-ring-offset-color: #E9FBF2;
  }

  .desktop\:focus-within\:ring-offset-success-light:focus-within {
    --tw-ring-offset-color: #E9FBF2;
  }

  .desktop\:focus-within\:ring-offset-status-open[focus-within] {
    --tw-ring-offset-color: #FFF;
  }

  .desktop\:focus-within\:ring-offset-status-open:focus-within {
    --tw-ring-offset-color: #FFF;
  }

  .desktop\:focus-within\:ring-offset-status-waiting_payment[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .desktop\:focus-within\:ring-offset-status-waiting_payment:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .desktop\:focus-within\:ring-offset-status-completed[focus-within] {
    --tw-ring-offset-color: #54c1bb;
  }

  .desktop\:focus-within\:ring-offset-status-completed:focus-within {
    --tw-ring-offset-color: #54c1bb;
  }

  .desktop\:focus-within\:ring-offset-status-failed[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .desktop\:focus-within\:ring-offset-status-failed:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .desktop\:focus-within\:ring-offset-status-waiting_verify[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .desktop\:focus-within\:ring-offset-status-waiting_verify:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .desktop\:focus-within\:ring-offset-status-closed[focus-within] {
    --tw-ring-offset-color: #c4c4c4;
  }

  .desktop\:focus-within\:ring-offset-status-closed:focus-within {
    --tw-ring-offset-color: #c4c4c4;
  }

  .desktop\:focus-within\:ring-offset-policyStatus-issuing[focus-within] {
    --tw-ring-offset-color: #FFF;
  }

  .desktop\:focus-within\:ring-offset-policyStatus-issuing:focus-within {
    --tw-ring-offset-color: #FFF;
  }

  .desktop\:focus-within\:ring-offset-policyStatus-waiting_inspection[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .desktop\:focus-within\:ring-offset-policyStatus-waiting_inspection:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .desktop\:focus-within\:ring-offset-policyStatus-success[focus-within] {
    --tw-ring-offset-color: #54c1bb;
  }

  .desktop\:focus-within\:ring-offset-policyStatus-success:focus-within {
    --tw-ring-offset-color: #54c1bb;
  }

  .desktop\:focus-within\:ring-offset-policyStatus-failed_inspection[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .desktop\:focus-within\:ring-offset-policyStatus-failed_inspection:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .desktop\:focus-within\:ring-offset-policyStatus-failed[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .desktop\:focus-within\:ring-offset-policyStatus-failed:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .desktop\:focus-within\:ring-offset-policyStatus-waiting_policy[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .desktop\:focus-within\:ring-offset-policyStatus-waiting_policy:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .desktop\:focus-within\:ring-offset-policyStatus-cancel[focus-within] {
    --tw-ring-offset-color: #c4c4c4;
  }

  .desktop\:focus-within\:ring-offset-policyStatus-cancel:focus-within {
    --tw-ring-offset-color: #c4c4c4;
  }

  .desktop\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .desktop\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }

  .desktop\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .desktop\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .desktop\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f9fafb;
  }

  .desktop\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f3f4f6;
  }

  .desktop\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e5e7eb;
  }

  .desktop\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d1d5db;
  }

  .desktop\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #9ca3af;
  }

  .desktop\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #6b7280;
  }

  .desktop\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #4b5563;
  }

  .desktop\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #374151;
  }

  .desktop\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937;
  }

  .desktop\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #111827;
  }

  .desktop\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .desktop\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .desktop\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .desktop\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .desktop\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .desktop\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .desktop\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .desktop\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .desktop\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .desktop\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .desktop\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .desktop\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .desktop\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .desktop\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .desktop\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .desktop\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .desktop\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .desktop\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .desktop\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .desktop\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .desktop\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .desktop\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .desktop\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .desktop\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .desktop\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .desktop\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .desktop\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .desktop\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .desktop\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .desktop\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .desktop\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .desktop\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .desktop\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .desktop\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .desktop\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .desktop\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .desktop\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .desktop\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .desktop\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .desktop\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .desktop\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .desktop\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .desktop\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .desktop\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .desktop\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .desktop\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .desktop\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .desktop\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .desktop\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .desktop\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .desktop\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .desktop\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .desktop\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .desktop\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .desktop\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .desktop\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .desktop\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .desktop\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .desktop\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .desktop\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .desktop\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .desktop\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .desktop\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .desktop\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .desktop\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .desktop\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .desktop\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .desktop\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .desktop\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .desktop\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .desktop\:focus\:ring-offset-primary-color:focus {
    --tw-ring-offset-color: #eb008b;
  }

  .desktop\:focus\:ring-offset-primary-color-dark:focus {
    --tw-ring-offset-color: #c90068;
  }

  .desktop\:focus\:ring-offset-secondary-color:focus {
    --tw-ring-offset-color: #112e42;
  }

  .desktop\:focus\:ring-offset-custom-gray-sm:focus {
    --tw-ring-offset-color: #f1f4f6;
  }

  .desktop\:focus\:ring-offset-custom-gray-sm2:focus {
    --tw-ring-offset-color: #f1f2f3;
  }

  .desktop\:focus\:ring-offset-custom-gray-md:focus {
    --tw-ring-offset-color: #848484;
  }

  .desktop\:focus\:ring-offset-custom-navy-dark:focus {
    --tw-ring-offset-color: #112e42;
  }

  .desktop\:focus\:ring-offset-dark-blue:focus {
    --tw-ring-offset-color: #112E42;
  }

  .desktop\:focus\:ring-offset-primary:focus {
    --tw-ring-offset-color: #192D40;
  }

  .desktop\:focus\:ring-offset-secondary-1:focus {
    --tw-ring-offset-color: #E6007E;
  }

  .desktop\:focus\:ring-offset-secondary-2:focus {
    --tw-ring-offset-color: #D6D564;
  }

  .desktop\:focus\:ring-offset-secondary-3:focus {
    --tw-ring-offset-color: #FCFCCD;
  }

  .desktop\:focus\:ring-offset-secondary:focus {
    --tw-ring-offset-color: #E6007E;
  }

  .desktop\:focus\:ring-offset-secondary-dark:focus {
    --tw-ring-offset-color: #C11A7D;
  }

  .desktop\:focus\:ring-offset-secondary-light:focus {
    --tw-ring-offset-color: #FBCEE9;
  }

  .desktop\:focus\:ring-offset-grayCustom-1:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .desktop\:focus\:ring-offset-grayCustom-2:focus {
    --tw-ring-offset-color: #C4C4C4;
  }

  .desktop\:focus\:ring-offset-grayCustom-3:focus {
    --tw-ring-offset-color: #F9F9F9;
  }

  .desktop\:focus\:ring-offset-grayCustom-800:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .desktop\:focus\:ring-offset-grayCustom:focus {
    --tw-ring-offset-color: #C4C4C4;
  }

  .desktop\:focus\:ring-offset-grayCustom-dark:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .desktop\:focus\:ring-offset-grayCustom-light:focus {
    --tw-ring-offset-color: #F9F9F9;
  }

  .desktop\:focus\:ring-offset-grayCustom-hover:focus {
    --tw-ring-offset-color: #9F9F9F;
  }

  .desktop\:focus\:ring-offset-error:focus {
    --tw-ring-offset-color: #FF206E;
  }

  .desktop\:focus\:ring-offset-error-light:focus {
    --tw-ring-offset-color: #FDE8EA;
  }

  .desktop\:focus\:ring-offset-warning:focus {
    --tw-ring-offset-color: #FFAE14;
  }

  .desktop\:focus\:ring-offset-warning-light:focus {
    --tw-ring-offset-color: #FFF6E5;
  }

  .desktop\:focus\:ring-offset-success:focus {
    --tw-ring-offset-color: #2DD881;
  }

  .desktop\:focus\:ring-offset-success-light:focus {
    --tw-ring-offset-color: #E9FBF2;
  }

  .desktop\:focus\:ring-offset-status-open:focus {
    --tw-ring-offset-color: #FFF;
  }

  .desktop\:focus\:ring-offset-status-waiting_payment:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .desktop\:focus\:ring-offset-status-completed:focus {
    --tw-ring-offset-color: #54c1bb;
  }

  .desktop\:focus\:ring-offset-status-failed:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .desktop\:focus\:ring-offset-status-waiting_verify:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .desktop\:focus\:ring-offset-status-closed:focus {
    --tw-ring-offset-color: #c4c4c4;
  }

  .desktop\:focus\:ring-offset-policyStatus-issuing:focus {
    --tw-ring-offset-color: #FFF;
  }

  .desktop\:focus\:ring-offset-policyStatus-waiting_inspection:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .desktop\:focus\:ring-offset-policyStatus-success:focus {
    --tw-ring-offset-color: #54c1bb;
  }

  .desktop\:focus\:ring-offset-policyStatus-failed_inspection:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .desktop\:focus\:ring-offset-policyStatus-failed:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .desktop\:focus\:ring-offset-policyStatus-waiting_policy:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .desktop\:focus\:ring-offset-policyStatus-cancel:focus {
    --tw-ring-offset-color: #c4c4c4;
  }

  .desktop\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .desktop\:filter-none {
    filter: none;
  }

  .desktop\:blur-0 {
    --tw-blur: blur(0);
  }

  .desktop\:blur-none {
    --tw-blur: blur(0);
  }

  .desktop\:blur-sm {
    --tw-blur: blur(4px);
  }

  .desktop\:blur {
    --tw-blur: blur(8px);
  }

  .desktop\:blur-md {
    --tw-blur: blur(12px);
  }

  .desktop\:blur-lg {
    --tw-blur: blur(16px);
  }

  .desktop\:blur-xl {
    --tw-blur: blur(24px);
  }

  .desktop\:blur-2xl {
    --tw-blur: blur(40px);
  }

  .desktop\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .desktop\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .desktop\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .desktop\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .desktop\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .desktop\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .desktop\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .desktop\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .desktop\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .desktop\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .desktop\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .desktop\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .desktop\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .desktop\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .desktop\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .desktop\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .desktop\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .desktop\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .desktop\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .desktop\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .desktop\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .desktop\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .desktop\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .desktop\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .desktop\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .desktop\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 rgba(0,0,0,0));
  }

  .desktop\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .desktop\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .desktop\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .desktop\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .desktop\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .desktop\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .desktop\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .desktop\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .desktop\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .desktop\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .desktop\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .desktop\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .desktop\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .desktop\:invert-0 {
    --tw-invert: invert(0);
  }

  .desktop\:invert {
    --tw-invert: invert(100%);
  }

  .desktop\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .desktop\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .desktop\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .desktop\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .desktop\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .desktop\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .desktop\:sepia {
    --tw-sepia: sepia(100%);
  }

  .desktop\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .desktop\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .desktop\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .desktop\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .desktop\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .desktop\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .desktop\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .desktop\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .desktop\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .desktop\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
  }

  .desktop\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .desktop\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .desktop\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .desktop\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .desktop\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .desktop\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .desktop\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .desktop\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .desktop\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .desktop\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .desktop\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .desktop\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .desktop\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .desktop\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .desktop\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .desktop\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .desktop\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .desktop\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .desktop\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .desktop\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .desktop\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .desktop\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .desktop\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .desktop\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .desktop\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .desktop\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .desktop\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .desktop\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .desktop\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .desktop\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .desktop\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .desktop\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .desktop\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .desktop\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .desktop\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .desktop\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .desktop\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .desktop\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .desktop\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .desktop\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .desktop\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .desktop\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .desktop\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .desktop\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .desktop\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .desktop\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .desktop\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .desktop\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .desktop\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .desktop\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .desktop\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .desktop\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .desktop\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .desktop\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .desktop\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .desktop\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .desktop\:transition-none {
    transition-property: none;
  }

  .desktop\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .desktop\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .desktop\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .desktop\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .desktop\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .desktop\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .desktop\:delay-75 {
    transition-delay: 75ms;
  }

  .desktop\:delay-100 {
    transition-delay: 100ms;
  }

  .desktop\:delay-150 {
    transition-delay: 150ms;
  }

  .desktop\:delay-200 {
    transition-delay: 200ms;
  }

  .desktop\:delay-300 {
    transition-delay: 300ms;
  }

  .desktop\:delay-500 {
    transition-delay: 500ms;
  }

  .desktop\:delay-700 {
    transition-delay: 700ms;
  }

  .desktop\:delay-1000 {
    transition-delay: 1000ms;
  }

  .desktop\:duration-75 {
    transition-duration: 75ms;
  }

  .desktop\:duration-100 {
    transition-duration: 100ms;
  }

  .desktop\:duration-150 {
    transition-duration: 150ms;
  }

  .desktop\:duration-200 {
    transition-duration: 200ms;
  }

  .desktop\:duration-300 {
    transition-duration: 300ms;
  }

  .desktop\:duration-500 {
    transition-duration: 500ms;
  }

  .desktop\:duration-700 {
    transition-duration: 700ms;
  }

  .desktop\:duration-1000 {
    transition-duration: 1000ms;
  }

  .desktop\:ease-linear {
    transition-timing-function: linear;
  }

  .desktop\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .desktop\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .desktop\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (max-width: 1279px) {
  .max-laptop\:container {
    width: 100%;
  }
}

@media (max-width: 1279px) and (min-width: 0px) {
    .max-laptop\:container {
      max-width: 0px;
    }
  }

@media (max-width: 1279px) and (min-width: 320px) {
    .max-laptop\:container {
      max-width: 320px;
    }
  }

@media (max-width: 1279px) and (min-width: 640px) {
    .max-laptop\:container {
      max-width: 640px;
    }
  }

@media (max-width: 1279px) and (min-width: 768px) {
    .max-laptop\:container {
      max-width: 768px;
    }
  }

@media (max-width: 1279px) and (min-width: 1280px) {
    .max-laptop\:container {
      max-width: 1280px;
    }
  }

@media (max-width: 1279px) and (min-width: 1440px) {
    .max-laptop\:container {
      max-width: 1440px;
    }
  }

@media (max-width: 1279px) and (min-width: 1600px) {
    .max-laptop\:container {
      max-width: 1600px;
    }
  }

@media (max-width: 1279px) and (min-width: 4820px) {
    .max-laptop\:container {
      max-width: 4820px;
    }
  }

@media (max-width: 1279px) {

  .max-laptop\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .max-laptop\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .max-laptop\:focus-within\:sr-only[focus-within] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .max-laptop\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .max-laptop\:focus-within\:not-sr-only[focus-within] {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .max-laptop\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .max-laptop\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .max-laptop\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .max-laptop\:pointer-events-none {
    pointer-events: none;
  }

  .max-laptop\:pointer-events-auto {
    pointer-events: auto;
  }

  .max-laptop\:visible {
    visibility: visible;
  }

  .max-laptop\:invisible {
    visibility: hidden;
  }

  .max-laptop\:static {
    position: static;
  }

  .max-laptop\:fixed {
    position: fixed;
  }

  .max-laptop\:absolute {
    position: absolute;
  }

  .max-laptop\:relative {
    position: relative;
  }

  .max-laptop\:sticky {
    position: sticky;
  }

  .max-laptop\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .max-laptop\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .max-laptop\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .max-laptop\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .max-laptop\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .max-laptop\:inset-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .max-laptop\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .max-laptop\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .max-laptop\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .max-laptop\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .max-laptop\:inset-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .max-laptop\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .max-laptop\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .max-laptop\:inset-14 {
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .max-laptop\:inset-16 {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .max-laptop\:inset-20 {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .max-laptop\:inset-24 {
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .max-laptop\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .max-laptop\:inset-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .max-laptop\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .max-laptop\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .max-laptop\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .max-laptop\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .max-laptop\:inset-48 {
    top: 48px;
    right: 48px;
    bottom: 48px;
    left: 48px;
  }

  .max-laptop\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .max-laptop\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .max-laptop\:inset-60 {
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
  }

  .max-laptop\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .max-laptop\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .max-laptop\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .max-laptop\:inset-95 {
    top: 95px;
    right: 95px;
    bottom: 95px;
    left: 95px;
  }

  .max-laptop\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .max-laptop\:inset-120 {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .max-laptop\:inset-190 {
    top: 190px;
    right: 190px;
    bottom: 190px;
    left: 190px;
  }

  .max-laptop\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .max-laptop\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .max-laptop\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .max-laptop\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .max-laptop\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .max-laptop\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .max-laptop\:inset-30\% {
    top: 30%;
    right: 30%;
    bottom: 30%;
    left: 30%;
  }

  .max-laptop\:inset-7\.5r {
    top: 1.875rem;
    right: 1.875rem;
    bottom: 1.875rem;
    left: 1.875rem;
  }

  .max-laptop\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .max-laptop\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .max-laptop\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .max-laptop\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .max-laptop\:-inset-5 {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .max-laptop\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .max-laptop\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .max-laptop\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .max-laptop\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .max-laptop\:-inset-10 {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .max-laptop\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .max-laptop\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .max-laptop\:-inset-14 {
    top: -14px;
    right: -14px;
    bottom: -14px;
    left: -14px;
  }

  .max-laptop\:-inset-16 {
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
  }

  .max-laptop\:-inset-20 {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .max-laptop\:-inset-24 {
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
  }

  .max-laptop\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .max-laptop\:-inset-30 {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .max-laptop\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .max-laptop\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .max-laptop\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .max-laptop\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .max-laptop\:-inset-48 {
    top: -48px;
    right: -48px;
    bottom: -48px;
    left: -48px;
  }

  .max-laptop\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .max-laptop\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .max-laptop\:-inset-60 {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .max-laptop\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .max-laptop\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .max-laptop\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .max-laptop\:-inset-95 {
    top: -95px;
    right: -95px;
    bottom: -95px;
    left: -95px;
  }

  .max-laptop\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .max-laptop\:-inset-120 {
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px;
  }

  .max-laptop\:-inset-190 {
    top: -190px;
    right: -190px;
    bottom: -190px;
    left: -190px;
  }

  .max-laptop\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .max-laptop\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .max-laptop\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .max-laptop\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .max-laptop\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .max-laptop\:-inset-30\% {
    top: -30%;
    right: -30%;
    bottom: -30%;
    left: -30%;
  }

  .max-laptop\:-inset-7\.5r {
    top: -1.875rem;
    right: -1.875rem;
    bottom: -1.875rem;
    left: -1.875rem;
  }

  .max-laptop\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .max-laptop\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .max-laptop\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .max-laptop\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .max-laptop\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .max-laptop\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .max-laptop\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .max-laptop\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .max-laptop\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .max-laptop\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .max-laptop\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .max-laptop\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .max-laptop\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .max-laptop\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .max-laptop\:inset-x-0 {
    left: 0;
    right: 0;
  }

  .max-laptop\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .max-laptop\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .max-laptop\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .max-laptop\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .max-laptop\:inset-x-5 {
    left: 5px;
    right: 5px;
  }

  .max-laptop\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .max-laptop\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .max-laptop\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .max-laptop\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .max-laptop\:inset-x-10 {
    left: 10px;
    right: 10px;
  }

  .max-laptop\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .max-laptop\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .max-laptop\:inset-x-14 {
    left: 14px;
    right: 14px;
  }

  .max-laptop\:inset-x-16 {
    left: 16px;
    right: 16px;
  }

  .max-laptop\:inset-x-20 {
    left: 20px;
    right: 20px;
  }

  .max-laptop\:inset-x-24 {
    left: 24px;
    right: 24px;
  }

  .max-laptop\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .max-laptop\:inset-x-30 {
    left: 30px;
    right: 30px;
  }

  .max-laptop\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .max-laptop\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .max-laptop\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .max-laptop\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .max-laptop\:inset-x-48 {
    left: 48px;
    right: 48px;
  }

  .max-laptop\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .max-laptop\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .max-laptop\:inset-x-60 {
    left: 60px;
    right: 60px;
  }

  .max-laptop\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .max-laptop\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .max-laptop\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .max-laptop\:inset-x-95 {
    left: 95px;
    right: 95px;
  }

  .max-laptop\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .max-laptop\:inset-x-120 {
    left: 120px;
    right: 120px;
  }

  .max-laptop\:inset-x-190 {
    left: 190px;
    right: 190px;
  }

  .max-laptop\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .max-laptop\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .max-laptop\:inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .max-laptop\:inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .max-laptop\:inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .max-laptop\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .max-laptop\:inset-x-30\% {
    left: 30%;
    right: 30%;
  }

  .max-laptop\:inset-x-7\.5r {
    left: 1.875rem;
    right: 1.875rem;
  }

  .max-laptop\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .max-laptop\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .max-laptop\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .max-laptop\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .max-laptop\:-inset-x-5 {
    left: -5px;
    right: -5px;
  }

  .max-laptop\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .max-laptop\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .max-laptop\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .max-laptop\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .max-laptop\:-inset-x-10 {
    left: -10px;
    right: -10px;
  }

  .max-laptop\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .max-laptop\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .max-laptop\:-inset-x-14 {
    left: -14px;
    right: -14px;
  }

  .max-laptop\:-inset-x-16 {
    left: -16px;
    right: -16px;
  }

  .max-laptop\:-inset-x-20 {
    left: -20px;
    right: -20px;
  }

  .max-laptop\:-inset-x-24 {
    left: -24px;
    right: -24px;
  }

  .max-laptop\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .max-laptop\:-inset-x-30 {
    left: -30px;
    right: -30px;
  }

  .max-laptop\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .max-laptop\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .max-laptop\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .max-laptop\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .max-laptop\:-inset-x-48 {
    left: -48px;
    right: -48px;
  }

  .max-laptop\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .max-laptop\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .max-laptop\:-inset-x-60 {
    left: -60px;
    right: -60px;
  }

  .max-laptop\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .max-laptop\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .max-laptop\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .max-laptop\:-inset-x-95 {
    left: -95px;
    right: -95px;
  }

  .max-laptop\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .max-laptop\:-inset-x-120 {
    left: -120px;
    right: -120px;
  }

  .max-laptop\:-inset-x-190 {
    left: -190px;
    right: -190px;
  }

  .max-laptop\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .max-laptop\:-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .max-laptop\:-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .max-laptop\:-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .max-laptop\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .max-laptop\:-inset-x-30\% {
    left: -30%;
    right: -30%;
  }

  .max-laptop\:-inset-x-7\.5r {
    left: -1.875rem;
    right: -1.875rem;
  }

  .max-laptop\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .max-laptop\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .max-laptop\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .max-laptop\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .max-laptop\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .max-laptop\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .max-laptop\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .max-laptop\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .max-laptop\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .max-laptop\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .max-laptop\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .max-laptop\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .max-laptop\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .max-laptop\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .max-laptop\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .max-laptop\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .max-laptop\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .max-laptop\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .max-laptop\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .max-laptop\:inset-y-5 {
    top: 5px;
    bottom: 5px;
  }

  .max-laptop\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .max-laptop\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .max-laptop\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .max-laptop\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .max-laptop\:inset-y-10 {
    top: 10px;
    bottom: 10px;
  }

  .max-laptop\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .max-laptop\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .max-laptop\:inset-y-14 {
    top: 14px;
    bottom: 14px;
  }

  .max-laptop\:inset-y-16 {
    top: 16px;
    bottom: 16px;
  }

  .max-laptop\:inset-y-20 {
    top: 20px;
    bottom: 20px;
  }

  .max-laptop\:inset-y-24 {
    top: 24px;
    bottom: 24px;
  }

  .max-laptop\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .max-laptop\:inset-y-30 {
    top: 30px;
    bottom: 30px;
  }

  .max-laptop\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .max-laptop\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .max-laptop\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .max-laptop\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .max-laptop\:inset-y-48 {
    top: 48px;
    bottom: 48px;
  }

  .max-laptop\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .max-laptop\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .max-laptop\:inset-y-60 {
    top: 60px;
    bottom: 60px;
  }

  .max-laptop\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .max-laptop\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .max-laptop\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .max-laptop\:inset-y-95 {
    top: 95px;
    bottom: 95px;
  }

  .max-laptop\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .max-laptop\:inset-y-120 {
    top: 120px;
    bottom: 120px;
  }

  .max-laptop\:inset-y-190 {
    top: 190px;
    bottom: 190px;
  }

  .max-laptop\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .max-laptop\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .max-laptop\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .max-laptop\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .max-laptop\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .max-laptop\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .max-laptop\:inset-y-30\% {
    top: 30%;
    bottom: 30%;
  }

  .max-laptop\:inset-y-7\.5r {
    top: 1.875rem;
    bottom: 1.875rem;
  }

  .max-laptop\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .max-laptop\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .max-laptop\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .max-laptop\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .max-laptop\:-inset-y-5 {
    top: -5px;
    bottom: -5px;
  }

  .max-laptop\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .max-laptop\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .max-laptop\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .max-laptop\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .max-laptop\:-inset-y-10 {
    top: -10px;
    bottom: -10px;
  }

  .max-laptop\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .max-laptop\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .max-laptop\:-inset-y-14 {
    top: -14px;
    bottom: -14px;
  }

  .max-laptop\:-inset-y-16 {
    top: -16px;
    bottom: -16px;
  }

  .max-laptop\:-inset-y-20 {
    top: -20px;
    bottom: -20px;
  }

  .max-laptop\:-inset-y-24 {
    top: -24px;
    bottom: -24px;
  }

  .max-laptop\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .max-laptop\:-inset-y-30 {
    top: -30px;
    bottom: -30px;
  }

  .max-laptop\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .max-laptop\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .max-laptop\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .max-laptop\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .max-laptop\:-inset-y-48 {
    top: -48px;
    bottom: -48px;
  }

  .max-laptop\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .max-laptop\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .max-laptop\:-inset-y-60 {
    top: -60px;
    bottom: -60px;
  }

  .max-laptop\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .max-laptop\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .max-laptop\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .max-laptop\:-inset-y-95 {
    top: -95px;
    bottom: -95px;
  }

  .max-laptop\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .max-laptop\:-inset-y-120 {
    top: -120px;
    bottom: -120px;
  }

  .max-laptop\:-inset-y-190 {
    top: -190px;
    bottom: -190px;
  }

  .max-laptop\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .max-laptop\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .max-laptop\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .max-laptop\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .max-laptop\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .max-laptop\:-inset-y-30\% {
    top: -30%;
    bottom: -30%;
  }

  .max-laptop\:-inset-y-7\.5r {
    top: -1.875rem;
    bottom: -1.875rem;
  }

  .max-laptop\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .max-laptop\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .max-laptop\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .max-laptop\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .max-laptop\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .max-laptop\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .max-laptop\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .max-laptop\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .max-laptop\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .max-laptop\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .max-laptop\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .max-laptop\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .max-laptop\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .max-laptop\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .max-laptop\:top-0 {
    top: 0;
  }

  .max-laptop\:top-1 {
    top: 0.25rem;
  }

  .max-laptop\:top-2 {
    top: 0.5rem;
  }

  .max-laptop\:top-3 {
    top: 0.75rem;
  }

  .max-laptop\:top-4 {
    top: 1rem;
  }

  .max-laptop\:top-5 {
    top: 5px;
  }

  .max-laptop\:top-6 {
    top: 1.5rem;
  }

  .max-laptop\:top-7 {
    top: 1.75rem;
  }

  .max-laptop\:top-8 {
    top: 2rem;
  }

  .max-laptop\:top-9 {
    top: 2.25rem;
  }

  .max-laptop\:top-10 {
    top: 10px;
  }

  .max-laptop\:top-11 {
    top: 2.75rem;
  }

  .max-laptop\:top-12 {
    top: 3rem;
  }

  .max-laptop\:top-14 {
    top: 14px;
  }

  .max-laptop\:top-16 {
    top: 16px;
  }

  .max-laptop\:top-20 {
    top: 20px;
  }

  .max-laptop\:top-24 {
    top: 24px;
  }

  .max-laptop\:top-28 {
    top: 7rem;
  }

  .max-laptop\:top-30 {
    top: 30px;
  }

  .max-laptop\:top-32 {
    top: 8rem;
  }

  .max-laptop\:top-36 {
    top: 9rem;
  }

  .max-laptop\:top-40 {
    top: 10rem;
  }

  .max-laptop\:top-44 {
    top: 11rem;
  }

  .max-laptop\:top-48 {
    top: 48px;
  }

  .max-laptop\:top-52 {
    top: 13rem;
  }

  .max-laptop\:top-56 {
    top: 14rem;
  }

  .max-laptop\:top-60 {
    top: 60px;
  }

  .max-laptop\:top-64 {
    top: 16rem;
  }

  .max-laptop\:top-72 {
    top: 18rem;
  }

  .max-laptop\:top-80 {
    top: 20rem;
  }

  .max-laptop\:top-95 {
    top: 95px;
  }

  .max-laptop\:top-96 {
    top: 24rem;
  }

  .max-laptop\:top-120 {
    top: 120px;
  }

  .max-laptop\:top-190 {
    top: 190px;
  }

  .max-laptop\:top-auto {
    top: auto;
  }

  .max-laptop\:top-px {
    top: 1px;
  }

  .max-laptop\:top-0\.5 {
    top: 0.125rem;
  }

  .max-laptop\:top-1\.5 {
    top: 0.375rem;
  }

  .max-laptop\:top-2\.5 {
    top: 0.625rem;
  }

  .max-laptop\:top-3\.5 {
    top: 0.875rem;
  }

  .max-laptop\:top-30\% {
    top: 30%;
  }

  .max-laptop\:top-7\.5r {
    top: 1.875rem;
  }

  .max-laptop\:-top-1 {
    top: -0.25rem;
  }

  .max-laptop\:-top-2 {
    top: -0.5rem;
  }

  .max-laptop\:-top-3 {
    top: -0.75rem;
  }

  .max-laptop\:-top-4 {
    top: -1rem;
  }

  .max-laptop\:-top-5 {
    top: -5px;
  }

  .max-laptop\:-top-6 {
    top: -1.5rem;
  }

  .max-laptop\:-top-7 {
    top: -1.75rem;
  }

  .max-laptop\:-top-8 {
    top: -2rem;
  }

  .max-laptop\:-top-9 {
    top: -2.25rem;
  }

  .max-laptop\:-top-10 {
    top: -10px;
  }

  .max-laptop\:-top-11 {
    top: -2.75rem;
  }

  .max-laptop\:-top-12 {
    top: -3rem;
  }

  .max-laptop\:-top-14 {
    top: -14px;
  }

  .max-laptop\:-top-16 {
    top: -16px;
  }

  .max-laptop\:-top-20 {
    top: -20px;
  }

  .max-laptop\:-top-24 {
    top: -24px;
  }

  .max-laptop\:-top-28 {
    top: -7rem;
  }

  .max-laptop\:-top-30 {
    top: -30px;
  }

  .max-laptop\:-top-32 {
    top: -8rem;
  }

  .max-laptop\:-top-36 {
    top: -9rem;
  }

  .max-laptop\:-top-40 {
    top: -10rem;
  }

  .max-laptop\:-top-44 {
    top: -11rem;
  }

  .max-laptop\:-top-48 {
    top: -48px;
  }

  .max-laptop\:-top-52 {
    top: -13rem;
  }

  .max-laptop\:-top-56 {
    top: -14rem;
  }

  .max-laptop\:-top-60 {
    top: -60px;
  }

  .max-laptop\:-top-64 {
    top: -16rem;
  }

  .max-laptop\:-top-72 {
    top: -18rem;
  }

  .max-laptop\:-top-80 {
    top: -20rem;
  }

  .max-laptop\:-top-95 {
    top: -95px;
  }

  .max-laptop\:-top-96 {
    top: -24rem;
  }

  .max-laptop\:-top-120 {
    top: -120px;
  }

  .max-laptop\:-top-190 {
    top: -190px;
  }

  .max-laptop\:-top-px {
    top: -1px;
  }

  .max-laptop\:-top-0\.5 {
    top: -0.125rem;
  }

  .max-laptop\:-top-1\.5 {
    top: -0.375rem;
  }

  .max-laptop\:-top-2\.5 {
    top: -0.625rem;
  }

  .max-laptop\:-top-3\.5 {
    top: -0.875rem;
  }

  .max-laptop\:-top-30\% {
    top: -30%;
  }

  .max-laptop\:-top-7\.5r {
    top: -1.875rem;
  }

  .max-laptop\:top-1\/2 {
    top: 50%;
  }

  .max-laptop\:top-1\/3 {
    top: 33.333333%;
  }

  .max-laptop\:top-2\/3 {
    top: 66.666667%;
  }

  .max-laptop\:top-1\/4 {
    top: 25%;
  }

  .max-laptop\:top-2\/4 {
    top: 50%;
  }

  .max-laptop\:top-3\/4 {
    top: 75%;
  }

  .max-laptop\:top-full {
    top: 100%;
  }

  .max-laptop\:-top-1\/2 {
    top: -50%;
  }

  .max-laptop\:-top-1\/3 {
    top: -33.333333%;
  }

  .max-laptop\:-top-2\/3 {
    top: -66.666667%;
  }

  .max-laptop\:-top-1\/4 {
    top: -25%;
  }

  .max-laptop\:-top-2\/4 {
    top: -50%;
  }

  .max-laptop\:-top-3\/4 {
    top: -75%;
  }

  .max-laptop\:-top-full {
    top: -100%;
  }

  .max-laptop\:right-0 {
    right: 0;
  }

  .max-laptop\:right-1 {
    right: 0.25rem;
  }

  .max-laptop\:right-2 {
    right: 0.5rem;
  }

  .max-laptop\:right-3 {
    right: 0.75rem;
  }

  .max-laptop\:right-4 {
    right: 1rem;
  }

  .max-laptop\:right-5 {
    right: 5px;
  }

  .max-laptop\:right-6 {
    right: 1.5rem;
  }

  .max-laptop\:right-7 {
    right: 1.75rem;
  }

  .max-laptop\:right-8 {
    right: 2rem;
  }

  .max-laptop\:right-9 {
    right: 2.25rem;
  }

  .max-laptop\:right-10 {
    right: 10px;
  }

  .max-laptop\:right-11 {
    right: 2.75rem;
  }

  .max-laptop\:right-12 {
    right: 3rem;
  }

  .max-laptop\:right-14 {
    right: 14px;
  }

  .max-laptop\:right-16 {
    right: 16px;
  }

  .max-laptop\:right-20 {
    right: 20px;
  }

  .max-laptop\:right-24 {
    right: 24px;
  }

  .max-laptop\:right-28 {
    right: 7rem;
  }

  .max-laptop\:right-30 {
    right: 30px;
  }

  .max-laptop\:right-32 {
    right: 8rem;
  }

  .max-laptop\:right-36 {
    right: 9rem;
  }

  .max-laptop\:right-40 {
    right: 10rem;
  }

  .max-laptop\:right-44 {
    right: 11rem;
  }

  .max-laptop\:right-48 {
    right: 48px;
  }

  .max-laptop\:right-52 {
    right: 13rem;
  }

  .max-laptop\:right-56 {
    right: 14rem;
  }

  .max-laptop\:right-60 {
    right: 60px;
  }

  .max-laptop\:right-64 {
    right: 16rem;
  }

  .max-laptop\:right-72 {
    right: 18rem;
  }

  .max-laptop\:right-80 {
    right: 20rem;
  }

  .max-laptop\:right-95 {
    right: 95px;
  }

  .max-laptop\:right-96 {
    right: 24rem;
  }

  .max-laptop\:right-120 {
    right: 120px;
  }

  .max-laptop\:right-190 {
    right: 190px;
  }

  .max-laptop\:right-auto {
    right: auto;
  }

  .max-laptop\:right-px {
    right: 1px;
  }

  .max-laptop\:right-0\.5 {
    right: 0.125rem;
  }

  .max-laptop\:right-1\.5 {
    right: 0.375rem;
  }

  .max-laptop\:right-2\.5 {
    right: 0.625rem;
  }

  .max-laptop\:right-3\.5 {
    right: 0.875rem;
  }

  .max-laptop\:right-30\% {
    right: 30%;
  }

  .max-laptop\:right-7\.5r {
    right: 1.875rem;
  }

  .max-laptop\:-right-1 {
    right: -0.25rem;
  }

  .max-laptop\:-right-2 {
    right: -0.5rem;
  }

  .max-laptop\:-right-3 {
    right: -0.75rem;
  }

  .max-laptop\:-right-4 {
    right: -1rem;
  }

  .max-laptop\:-right-5 {
    right: -5px;
  }

  .max-laptop\:-right-6 {
    right: -1.5rem;
  }

  .max-laptop\:-right-7 {
    right: -1.75rem;
  }

  .max-laptop\:-right-8 {
    right: -2rem;
  }

  .max-laptop\:-right-9 {
    right: -2.25rem;
  }

  .max-laptop\:-right-10 {
    right: -10px;
  }

  .max-laptop\:-right-11 {
    right: -2.75rem;
  }

  .max-laptop\:-right-12 {
    right: -3rem;
  }

  .max-laptop\:-right-14 {
    right: -14px;
  }

  .max-laptop\:-right-16 {
    right: -16px;
  }

  .max-laptop\:-right-20 {
    right: -20px;
  }

  .max-laptop\:-right-24 {
    right: -24px;
  }

  .max-laptop\:-right-28 {
    right: -7rem;
  }

  .max-laptop\:-right-30 {
    right: -30px;
  }

  .max-laptop\:-right-32 {
    right: -8rem;
  }

  .max-laptop\:-right-36 {
    right: -9rem;
  }

  .max-laptop\:-right-40 {
    right: -10rem;
  }

  .max-laptop\:-right-44 {
    right: -11rem;
  }

  .max-laptop\:-right-48 {
    right: -48px;
  }

  .max-laptop\:-right-52 {
    right: -13rem;
  }

  .max-laptop\:-right-56 {
    right: -14rem;
  }

  .max-laptop\:-right-60 {
    right: -60px;
  }

  .max-laptop\:-right-64 {
    right: -16rem;
  }

  .max-laptop\:-right-72 {
    right: -18rem;
  }

  .max-laptop\:-right-80 {
    right: -20rem;
  }

  .max-laptop\:-right-95 {
    right: -95px;
  }

  .max-laptop\:-right-96 {
    right: -24rem;
  }

  .max-laptop\:-right-120 {
    right: -120px;
  }

  .max-laptop\:-right-190 {
    right: -190px;
  }

  .max-laptop\:-right-px {
    right: -1px;
  }

  .max-laptop\:-right-0\.5 {
    right: -0.125rem;
  }

  .max-laptop\:-right-1\.5 {
    right: -0.375rem;
  }

  .max-laptop\:-right-2\.5 {
    right: -0.625rem;
  }

  .max-laptop\:-right-3\.5 {
    right: -0.875rem;
  }

  .max-laptop\:-right-30\% {
    right: -30%;
  }

  .max-laptop\:-right-7\.5r {
    right: -1.875rem;
  }

  .max-laptop\:right-1\/2 {
    right: 50%;
  }

  .max-laptop\:right-1\/3 {
    right: 33.333333%;
  }

  .max-laptop\:right-2\/3 {
    right: 66.666667%;
  }

  .max-laptop\:right-1\/4 {
    right: 25%;
  }

  .max-laptop\:right-2\/4 {
    right: 50%;
  }

  .max-laptop\:right-3\/4 {
    right: 75%;
  }

  .max-laptop\:right-full {
    right: 100%;
  }

  .max-laptop\:-right-1\/2 {
    right: -50%;
  }

  .max-laptop\:-right-1\/3 {
    right: -33.333333%;
  }

  .max-laptop\:-right-2\/3 {
    right: -66.666667%;
  }

  .max-laptop\:-right-1\/4 {
    right: -25%;
  }

  .max-laptop\:-right-2\/4 {
    right: -50%;
  }

  .max-laptop\:-right-3\/4 {
    right: -75%;
  }

  .max-laptop\:-right-full {
    right: -100%;
  }

  .max-laptop\:bottom-0 {
    bottom: 0;
  }

  .max-laptop\:bottom-1 {
    bottom: 0.25rem;
  }

  .max-laptop\:bottom-2 {
    bottom: 0.5rem;
  }

  .max-laptop\:bottom-3 {
    bottom: 0.75rem;
  }

  .max-laptop\:bottom-4 {
    bottom: 1rem;
  }

  .max-laptop\:bottom-5 {
    bottom: 5px;
  }

  .max-laptop\:bottom-6 {
    bottom: 1.5rem;
  }

  .max-laptop\:bottom-7 {
    bottom: 1.75rem;
  }

  .max-laptop\:bottom-8 {
    bottom: 2rem;
  }

  .max-laptop\:bottom-9 {
    bottom: 2.25rem;
  }

  .max-laptop\:bottom-10 {
    bottom: 10px;
  }

  .max-laptop\:bottom-11 {
    bottom: 2.75rem;
  }

  .max-laptop\:bottom-12 {
    bottom: 3rem;
  }

  .max-laptop\:bottom-14 {
    bottom: 14px;
  }

  .max-laptop\:bottom-16 {
    bottom: 16px;
  }

  .max-laptop\:bottom-20 {
    bottom: 20px;
  }

  .max-laptop\:bottom-24 {
    bottom: 24px;
  }

  .max-laptop\:bottom-28 {
    bottom: 7rem;
  }

  .max-laptop\:bottom-30 {
    bottom: 30px;
  }

  .max-laptop\:bottom-32 {
    bottom: 8rem;
  }

  .max-laptop\:bottom-36 {
    bottom: 9rem;
  }

  .max-laptop\:bottom-40 {
    bottom: 10rem;
  }

  .max-laptop\:bottom-44 {
    bottom: 11rem;
  }

  .max-laptop\:bottom-48 {
    bottom: 48px;
  }

  .max-laptop\:bottom-52 {
    bottom: 13rem;
  }

  .max-laptop\:bottom-56 {
    bottom: 14rem;
  }

  .max-laptop\:bottom-60 {
    bottom: 60px;
  }

  .max-laptop\:bottom-64 {
    bottom: 16rem;
  }

  .max-laptop\:bottom-72 {
    bottom: 18rem;
  }

  .max-laptop\:bottom-80 {
    bottom: 20rem;
  }

  .max-laptop\:bottom-95 {
    bottom: 95px;
  }

  .max-laptop\:bottom-96 {
    bottom: 24rem;
  }

  .max-laptop\:bottom-120 {
    bottom: 120px;
  }

  .max-laptop\:bottom-190 {
    bottom: 190px;
  }

  .max-laptop\:bottom-auto {
    bottom: auto;
  }

  .max-laptop\:bottom-px {
    bottom: 1px;
  }

  .max-laptop\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .max-laptop\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .max-laptop\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .max-laptop\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .max-laptop\:bottom-30\% {
    bottom: 30%;
  }

  .max-laptop\:bottom-7\.5r {
    bottom: 1.875rem;
  }

  .max-laptop\:-bottom-1 {
    bottom: -0.25rem;
  }

  .max-laptop\:-bottom-2 {
    bottom: -0.5rem;
  }

  .max-laptop\:-bottom-3 {
    bottom: -0.75rem;
  }

  .max-laptop\:-bottom-4 {
    bottom: -1rem;
  }

  .max-laptop\:-bottom-5 {
    bottom: -5px;
  }

  .max-laptop\:-bottom-6 {
    bottom: -1.5rem;
  }

  .max-laptop\:-bottom-7 {
    bottom: -1.75rem;
  }

  .max-laptop\:-bottom-8 {
    bottom: -2rem;
  }

  .max-laptop\:-bottom-9 {
    bottom: -2.25rem;
  }

  .max-laptop\:-bottom-10 {
    bottom: -10px;
  }

  .max-laptop\:-bottom-11 {
    bottom: -2.75rem;
  }

  .max-laptop\:-bottom-12 {
    bottom: -3rem;
  }

  .max-laptop\:-bottom-14 {
    bottom: -14px;
  }

  .max-laptop\:-bottom-16 {
    bottom: -16px;
  }

  .max-laptop\:-bottom-20 {
    bottom: -20px;
  }

  .max-laptop\:-bottom-24 {
    bottom: -24px;
  }

  .max-laptop\:-bottom-28 {
    bottom: -7rem;
  }

  .max-laptop\:-bottom-30 {
    bottom: -30px;
  }

  .max-laptop\:-bottom-32 {
    bottom: -8rem;
  }

  .max-laptop\:-bottom-36 {
    bottom: -9rem;
  }

  .max-laptop\:-bottom-40 {
    bottom: -10rem;
  }

  .max-laptop\:-bottom-44 {
    bottom: -11rem;
  }

  .max-laptop\:-bottom-48 {
    bottom: -48px;
  }

  .max-laptop\:-bottom-52 {
    bottom: -13rem;
  }

  .max-laptop\:-bottom-56 {
    bottom: -14rem;
  }

  .max-laptop\:-bottom-60 {
    bottom: -60px;
  }

  .max-laptop\:-bottom-64 {
    bottom: -16rem;
  }

  .max-laptop\:-bottom-72 {
    bottom: -18rem;
  }

  .max-laptop\:-bottom-80 {
    bottom: -20rem;
  }

  .max-laptop\:-bottom-95 {
    bottom: -95px;
  }

  .max-laptop\:-bottom-96 {
    bottom: -24rem;
  }

  .max-laptop\:-bottom-120 {
    bottom: -120px;
  }

  .max-laptop\:-bottom-190 {
    bottom: -190px;
  }

  .max-laptop\:-bottom-px {
    bottom: -1px;
  }

  .max-laptop\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .max-laptop\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .max-laptop\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .max-laptop\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .max-laptop\:-bottom-30\% {
    bottom: -30%;
  }

  .max-laptop\:-bottom-7\.5r {
    bottom: -1.875rem;
  }

  .max-laptop\:bottom-1\/2 {
    bottom: 50%;
  }

  .max-laptop\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .max-laptop\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .max-laptop\:bottom-1\/4 {
    bottom: 25%;
  }

  .max-laptop\:bottom-2\/4 {
    bottom: 50%;
  }

  .max-laptop\:bottom-3\/4 {
    bottom: 75%;
  }

  .max-laptop\:bottom-full {
    bottom: 100%;
  }

  .max-laptop\:-bottom-1\/2 {
    bottom: -50%;
  }

  .max-laptop\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .max-laptop\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .max-laptop\:-bottom-1\/4 {
    bottom: -25%;
  }

  .max-laptop\:-bottom-2\/4 {
    bottom: -50%;
  }

  .max-laptop\:-bottom-3\/4 {
    bottom: -75%;
  }

  .max-laptop\:-bottom-full {
    bottom: -100%;
  }

  .max-laptop\:left-0 {
    left: 0;
  }

  .max-laptop\:left-1 {
    left: 0.25rem;
  }

  .max-laptop\:left-2 {
    left: 0.5rem;
  }

  .max-laptop\:left-3 {
    left: 0.75rem;
  }

  .max-laptop\:left-4 {
    left: 1rem;
  }

  .max-laptop\:left-5 {
    left: 5px;
  }

  .max-laptop\:left-6 {
    left: 1.5rem;
  }

  .max-laptop\:left-7 {
    left: 1.75rem;
  }

  .max-laptop\:left-8 {
    left: 2rem;
  }

  .max-laptop\:left-9 {
    left: 2.25rem;
  }

  .max-laptop\:left-10 {
    left: 10px;
  }

  .max-laptop\:left-11 {
    left: 2.75rem;
  }

  .max-laptop\:left-12 {
    left: 3rem;
  }

  .max-laptop\:left-14 {
    left: 14px;
  }

  .max-laptop\:left-16 {
    left: 16px;
  }

  .max-laptop\:left-20 {
    left: 20px;
  }

  .max-laptop\:left-24 {
    left: 24px;
  }

  .max-laptop\:left-28 {
    left: 7rem;
  }

  .max-laptop\:left-30 {
    left: 30px;
  }

  .max-laptop\:left-32 {
    left: 8rem;
  }

  .max-laptop\:left-36 {
    left: 9rem;
  }

  .max-laptop\:left-40 {
    left: 10rem;
  }

  .max-laptop\:left-44 {
    left: 11rem;
  }

  .max-laptop\:left-48 {
    left: 48px;
  }

  .max-laptop\:left-52 {
    left: 13rem;
  }

  .max-laptop\:left-56 {
    left: 14rem;
  }

  .max-laptop\:left-60 {
    left: 60px;
  }

  .max-laptop\:left-64 {
    left: 16rem;
  }

  .max-laptop\:left-72 {
    left: 18rem;
  }

  .max-laptop\:left-80 {
    left: 20rem;
  }

  .max-laptop\:left-95 {
    left: 95px;
  }

  .max-laptop\:left-96 {
    left: 24rem;
  }

  .max-laptop\:left-120 {
    left: 120px;
  }

  .max-laptop\:left-190 {
    left: 190px;
  }

  .max-laptop\:left-auto {
    left: auto;
  }

  .max-laptop\:left-px {
    left: 1px;
  }

  .max-laptop\:left-0\.5 {
    left: 0.125rem;
  }

  .max-laptop\:left-1\.5 {
    left: 0.375rem;
  }

  .max-laptop\:left-2\.5 {
    left: 0.625rem;
  }

  .max-laptop\:left-3\.5 {
    left: 0.875rem;
  }

  .max-laptop\:left-30\% {
    left: 30%;
  }

  .max-laptop\:left-7\.5r {
    left: 1.875rem;
  }

  .max-laptop\:-left-1 {
    left: -0.25rem;
  }

  .max-laptop\:-left-2 {
    left: -0.5rem;
  }

  .max-laptop\:-left-3 {
    left: -0.75rem;
  }

  .max-laptop\:-left-4 {
    left: -1rem;
  }

  .max-laptop\:-left-5 {
    left: -5px;
  }

  .max-laptop\:-left-6 {
    left: -1.5rem;
  }

  .max-laptop\:-left-7 {
    left: -1.75rem;
  }

  .max-laptop\:-left-8 {
    left: -2rem;
  }

  .max-laptop\:-left-9 {
    left: -2.25rem;
  }

  .max-laptop\:-left-10 {
    left: -10px;
  }

  .max-laptop\:-left-11 {
    left: -2.75rem;
  }

  .max-laptop\:-left-12 {
    left: -3rem;
  }

  .max-laptop\:-left-14 {
    left: -14px;
  }

  .max-laptop\:-left-16 {
    left: -16px;
  }

  .max-laptop\:-left-20 {
    left: -20px;
  }

  .max-laptop\:-left-24 {
    left: -24px;
  }

  .max-laptop\:-left-28 {
    left: -7rem;
  }

  .max-laptop\:-left-30 {
    left: -30px;
  }

  .max-laptop\:-left-32 {
    left: -8rem;
  }

  .max-laptop\:-left-36 {
    left: -9rem;
  }

  .max-laptop\:-left-40 {
    left: -10rem;
  }

  .max-laptop\:-left-44 {
    left: -11rem;
  }

  .max-laptop\:-left-48 {
    left: -48px;
  }

  .max-laptop\:-left-52 {
    left: -13rem;
  }

  .max-laptop\:-left-56 {
    left: -14rem;
  }

  .max-laptop\:-left-60 {
    left: -60px;
  }

  .max-laptop\:-left-64 {
    left: -16rem;
  }

  .max-laptop\:-left-72 {
    left: -18rem;
  }

  .max-laptop\:-left-80 {
    left: -20rem;
  }

  .max-laptop\:-left-95 {
    left: -95px;
  }

  .max-laptop\:-left-96 {
    left: -24rem;
  }

  .max-laptop\:-left-120 {
    left: -120px;
  }

  .max-laptop\:-left-190 {
    left: -190px;
  }

  .max-laptop\:-left-px {
    left: -1px;
  }

  .max-laptop\:-left-0\.5 {
    left: -0.125rem;
  }

  .max-laptop\:-left-1\.5 {
    left: -0.375rem;
  }

  .max-laptop\:-left-2\.5 {
    left: -0.625rem;
  }

  .max-laptop\:-left-3\.5 {
    left: -0.875rem;
  }

  .max-laptop\:-left-30\% {
    left: -30%;
  }

  .max-laptop\:-left-7\.5r {
    left: -1.875rem;
  }

  .max-laptop\:left-1\/2 {
    left: 50%;
  }

  .max-laptop\:left-1\/3 {
    left: 33.333333%;
  }

  .max-laptop\:left-2\/3 {
    left: 66.666667%;
  }

  .max-laptop\:left-1\/4 {
    left: 25%;
  }

  .max-laptop\:left-2\/4 {
    left: 50%;
  }

  .max-laptop\:left-3\/4 {
    left: 75%;
  }

  .max-laptop\:left-full {
    left: 100%;
  }

  .max-laptop\:-left-1\/2 {
    left: -50%;
  }

  .max-laptop\:-left-1\/3 {
    left: -33.333333%;
  }

  .max-laptop\:-left-2\/3 {
    left: -66.666667%;
  }

  .max-laptop\:-left-1\/4 {
    left: -25%;
  }

  .max-laptop\:-left-2\/4 {
    left: -50%;
  }

  .max-laptop\:-left-3\/4 {
    left: -75%;
  }

  .max-laptop\:-left-full {
    left: -100%;
  }

  .max-laptop\:isolate {
    isolation: isolate;
  }

  .max-laptop\:isolation-auto {
    isolation: auto;
  }

  .max-laptop\:z-0 {
    z-index: 0;
  }

  .max-laptop\:z-1 {
    z-index: 1;
  }

  .max-laptop\:z-10 {
    z-index: 10;
  }

  .max-laptop\:z-20 {
    z-index: 20;
  }

  .max-laptop\:z-30 {
    z-index: 30;
  }

  .max-laptop\:z-40 {
    z-index: 40;
  }

  .max-laptop\:z-50 {
    z-index: 50;
  }

  .max-laptop\:z-auto {
    z-index: auto;
  }

  .max-laptop\:-z-1 {
    z-index: -1;
  }

  .max-laptop\:-z-10 {
    z-index: -10;
  }

  .max-laptop\:-z-20 {
    z-index: -20;
  }

  .max-laptop\:focus-within\:z-0[focus-within] {
    z-index: 0;
  }

  .max-laptop\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .max-laptop\:focus-within\:z-1[focus-within] {
    z-index: 1;
  }

  .max-laptop\:focus-within\:z-1:focus-within {
    z-index: 1;
  }

  .max-laptop\:focus-within\:z-10[focus-within] {
    z-index: 10;
  }

  .max-laptop\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .max-laptop\:focus-within\:z-20[focus-within] {
    z-index: 20;
  }

  .max-laptop\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .max-laptop\:focus-within\:z-30[focus-within] {
    z-index: 30;
  }

  .max-laptop\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .max-laptop\:focus-within\:z-40[focus-within] {
    z-index: 40;
  }

  .max-laptop\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .max-laptop\:focus-within\:z-50[focus-within] {
    z-index: 50;
  }

  .max-laptop\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .max-laptop\:focus-within\:z-auto[focus-within] {
    z-index: auto;
  }

  .max-laptop\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .max-laptop\:focus-within\:-z-1[focus-within] {
    z-index: -1;
  }

  .max-laptop\:focus-within\:-z-1:focus-within {
    z-index: -1;
  }

  .max-laptop\:focus-within\:-z-10[focus-within] {
    z-index: -10;
  }

  .max-laptop\:focus-within\:-z-10:focus-within {
    z-index: -10;
  }

  .max-laptop\:focus-within\:-z-20[focus-within] {
    z-index: -20;
  }

  .max-laptop\:focus-within\:-z-20:focus-within {
    z-index: -20;
  }

  .max-laptop\:focus\:z-0:focus {
    z-index: 0;
  }

  .max-laptop\:focus\:z-1:focus {
    z-index: 1;
  }

  .max-laptop\:focus\:z-10:focus {
    z-index: 10;
  }

  .max-laptop\:focus\:z-20:focus {
    z-index: 20;
  }

  .max-laptop\:focus\:z-30:focus {
    z-index: 30;
  }

  .max-laptop\:focus\:z-40:focus {
    z-index: 40;
  }

  .max-laptop\:focus\:z-50:focus {
    z-index: 50;
  }

  .max-laptop\:focus\:z-auto:focus {
    z-index: auto;
  }

  .max-laptop\:focus\:-z-1:focus {
    z-index: -1;
  }

  .max-laptop\:focus\:-z-10:focus {
    z-index: -10;
  }

  .max-laptop\:focus\:-z-20:focus {
    z-index: -20;
  }

  .max-laptop\:order-1 {
    order: 1;
  }

  .max-laptop\:order-2 {
    order: 2;
  }

  .max-laptop\:order-3 {
    order: 3;
  }

  .max-laptop\:order-4 {
    order: 4;
  }

  .max-laptop\:order-5 {
    order: 5;
  }

  .max-laptop\:order-6 {
    order: 6;
  }

  .max-laptop\:order-7 {
    order: 7;
  }

  .max-laptop\:order-8 {
    order: 8;
  }

  .max-laptop\:order-9 {
    order: 9;
  }

  .max-laptop\:order-10 {
    order: 10;
  }

  .max-laptop\:order-11 {
    order: 11;
  }

  .max-laptop\:order-12 {
    order: 12;
  }

  .max-laptop\:order-first {
    order: -9999;
  }

  .max-laptop\:order-last {
    order: 9999;
  }

  .max-laptop\:order-none {
    order: 0;
  }

  .max-laptop\:col-auto {
    grid-column: auto;
  }

  .max-laptop\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .max-laptop\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .max-laptop\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .max-laptop\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .max-laptop\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .max-laptop\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .max-laptop\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .max-laptop\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .max-laptop\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .max-laptop\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .max-laptop\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .max-laptop\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .max-laptop\:col-span-full {
    grid-column: 1 / -1;
  }

  .max-laptop\:col-start-1 {
    grid-column-start: 1;
  }

  .max-laptop\:col-start-2 {
    grid-column-start: 2;
  }

  .max-laptop\:col-start-3 {
    grid-column-start: 3;
  }

  .max-laptop\:col-start-4 {
    grid-column-start: 4;
  }

  .max-laptop\:col-start-5 {
    grid-column-start: 5;
  }

  .max-laptop\:col-start-6 {
    grid-column-start: 6;
  }

  .max-laptop\:col-start-7 {
    grid-column-start: 7;
  }

  .max-laptop\:col-start-8 {
    grid-column-start: 8;
  }

  .max-laptop\:col-start-9 {
    grid-column-start: 9;
  }

  .max-laptop\:col-start-10 {
    grid-column-start: 10;
  }

  .max-laptop\:col-start-11 {
    grid-column-start: 11;
  }

  .max-laptop\:col-start-12 {
    grid-column-start: 12;
  }

  .max-laptop\:col-start-13 {
    grid-column-start: 13;
  }

  .max-laptop\:col-start-auto {
    grid-column-start: auto;
  }

  .max-laptop\:col-end-1 {
    grid-column-end: 1;
  }

  .max-laptop\:col-end-2 {
    grid-column-end: 2;
  }

  .max-laptop\:col-end-3 {
    grid-column-end: 3;
  }

  .max-laptop\:col-end-4 {
    grid-column-end: 4;
  }

  .max-laptop\:col-end-5 {
    grid-column-end: 5;
  }

  .max-laptop\:col-end-6 {
    grid-column-end: 6;
  }

  .max-laptop\:col-end-7 {
    grid-column-end: 7;
  }

  .max-laptop\:col-end-8 {
    grid-column-end: 8;
  }

  .max-laptop\:col-end-9 {
    grid-column-end: 9;
  }

  .max-laptop\:col-end-10 {
    grid-column-end: 10;
  }

  .max-laptop\:col-end-11 {
    grid-column-end: 11;
  }

  .max-laptop\:col-end-12 {
    grid-column-end: 12;
  }

  .max-laptop\:col-end-13 {
    grid-column-end: 13;
  }

  .max-laptop\:col-end-auto {
    grid-column-end: auto;
  }

  .max-laptop\:row-auto {
    grid-row: auto;
  }

  .max-laptop\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .max-laptop\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .max-laptop\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .max-laptop\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .max-laptop\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .max-laptop\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .max-laptop\:row-span-full {
    grid-row: 1 / -1;
  }

  .max-laptop\:row-start-1 {
    grid-row-start: 1;
  }

  .max-laptop\:row-start-2 {
    grid-row-start: 2;
  }

  .max-laptop\:row-start-3 {
    grid-row-start: 3;
  }

  .max-laptop\:row-start-4 {
    grid-row-start: 4;
  }

  .max-laptop\:row-start-5 {
    grid-row-start: 5;
  }

  .max-laptop\:row-start-6 {
    grid-row-start: 6;
  }

  .max-laptop\:row-start-7 {
    grid-row-start: 7;
  }

  .max-laptop\:row-start-auto {
    grid-row-start: auto;
  }

  .max-laptop\:row-end-1 {
    grid-row-end: 1;
  }

  .max-laptop\:row-end-2 {
    grid-row-end: 2;
  }

  .max-laptop\:row-end-3 {
    grid-row-end: 3;
  }

  .max-laptop\:row-end-4 {
    grid-row-end: 4;
  }

  .max-laptop\:row-end-5 {
    grid-row-end: 5;
  }

  .max-laptop\:row-end-6 {
    grid-row-end: 6;
  }

  .max-laptop\:row-end-7 {
    grid-row-end: 7;
  }

  .max-laptop\:row-end-auto {
    grid-row-end: auto;
  }

  .max-laptop\:float-right {
    float: right;
  }

  .max-laptop\:float-left {
    float: left;
  }

  .max-laptop\:float-none {
    float: none;
  }

  .max-laptop\:clear-left {
    clear: left;
  }

  .max-laptop\:clear-right {
    clear: right;
  }

  .max-laptop\:clear-both {
    clear: both;
  }

  .max-laptop\:clear-none {
    clear: none;
  }

  .max-laptop\:m-0 {
    margin: 0;
  }

  .max-laptop\:m-1 {
    margin: 0.25rem;
  }

  .max-laptop\:m-2 {
    margin: 0.5rem;
  }

  .max-laptop\:m-3 {
    margin: 0.75rem;
  }

  .max-laptop\:m-4 {
    margin: 1rem;
  }

  .max-laptop\:m-5 {
    margin: 5px;
  }

  .max-laptop\:m-6 {
    margin: 1.5rem;
  }

  .max-laptop\:m-7 {
    margin: 1.75rem;
  }

  .max-laptop\:m-8 {
    margin: 2rem;
  }

  .max-laptop\:m-9 {
    margin: 2.25rem;
  }

  .max-laptop\:m-10 {
    margin: 10px;
  }

  .max-laptop\:m-11 {
    margin: 2.75rem;
  }

  .max-laptop\:m-12 {
    margin: 3rem;
  }

  .max-laptop\:m-14 {
    margin: 14px;
  }

  .max-laptop\:m-16 {
    margin: 16px;
  }

  .max-laptop\:m-20 {
    margin: 20px;
  }

  .max-laptop\:m-24 {
    margin: 24px;
  }

  .max-laptop\:m-28 {
    margin: 7rem;
  }

  .max-laptop\:m-30 {
    margin: 30px;
  }

  .max-laptop\:m-32 {
    margin: 8rem;
  }

  .max-laptop\:m-36 {
    margin: 9rem;
  }

  .max-laptop\:m-40 {
    margin: 10rem;
  }

  .max-laptop\:m-44 {
    margin: 11rem;
  }

  .max-laptop\:m-48 {
    margin: 48px;
  }

  .max-laptop\:m-52 {
    margin: 13rem;
  }

  .max-laptop\:m-56 {
    margin: 14rem;
  }

  .max-laptop\:m-60 {
    margin: 60px;
  }

  .max-laptop\:m-64 {
    margin: 16rem;
  }

  .max-laptop\:m-72 {
    margin: 18rem;
  }

  .max-laptop\:m-80 {
    margin: 20rem;
  }

  .max-laptop\:m-95 {
    margin: 95px;
  }

  .max-laptop\:m-96 {
    margin: 24rem;
  }

  .max-laptop\:m-120 {
    margin: 120px;
  }

  .max-laptop\:m-190 {
    margin: 190px;
  }

  .max-laptop\:m-auto {
    margin: auto;
  }

  .max-laptop\:m-px {
    margin: 1px;
  }

  .max-laptop\:m-0\.5 {
    margin: 0.125rem;
  }

  .max-laptop\:m-1\.5 {
    margin: 0.375rem;
  }

  .max-laptop\:m-2\.5 {
    margin: 0.625rem;
  }

  .max-laptop\:m-3\.5 {
    margin: 0.875rem;
  }

  .max-laptop\:m-30\% {
    margin: 30%;
  }

  .max-laptop\:m-7\.5r {
    margin: 1.875rem;
  }

  .max-laptop\:-m-1 {
    margin: -0.25rem;
  }

  .max-laptop\:-m-2 {
    margin: -0.5rem;
  }

  .max-laptop\:-m-3 {
    margin: -0.75rem;
  }

  .max-laptop\:-m-4 {
    margin: -1rem;
  }

  .max-laptop\:-m-5 {
    margin: -5px;
  }

  .max-laptop\:-m-6 {
    margin: -1.5rem;
  }

  .max-laptop\:-m-7 {
    margin: -1.75rem;
  }

  .max-laptop\:-m-8 {
    margin: -2rem;
  }

  .max-laptop\:-m-9 {
    margin: -2.25rem;
  }

  .max-laptop\:-m-10 {
    margin: -10px;
  }

  .max-laptop\:-m-11 {
    margin: -2.75rem;
  }

  .max-laptop\:-m-12 {
    margin: -3rem;
  }

  .max-laptop\:-m-14 {
    margin: -14px;
  }

  .max-laptop\:-m-16 {
    margin: -16px;
  }

  .max-laptop\:-m-20 {
    margin: -20px;
  }

  .max-laptop\:-m-24 {
    margin: -24px;
  }

  .max-laptop\:-m-28 {
    margin: -7rem;
  }

  .max-laptop\:-m-30 {
    margin: -30px;
  }

  .max-laptop\:-m-32 {
    margin: -8rem;
  }

  .max-laptop\:-m-36 {
    margin: -9rem;
  }

  .max-laptop\:-m-40 {
    margin: -10rem;
  }

  .max-laptop\:-m-44 {
    margin: -11rem;
  }

  .max-laptop\:-m-48 {
    margin: -48px;
  }

  .max-laptop\:-m-52 {
    margin: -13rem;
  }

  .max-laptop\:-m-56 {
    margin: -14rem;
  }

  .max-laptop\:-m-60 {
    margin: -60px;
  }

  .max-laptop\:-m-64 {
    margin: -16rem;
  }

  .max-laptop\:-m-72 {
    margin: -18rem;
  }

  .max-laptop\:-m-80 {
    margin: -20rem;
  }

  .max-laptop\:-m-95 {
    margin: -95px;
  }

  .max-laptop\:-m-96 {
    margin: -24rem;
  }

  .max-laptop\:-m-120 {
    margin: -120px;
  }

  .max-laptop\:-m-190 {
    margin: -190px;
  }

  .max-laptop\:-m-px {
    margin: -1px;
  }

  .max-laptop\:-m-0\.5 {
    margin: -0.125rem;
  }

  .max-laptop\:-m-1\.5 {
    margin: -0.375rem;
  }

  .max-laptop\:-m-2\.5 {
    margin: -0.625rem;
  }

  .max-laptop\:-m-3\.5 {
    margin: -0.875rem;
  }

  .max-laptop\:-m-30\% {
    margin: -30%;
  }

  .max-laptop\:-m-7\.5r {
    margin: -1.875rem;
  }

  .max-laptop\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .max-laptop\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .max-laptop\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .max-laptop\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .max-laptop\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .max-laptop\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .max-laptop\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .max-laptop\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .max-laptop\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .max-laptop\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .max-laptop\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .max-laptop\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .max-laptop\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .max-laptop\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .max-laptop\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .max-laptop\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .max-laptop\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .max-laptop\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .max-laptop\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .max-laptop\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .max-laptop\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .max-laptop\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .max-laptop\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .max-laptop\:mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .max-laptop\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .max-laptop\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .max-laptop\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .max-laptop\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .max-laptop\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .max-laptop\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .max-laptop\:mx-95 {
    margin-left: 95px;
    margin-right: 95px;
  }

  .max-laptop\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .max-laptop\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .max-laptop\:mx-190 {
    margin-left: 190px;
    margin-right: 190px;
  }

  .max-laptop\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .max-laptop\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .max-laptop\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .max-laptop\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .max-laptop\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .max-laptop\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .max-laptop\:mx-30\% {
    margin-left: 30%;
    margin-right: 30%;
  }

  .max-laptop\:mx-7\.5r {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .max-laptop\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .max-laptop\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .max-laptop\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .max-laptop\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .max-laptop\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .max-laptop\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .max-laptop\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .max-laptop\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .max-laptop\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .max-laptop\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .max-laptop\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .max-laptop\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .max-laptop\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .max-laptop\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .max-laptop\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .max-laptop\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .max-laptop\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .max-laptop\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .max-laptop\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .max-laptop\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .max-laptop\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .max-laptop\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .max-laptop\:-mx-48 {
    margin-left: -48px;
    margin-right: -48px;
  }

  .max-laptop\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .max-laptop\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .max-laptop\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .max-laptop\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .max-laptop\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .max-laptop\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .max-laptop\:-mx-95 {
    margin-left: -95px;
    margin-right: -95px;
  }

  .max-laptop\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .max-laptop\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .max-laptop\:-mx-190 {
    margin-left: -190px;
    margin-right: -190px;
  }

  .max-laptop\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .max-laptop\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .max-laptop\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .max-laptop\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .max-laptop\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .max-laptop\:-mx-30\% {
    margin-left: -30%;
    margin-right: -30%;
  }

  .max-laptop\:-mx-7\.5r {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .max-laptop\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .max-laptop\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .max-laptop\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .max-laptop\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .max-laptop\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .max-laptop\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .max-laptop\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .max-laptop\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .max-laptop\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .max-laptop\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .max-laptop\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .max-laptop\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .max-laptop\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .max-laptop\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .max-laptop\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .max-laptop\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .max-laptop\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .max-laptop\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .max-laptop\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .max-laptop\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .max-laptop\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .max-laptop\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .max-laptop\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .max-laptop\:my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .max-laptop\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .max-laptop\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .max-laptop\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .max-laptop\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .max-laptop\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .max-laptop\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .max-laptop\:my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .max-laptop\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .max-laptop\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .max-laptop\:my-190 {
    margin-top: 190px;
    margin-bottom: 190px;
  }

  .max-laptop\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .max-laptop\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .max-laptop\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .max-laptop\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .max-laptop\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .max-laptop\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .max-laptop\:my-30\% {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .max-laptop\:my-7\.5r {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .max-laptop\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .max-laptop\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .max-laptop\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .max-laptop\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .max-laptop\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .max-laptop\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .max-laptop\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .max-laptop\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .max-laptop\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .max-laptop\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .max-laptop\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .max-laptop\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .max-laptop\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .max-laptop\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .max-laptop\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .max-laptop\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .max-laptop\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .max-laptop\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .max-laptop\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .max-laptop\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .max-laptop\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .max-laptop\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .max-laptop\:-my-48 {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .max-laptop\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .max-laptop\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .max-laptop\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .max-laptop\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .max-laptop\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .max-laptop\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .max-laptop\:-my-95 {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .max-laptop\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .max-laptop\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .max-laptop\:-my-190 {
    margin-top: -190px;
    margin-bottom: -190px;
  }

  .max-laptop\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .max-laptop\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .max-laptop\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .max-laptop\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .max-laptop\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .max-laptop\:-my-30\% {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .max-laptop\:-my-7\.5r {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .max-laptop\:mt-0 {
    margin-top: 0;
  }

  .max-laptop\:mt-1 {
    margin-top: 0.25rem;
  }

  .max-laptop\:mt-2 {
    margin-top: 0.5rem;
  }

  .max-laptop\:mt-3 {
    margin-top: 0.75rem;
  }

  .max-laptop\:mt-4 {
    margin-top: 1rem;
  }

  .max-laptop\:mt-5 {
    margin-top: 5px;
  }

  .max-laptop\:mt-6 {
    margin-top: 1.5rem;
  }

  .max-laptop\:mt-7 {
    margin-top: 1.75rem;
  }

  .max-laptop\:mt-8 {
    margin-top: 2rem;
  }

  .max-laptop\:mt-9 {
    margin-top: 2.25rem;
  }

  .max-laptop\:mt-10 {
    margin-top: 10px;
  }

  .max-laptop\:mt-11 {
    margin-top: 2.75rem;
  }

  .max-laptop\:mt-12 {
    margin-top: 3rem;
  }

  .max-laptop\:mt-14 {
    margin-top: 14px;
  }

  .max-laptop\:mt-16 {
    margin-top: 16px;
  }

  .max-laptop\:mt-20 {
    margin-top: 20px;
  }

  .max-laptop\:mt-24 {
    margin-top: 24px;
  }

  .max-laptop\:mt-28 {
    margin-top: 7rem;
  }

  .max-laptop\:mt-30 {
    margin-top: 30px;
  }

  .max-laptop\:mt-32 {
    margin-top: 8rem;
  }

  .max-laptop\:mt-36 {
    margin-top: 9rem;
  }

  .max-laptop\:mt-40 {
    margin-top: 10rem;
  }

  .max-laptop\:mt-44 {
    margin-top: 11rem;
  }

  .max-laptop\:mt-48 {
    margin-top: 48px;
  }

  .max-laptop\:mt-52 {
    margin-top: 13rem;
  }

  .max-laptop\:mt-56 {
    margin-top: 14rem;
  }

  .max-laptop\:mt-60 {
    margin-top: 60px;
  }

  .max-laptop\:mt-64 {
    margin-top: 16rem;
  }

  .max-laptop\:mt-72 {
    margin-top: 18rem;
  }

  .max-laptop\:mt-80 {
    margin-top: 20rem;
  }

  .max-laptop\:mt-95 {
    margin-top: 95px;
  }

  .max-laptop\:mt-96 {
    margin-top: 24rem;
  }

  .max-laptop\:mt-120 {
    margin-top: 120px;
  }

  .max-laptop\:mt-190 {
    margin-top: 190px;
  }

  .max-laptop\:mt-auto {
    margin-top: auto;
  }

  .max-laptop\:mt-px {
    margin-top: 1px;
  }

  .max-laptop\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .max-laptop\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .max-laptop\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .max-laptop\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .max-laptop\:mt-30\% {
    margin-top: 30%;
  }

  .max-laptop\:mt-7\.5r {
    margin-top: 1.875rem;
  }

  .max-laptop\:-mt-1 {
    margin-top: -0.25rem;
  }

  .max-laptop\:-mt-2 {
    margin-top: -0.5rem;
  }

  .max-laptop\:-mt-3 {
    margin-top: -0.75rem;
  }

  .max-laptop\:-mt-4 {
    margin-top: -1rem;
  }

  .max-laptop\:-mt-5 {
    margin-top: -5px;
  }

  .max-laptop\:-mt-6 {
    margin-top: -1.5rem;
  }

  .max-laptop\:-mt-7 {
    margin-top: -1.75rem;
  }

  .max-laptop\:-mt-8 {
    margin-top: -2rem;
  }

  .max-laptop\:-mt-9 {
    margin-top: -2.25rem;
  }

  .max-laptop\:-mt-10 {
    margin-top: -10px;
  }

  .max-laptop\:-mt-11 {
    margin-top: -2.75rem;
  }

  .max-laptop\:-mt-12 {
    margin-top: -3rem;
  }

  .max-laptop\:-mt-14 {
    margin-top: -14px;
  }

  .max-laptop\:-mt-16 {
    margin-top: -16px;
  }

  .max-laptop\:-mt-20 {
    margin-top: -20px;
  }

  .max-laptop\:-mt-24 {
    margin-top: -24px;
  }

  .max-laptop\:-mt-28 {
    margin-top: -7rem;
  }

  .max-laptop\:-mt-30 {
    margin-top: -30px;
  }

  .max-laptop\:-mt-32 {
    margin-top: -8rem;
  }

  .max-laptop\:-mt-36 {
    margin-top: -9rem;
  }

  .max-laptop\:-mt-40 {
    margin-top: -10rem;
  }

  .max-laptop\:-mt-44 {
    margin-top: -11rem;
  }

  .max-laptop\:-mt-48 {
    margin-top: -48px;
  }

  .max-laptop\:-mt-52 {
    margin-top: -13rem;
  }

  .max-laptop\:-mt-56 {
    margin-top: -14rem;
  }

  .max-laptop\:-mt-60 {
    margin-top: -60px;
  }

  .max-laptop\:-mt-64 {
    margin-top: -16rem;
  }

  .max-laptop\:-mt-72 {
    margin-top: -18rem;
  }

  .max-laptop\:-mt-80 {
    margin-top: -20rem;
  }

  .max-laptop\:-mt-95 {
    margin-top: -95px;
  }

  .max-laptop\:-mt-96 {
    margin-top: -24rem;
  }

  .max-laptop\:-mt-120 {
    margin-top: -120px;
  }

  .max-laptop\:-mt-190 {
    margin-top: -190px;
  }

  .max-laptop\:-mt-px {
    margin-top: -1px;
  }

  .max-laptop\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .max-laptop\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .max-laptop\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .max-laptop\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .max-laptop\:-mt-30\% {
    margin-top: -30%;
  }

  .max-laptop\:-mt-7\.5r {
    margin-top: -1.875rem;
  }

  .max-laptop\:mr-0 {
    margin-right: 0;
  }

  .max-laptop\:mr-1 {
    margin-right: 0.25rem;
  }

  .max-laptop\:mr-2 {
    margin-right: 0.5rem;
  }

  .max-laptop\:mr-3 {
    margin-right: 0.75rem;
  }

  .max-laptop\:mr-4 {
    margin-right: 1rem;
  }

  .max-laptop\:mr-5 {
    margin-right: 5px;
  }

  .max-laptop\:mr-6 {
    margin-right: 1.5rem;
  }

  .max-laptop\:mr-7 {
    margin-right: 1.75rem;
  }

  .max-laptop\:mr-8 {
    margin-right: 2rem;
  }

  .max-laptop\:mr-9 {
    margin-right: 2.25rem;
  }

  .max-laptop\:mr-10 {
    margin-right: 10px;
  }

  .max-laptop\:mr-11 {
    margin-right: 2.75rem;
  }

  .max-laptop\:mr-12 {
    margin-right: 3rem;
  }

  .max-laptop\:mr-14 {
    margin-right: 14px;
  }

  .max-laptop\:mr-16 {
    margin-right: 16px;
  }

  .max-laptop\:mr-20 {
    margin-right: 20px;
  }

  .max-laptop\:mr-24 {
    margin-right: 24px;
  }

  .max-laptop\:mr-28 {
    margin-right: 7rem;
  }

  .max-laptop\:mr-30 {
    margin-right: 30px;
  }

  .max-laptop\:mr-32 {
    margin-right: 8rem;
  }

  .max-laptop\:mr-36 {
    margin-right: 9rem;
  }

  .max-laptop\:mr-40 {
    margin-right: 10rem;
  }

  .max-laptop\:mr-44 {
    margin-right: 11rem;
  }

  .max-laptop\:mr-48 {
    margin-right: 48px;
  }

  .max-laptop\:mr-52 {
    margin-right: 13rem;
  }

  .max-laptop\:mr-56 {
    margin-right: 14rem;
  }

  .max-laptop\:mr-60 {
    margin-right: 60px;
  }

  .max-laptop\:mr-64 {
    margin-right: 16rem;
  }

  .max-laptop\:mr-72 {
    margin-right: 18rem;
  }

  .max-laptop\:mr-80 {
    margin-right: 20rem;
  }

  .max-laptop\:mr-95 {
    margin-right: 95px;
  }

  .max-laptop\:mr-96 {
    margin-right: 24rem;
  }

  .max-laptop\:mr-120 {
    margin-right: 120px;
  }

  .max-laptop\:mr-190 {
    margin-right: 190px;
  }

  .max-laptop\:mr-auto {
    margin-right: auto;
  }

  .max-laptop\:mr-px {
    margin-right: 1px;
  }

  .max-laptop\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .max-laptop\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .max-laptop\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .max-laptop\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .max-laptop\:mr-30\% {
    margin-right: 30%;
  }

  .max-laptop\:mr-7\.5r {
    margin-right: 1.875rem;
  }

  .max-laptop\:-mr-1 {
    margin-right: -0.25rem;
  }

  .max-laptop\:-mr-2 {
    margin-right: -0.5rem;
  }

  .max-laptop\:-mr-3 {
    margin-right: -0.75rem;
  }

  .max-laptop\:-mr-4 {
    margin-right: -1rem;
  }

  .max-laptop\:-mr-5 {
    margin-right: -5px;
  }

  .max-laptop\:-mr-6 {
    margin-right: -1.5rem;
  }

  .max-laptop\:-mr-7 {
    margin-right: -1.75rem;
  }

  .max-laptop\:-mr-8 {
    margin-right: -2rem;
  }

  .max-laptop\:-mr-9 {
    margin-right: -2.25rem;
  }

  .max-laptop\:-mr-10 {
    margin-right: -10px;
  }

  .max-laptop\:-mr-11 {
    margin-right: -2.75rem;
  }

  .max-laptop\:-mr-12 {
    margin-right: -3rem;
  }

  .max-laptop\:-mr-14 {
    margin-right: -14px;
  }

  .max-laptop\:-mr-16 {
    margin-right: -16px;
  }

  .max-laptop\:-mr-20 {
    margin-right: -20px;
  }

  .max-laptop\:-mr-24 {
    margin-right: -24px;
  }

  .max-laptop\:-mr-28 {
    margin-right: -7rem;
  }

  .max-laptop\:-mr-30 {
    margin-right: -30px;
  }

  .max-laptop\:-mr-32 {
    margin-right: -8rem;
  }

  .max-laptop\:-mr-36 {
    margin-right: -9rem;
  }

  .max-laptop\:-mr-40 {
    margin-right: -10rem;
  }

  .max-laptop\:-mr-44 {
    margin-right: -11rem;
  }

  .max-laptop\:-mr-48 {
    margin-right: -48px;
  }

  .max-laptop\:-mr-52 {
    margin-right: -13rem;
  }

  .max-laptop\:-mr-56 {
    margin-right: -14rem;
  }

  .max-laptop\:-mr-60 {
    margin-right: -60px;
  }

  .max-laptop\:-mr-64 {
    margin-right: -16rem;
  }

  .max-laptop\:-mr-72 {
    margin-right: -18rem;
  }

  .max-laptop\:-mr-80 {
    margin-right: -20rem;
  }

  .max-laptop\:-mr-95 {
    margin-right: -95px;
  }

  .max-laptop\:-mr-96 {
    margin-right: -24rem;
  }

  .max-laptop\:-mr-120 {
    margin-right: -120px;
  }

  .max-laptop\:-mr-190 {
    margin-right: -190px;
  }

  .max-laptop\:-mr-px {
    margin-right: -1px;
  }

  .max-laptop\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .max-laptop\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .max-laptop\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .max-laptop\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .max-laptop\:-mr-30\% {
    margin-right: -30%;
  }

  .max-laptop\:-mr-7\.5r {
    margin-right: -1.875rem;
  }

  .max-laptop\:mb-0 {
    margin-bottom: 0;
  }

  .max-laptop\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .max-laptop\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .max-laptop\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .max-laptop\:mb-4 {
    margin-bottom: 1rem;
  }

  .max-laptop\:mb-5 {
    margin-bottom: 5px;
  }

  .max-laptop\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .max-laptop\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .max-laptop\:mb-8 {
    margin-bottom: 2rem;
  }

  .max-laptop\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .max-laptop\:mb-10 {
    margin-bottom: 10px;
  }

  .max-laptop\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .max-laptop\:mb-12 {
    margin-bottom: 3rem;
  }

  .max-laptop\:mb-14 {
    margin-bottom: 14px;
  }

  .max-laptop\:mb-16 {
    margin-bottom: 16px;
  }

  .max-laptop\:mb-20 {
    margin-bottom: 20px;
  }

  .max-laptop\:mb-24 {
    margin-bottom: 24px;
  }

  .max-laptop\:mb-28 {
    margin-bottom: 7rem;
  }

  .max-laptop\:mb-30 {
    margin-bottom: 30px;
  }

  .max-laptop\:mb-32 {
    margin-bottom: 8rem;
  }

  .max-laptop\:mb-36 {
    margin-bottom: 9rem;
  }

  .max-laptop\:mb-40 {
    margin-bottom: 10rem;
  }

  .max-laptop\:mb-44 {
    margin-bottom: 11rem;
  }

  .max-laptop\:mb-48 {
    margin-bottom: 48px;
  }

  .max-laptop\:mb-52 {
    margin-bottom: 13rem;
  }

  .max-laptop\:mb-56 {
    margin-bottom: 14rem;
  }

  .max-laptop\:mb-60 {
    margin-bottom: 60px;
  }

  .max-laptop\:mb-64 {
    margin-bottom: 16rem;
  }

  .max-laptop\:mb-72 {
    margin-bottom: 18rem;
  }

  .max-laptop\:mb-80 {
    margin-bottom: 20rem;
  }

  .max-laptop\:mb-95 {
    margin-bottom: 95px;
  }

  .max-laptop\:mb-96 {
    margin-bottom: 24rem;
  }

  .max-laptop\:mb-120 {
    margin-bottom: 120px;
  }

  .max-laptop\:mb-190 {
    margin-bottom: 190px;
  }

  .max-laptop\:mb-auto {
    margin-bottom: auto;
  }

  .max-laptop\:mb-px {
    margin-bottom: 1px;
  }

  .max-laptop\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .max-laptop\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .max-laptop\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .max-laptop\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .max-laptop\:mb-30\% {
    margin-bottom: 30%;
  }

  .max-laptop\:mb-7\.5r {
    margin-bottom: 1.875rem;
  }

  .max-laptop\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .max-laptop\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .max-laptop\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .max-laptop\:-mb-4 {
    margin-bottom: -1rem;
  }

  .max-laptop\:-mb-5 {
    margin-bottom: -5px;
  }

  .max-laptop\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .max-laptop\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .max-laptop\:-mb-8 {
    margin-bottom: -2rem;
  }

  .max-laptop\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .max-laptop\:-mb-10 {
    margin-bottom: -10px;
  }

  .max-laptop\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .max-laptop\:-mb-12 {
    margin-bottom: -3rem;
  }

  .max-laptop\:-mb-14 {
    margin-bottom: -14px;
  }

  .max-laptop\:-mb-16 {
    margin-bottom: -16px;
  }

  .max-laptop\:-mb-20 {
    margin-bottom: -20px;
  }

  .max-laptop\:-mb-24 {
    margin-bottom: -24px;
  }

  .max-laptop\:-mb-28 {
    margin-bottom: -7rem;
  }

  .max-laptop\:-mb-30 {
    margin-bottom: -30px;
  }

  .max-laptop\:-mb-32 {
    margin-bottom: -8rem;
  }

  .max-laptop\:-mb-36 {
    margin-bottom: -9rem;
  }

  .max-laptop\:-mb-40 {
    margin-bottom: -10rem;
  }

  .max-laptop\:-mb-44 {
    margin-bottom: -11rem;
  }

  .max-laptop\:-mb-48 {
    margin-bottom: -48px;
  }

  .max-laptop\:-mb-52 {
    margin-bottom: -13rem;
  }

  .max-laptop\:-mb-56 {
    margin-bottom: -14rem;
  }

  .max-laptop\:-mb-60 {
    margin-bottom: -60px;
  }

  .max-laptop\:-mb-64 {
    margin-bottom: -16rem;
  }

  .max-laptop\:-mb-72 {
    margin-bottom: -18rem;
  }

  .max-laptop\:-mb-80 {
    margin-bottom: -20rem;
  }

  .max-laptop\:-mb-95 {
    margin-bottom: -95px;
  }

  .max-laptop\:-mb-96 {
    margin-bottom: -24rem;
  }

  .max-laptop\:-mb-120 {
    margin-bottom: -120px;
  }

  .max-laptop\:-mb-190 {
    margin-bottom: -190px;
  }

  .max-laptop\:-mb-px {
    margin-bottom: -1px;
  }

  .max-laptop\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .max-laptop\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .max-laptop\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .max-laptop\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .max-laptop\:-mb-30\% {
    margin-bottom: -30%;
  }

  .max-laptop\:-mb-7\.5r {
    margin-bottom: -1.875rem;
  }

  .max-laptop\:ml-0 {
    margin-left: 0;
  }

  .max-laptop\:ml-1 {
    margin-left: 0.25rem;
  }

  .max-laptop\:ml-2 {
    margin-left: 0.5rem;
  }

  .max-laptop\:ml-3 {
    margin-left: 0.75rem;
  }

  .max-laptop\:ml-4 {
    margin-left: 1rem;
  }

  .max-laptop\:ml-5 {
    margin-left: 5px;
  }

  .max-laptop\:ml-6 {
    margin-left: 1.5rem;
  }

  .max-laptop\:ml-7 {
    margin-left: 1.75rem;
  }

  .max-laptop\:ml-8 {
    margin-left: 2rem;
  }

  .max-laptop\:ml-9 {
    margin-left: 2.25rem;
  }

  .max-laptop\:ml-10 {
    margin-left: 10px;
  }

  .max-laptop\:ml-11 {
    margin-left: 2.75rem;
  }

  .max-laptop\:ml-12 {
    margin-left: 3rem;
  }

  .max-laptop\:ml-14 {
    margin-left: 14px;
  }

  .max-laptop\:ml-16 {
    margin-left: 16px;
  }

  .max-laptop\:ml-20 {
    margin-left: 20px;
  }

  .max-laptop\:ml-24 {
    margin-left: 24px;
  }

  .max-laptop\:ml-28 {
    margin-left: 7rem;
  }

  .max-laptop\:ml-30 {
    margin-left: 30px;
  }

  .max-laptop\:ml-32 {
    margin-left: 8rem;
  }

  .max-laptop\:ml-36 {
    margin-left: 9rem;
  }

  .max-laptop\:ml-40 {
    margin-left: 10rem;
  }

  .max-laptop\:ml-44 {
    margin-left: 11rem;
  }

  .max-laptop\:ml-48 {
    margin-left: 48px;
  }

  .max-laptop\:ml-52 {
    margin-left: 13rem;
  }

  .max-laptop\:ml-56 {
    margin-left: 14rem;
  }

  .max-laptop\:ml-60 {
    margin-left: 60px;
  }

  .max-laptop\:ml-64 {
    margin-left: 16rem;
  }

  .max-laptop\:ml-72 {
    margin-left: 18rem;
  }

  .max-laptop\:ml-80 {
    margin-left: 20rem;
  }

  .max-laptop\:ml-95 {
    margin-left: 95px;
  }

  .max-laptop\:ml-96 {
    margin-left: 24rem;
  }

  .max-laptop\:ml-120 {
    margin-left: 120px;
  }

  .max-laptop\:ml-190 {
    margin-left: 190px;
  }

  .max-laptop\:ml-auto {
    margin-left: auto;
  }

  .max-laptop\:ml-px {
    margin-left: 1px;
  }

  .max-laptop\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .max-laptop\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .max-laptop\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .max-laptop\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .max-laptop\:ml-30\% {
    margin-left: 30%;
  }

  .max-laptop\:ml-7\.5r {
    margin-left: 1.875rem;
  }

  .max-laptop\:-ml-1 {
    margin-left: -0.25rem;
  }

  .max-laptop\:-ml-2 {
    margin-left: -0.5rem;
  }

  .max-laptop\:-ml-3 {
    margin-left: -0.75rem;
  }

  .max-laptop\:-ml-4 {
    margin-left: -1rem;
  }

  .max-laptop\:-ml-5 {
    margin-left: -5px;
  }

  .max-laptop\:-ml-6 {
    margin-left: -1.5rem;
  }

  .max-laptop\:-ml-7 {
    margin-left: -1.75rem;
  }

  .max-laptop\:-ml-8 {
    margin-left: -2rem;
  }

  .max-laptop\:-ml-9 {
    margin-left: -2.25rem;
  }

  .max-laptop\:-ml-10 {
    margin-left: -10px;
  }

  .max-laptop\:-ml-11 {
    margin-left: -2.75rem;
  }

  .max-laptop\:-ml-12 {
    margin-left: -3rem;
  }

  .max-laptop\:-ml-14 {
    margin-left: -14px;
  }

  .max-laptop\:-ml-16 {
    margin-left: -16px;
  }

  .max-laptop\:-ml-20 {
    margin-left: -20px;
  }

  .max-laptop\:-ml-24 {
    margin-left: -24px;
  }

  .max-laptop\:-ml-28 {
    margin-left: -7rem;
  }

  .max-laptop\:-ml-30 {
    margin-left: -30px;
  }

  .max-laptop\:-ml-32 {
    margin-left: -8rem;
  }

  .max-laptop\:-ml-36 {
    margin-left: -9rem;
  }

  .max-laptop\:-ml-40 {
    margin-left: -10rem;
  }

  .max-laptop\:-ml-44 {
    margin-left: -11rem;
  }

  .max-laptop\:-ml-48 {
    margin-left: -48px;
  }

  .max-laptop\:-ml-52 {
    margin-left: -13rem;
  }

  .max-laptop\:-ml-56 {
    margin-left: -14rem;
  }

  .max-laptop\:-ml-60 {
    margin-left: -60px;
  }

  .max-laptop\:-ml-64 {
    margin-left: -16rem;
  }

  .max-laptop\:-ml-72 {
    margin-left: -18rem;
  }

  .max-laptop\:-ml-80 {
    margin-left: -20rem;
  }

  .max-laptop\:-ml-95 {
    margin-left: -95px;
  }

  .max-laptop\:-ml-96 {
    margin-left: -24rem;
  }

  .max-laptop\:-ml-120 {
    margin-left: -120px;
  }

  .max-laptop\:-ml-190 {
    margin-left: -190px;
  }

  .max-laptop\:-ml-px {
    margin-left: -1px;
  }

  .max-laptop\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .max-laptop\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .max-laptop\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .max-laptop\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .max-laptop\:-ml-30\% {
    margin-left: -30%;
  }

  .max-laptop\:-ml-7\.5r {
    margin-left: -1.875rem;
  }

  .max-laptop\:box-border {
    box-sizing: border-box;
  }

  .max-laptop\:box-content {
    box-sizing: content-box;
  }

  .max-laptop\:block {
    display: block;
  }

  .max-laptop\:inline-block {
    display: inline-block;
  }

  .max-laptop\:inline {
    display: inline;
  }

  .max-laptop\:flex {
    display: flex;
  }

  .max-laptop\:inline-flex {
    display: inline-flex;
  }

  .max-laptop\:table {
    display: table;
  }

  .max-laptop\:inline-table {
    display: inline-table;
  }

  .max-laptop\:table-caption {
    display: table-caption;
  }

  .max-laptop\:table-cell {
    display: table-cell;
  }

  .max-laptop\:table-column {
    display: table-column;
  }

  .max-laptop\:table-column-group {
    display: table-column-group;
  }

  .max-laptop\:table-footer-group {
    display: table-footer-group;
  }

  .max-laptop\:table-header-group {
    display: table-header-group;
  }

  .max-laptop\:table-row-group {
    display: table-row-group;
  }

  .max-laptop\:table-row {
    display: table-row;
  }

  .max-laptop\:flow-root {
    display: flow-root;
  }

  .max-laptop\:grid {
    display: grid;
  }

  .max-laptop\:inline-grid {
    display: inline-grid;
  }

  .max-laptop\:contents {
    display: contents;
  }

  .max-laptop\:list-item {
    display: list-item;
  }

  .max-laptop\:hidden {
    display: none;
  }

  .group:hover .max-laptop\:group-hover\:block {
    display: block;
  }

  .group:hover .max-laptop\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .max-laptop\:group-hover\:inline {
    display: inline;
  }

  .group:hover .max-laptop\:group-hover\:flex {
    display: flex;
  }

  .group:hover .max-laptop\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .max-laptop\:group-hover\:table {
    display: table;
  }

  .group:hover .max-laptop\:group-hover\:inline-table {
    display: inline-table;
  }

  .group:hover .max-laptop\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .max-laptop\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .max-laptop\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .max-laptop\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .max-laptop\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .max-laptop\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .max-laptop\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .max-laptop\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .max-laptop\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .max-laptop\:group-hover\:grid {
    display: grid;
  }

  .group:hover .max-laptop\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .max-laptop\:group-hover\:contents {
    display: contents;
  }

  .group:hover .max-laptop\:group-hover\:list-item {
    display: list-item;
  }

  .group:hover .max-laptop\:group-hover\:hidden {
    display: none;
  }

  .max-laptop\:h-0 {
    height: 0;
  }

  .max-laptop\:h-1 {
    height: 0.25rem;
  }

  .max-laptop\:h-2 {
    height: 0.5rem;
  }

  .max-laptop\:h-3 {
    height: 0.75rem;
  }

  .max-laptop\:h-4 {
    height: 1rem;
  }

  .max-laptop\:h-5 {
    height: 5px;
  }

  .max-laptop\:h-6 {
    height: 1.5rem;
  }

  .max-laptop\:h-7 {
    height: 1.75rem;
  }

  .max-laptop\:h-8 {
    height: 2rem;
  }

  .max-laptop\:h-9 {
    height: 2.25rem;
  }

  .max-laptop\:h-10 {
    height: 10px;
  }

  .max-laptop\:h-11 {
    height: 2.75rem;
  }

  .max-laptop\:h-12 {
    height: 12px;
  }

  .max-laptop\:h-14 {
    height: 14px;
  }

  .max-laptop\:h-16 {
    height: 16px;
  }

  .max-laptop\:h-20 {
    height: 20px;
  }

  .max-laptop\:h-24 {
    height: 24px;
  }

  .max-laptop\:h-28 {
    height: 7rem;
  }

  .max-laptop\:h-30 {
    height: 30px;
  }

  .max-laptop\:h-32 {
    height: 8rem;
  }

  .max-laptop\:h-36 {
    height: 9rem;
  }

  .max-laptop\:h-40 {
    height: 10rem;
  }

  .max-laptop\:h-42 {
    height: 42px;
  }

  .max-laptop\:h-44 {
    height: 11rem;
  }

  .max-laptop\:h-48 {
    height: 48px;
  }

  .max-laptop\:h-52 {
    height: 13rem;
  }

  .max-laptop\:h-56 {
    height: 14rem;
  }

  .max-laptop\:h-60 {
    height: 60px;
  }

  .max-laptop\:h-64 {
    height: 16rem;
  }

  .max-laptop\:h-70 {
    height: 70px;
  }

  .max-laptop\:h-72 {
    height: 18rem;
  }

  .max-laptop\:h-78 {
    height: 78px;
  }

  .max-laptop\:h-80 {
    height: 20rem;
  }

  .max-laptop\:h-95 {
    height: 95px;
  }

  .max-laptop\:h-96 {
    height: 24rem;
  }

  .max-laptop\:h-120 {
    height: 120px;
  }

  .max-laptop\:h-190 {
    height: 190px;
  }

  .max-laptop\:h-auto {
    height: auto;
  }

  .max-laptop\:h-px {
    height: 1px;
  }

  .max-laptop\:h-0\.5 {
    height: 0.125rem;
  }

  .max-laptop\:h-1\.5 {
    height: 0.375rem;
  }

  .max-laptop\:h-2\.5 {
    height: 0.625rem;
  }

  .max-laptop\:h-3\.5 {
    height: 0.875rem;
  }

  .max-laptop\:h-30\% {
    height: 30%;
  }

  .max-laptop\:h-7\.5r {
    height: 1.875rem;
  }

  .max-laptop\:h-1\/2 {
    height: 50%;
  }

  .max-laptop\:h-1\/3 {
    height: 33.333333%;
  }

  .max-laptop\:h-2\/3 {
    height: 66.667%;
  }

  .max-laptop\:h-1\/4 {
    height: 25%;
  }

  .max-laptop\:h-2\/4 {
    height: 50%;
  }

  .max-laptop\:h-3\/4 {
    height: 75%;
  }

  .max-laptop\:h-1\/5 {
    height: 20%;
  }

  .max-laptop\:h-2\/5 {
    height: 40%;
  }

  .max-laptop\:h-3\/5 {
    height: 60%;
  }

  .max-laptop\:h-4\/5 {
    height: 80%;
  }

  .max-laptop\:h-1\/6 {
    height: 16.666667%;
  }

  .max-laptop\:h-2\/6 {
    height: 33.333333%;
  }

  .max-laptop\:h-3\/6 {
    height: 50%;
  }

  .max-laptop\:h-4\/6 {
    height: 66.666667%;
  }

  .max-laptop\:h-5\/6 {
    height: 83.333333%;
  }

  .max-laptop\:h-full {
    height: 100%;
  }

  .max-laptop\:h-screen {
    height: 100vh;
  }

  .max-laptop\:h-20r {
    height: 5rem;
  }

  .max-laptop\:h-50vh {
    height: 50vh;
  }

  .max-laptop\:h-66vh {
    height: 66vh;
  }

  .max-laptop\:h-75vh {
    height: 75vh;
  }

  .max-laptop\:h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .max-laptop\:max-h-0 {
    max-height: 0;
  }

  .max-laptop\:max-h-1 {
    max-height: 0.25rem;
  }

  .max-laptop\:max-h-2 {
    max-height: 0.5rem;
  }

  .max-laptop\:max-h-3 {
    max-height: 0.75rem;
  }

  .max-laptop\:max-h-4 {
    max-height: 1rem;
  }

  .max-laptop\:max-h-5 {
    max-height: 5px;
  }

  .max-laptop\:max-h-6 {
    max-height: 1.5rem;
  }

  .max-laptop\:max-h-7 {
    max-height: 1.75rem;
  }

  .max-laptop\:max-h-8 {
    max-height: 2rem;
  }

  .max-laptop\:max-h-9 {
    max-height: 2.25rem;
  }

  .max-laptop\:max-h-10 {
    max-height: 10px;
  }

  .max-laptop\:max-h-11 {
    max-height: 2.75rem;
  }

  .max-laptop\:max-h-12 {
    max-height: 3rem;
  }

  .max-laptop\:max-h-14 {
    max-height: 14px;
  }

  .max-laptop\:max-h-16 {
    max-height: 16px;
  }

  .max-laptop\:max-h-20 {
    max-height: 20px;
  }

  .max-laptop\:max-h-24 {
    max-height: 24px;
  }

  .max-laptop\:max-h-28 {
    max-height: 7rem;
  }

  .max-laptop\:max-h-30 {
    max-height: 30px;
  }

  .max-laptop\:max-h-32 {
    max-height: 8rem;
  }

  .max-laptop\:max-h-36 {
    max-height: 9rem;
  }

  .max-laptop\:max-h-40 {
    max-height: 10rem;
  }

  .max-laptop\:max-h-44 {
    max-height: 11rem;
  }

  .max-laptop\:max-h-48 {
    max-height: 48px;
  }

  .max-laptop\:max-h-52 {
    max-height: 13rem;
  }

  .max-laptop\:max-h-56 {
    max-height: 14rem;
  }

  .max-laptop\:max-h-60 {
    max-height: 60px;
  }

  .max-laptop\:max-h-64 {
    max-height: 16rem;
  }

  .max-laptop\:max-h-72 {
    max-height: 18rem;
  }

  .max-laptop\:max-h-80 {
    max-height: 20rem;
  }

  .max-laptop\:max-h-95 {
    max-height: 95px;
  }

  .max-laptop\:max-h-96 {
    max-height: 24rem;
  }

  .max-laptop\:max-h-120 {
    max-height: 120px;
  }

  .max-laptop\:max-h-190 {
    max-height: 190px;
  }

  .max-laptop\:max-h-px {
    max-height: 1px;
  }

  .max-laptop\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .max-laptop\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .max-laptop\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .max-laptop\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .max-laptop\:max-h-30\% {
    max-height: 30%;
  }

  .max-laptop\:max-h-7\.5r {
    max-height: 1.875rem;
  }

  .max-laptop\:max-h-full {
    max-height: 100%;
  }

  .max-laptop\:max-h-screen {
    max-height: 100vh;
  }

  .max-laptop\:min-h-0 {
    min-height: 0px;
  }

  .max-laptop\:min-h-24 {
    min-height: 6rem;
  }

  .max-laptop\:min-h-78 {
    min-height: 78px;
  }

  .max-laptop\:min-h-full {
    min-height: 100%;
  }

  .max-laptop\:min-h-screen {
    min-height: 100vh;
  }

  .max-laptop\:min-h-25\.5 {
    min-height: 6.375rem;
  }

  .max-laptop\:min-h-1\/2 {
    min-height: 50%;
  }

  .max-laptop\:min-h-2\/3 {
    min-height: 66.667%;
  }

  .max-laptop\:min-h-3\/4 {
    min-height: 75%;
  }

  .max-laptop\:min-h-50vh {
    min-height: 50vh;
  }

  .max-laptop\:min-h-66vh {
    min-height: 66vh;
  }

  .max-laptop\:min-h-75vh {
    min-height: 75vh;
  }

  .max-laptop\:w-0 {
    width: 0;
  }

  .max-laptop\:w-1 {
    width: 0.25rem;
  }

  .max-laptop\:w-2 {
    width: 0.5rem;
  }

  .max-laptop\:w-3 {
    width: 0.75rem;
  }

  .max-laptop\:w-4 {
    width: 1rem;
  }

  .max-laptop\:w-5 {
    width: 5px;
  }

  .max-laptop\:w-6 {
    width: 1.5rem;
  }

  .max-laptop\:w-7 {
    width: 1.75rem;
  }

  .max-laptop\:w-8 {
    width: 2rem;
  }

  .max-laptop\:w-9 {
    width: 2.25rem;
  }

  .max-laptop\:w-10 {
    width: 10px;
  }

  .max-laptop\:w-11 {
    width: 2.75rem;
  }

  .max-laptop\:w-12 {
    width: 3rem;
  }

  .max-laptop\:w-14 {
    width: 14px;
  }

  .max-laptop\:w-16 {
    width: 16px;
  }

  .max-laptop\:w-20 {
    width: 20px;
  }

  .max-laptop\:w-24 {
    width: 24px;
  }

  .max-laptop\:w-28 {
    width: 7rem;
  }

  .max-laptop\:w-30 {
    width: 30px;
  }

  .max-laptop\:w-32 {
    width: 8rem;
  }

  .max-laptop\:w-36 {
    width: 9rem;
  }

  .max-laptop\:w-40 {
    width: 10rem;
  }

  .max-laptop\:w-44 {
    width: 11rem;
  }

  .max-laptop\:w-48 {
    width: 48px;
  }

  .max-laptop\:w-52 {
    width: 13rem;
  }

  .max-laptop\:w-56 {
    width: 14rem;
  }

  .max-laptop\:w-60 {
    width: 60px;
  }

  .max-laptop\:w-64 {
    width: 16rem;
  }

  .max-laptop\:w-72 {
    width: 18rem;
  }

  .max-laptop\:w-80 {
    width: 20rem;
  }

  .max-laptop\:w-95 {
    width: 95px;
  }

  .max-laptop\:w-96 {
    width: 24rem;
  }

  .max-laptop\:w-120 {
    width: 120px;
  }

  .max-laptop\:w-150 {
    width: 150px;
  }

  .max-laptop\:w-190 {
    width: 190px;
  }

  .max-laptop\:w-auto {
    width: auto;
  }

  .max-laptop\:w-px {
    width: 1px;
  }

  .max-laptop\:w-0\.5 {
    width: 0.125rem;
  }

  .max-laptop\:w-1\.5 {
    width: 0.375rem;
  }

  .max-laptop\:w-2\.5 {
    width: 0.625rem;
  }

  .max-laptop\:w-3\.5 {
    width: 0.875rem;
  }

  .max-laptop\:w-30\% {
    width: 30%;
  }

  .max-laptop\:w-7\.5r {
    width: 1.875rem;
  }

  .max-laptop\:w-1\/2 {
    width: 50%;
  }

  .max-laptop\:w-1\/3 {
    width: 33.333333%;
  }

  .max-laptop\:w-2\/3 {
    width: 66.666667%;
  }

  .max-laptop\:w-1\/4 {
    width: 25%;
  }

  .max-laptop\:w-2\/4 {
    width: 50%;
  }

  .max-laptop\:w-3\/4 {
    width: 75%;
  }

  .max-laptop\:w-1\/5 {
    width: 20%;
  }

  .max-laptop\:w-2\/5 {
    width: 40%;
  }

  .max-laptop\:w-3\/5 {
    width: 60%;
  }

  .max-laptop\:w-4\/5 {
    width: 80%;
  }

  .max-laptop\:w-1\/6 {
    width: 16.666667%;
  }

  .max-laptop\:w-2\/6 {
    width: 33.333333%;
  }

  .max-laptop\:w-3\/6 {
    width: 50%;
  }

  .max-laptop\:w-4\/6 {
    width: 66.666667%;
  }

  .max-laptop\:w-5\/6 {
    width: 83.333333%;
  }

  .max-laptop\:w-1\/12 {
    width: 8.333333%;
  }

  .max-laptop\:w-2\/12 {
    width: 16.666667%;
  }

  .max-laptop\:w-3\/12 {
    width: 25%;
  }

  .max-laptop\:w-4\/12 {
    width: 33.333333%;
  }

  .max-laptop\:w-5\/12 {
    width: 41.666667%;
  }

  .max-laptop\:w-6\/12 {
    width: 50%;
  }

  .max-laptop\:w-7\/12 {
    width: 58.333333%;
  }

  .max-laptop\:w-8\/12 {
    width: 66.666667%;
  }

  .max-laptop\:w-9\/12 {
    width: 75%;
  }

  .max-laptop\:w-10\/12 {
    width: 83.333333%;
  }

  .max-laptop\:w-11\/12 {
    width: 91.666667%;
  }

  .max-laptop\:w-full {
    width: 100%;
  }

  .max-laptop\:w-screen {
    width: 100vw;
  }

  .max-laptop\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .max-laptop\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .max-laptop\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .max-laptop\:w-20r {
    width: 5rem;
  }

  .max-laptop\:min-w-0 {
    min-width: 0px;
  }

  .max-laptop\:min-w-1280 {
    min-width: 1280px;
  }

  .max-laptop\:min-w-full {
    min-width: 100%;
  }

  .max-laptop\:min-w-min {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .max-laptop\:min-w-max {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .max-laptop\:min-w-7\.5r {
    min-width: 1.875rem;
  }

  .max-laptop\:min-w-10r {
    min-width: 2.5rem;
  }

  .max-laptop\:min-w-12\.5r {
    min-width: 3.125rem;
  }

  .max-laptop\:min-w-17\.5r {
    min-width: 4.375rem;
  }

  .max-laptop\:min-w-20r {
    min-width: 5rem;
  }

  .max-laptop\:min-w-25r {
    min-width: 6.25rem;
  }

  .max-laptop\:min-w-37\.5r {
    min-width: 9.375rem;
  }

  .max-laptop\:min-w-45r {
    min-width: 11.25rem;
  }

  .max-laptop\:min-w-367\.5r {
    min-width: 91.875rem;
  }

  .max-laptop\:max-w-0 {
    max-width: 0rem;
  }

  .max-laptop\:max-w-none {
    max-width: none;
  }

  .max-laptop\:max-w-xs {
    max-width: 20rem;
  }

  .max-laptop\:max-w-sm {
    max-width: 24rem;
  }

  .max-laptop\:max-w-md {
    max-width: 28rem;
  }

  .max-laptop\:max-w-lg {
    max-width: 32rem;
  }

  .max-laptop\:max-w-xl {
    max-width: 36rem;
  }

  .max-laptop\:max-w-2xl {
    max-width: 42rem;
  }

  .max-laptop\:max-w-3xl {
    max-width: 48rem;
  }

  .max-laptop\:max-w-4xl {
    max-width: 56rem;
  }

  .max-laptop\:max-w-5xl {
    max-width: 64rem;
  }

  .max-laptop\:max-w-6xl {
    max-width: 72rem;
  }

  .max-laptop\:max-w-7xl {
    max-width: 80rem;
  }

  .max-laptop\:max-w-full {
    max-width: 100%;
  }

  .max-laptop\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .max-laptop\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .max-laptop\:max-w-prose {
    max-width: 65ch;
  }

  .max-laptop\:max-w-screen-sm {
    max-width: 640px;
  }

  .max-laptop\:max-w-screen-md {
    max-width: 768px;
  }

  .max-laptop\:max-w-screen-lg {
    max-width: 1280px;
  }

  .max-laptop\:max-w-screen-xl {
    max-width: 1440px;
  }

  .max-laptop\:max-w-screen-2xl {
    max-width: 1600px;
  }

  .max-laptop\:max-w-screen-desktop {
    max-width: 1280px;
  }

  .max-laptop\:max-w-screen-xxs {
    max-width: 320px;
  }

  .max-laptop\:max-w-screen-xs {
    max-width: 4820px;
  }

  .max-laptop\:flex-1 {
    flex: 1 1 0%;
  }

  .max-laptop\:flex-auto {
    flex: 1 1 auto;
  }

  .max-laptop\:flex-initial {
    flex: 0 1 auto;
  }

  .max-laptop\:flex-none {
    flex: none;
  }

  .max-laptop\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .max-laptop\:flex-shrink {
    flex-shrink: 1;
  }

  .max-laptop\:flex-grow-0 {
    flex-grow: 0;
  }

  .max-laptop\:flex-grow {
    flex-grow: 1;
  }

  .max-laptop\:table-auto {
    table-layout: auto;
  }

  .max-laptop\:table-fixed {
    table-layout: fixed;
  }

  .max-laptop\:border-collapse {
    border-collapse: collapse;
  }

  .max-laptop\:border-separate {
    border-collapse: separate;
  }

  .max-laptop\:origin-center {
    transform-origin: center;
  }

  .max-laptop\:origin-top {
    transform-origin: top;
  }

  .max-laptop\:origin-top-right {
    transform-origin: top right;
  }

  .max-laptop\:origin-right {
    transform-origin: right;
  }

  .max-laptop\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .max-laptop\:origin-bottom {
    transform-origin: bottom;
  }

  .max-laptop\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .max-laptop\:origin-left {
    transform-origin: left;
  }

  .max-laptop\:origin-top-left {
    transform-origin: top left;
  }

  .max-laptop\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .max-laptop\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .max-laptop\:transform-none {
    transform: none;
  }

  .max-laptop\:translate-x-0 {
    --tw-translate-x: 0;
  }

  .max-laptop\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .max-laptop\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .max-laptop\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .max-laptop\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .max-laptop\:translate-x-5 {
    --tw-translate-x: 5px;
  }

  .max-laptop\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .max-laptop\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .max-laptop\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .max-laptop\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .max-laptop\:translate-x-10 {
    --tw-translate-x: 10px;
  }

  .max-laptop\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .max-laptop\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .max-laptop\:translate-x-14 {
    --tw-translate-x: 14px;
  }

  .max-laptop\:translate-x-16 {
    --tw-translate-x: 16px;
  }

  .max-laptop\:translate-x-20 {
    --tw-translate-x: 20px;
  }

  .max-laptop\:translate-x-24 {
    --tw-translate-x: 24px;
  }

  .max-laptop\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .max-laptop\:translate-x-30 {
    --tw-translate-x: 30px;
  }

  .max-laptop\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .max-laptop\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .max-laptop\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .max-laptop\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .max-laptop\:translate-x-48 {
    --tw-translate-x: 48px;
  }

  .max-laptop\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .max-laptop\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .max-laptop\:translate-x-60 {
    --tw-translate-x: 60px;
  }

  .max-laptop\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .max-laptop\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .max-laptop\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .max-laptop\:translate-x-95 {
    --tw-translate-x: 95px;
  }

  .max-laptop\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .max-laptop\:translate-x-120 {
    --tw-translate-x: 120px;
  }

  .max-laptop\:translate-x-190 {
    --tw-translate-x: 190px;
  }

  .max-laptop\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .max-laptop\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .max-laptop\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .max-laptop\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .max-laptop\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .max-laptop\:translate-x-30\% {
    --tw-translate-x: 30%;
  }

  .max-laptop\:translate-x-7\.5r {
    --tw-translate-x: 1.875rem;
  }

  .max-laptop\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .max-laptop\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .max-laptop\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .max-laptop\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .max-laptop\:-translate-x-5 {
    --tw-translate-x: -5px;
  }

  .max-laptop\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .max-laptop\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .max-laptop\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .max-laptop\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .max-laptop\:-translate-x-10 {
    --tw-translate-x: -10px;
  }

  .max-laptop\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .max-laptop\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .max-laptop\:-translate-x-14 {
    --tw-translate-x: -14px;
  }

  .max-laptop\:-translate-x-16 {
    --tw-translate-x: -16px;
  }

  .max-laptop\:-translate-x-20 {
    --tw-translate-x: -20px;
  }

  .max-laptop\:-translate-x-24 {
    --tw-translate-x: -24px;
  }

  .max-laptop\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .max-laptop\:-translate-x-30 {
    --tw-translate-x: -30px;
  }

  .max-laptop\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .max-laptop\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .max-laptop\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .max-laptop\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .max-laptop\:-translate-x-48 {
    --tw-translate-x: -48px;
  }

  .max-laptop\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .max-laptop\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .max-laptop\:-translate-x-60 {
    --tw-translate-x: -60px;
  }

  .max-laptop\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .max-laptop\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .max-laptop\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .max-laptop\:-translate-x-95 {
    --tw-translate-x: -95px;
  }

  .max-laptop\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .max-laptop\:-translate-x-120 {
    --tw-translate-x: -120px;
  }

  .max-laptop\:-translate-x-190 {
    --tw-translate-x: -190px;
  }

  .max-laptop\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .max-laptop\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .max-laptop\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .max-laptop\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .max-laptop\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .max-laptop\:-translate-x-30\% {
    --tw-translate-x: -30%;
  }

  .max-laptop\:-translate-x-7\.5r {
    --tw-translate-x: -1.875rem;
  }

  .max-laptop\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .max-laptop\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .max-laptop\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .max-laptop\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .max-laptop\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .max-laptop\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .max-laptop\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .max-laptop\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .max-laptop\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .max-laptop\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .max-laptop\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .max-laptop\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .max-laptop\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .max-laptop\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .max-laptop\:translate-y-0 {
    --tw-translate-y: 0;
  }

  .max-laptop\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .max-laptop\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .max-laptop\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .max-laptop\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .max-laptop\:translate-y-5 {
    --tw-translate-y: 5px;
  }

  .max-laptop\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .max-laptop\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .max-laptop\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .max-laptop\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .max-laptop\:translate-y-10 {
    --tw-translate-y: 10px;
  }

  .max-laptop\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .max-laptop\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .max-laptop\:translate-y-14 {
    --tw-translate-y: 14px;
  }

  .max-laptop\:translate-y-16 {
    --tw-translate-y: 16px;
  }

  .max-laptop\:translate-y-20 {
    --tw-translate-y: 20px;
  }

  .max-laptop\:translate-y-24 {
    --tw-translate-y: 24px;
  }

  .max-laptop\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .max-laptop\:translate-y-30 {
    --tw-translate-y: 30px;
  }

  .max-laptop\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .max-laptop\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .max-laptop\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .max-laptop\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .max-laptop\:translate-y-48 {
    --tw-translate-y: 48px;
  }

  .max-laptop\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .max-laptop\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .max-laptop\:translate-y-60 {
    --tw-translate-y: 60px;
  }

  .max-laptop\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .max-laptop\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .max-laptop\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .max-laptop\:translate-y-95 {
    --tw-translate-y: 95px;
  }

  .max-laptop\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .max-laptop\:translate-y-120 {
    --tw-translate-y: 120px;
  }

  .max-laptop\:translate-y-190 {
    --tw-translate-y: 190px;
  }

  .max-laptop\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .max-laptop\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .max-laptop\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .max-laptop\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .max-laptop\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .max-laptop\:translate-y-30\% {
    --tw-translate-y: 30%;
  }

  .max-laptop\:translate-y-7\.5r {
    --tw-translate-y: 1.875rem;
  }

  .max-laptop\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .max-laptop\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .max-laptop\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .max-laptop\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .max-laptop\:-translate-y-5 {
    --tw-translate-y: -5px;
  }

  .max-laptop\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .max-laptop\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .max-laptop\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .max-laptop\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .max-laptop\:-translate-y-10 {
    --tw-translate-y: -10px;
  }

  .max-laptop\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .max-laptop\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .max-laptop\:-translate-y-14 {
    --tw-translate-y: -14px;
  }

  .max-laptop\:-translate-y-16 {
    --tw-translate-y: -16px;
  }

  .max-laptop\:-translate-y-20 {
    --tw-translate-y: -20px;
  }

  .max-laptop\:-translate-y-24 {
    --tw-translate-y: -24px;
  }

  .max-laptop\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .max-laptop\:-translate-y-30 {
    --tw-translate-y: -30px;
  }

  .max-laptop\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .max-laptop\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .max-laptop\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .max-laptop\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .max-laptop\:-translate-y-48 {
    --tw-translate-y: -48px;
  }

  .max-laptop\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .max-laptop\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .max-laptop\:-translate-y-60 {
    --tw-translate-y: -60px;
  }

  .max-laptop\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .max-laptop\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .max-laptop\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .max-laptop\:-translate-y-95 {
    --tw-translate-y: -95px;
  }

  .max-laptop\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .max-laptop\:-translate-y-120 {
    --tw-translate-y: -120px;
  }

  .max-laptop\:-translate-y-190 {
    --tw-translate-y: -190px;
  }

  .max-laptop\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .max-laptop\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .max-laptop\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .max-laptop\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .max-laptop\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .max-laptop\:-translate-y-30\% {
    --tw-translate-y: -30%;
  }

  .max-laptop\:-translate-y-7\.5r {
    --tw-translate-y: -1.875rem;
  }

  .max-laptop\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .max-laptop\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .max-laptop\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .max-laptop\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .max-laptop\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .max-laptop\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .max-laptop\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .max-laptop\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .max-laptop\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .max-laptop\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .max-laptop\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .max-laptop\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .max-laptop\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .max-laptop\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .max-laptop\:hover\:translate-x-0:hover {
    --tw-translate-x: 0;
  }

  .max-laptop\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .max-laptop\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .max-laptop\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .max-laptop\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .max-laptop\:hover\:translate-x-5:hover {
    --tw-translate-x: 5px;
  }

  .max-laptop\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .max-laptop\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .max-laptop\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .max-laptop\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .max-laptop\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px;
  }

  .max-laptop\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .max-laptop\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .max-laptop\:hover\:translate-x-14:hover {
    --tw-translate-x: 14px;
  }

  .max-laptop\:hover\:translate-x-16:hover {
    --tw-translate-x: 16px;
  }

  .max-laptop\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px;
  }

  .max-laptop\:hover\:translate-x-24:hover {
    --tw-translate-x: 24px;
  }

  .max-laptop\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .max-laptop\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px;
  }

  .max-laptop\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .max-laptop\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .max-laptop\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .max-laptop\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .max-laptop\:hover\:translate-x-48:hover {
    --tw-translate-x: 48px;
  }

  .max-laptop\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .max-laptop\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .max-laptop\:hover\:translate-x-60:hover {
    --tw-translate-x: 60px;
  }

  .max-laptop\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .max-laptop\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .max-laptop\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .max-laptop\:hover\:translate-x-95:hover {
    --tw-translate-x: 95px;
  }

  .max-laptop\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .max-laptop\:hover\:translate-x-120:hover {
    --tw-translate-x: 120px;
  }

  .max-laptop\:hover\:translate-x-190:hover {
    --tw-translate-x: 190px;
  }

  .max-laptop\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .max-laptop\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .max-laptop\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .max-laptop\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .max-laptop\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .max-laptop\:hover\:translate-x-30\%:hover {
    --tw-translate-x: 30%;
  }

  .max-laptop\:hover\:translate-x-7\.5r:hover {
    --tw-translate-x: 1.875rem;
  }

  .max-laptop\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .max-laptop\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .max-laptop\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .max-laptop\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .max-laptop\:hover\:-translate-x-5:hover {
    --tw-translate-x: -5px;
  }

  .max-laptop\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .max-laptop\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .max-laptop\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .max-laptop\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .max-laptop\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px;
  }

  .max-laptop\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .max-laptop\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .max-laptop\:hover\:-translate-x-14:hover {
    --tw-translate-x: -14px;
  }

  .max-laptop\:hover\:-translate-x-16:hover {
    --tw-translate-x: -16px;
  }

  .max-laptop\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px;
  }

  .max-laptop\:hover\:-translate-x-24:hover {
    --tw-translate-x: -24px;
  }

  .max-laptop\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .max-laptop\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px;
  }

  .max-laptop\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .max-laptop\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .max-laptop\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .max-laptop\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .max-laptop\:hover\:-translate-x-48:hover {
    --tw-translate-x: -48px;
  }

  .max-laptop\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .max-laptop\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .max-laptop\:hover\:-translate-x-60:hover {
    --tw-translate-x: -60px;
  }

  .max-laptop\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .max-laptop\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .max-laptop\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .max-laptop\:hover\:-translate-x-95:hover {
    --tw-translate-x: -95px;
  }

  .max-laptop\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .max-laptop\:hover\:-translate-x-120:hover {
    --tw-translate-x: -120px;
  }

  .max-laptop\:hover\:-translate-x-190:hover {
    --tw-translate-x: -190px;
  }

  .max-laptop\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .max-laptop\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .max-laptop\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .max-laptop\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .max-laptop\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .max-laptop\:hover\:-translate-x-30\%:hover {
    --tw-translate-x: -30%;
  }

  .max-laptop\:hover\:-translate-x-7\.5r:hover {
    --tw-translate-x: -1.875rem;
  }

  .max-laptop\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .max-laptop\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .max-laptop\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .max-laptop\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .max-laptop\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .max-laptop\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .max-laptop\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .max-laptop\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .max-laptop\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .max-laptop\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .max-laptop\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .max-laptop\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .max-laptop\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .max-laptop\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .max-laptop\:hover\:translate-y-0:hover {
    --tw-translate-y: 0;
  }

  .max-laptop\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .max-laptop\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .max-laptop\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .max-laptop\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .max-laptop\:hover\:translate-y-5:hover {
    --tw-translate-y: 5px;
  }

  .max-laptop\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .max-laptop\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .max-laptop\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .max-laptop\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .max-laptop\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px;
  }

  .max-laptop\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .max-laptop\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .max-laptop\:hover\:translate-y-14:hover {
    --tw-translate-y: 14px;
  }

  .max-laptop\:hover\:translate-y-16:hover {
    --tw-translate-y: 16px;
  }

  .max-laptop\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px;
  }

  .max-laptop\:hover\:translate-y-24:hover {
    --tw-translate-y: 24px;
  }

  .max-laptop\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .max-laptop\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px;
  }

  .max-laptop\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .max-laptop\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .max-laptop\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .max-laptop\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .max-laptop\:hover\:translate-y-48:hover {
    --tw-translate-y: 48px;
  }

  .max-laptop\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .max-laptop\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .max-laptop\:hover\:translate-y-60:hover {
    --tw-translate-y: 60px;
  }

  .max-laptop\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .max-laptop\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .max-laptop\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .max-laptop\:hover\:translate-y-95:hover {
    --tw-translate-y: 95px;
  }

  .max-laptop\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .max-laptop\:hover\:translate-y-120:hover {
    --tw-translate-y: 120px;
  }

  .max-laptop\:hover\:translate-y-190:hover {
    --tw-translate-y: 190px;
  }

  .max-laptop\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .max-laptop\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .max-laptop\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .max-laptop\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .max-laptop\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .max-laptop\:hover\:translate-y-30\%:hover {
    --tw-translate-y: 30%;
  }

  .max-laptop\:hover\:translate-y-7\.5r:hover {
    --tw-translate-y: 1.875rem;
  }

  .max-laptop\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .max-laptop\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .max-laptop\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .max-laptop\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .max-laptop\:hover\:-translate-y-5:hover {
    --tw-translate-y: -5px;
  }

  .max-laptop\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .max-laptop\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .max-laptop\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .max-laptop\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .max-laptop\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px;
  }

  .max-laptop\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .max-laptop\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .max-laptop\:hover\:-translate-y-14:hover {
    --tw-translate-y: -14px;
  }

  .max-laptop\:hover\:-translate-y-16:hover {
    --tw-translate-y: -16px;
  }

  .max-laptop\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px;
  }

  .max-laptop\:hover\:-translate-y-24:hover {
    --tw-translate-y: -24px;
  }

  .max-laptop\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .max-laptop\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px;
  }

  .max-laptop\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .max-laptop\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .max-laptop\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .max-laptop\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .max-laptop\:hover\:-translate-y-48:hover {
    --tw-translate-y: -48px;
  }

  .max-laptop\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .max-laptop\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .max-laptop\:hover\:-translate-y-60:hover {
    --tw-translate-y: -60px;
  }

  .max-laptop\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .max-laptop\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .max-laptop\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .max-laptop\:hover\:-translate-y-95:hover {
    --tw-translate-y: -95px;
  }

  .max-laptop\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .max-laptop\:hover\:-translate-y-120:hover {
    --tw-translate-y: -120px;
  }

  .max-laptop\:hover\:-translate-y-190:hover {
    --tw-translate-y: -190px;
  }

  .max-laptop\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .max-laptop\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .max-laptop\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .max-laptop\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .max-laptop\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .max-laptop\:hover\:-translate-y-30\%:hover {
    --tw-translate-y: -30%;
  }

  .max-laptop\:hover\:-translate-y-7\.5r:hover {
    --tw-translate-y: -1.875rem;
  }

  .max-laptop\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .max-laptop\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .max-laptop\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .max-laptop\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .max-laptop\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .max-laptop\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .max-laptop\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .max-laptop\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .max-laptop\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .max-laptop\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .max-laptop\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .max-laptop\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .max-laptop\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .max-laptop\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .max-laptop\:focus\:translate-x-0:focus {
    --tw-translate-x: 0;
  }

  .max-laptop\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .max-laptop\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .max-laptop\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .max-laptop\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .max-laptop\:focus\:translate-x-5:focus {
    --tw-translate-x: 5px;
  }

  .max-laptop\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .max-laptop\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .max-laptop\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .max-laptop\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .max-laptop\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px;
  }

  .max-laptop\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .max-laptop\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .max-laptop\:focus\:translate-x-14:focus {
    --tw-translate-x: 14px;
  }

  .max-laptop\:focus\:translate-x-16:focus {
    --tw-translate-x: 16px;
  }

  .max-laptop\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px;
  }

  .max-laptop\:focus\:translate-x-24:focus {
    --tw-translate-x: 24px;
  }

  .max-laptop\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .max-laptop\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px;
  }

  .max-laptop\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .max-laptop\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .max-laptop\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .max-laptop\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .max-laptop\:focus\:translate-x-48:focus {
    --tw-translate-x: 48px;
  }

  .max-laptop\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .max-laptop\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .max-laptop\:focus\:translate-x-60:focus {
    --tw-translate-x: 60px;
  }

  .max-laptop\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .max-laptop\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .max-laptop\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .max-laptop\:focus\:translate-x-95:focus {
    --tw-translate-x: 95px;
  }

  .max-laptop\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .max-laptop\:focus\:translate-x-120:focus {
    --tw-translate-x: 120px;
  }

  .max-laptop\:focus\:translate-x-190:focus {
    --tw-translate-x: 190px;
  }

  .max-laptop\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .max-laptop\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .max-laptop\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .max-laptop\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .max-laptop\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .max-laptop\:focus\:translate-x-30\%:focus {
    --tw-translate-x: 30%;
  }

  .max-laptop\:focus\:translate-x-7\.5r:focus {
    --tw-translate-x: 1.875rem;
  }

  .max-laptop\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .max-laptop\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .max-laptop\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .max-laptop\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .max-laptop\:focus\:-translate-x-5:focus {
    --tw-translate-x: -5px;
  }

  .max-laptop\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .max-laptop\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .max-laptop\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .max-laptop\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .max-laptop\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px;
  }

  .max-laptop\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .max-laptop\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .max-laptop\:focus\:-translate-x-14:focus {
    --tw-translate-x: -14px;
  }

  .max-laptop\:focus\:-translate-x-16:focus {
    --tw-translate-x: -16px;
  }

  .max-laptop\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px;
  }

  .max-laptop\:focus\:-translate-x-24:focus {
    --tw-translate-x: -24px;
  }

  .max-laptop\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .max-laptop\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px;
  }

  .max-laptop\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .max-laptop\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .max-laptop\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .max-laptop\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .max-laptop\:focus\:-translate-x-48:focus {
    --tw-translate-x: -48px;
  }

  .max-laptop\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .max-laptop\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .max-laptop\:focus\:-translate-x-60:focus {
    --tw-translate-x: -60px;
  }

  .max-laptop\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .max-laptop\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .max-laptop\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .max-laptop\:focus\:-translate-x-95:focus {
    --tw-translate-x: -95px;
  }

  .max-laptop\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .max-laptop\:focus\:-translate-x-120:focus {
    --tw-translate-x: -120px;
  }

  .max-laptop\:focus\:-translate-x-190:focus {
    --tw-translate-x: -190px;
  }

  .max-laptop\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .max-laptop\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .max-laptop\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .max-laptop\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .max-laptop\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .max-laptop\:focus\:-translate-x-30\%:focus {
    --tw-translate-x: -30%;
  }

  .max-laptop\:focus\:-translate-x-7\.5r:focus {
    --tw-translate-x: -1.875rem;
  }

  .max-laptop\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .max-laptop\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .max-laptop\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .max-laptop\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .max-laptop\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .max-laptop\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .max-laptop\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .max-laptop\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .max-laptop\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .max-laptop\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .max-laptop\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .max-laptop\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .max-laptop\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .max-laptop\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .max-laptop\:focus\:translate-y-0:focus {
    --tw-translate-y: 0;
  }

  .max-laptop\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .max-laptop\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .max-laptop\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .max-laptop\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .max-laptop\:focus\:translate-y-5:focus {
    --tw-translate-y: 5px;
  }

  .max-laptop\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .max-laptop\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .max-laptop\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .max-laptop\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .max-laptop\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px;
  }

  .max-laptop\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .max-laptop\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .max-laptop\:focus\:translate-y-14:focus {
    --tw-translate-y: 14px;
  }

  .max-laptop\:focus\:translate-y-16:focus {
    --tw-translate-y: 16px;
  }

  .max-laptop\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px;
  }

  .max-laptop\:focus\:translate-y-24:focus {
    --tw-translate-y: 24px;
  }

  .max-laptop\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .max-laptop\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px;
  }

  .max-laptop\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .max-laptop\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .max-laptop\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .max-laptop\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .max-laptop\:focus\:translate-y-48:focus {
    --tw-translate-y: 48px;
  }

  .max-laptop\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .max-laptop\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .max-laptop\:focus\:translate-y-60:focus {
    --tw-translate-y: 60px;
  }

  .max-laptop\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .max-laptop\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .max-laptop\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .max-laptop\:focus\:translate-y-95:focus {
    --tw-translate-y: 95px;
  }

  .max-laptop\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .max-laptop\:focus\:translate-y-120:focus {
    --tw-translate-y: 120px;
  }

  .max-laptop\:focus\:translate-y-190:focus {
    --tw-translate-y: 190px;
  }

  .max-laptop\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .max-laptop\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .max-laptop\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .max-laptop\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .max-laptop\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .max-laptop\:focus\:translate-y-30\%:focus {
    --tw-translate-y: 30%;
  }

  .max-laptop\:focus\:translate-y-7\.5r:focus {
    --tw-translate-y: 1.875rem;
  }

  .max-laptop\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .max-laptop\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .max-laptop\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .max-laptop\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .max-laptop\:focus\:-translate-y-5:focus {
    --tw-translate-y: -5px;
  }

  .max-laptop\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .max-laptop\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .max-laptop\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .max-laptop\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .max-laptop\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px;
  }

  .max-laptop\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .max-laptop\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .max-laptop\:focus\:-translate-y-14:focus {
    --tw-translate-y: -14px;
  }

  .max-laptop\:focus\:-translate-y-16:focus {
    --tw-translate-y: -16px;
  }

  .max-laptop\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px;
  }

  .max-laptop\:focus\:-translate-y-24:focus {
    --tw-translate-y: -24px;
  }

  .max-laptop\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .max-laptop\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px;
  }

  .max-laptop\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .max-laptop\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .max-laptop\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .max-laptop\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .max-laptop\:focus\:-translate-y-48:focus {
    --tw-translate-y: -48px;
  }

  .max-laptop\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .max-laptop\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .max-laptop\:focus\:-translate-y-60:focus {
    --tw-translate-y: -60px;
  }

  .max-laptop\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .max-laptop\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .max-laptop\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .max-laptop\:focus\:-translate-y-95:focus {
    --tw-translate-y: -95px;
  }

  .max-laptop\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .max-laptop\:focus\:-translate-y-120:focus {
    --tw-translate-y: -120px;
  }

  .max-laptop\:focus\:-translate-y-190:focus {
    --tw-translate-y: -190px;
  }

  .max-laptop\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .max-laptop\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .max-laptop\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .max-laptop\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .max-laptop\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .max-laptop\:focus\:-translate-y-30\%:focus {
    --tw-translate-y: -30%;
  }

  .max-laptop\:focus\:-translate-y-7\.5r:focus {
    --tw-translate-y: -1.875rem;
  }

  .max-laptop\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .max-laptop\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .max-laptop\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .max-laptop\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .max-laptop\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .max-laptop\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .max-laptop\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .max-laptop\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .max-laptop\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .max-laptop\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .max-laptop\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .max-laptop\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .max-laptop\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .max-laptop\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .max-laptop\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .max-laptop\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .max-laptop\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .max-laptop\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .max-laptop\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .max-laptop\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .max-laptop\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .max-laptop\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .max-laptop\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .max-laptop\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .max-laptop\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .max-laptop\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .max-laptop\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .max-laptop\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .max-laptop\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .max-laptop\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .max-laptop\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .max-laptop\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .max-laptop\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .max-laptop\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .max-laptop\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .max-laptop\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .max-laptop\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .max-laptop\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .max-laptop\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .max-laptop\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .max-laptop\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .max-laptop\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .max-laptop\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .max-laptop\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .max-laptop\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .max-laptop\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .max-laptop\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .max-laptop\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .max-laptop\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .max-laptop\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .max-laptop\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .max-laptop\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .max-laptop\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .max-laptop\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .max-laptop\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .max-laptop\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .max-laptop\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .max-laptop\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .max-laptop\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .max-laptop\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .max-laptop\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .max-laptop\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .max-laptop\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .max-laptop\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .max-laptop\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .max-laptop\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .max-laptop\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .max-laptop\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .max-laptop\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .max-laptop\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .max-laptop\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .max-laptop\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .max-laptop\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .max-laptop\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .max-laptop\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .max-laptop\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .max-laptop\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .max-laptop\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .max-laptop\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .max-laptop\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .max-laptop\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .max-laptop\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .max-laptop\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .max-laptop\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .max-laptop\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .max-laptop\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .max-laptop\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .max-laptop\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .max-laptop\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .max-laptop\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .max-laptop\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .max-laptop\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .max-laptop\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .max-laptop\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .max-laptop\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .max-laptop\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .max-laptop\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .max-laptop\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .max-laptop\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .max-laptop\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .max-laptop\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .max-laptop\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .max-laptop\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .max-laptop\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .max-laptop\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .max-laptop\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .max-laptop\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .max-laptop\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .max-laptop\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .max-laptop\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .max-laptop\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .max-laptop\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .max-laptop\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .max-laptop\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .max-laptop\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .max-laptop\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .max-laptop\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .max-laptop\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .max-laptop\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .max-laptop\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .max-laptop\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .max-laptop\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .max-laptop\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .max-laptop\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .max-laptop\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .max-laptop\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .max-laptop\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .max-laptop\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .max-laptop\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .max-laptop\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .max-laptop\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .max-laptop\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .max-laptop\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .max-laptop\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .max-laptop\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .max-laptop\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .max-laptop\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .max-laptop\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .max-laptop\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .max-laptop\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .max-laptop\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .max-laptop\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .max-laptop\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .max-laptop\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .max-laptop\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .max-laptop\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .max-laptop\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .max-laptop\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .max-laptop\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .max-laptop\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .max-laptop\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .max-laptop\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .max-laptop\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .max-laptop\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .max-laptop\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .max-laptop\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .max-laptop\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .max-laptop\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .max-laptop\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .max-laptop\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .max-laptop\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .max-laptop\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .max-laptop\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .max-laptop\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .max-laptop\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .max-laptop\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .max-laptop\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .max-laptop\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .max-laptop\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .max-laptop\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .max-laptop\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .max-laptop\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .max-laptop\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .max-laptop\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .max-laptop\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .max-laptop\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .max-laptop\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .max-laptop\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .max-laptop\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .max-laptop\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .max-laptop\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .max-laptop\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .max-laptop\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .max-laptop\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .max-laptop\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .max-laptop\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .max-laptop\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .max-laptop\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .max-laptop\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .max-laptop\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .max-laptop\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .max-laptop\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .max-laptop\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .max-laptop\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .max-laptop\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .max-laptop\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .max-laptop\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .max-laptop\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .max-laptop\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .max-laptop\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .max-laptop\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .max-laptop\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .max-laptop\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .max-laptop\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .max-laptop\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .max-laptop\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .max-laptop\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .max-laptop\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .max-laptop\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .max-laptop\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .max-laptop\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .max-laptop\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .max-laptop\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .max-laptop\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .max-laptop\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .max-laptop\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .max-laptop\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .max-laptop\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .max-laptop\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .max-laptop\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .max-laptop\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .max-laptop\:animate-fade-in {
    -webkit-animation: fade-in 0.5s ease-out;
            animation: fade-in 0.5s ease-out;
  }

  .max-laptop\:cursor-auto {
    cursor: auto;
  }

  .max-laptop\:cursor-default {
    cursor: default;
  }

  .max-laptop\:cursor-pointer {
    cursor: pointer;
  }

  .max-laptop\:cursor-wait {
    cursor: wait;
  }

  .max-laptop\:cursor-text {
    cursor: text;
  }

  .max-laptop\:cursor-move {
    cursor: move;
  }

  .max-laptop\:cursor-help {
    cursor: help;
  }

  .max-laptop\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .max-laptop\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .max-laptop\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .max-laptop\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .max-laptop\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .max-laptop\:resize-none {
    resize: none;
  }

  .max-laptop\:resize-y {
    resize: vertical;
  }

  .max-laptop\:resize-x {
    resize: horizontal;
  }

  .max-laptop\:resize {
    resize: both;
  }

  .max-laptop\:list-inside {
    list-style-position: inside;
  }

  .max-laptop\:list-outside {
    list-style-position: outside;
  }

  .max-laptop\:list-none {
    list-style-type: none;
  }

  .max-laptop\:list-disc {
    list-style-type: disc;
  }

  .max-laptop\:list-decimal {
    list-style-type: decimal;
  }

  .max-laptop\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .max-laptop\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .max-laptop\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .max-laptop\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .max-laptop\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .max-laptop\:grid-flow-row {
    grid-auto-flow: row;
  }

  .max-laptop\:grid-flow-col {
    grid-auto-flow: column;
  }

  .max-laptop\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .max-laptop\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .max-laptop\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .max-laptop\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .max-laptop\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .max-laptop\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .max-laptop\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .max-laptop\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .max-laptop\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .max-laptop\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .max-laptop\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .max-laptop\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .max-laptop\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .max-laptop\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .max-laptop\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .max-laptop\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .max-laptop\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .max-laptop\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .max-laptop\:grid-cols-none {
    grid-template-columns: none;
  }

  .max-laptop\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .max-laptop\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .max-laptop\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .max-laptop\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .max-laptop\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .max-laptop\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .max-laptop\:grid-rows-none {
    grid-template-rows: none;
  }

  .max-laptop\:flex-row {
    flex-direction: row;
  }

  .max-laptop\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .max-laptop\:flex-col {
    flex-direction: column;
  }

  .max-laptop\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .max-laptop\:flex-wrap {
    flex-wrap: wrap;
  }

  .max-laptop\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .max-laptop\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .max-laptop\:place-content-center {
    align-content: center;
    justify-content: center;
    place-content: center;
  }

  .max-laptop\:place-content-start {
    align-content: start;
    justify-content: start;
    place-content: start;
  }

  .max-laptop\:place-content-end {
    align-content: end;
    justify-content: end;
    place-content: end;
  }

  .max-laptop\:place-content-between {
    align-content: space-between;
    justify-content: space-between;
    place-content: space-between;
  }

  .max-laptop\:place-content-around {
    align-content: space-around;
    justify-content: space-around;
    place-content: space-around;
  }

  .max-laptop\:place-content-evenly {
    align-content: space-evenly;
    justify-content: space-evenly;
    place-content: space-evenly;
  }

  .max-laptop\:place-content-stretch {
    align-content: stretch;
    justify-content: stretch;
    place-content: stretch;
  }

  .max-laptop\:place-items-start {
    align-items: start;
    justify-items: start;
    place-items: start;
  }

  .max-laptop\:place-items-end {
    align-items: end;
    justify-items: end;
    place-items: end;
  }

  .max-laptop\:place-items-center {
    align-items: center;
    justify-items: center;
    place-items: center;
  }

  .max-laptop\:place-items-stretch {
    align-items: stretch;
    justify-items: stretch;
    place-items: stretch;
  }

  .max-laptop\:content-center {
    align-content: center;
  }

  .max-laptop\:content-start {
    align-content: flex-start;
  }

  .max-laptop\:content-end {
    align-content: flex-end;
  }

  .max-laptop\:content-between {
    align-content: space-between;
  }

  .max-laptop\:content-around {
    align-content: space-around;
  }

  .max-laptop\:content-evenly {
    align-content: space-evenly;
  }

  .max-laptop\:items-start {
    align-items: flex-start;
  }

  .max-laptop\:items-end {
    align-items: flex-end;
  }

  .max-laptop\:items-center {
    align-items: center;
  }

  .max-laptop\:items-baseline {
    align-items: baseline;
  }

  .max-laptop\:items-stretch {
    align-items: stretch;
  }

  .max-laptop\:justify-start {
    justify-content: flex-start;
  }

  .max-laptop\:justify-end {
    justify-content: flex-end;
  }

  .max-laptop\:justify-center {
    justify-content: center;
  }

  .max-laptop\:justify-between {
    justify-content: space-between;
  }

  .max-laptop\:justify-around {
    justify-content: space-around;
  }

  .max-laptop\:justify-evenly {
    justify-content: space-evenly;
  }

  .max-laptop\:justify-items-start {
    justify-items: start;
  }

  .max-laptop\:justify-items-end {
    justify-items: end;
  }

  .max-laptop\:justify-items-center {
    justify-items: center;
  }

  .max-laptop\:justify-items-stretch {
    justify-items: stretch;
  }

  .max-laptop\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .max-laptop\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .max-laptop\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .max-laptop\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .max-laptop\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .max-laptop\:gap-5 {
    grid-gap: 5px;
    gap: 5px;
  }

  .max-laptop\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .max-laptop\:gap-7 {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .max-laptop\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .max-laptop\:gap-9 {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .max-laptop\:gap-10 {
    grid-gap: 10px;
    gap: 10px;
  }

  .max-laptop\:gap-11 {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .max-laptop\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .max-laptop\:gap-14 {
    grid-gap: 14px;
    gap: 14px;
  }

  .max-laptop\:gap-16 {
    grid-gap: 16px;
    gap: 16px;
  }

  .max-laptop\:gap-20 {
    grid-gap: 20px;
    gap: 20px;
  }

  .max-laptop\:gap-24 {
    grid-gap: 24px;
    gap: 24px;
  }

  .max-laptop\:gap-28 {
    grid-gap: 7rem;
    gap: 7rem;
  }

  .max-laptop\:gap-30 {
    grid-gap: 30px;
    gap: 30px;
  }

  .max-laptop\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .max-laptop\:gap-36 {
    grid-gap: 9rem;
    gap: 9rem;
  }

  .max-laptop\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .max-laptop\:gap-44 {
    grid-gap: 11rem;
    gap: 11rem;
  }

  .max-laptop\:gap-48 {
    grid-gap: 48px;
    gap: 48px;
  }

  .max-laptop\:gap-52 {
    grid-gap: 13rem;
    gap: 13rem;
  }

  .max-laptop\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .max-laptop\:gap-60 {
    grid-gap: 60px;
    gap: 60px;
  }

  .max-laptop\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .max-laptop\:gap-72 {
    grid-gap: 18rem;
    gap: 18rem;
  }

  .max-laptop\:gap-80 {
    grid-gap: 20rem;
    gap: 20rem;
  }

  .max-laptop\:gap-95 {
    grid-gap: 95px;
    gap: 95px;
  }

  .max-laptop\:gap-96 {
    grid-gap: 24rem;
    gap: 24rem;
  }

  .max-laptop\:gap-120 {
    grid-gap: 120px;
    gap: 120px;
  }

  .max-laptop\:gap-190 {
    grid-gap: 190px;
    gap: 190px;
  }

  .max-laptop\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .max-laptop\:gap-0\.5 {
    grid-gap: 0.125rem;
    gap: 0.125rem;
  }

  .max-laptop\:gap-1\.5 {
    grid-gap: 0.375rem;
    gap: 0.375rem;
  }

  .max-laptop\:gap-2\.5 {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }

  .max-laptop\:gap-3\.5 {
    grid-gap: 0.875rem;
    gap: 0.875rem;
  }

  .max-laptop\:gap-30\% {
    grid-gap: 30%;
    gap: 30%;
  }

  .max-laptop\:gap-7\.5r {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }

  .max-laptop\:gap-x-0 {
    -moz-column-gap: 0;
         grid-column-gap: 0;
         column-gap: 0;
  }

  .max-laptop\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         grid-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .max-laptop\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         grid-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .max-laptop\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         grid-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .max-laptop\:gap-x-4 {
    -moz-column-gap: 1rem;
         grid-column-gap: 1rem;
         column-gap: 1rem;
  }

  .max-laptop\:gap-x-5 {
    -moz-column-gap: 5px;
         grid-column-gap: 5px;
         column-gap: 5px;
  }

  .max-laptop\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         grid-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .max-laptop\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         grid-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .max-laptop\:gap-x-8 {
    -moz-column-gap: 2rem;
         grid-column-gap: 2rem;
         column-gap: 2rem;
  }

  .max-laptop\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         grid-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .max-laptop\:gap-x-10 {
    -moz-column-gap: 10px;
         grid-column-gap: 10px;
         column-gap: 10px;
  }

  .max-laptop\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         grid-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .max-laptop\:gap-x-12 {
    -moz-column-gap: 3rem;
         grid-column-gap: 3rem;
         column-gap: 3rem;
  }

  .max-laptop\:gap-x-14 {
    -moz-column-gap: 14px;
         grid-column-gap: 14px;
         column-gap: 14px;
  }

  .max-laptop\:gap-x-16 {
    -moz-column-gap: 16px;
         grid-column-gap: 16px;
         column-gap: 16px;
  }

  .max-laptop\:gap-x-20 {
    -moz-column-gap: 20px;
         grid-column-gap: 20px;
         column-gap: 20px;
  }

  .max-laptop\:gap-x-24 {
    -moz-column-gap: 24px;
         grid-column-gap: 24px;
         column-gap: 24px;
  }

  .max-laptop\:gap-x-28 {
    -moz-column-gap: 7rem;
         grid-column-gap: 7rem;
         column-gap: 7rem;
  }

  .max-laptop\:gap-x-30 {
    -moz-column-gap: 30px;
         grid-column-gap: 30px;
         column-gap: 30px;
  }

  .max-laptop\:gap-x-32 {
    -moz-column-gap: 8rem;
         grid-column-gap: 8rem;
         column-gap: 8rem;
  }

  .max-laptop\:gap-x-36 {
    -moz-column-gap: 9rem;
         grid-column-gap: 9rem;
         column-gap: 9rem;
  }

  .max-laptop\:gap-x-40 {
    -moz-column-gap: 10rem;
         grid-column-gap: 10rem;
         column-gap: 10rem;
  }

  .max-laptop\:gap-x-44 {
    -moz-column-gap: 11rem;
         grid-column-gap: 11rem;
         column-gap: 11rem;
  }

  .max-laptop\:gap-x-48 {
    -moz-column-gap: 48px;
         grid-column-gap: 48px;
         column-gap: 48px;
  }

  .max-laptop\:gap-x-52 {
    -moz-column-gap: 13rem;
         grid-column-gap: 13rem;
         column-gap: 13rem;
  }

  .max-laptop\:gap-x-56 {
    -moz-column-gap: 14rem;
         grid-column-gap: 14rem;
         column-gap: 14rem;
  }

  .max-laptop\:gap-x-60 {
    -moz-column-gap: 60px;
         grid-column-gap: 60px;
         column-gap: 60px;
  }

  .max-laptop\:gap-x-64 {
    -moz-column-gap: 16rem;
         grid-column-gap: 16rem;
         column-gap: 16rem;
  }

  .max-laptop\:gap-x-72 {
    -moz-column-gap: 18rem;
         grid-column-gap: 18rem;
         column-gap: 18rem;
  }

  .max-laptop\:gap-x-80 {
    -moz-column-gap: 20rem;
         grid-column-gap: 20rem;
         column-gap: 20rem;
  }

  .max-laptop\:gap-x-95 {
    -moz-column-gap: 95px;
         grid-column-gap: 95px;
         column-gap: 95px;
  }

  .max-laptop\:gap-x-96 {
    -moz-column-gap: 24rem;
         grid-column-gap: 24rem;
         column-gap: 24rem;
  }

  .max-laptop\:gap-x-120 {
    -moz-column-gap: 120px;
         grid-column-gap: 120px;
         column-gap: 120px;
  }

  .max-laptop\:gap-x-190 {
    -moz-column-gap: 190px;
         grid-column-gap: 190px;
         column-gap: 190px;
  }

  .max-laptop\:gap-x-px {
    -moz-column-gap: 1px;
         grid-column-gap: 1px;
         column-gap: 1px;
  }

  .max-laptop\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         grid-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .max-laptop\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         grid-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .max-laptop\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         grid-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .max-laptop\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         grid-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .max-laptop\:gap-x-30\% {
    -moz-column-gap: 30%;
         grid-column-gap: 30%;
         column-gap: 30%;
  }

  .max-laptop\:gap-x-7\.5r {
    -moz-column-gap: 1.875rem;
         grid-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }

  .max-laptop\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .max-laptop\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .max-laptop\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .max-laptop\:gap-y-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .max-laptop\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .max-laptop\:gap-y-5 {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .max-laptop\:gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .max-laptop\:gap-y-7 {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .max-laptop\:gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .max-laptop\:gap-y-9 {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .max-laptop\:gap-y-10 {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .max-laptop\:gap-y-11 {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .max-laptop\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .max-laptop\:gap-y-14 {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .max-laptop\:gap-y-16 {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .max-laptop\:gap-y-20 {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .max-laptop\:gap-y-24 {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .max-laptop\:gap-y-28 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .max-laptop\:gap-y-30 {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .max-laptop\:gap-y-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .max-laptop\:gap-y-36 {
    grid-row-gap: 9rem;
    row-gap: 9rem;
  }

  .max-laptop\:gap-y-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .max-laptop\:gap-y-44 {
    grid-row-gap: 11rem;
    row-gap: 11rem;
  }

  .max-laptop\:gap-y-48 {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .max-laptop\:gap-y-52 {
    grid-row-gap: 13rem;
    row-gap: 13rem;
  }

  .max-laptop\:gap-y-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .max-laptop\:gap-y-60 {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .max-laptop\:gap-y-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .max-laptop\:gap-y-72 {
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .max-laptop\:gap-y-80 {
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .max-laptop\:gap-y-95 {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .max-laptop\:gap-y-96 {
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .max-laptop\:gap-y-120 {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .max-laptop\:gap-y-190 {
    grid-row-gap: 190px;
    row-gap: 190px;
  }

  .max-laptop\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .max-laptop\:gap-y-0\.5 {
    grid-row-gap: 0.125rem;
    row-gap: 0.125rem;
  }

  .max-laptop\:gap-y-1\.5 {
    grid-row-gap: 0.375rem;
    row-gap: 0.375rem;
  }

  .max-laptop\:gap-y-2\.5 {
    grid-row-gap: 0.625rem;
    row-gap: 0.625rem;
  }

  .max-laptop\:gap-y-3\.5 {
    grid-row-gap: 0.875rem;
    row-gap: 0.875rem;
  }

  .max-laptop\:gap-y-30\% {
    grid-row-gap: 30%;
    row-gap: 30%;
  }

  .max-laptop\:gap-y-7\.5r {
    grid-row-gap: 1.875rem;
    row-gap: 1.875rem;
  }

  .max-laptop\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5px * var(--tw-space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14px * var(--tw-space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16px * var(--tw-space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24px * var(--tw-space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(48px * var(--tw-space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60px * var(--tw-space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95px * var(--tw-space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(120px * var(--tw-space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(190px * var(--tw-space-x-reverse));
    margin-left: calc(190px * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30% * var(--tw-space-x-reverse));
    margin-left: calc(30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-x-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5px * var(--tw-space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10px * var(--tw-space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14px * var(--tw-space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16px * var(--tw-space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20px * var(--tw-space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24px * var(--tw-space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30px * var(--tw-space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-48px * var(--tw-space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60px * var(--tw-space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95px * var(--tw-space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-120px * var(--tw-space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-190px * var(--tw-space-x-reverse));
    margin-left: calc(-190px * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30% * var(--tw-space-x-reverse));
    margin-left: calc(-30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:-space-x-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-laptop\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5px * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14px * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16px * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48px * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95px * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(190px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(190px * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30% * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5px * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10px * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14px * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16px * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20px * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24px * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30px * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48px * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60px * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95px * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-120px * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-190px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-190px * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30% * var(--tw-space-y-reverse));
  }

  .max-laptop\:-space-y-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--tw-space-y-reverse));
  }

  .max-laptop\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .max-laptop\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .max-laptop\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .max-laptop\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .max-laptop\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .max-laptop\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .max-laptop\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .max-laptop\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .max-laptop\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .max-laptop\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .max-laptop\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .max-laptop\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .max-laptop\:hover\:divide-x-0:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .max-laptop\:hover\:divide-x-2:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .max-laptop\:hover\:divide-x-4:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .max-laptop\:hover\:divide-x-8:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .max-laptop\:hover\:divide-x:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .max-laptop\:hover\:divide-y-0:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .max-laptop\:hover\:divide-y-2:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .max-laptop\:hover\:divide-y-4:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .max-laptop\:hover\:divide-y-8:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .max-laptop\:hover\:divide-y:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .max-laptop\:focus\:divide-x-0:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .max-laptop\:focus\:divide-x-2:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .max-laptop\:focus\:divide-x-4:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .max-laptop\:focus\:divide-x-8:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .max-laptop\:focus\:divide-x:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .max-laptop\:focus\:divide-y-0:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .max-laptop\:focus\:divide-y-2:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .max-laptop\:focus\:divide-y-4:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .max-laptop\:focus\:divide-y-8:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .max-laptop\:focus\:divide-y:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .max-laptop\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .max-laptop\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .max-laptop\:hover\:divide-y-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .max-laptop\:hover\:divide-x-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .max-laptop\:focus\:divide-y-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .max-laptop\:focus\:divide-x-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .max-laptop\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .max-laptop\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .max-laptop\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .max-laptop\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .max-laptop\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .max-laptop\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .max-laptop\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }

  .max-laptop\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-primary-color > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-primary-color-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-secondary-color > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-custom-gray-sm > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-custom-gray-sm2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-custom-gray-md > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-custom-navy-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-dark-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-secondary-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-secondary-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-secondary-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-secondary-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-secondary-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-grayCustom-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-grayCustom-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-grayCustom-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-grayCustom-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-grayCustom > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-grayCustom-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-grayCustom-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-grayCustom-hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-error > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-error-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-warning > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-warning-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-success-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-status-open > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-status-waiting_payment > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-status-completed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-status-failed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-status-waiting_verify > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-status-closed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-policyStatus-issuing > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-policyStatus-waiting_inspection > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-policyStatus-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-policyStatus-failed_inspection > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-policyStatus-failed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-policyStatus-waiting_policy > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-policyStatus-cancel > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .max-laptop\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .max-laptop\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .max-laptop\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .max-laptop\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .max-laptop\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .max-laptop\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .max-laptop\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .max-laptop\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .max-laptop\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .max-laptop\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .max-laptop\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .max-laptop\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .max-laptop\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .max-laptop\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .max-laptop\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .max-laptop\:place-self-auto {
    align-self: auto;
    justify-self: auto;
    place-self: auto;
  }

  .max-laptop\:place-self-start {
    align-self: start;
    justify-self: start;
    place-self: start;
  }

  .max-laptop\:place-self-end {
    align-self: end;
    justify-self: end;
    place-self: end;
  }

  .max-laptop\:place-self-center {
    align-self: center;
    justify-self: center;
    place-self: center;
  }

  .max-laptop\:place-self-stretch {
    align-self: stretch;
    justify-self: stretch;
    place-self: stretch;
  }

  .max-laptop\:self-auto {
    align-self: auto;
  }

  .max-laptop\:self-start {
    align-self: flex-start;
  }

  .max-laptop\:self-end {
    align-self: flex-end;
  }

  .max-laptop\:self-center {
    align-self: center;
  }

  .max-laptop\:self-stretch {
    align-self: stretch;
  }

  .max-laptop\:self-baseline {
    align-self: baseline;
  }

  .max-laptop\:justify-self-auto {
    justify-self: auto;
  }

  .max-laptop\:justify-self-start {
    justify-self: start;
  }

  .max-laptop\:justify-self-end {
    justify-self: end;
  }

  .max-laptop\:justify-self-center {
    justify-self: center;
  }

  .max-laptop\:justify-self-stretch {
    justify-self: stretch;
  }

  .max-laptop\:overflow-auto {
    overflow: auto;
  }

  .max-laptop\:overflow-hidden {
    overflow: hidden;
  }

  .max-laptop\:overflow-visible {
    overflow: visible;
  }

  .max-laptop\:overflow-scroll {
    overflow: scroll;
  }

  .max-laptop\:overflow-x-auto {
    overflow-x: auto;
  }

  .max-laptop\:overflow-y-auto {
    overflow-y: auto;
  }

  .max-laptop\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .max-laptop\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .max-laptop\:overflow-x-visible {
    overflow-x: visible;
  }

  .max-laptop\:overflow-y-visible {
    overflow-y: visible;
  }

  .max-laptop\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .max-laptop\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .max-laptop\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .max-laptop\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .max-laptop\:overscroll-none {
    overscroll-behavior: none;
  }

  .max-laptop\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .max-laptop\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .max-laptop\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .max-laptop\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .max-laptop\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .max-laptop\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .max-laptop\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .max-laptop\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .max-laptop\:overflow-clip {
    text-overflow: clip;
  }

  .max-laptop\:whitespace-normal {
    white-space: normal;
  }

  .max-laptop\:whitespace-nowrap {
    white-space: nowrap;
  }

  .max-laptop\:whitespace-pre {
    white-space: pre;
  }

  .max-laptop\:whitespace-pre-line {
    white-space: pre-line;
  }

  .max-laptop\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .max-laptop\:break-normal {
    word-wrap: normal;
    word-break: normal;
  }

  .max-laptop\:break-words {
    word-wrap: break-word;
  }

  .max-laptop\:break-all {
    word-break: break-all;
  }

  .max-laptop\:rounded-5 {
    border-radius: 5px;
  }

  .max-laptop\:rounded-10 {
    border-radius: 10px;
  }

  .max-laptop\:rounded-20 {
    border-radius: 20px;
  }

  .max-laptop\:rounded-48 {
    border-radius: 48px;
  }

  .max-laptop\:rounded-none {
    border-radius: 0;
  }

  .max-laptop\:rounded-sm {
    border-radius: 0.125rem;
  }

  .max-laptop\:rounded {
    border-radius: 5px;
  }

  .max-laptop\:rounded-md {
    border-radius: 0.375rem;
  }

  .max-laptop\:rounded-lg {
    border-radius: 0.5rem;
  }

  .max-laptop\:rounded-xl {
    border-radius: 0.75rem;
  }

  .max-laptop\:rounded-2xl {
    border-radius: 1rem;
  }

  .max-laptop\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .max-laptop\:rounded-full {
    border-radius: 9999px;
  }

  .max-laptop\:rounded-t-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .max-laptop\:rounded-t-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .max-laptop\:rounded-t-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .max-laptop\:rounded-t-48 {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
  }

  .max-laptop\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .max-laptop\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .max-laptop\:rounded-t {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .max-laptop\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .max-laptop\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .max-laptop\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .max-laptop\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .max-laptop\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .max-laptop\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .max-laptop\:rounded-r-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .max-laptop\:rounded-r-10 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .max-laptop\:rounded-r-20 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .max-laptop\:rounded-r-48 {
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
  }

  .max-laptop\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .max-laptop\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .max-laptop\:rounded-r {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .max-laptop\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .max-laptop\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .max-laptop\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .max-laptop\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .max-laptop\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .max-laptop\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .max-laptop\:rounded-b-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .max-laptop\:rounded-b-10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .max-laptop\:rounded-b-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .max-laptop\:rounded-b-48 {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
  }

  .max-laptop\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .max-laptop\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .max-laptop\:rounded-b {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .max-laptop\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .max-laptop\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .max-laptop\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .max-laptop\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .max-laptop\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .max-laptop\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .max-laptop\:rounded-l-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .max-laptop\:rounded-l-10 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .max-laptop\:rounded-l-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .max-laptop\:rounded-l-48 {
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;
  }

  .max-laptop\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .max-laptop\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .max-laptop\:rounded-l {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .max-laptop\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .max-laptop\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .max-laptop\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .max-laptop\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .max-laptop\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .max-laptop\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .max-laptop\:rounded-tl-5 {
    border-top-left-radius: 5px;
  }

  .max-laptop\:rounded-tl-10 {
    border-top-left-radius: 10px;
  }

  .max-laptop\:rounded-tl-20 {
    border-top-left-radius: 20px;
  }

  .max-laptop\:rounded-tl-48 {
    border-top-left-radius: 48px;
  }

  .max-laptop\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .max-laptop\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .max-laptop\:rounded-tl {
    border-top-left-radius: 5px;
  }

  .max-laptop\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .max-laptop\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .max-laptop\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .max-laptop\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .max-laptop\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .max-laptop\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .max-laptop\:rounded-tr-5 {
    border-top-right-radius: 5px;
  }

  .max-laptop\:rounded-tr-10 {
    border-top-right-radius: 10px;
  }

  .max-laptop\:rounded-tr-20 {
    border-top-right-radius: 20px;
  }

  .max-laptop\:rounded-tr-48 {
    border-top-right-radius: 48px;
  }

  .max-laptop\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .max-laptop\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .max-laptop\:rounded-tr {
    border-top-right-radius: 5px;
  }

  .max-laptop\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .max-laptop\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .max-laptop\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .max-laptop\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .max-laptop\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .max-laptop\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .max-laptop\:rounded-br-5 {
    border-bottom-right-radius: 5px;
  }

  .max-laptop\:rounded-br-10 {
    border-bottom-right-radius: 10px;
  }

  .max-laptop\:rounded-br-20 {
    border-bottom-right-radius: 20px;
  }

  .max-laptop\:rounded-br-48 {
    border-bottom-right-radius: 48px;
  }

  .max-laptop\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .max-laptop\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .max-laptop\:rounded-br {
    border-bottom-right-radius: 5px;
  }

  .max-laptop\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .max-laptop\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .max-laptop\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .max-laptop\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .max-laptop\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .max-laptop\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .max-laptop\:rounded-bl-5 {
    border-bottom-left-radius: 5px;
  }

  .max-laptop\:rounded-bl-10 {
    border-bottom-left-radius: 10px;
  }

  .max-laptop\:rounded-bl-20 {
    border-bottom-left-radius: 20px;
  }

  .max-laptop\:rounded-bl-48 {
    border-bottom-left-radius: 48px;
  }

  .max-laptop\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .max-laptop\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .max-laptop\:rounded-bl {
    border-bottom-left-radius: 5px;
  }

  .max-laptop\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .max-laptop\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .max-laptop\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .max-laptop\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .max-laptop\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .max-laptop\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .max-laptop\:border-0 {
    border-width: 0px;
  }

  .max-laptop\:border-2 {
    border-width: 2px;
  }

  .max-laptop\:border-4 {
    border-width: 4px;
  }

  .max-laptop\:border-8 {
    border-width: 8px;
  }

  .max-laptop\:border {
    border-width: 1px;
  }

  .max-laptop\:hover\:border-0:hover {
    border-width: 0px;
  }

  .max-laptop\:hover\:border-2:hover {
    border-width: 2px;
  }

  .max-laptop\:hover\:border-4:hover {
    border-width: 4px;
  }

  .max-laptop\:hover\:border-8:hover {
    border-width: 8px;
  }

  .max-laptop\:hover\:border:hover {
    border-width: 1px;
  }

  .max-laptop\:focus\:border-0:focus {
    border-width: 0px;
  }

  .max-laptop\:focus\:border-2:focus {
    border-width: 2px;
  }

  .max-laptop\:focus\:border-4:focus {
    border-width: 4px;
  }

  .max-laptop\:focus\:border-8:focus {
    border-width: 8px;
  }

  .max-laptop\:focus\:border:focus {
    border-width: 1px;
  }

  .max-laptop\:border-t-0 {
    border-top-width: 0px;
  }

  .max-laptop\:border-t-2 {
    border-top-width: 2px;
  }

  .max-laptop\:border-t-4 {
    border-top-width: 4px;
  }

  .max-laptop\:border-t-8 {
    border-top-width: 8px;
  }

  .max-laptop\:border-t {
    border-top-width: 1px;
  }

  .max-laptop\:border-r-0 {
    border-right-width: 0px;
  }

  .max-laptop\:border-r-2 {
    border-right-width: 2px;
  }

  .max-laptop\:border-r-4 {
    border-right-width: 4px;
  }

  .max-laptop\:border-r-8 {
    border-right-width: 8px;
  }

  .max-laptop\:border-r {
    border-right-width: 1px;
  }

  .max-laptop\:border-b-0 {
    border-bottom-width: 0px;
  }

  .max-laptop\:border-b-2 {
    border-bottom-width: 2px;
  }

  .max-laptop\:border-b-4 {
    border-bottom-width: 4px;
  }

  .max-laptop\:border-b-8 {
    border-bottom-width: 8px;
  }

  .max-laptop\:border-b {
    border-bottom-width: 1px;
  }

  .max-laptop\:border-l-0 {
    border-left-width: 0px;
  }

  .max-laptop\:border-l-2 {
    border-left-width: 2px;
  }

  .max-laptop\:border-l-4 {
    border-left-width: 4px;
  }

  .max-laptop\:border-l-8 {
    border-left-width: 8px;
  }

  .max-laptop\:border-l {
    border-left-width: 1px;
  }

  .max-laptop\:hover\:border-t-0:hover {
    border-top-width: 0px;
  }

  .max-laptop\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .max-laptop\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .max-laptop\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .max-laptop\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .max-laptop\:hover\:border-r-0:hover {
    border-right-width: 0px;
  }

  .max-laptop\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .max-laptop\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .max-laptop\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .max-laptop\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .max-laptop\:hover\:border-b-0:hover {
    border-bottom-width: 0px;
  }

  .max-laptop\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .max-laptop\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .max-laptop\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .max-laptop\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .max-laptop\:hover\:border-l-0:hover {
    border-left-width: 0px;
  }

  .max-laptop\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .max-laptop\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .max-laptop\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .max-laptop\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .max-laptop\:focus\:border-t-0:focus {
    border-top-width: 0px;
  }

  .max-laptop\:focus\:border-t-2:focus {
    border-top-width: 2px;
  }

  .max-laptop\:focus\:border-t-4:focus {
    border-top-width: 4px;
  }

  .max-laptop\:focus\:border-t-8:focus {
    border-top-width: 8px;
  }

  .max-laptop\:focus\:border-t:focus {
    border-top-width: 1px;
  }

  .max-laptop\:focus\:border-r-0:focus {
    border-right-width: 0px;
  }

  .max-laptop\:focus\:border-r-2:focus {
    border-right-width: 2px;
  }

  .max-laptop\:focus\:border-r-4:focus {
    border-right-width: 4px;
  }

  .max-laptop\:focus\:border-r-8:focus {
    border-right-width: 8px;
  }

  .max-laptop\:focus\:border-r:focus {
    border-right-width: 1px;
  }

  .max-laptop\:focus\:border-b-0:focus {
    border-bottom-width: 0px;
  }

  .max-laptop\:focus\:border-b-2:focus {
    border-bottom-width: 2px;
  }

  .max-laptop\:focus\:border-b-4:focus {
    border-bottom-width: 4px;
  }

  .max-laptop\:focus\:border-b-8:focus {
    border-bottom-width: 8px;
  }

  .max-laptop\:focus\:border-b:focus {
    border-bottom-width: 1px;
  }

  .max-laptop\:focus\:border-l-0:focus {
    border-left-width: 0px;
  }

  .max-laptop\:focus\:border-l-2:focus {
    border-left-width: 2px;
  }

  .max-laptop\:focus\:border-l-4:focus {
    border-left-width: 4px;
  }

  .max-laptop\:focus\:border-l-8:focus {
    border-left-width: 8px;
  }

  .max-laptop\:focus\:border-l:focus {
    border-left-width: 1px;
  }

  .max-laptop\:border-solid {
    border-style: solid;
  }

  .max-laptop\:border-dashed {
    border-style: dashed;
  }

  .max-laptop\:border-dotted {
    border-style: dotted;
  }

  .max-laptop\:border-double {
    border-style: double;
  }

  .max-laptop\:border-none {
    border-style: none;
  }

  .max-laptop\:hover\:border-solid:hover {
    border-style: solid;
  }

  .max-laptop\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .max-laptop\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .max-laptop\:hover\:border-double:hover {
    border-style: double;
  }

  .max-laptop\:hover\:border-none:hover {
    border-style: none;
  }

  .max-laptop\:border-transparent {
    border-color: transparent;
  }

  .max-laptop\:border-current {
    border-color: currentColor;
  }

  .max-laptop\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .max-laptop\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .max-laptop\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .max-laptop\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .max-laptop\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .max-laptop\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .max-laptop\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .max-laptop\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .max-laptop\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .max-laptop\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .max-laptop\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .max-laptop\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .max-laptop\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .max-laptop\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .max-laptop\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .max-laptop\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .max-laptop\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .max-laptop\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .max-laptop\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .max-laptop\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .max-laptop\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .max-laptop\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .max-laptop\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .max-laptop\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .max-laptop\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .max-laptop\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .max-laptop\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .max-laptop\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .max-laptop\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .max-laptop\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .max-laptop\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .max-laptop\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .max-laptop\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .max-laptop\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .max-laptop\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .max-laptop\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .max-laptop\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .max-laptop\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .max-laptop\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .max-laptop\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .max-laptop\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .max-laptop\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .max-laptop\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .max-laptop\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .max-laptop\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .max-laptop\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .max-laptop\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .max-laptop\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .max-laptop\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .max-laptop\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .max-laptop\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .max-laptop\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .max-laptop\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .max-laptop\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .max-laptop\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .max-laptop\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .max-laptop\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .max-laptop\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .max-laptop\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .max-laptop\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .max-laptop\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .max-laptop\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .max-laptop\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .max-laptop\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .max-laptop\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .max-laptop\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .max-laptop\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .max-laptop\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .max-laptop\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .max-laptop\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .max-laptop\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .max-laptop\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .max-laptop\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .max-laptop\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .max-laptop\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .max-laptop\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .max-laptop\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .max-laptop\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .max-laptop\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .max-laptop\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .max-laptop\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .max-laptop\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .max-laptop\:border-primary-color {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .max-laptop\:border-primary-color-dark {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .max-laptop\:border-secondary-color {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .max-laptop\:border-custom-gray-sm {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .max-laptop\:border-custom-gray-sm2 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .max-laptop\:border-custom-gray-md {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .max-laptop\:border-custom-navy-dark {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .max-laptop\:border-dark-blue {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .max-laptop\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .max-laptop\:border-secondary-1 {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .max-laptop\:border-secondary-2 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .max-laptop\:border-secondary-3 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .max-laptop\:border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .max-laptop\:border-secondary-dark {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .max-laptop\:border-secondary-light {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .max-laptop\:border-grayCustom-1 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .max-laptop\:border-grayCustom-2 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .max-laptop\:border-grayCustom-3 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .max-laptop\:border-grayCustom-800 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .max-laptop\:border-grayCustom {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .max-laptop\:border-grayCustom-dark {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .max-laptop\:border-grayCustom-light {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .max-laptop\:border-grayCustom-hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .max-laptop\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .max-laptop\:border-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .max-laptop\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .max-laptop\:border-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .max-laptop\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .max-laptop\:border-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .max-laptop\:border-status-open {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .max-laptop\:border-status-waiting_payment {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .max-laptop\:border-status-completed {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .max-laptop\:border-status-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .max-laptop\:border-status-waiting_verify {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .max-laptop\:border-status-closed {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .max-laptop\:border-policyStatus-issuing {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .max-laptop\:border-policyStatus-waiting_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .max-laptop\:border-policyStatus-success {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .max-laptop\:border-policyStatus-failed_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .max-laptop\:border-policyStatus-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .max-laptop\:border-policyStatus-waiting_policy {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .max-laptop\:border-policyStatus-cancel {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-transparent:checked {
    border-color: transparent;
  }

  .max-laptop\:checked\:border-current:checked {
    border-color: currentColor;
  }

  .max-laptop\:checked\:border-black:checked {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-white:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-gray-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-gray-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-gray-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-gray-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-gray-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-gray-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-gray-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-gray-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-gray-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-gray-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-red-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-red-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-red-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-red-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-red-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-red-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-red-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-red-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-red-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-red-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-yellow-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-yellow-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-yellow-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-yellow-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-yellow-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-yellow-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-yellow-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-yellow-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-yellow-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-yellow-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-green-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-green-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-green-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-green-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-green-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-green-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-green-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-green-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-green-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-green-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-blue-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-blue-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-blue-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-blue-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-blue-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-blue-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-blue-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-blue-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-blue-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-blue-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-indigo-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-indigo-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-indigo-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-indigo-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-indigo-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-indigo-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-indigo-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-indigo-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-indigo-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-indigo-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-purple-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-purple-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-purple-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-purple-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-purple-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-purple-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-purple-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-purple-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-purple-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-purple-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-pink-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-pink-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-pink-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-pink-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-pink-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-pink-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-pink-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-pink-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-pink-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-pink-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-primary-color:checked {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-primary-color-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-secondary-color:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-custom-gray-sm:checked {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-custom-gray-sm2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-custom-gray-md:checked {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-custom-navy-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-dark-blue:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-primary:checked {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-secondary-1:checked {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-secondary-2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-secondary-3:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-secondary:checked {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-secondary-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-secondary-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-grayCustom-1:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-grayCustom-2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-grayCustom-3:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-grayCustom-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-grayCustom:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-grayCustom-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-grayCustom-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-grayCustom-hover:checked {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-error:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-error-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-warning:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-warning-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-success:checked {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-success-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-status-open:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-status-waiting_payment:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-status-completed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-status-failed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-status-waiting_verify:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-status-closed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-policyStatus-issuing:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-policyStatus-waiting_inspection:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-policyStatus-success:checked {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-policyStatus-failed_inspection:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-policyStatus-failed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-policyStatus-waiting_policy:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .max-laptop\:checked\:border-policyStatus-cancel:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .max-laptop\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .max-laptop\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-primary-color {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-primary-color-dark {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-secondary-color {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-custom-gray-sm {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-custom-gray-sm2 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-custom-gray-md {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-custom-navy-dark {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-dark-blue {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-secondary-1 {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-secondary-2 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-secondary-3 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-secondary-dark {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-secondary-light {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-grayCustom-1 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-grayCustom-2 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-grayCustom-3 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-grayCustom-800 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-grayCustom {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-grayCustom-dark {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-grayCustom-light {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-grayCustom-hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-status-open {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-status-waiting_payment {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-status-completed {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-status-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-status-waiting_verify {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-status-closed {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-policyStatus-issuing {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-policyStatus-waiting_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-policyStatus-success {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-policyStatus-failed_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-policyStatus-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-policyStatus-waiting_policy {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .max-laptop\:group-hover\:border-policyStatus-cancel {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-transparent[focus-within] {
    border-color: transparent;
  }

  .max-laptop\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .max-laptop\:focus-within\:border-current[focus-within] {
    border-color: currentColor;
  }

  .max-laptop\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }

  .max-laptop\:focus-within\:border-black[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-white[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-gray-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-gray-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-gray-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-gray-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-gray-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-gray-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-gray-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-gray-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-gray-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-gray-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-red-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-red-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-red-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-red-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-red-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-red-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-red-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-red-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-red-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-red-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-yellow-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-yellow-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-yellow-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-yellow-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-yellow-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-yellow-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-yellow-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-yellow-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-yellow-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-yellow-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-green-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-green-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-green-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-green-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-green-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-green-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-green-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-green-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-green-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-green-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-blue-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-blue-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-blue-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-blue-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-blue-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-blue-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-blue-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-blue-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-blue-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-blue-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-indigo-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-indigo-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-indigo-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-indigo-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-indigo-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-indigo-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-indigo-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-indigo-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-indigo-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-indigo-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-purple-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-purple-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-purple-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-purple-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-purple-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-purple-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-purple-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-purple-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-purple-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-purple-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-pink-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-pink-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-pink-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-pink-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-pink-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-pink-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-pink-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-pink-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-pink-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-pink-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-primary-color[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-primary-color:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-primary-color-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-primary-color-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-secondary-color[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-secondary-color:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-custom-gray-sm[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-custom-gray-sm:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-custom-gray-sm2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-custom-gray-sm2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-custom-gray-md[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-custom-gray-md:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-custom-navy-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-custom-navy-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-dark-blue[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-dark-blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-primary[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-secondary-1[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-secondary-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-secondary-2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-secondary-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-secondary-3[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-secondary-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-secondary[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-secondary-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-secondary-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-secondary-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-secondary-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-grayCustom-1[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-grayCustom-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-grayCustom-2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-grayCustom-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-grayCustom-3[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-grayCustom-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-grayCustom-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-grayCustom-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-grayCustom[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-grayCustom:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-grayCustom-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-grayCustom-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-grayCustom-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-grayCustom-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-grayCustom-hover[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-grayCustom-hover:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-error[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-error:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-error-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-error-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-warning[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-warning:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-warning-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-warning-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-success[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-success-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-success-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-status-open[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-status-open:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-status-waiting_payment[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-status-waiting_payment:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-status-completed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-status-completed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-status-failed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-status-failed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-status-waiting_verify[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-status-waiting_verify:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-status-closed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-status-closed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-policyStatus-issuing[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-policyStatus-issuing:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-policyStatus-waiting_inspection[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-policyStatus-waiting_inspection:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-policyStatus-success[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-policyStatus-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-policyStatus-failed_inspection[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-policyStatus-failed_inspection:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-policyStatus-failed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-policyStatus-failed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-policyStatus-waiting_policy[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-policyStatus-waiting_policy:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-policyStatus-cancel[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .max-laptop\:focus-within\:border-policyStatus-cancel:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .max-laptop\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .max-laptop\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-green-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-primary-color:hover {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-primary-color-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-secondary-color:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-custom-gray-sm:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-custom-gray-sm2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-custom-gray-md:hover {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-custom-navy-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-dark-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-secondary-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-secondary-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-secondary-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-secondary-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-secondary-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-grayCustom-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-grayCustom-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-grayCustom-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-grayCustom-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-grayCustom:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-grayCustom-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-grayCustom-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-grayCustom-hover:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-error:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-error-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-warning:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-warning-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-success-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-status-open:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-status-waiting_payment:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-status-completed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-status-failed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-status-waiting_verify:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-status-closed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-policyStatus-issuing:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-policyStatus-waiting_inspection:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-policyStatus-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-policyStatus-failed_inspection:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-policyStatus-failed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-policyStatus-waiting_policy:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .max-laptop\:hover\:border-policyStatus-cancel:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .max-laptop\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .max-laptop\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-green-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-primary-color:focus {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-primary-color-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-secondary-color:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-custom-gray-sm:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-custom-gray-sm2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-custom-gray-md:focus {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-custom-navy-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-dark-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-primary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-secondary-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-secondary-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-secondary-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-secondary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-secondary-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-secondary-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-grayCustom-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-grayCustom-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-grayCustom-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-grayCustom-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-grayCustom:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-grayCustom-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-grayCustom-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-grayCustom-hover:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-error:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-error-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-warning:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-warning-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-success-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-status-open:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-status-waiting_payment:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-status-completed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-status-failed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-status-waiting_verify:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-status-closed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-policyStatus-issuing:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-policyStatus-waiting_inspection:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-policyStatus-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-policyStatus-failed_inspection:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-policyStatus-failed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-policyStatus-waiting_policy:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .max-laptop\:focus\:border-policyStatus-cancel:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .max-laptop\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .max-laptop\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .max-laptop\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .max-laptop\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .max-laptop\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .max-laptop\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .max-laptop\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .max-laptop\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .max-laptop\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .max-laptop\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .max-laptop\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .max-laptop\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .max-laptop\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .max-laptop\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .max-laptop\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .max-laptop\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .max-laptop\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .max-laptop\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .max-laptop\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .max-laptop\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .max-laptop\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .max-laptop\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .max-laptop\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .max-laptop\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .max-laptop\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .max-laptop\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .max-laptop\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .max-laptop\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .max-laptop\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .max-laptop\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .max-laptop\:focus-within\:border-opacity-0[focus-within] {
    --tw-border-opacity: 0;
  }

  .max-laptop\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .max-laptop\:focus-within\:border-opacity-5[focus-within] {
    --tw-border-opacity: 0.05;
  }

  .max-laptop\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .max-laptop\:focus-within\:border-opacity-10[focus-within] {
    --tw-border-opacity: 0.1;
  }

  .max-laptop\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .max-laptop\:focus-within\:border-opacity-20[focus-within] {
    --tw-border-opacity: 0.2;
  }

  .max-laptop\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .max-laptop\:focus-within\:border-opacity-25[focus-within] {
    --tw-border-opacity: 0.25;
  }

  .max-laptop\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .max-laptop\:focus-within\:border-opacity-30[focus-within] {
    --tw-border-opacity: 0.3;
  }

  .max-laptop\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .max-laptop\:focus-within\:border-opacity-40[focus-within] {
    --tw-border-opacity: 0.4;
  }

  .max-laptop\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .max-laptop\:focus-within\:border-opacity-50[focus-within] {
    --tw-border-opacity: 0.5;
  }

  .max-laptop\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .max-laptop\:focus-within\:border-opacity-60[focus-within] {
    --tw-border-opacity: 0.6;
  }

  .max-laptop\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .max-laptop\:focus-within\:border-opacity-70[focus-within] {
    --tw-border-opacity: 0.7;
  }

  .max-laptop\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .max-laptop\:focus-within\:border-opacity-75[focus-within] {
    --tw-border-opacity: 0.75;
  }

  .max-laptop\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .max-laptop\:focus-within\:border-opacity-80[focus-within] {
    --tw-border-opacity: 0.8;
  }

  .max-laptop\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .max-laptop\:focus-within\:border-opacity-90[focus-within] {
    --tw-border-opacity: 0.9;
  }

  .max-laptop\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .max-laptop\:focus-within\:border-opacity-95[focus-within] {
    --tw-border-opacity: 0.95;
  }

  .max-laptop\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .max-laptop\:focus-within\:border-opacity-100[focus-within] {
    --tw-border-opacity: 1;
  }

  .max-laptop\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .max-laptop\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .max-laptop\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .max-laptop\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .max-laptop\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .max-laptop\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .max-laptop\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .max-laptop\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .max-laptop\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .max-laptop\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .max-laptop\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .max-laptop\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .max-laptop\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .max-laptop\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .max-laptop\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .max-laptop\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .max-laptop\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .max-laptop\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .max-laptop\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .max-laptop\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .max-laptop\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .max-laptop\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .max-laptop\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .max-laptop\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .max-laptop\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .max-laptop\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .max-laptop\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .max-laptop\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .max-laptop\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .max-laptop\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .max-laptop\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .max-laptop\:bg-transparent {
    background-color: transparent;
  }

  .max-laptop\:bg-current {
    background-color: currentColor;
  }

  .max-laptop\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-primary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-primary-color-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-secondary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-custom-gray-sm {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-custom-gray-sm2 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-custom-gray-md {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-custom-navy-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-secondary-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-secondary-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-secondary-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-secondary-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-secondary-light {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-grayCustom-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-grayCustom-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-grayCustom-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-grayCustom-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-grayCustom {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-grayCustom-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-grayCustom-light {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-grayCustom-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-status-open {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-status-waiting_payment {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-status-completed {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-status-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-status-waiting_verify {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-status-closed {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-policyStatus-issuing {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-policyStatus-waiting_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-policyStatus-success {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-policyStatus-failed_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-policyStatus-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-policyStatus-waiting_policy {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-policyStatus-cancel {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-transparent:nth-child(odd) {
    background-color: transparent;
  }

  .max-laptop\:odd\:bg-current:nth-child(odd) {
    background-color: currentColor;
  }

  .max-laptop\:odd\:bg-black:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-white:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-gray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-gray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-gray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-gray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-gray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-gray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-gray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-gray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-gray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-gray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-red-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-red-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-red-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-red-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-red-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-red-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-red-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-red-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-red-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-red-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-yellow-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-yellow-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-yellow-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-yellow-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-yellow-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-yellow-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-yellow-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-yellow-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-yellow-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-yellow-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-green-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-green-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-green-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-green-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-green-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-green-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-green-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-green-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-green-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-green-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-blue-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-blue-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-blue-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-blue-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-blue-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-blue-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-blue-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-blue-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-blue-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-blue-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-indigo-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-indigo-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-indigo-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-indigo-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-indigo-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-indigo-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-indigo-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-indigo-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-indigo-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-indigo-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-purple-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-purple-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-purple-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-purple-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-purple-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-purple-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-purple-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-purple-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-purple-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-purple-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-pink-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-pink-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-pink-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-pink-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-pink-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-pink-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-pink-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-pink-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-pink-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-pink-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-primary-color:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-primary-color-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-secondary-color:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-custom-gray-sm:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-custom-gray-sm2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-custom-gray-md:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-custom-navy-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-dark-blue:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-primary:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-secondary-1:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-secondary-2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-secondary-3:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-secondary:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-secondary-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-secondary-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-grayCustom-1:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-grayCustom-2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-grayCustom-3:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-grayCustom-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-grayCustom:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-grayCustom-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-grayCustom-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-grayCustom-hover:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-error:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-error-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-warning:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-warning-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-success:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-success-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-status-open:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-status-waiting_payment:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-status-completed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-status-failed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-status-waiting_verify:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-status-closed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-policyStatus-issuing:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-policyStatus-waiting_inspection:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-policyStatus-success:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-policyStatus-failed_inspection:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-policyStatus-failed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-policyStatus-waiting_policy:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .max-laptop\:odd\:bg-policyStatus-cancel:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-transparent:checked {
    background-color: transparent;
  }

  .max-laptop\:checked\:bg-current:checked {
    background-color: currentColor;
  }

  .max-laptop\:checked\:bg-black:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-white:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-gray-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-gray-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-gray-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-gray-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-gray-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-gray-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-gray-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-gray-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-gray-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-gray-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-red-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-red-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-red-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-red-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-red-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-red-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-red-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-red-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-red-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-red-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-yellow-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-yellow-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-yellow-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-yellow-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-yellow-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-yellow-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-yellow-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-yellow-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-yellow-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-yellow-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-green-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-green-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-green-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-green-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-green-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-green-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-green-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-green-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-green-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-green-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-blue-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-blue-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-blue-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-blue-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-blue-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-blue-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-blue-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-blue-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-blue-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-blue-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-indigo-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-indigo-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-indigo-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-indigo-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-indigo-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-indigo-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-indigo-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-indigo-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-indigo-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-indigo-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-purple-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-purple-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-purple-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-purple-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-purple-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-purple-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-purple-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-purple-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-purple-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-purple-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-pink-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-pink-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-pink-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-pink-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-pink-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-pink-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-pink-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-pink-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-pink-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-pink-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-primary-color:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-primary-color-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-secondary-color:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-custom-gray-sm:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-custom-gray-sm2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-custom-gray-md:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-custom-navy-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-dark-blue:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-primary:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-secondary-1:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-secondary-2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-secondary-3:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-secondary:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-secondary-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-secondary-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-grayCustom-1:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-grayCustom-2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-grayCustom-3:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-grayCustom-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-grayCustom:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-grayCustom-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-grayCustom-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-grayCustom-hover:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-error:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-error-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-warning:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-warning-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-success:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-success-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-status-open:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-status-waiting_payment:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-status-completed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-status-failed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-status-waiting_verify:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-status-closed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-policyStatus-issuing:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-policyStatus-waiting_inspection:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-policyStatus-success:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-policyStatus-failed_inspection:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-policyStatus-failed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-policyStatus-waiting_policy:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .max-laptop\:checked\:bg-policyStatus-cancel:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .max-laptop\:group-hover\:bg-current {
    background-color: currentColor;
  }

  .group:hover .max-laptop\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-primary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-primary-color-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-secondary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-custom-gray-sm {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-custom-gray-sm2 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-custom-gray-md {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-custom-navy-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-secondary-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-secondary-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-secondary-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-secondary-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-secondary-light {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-grayCustom-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-grayCustom-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-grayCustom-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-grayCustom-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-grayCustom {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-grayCustom-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-grayCustom-light {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-grayCustom-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-status-open {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-status-waiting_payment {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-status-completed {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-status-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-status-waiting_verify {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-status-closed {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-policyStatus-issuing {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-policyStatus-waiting_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-policyStatus-success {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-policyStatus-failed_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-policyStatus-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-policyStatus-waiting_policy {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .max-laptop\:group-hover\:bg-policyStatus-cancel {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-transparent[focus-within] {
    background-color: transparent;
  }

  .max-laptop\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .max-laptop\:focus-within\:bg-current[focus-within] {
    background-color: currentColor;
  }

  .max-laptop\:focus-within\:bg-current:focus-within {
    background-color: currentColor;
  }

  .max-laptop\:focus-within\:bg-black[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-white[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-gray-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-gray-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-gray-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-gray-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-gray-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-gray-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-gray-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-gray-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-gray-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-gray-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-red-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-red-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-red-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-red-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-red-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-red-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-red-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-red-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-red-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-red-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-yellow-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-yellow-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-yellow-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-yellow-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-yellow-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-yellow-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-yellow-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-yellow-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-yellow-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-yellow-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-green-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-green-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-green-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-green-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-green-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-green-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-green-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-green-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-green-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-green-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-blue-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-blue-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-blue-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-blue-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-blue-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-blue-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-blue-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-blue-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-blue-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-blue-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-indigo-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-indigo-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-indigo-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-indigo-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-indigo-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-indigo-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-indigo-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-indigo-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-indigo-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-indigo-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-purple-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-purple-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-purple-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-purple-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-purple-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-purple-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-purple-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-purple-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-purple-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-purple-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-pink-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-pink-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-pink-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-pink-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-pink-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-pink-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-pink-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-pink-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-pink-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-pink-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-primary-color[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-primary-color:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-primary-color-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-primary-color-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-secondary-color[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-secondary-color:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-custom-gray-sm[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-custom-gray-sm:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-custom-gray-sm2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-custom-gray-sm2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-custom-gray-md[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-custom-gray-md:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-custom-navy-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-custom-navy-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-dark-blue[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-dark-blue:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-primary[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-primary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-secondary-1[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-secondary-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-secondary-2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-secondary-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-secondary-3[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-secondary-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-secondary[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-secondary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-secondary-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-secondary-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-secondary-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-secondary-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-grayCustom-1[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-grayCustom-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-grayCustom-2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-grayCustom-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-grayCustom-3[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-grayCustom-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-grayCustom-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-grayCustom-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-grayCustom[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-grayCustom:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-grayCustom-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-grayCustom-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-grayCustom-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-grayCustom-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-grayCustom-hover[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-grayCustom-hover:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-error[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-error:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-error-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-error-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-warning[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-warning:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-warning-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-warning-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-success[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-success-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-success-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-status-open[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-status-open:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-status-waiting_payment[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-status-waiting_payment:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-status-completed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-status-completed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-status-failed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-status-failed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-status-waiting_verify[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-status-waiting_verify:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-status-closed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-status-closed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-policyStatus-issuing[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-policyStatus-issuing:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-policyStatus-waiting_inspection[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-policyStatus-waiting_inspection:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-policyStatus-success[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-policyStatus-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-policyStatus-failed_inspection[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-policyStatus-failed_inspection:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-policyStatus-failed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-policyStatus-failed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-policyStatus-waiting_policy[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-policyStatus-waiting_policy:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-policyStatus-cancel[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .max-laptop\:focus-within\:bg-policyStatus-cancel:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .max-laptop\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .max-laptop\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-primary-color:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-primary-color-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-secondary-color:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-custom-gray-sm:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-custom-gray-sm2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-custom-gray-md:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-custom-navy-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-dark-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-secondary-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-secondary-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-secondary-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-secondary-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-secondary-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-grayCustom-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-grayCustom-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-grayCustom-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-grayCustom-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-grayCustom:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-grayCustom-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-grayCustom-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-grayCustom-hover:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-error:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-error-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-warning:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-warning-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-success-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-status-open:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-status-waiting_payment:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-status-completed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-status-failed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-status-waiting_verify:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-status-closed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-policyStatus-issuing:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-policyStatus-waiting_inspection:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-policyStatus-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-policyStatus-failed_inspection:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-policyStatus-failed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-policyStatus-waiting_policy:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .max-laptop\:hover\:bg-policyStatus-cancel:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .max-laptop\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .max-laptop\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-primary-color:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-primary-color-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-secondary-color:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-custom-gray-sm:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-custom-gray-sm2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-custom-gray-md:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-custom-navy-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-dark-blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-primary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-secondary-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-secondary-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-secondary-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-secondary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-secondary-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-secondary-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-grayCustom-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-grayCustom-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-grayCustom-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-grayCustom-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-grayCustom:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-grayCustom-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-grayCustom-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-grayCustom-hover:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-error:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-error-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-warning:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-warning-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-success-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-status-open:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-status-waiting_payment:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-status-completed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-status-failed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-status-waiting_verify:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-status-closed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-policyStatus-issuing:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-policyStatus-waiting_inspection:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-policyStatus-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-policyStatus-failed_inspection:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-policyStatus-failed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-policyStatus-waiting_policy:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .max-laptop\:focus\:bg-policyStatus-cancel:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .max-laptop\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .max-laptop\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .max-laptop\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .max-laptop\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .max-laptop\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .max-laptop\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .max-laptop\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .max-laptop\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .max-laptop\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .max-laptop\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .max-laptop\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .max-laptop\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .max-laptop\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .max-laptop\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .max-laptop\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .max-laptop\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .max-laptop\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .max-laptop\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .max-laptop\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .max-laptop\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .max-laptop\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .max-laptop\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .max-laptop\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .max-laptop\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .max-laptop\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .max-laptop\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .max-laptop\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .max-laptop\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .max-laptop\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .max-laptop\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .max-laptop\:focus-within\:bg-opacity-0[focus-within] {
    --tw-bg-opacity: 0;
  }

  .max-laptop\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .max-laptop\:focus-within\:bg-opacity-5[focus-within] {
    --tw-bg-opacity: 0.05;
  }

  .max-laptop\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .max-laptop\:focus-within\:bg-opacity-10[focus-within] {
    --tw-bg-opacity: 0.1;
  }

  .max-laptop\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .max-laptop\:focus-within\:bg-opacity-20[focus-within] {
    --tw-bg-opacity: 0.2;
  }

  .max-laptop\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .max-laptop\:focus-within\:bg-opacity-25[focus-within] {
    --tw-bg-opacity: 0.25;
  }

  .max-laptop\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .max-laptop\:focus-within\:bg-opacity-30[focus-within] {
    --tw-bg-opacity: 0.3;
  }

  .max-laptop\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .max-laptop\:focus-within\:bg-opacity-40[focus-within] {
    --tw-bg-opacity: 0.4;
  }

  .max-laptop\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .max-laptop\:focus-within\:bg-opacity-50[focus-within] {
    --tw-bg-opacity: 0.5;
  }

  .max-laptop\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .max-laptop\:focus-within\:bg-opacity-60[focus-within] {
    --tw-bg-opacity: 0.6;
  }

  .max-laptop\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .max-laptop\:focus-within\:bg-opacity-70[focus-within] {
    --tw-bg-opacity: 0.7;
  }

  .max-laptop\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .max-laptop\:focus-within\:bg-opacity-75[focus-within] {
    --tw-bg-opacity: 0.75;
  }

  .max-laptop\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .max-laptop\:focus-within\:bg-opacity-80[focus-within] {
    --tw-bg-opacity: 0.8;
  }

  .max-laptop\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .max-laptop\:focus-within\:bg-opacity-90[focus-within] {
    --tw-bg-opacity: 0.9;
  }

  .max-laptop\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .max-laptop\:focus-within\:bg-opacity-95[focus-within] {
    --tw-bg-opacity: 0.95;
  }

  .max-laptop\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .max-laptop\:focus-within\:bg-opacity-100[focus-within] {
    --tw-bg-opacity: 1;
  }

  .max-laptop\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .max-laptop\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .max-laptop\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .max-laptop\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .max-laptop\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .max-laptop\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .max-laptop\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .max-laptop\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .max-laptop\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .max-laptop\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .max-laptop\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .max-laptop\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .max-laptop\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .max-laptop\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .max-laptop\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .max-laptop\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .max-laptop\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .max-laptop\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .max-laptop\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .max-laptop\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .max-laptop\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .max-laptop\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .max-laptop\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .max-laptop\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .max-laptop\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .max-laptop\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .max-laptop\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .max-laptop\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .max-laptop\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .max-laptop\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .max-laptop\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .max-laptop\:bg-none {
    background-image: none;
  }

  .max-laptop\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .max-laptop\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .max-laptop\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .max-laptop\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .max-laptop\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .max-laptop\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .max-laptop\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .max-laptop\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .max-laptop\:bg-city {
    background-image: url('~assets/homepage/bg-city.svg');
  }

  .max-laptop\:bg-city-1 {
    background-image: url('~assets/homepage/bg-city_1.svg');
  }

  .max-laptop\:bg-city-2 {
    background-image: url('~assets/homepage/bg-city2.svg');
  }

  .max-laptop\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-laptop\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-laptop\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-laptop\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-laptop\:from-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .max-laptop\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .max-laptop\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .max-laptop\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .max-laptop\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .max-laptop\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .max-laptop\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .max-laptop\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .max-laptop\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .max-laptop\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .max-laptop\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .max-laptop\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .max-laptop\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .max-laptop\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .max-laptop\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .max-laptop\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .max-laptop\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .max-laptop\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .max-laptop\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .max-laptop\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .max-laptop\:from-yellow-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .max-laptop\:from-yellow-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .max-laptop\:from-yellow-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .max-laptop\:from-yellow-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .max-laptop\:from-yellow-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .max-laptop\:from-yellow-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .max-laptop\:from-yellow-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .max-laptop\:from-yellow-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .max-laptop\:from-yellow-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .max-laptop\:from-yellow-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .max-laptop\:from-green-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .max-laptop\:from-green-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .max-laptop\:from-green-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .max-laptop\:from-green-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .max-laptop\:from-green-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .max-laptop\:from-green-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .max-laptop\:from-green-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .max-laptop\:from-green-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .max-laptop\:from-green-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .max-laptop\:from-green-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .max-laptop\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .max-laptop\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .max-laptop\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .max-laptop\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .max-laptop\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .max-laptop\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .max-laptop\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .max-laptop\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .max-laptop\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .max-laptop\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .max-laptop\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .max-laptop\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .max-laptop\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .max-laptop\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .max-laptop\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .max-laptop\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .max-laptop\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .max-laptop\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .max-laptop\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .max-laptop\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .max-laptop\:from-purple-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .max-laptop\:from-purple-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .max-laptop\:from-purple-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .max-laptop\:from-purple-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .max-laptop\:from-purple-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .max-laptop\:from-purple-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .max-laptop\:from-purple-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .max-laptop\:from-purple-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .max-laptop\:from-purple-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .max-laptop\:from-purple-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .max-laptop\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .max-laptop\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .max-laptop\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .max-laptop\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .max-laptop\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .max-laptop\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .max-laptop\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .max-laptop\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .max-laptop\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .max-laptop\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .max-laptop\:from-primary-color {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .max-laptop\:from-primary-color-dark {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .max-laptop\:from-secondary-color {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .max-laptop\:from-custom-gray-sm {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .max-laptop\:from-custom-gray-sm2 {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .max-laptop\:from-custom-gray-md {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .max-laptop\:from-custom-navy-dark {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .max-laptop\:from-dark-blue {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .max-laptop\:from-primary {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .max-laptop\:from-secondary-1 {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .max-laptop\:from-secondary-2 {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .max-laptop\:from-secondary-3 {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .max-laptop\:from-secondary {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .max-laptop\:from-secondary-dark {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .max-laptop\:from-secondary-light {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .max-laptop\:from-grayCustom-1 {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .max-laptop\:from-grayCustom-2 {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .max-laptop\:from-grayCustom-3 {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .max-laptop\:from-grayCustom-800 {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .max-laptop\:from-grayCustom {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .max-laptop\:from-grayCustom-dark {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .max-laptop\:from-grayCustom-light {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .max-laptop\:from-grayCustom-hover {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .max-laptop\:from-error {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .max-laptop\:from-error-light {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .max-laptop\:from-warning {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .max-laptop\:from-warning-light {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .max-laptop\:from-success {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .max-laptop\:from-success-light {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .max-laptop\:from-status-open {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-laptop\:from-status-waiting_payment {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .max-laptop\:from-status-completed {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .max-laptop\:from-status-failed {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .max-laptop\:from-status-waiting_verify {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .max-laptop\:from-status-closed {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .max-laptop\:from-policyStatus-issuing {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-laptop\:from-policyStatus-waiting_inspection {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .max-laptop\:from-policyStatus-success {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .max-laptop\:from-policyStatus-failed_inspection {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .max-laptop\:from-policyStatus-failed {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .max-laptop\:from-policyStatus-waiting_policy {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .max-laptop\:from-policyStatus-cancel {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .max-laptop\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-laptop\:hover\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-laptop\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-laptop\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-laptop\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .max-laptop\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .max-laptop\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .max-laptop\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .max-laptop\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .max-laptop\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .max-laptop\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .max-laptop\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .max-laptop\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .max-laptop\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .max-laptop\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .max-laptop\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .max-laptop\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .max-laptop\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .max-laptop\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .max-laptop\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .max-laptop\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .max-laptop\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .max-laptop\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .max-laptop\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .max-laptop\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .max-laptop\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .max-laptop\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .max-laptop\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .max-laptop\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .max-laptop\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .max-laptop\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .max-laptop\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .max-laptop\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .max-laptop\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .max-laptop\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .max-laptop\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .max-laptop\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .max-laptop\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .max-laptop\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .max-laptop\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .max-laptop\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .max-laptop\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .max-laptop\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .max-laptop\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .max-laptop\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .max-laptop\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .max-laptop\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .max-laptop\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .max-laptop\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .max-laptop\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .max-laptop\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .max-laptop\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .max-laptop\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .max-laptop\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .max-laptop\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .max-laptop\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .max-laptop\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .max-laptop\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .max-laptop\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .max-laptop\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .max-laptop\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .max-laptop\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .max-laptop\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .max-laptop\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .max-laptop\:hover\:from-purple-50:hover {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .max-laptop\:hover\:from-purple-100:hover {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .max-laptop\:hover\:from-purple-200:hover {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .max-laptop\:hover\:from-purple-300:hover {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .max-laptop\:hover\:from-purple-400:hover {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .max-laptop\:hover\:from-purple-500:hover {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .max-laptop\:hover\:from-purple-600:hover {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .max-laptop\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .max-laptop\:hover\:from-purple-800:hover {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .max-laptop\:hover\:from-purple-900:hover {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .max-laptop\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .max-laptop\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .max-laptop\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .max-laptop\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .max-laptop\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .max-laptop\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .max-laptop\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .max-laptop\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .max-laptop\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .max-laptop\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .max-laptop\:hover\:from-primary-color:hover {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .max-laptop\:hover\:from-primary-color-dark:hover {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .max-laptop\:hover\:from-secondary-color:hover {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .max-laptop\:hover\:from-custom-gray-sm:hover {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .max-laptop\:hover\:from-custom-gray-sm2:hover {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .max-laptop\:hover\:from-custom-gray-md:hover {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .max-laptop\:hover\:from-custom-navy-dark:hover {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .max-laptop\:hover\:from-dark-blue:hover {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .max-laptop\:hover\:from-primary:hover {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .max-laptop\:hover\:from-secondary-1:hover {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .max-laptop\:hover\:from-secondary-2:hover {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .max-laptop\:hover\:from-secondary-3:hover {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .max-laptop\:hover\:from-secondary:hover {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .max-laptop\:hover\:from-secondary-dark:hover {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .max-laptop\:hover\:from-secondary-light:hover {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .max-laptop\:hover\:from-grayCustom-1:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .max-laptop\:hover\:from-grayCustom-2:hover {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .max-laptop\:hover\:from-grayCustom-3:hover {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .max-laptop\:hover\:from-grayCustom-800:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .max-laptop\:hover\:from-grayCustom:hover {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .max-laptop\:hover\:from-grayCustom-dark:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .max-laptop\:hover\:from-grayCustom-light:hover {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .max-laptop\:hover\:from-grayCustom-hover:hover {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .max-laptop\:hover\:from-error:hover {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .max-laptop\:hover\:from-error-light:hover {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .max-laptop\:hover\:from-warning:hover {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .max-laptop\:hover\:from-warning-light:hover {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .max-laptop\:hover\:from-success:hover {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .max-laptop\:hover\:from-success-light:hover {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .max-laptop\:hover\:from-status-open:hover {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-laptop\:hover\:from-status-waiting_payment:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .max-laptop\:hover\:from-status-completed:hover {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .max-laptop\:hover\:from-status-failed:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .max-laptop\:hover\:from-status-waiting_verify:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .max-laptop\:hover\:from-status-closed:hover {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .max-laptop\:hover\:from-policyStatus-issuing:hover {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-laptop\:hover\:from-policyStatus-waiting_inspection:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .max-laptop\:hover\:from-policyStatus-success:hover {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .max-laptop\:hover\:from-policyStatus-failed_inspection:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .max-laptop\:hover\:from-policyStatus-failed:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .max-laptop\:hover\:from-policyStatus-waiting_policy:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .max-laptop\:hover\:from-policyStatus-cancel:hover {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .max-laptop\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-laptop\:focus\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-laptop\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-laptop\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-laptop\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .max-laptop\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .max-laptop\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .max-laptop\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .max-laptop\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .max-laptop\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .max-laptop\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .max-laptop\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .max-laptop\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .max-laptop\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .max-laptop\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .max-laptop\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .max-laptop\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .max-laptop\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .max-laptop\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .max-laptop\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .max-laptop\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .max-laptop\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .max-laptop\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .max-laptop\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .max-laptop\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .max-laptop\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .max-laptop\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .max-laptop\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .max-laptop\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .max-laptop\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .max-laptop\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .max-laptop\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .max-laptop\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .max-laptop\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .max-laptop\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .max-laptop\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .max-laptop\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .max-laptop\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .max-laptop\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .max-laptop\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .max-laptop\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .max-laptop\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .max-laptop\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .max-laptop\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .max-laptop\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .max-laptop\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .max-laptop\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .max-laptop\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .max-laptop\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .max-laptop\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .max-laptop\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .max-laptop\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .max-laptop\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .max-laptop\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .max-laptop\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .max-laptop\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .max-laptop\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .max-laptop\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .max-laptop\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .max-laptop\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .max-laptop\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .max-laptop\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .max-laptop\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .max-laptop\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .max-laptop\:focus\:from-purple-50:focus {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .max-laptop\:focus\:from-purple-100:focus {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .max-laptop\:focus\:from-purple-200:focus {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .max-laptop\:focus\:from-purple-300:focus {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .max-laptop\:focus\:from-purple-400:focus {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .max-laptop\:focus\:from-purple-500:focus {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .max-laptop\:focus\:from-purple-600:focus {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .max-laptop\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .max-laptop\:focus\:from-purple-800:focus {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .max-laptop\:focus\:from-purple-900:focus {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .max-laptop\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .max-laptop\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .max-laptop\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .max-laptop\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .max-laptop\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .max-laptop\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .max-laptop\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .max-laptop\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .max-laptop\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .max-laptop\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .max-laptop\:focus\:from-primary-color:focus {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .max-laptop\:focus\:from-primary-color-dark:focus {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .max-laptop\:focus\:from-secondary-color:focus {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .max-laptop\:focus\:from-custom-gray-sm:focus {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .max-laptop\:focus\:from-custom-gray-sm2:focus {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .max-laptop\:focus\:from-custom-gray-md:focus {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .max-laptop\:focus\:from-custom-navy-dark:focus {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .max-laptop\:focus\:from-dark-blue:focus {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .max-laptop\:focus\:from-primary:focus {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .max-laptop\:focus\:from-secondary-1:focus {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .max-laptop\:focus\:from-secondary-2:focus {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .max-laptop\:focus\:from-secondary-3:focus {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .max-laptop\:focus\:from-secondary:focus {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .max-laptop\:focus\:from-secondary-dark:focus {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .max-laptop\:focus\:from-secondary-light:focus {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .max-laptop\:focus\:from-grayCustom-1:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .max-laptop\:focus\:from-grayCustom-2:focus {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .max-laptop\:focus\:from-grayCustom-3:focus {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .max-laptop\:focus\:from-grayCustom-800:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .max-laptop\:focus\:from-grayCustom:focus {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .max-laptop\:focus\:from-grayCustom-dark:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .max-laptop\:focus\:from-grayCustom-light:focus {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .max-laptop\:focus\:from-grayCustom-hover:focus {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .max-laptop\:focus\:from-error:focus {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .max-laptop\:focus\:from-error-light:focus {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .max-laptop\:focus\:from-warning:focus {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .max-laptop\:focus\:from-warning-light:focus {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .max-laptop\:focus\:from-success:focus {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .max-laptop\:focus\:from-success-light:focus {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .max-laptop\:focus\:from-status-open:focus {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-laptop\:focus\:from-status-waiting_payment:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .max-laptop\:focus\:from-status-completed:focus {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .max-laptop\:focus\:from-status-failed:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .max-laptop\:focus\:from-status-waiting_verify:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .max-laptop\:focus\:from-status-closed:focus {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .max-laptop\:focus\:from-policyStatus-issuing:focus {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-laptop\:focus\:from-policyStatus-waiting_inspection:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .max-laptop\:focus\:from-policyStatus-success:focus {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .max-laptop\:focus\:from-policyStatus-failed_inspection:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .max-laptop\:focus\:from-policyStatus-failed:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .max-laptop\:focus\:from-policyStatus-waiting_policy:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .max-laptop\:focus\:from-policyStatus-cancel:focus {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .max-laptop\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-laptop\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-laptop\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-laptop\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-laptop\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .max-laptop\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .max-laptop\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .max-laptop\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .max-laptop\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .max-laptop\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .max-laptop\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .max-laptop\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .max-laptop\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .max-laptop\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .max-laptop\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .max-laptop\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .max-laptop\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .max-laptop\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .max-laptop\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .max-laptop\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .max-laptop\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .max-laptop\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .max-laptop\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .max-laptop\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .max-laptop\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .max-laptop\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .max-laptop\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .max-laptop\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .max-laptop\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .max-laptop\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .max-laptop\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .max-laptop\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .max-laptop\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .max-laptop\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .max-laptop\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .max-laptop\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .max-laptop\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .max-laptop\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .max-laptop\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .max-laptop\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .max-laptop\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .max-laptop\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .max-laptop\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .max-laptop\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .max-laptop\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .max-laptop\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .max-laptop\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .max-laptop\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .max-laptop\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .max-laptop\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .max-laptop\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .max-laptop\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .max-laptop\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .max-laptop\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .max-laptop\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .max-laptop\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .max-laptop\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .max-laptop\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .max-laptop\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .max-laptop\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .max-laptop\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .max-laptop\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .max-laptop\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .max-laptop\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .max-laptop\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .max-laptop\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .max-laptop\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .max-laptop\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .max-laptop\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .max-laptop\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .max-laptop\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .max-laptop\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .max-laptop\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .max-laptop\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .max-laptop\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .max-laptop\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .max-laptop\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .max-laptop\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .max-laptop\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .max-laptop\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .max-laptop\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .max-laptop\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .max-laptop\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .max-laptop\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .max-laptop\:via-primary-color {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .max-laptop\:via-primary-color-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .max-laptop\:via-secondary-color {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .max-laptop\:via-custom-gray-sm {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .max-laptop\:via-custom-gray-sm2 {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .max-laptop\:via-custom-gray-md {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .max-laptop\:via-custom-navy-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .max-laptop\:via-dark-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .max-laptop\:via-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .max-laptop\:via-secondary-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .max-laptop\:via-secondary-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .max-laptop\:via-secondary-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .max-laptop\:via-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .max-laptop\:via-secondary-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .max-laptop\:via-secondary-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .max-laptop\:via-grayCustom-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .max-laptop\:via-grayCustom-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .max-laptop\:via-grayCustom-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .max-laptop\:via-grayCustom-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .max-laptop\:via-grayCustom {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .max-laptop\:via-grayCustom-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .max-laptop\:via-grayCustom-light {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .max-laptop\:via-grayCustom-hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .max-laptop\:via-error {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .max-laptop\:via-error-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .max-laptop\:via-warning {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .max-laptop\:via-warning-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .max-laptop\:via-success {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .max-laptop\:via-success-light {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .max-laptop\:via-status-open {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-laptop\:via-status-waiting_payment {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .max-laptop\:via-status-completed {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .max-laptop\:via-status-failed {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .max-laptop\:via-status-waiting_verify {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .max-laptop\:via-status-closed {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .max-laptop\:via-policyStatus-issuing {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-laptop\:via-policyStatus-waiting_inspection {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .max-laptop\:via-policyStatus-success {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .max-laptop\:via-policyStatus-failed_inspection {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .max-laptop\:via-policyStatus-failed {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .max-laptop\:via-policyStatus-waiting_policy {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .max-laptop\:via-policyStatus-cancel {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .max-laptop\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-laptop\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-laptop\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-laptop\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-laptop\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .max-laptop\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .max-laptop\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .max-laptop\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .max-laptop\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .max-laptop\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .max-laptop\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .max-laptop\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .max-laptop\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .max-laptop\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .max-laptop\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .max-laptop\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .max-laptop\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .max-laptop\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .max-laptop\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .max-laptop\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .max-laptop\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .max-laptop\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .max-laptop\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .max-laptop\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .max-laptop\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .max-laptop\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .max-laptop\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .max-laptop\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .max-laptop\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .max-laptop\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .max-laptop\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .max-laptop\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .max-laptop\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .max-laptop\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .max-laptop\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .max-laptop\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .max-laptop\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .max-laptop\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .max-laptop\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .max-laptop\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .max-laptop\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .max-laptop\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .max-laptop\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .max-laptop\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .max-laptop\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .max-laptop\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .max-laptop\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .max-laptop\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .max-laptop\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .max-laptop\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .max-laptop\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .max-laptop\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .max-laptop\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .max-laptop\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .max-laptop\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .max-laptop\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .max-laptop\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .max-laptop\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .max-laptop\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .max-laptop\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .max-laptop\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .max-laptop\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .max-laptop\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .max-laptop\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .max-laptop\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .max-laptop\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .max-laptop\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .max-laptop\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .max-laptop\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .max-laptop\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .max-laptop\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .max-laptop\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .max-laptop\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .max-laptop\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .max-laptop\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .max-laptop\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .max-laptop\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .max-laptop\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .max-laptop\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .max-laptop\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .max-laptop\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .max-laptop\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .max-laptop\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .max-laptop\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .max-laptop\:hover\:via-primary-color:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .max-laptop\:hover\:via-primary-color-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .max-laptop\:hover\:via-secondary-color:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .max-laptop\:hover\:via-custom-gray-sm:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .max-laptop\:hover\:via-custom-gray-sm2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .max-laptop\:hover\:via-custom-gray-md:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .max-laptop\:hover\:via-custom-navy-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .max-laptop\:hover\:via-dark-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .max-laptop\:hover\:via-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .max-laptop\:hover\:via-secondary-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .max-laptop\:hover\:via-secondary-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .max-laptop\:hover\:via-secondary-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .max-laptop\:hover\:via-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .max-laptop\:hover\:via-secondary-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .max-laptop\:hover\:via-secondary-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .max-laptop\:hover\:via-grayCustom-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .max-laptop\:hover\:via-grayCustom-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .max-laptop\:hover\:via-grayCustom-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .max-laptop\:hover\:via-grayCustom-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .max-laptop\:hover\:via-grayCustom:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .max-laptop\:hover\:via-grayCustom-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .max-laptop\:hover\:via-grayCustom-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .max-laptop\:hover\:via-grayCustom-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .max-laptop\:hover\:via-error:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .max-laptop\:hover\:via-error-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .max-laptop\:hover\:via-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .max-laptop\:hover\:via-warning-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .max-laptop\:hover\:via-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .max-laptop\:hover\:via-success-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .max-laptop\:hover\:via-status-open:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-laptop\:hover\:via-status-waiting_payment:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .max-laptop\:hover\:via-status-completed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .max-laptop\:hover\:via-status-failed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .max-laptop\:hover\:via-status-waiting_verify:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .max-laptop\:hover\:via-status-closed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .max-laptop\:hover\:via-policyStatus-issuing:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-laptop\:hover\:via-policyStatus-waiting_inspection:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .max-laptop\:hover\:via-policyStatus-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .max-laptop\:hover\:via-policyStatus-failed_inspection:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .max-laptop\:hover\:via-policyStatus-failed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .max-laptop\:hover\:via-policyStatus-waiting_policy:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .max-laptop\:hover\:via-policyStatus-cancel:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .max-laptop\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-laptop\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-laptop\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .max-laptop\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-laptop\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .max-laptop\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .max-laptop\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .max-laptop\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .max-laptop\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .max-laptop\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .max-laptop\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .max-laptop\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .max-laptop\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .max-laptop\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .max-laptop\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .max-laptop\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .max-laptop\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .max-laptop\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .max-laptop\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .max-laptop\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .max-laptop\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .max-laptop\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .max-laptop\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .max-laptop\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .max-laptop\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .max-laptop\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .max-laptop\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .max-laptop\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .max-laptop\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .max-laptop\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .max-laptop\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .max-laptop\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .max-laptop\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .max-laptop\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .max-laptop\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .max-laptop\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .max-laptop\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .max-laptop\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .max-laptop\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .max-laptop\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .max-laptop\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .max-laptop\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .max-laptop\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .max-laptop\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .max-laptop\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .max-laptop\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .max-laptop\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .max-laptop\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .max-laptop\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .max-laptop\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .max-laptop\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .max-laptop\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .max-laptop\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .max-laptop\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .max-laptop\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .max-laptop\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .max-laptop\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .max-laptop\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .max-laptop\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .max-laptop\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .max-laptop\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .max-laptop\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .max-laptop\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .max-laptop\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .max-laptop\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .max-laptop\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .max-laptop\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .max-laptop\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .max-laptop\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .max-laptop\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .max-laptop\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .max-laptop\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .max-laptop\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .max-laptop\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .max-laptop\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .max-laptop\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .max-laptop\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .max-laptop\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .max-laptop\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .max-laptop\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .max-laptop\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .max-laptop\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .max-laptop\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .max-laptop\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .max-laptop\:focus\:via-primary-color:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .max-laptop\:focus\:via-primary-color-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .max-laptop\:focus\:via-secondary-color:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .max-laptop\:focus\:via-custom-gray-sm:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .max-laptop\:focus\:via-custom-gray-sm2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .max-laptop\:focus\:via-custom-gray-md:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .max-laptop\:focus\:via-custom-navy-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .max-laptop\:focus\:via-dark-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .max-laptop\:focus\:via-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .max-laptop\:focus\:via-secondary-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .max-laptop\:focus\:via-secondary-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .max-laptop\:focus\:via-secondary-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .max-laptop\:focus\:via-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .max-laptop\:focus\:via-secondary-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .max-laptop\:focus\:via-secondary-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .max-laptop\:focus\:via-grayCustom-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .max-laptop\:focus\:via-grayCustom-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .max-laptop\:focus\:via-grayCustom-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .max-laptop\:focus\:via-grayCustom-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .max-laptop\:focus\:via-grayCustom:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .max-laptop\:focus\:via-grayCustom-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .max-laptop\:focus\:via-grayCustom-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .max-laptop\:focus\:via-grayCustom-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .max-laptop\:focus\:via-error:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .max-laptop\:focus\:via-error-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .max-laptop\:focus\:via-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .max-laptop\:focus\:via-warning-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .max-laptop\:focus\:via-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .max-laptop\:focus\:via-success-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .max-laptop\:focus\:via-status-open:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-laptop\:focus\:via-status-waiting_payment:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .max-laptop\:focus\:via-status-completed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .max-laptop\:focus\:via-status-failed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .max-laptop\:focus\:via-status-waiting_verify:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .max-laptop\:focus\:via-status-closed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .max-laptop\:focus\:via-policyStatus-issuing:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .max-laptop\:focus\:via-policyStatus-waiting_inspection:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .max-laptop\:focus\:via-policyStatus-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .max-laptop\:focus\:via-policyStatus-failed_inspection:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .max-laptop\:focus\:via-policyStatus-failed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .max-laptop\:focus\:via-policyStatus-waiting_policy:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .max-laptop\:focus\:via-policyStatus-cancel:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .max-laptop\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .max-laptop\:to-current {
    --tw-gradient-to: currentColor;
  }

  .max-laptop\:to-black {
    --tw-gradient-to: #000;
  }

  .max-laptop\:to-white {
    --tw-gradient-to: #fff;
  }

  .max-laptop\:to-gray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .max-laptop\:to-gray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .max-laptop\:to-gray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .max-laptop\:to-gray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .max-laptop\:to-gray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .max-laptop\:to-gray-500 {
    --tw-gradient-to: #6b7280;
  }

  .max-laptop\:to-gray-600 {
    --tw-gradient-to: #4b5563;
  }

  .max-laptop\:to-gray-700 {
    --tw-gradient-to: #374151;
  }

  .max-laptop\:to-gray-800 {
    --tw-gradient-to: #1f2937;
  }

  .max-laptop\:to-gray-900 {
    --tw-gradient-to: #111827;
  }

  .max-laptop\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .max-laptop\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .max-laptop\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .max-laptop\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .max-laptop\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .max-laptop\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .max-laptop\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .max-laptop\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .max-laptop\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .max-laptop\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .max-laptop\:to-yellow-50 {
    --tw-gradient-to: #fffbeb;
  }

  .max-laptop\:to-yellow-100 {
    --tw-gradient-to: #fef3c7;
  }

  .max-laptop\:to-yellow-200 {
    --tw-gradient-to: #fde68a;
  }

  .max-laptop\:to-yellow-300 {
    --tw-gradient-to: #fcd34d;
  }

  .max-laptop\:to-yellow-400 {
    --tw-gradient-to: #fbbf24;
  }

  .max-laptop\:to-yellow-500 {
    --tw-gradient-to: #f59e0b;
  }

  .max-laptop\:to-yellow-600 {
    --tw-gradient-to: #d97706;
  }

  .max-laptop\:to-yellow-700 {
    --tw-gradient-to: #b45309;
  }

  .max-laptop\:to-yellow-800 {
    --tw-gradient-to: #92400e;
  }

  .max-laptop\:to-yellow-900 {
    --tw-gradient-to: #78350f;
  }

  .max-laptop\:to-green-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .max-laptop\:to-green-100 {
    --tw-gradient-to: #d1fae5;
  }

  .max-laptop\:to-green-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .max-laptop\:to-green-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .max-laptop\:to-green-400 {
    --tw-gradient-to: #34d399;
  }

  .max-laptop\:to-green-500 {
    --tw-gradient-to: #10b981;
  }

  .max-laptop\:to-green-600 {
    --tw-gradient-to: #059669;
  }

  .max-laptop\:to-green-700 {
    --tw-gradient-to: #047857;
  }

  .max-laptop\:to-green-800 {
    --tw-gradient-to: #065f46;
  }

  .max-laptop\:to-green-900 {
    --tw-gradient-to: #064e3b;
  }

  .max-laptop\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .max-laptop\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .max-laptop\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .max-laptop\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .max-laptop\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .max-laptop\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .max-laptop\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .max-laptop\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .max-laptop\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .max-laptop\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .max-laptop\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .max-laptop\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .max-laptop\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .max-laptop\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .max-laptop\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .max-laptop\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .max-laptop\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .max-laptop\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .max-laptop\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .max-laptop\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .max-laptop\:to-purple-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .max-laptop\:to-purple-100 {
    --tw-gradient-to: #ede9fe;
  }

  .max-laptop\:to-purple-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .max-laptop\:to-purple-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .max-laptop\:to-purple-400 {
    --tw-gradient-to: #a78bfa;
  }

  .max-laptop\:to-purple-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .max-laptop\:to-purple-600 {
    --tw-gradient-to: #7c3aed;
  }

  .max-laptop\:to-purple-700 {
    --tw-gradient-to: #6d28d9;
  }

  .max-laptop\:to-purple-800 {
    --tw-gradient-to: #5b21b6;
  }

  .max-laptop\:to-purple-900 {
    --tw-gradient-to: #4c1d95;
  }

  .max-laptop\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .max-laptop\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .max-laptop\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .max-laptop\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .max-laptop\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .max-laptop\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .max-laptop\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .max-laptop\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .max-laptop\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .max-laptop\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .max-laptop\:to-primary-color {
    --tw-gradient-to: #eb008b;
  }

  .max-laptop\:to-primary-color-dark {
    --tw-gradient-to: #c90068;
  }

  .max-laptop\:to-secondary-color {
    --tw-gradient-to: #112e42;
  }

  .max-laptop\:to-custom-gray-sm {
    --tw-gradient-to: #f1f4f6;
  }

  .max-laptop\:to-custom-gray-sm2 {
    --tw-gradient-to: #f1f2f3;
  }

  .max-laptop\:to-custom-gray-md {
    --tw-gradient-to: #848484;
  }

  .max-laptop\:to-custom-navy-dark {
    --tw-gradient-to: #112e42;
  }

  .max-laptop\:to-dark-blue {
    --tw-gradient-to: #112E42;
  }

  .max-laptop\:to-primary {
    --tw-gradient-to: #192D40;
  }

  .max-laptop\:to-secondary-1 {
    --tw-gradient-to: #E6007E;
  }

  .max-laptop\:to-secondary-2 {
    --tw-gradient-to: #D6D564;
  }

  .max-laptop\:to-secondary-3 {
    --tw-gradient-to: #FCFCCD;
  }

  .max-laptop\:to-secondary {
    --tw-gradient-to: #E6007E;
  }

  .max-laptop\:to-secondary-dark {
    --tw-gradient-to: #C11A7D;
  }

  .max-laptop\:to-secondary-light {
    --tw-gradient-to: #FBCEE9;
  }

  .max-laptop\:to-grayCustom-1 {
    --tw-gradient-to: #4F4F4F;
  }

  .max-laptop\:to-grayCustom-2 {
    --tw-gradient-to: #C4C4C4;
  }

  .max-laptop\:to-grayCustom-3 {
    --tw-gradient-to: #F9F9F9;
  }

  .max-laptop\:to-grayCustom-800 {
    --tw-gradient-to: #4F4F4F;
  }

  .max-laptop\:to-grayCustom {
    --tw-gradient-to: #C4C4C4;
  }

  .max-laptop\:to-grayCustom-dark {
    --tw-gradient-to: #4F4F4F;
  }

  .max-laptop\:to-grayCustom-light {
    --tw-gradient-to: #F9F9F9;
  }

  .max-laptop\:to-grayCustom-hover {
    --tw-gradient-to: #9F9F9F;
  }

  .max-laptop\:to-error {
    --tw-gradient-to: #FF206E;
  }

  .max-laptop\:to-error-light {
    --tw-gradient-to: #FDE8EA;
  }

  .max-laptop\:to-warning {
    --tw-gradient-to: #FFAE14;
  }

  .max-laptop\:to-warning-light {
    --tw-gradient-to: #FFF6E5;
  }

  .max-laptop\:to-success {
    --tw-gradient-to: #2DD881;
  }

  .max-laptop\:to-success-light {
    --tw-gradient-to: #E9FBF2;
  }

  .max-laptop\:to-status-open {
    --tw-gradient-to: #FFF;
  }

  .max-laptop\:to-status-waiting_payment {
    --tw-gradient-to: #ffae14;
  }

  .max-laptop\:to-status-completed {
    --tw-gradient-to: #54c1bb;
  }

  .max-laptop\:to-status-failed {
    --tw-gradient-to: #e8556b;
  }

  .max-laptop\:to-status-waiting_verify {
    --tw-gradient-to: #ffae14;
  }

  .max-laptop\:to-status-closed {
    --tw-gradient-to: #c4c4c4;
  }

  .max-laptop\:to-policyStatus-issuing {
    --tw-gradient-to: #FFF;
  }

  .max-laptop\:to-policyStatus-waiting_inspection {
    --tw-gradient-to: #ffae14;
  }

  .max-laptop\:to-policyStatus-success {
    --tw-gradient-to: #54c1bb;
  }

  .max-laptop\:to-policyStatus-failed_inspection {
    --tw-gradient-to: #e8556b;
  }

  .max-laptop\:to-policyStatus-failed {
    --tw-gradient-to: #e8556b;
  }

  .max-laptop\:to-policyStatus-waiting_policy {
    --tw-gradient-to: #ffae14;
  }

  .max-laptop\:to-policyStatus-cancel {
    --tw-gradient-to: #c4c4c4;
  }

  .max-laptop\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .max-laptop\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .max-laptop\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .max-laptop\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .max-laptop\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .max-laptop\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .max-laptop\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .max-laptop\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .max-laptop\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .max-laptop\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .max-laptop\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .max-laptop\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151;
  }

  .max-laptop\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .max-laptop\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827;
  }

  .max-laptop\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2;
  }

  .max-laptop\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2;
  }

  .max-laptop\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca;
  }

  .max-laptop\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5;
  }

  .max-laptop\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171;
  }

  .max-laptop\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444;
  }

  .max-laptop\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626;
  }

  .max-laptop\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c;
  }

  .max-laptop\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b;
  }

  .max-laptop\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d;
  }

  .max-laptop\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .max-laptop\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .max-laptop\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .max-laptop\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .max-laptop\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .max-laptop\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .max-laptop\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706;
  }

  .max-laptop\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309;
  }

  .max-laptop\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e;
  }

  .max-laptop\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f;
  }

  .max-laptop\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .max-laptop\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .max-laptop\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .max-laptop\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .max-laptop\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399;
  }

  .max-laptop\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981;
  }

  .max-laptop\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669;
  }

  .max-laptop\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857;
  }

  .max-laptop\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46;
  }

  .max-laptop\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .max-laptop\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff;
  }

  .max-laptop\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe;
  }

  .max-laptop\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe;
  }

  .max-laptop\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd;
  }

  .max-laptop\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa;
  }

  .max-laptop\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6;
  }

  .max-laptop\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb;
  }

  .max-laptop\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8;
  }

  .max-laptop\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af;
  }

  .max-laptop\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a;
  }

  .max-laptop\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff;
  }

  .max-laptop\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff;
  }

  .max-laptop\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe;
  }

  .max-laptop\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc;
  }

  .max-laptop\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8;
  }

  .max-laptop\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1;
  }

  .max-laptop\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5;
  }

  .max-laptop\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca;
  }

  .max-laptop\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3;
  }

  .max-laptop\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81;
  }

  .max-laptop\:hover\:to-purple-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .max-laptop\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .max-laptop\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .max-laptop\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .max-laptop\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .max-laptop\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .max-laptop\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .max-laptop\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .max-laptop\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .max-laptop\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .max-laptop\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8;
  }

  .max-laptop\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3;
  }

  .max-laptop\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8;
  }

  .max-laptop\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4;
  }

  .max-laptop\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6;
  }

  .max-laptop\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899;
  }

  .max-laptop\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777;
  }

  .max-laptop\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d;
  }

  .max-laptop\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d;
  }

  .max-laptop\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843;
  }

  .max-laptop\:hover\:to-primary-color:hover {
    --tw-gradient-to: #eb008b;
  }

  .max-laptop\:hover\:to-primary-color-dark:hover {
    --tw-gradient-to: #c90068;
  }

  .max-laptop\:hover\:to-secondary-color:hover {
    --tw-gradient-to: #112e42;
  }

  .max-laptop\:hover\:to-custom-gray-sm:hover {
    --tw-gradient-to: #f1f4f6;
  }

  .max-laptop\:hover\:to-custom-gray-sm2:hover {
    --tw-gradient-to: #f1f2f3;
  }

  .max-laptop\:hover\:to-custom-gray-md:hover {
    --tw-gradient-to: #848484;
  }

  .max-laptop\:hover\:to-custom-navy-dark:hover {
    --tw-gradient-to: #112e42;
  }

  .max-laptop\:hover\:to-dark-blue:hover {
    --tw-gradient-to: #112E42;
  }

  .max-laptop\:hover\:to-primary:hover {
    --tw-gradient-to: #192D40;
  }

  .max-laptop\:hover\:to-secondary-1:hover {
    --tw-gradient-to: #E6007E;
  }

  .max-laptop\:hover\:to-secondary-2:hover {
    --tw-gradient-to: #D6D564;
  }

  .max-laptop\:hover\:to-secondary-3:hover {
    --tw-gradient-to: #FCFCCD;
  }

  .max-laptop\:hover\:to-secondary:hover {
    --tw-gradient-to: #E6007E;
  }

  .max-laptop\:hover\:to-secondary-dark:hover {
    --tw-gradient-to: #C11A7D;
  }

  .max-laptop\:hover\:to-secondary-light:hover {
    --tw-gradient-to: #FBCEE9;
  }

  .max-laptop\:hover\:to-grayCustom-1:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .max-laptop\:hover\:to-grayCustom-2:hover {
    --tw-gradient-to: #C4C4C4;
  }

  .max-laptop\:hover\:to-grayCustom-3:hover {
    --tw-gradient-to: #F9F9F9;
  }

  .max-laptop\:hover\:to-grayCustom-800:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .max-laptop\:hover\:to-grayCustom:hover {
    --tw-gradient-to: #C4C4C4;
  }

  .max-laptop\:hover\:to-grayCustom-dark:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .max-laptop\:hover\:to-grayCustom-light:hover {
    --tw-gradient-to: #F9F9F9;
  }

  .max-laptop\:hover\:to-grayCustom-hover:hover {
    --tw-gradient-to: #9F9F9F;
  }

  .max-laptop\:hover\:to-error:hover {
    --tw-gradient-to: #FF206E;
  }

  .max-laptop\:hover\:to-error-light:hover {
    --tw-gradient-to: #FDE8EA;
  }

  .max-laptop\:hover\:to-warning:hover {
    --tw-gradient-to: #FFAE14;
  }

  .max-laptop\:hover\:to-warning-light:hover {
    --tw-gradient-to: #FFF6E5;
  }

  .max-laptop\:hover\:to-success:hover {
    --tw-gradient-to: #2DD881;
  }

  .max-laptop\:hover\:to-success-light:hover {
    --tw-gradient-to: #E9FBF2;
  }

  .max-laptop\:hover\:to-status-open:hover {
    --tw-gradient-to: #FFF;
  }

  .max-laptop\:hover\:to-status-waiting_payment:hover {
    --tw-gradient-to: #ffae14;
  }

  .max-laptop\:hover\:to-status-completed:hover {
    --tw-gradient-to: #54c1bb;
  }

  .max-laptop\:hover\:to-status-failed:hover {
    --tw-gradient-to: #e8556b;
  }

  .max-laptop\:hover\:to-status-waiting_verify:hover {
    --tw-gradient-to: #ffae14;
  }

  .max-laptop\:hover\:to-status-closed:hover {
    --tw-gradient-to: #c4c4c4;
  }

  .max-laptop\:hover\:to-policyStatus-issuing:hover {
    --tw-gradient-to: #FFF;
  }

  .max-laptop\:hover\:to-policyStatus-waiting_inspection:hover {
    --tw-gradient-to: #ffae14;
  }

  .max-laptop\:hover\:to-policyStatus-success:hover {
    --tw-gradient-to: #54c1bb;
  }

  .max-laptop\:hover\:to-policyStatus-failed_inspection:hover {
    --tw-gradient-to: #e8556b;
  }

  .max-laptop\:hover\:to-policyStatus-failed:hover {
    --tw-gradient-to: #e8556b;
  }

  .max-laptop\:hover\:to-policyStatus-waiting_policy:hover {
    --tw-gradient-to: #ffae14;
  }

  .max-laptop\:hover\:to-policyStatus-cancel:hover {
    --tw-gradient-to: #c4c4c4;
  }

  .max-laptop\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .max-laptop\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .max-laptop\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .max-laptop\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .max-laptop\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .max-laptop\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .max-laptop\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .max-laptop\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .max-laptop\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .max-laptop\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .max-laptop\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .max-laptop\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151;
  }

  .max-laptop\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .max-laptop\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827;
  }

  .max-laptop\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2;
  }

  .max-laptop\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2;
  }

  .max-laptop\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca;
  }

  .max-laptop\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5;
  }

  .max-laptop\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171;
  }

  .max-laptop\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444;
  }

  .max-laptop\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626;
  }

  .max-laptop\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c;
  }

  .max-laptop\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b;
  }

  .max-laptop\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d;
  }

  .max-laptop\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .max-laptop\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .max-laptop\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .max-laptop\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .max-laptop\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .max-laptop\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .max-laptop\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706;
  }

  .max-laptop\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309;
  }

  .max-laptop\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e;
  }

  .max-laptop\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f;
  }

  .max-laptop\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .max-laptop\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .max-laptop\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .max-laptop\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .max-laptop\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399;
  }

  .max-laptop\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981;
  }

  .max-laptop\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669;
  }

  .max-laptop\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857;
  }

  .max-laptop\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46;
  }

  .max-laptop\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .max-laptop\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff;
  }

  .max-laptop\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe;
  }

  .max-laptop\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe;
  }

  .max-laptop\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd;
  }

  .max-laptop\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa;
  }

  .max-laptop\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6;
  }

  .max-laptop\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb;
  }

  .max-laptop\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8;
  }

  .max-laptop\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af;
  }

  .max-laptop\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a;
  }

  .max-laptop\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff;
  }

  .max-laptop\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff;
  }

  .max-laptop\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe;
  }

  .max-laptop\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc;
  }

  .max-laptop\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8;
  }

  .max-laptop\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1;
  }

  .max-laptop\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5;
  }

  .max-laptop\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca;
  }

  .max-laptop\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3;
  }

  .max-laptop\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81;
  }

  .max-laptop\:focus\:to-purple-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .max-laptop\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .max-laptop\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .max-laptop\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .max-laptop\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .max-laptop\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .max-laptop\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .max-laptop\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .max-laptop\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .max-laptop\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .max-laptop\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8;
  }

  .max-laptop\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3;
  }

  .max-laptop\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8;
  }

  .max-laptop\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4;
  }

  .max-laptop\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6;
  }

  .max-laptop\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899;
  }

  .max-laptop\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777;
  }

  .max-laptop\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d;
  }

  .max-laptop\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d;
  }

  .max-laptop\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843;
  }

  .max-laptop\:focus\:to-primary-color:focus {
    --tw-gradient-to: #eb008b;
  }

  .max-laptop\:focus\:to-primary-color-dark:focus {
    --tw-gradient-to: #c90068;
  }

  .max-laptop\:focus\:to-secondary-color:focus {
    --tw-gradient-to: #112e42;
  }

  .max-laptop\:focus\:to-custom-gray-sm:focus {
    --tw-gradient-to: #f1f4f6;
  }

  .max-laptop\:focus\:to-custom-gray-sm2:focus {
    --tw-gradient-to: #f1f2f3;
  }

  .max-laptop\:focus\:to-custom-gray-md:focus {
    --tw-gradient-to: #848484;
  }

  .max-laptop\:focus\:to-custom-navy-dark:focus {
    --tw-gradient-to: #112e42;
  }

  .max-laptop\:focus\:to-dark-blue:focus {
    --tw-gradient-to: #112E42;
  }

  .max-laptop\:focus\:to-primary:focus {
    --tw-gradient-to: #192D40;
  }

  .max-laptop\:focus\:to-secondary-1:focus {
    --tw-gradient-to: #E6007E;
  }

  .max-laptop\:focus\:to-secondary-2:focus {
    --tw-gradient-to: #D6D564;
  }

  .max-laptop\:focus\:to-secondary-3:focus {
    --tw-gradient-to: #FCFCCD;
  }

  .max-laptop\:focus\:to-secondary:focus {
    --tw-gradient-to: #E6007E;
  }

  .max-laptop\:focus\:to-secondary-dark:focus {
    --tw-gradient-to: #C11A7D;
  }

  .max-laptop\:focus\:to-secondary-light:focus {
    --tw-gradient-to: #FBCEE9;
  }

  .max-laptop\:focus\:to-grayCustom-1:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .max-laptop\:focus\:to-grayCustom-2:focus {
    --tw-gradient-to: #C4C4C4;
  }

  .max-laptop\:focus\:to-grayCustom-3:focus {
    --tw-gradient-to: #F9F9F9;
  }

  .max-laptop\:focus\:to-grayCustom-800:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .max-laptop\:focus\:to-grayCustom:focus {
    --tw-gradient-to: #C4C4C4;
  }

  .max-laptop\:focus\:to-grayCustom-dark:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .max-laptop\:focus\:to-grayCustom-light:focus {
    --tw-gradient-to: #F9F9F9;
  }

  .max-laptop\:focus\:to-grayCustom-hover:focus {
    --tw-gradient-to: #9F9F9F;
  }

  .max-laptop\:focus\:to-error:focus {
    --tw-gradient-to: #FF206E;
  }

  .max-laptop\:focus\:to-error-light:focus {
    --tw-gradient-to: #FDE8EA;
  }

  .max-laptop\:focus\:to-warning:focus {
    --tw-gradient-to: #FFAE14;
  }

  .max-laptop\:focus\:to-warning-light:focus {
    --tw-gradient-to: #FFF6E5;
  }

  .max-laptop\:focus\:to-success:focus {
    --tw-gradient-to: #2DD881;
  }

  .max-laptop\:focus\:to-success-light:focus {
    --tw-gradient-to: #E9FBF2;
  }

  .max-laptop\:focus\:to-status-open:focus {
    --tw-gradient-to: #FFF;
  }

  .max-laptop\:focus\:to-status-waiting_payment:focus {
    --tw-gradient-to: #ffae14;
  }

  .max-laptop\:focus\:to-status-completed:focus {
    --tw-gradient-to: #54c1bb;
  }

  .max-laptop\:focus\:to-status-failed:focus {
    --tw-gradient-to: #e8556b;
  }

  .max-laptop\:focus\:to-status-waiting_verify:focus {
    --tw-gradient-to: #ffae14;
  }

  .max-laptop\:focus\:to-status-closed:focus {
    --tw-gradient-to: #c4c4c4;
  }

  .max-laptop\:focus\:to-policyStatus-issuing:focus {
    --tw-gradient-to: #FFF;
  }

  .max-laptop\:focus\:to-policyStatus-waiting_inspection:focus {
    --tw-gradient-to: #ffae14;
  }

  .max-laptop\:focus\:to-policyStatus-success:focus {
    --tw-gradient-to: #54c1bb;
  }

  .max-laptop\:focus\:to-policyStatus-failed_inspection:focus {
    --tw-gradient-to: #e8556b;
  }

  .max-laptop\:focus\:to-policyStatus-failed:focus {
    --tw-gradient-to: #e8556b;
  }

  .max-laptop\:focus\:to-policyStatus-waiting_policy:focus {
    --tw-gradient-to: #ffae14;
  }

  .max-laptop\:focus\:to-policyStatus-cancel:focus {
    --tw-gradient-to: #c4c4c4;
  }

  .max-laptop\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .max-laptop\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .max-laptop\:bg-auto {
    background-size: auto;
  }

  .max-laptop\:bg-cover {
    background-size: cover;
  }

  .max-laptop\:bg-contain {
    background-size: contain;
  }

  .max-laptop\:bg-fixed {
    background-attachment: fixed;
  }

  .max-laptop\:bg-local {
    background-attachment: local;
  }

  .max-laptop\:bg-scroll {
    background-attachment: scroll;
  }

  .max-laptop\:bg-clip-border {
    background-clip: border-box;
  }

  .max-laptop\:bg-clip-padding {
    background-clip: padding-box;
  }

  .max-laptop\:bg-clip-content {
    background-clip: content-box;
  }

  .max-laptop\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .max-laptop\:bg-bottom {
    background-position: bottom;
  }

  .max-laptop\:bg-center {
    background-position: center;
  }

  .max-laptop\:bg-left {
    background-position: left;
  }

  .max-laptop\:bg-left-bottom {
    background-position: left bottom;
  }

  .max-laptop\:bg-left-top {
    background-position: left top;
  }

  .max-laptop\:bg-right {
    background-position: right;
  }

  .max-laptop\:bg-right-bottom {
    background-position: right bottom;
  }

  .max-laptop\:bg-right-top {
    background-position: right top;
  }

  .max-laptop\:bg-top {
    background-position: top;
  }

  .max-laptop\:bg-repeat {
    background-repeat: repeat;
  }

  .max-laptop\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .max-laptop\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .max-laptop\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .max-laptop\:bg-repeat-round {
    background-repeat: round;
  }

  .max-laptop\:bg-repeat-space {
    background-repeat: space;
  }

  .max-laptop\:bg-origin-border {
    background-origin: border-box;
  }

  .max-laptop\:bg-origin-padding {
    background-origin: padding-box;
  }

  .max-laptop\:bg-origin-content {
    background-origin: content-box;
  }

  .max-laptop\:fill-current {
    fill: currentColor;
  }

  .max-laptop\:stroke-current {
    stroke: currentColor;
  }

  .max-laptop\:stroke-0 {
    stroke-width: 0;
  }

  .max-laptop\:stroke-1 {
    stroke-width: 1;
  }

  .max-laptop\:stroke-2 {
    stroke-width: 2;
  }

  .max-laptop\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .max-laptop\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .max-laptop\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .max-laptop\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .max-laptop\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .max-laptop\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .max-laptop\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .max-laptop\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .max-laptop\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .max-laptop\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .max-laptop\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .max-laptop\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .max-laptop\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .max-laptop\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .max-laptop\:p-0 {
    padding: 0;
  }

  .max-laptop\:p-1 {
    padding: 0.25rem;
  }

  .max-laptop\:p-2 {
    padding: 0.5rem;
  }

  .max-laptop\:p-3 {
    padding: 0.75rem;
  }

  .max-laptop\:p-4 {
    padding: 1rem;
  }

  .max-laptop\:p-5 {
    padding: 5px;
  }

  .max-laptop\:p-6 {
    padding: 1.5rem;
  }

  .max-laptop\:p-7 {
    padding: 1.75rem;
  }

  .max-laptop\:p-8 {
    padding: 2rem;
  }

  .max-laptop\:p-9 {
    padding: 2.25rem;
  }

  .max-laptop\:p-10 {
    padding: 10px;
  }

  .max-laptop\:p-11 {
    padding: 2.75rem;
  }

  .max-laptop\:p-12 {
    padding: 3rem;
  }

  .max-laptop\:p-14 {
    padding: 14px;
  }

  .max-laptop\:p-16 {
    padding: 16px;
  }

  .max-laptop\:p-20 {
    padding: 20px;
  }

  .max-laptop\:p-24 {
    padding: 24px;
  }

  .max-laptop\:p-28 {
    padding: 7rem;
  }

  .max-laptop\:p-30 {
    padding: 30px;
  }

  .max-laptop\:p-32 {
    padding: 8rem;
  }

  .max-laptop\:p-36 {
    padding: 9rem;
  }

  .max-laptop\:p-40 {
    padding: 10rem;
  }

  .max-laptop\:p-44 {
    padding: 11rem;
  }

  .max-laptop\:p-48 {
    padding: 48px;
  }

  .max-laptop\:p-52 {
    padding: 13rem;
  }

  .max-laptop\:p-56 {
    padding: 14rem;
  }

  .max-laptop\:p-60 {
    padding: 60px;
  }

  .max-laptop\:p-64 {
    padding: 16rem;
  }

  .max-laptop\:p-72 {
    padding: 18rem;
  }

  .max-laptop\:p-80 {
    padding: 20rem;
  }

  .max-laptop\:p-95 {
    padding: 95px;
  }

  .max-laptop\:p-96 {
    padding: 24rem;
  }

  .max-laptop\:p-120 {
    padding: 120px;
  }

  .max-laptop\:p-190 {
    padding: 190px;
  }

  .max-laptop\:p-px {
    padding: 1px;
  }

  .max-laptop\:p-0\.5 {
    padding: 0.125rem;
  }

  .max-laptop\:p-1\.5 {
    padding: 0.375rem;
  }

  .max-laptop\:p-2\.5 {
    padding: 0.625rem;
  }

  .max-laptop\:p-3\.5 {
    padding: 0.875rem;
  }

  .max-laptop\:p-30\% {
    padding: 30%;
  }

  .max-laptop\:p-7\.5r {
    padding: 1.875rem;
  }

  .max-laptop\:hover\:p-0:hover {
    padding: 0;
  }

  .max-laptop\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .max-laptop\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .max-laptop\:hover\:p-3:hover {
    padding: 0.75rem;
  }

  .max-laptop\:hover\:p-4:hover {
    padding: 1rem;
  }

  .max-laptop\:hover\:p-5:hover {
    padding: 5px;
  }

  .max-laptop\:hover\:p-6:hover {
    padding: 1.5rem;
  }

  .max-laptop\:hover\:p-7:hover {
    padding: 1.75rem;
  }

  .max-laptop\:hover\:p-8:hover {
    padding: 2rem;
  }

  .max-laptop\:hover\:p-9:hover {
    padding: 2.25rem;
  }

  .max-laptop\:hover\:p-10:hover {
    padding: 10px;
  }

  .max-laptop\:hover\:p-11:hover {
    padding: 2.75rem;
  }

  .max-laptop\:hover\:p-12:hover {
    padding: 3rem;
  }

  .max-laptop\:hover\:p-14:hover {
    padding: 14px;
  }

  .max-laptop\:hover\:p-16:hover {
    padding: 16px;
  }

  .max-laptop\:hover\:p-20:hover {
    padding: 20px;
  }

  .max-laptop\:hover\:p-24:hover {
    padding: 24px;
  }

  .max-laptop\:hover\:p-28:hover {
    padding: 7rem;
  }

  .max-laptop\:hover\:p-30:hover {
    padding: 30px;
  }

  .max-laptop\:hover\:p-32:hover {
    padding: 8rem;
  }

  .max-laptop\:hover\:p-36:hover {
    padding: 9rem;
  }

  .max-laptop\:hover\:p-40:hover {
    padding: 10rem;
  }

  .max-laptop\:hover\:p-44:hover {
    padding: 11rem;
  }

  .max-laptop\:hover\:p-48:hover {
    padding: 48px;
  }

  .max-laptop\:hover\:p-52:hover {
    padding: 13rem;
  }

  .max-laptop\:hover\:p-56:hover {
    padding: 14rem;
  }

  .max-laptop\:hover\:p-60:hover {
    padding: 60px;
  }

  .max-laptop\:hover\:p-64:hover {
    padding: 16rem;
  }

  .max-laptop\:hover\:p-72:hover {
    padding: 18rem;
  }

  .max-laptop\:hover\:p-80:hover {
    padding: 20rem;
  }

  .max-laptop\:hover\:p-95:hover {
    padding: 95px;
  }

  .max-laptop\:hover\:p-96:hover {
    padding: 24rem;
  }

  .max-laptop\:hover\:p-120:hover {
    padding: 120px;
  }

  .max-laptop\:hover\:p-190:hover {
    padding: 190px;
  }

  .max-laptop\:hover\:p-px:hover {
    padding: 1px;
  }

  .max-laptop\:hover\:p-0\.5:hover {
    padding: 0.125rem;
  }

  .max-laptop\:hover\:p-1\.5:hover {
    padding: 0.375rem;
  }

  .max-laptop\:hover\:p-2\.5:hover {
    padding: 0.625rem;
  }

  .max-laptop\:hover\:p-3\.5:hover {
    padding: 0.875rem;
  }

  .max-laptop\:hover\:p-30\%:hover {
    padding: 30%;
  }

  .max-laptop\:hover\:p-7\.5r:hover {
    padding: 1.875rem;
  }

  .max-laptop\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .max-laptop\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .max-laptop\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .max-laptop\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .max-laptop\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-laptop\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .max-laptop\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .max-laptop\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .max-laptop\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .max-laptop\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .max-laptop\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .max-laptop\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .max-laptop\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .max-laptop\:px-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .max-laptop\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .max-laptop\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .max-laptop\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .max-laptop\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .max-laptop\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .max-laptop\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .max-laptop\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .max-laptop\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .max-laptop\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .max-laptop\:px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .max-laptop\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .max-laptop\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .max-laptop\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .max-laptop\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .max-laptop\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .max-laptop\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .max-laptop\:px-95 {
    padding-left: 95px;
    padding-right: 95px;
  }

  .max-laptop\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .max-laptop\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .max-laptop\:px-190 {
    padding-left: 190px;
    padding-right: 190px;
  }

  .max-laptop\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .max-laptop\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .max-laptop\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .max-laptop\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .max-laptop\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .max-laptop\:px-30\% {
    padding-left: 30%;
    padding-right: 30%;
  }

  .max-laptop\:px-7\.5r {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .max-laptop\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-laptop\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .max-laptop\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .max-laptop\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .max-laptop\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .max-laptop\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .max-laptop\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .max-laptop\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .max-laptop\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .max-laptop\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .max-laptop\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .max-laptop\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .max-laptop\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .max-laptop\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .max-laptop\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .max-laptop\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .max-laptop\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .max-laptop\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .max-laptop\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .max-laptop\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .max-laptop\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .max-laptop\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .max-laptop\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .max-laptop\:py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .max-laptop\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .max-laptop\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .max-laptop\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .max-laptop\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .max-laptop\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .max-laptop\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .max-laptop\:py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .max-laptop\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .max-laptop\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .max-laptop\:py-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .max-laptop\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .max-laptop\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .max-laptop\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .max-laptop\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .max-laptop\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .max-laptop\:py-30\% {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .max-laptop\:py-7\.5r {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .max-laptop\:hover\:px-0:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .max-laptop\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .max-laptop\:hover\:px-2:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .max-laptop\:hover\:px-3:hover {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .max-laptop\:hover\:px-4:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-laptop\:hover\:px-5:hover {
    padding-left: 5px;
    padding-right: 5px;
  }

  .max-laptop\:hover\:px-6:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .max-laptop\:hover\:px-7:hover {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .max-laptop\:hover\:px-8:hover {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .max-laptop\:hover\:px-9:hover {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .max-laptop\:hover\:px-10:hover {
    padding-left: 10px;
    padding-right: 10px;
  }

  .max-laptop\:hover\:px-11:hover {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .max-laptop\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .max-laptop\:hover\:px-14:hover {
    padding-left: 14px;
    padding-right: 14px;
  }

  .max-laptop\:hover\:px-16:hover {
    padding-left: 16px;
    padding-right: 16px;
  }

  .max-laptop\:hover\:px-20:hover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .max-laptop\:hover\:px-24:hover {
    padding-left: 24px;
    padding-right: 24px;
  }

  .max-laptop\:hover\:px-28:hover {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .max-laptop\:hover\:px-30:hover {
    padding-left: 30px;
    padding-right: 30px;
  }

  .max-laptop\:hover\:px-32:hover {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .max-laptop\:hover\:px-36:hover {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .max-laptop\:hover\:px-40:hover {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .max-laptop\:hover\:px-44:hover {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .max-laptop\:hover\:px-48:hover {
    padding-left: 48px;
    padding-right: 48px;
  }

  .max-laptop\:hover\:px-52:hover {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .max-laptop\:hover\:px-56:hover {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .max-laptop\:hover\:px-60:hover {
    padding-left: 60px;
    padding-right: 60px;
  }

  .max-laptop\:hover\:px-64:hover {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .max-laptop\:hover\:px-72:hover {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .max-laptop\:hover\:px-80:hover {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .max-laptop\:hover\:px-95:hover {
    padding-left: 95px;
    padding-right: 95px;
  }

  .max-laptop\:hover\:px-96:hover {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .max-laptop\:hover\:px-120:hover {
    padding-left: 120px;
    padding-right: 120px;
  }

  .max-laptop\:hover\:px-190:hover {
    padding-left: 190px;
    padding-right: 190px;
  }

  .max-laptop\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .max-laptop\:hover\:px-0\.5:hover {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .max-laptop\:hover\:px-1\.5:hover {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .max-laptop\:hover\:px-2\.5:hover {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .max-laptop\:hover\:px-3\.5:hover {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .max-laptop\:hover\:px-30\%:hover {
    padding-left: 30%;
    padding-right: 30%;
  }

  .max-laptop\:hover\:px-7\.5r:hover {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .max-laptop\:hover\:py-0:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-laptop\:hover\:py-1:hover {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .max-laptop\:hover\:py-2:hover {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .max-laptop\:hover\:py-3:hover {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .max-laptop\:hover\:py-4:hover {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .max-laptop\:hover\:py-5:hover {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .max-laptop\:hover\:py-6:hover {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .max-laptop\:hover\:py-7:hover {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .max-laptop\:hover\:py-8:hover {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .max-laptop\:hover\:py-9:hover {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .max-laptop\:hover\:py-10:hover {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .max-laptop\:hover\:py-11:hover {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .max-laptop\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .max-laptop\:hover\:py-14:hover {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .max-laptop\:hover\:py-16:hover {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .max-laptop\:hover\:py-20:hover {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .max-laptop\:hover\:py-24:hover {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .max-laptop\:hover\:py-28:hover {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .max-laptop\:hover\:py-30:hover {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .max-laptop\:hover\:py-32:hover {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .max-laptop\:hover\:py-36:hover {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .max-laptop\:hover\:py-40:hover {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .max-laptop\:hover\:py-44:hover {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .max-laptop\:hover\:py-48:hover {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .max-laptop\:hover\:py-52:hover {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .max-laptop\:hover\:py-56:hover {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .max-laptop\:hover\:py-60:hover {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .max-laptop\:hover\:py-64:hover {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .max-laptop\:hover\:py-72:hover {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .max-laptop\:hover\:py-80:hover {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .max-laptop\:hover\:py-95:hover {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .max-laptop\:hover\:py-96:hover {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .max-laptop\:hover\:py-120:hover {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .max-laptop\:hover\:py-190:hover {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .max-laptop\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .max-laptop\:hover\:py-0\.5:hover {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .max-laptop\:hover\:py-1\.5:hover {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .max-laptop\:hover\:py-2\.5:hover {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .max-laptop\:hover\:py-3\.5:hover {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .max-laptop\:hover\:py-30\%:hover {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .max-laptop\:hover\:py-7\.5r:hover {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .max-laptop\:pt-0 {
    padding-top: 0;
  }

  .max-laptop\:pt-1 {
    padding-top: 0.25rem;
  }

  .max-laptop\:pt-2 {
    padding-top: 0.5rem;
  }

  .max-laptop\:pt-3 {
    padding-top: 0.75rem;
  }

  .max-laptop\:pt-4 {
    padding-top: 1rem;
  }

  .max-laptop\:pt-5 {
    padding-top: 5px;
  }

  .max-laptop\:pt-6 {
    padding-top: 1.5rem;
  }

  .max-laptop\:pt-7 {
    padding-top: 1.75rem;
  }

  .max-laptop\:pt-8 {
    padding-top: 2rem;
  }

  .max-laptop\:pt-9 {
    padding-top: 2.25rem;
  }

  .max-laptop\:pt-10 {
    padding-top: 10px;
  }

  .max-laptop\:pt-11 {
    padding-top: 2.75rem;
  }

  .max-laptop\:pt-12 {
    padding-top: 3rem;
  }

  .max-laptop\:pt-14 {
    padding-top: 14px;
  }

  .max-laptop\:pt-16 {
    padding-top: 16px;
  }

  .max-laptop\:pt-20 {
    padding-top: 20px;
  }

  .max-laptop\:pt-24 {
    padding-top: 24px;
  }

  .max-laptop\:pt-28 {
    padding-top: 7rem;
  }

  .max-laptop\:pt-30 {
    padding-top: 30px;
  }

  .max-laptop\:pt-32 {
    padding-top: 8rem;
  }

  .max-laptop\:pt-36 {
    padding-top: 9rem;
  }

  .max-laptop\:pt-40 {
    padding-top: 10rem;
  }

  .max-laptop\:pt-44 {
    padding-top: 11rem;
  }

  .max-laptop\:pt-48 {
    padding-top: 48px;
  }

  .max-laptop\:pt-52 {
    padding-top: 13rem;
  }

  .max-laptop\:pt-56 {
    padding-top: 14rem;
  }

  .max-laptop\:pt-60 {
    padding-top: 60px;
  }

  .max-laptop\:pt-64 {
    padding-top: 16rem;
  }

  .max-laptop\:pt-72 {
    padding-top: 18rem;
  }

  .max-laptop\:pt-80 {
    padding-top: 20rem;
  }

  .max-laptop\:pt-95 {
    padding-top: 95px;
  }

  .max-laptop\:pt-96 {
    padding-top: 24rem;
  }

  .max-laptop\:pt-120 {
    padding-top: 120px;
  }

  .max-laptop\:pt-190 {
    padding-top: 190px;
  }

  .max-laptop\:pt-px {
    padding-top: 1px;
  }

  .max-laptop\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .max-laptop\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .max-laptop\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .max-laptop\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .max-laptop\:pt-30\% {
    padding-top: 30%;
  }

  .max-laptop\:pt-7\.5r {
    padding-top: 1.875rem;
  }

  .max-laptop\:pr-0 {
    padding-right: 0;
  }

  .max-laptop\:pr-1 {
    padding-right: 0.25rem;
  }

  .max-laptop\:pr-2 {
    padding-right: 0.5rem;
  }

  .max-laptop\:pr-3 {
    padding-right: 0.75rem;
  }

  .max-laptop\:pr-4 {
    padding-right: 1rem;
  }

  .max-laptop\:pr-5 {
    padding-right: 5px;
  }

  .max-laptop\:pr-6 {
    padding-right: 1.5rem;
  }

  .max-laptop\:pr-7 {
    padding-right: 1.75rem;
  }

  .max-laptop\:pr-8 {
    padding-right: 2rem;
  }

  .max-laptop\:pr-9 {
    padding-right: 2.25rem;
  }

  .max-laptop\:pr-10 {
    padding-right: 10px;
  }

  .max-laptop\:pr-11 {
    padding-right: 2.75rem;
  }

  .max-laptop\:pr-12 {
    padding-right: 3rem;
  }

  .max-laptop\:pr-14 {
    padding-right: 14px;
  }

  .max-laptop\:pr-16 {
    padding-right: 16px;
  }

  .max-laptop\:pr-20 {
    padding-right: 20px;
  }

  .max-laptop\:pr-24 {
    padding-right: 24px;
  }

  .max-laptop\:pr-28 {
    padding-right: 7rem;
  }

  .max-laptop\:pr-30 {
    padding-right: 30px;
  }

  .max-laptop\:pr-32 {
    padding-right: 8rem;
  }

  .max-laptop\:pr-36 {
    padding-right: 9rem;
  }

  .max-laptop\:pr-40 {
    padding-right: 10rem;
  }

  .max-laptop\:pr-44 {
    padding-right: 11rem;
  }

  .max-laptop\:pr-48 {
    padding-right: 48px;
  }

  .max-laptop\:pr-52 {
    padding-right: 13rem;
  }

  .max-laptop\:pr-56 {
    padding-right: 14rem;
  }

  .max-laptop\:pr-60 {
    padding-right: 60px;
  }

  .max-laptop\:pr-64 {
    padding-right: 16rem;
  }

  .max-laptop\:pr-72 {
    padding-right: 18rem;
  }

  .max-laptop\:pr-80 {
    padding-right: 20rem;
  }

  .max-laptop\:pr-95 {
    padding-right: 95px;
  }

  .max-laptop\:pr-96 {
    padding-right: 24rem;
  }

  .max-laptop\:pr-120 {
    padding-right: 120px;
  }

  .max-laptop\:pr-190 {
    padding-right: 190px;
  }

  .max-laptop\:pr-px {
    padding-right: 1px;
  }

  .max-laptop\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .max-laptop\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .max-laptop\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .max-laptop\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .max-laptop\:pr-30\% {
    padding-right: 30%;
  }

  .max-laptop\:pr-7\.5r {
    padding-right: 1.875rem;
  }

  .max-laptop\:pb-0 {
    padding-bottom: 0;
  }

  .max-laptop\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .max-laptop\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .max-laptop\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .max-laptop\:pb-4 {
    padding-bottom: 1rem;
  }

  .max-laptop\:pb-5 {
    padding-bottom: 5px;
  }

  .max-laptop\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .max-laptop\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .max-laptop\:pb-8 {
    padding-bottom: 2rem;
  }

  .max-laptop\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .max-laptop\:pb-10 {
    padding-bottom: 10px;
  }

  .max-laptop\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .max-laptop\:pb-12 {
    padding-bottom: 3rem;
  }

  .max-laptop\:pb-14 {
    padding-bottom: 14px;
  }

  .max-laptop\:pb-16 {
    padding-bottom: 16px;
  }

  .max-laptop\:pb-20 {
    padding-bottom: 20px;
  }

  .max-laptop\:pb-24 {
    padding-bottom: 24px;
  }

  .max-laptop\:pb-28 {
    padding-bottom: 7rem;
  }

  .max-laptop\:pb-30 {
    padding-bottom: 30px;
  }

  .max-laptop\:pb-32 {
    padding-bottom: 8rem;
  }

  .max-laptop\:pb-36 {
    padding-bottom: 9rem;
  }

  .max-laptop\:pb-40 {
    padding-bottom: 10rem;
  }

  .max-laptop\:pb-44 {
    padding-bottom: 11rem;
  }

  .max-laptop\:pb-48 {
    padding-bottom: 48px;
  }

  .max-laptop\:pb-52 {
    padding-bottom: 13rem;
  }

  .max-laptop\:pb-56 {
    padding-bottom: 14rem;
  }

  .max-laptop\:pb-60 {
    padding-bottom: 60px;
  }

  .max-laptop\:pb-64 {
    padding-bottom: 16rem;
  }

  .max-laptop\:pb-72 {
    padding-bottom: 18rem;
  }

  .max-laptop\:pb-80 {
    padding-bottom: 20rem;
  }

  .max-laptop\:pb-95 {
    padding-bottom: 95px;
  }

  .max-laptop\:pb-96 {
    padding-bottom: 24rem;
  }

  .max-laptop\:pb-120 {
    padding-bottom: 120px;
  }

  .max-laptop\:pb-190 {
    padding-bottom: 190px;
  }

  .max-laptop\:pb-px {
    padding-bottom: 1px;
  }

  .max-laptop\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .max-laptop\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .max-laptop\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .max-laptop\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .max-laptop\:pb-30\% {
    padding-bottom: 30%;
  }

  .max-laptop\:pb-7\.5r {
    padding-bottom: 1.875rem;
  }

  .max-laptop\:pl-0 {
    padding-left: 0;
  }

  .max-laptop\:pl-1 {
    padding-left: 0.25rem;
  }

  .max-laptop\:pl-2 {
    padding-left: 0.5rem;
  }

  .max-laptop\:pl-3 {
    padding-left: 0.75rem;
  }

  .max-laptop\:pl-4 {
    padding-left: 1rem;
  }

  .max-laptop\:pl-5 {
    padding-left: 5px;
  }

  .max-laptop\:pl-6 {
    padding-left: 1.5rem;
  }

  .max-laptop\:pl-7 {
    padding-left: 1.75rem;
  }

  .max-laptop\:pl-8 {
    padding-left: 2rem;
  }

  .max-laptop\:pl-9 {
    padding-left: 2.25rem;
  }

  .max-laptop\:pl-10 {
    padding-left: 10px;
  }

  .max-laptop\:pl-11 {
    padding-left: 2.75rem;
  }

  .max-laptop\:pl-12 {
    padding-left: 3rem;
  }

  .max-laptop\:pl-14 {
    padding-left: 14px;
  }

  .max-laptop\:pl-16 {
    padding-left: 16px;
  }

  .max-laptop\:pl-20 {
    padding-left: 20px;
  }

  .max-laptop\:pl-24 {
    padding-left: 24px;
  }

  .max-laptop\:pl-28 {
    padding-left: 7rem;
  }

  .max-laptop\:pl-30 {
    padding-left: 30px;
  }

  .max-laptop\:pl-32 {
    padding-left: 8rem;
  }

  .max-laptop\:pl-36 {
    padding-left: 9rem;
  }

  .max-laptop\:pl-40 {
    padding-left: 10rem;
  }

  .max-laptop\:pl-44 {
    padding-left: 11rem;
  }

  .max-laptop\:pl-48 {
    padding-left: 48px;
  }

  .max-laptop\:pl-52 {
    padding-left: 13rem;
  }

  .max-laptop\:pl-56 {
    padding-left: 14rem;
  }

  .max-laptop\:pl-60 {
    padding-left: 60px;
  }

  .max-laptop\:pl-64 {
    padding-left: 16rem;
  }

  .max-laptop\:pl-72 {
    padding-left: 18rem;
  }

  .max-laptop\:pl-80 {
    padding-left: 20rem;
  }

  .max-laptop\:pl-95 {
    padding-left: 95px;
  }

  .max-laptop\:pl-96 {
    padding-left: 24rem;
  }

  .max-laptop\:pl-120 {
    padding-left: 120px;
  }

  .max-laptop\:pl-190 {
    padding-left: 190px;
  }

  .max-laptop\:pl-px {
    padding-left: 1px;
  }

  .max-laptop\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .max-laptop\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .max-laptop\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .max-laptop\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .max-laptop\:pl-30\% {
    padding-left: 30%;
  }

  .max-laptop\:pl-7\.5r {
    padding-left: 1.875rem;
  }

  .max-laptop\:hover\:pt-0:hover {
    padding-top: 0;
  }

  .max-laptop\:hover\:pt-1:hover {
    padding-top: 0.25rem;
  }

  .max-laptop\:hover\:pt-2:hover {
    padding-top: 0.5rem;
  }

  .max-laptop\:hover\:pt-3:hover {
    padding-top: 0.75rem;
  }

  .max-laptop\:hover\:pt-4:hover {
    padding-top: 1rem;
  }

  .max-laptop\:hover\:pt-5:hover {
    padding-top: 5px;
  }

  .max-laptop\:hover\:pt-6:hover {
    padding-top: 1.5rem;
  }

  .max-laptop\:hover\:pt-7:hover {
    padding-top: 1.75rem;
  }

  .max-laptop\:hover\:pt-8:hover {
    padding-top: 2rem;
  }

  .max-laptop\:hover\:pt-9:hover {
    padding-top: 2.25rem;
  }

  .max-laptop\:hover\:pt-10:hover {
    padding-top: 10px;
  }

  .max-laptop\:hover\:pt-11:hover {
    padding-top: 2.75rem;
  }

  .max-laptop\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .max-laptop\:hover\:pt-14:hover {
    padding-top: 14px;
  }

  .max-laptop\:hover\:pt-16:hover {
    padding-top: 16px;
  }

  .max-laptop\:hover\:pt-20:hover {
    padding-top: 20px;
  }

  .max-laptop\:hover\:pt-24:hover {
    padding-top: 24px;
  }

  .max-laptop\:hover\:pt-28:hover {
    padding-top: 7rem;
  }

  .max-laptop\:hover\:pt-30:hover {
    padding-top: 30px;
  }

  .max-laptop\:hover\:pt-32:hover {
    padding-top: 8rem;
  }

  .max-laptop\:hover\:pt-36:hover {
    padding-top: 9rem;
  }

  .max-laptop\:hover\:pt-40:hover {
    padding-top: 10rem;
  }

  .max-laptop\:hover\:pt-44:hover {
    padding-top: 11rem;
  }

  .max-laptop\:hover\:pt-48:hover {
    padding-top: 48px;
  }

  .max-laptop\:hover\:pt-52:hover {
    padding-top: 13rem;
  }

  .max-laptop\:hover\:pt-56:hover {
    padding-top: 14rem;
  }

  .max-laptop\:hover\:pt-60:hover {
    padding-top: 60px;
  }

  .max-laptop\:hover\:pt-64:hover {
    padding-top: 16rem;
  }

  .max-laptop\:hover\:pt-72:hover {
    padding-top: 18rem;
  }

  .max-laptop\:hover\:pt-80:hover {
    padding-top: 20rem;
  }

  .max-laptop\:hover\:pt-95:hover {
    padding-top: 95px;
  }

  .max-laptop\:hover\:pt-96:hover {
    padding-top: 24rem;
  }

  .max-laptop\:hover\:pt-120:hover {
    padding-top: 120px;
  }

  .max-laptop\:hover\:pt-190:hover {
    padding-top: 190px;
  }

  .max-laptop\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .max-laptop\:hover\:pt-0\.5:hover {
    padding-top: 0.125rem;
  }

  .max-laptop\:hover\:pt-1\.5:hover {
    padding-top: 0.375rem;
  }

  .max-laptop\:hover\:pt-2\.5:hover {
    padding-top: 0.625rem;
  }

  .max-laptop\:hover\:pt-3\.5:hover {
    padding-top: 0.875rem;
  }

  .max-laptop\:hover\:pt-30\%:hover {
    padding-top: 30%;
  }

  .max-laptop\:hover\:pt-7\.5r:hover {
    padding-top: 1.875rem;
  }

  .max-laptop\:hover\:pr-0:hover {
    padding-right: 0;
  }

  .max-laptop\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

  .max-laptop\:hover\:pr-2:hover {
    padding-right: 0.5rem;
  }

  .max-laptop\:hover\:pr-3:hover {
    padding-right: 0.75rem;
  }

  .max-laptop\:hover\:pr-4:hover {
    padding-right: 1rem;
  }

  .max-laptop\:hover\:pr-5:hover {
    padding-right: 5px;
  }

  .max-laptop\:hover\:pr-6:hover {
    padding-right: 1.5rem;
  }

  .max-laptop\:hover\:pr-7:hover {
    padding-right: 1.75rem;
  }

  .max-laptop\:hover\:pr-8:hover {
    padding-right: 2rem;
  }

  .max-laptop\:hover\:pr-9:hover {
    padding-right: 2.25rem;
  }

  .max-laptop\:hover\:pr-10:hover {
    padding-right: 10px;
  }

  .max-laptop\:hover\:pr-11:hover {
    padding-right: 2.75rem;
  }

  .max-laptop\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .max-laptop\:hover\:pr-14:hover {
    padding-right: 14px;
  }

  .max-laptop\:hover\:pr-16:hover {
    padding-right: 16px;
  }

  .max-laptop\:hover\:pr-20:hover {
    padding-right: 20px;
  }

  .max-laptop\:hover\:pr-24:hover {
    padding-right: 24px;
  }

  .max-laptop\:hover\:pr-28:hover {
    padding-right: 7rem;
  }

  .max-laptop\:hover\:pr-30:hover {
    padding-right: 30px;
  }

  .max-laptop\:hover\:pr-32:hover {
    padding-right: 8rem;
  }

  .max-laptop\:hover\:pr-36:hover {
    padding-right: 9rem;
  }

  .max-laptop\:hover\:pr-40:hover {
    padding-right: 10rem;
  }

  .max-laptop\:hover\:pr-44:hover {
    padding-right: 11rem;
  }

  .max-laptop\:hover\:pr-48:hover {
    padding-right: 48px;
  }

  .max-laptop\:hover\:pr-52:hover {
    padding-right: 13rem;
  }

  .max-laptop\:hover\:pr-56:hover {
    padding-right: 14rem;
  }

  .max-laptop\:hover\:pr-60:hover {
    padding-right: 60px;
  }

  .max-laptop\:hover\:pr-64:hover {
    padding-right: 16rem;
  }

  .max-laptop\:hover\:pr-72:hover {
    padding-right: 18rem;
  }

  .max-laptop\:hover\:pr-80:hover {
    padding-right: 20rem;
  }

  .max-laptop\:hover\:pr-95:hover {
    padding-right: 95px;
  }

  .max-laptop\:hover\:pr-96:hover {
    padding-right: 24rem;
  }

  .max-laptop\:hover\:pr-120:hover {
    padding-right: 120px;
  }

  .max-laptop\:hover\:pr-190:hover {
    padding-right: 190px;
  }

  .max-laptop\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .max-laptop\:hover\:pr-0\.5:hover {
    padding-right: 0.125rem;
  }

  .max-laptop\:hover\:pr-1\.5:hover {
    padding-right: 0.375rem;
  }

  .max-laptop\:hover\:pr-2\.5:hover {
    padding-right: 0.625rem;
  }

  .max-laptop\:hover\:pr-3\.5:hover {
    padding-right: 0.875rem;
  }

  .max-laptop\:hover\:pr-30\%:hover {
    padding-right: 30%;
  }

  .max-laptop\:hover\:pr-7\.5r:hover {
    padding-right: 1.875rem;
  }

  .max-laptop\:hover\:pb-0:hover {
    padding-bottom: 0;
  }

  .max-laptop\:hover\:pb-1:hover {
    padding-bottom: 0.25rem;
  }

  .max-laptop\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .max-laptop\:hover\:pb-3:hover {
    padding-bottom: 0.75rem;
  }

  .max-laptop\:hover\:pb-4:hover {
    padding-bottom: 1rem;
  }

  .max-laptop\:hover\:pb-5:hover {
    padding-bottom: 5px;
  }

  .max-laptop\:hover\:pb-6:hover {
    padding-bottom: 1.5rem;
  }

  .max-laptop\:hover\:pb-7:hover {
    padding-bottom: 1.75rem;
  }

  .max-laptop\:hover\:pb-8:hover {
    padding-bottom: 2rem;
  }

  .max-laptop\:hover\:pb-9:hover {
    padding-bottom: 2.25rem;
  }

  .max-laptop\:hover\:pb-10:hover {
    padding-bottom: 10px;
  }

  .max-laptop\:hover\:pb-11:hover {
    padding-bottom: 2.75rem;
  }

  .max-laptop\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .max-laptop\:hover\:pb-14:hover {
    padding-bottom: 14px;
  }

  .max-laptop\:hover\:pb-16:hover {
    padding-bottom: 16px;
  }

  .max-laptop\:hover\:pb-20:hover {
    padding-bottom: 20px;
  }

  .max-laptop\:hover\:pb-24:hover {
    padding-bottom: 24px;
  }

  .max-laptop\:hover\:pb-28:hover {
    padding-bottom: 7rem;
  }

  .max-laptop\:hover\:pb-30:hover {
    padding-bottom: 30px;
  }

  .max-laptop\:hover\:pb-32:hover {
    padding-bottom: 8rem;
  }

  .max-laptop\:hover\:pb-36:hover {
    padding-bottom: 9rem;
  }

  .max-laptop\:hover\:pb-40:hover {
    padding-bottom: 10rem;
  }

  .max-laptop\:hover\:pb-44:hover {
    padding-bottom: 11rem;
  }

  .max-laptop\:hover\:pb-48:hover {
    padding-bottom: 48px;
  }

  .max-laptop\:hover\:pb-52:hover {
    padding-bottom: 13rem;
  }

  .max-laptop\:hover\:pb-56:hover {
    padding-bottom: 14rem;
  }

  .max-laptop\:hover\:pb-60:hover {
    padding-bottom: 60px;
  }

  .max-laptop\:hover\:pb-64:hover {
    padding-bottom: 16rem;
  }

  .max-laptop\:hover\:pb-72:hover {
    padding-bottom: 18rem;
  }

  .max-laptop\:hover\:pb-80:hover {
    padding-bottom: 20rem;
  }

  .max-laptop\:hover\:pb-95:hover {
    padding-bottom: 95px;
  }

  .max-laptop\:hover\:pb-96:hover {
    padding-bottom: 24rem;
  }

  .max-laptop\:hover\:pb-120:hover {
    padding-bottom: 120px;
  }

  .max-laptop\:hover\:pb-190:hover {
    padding-bottom: 190px;
  }

  .max-laptop\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .max-laptop\:hover\:pb-0\.5:hover {
    padding-bottom: 0.125rem;
  }

  .max-laptop\:hover\:pb-1\.5:hover {
    padding-bottom: 0.375rem;
  }

  .max-laptop\:hover\:pb-2\.5:hover {
    padding-bottom: 0.625rem;
  }

  .max-laptop\:hover\:pb-3\.5:hover {
    padding-bottom: 0.875rem;
  }

  .max-laptop\:hover\:pb-30\%:hover {
    padding-bottom: 30%;
  }

  .max-laptop\:hover\:pb-7\.5r:hover {
    padding-bottom: 1.875rem;
  }

  .max-laptop\:hover\:pl-0:hover {
    padding-left: 0;
  }

  .max-laptop\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

  .max-laptop\:hover\:pl-2:hover {
    padding-left: 0.5rem;
  }

  .max-laptop\:hover\:pl-3:hover {
    padding-left: 0.75rem;
  }

  .max-laptop\:hover\:pl-4:hover {
    padding-left: 1rem;
  }

  .max-laptop\:hover\:pl-5:hover {
    padding-left: 5px;
  }

  .max-laptop\:hover\:pl-6:hover {
    padding-left: 1.5rem;
  }

  .max-laptop\:hover\:pl-7:hover {
    padding-left: 1.75rem;
  }

  .max-laptop\:hover\:pl-8:hover {
    padding-left: 2rem;
  }

  .max-laptop\:hover\:pl-9:hover {
    padding-left: 2.25rem;
  }

  .max-laptop\:hover\:pl-10:hover {
    padding-left: 10px;
  }

  .max-laptop\:hover\:pl-11:hover {
    padding-left: 2.75rem;
  }

  .max-laptop\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .max-laptop\:hover\:pl-14:hover {
    padding-left: 14px;
  }

  .max-laptop\:hover\:pl-16:hover {
    padding-left: 16px;
  }

  .max-laptop\:hover\:pl-20:hover {
    padding-left: 20px;
  }

  .max-laptop\:hover\:pl-24:hover {
    padding-left: 24px;
  }

  .max-laptop\:hover\:pl-28:hover {
    padding-left: 7rem;
  }

  .max-laptop\:hover\:pl-30:hover {
    padding-left: 30px;
  }

  .max-laptop\:hover\:pl-32:hover {
    padding-left: 8rem;
  }

  .max-laptop\:hover\:pl-36:hover {
    padding-left: 9rem;
  }

  .max-laptop\:hover\:pl-40:hover {
    padding-left: 10rem;
  }

  .max-laptop\:hover\:pl-44:hover {
    padding-left: 11rem;
  }

  .max-laptop\:hover\:pl-48:hover {
    padding-left: 48px;
  }

  .max-laptop\:hover\:pl-52:hover {
    padding-left: 13rem;
  }

  .max-laptop\:hover\:pl-56:hover {
    padding-left: 14rem;
  }

  .max-laptop\:hover\:pl-60:hover {
    padding-left: 60px;
  }

  .max-laptop\:hover\:pl-64:hover {
    padding-left: 16rem;
  }

  .max-laptop\:hover\:pl-72:hover {
    padding-left: 18rem;
  }

  .max-laptop\:hover\:pl-80:hover {
    padding-left: 20rem;
  }

  .max-laptop\:hover\:pl-95:hover {
    padding-left: 95px;
  }

  .max-laptop\:hover\:pl-96:hover {
    padding-left: 24rem;
  }

  .max-laptop\:hover\:pl-120:hover {
    padding-left: 120px;
  }

  .max-laptop\:hover\:pl-190:hover {
    padding-left: 190px;
  }

  .max-laptop\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .max-laptop\:hover\:pl-0\.5:hover {
    padding-left: 0.125rem;
  }

  .max-laptop\:hover\:pl-1\.5:hover {
    padding-left: 0.375rem;
  }

  .max-laptop\:hover\:pl-2\.5:hover {
    padding-left: 0.625rem;
  }

  .max-laptop\:hover\:pl-3\.5:hover {
    padding-left: 0.875rem;
  }

  .max-laptop\:hover\:pl-30\%:hover {
    padding-left: 30%;
  }

  .max-laptop\:hover\:pl-7\.5r:hover {
    padding-left: 1.875rem;
  }

  .max-laptop\:text-left {
    text-align: left;
  }

  .max-laptop\:text-center {
    text-align: center;
  }

  .max-laptop\:text-right {
    text-align: right;
  }

  .max-laptop\:text-justify {
    text-align: justify;
  }

  .max-laptop\:align-baseline {
    vertical-align: baseline;
  }

  .max-laptop\:align-top {
    vertical-align: top;
  }

  .max-laptop\:align-middle {
    vertical-align: middle;
  }

  .max-laptop\:align-bottom {
    vertical-align: bottom;
  }

  .max-laptop\:align-text-top {
    vertical-align: text-top;
  }

  .max-laptop\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .max-laptop\:font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .max-laptop\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .max-laptop\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .max-laptop\:font-display {
    font-family: Kanit, serif;
  }

  .max-laptop\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .max-laptop\:text-sm {
    font-size: 0.875rem;
  }

  .max-laptop\:text-base {
    font-size: 1rem;
  }

  .max-laptop\:text-lg {
    font-size: 1.25rem;
  }

  .max-laptop\:text-xl {
    font-size: 1.75rem;
  }

  .max-laptop\:text-2xl {
    font-size: 2.25rem;
  }

  .max-laptop\:text-3xl {
    font-size: 3rem;
  }

  .max-laptop\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .max-laptop\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .max-laptop\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .max-laptop\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .max-laptop\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .max-laptop\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .max-laptop\:text-3xs {
    font-size: 0.25rem;
  }

  .max-laptop\:text-2xs {
    font-size: 0.5rem;
  }

  .max-laptop\:text-1xs {
    font-size: 0.67rem;
  }

  .max-laptop\:font-thin {
    font-weight: 100;
  }

  .max-laptop\:font-extralight {
    font-weight: 200;
  }

  .max-laptop\:font-light {
    font-weight: 300;
  }

  .max-laptop\:font-normal {
    font-weight: 400;
  }

  .max-laptop\:font-medium {
    font-weight: 500;
  }

  .max-laptop\:font-semibold {
    font-weight: 600;
  }

  .max-laptop\:font-bold {
    font-weight: 500;
  }

  .max-laptop\:font-extrabold {
    font-weight: 800;
  }

  .max-laptop\:font-black {
    font-weight: 900;
  }

  .max-laptop\:hover\:font-thin:hover {
    font-weight: 100;
  }

  .max-laptop\:hover\:font-extralight:hover {
    font-weight: 200;
  }

  .max-laptop\:hover\:font-light:hover {
    font-weight: 300;
  }

  .max-laptop\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .max-laptop\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .max-laptop\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .max-laptop\:hover\:font-bold:hover {
    font-weight: 500;
  }

  .max-laptop\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .max-laptop\:hover\:font-black:hover {
    font-weight: 900;
  }

  .max-laptop\:focus\:font-thin:focus {
    font-weight: 100;
  }

  .max-laptop\:focus\:font-extralight:focus {
    font-weight: 200;
  }

  .max-laptop\:focus\:font-light:focus {
    font-weight: 300;
  }

  .max-laptop\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .max-laptop\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .max-laptop\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .max-laptop\:focus\:font-bold:focus {
    font-weight: 500;
  }

  .max-laptop\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .max-laptop\:focus\:font-black:focus {
    font-weight: 900;
  }

  .max-laptop\:uppercase {
    text-transform: uppercase;
  }

  .max-laptop\:lowercase {
    text-transform: lowercase;
  }

  .max-laptop\:capitalize {
    text-transform: capitalize;
  }

  .max-laptop\:normal-case {
    text-transform: none;
  }

  .max-laptop\:italic {
    font-style: italic;
  }

  .max-laptop\:not-italic {
    font-style: normal;
  }

  .max-laptop\:ordinal, .max-laptop\:slashed-zero, .max-laptop\:lining-nums, .max-laptop\:oldstyle-nums, .max-laptop\:proportional-nums, .max-laptop\:tabular-nums, .max-laptop\:diagonal-fractions, .max-laptop\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .max-laptop\:normal-nums {
    font-feature-settings: normal;
    font-variant-numeric: normal;
  }

  .max-laptop\:ordinal {
    --tw-ordinal: ordinal;
  }

  .max-laptop\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .max-laptop\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .max-laptop\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .max-laptop\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .max-laptop\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .max-laptop\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .max-laptop\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .max-laptop\:leading-3 {
    line-height: .75rem;
  }

  .max-laptop\:leading-4 {
    line-height: 1rem;
  }

  .max-laptop\:leading-5 {
    line-height: 1.25rem;
  }

  .max-laptop\:leading-6 {
    line-height: 1.5rem;
  }

  .max-laptop\:leading-7 {
    line-height: 1.75rem;
  }

  .max-laptop\:leading-8 {
    line-height: 2rem;
  }

  .max-laptop\:leading-9 {
    line-height: 2.25rem;
  }

  .max-laptop\:leading-10 {
    line-height: 2.5rem;
  }

  .max-laptop\:leading-none {
    line-height: 1;
  }

  .max-laptop\:leading-tight {
    line-height: 1.25;
  }

  .max-laptop\:leading-snug {
    line-height: 1.375;
  }

  .max-laptop\:leading-normal {
    line-height: 1.5;
  }

  .max-laptop\:leading-relaxed {
    line-height: 1.625;
  }

  .max-laptop\:leading-loose {
    line-height: 2;
  }

  .max-laptop\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .max-laptop\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .max-laptop\:tracking-normal {
    letter-spacing: 0em;
  }

  .max-laptop\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .max-laptop\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .max-laptop\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .max-laptop\:text-transparent {
    color: transparent;
  }

  .max-laptop\:text-current {
    color: currentColor;
  }

  .max-laptop\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .max-laptop\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .max-laptop\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .max-laptop\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .max-laptop\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .max-laptop\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .max-laptop\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .max-laptop\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .max-laptop\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .max-laptop\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .max-laptop\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .max-laptop\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .max-laptop\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .max-laptop\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .max-laptop\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .max-laptop\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .max-laptop\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .max-laptop\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .max-laptop\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .max-laptop\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .max-laptop\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .max-laptop\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .max-laptop\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .max-laptop\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .max-laptop\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .max-laptop\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .max-laptop\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .max-laptop\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .max-laptop\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .max-laptop\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .max-laptop\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .max-laptop\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .max-laptop\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .max-laptop\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .max-laptop\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .max-laptop\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .max-laptop\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .max-laptop\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .max-laptop\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .max-laptop\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .max-laptop\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .max-laptop\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .max-laptop\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .max-laptop\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .max-laptop\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .max-laptop\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .max-laptop\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .max-laptop\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .max-laptop\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .max-laptop\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .max-laptop\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .max-laptop\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .max-laptop\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .max-laptop\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .max-laptop\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .max-laptop\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .max-laptop\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .max-laptop\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .max-laptop\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .max-laptop\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .max-laptop\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .max-laptop\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .max-laptop\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .max-laptop\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .max-laptop\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .max-laptop\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .max-laptop\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .max-laptop\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .max-laptop\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .max-laptop\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .max-laptop\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .max-laptop\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .max-laptop\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .max-laptop\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .max-laptop\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .max-laptop\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .max-laptop\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .max-laptop\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .max-laptop\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .max-laptop\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .max-laptop\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .max-laptop\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .max-laptop\:text-primary-color {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .max-laptop\:text-primary-color-dark {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .max-laptop\:text-secondary-color {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .max-laptop\:text-custom-gray-sm {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .max-laptop\:text-custom-gray-sm2 {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .max-laptop\:text-custom-gray-md {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .max-laptop\:text-custom-navy-dark {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .max-laptop\:text-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .max-laptop\:text-primary {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .max-laptop\:text-secondary-1 {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .max-laptop\:text-secondary-2 {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .max-laptop\:text-secondary-3 {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .max-laptop\:text-secondary {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .max-laptop\:text-secondary-dark {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .max-laptop\:text-secondary-light {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .max-laptop\:text-grayCustom-1 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .max-laptop\:text-grayCustom-2 {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .max-laptop\:text-grayCustom-3 {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .max-laptop\:text-grayCustom-800 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .max-laptop\:text-grayCustom {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .max-laptop\:text-grayCustom-dark {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .max-laptop\:text-grayCustom-light {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .max-laptop\:text-grayCustom-hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .max-laptop\:text-error {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .max-laptop\:text-error-light {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .max-laptop\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .max-laptop\:text-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .max-laptop\:text-success {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .max-laptop\:text-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .max-laptop\:text-status-open {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .max-laptop\:text-status-waiting_payment {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .max-laptop\:text-status-completed {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .max-laptop\:text-status-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .max-laptop\:text-status-waiting_verify {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .max-laptop\:text-status-closed {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .max-laptop\:text-policyStatus-issuing {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .max-laptop\:text-policyStatus-waiting_inspection {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .max-laptop\:text-policyStatus-success {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .max-laptop\:text-policyStatus-failed_inspection {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .max-laptop\:text-policyStatus-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .max-laptop\:text-policyStatus-waiting_policy {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .max-laptop\:text-policyStatus-cancel {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .max-laptop\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .max-laptop\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-primary-color {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-primary-color-dark {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-secondary-color {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-custom-gray-sm {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-custom-gray-sm2 {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-custom-gray-md {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-custom-navy-dark {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-primary {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-secondary-1 {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-secondary-2 {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-secondary-3 {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-secondary {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-secondary-dark {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-secondary-light {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-grayCustom-1 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-grayCustom-2 {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-grayCustom-3 {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-grayCustom-800 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-grayCustom {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-grayCustom-dark {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-grayCustom-light {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-grayCustom-hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-error {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-error-light {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-success {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-status-open {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-status-waiting_payment {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-status-completed {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-status-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-status-waiting_verify {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-status-closed {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-policyStatus-issuing {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-policyStatus-waiting_inspection {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-policyStatus-success {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-policyStatus-failed_inspection {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-policyStatus-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-policyStatus-waiting_policy {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .max-laptop\:group-hover\:text-policyStatus-cancel {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-transparent[focus-within] {
    color: transparent;
  }

  .max-laptop\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .max-laptop\:focus-within\:text-current[focus-within] {
    color: currentColor;
  }

  .max-laptop\:focus-within\:text-current:focus-within {
    color: currentColor;
  }

  .max-laptop\:focus-within\:text-black[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-white[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-gray-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-gray-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-gray-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-gray-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-gray-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-gray-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-gray-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-gray-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-gray-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-gray-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-red-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-red-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-red-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-red-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-red-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-red-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-red-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-red-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-red-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-red-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-yellow-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-yellow-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-yellow-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-yellow-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-yellow-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-yellow-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-yellow-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-yellow-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-yellow-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-yellow-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-green-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-green-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-green-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-green-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-green-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-green-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-green-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-green-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-green-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-green-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-blue-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-blue-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-blue-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-blue-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-blue-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-blue-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-blue-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-blue-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-blue-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-blue-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-indigo-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-indigo-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-indigo-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-indigo-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-indigo-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-indigo-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-indigo-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-indigo-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-indigo-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-indigo-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-purple-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-purple-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-purple-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-purple-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-purple-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-purple-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-purple-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-purple-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-purple-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-purple-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-pink-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-pink-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-pink-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-pink-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-pink-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-pink-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-pink-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-pink-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-pink-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-pink-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-primary-color[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-primary-color:focus-within {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-primary-color-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-primary-color-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-secondary-color[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-secondary-color:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-custom-gray-sm[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-custom-gray-sm:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-custom-gray-sm2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-custom-gray-sm2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-custom-gray-md[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-custom-gray-md:focus-within {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-custom-navy-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-custom-navy-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-dark-blue[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-dark-blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-primary[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-primary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-secondary-1[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-secondary-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-secondary-2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-secondary-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-secondary-3[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-secondary-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-secondary[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-secondary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-secondary-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-secondary-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-secondary-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-secondary-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-grayCustom-1[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-grayCustom-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-grayCustom-2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-grayCustom-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-grayCustom-3[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-grayCustom-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-grayCustom-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-grayCustom-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-grayCustom[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-grayCustom:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-grayCustom-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-grayCustom-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-grayCustom-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-grayCustom-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-grayCustom-hover[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-grayCustom-hover:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-error[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-error:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-error-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-error-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-warning[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-warning:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-warning-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-warning-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-success[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-success-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-success-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-status-open[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-status-open:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-status-waiting_payment[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-status-waiting_payment:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-status-completed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-status-completed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-status-failed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-status-failed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-status-waiting_verify[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-status-waiting_verify:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-status-closed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-status-closed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-policyStatus-issuing[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-policyStatus-issuing:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-policyStatus-waiting_inspection[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-policyStatus-waiting_inspection:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-policyStatus-success[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-policyStatus-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-policyStatus-failed_inspection[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-policyStatus-failed_inspection:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-policyStatus-failed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-policyStatus-failed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-policyStatus-waiting_policy[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-policyStatus-waiting_policy:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-policyStatus-cancel[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .max-laptop\:focus-within\:text-policyStatus-cancel:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-transparent:hover {
    color: transparent;
  }

  .max-laptop\:hover\:text-current:hover {
    color: currentColor;
  }

  .max-laptop\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-green-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-primary-color:hover {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-primary-color-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-secondary-color:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-custom-gray-sm:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-custom-gray-sm2:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-custom-gray-md:hover {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-custom-navy-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-dark-blue:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-secondary-1:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-secondary-2:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-secondary-3:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-secondary:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-secondary-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-secondary-light:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-grayCustom-1:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-grayCustom-2:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-grayCustom-3:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-grayCustom-800:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-grayCustom:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-grayCustom-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-grayCustom-light:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-grayCustom-hover:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-error:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-error-light:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-warning:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-warning-light:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-success:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-success-light:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-status-open:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-status-waiting_payment:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-status-completed:hover {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-status-failed:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-status-waiting_verify:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-status-closed:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-policyStatus-issuing:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-policyStatus-waiting_inspection:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-policyStatus-success:hover {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-policyStatus-failed_inspection:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-policyStatus-failed:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-policyStatus-waiting_policy:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .max-laptop\:hover\:text-policyStatus-cancel:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-transparent:focus {
    color: transparent;
  }

  .max-laptop\:focus\:text-current:focus {
    color: currentColor;
  }

  .max-laptop\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-green-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-primary-color:focus {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-primary-color-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-secondary-color:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-custom-gray-sm:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-custom-gray-sm2:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-custom-gray-md:focus {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-custom-navy-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-dark-blue:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-primary:focus {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-secondary-1:focus {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-secondary-2:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-secondary-3:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-secondary:focus {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-secondary-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-secondary-light:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-grayCustom-1:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-grayCustom-2:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-grayCustom-3:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-grayCustom-800:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-grayCustom:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-grayCustom-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-grayCustom-light:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-grayCustom-hover:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-error:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-error-light:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-warning:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-warning-light:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-success:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-success-light:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-status-open:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-status-waiting_payment:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-status-completed:focus {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-status-failed:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-status-waiting_verify:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-status-closed:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-policyStatus-issuing:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-policyStatus-waiting_inspection:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-policyStatus-success:focus {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-policyStatus-failed_inspection:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-policyStatus-failed:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-policyStatus-waiting_policy:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .max-laptop\:focus\:text-policyStatus-cancel:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .max-laptop\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .max-laptop\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .max-laptop\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .max-laptop\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .max-laptop\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .max-laptop\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .max-laptop\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .max-laptop\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .max-laptop\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .max-laptop\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .max-laptop\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .max-laptop\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .max-laptop\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .max-laptop\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .max-laptop\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .max-laptop\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .max-laptop\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .max-laptop\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .max-laptop\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .max-laptop\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .max-laptop\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .max-laptop\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .max-laptop\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .max-laptop\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .max-laptop\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .max-laptop\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .max-laptop\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .max-laptop\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .max-laptop\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .max-laptop\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .max-laptop\:focus-within\:text-opacity-0[focus-within] {
    --tw-text-opacity: 0;
  }

  .max-laptop\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .max-laptop\:focus-within\:text-opacity-5[focus-within] {
    --tw-text-opacity: 0.05;
  }

  .max-laptop\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .max-laptop\:focus-within\:text-opacity-10[focus-within] {
    --tw-text-opacity: 0.1;
  }

  .max-laptop\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .max-laptop\:focus-within\:text-opacity-20[focus-within] {
    --tw-text-opacity: 0.2;
  }

  .max-laptop\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .max-laptop\:focus-within\:text-opacity-25[focus-within] {
    --tw-text-opacity: 0.25;
  }

  .max-laptop\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .max-laptop\:focus-within\:text-opacity-30[focus-within] {
    --tw-text-opacity: 0.3;
  }

  .max-laptop\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .max-laptop\:focus-within\:text-opacity-40[focus-within] {
    --tw-text-opacity: 0.4;
  }

  .max-laptop\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .max-laptop\:focus-within\:text-opacity-50[focus-within] {
    --tw-text-opacity: 0.5;
  }

  .max-laptop\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .max-laptop\:focus-within\:text-opacity-60[focus-within] {
    --tw-text-opacity: 0.6;
  }

  .max-laptop\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .max-laptop\:focus-within\:text-opacity-70[focus-within] {
    --tw-text-opacity: 0.7;
  }

  .max-laptop\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .max-laptop\:focus-within\:text-opacity-75[focus-within] {
    --tw-text-opacity: 0.75;
  }

  .max-laptop\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .max-laptop\:focus-within\:text-opacity-80[focus-within] {
    --tw-text-opacity: 0.8;
  }

  .max-laptop\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .max-laptop\:focus-within\:text-opacity-90[focus-within] {
    --tw-text-opacity: 0.9;
  }

  .max-laptop\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .max-laptop\:focus-within\:text-opacity-95[focus-within] {
    --tw-text-opacity: 0.95;
  }

  .max-laptop\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .max-laptop\:focus-within\:text-opacity-100[focus-within] {
    --tw-text-opacity: 1;
  }

  .max-laptop\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .max-laptop\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .max-laptop\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .max-laptop\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .max-laptop\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .max-laptop\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .max-laptop\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .max-laptop\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .max-laptop\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .max-laptop\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .max-laptop\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .max-laptop\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .max-laptop\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .max-laptop\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .max-laptop\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .max-laptop\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .max-laptop\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .max-laptop\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .max-laptop\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .max-laptop\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .max-laptop\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .max-laptop\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .max-laptop\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .max-laptop\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .max-laptop\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .max-laptop\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .max-laptop\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .max-laptop\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .max-laptop\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .max-laptop\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .max-laptop\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .max-laptop\:underline {
    text-decoration: underline;
  }

  .max-laptop\:line-through {
    text-decoration: line-through;
  }

  .max-laptop\:no-underline {
    text-decoration: none;
  }

  .group:hover .max-laptop\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .max-laptop\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .max-laptop\:group-hover\:no-underline {
    text-decoration: none;
  }

  .max-laptop\:focus-within\:underline[focus-within] {
    text-decoration: underline;
  }

  .max-laptop\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .max-laptop\:focus-within\:line-through[focus-within] {
    text-decoration: line-through;
  }

  .max-laptop\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .max-laptop\:focus-within\:no-underline[focus-within] {
    text-decoration: none;
  }

  .max-laptop\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .max-laptop\:hover\:underline:hover {
    text-decoration: underline;
  }

  .max-laptop\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .max-laptop\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .max-laptop\:focus\:underline:focus {
    text-decoration: underline;
  }

  .max-laptop\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .max-laptop\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .max-laptop\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .max-laptop\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .max-laptop\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .max-laptop\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .max-laptop\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .max-laptop\:placeholder-current::placeholder {
    color: currentColor;
  }

  .max-laptop\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-primary-color::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-primary-color::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-primary-color-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-primary-color-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-secondary-color::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-secondary-color::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-custom-gray-sm::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-custom-gray-sm::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-custom-gray-sm2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-custom-gray-sm2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-custom-gray-md::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-custom-gray-md::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-custom-navy-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-custom-navy-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-dark-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-dark-blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-primary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-secondary-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-secondary-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-secondary-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-secondary-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-secondary-3::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-secondary-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-secondary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-secondary-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-secondary-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-secondary-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-secondary-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-grayCustom-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-grayCustom-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-grayCustom-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-grayCustom-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-grayCustom-3::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-grayCustom-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-grayCustom-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-grayCustom-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-grayCustom::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-grayCustom::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-grayCustom-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-grayCustom-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-grayCustom-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-grayCustom-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-grayCustom-hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-grayCustom-hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-error::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-error::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-error-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-error-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-warning::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-warning::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-warning-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-warning-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-success-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-success-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-status-open::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-status-open::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-status-waiting_payment::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-status-waiting_payment::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-status-completed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-status-completed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-status-failed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-status-failed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-status-waiting_verify::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-status-waiting_verify::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-status-closed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-status-closed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-policyStatus-issuing::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-policyStatus-issuing::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-policyStatus-waiting_inspection::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-policyStatus-waiting_inspection::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-policyStatus-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-policyStatus-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-policyStatus-failed_inspection::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-policyStatus-failed_inspection::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-policyStatus-failed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-policyStatus-failed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-policyStatus-waiting_policy::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-policyStatus-waiting_policy::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-policyStatus-cancel::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-policyStatus-cancel::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .max-laptop\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .max-laptop\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .max-laptop\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .max-laptop\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-primary-color:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-primary-color:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-primary-color-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-primary-color-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-secondary-color:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-secondary-color:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-custom-gray-sm:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-custom-gray-sm:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-custom-gray-sm2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-custom-gray-sm2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-custom-gray-md:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-custom-gray-md:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-custom-navy-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-custom-navy-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-dark-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-dark-blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-primary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-secondary-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-secondary-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-secondary-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-secondary-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-secondary-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-secondary-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-secondary-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-secondary-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-secondary-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-secondary-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-grayCustom-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-grayCustom-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-grayCustom-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-grayCustom-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-grayCustom-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-grayCustom-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-grayCustom-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-grayCustom-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-grayCustom:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-grayCustom:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-grayCustom-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-grayCustom-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-grayCustom-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-grayCustom-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-grayCustom-hover:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-grayCustom-hover:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-error:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-error:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-error-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-error-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-warning:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-warning:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-warning-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-warning-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-success-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-success-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-status-open:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-status-open:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-status-waiting_payment:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-status-waiting_payment:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-status-completed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-status-completed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-status-failed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-status-failed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-status-waiting_verify:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-status-waiting_verify:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-status-closed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-status-closed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-policyStatus-issuing:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-policyStatus-issuing:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-policyStatus-waiting_inspection:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-policyStatus-waiting_inspection:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-policyStatus-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-policyStatus-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-policyStatus-failed_inspection:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-policyStatus-failed_inspection:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-policyStatus-failed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-policyStatus-failed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-policyStatus-waiting_policy:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-policyStatus-waiting_policy:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-policyStatus-cancel:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .max-laptop\:focus\:placeholder-policyStatus-cancel:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .max-laptop\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .max-laptop\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .max-laptop\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .max-laptop\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .max-laptop\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .max-laptop\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .max-laptop\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .max-laptop\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .max-laptop\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .max-laptop\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .max-laptop\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .max-laptop\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .max-laptop\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .max-laptop\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .max-laptop\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .max-laptop\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .max-laptop\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .max-laptop\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .max-laptop\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .max-laptop\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .max-laptop\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .max-laptop\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .max-laptop\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .max-laptop\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .max-laptop\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .max-laptop\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .max-laptop\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .max-laptop\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .max-laptop\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .max-laptop\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .max-laptop\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .max-laptop\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .max-laptop\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .max-laptop\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .max-laptop\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .max-laptop\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .max-laptop\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .max-laptop\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .max-laptop\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .max-laptop\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .max-laptop\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .max-laptop\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .max-laptop\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .max-laptop\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .max-laptop\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .max-laptop\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .max-laptop\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .max-laptop\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .max-laptop\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .max-laptop\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .max-laptop\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .max-laptop\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .max-laptop\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .max-laptop\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .max-laptop\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .max-laptop\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .max-laptop\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .max-laptop\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .max-laptop\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .max-laptop\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .max-laptop\:opacity-0 {
    opacity: 0;
  }

  .max-laptop\:opacity-5 {
    opacity: 0.05;
  }

  .max-laptop\:opacity-10 {
    opacity: 0.1;
  }

  .max-laptop\:opacity-20 {
    opacity: 0.2;
  }

  .max-laptop\:opacity-25 {
    opacity: 0.25;
  }

  .max-laptop\:opacity-30 {
    opacity: 0.3;
  }

  .max-laptop\:opacity-40 {
    opacity: 0.4;
  }

  .max-laptop\:opacity-50 {
    opacity: 0.5;
  }

  .max-laptop\:opacity-60 {
    opacity: 0.6;
  }

  .max-laptop\:opacity-70 {
    opacity: 0.7;
  }

  .max-laptop\:opacity-75 {
    opacity: 0.75;
  }

  .max-laptop\:opacity-80 {
    opacity: 0.8;
  }

  .max-laptop\:opacity-90 {
    opacity: 0.9;
  }

  .max-laptop\:opacity-95 {
    opacity: 0.95;
  }

  .max-laptop\:opacity-100 {
    opacity: 1;
  }

  .group:hover .max-laptop\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .max-laptop\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .max-laptop\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .max-laptop\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .max-laptop\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .max-laptop\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .max-laptop\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .max-laptop\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .max-laptop\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .max-laptop\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .max-laptop\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .max-laptop\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .max-laptop\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .max-laptop\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .max-laptop\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .max-laptop\:focus-within\:opacity-0[focus-within] {
    opacity: 0;
  }

  .max-laptop\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .max-laptop\:focus-within\:opacity-5[focus-within] {
    opacity: 0.05;
  }

  .max-laptop\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .max-laptop\:focus-within\:opacity-10[focus-within] {
    opacity: 0.1;
  }

  .max-laptop\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .max-laptop\:focus-within\:opacity-20[focus-within] {
    opacity: 0.2;
  }

  .max-laptop\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .max-laptop\:focus-within\:opacity-25[focus-within] {
    opacity: 0.25;
  }

  .max-laptop\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .max-laptop\:focus-within\:opacity-30[focus-within] {
    opacity: 0.3;
  }

  .max-laptop\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .max-laptop\:focus-within\:opacity-40[focus-within] {
    opacity: 0.4;
  }

  .max-laptop\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .max-laptop\:focus-within\:opacity-50[focus-within] {
    opacity: 0.5;
  }

  .max-laptop\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .max-laptop\:focus-within\:opacity-60[focus-within] {
    opacity: 0.6;
  }

  .max-laptop\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .max-laptop\:focus-within\:opacity-70[focus-within] {
    opacity: 0.7;
  }

  .max-laptop\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .max-laptop\:focus-within\:opacity-75[focus-within] {
    opacity: 0.75;
  }

  .max-laptop\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .max-laptop\:focus-within\:opacity-80[focus-within] {
    opacity: 0.8;
  }

  .max-laptop\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .max-laptop\:focus-within\:opacity-90[focus-within] {
    opacity: 0.9;
  }

  .max-laptop\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .max-laptop\:focus-within\:opacity-95[focus-within] {
    opacity: 0.95;
  }

  .max-laptop\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .max-laptop\:focus-within\:opacity-100[focus-within] {
    opacity: 1;
  }

  .max-laptop\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .max-laptop\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .max-laptop\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .max-laptop\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .max-laptop\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .max-laptop\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .max-laptop\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .max-laptop\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .max-laptop\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .max-laptop\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .max-laptop\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .max-laptop\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .max-laptop\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .max-laptop\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .max-laptop\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .max-laptop\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .max-laptop\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .max-laptop\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .max-laptop\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .max-laptop\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .max-laptop\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .max-laptop\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .max-laptop\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .max-laptop\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .max-laptop\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .max-laptop\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .max-laptop\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .max-laptop\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .max-laptop\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .max-laptop\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .max-laptop\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .max-laptop\:disabled\:opacity-0:disabled {
    opacity: 0;
  }

  .max-laptop\:disabled\:opacity-5:disabled {
    opacity: 0.05;
  }

  .max-laptop\:disabled\:opacity-10:disabled {
    opacity: 0.1;
  }

  .max-laptop\:disabled\:opacity-20:disabled {
    opacity: 0.2;
  }

  .max-laptop\:disabled\:opacity-25:disabled {
    opacity: 0.25;
  }

  .max-laptop\:disabled\:opacity-30:disabled {
    opacity: 0.3;
  }

  .max-laptop\:disabled\:opacity-40:disabled {
    opacity: 0.4;
  }

  .max-laptop\:disabled\:opacity-50:disabled {
    opacity: 0.5;
  }

  .max-laptop\:disabled\:opacity-60:disabled {
    opacity: 0.6;
  }

  .max-laptop\:disabled\:opacity-70:disabled {
    opacity: 0.7;
  }

  .max-laptop\:disabled\:opacity-75:disabled {
    opacity: 0.75;
  }

  .max-laptop\:disabled\:opacity-80:disabled {
    opacity: 0.8;
  }

  .max-laptop\:disabled\:opacity-90:disabled {
    opacity: 0.9;
  }

  .max-laptop\:disabled\:opacity-95:disabled {
    opacity: 0.95;
  }

  .max-laptop\:disabled\:opacity-100:disabled {
    opacity: 1;
  }

  .max-laptop\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .max-laptop\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .max-laptop\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .max-laptop\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .max-laptop\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .max-laptop\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .max-laptop\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .max-laptop\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .max-laptop\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .max-laptop\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .max-laptop\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .max-laptop\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .max-laptop\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .max-laptop\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .max-laptop\:bg-blend-color {
    background-blend-mode: color;
  }

  .max-laptop\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .max-laptop\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .max-laptop\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .max-laptop\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .max-laptop\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .max-laptop\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .max-laptop\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .max-laptop\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .max-laptop\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .max-laptop\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .max-laptop\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .max-laptop\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .max-laptop\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .max-laptop\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .max-laptop\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .max-laptop\:mix-blend-color {
    mix-blend-mode: color;
  }

  .max-laptop\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .max-laptop\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:shadow-none {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:shadow-button {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:shadow-button-hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:shadow-secondary-tag {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:shadow-gray {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .max-laptop\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .max-laptop\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .max-laptop\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .max-laptop\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .max-laptop\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .max-laptop\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .max-laptop\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .max-laptop\:group-hover\:shadow-none {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .max-laptop\:group-hover\:shadow-button {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .max-laptop\:group-hover\:shadow-button-hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .max-laptop\:group-hover\:shadow-secondary-tag {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .max-laptop\:group-hover\:shadow-gray {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:focus-within\:shadow-sm[focus-within] {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:focus-within\:shadow[focus-within] {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:focus-within\:shadow-md[focus-within] {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:focus-within\:shadow-lg[focus-within] {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:focus-within\:shadow-xl[focus-within] {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:focus-within\:shadow-2xl[focus-within] {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:focus-within\:shadow-inner[focus-within] {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:focus-within\:shadow-none[focus-within] {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:focus-within\:shadow-button[focus-within] {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:focus-within\:shadow-button:focus-within {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:focus-within\:shadow-button-hover[focus-within] {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:focus-within\:shadow-button-hover:focus-within {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:focus-within\:shadow-secondary-tag[focus-within] {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:focus-within\:shadow-secondary-tag:focus-within {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:focus-within\:shadow-gray[focus-within] {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:focus-within\:shadow-gray:focus-within {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:hover\:shadow-button:hover {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:hover\:shadow-button-hover:hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:hover\:shadow-secondary-tag:hover {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:hover\:shadow-gray:hover {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:focus\:shadow-button:focus {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:focus\:shadow-button-hover:focus {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:focus\:shadow-secondary-tag:focus {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:focus\:shadow-gray:focus {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .max-laptop\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .max-laptop\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .max-laptop\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .max-laptop\:focus-within\:outline-none[focus-within] {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .max-laptop\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .max-laptop\:focus-within\:outline-white[focus-within] {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .max-laptop\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .max-laptop\:focus-within\:outline-black[focus-within] {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .max-laptop\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .max-laptop\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .max-laptop\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .max-laptop\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .max-laptop\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .max-laptop\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .max-laptop\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .max-laptop\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .max-laptop\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .max-laptop\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .max-laptop\:focus-within\:ring-0[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .max-laptop\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .max-laptop\:focus-within\:ring-1[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .max-laptop\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .max-laptop\:focus-within\:ring-2[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .max-laptop\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .max-laptop\:focus-within\:ring-4[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .max-laptop\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .max-laptop\:focus-within\:ring-8[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .max-laptop\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .max-laptop\:focus-within\:ring[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .max-laptop\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .max-laptop\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .max-laptop\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .max-laptop\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .max-laptop\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .max-laptop\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .max-laptop\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .max-laptop\:ring-inset {
    --tw-ring-inset: inset;
  }

  .max-laptop\:focus-within\:ring-inset[focus-within] {
    --tw-ring-inset: inset;
  }

  .max-laptop\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .max-laptop\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .max-laptop\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .max-laptop\:ring-current {
    --tw-ring-color: currentColor;
  }

  .max-laptop\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-primary-color {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-primary-color-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-secondary-color {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-custom-gray-sm {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-custom-gray-sm2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-custom-gray-md {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-custom-navy-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-dark-blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-primary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-secondary-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-secondary-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-secondary-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-secondary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-secondary-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-secondary-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-grayCustom-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-grayCustom-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-grayCustom-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-grayCustom-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-grayCustom {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-grayCustom-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-grayCustom-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-grayCustom-hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-error {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-error-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-warning {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-warning-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-success-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-status-open {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-status-waiting_payment {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-status-completed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-status-failed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-status-waiting_verify {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-status-closed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-policyStatus-issuing {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-policyStatus-waiting_inspection {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-policyStatus-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-policyStatus-failed_inspection {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-policyStatus-failed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-policyStatus-waiting_policy {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-policyStatus-cancel {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-transparent[focus-within] {
    --tw-ring-color: transparent;
  }

  .max-laptop\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .max-laptop\:focus-within\:ring-current[focus-within] {
    --tw-ring-color: currentColor;
  }

  .max-laptop\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor;
  }

  .max-laptop\:focus-within\:ring-black[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-white[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-gray-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-gray-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-gray-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-gray-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-gray-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-gray-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-gray-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-gray-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-gray-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-gray-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-red-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-red-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-red-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-red-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-red-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-red-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-red-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-red-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-red-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-red-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-yellow-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-yellow-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-yellow-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-yellow-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-yellow-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-yellow-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-yellow-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-yellow-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-yellow-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-yellow-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-green-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-green-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-green-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-green-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-green-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-green-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-green-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-green-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-green-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-green-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-blue-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-blue-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-blue-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-blue-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-blue-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-blue-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-blue-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-blue-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-blue-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-blue-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-indigo-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-indigo-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-indigo-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-indigo-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-indigo-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-indigo-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-indigo-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-indigo-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-indigo-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-indigo-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-purple-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-purple-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-purple-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-purple-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-purple-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-purple-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-purple-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-purple-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-purple-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-purple-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-pink-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-pink-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-pink-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-pink-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-pink-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-pink-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-pink-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-pink-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-pink-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-pink-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-primary-color[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-primary-color:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-primary-color-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-primary-color-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-secondary-color[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-secondary-color:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-custom-gray-sm[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-custom-gray-sm:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-custom-gray-sm2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-custom-gray-sm2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-custom-gray-md[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-custom-gray-md:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-custom-navy-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-custom-navy-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-dark-blue[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-dark-blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-primary[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-primary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-secondary-1[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-secondary-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-secondary-2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-secondary-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-secondary-3[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-secondary-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-secondary[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-secondary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-secondary-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-secondary-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-secondary-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-secondary-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-grayCustom-1[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-grayCustom-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-grayCustom-2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-grayCustom-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-grayCustom-3[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-grayCustom-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-grayCustom-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-grayCustom-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-grayCustom[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-grayCustom:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-grayCustom-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-grayCustom-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-grayCustom-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-grayCustom-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-grayCustom-hover[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-grayCustom-hover:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-error[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-error:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-error-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-error-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-warning[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-warning:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-warning-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-warning-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-success[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-success-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-success-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-status-open[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-status-open:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-status-waiting_payment[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-status-waiting_payment:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-status-completed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-status-completed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-status-failed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-status-failed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-status-waiting_verify[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-status-waiting_verify:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-status-closed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-status-closed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-policyStatus-issuing[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-policyStatus-issuing:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-policyStatus-waiting_inspection[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-policyStatus-waiting_inspection:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-policyStatus-success[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-policyStatus-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-policyStatus-failed_inspection[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-policyStatus-failed_inspection:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-policyStatus-failed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-policyStatus-failed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-policyStatus-waiting_policy[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-policyStatus-waiting_policy:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-policyStatus-cancel[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .max-laptop\:focus-within\:ring-policyStatus-cancel:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .max-laptop\:focus\:ring-current:focus {
    --tw-ring-color: currentColor;
  }

  .max-laptop\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-primary-color:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-primary-color-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-secondary-color:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-custom-gray-sm:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-custom-gray-sm2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-custom-gray-md:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-custom-navy-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-dark-blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-primary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-secondary-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-secondary-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-secondary-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-secondary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-secondary-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-secondary-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-grayCustom-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-grayCustom-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-grayCustom-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-grayCustom-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-grayCustom:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-grayCustom-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-grayCustom-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-grayCustom-hover:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-error:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-error-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-warning:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-warning-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-success-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-status-open:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-status-waiting_payment:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-status-completed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-status-failed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-status-waiting_verify:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-status-closed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-policyStatus-issuing:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-policyStatus-waiting_inspection:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-policyStatus-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-policyStatus-failed_inspection:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-policyStatus-failed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-policyStatus-waiting_policy:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .max-laptop\:focus\:ring-policyStatus-cancel:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .max-laptop\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .max-laptop\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .max-laptop\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .max-laptop\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .max-laptop\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .max-laptop\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .max-laptop\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .max-laptop\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .max-laptop\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .max-laptop\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .max-laptop\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .max-laptop\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .max-laptop\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .max-laptop\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .max-laptop\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .max-laptop\:focus-within\:ring-opacity-0[focus-within] {
    --tw-ring-opacity: 0;
  }

  .max-laptop\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .max-laptop\:focus-within\:ring-opacity-5[focus-within] {
    --tw-ring-opacity: 0.05;
  }

  .max-laptop\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .max-laptop\:focus-within\:ring-opacity-10[focus-within] {
    --tw-ring-opacity: 0.1;
  }

  .max-laptop\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .max-laptop\:focus-within\:ring-opacity-20[focus-within] {
    --tw-ring-opacity: 0.2;
  }

  .max-laptop\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .max-laptop\:focus-within\:ring-opacity-25[focus-within] {
    --tw-ring-opacity: 0.25;
  }

  .max-laptop\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .max-laptop\:focus-within\:ring-opacity-30[focus-within] {
    --tw-ring-opacity: 0.3;
  }

  .max-laptop\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .max-laptop\:focus-within\:ring-opacity-40[focus-within] {
    --tw-ring-opacity: 0.4;
  }

  .max-laptop\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .max-laptop\:focus-within\:ring-opacity-50[focus-within] {
    --tw-ring-opacity: 0.5;
  }

  .max-laptop\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .max-laptop\:focus-within\:ring-opacity-60[focus-within] {
    --tw-ring-opacity: 0.6;
  }

  .max-laptop\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .max-laptop\:focus-within\:ring-opacity-70[focus-within] {
    --tw-ring-opacity: 0.7;
  }

  .max-laptop\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .max-laptop\:focus-within\:ring-opacity-75[focus-within] {
    --tw-ring-opacity: 0.75;
  }

  .max-laptop\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .max-laptop\:focus-within\:ring-opacity-80[focus-within] {
    --tw-ring-opacity: 0.8;
  }

  .max-laptop\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .max-laptop\:focus-within\:ring-opacity-90[focus-within] {
    --tw-ring-opacity: 0.9;
  }

  .max-laptop\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .max-laptop\:focus-within\:ring-opacity-95[focus-within] {
    --tw-ring-opacity: 0.95;
  }

  .max-laptop\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .max-laptop\:focus-within\:ring-opacity-100[focus-within] {
    --tw-ring-opacity: 1;
  }

  .max-laptop\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .max-laptop\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .max-laptop\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .max-laptop\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .max-laptop\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .max-laptop\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .max-laptop\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .max-laptop\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .max-laptop\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .max-laptop\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .max-laptop\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .max-laptop\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .max-laptop\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .max-laptop\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .max-laptop\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .max-laptop\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .max-laptop\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .max-laptop\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .max-laptop\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .max-laptop\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .max-laptop\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .max-laptop\:focus-within\:ring-offset-0[focus-within] {
    --tw-ring-offset-width: 0px;
  }

  .max-laptop\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .max-laptop\:focus-within\:ring-offset-1[focus-within] {
    --tw-ring-offset-width: 1px;
  }

  .max-laptop\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .max-laptop\:focus-within\:ring-offset-2[focus-within] {
    --tw-ring-offset-width: 2px;
  }

  .max-laptop\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .max-laptop\:focus-within\:ring-offset-4[focus-within] {
    --tw-ring-offset-width: 4px;
  }

  .max-laptop\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .max-laptop\:focus-within\:ring-offset-8[focus-within] {
    --tw-ring-offset-width: 8px;
  }

  .max-laptop\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .max-laptop\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .max-laptop\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .max-laptop\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .max-laptop\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .max-laptop\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .max-laptop\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .max-laptop\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }

  .max-laptop\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .max-laptop\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .max-laptop\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f9fafb;
  }

  .max-laptop\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f3f4f6;
  }

  .max-laptop\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e5e7eb;
  }

  .max-laptop\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d1d5db;
  }

  .max-laptop\:ring-offset-gray-400 {
    --tw-ring-offset-color: #9ca3af;
  }

  .max-laptop\:ring-offset-gray-500 {
    --tw-ring-offset-color: #6b7280;
  }

  .max-laptop\:ring-offset-gray-600 {
    --tw-ring-offset-color: #4b5563;
  }

  .max-laptop\:ring-offset-gray-700 {
    --tw-ring-offset-color: #374151;
  }

  .max-laptop\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .max-laptop\:ring-offset-gray-900 {
    --tw-ring-offset-color: #111827;
  }

  .max-laptop\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .max-laptop\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .max-laptop\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .max-laptop\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .max-laptop\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .max-laptop\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .max-laptop\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .max-laptop\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .max-laptop\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .max-laptop\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .max-laptop\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .max-laptop\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .max-laptop\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .max-laptop\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .max-laptop\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .max-laptop\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .max-laptop\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }

  .max-laptop\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }

  .max-laptop\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }

  .max-laptop\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }

  .max-laptop\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .max-laptop\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .max-laptop\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .max-laptop\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .max-laptop\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }

  .max-laptop\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }

  .max-laptop\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }

  .max-laptop\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }

  .max-laptop\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }

  .max-laptop\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .max-laptop\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .max-laptop\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .max-laptop\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .max-laptop\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .max-laptop\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .max-laptop\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .max-laptop\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .max-laptop\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .max-laptop\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .max-laptop\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .max-laptop\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .max-laptop\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .max-laptop\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .max-laptop\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .max-laptop\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .max-laptop\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .max-laptop\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .max-laptop\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .max-laptop\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .max-laptop\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .max-laptop\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .max-laptop\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .max-laptop\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .max-laptop\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .max-laptop\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .max-laptop\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .max-laptop\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .max-laptop\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .max-laptop\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .max-laptop\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .max-laptop\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .max-laptop\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .max-laptop\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .max-laptop\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .max-laptop\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .max-laptop\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .max-laptop\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .max-laptop\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .max-laptop\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .max-laptop\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .max-laptop\:ring-offset-primary-color {
    --tw-ring-offset-color: #eb008b;
  }

  .max-laptop\:ring-offset-primary-color-dark {
    --tw-ring-offset-color: #c90068;
  }

  .max-laptop\:ring-offset-secondary-color {
    --tw-ring-offset-color: #112e42;
  }

  .max-laptop\:ring-offset-custom-gray-sm {
    --tw-ring-offset-color: #f1f4f6;
  }

  .max-laptop\:ring-offset-custom-gray-sm2 {
    --tw-ring-offset-color: #f1f2f3;
  }

  .max-laptop\:ring-offset-custom-gray-md {
    --tw-ring-offset-color: #848484;
  }

  .max-laptop\:ring-offset-custom-navy-dark {
    --tw-ring-offset-color: #112e42;
  }

  .max-laptop\:ring-offset-dark-blue {
    --tw-ring-offset-color: #112E42;
  }

  .max-laptop\:ring-offset-primary {
    --tw-ring-offset-color: #192D40;
  }

  .max-laptop\:ring-offset-secondary-1 {
    --tw-ring-offset-color: #E6007E;
  }

  .max-laptop\:ring-offset-secondary-2 {
    --tw-ring-offset-color: #D6D564;
  }

  .max-laptop\:ring-offset-secondary-3 {
    --tw-ring-offset-color: #FCFCCD;
  }

  .max-laptop\:ring-offset-secondary {
    --tw-ring-offset-color: #E6007E;
  }

  .max-laptop\:ring-offset-secondary-dark {
    --tw-ring-offset-color: #C11A7D;
  }

  .max-laptop\:ring-offset-secondary-light {
    --tw-ring-offset-color: #FBCEE9;
  }

  .max-laptop\:ring-offset-grayCustom-1 {
    --tw-ring-offset-color: #4F4F4F;
  }

  .max-laptop\:ring-offset-grayCustom-2 {
    --tw-ring-offset-color: #C4C4C4;
  }

  .max-laptop\:ring-offset-grayCustom-3 {
    --tw-ring-offset-color: #F9F9F9;
  }

  .max-laptop\:ring-offset-grayCustom-800 {
    --tw-ring-offset-color: #4F4F4F;
  }

  .max-laptop\:ring-offset-grayCustom {
    --tw-ring-offset-color: #C4C4C4;
  }

  .max-laptop\:ring-offset-grayCustom-dark {
    --tw-ring-offset-color: #4F4F4F;
  }

  .max-laptop\:ring-offset-grayCustom-light {
    --tw-ring-offset-color: #F9F9F9;
  }

  .max-laptop\:ring-offset-grayCustom-hover {
    --tw-ring-offset-color: #9F9F9F;
  }

  .max-laptop\:ring-offset-error {
    --tw-ring-offset-color: #FF206E;
  }

  .max-laptop\:ring-offset-error-light {
    --tw-ring-offset-color: #FDE8EA;
  }

  .max-laptop\:ring-offset-warning {
    --tw-ring-offset-color: #FFAE14;
  }

  .max-laptop\:ring-offset-warning-light {
    --tw-ring-offset-color: #FFF6E5;
  }

  .max-laptop\:ring-offset-success {
    --tw-ring-offset-color: #2DD881;
  }

  .max-laptop\:ring-offset-success-light {
    --tw-ring-offset-color: #E9FBF2;
  }

  .max-laptop\:ring-offset-status-open {
    --tw-ring-offset-color: #FFF;
  }

  .max-laptop\:ring-offset-status-waiting_payment {
    --tw-ring-offset-color: #ffae14;
  }

  .max-laptop\:ring-offset-status-completed {
    --tw-ring-offset-color: #54c1bb;
  }

  .max-laptop\:ring-offset-status-failed {
    --tw-ring-offset-color: #e8556b;
  }

  .max-laptop\:ring-offset-status-waiting_verify {
    --tw-ring-offset-color: #ffae14;
  }

  .max-laptop\:ring-offset-status-closed {
    --tw-ring-offset-color: #c4c4c4;
  }

  .max-laptop\:ring-offset-policyStatus-issuing {
    --tw-ring-offset-color: #FFF;
  }

  .max-laptop\:ring-offset-policyStatus-waiting_inspection {
    --tw-ring-offset-color: #ffae14;
  }

  .max-laptop\:ring-offset-policyStatus-success {
    --tw-ring-offset-color: #54c1bb;
  }

  .max-laptop\:ring-offset-policyStatus-failed_inspection {
    --tw-ring-offset-color: #e8556b;
  }

  .max-laptop\:ring-offset-policyStatus-failed {
    --tw-ring-offset-color: #e8556b;
  }

  .max-laptop\:ring-offset-policyStatus-waiting_policy {
    --tw-ring-offset-color: #ffae14;
  }

  .max-laptop\:ring-offset-policyStatus-cancel {
    --tw-ring-offset-color: #c4c4c4;
  }

  .max-laptop\:focus-within\:ring-offset-transparent[focus-within] {
    --tw-ring-offset-color: transparent;
  }

  .max-laptop\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .max-laptop\:focus-within\:ring-offset-current[focus-within] {
    --tw-ring-offset-color: currentColor;
  }

  .max-laptop\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }

  .max-laptop\:focus-within\:ring-offset-black[focus-within] {
    --tw-ring-offset-color: #000;
  }

  .max-laptop\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .max-laptop\:focus-within\:ring-offset-white[focus-within] {
    --tw-ring-offset-color: #fff;
  }

  .max-laptop\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .max-laptop\:focus-within\:ring-offset-gray-50[focus-within] {
    --tw-ring-offset-color: #f9fafb;
  }

  .max-laptop\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f9fafb;
  }

  .max-laptop\:focus-within\:ring-offset-gray-100[focus-within] {
    --tw-ring-offset-color: #f3f4f6;
  }

  .max-laptop\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6;
  }

  .max-laptop\:focus-within\:ring-offset-gray-200[focus-within] {
    --tw-ring-offset-color: #e5e7eb;
  }

  .max-laptop\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb;
  }

  .max-laptop\:focus-within\:ring-offset-gray-300[focus-within] {
    --tw-ring-offset-color: #d1d5db;
  }

  .max-laptop\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d1d5db;
  }

  .max-laptop\:focus-within\:ring-offset-gray-400[focus-within] {
    --tw-ring-offset-color: #9ca3af;
  }

  .max-laptop\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #9ca3af;
  }

  .max-laptop\:focus-within\:ring-offset-gray-500[focus-within] {
    --tw-ring-offset-color: #6b7280;
  }

  .max-laptop\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #6b7280;
  }

  .max-laptop\:focus-within\:ring-offset-gray-600[focus-within] {
    --tw-ring-offset-color: #4b5563;
  }

  .max-laptop\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #4b5563;
  }

  .max-laptop\:focus-within\:ring-offset-gray-700[focus-within] {
    --tw-ring-offset-color: #374151;
  }

  .max-laptop\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #374151;
  }

  .max-laptop\:focus-within\:ring-offset-gray-800[focus-within] {
    --tw-ring-offset-color: #1f2937;
  }

  .max-laptop\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #1f2937;
  }

  .max-laptop\:focus-within\:ring-offset-gray-900[focus-within] {
    --tw-ring-offset-color: #111827;
  }

  .max-laptop\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #111827;
  }

  .max-laptop\:focus-within\:ring-offset-red-50[focus-within] {
    --tw-ring-offset-color: #fef2f2;
  }

  .max-laptop\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .max-laptop\:focus-within\:ring-offset-red-100[focus-within] {
    --tw-ring-offset-color: #fee2e2;
  }

  .max-laptop\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .max-laptop\:focus-within\:ring-offset-red-200[focus-within] {
    --tw-ring-offset-color: #fecaca;
  }

  .max-laptop\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .max-laptop\:focus-within\:ring-offset-red-300[focus-within] {
    --tw-ring-offset-color: #fca5a5;
  }

  .max-laptop\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .max-laptop\:focus-within\:ring-offset-red-400[focus-within] {
    --tw-ring-offset-color: #f87171;
  }

  .max-laptop\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .max-laptop\:focus-within\:ring-offset-red-500[focus-within] {
    --tw-ring-offset-color: #ef4444;
  }

  .max-laptop\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .max-laptop\:focus-within\:ring-offset-red-600[focus-within] {
    --tw-ring-offset-color: #dc2626;
  }

  .max-laptop\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .max-laptop\:focus-within\:ring-offset-red-700[focus-within] {
    --tw-ring-offset-color: #b91c1c;
  }

  .max-laptop\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .max-laptop\:focus-within\:ring-offset-red-800[focus-within] {
    --tw-ring-offset-color: #991b1b;
  }

  .max-laptop\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .max-laptop\:focus-within\:ring-offset-red-900[focus-within] {
    --tw-ring-offset-color: #7f1d1d;
  }

  .max-laptop\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .max-laptop\:focus-within\:ring-offset-yellow-50[focus-within] {
    --tw-ring-offset-color: #fffbeb;
  }

  .max-laptop\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .max-laptop\:focus-within\:ring-offset-yellow-100[focus-within] {
    --tw-ring-offset-color: #fef3c7;
  }

  .max-laptop\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .max-laptop\:focus-within\:ring-offset-yellow-200[focus-within] {
    --tw-ring-offset-color: #fde68a;
  }

  .max-laptop\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .max-laptop\:focus-within\:ring-offset-yellow-300[focus-within] {
    --tw-ring-offset-color: #fcd34d;
  }

  .max-laptop\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .max-laptop\:focus-within\:ring-offset-yellow-400[focus-within] {
    --tw-ring-offset-color: #fbbf24;
  }

  .max-laptop\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .max-laptop\:focus-within\:ring-offset-yellow-500[focus-within] {
    --tw-ring-offset-color: #f59e0b;
  }

  .max-laptop\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .max-laptop\:focus-within\:ring-offset-yellow-600[focus-within] {
    --tw-ring-offset-color: #d97706;
  }

  .max-laptop\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .max-laptop\:focus-within\:ring-offset-yellow-700[focus-within] {
    --tw-ring-offset-color: #b45309;
  }

  .max-laptop\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .max-laptop\:focus-within\:ring-offset-yellow-800[focus-within] {
    --tw-ring-offset-color: #92400e;
  }

  .max-laptop\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .max-laptop\:focus-within\:ring-offset-yellow-900[focus-within] {
    --tw-ring-offset-color: #78350f;
  }

  .max-laptop\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .max-laptop\:focus-within\:ring-offset-green-50[focus-within] {
    --tw-ring-offset-color: #ecfdf5;
  }

  .max-laptop\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .max-laptop\:focus-within\:ring-offset-green-100[focus-within] {
    --tw-ring-offset-color: #d1fae5;
  }

  .max-laptop\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .max-laptop\:focus-within\:ring-offset-green-200[focus-within] {
    --tw-ring-offset-color: #a7f3d0;
  }

  .max-laptop\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .max-laptop\:focus-within\:ring-offset-green-300[focus-within] {
    --tw-ring-offset-color: #6ee7b7;
  }

  .max-laptop\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .max-laptop\:focus-within\:ring-offset-green-400[focus-within] {
    --tw-ring-offset-color: #34d399;
  }

  .max-laptop\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .max-laptop\:focus-within\:ring-offset-green-500[focus-within] {
    --tw-ring-offset-color: #10b981;
  }

  .max-laptop\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .max-laptop\:focus-within\:ring-offset-green-600[focus-within] {
    --tw-ring-offset-color: #059669;
  }

  .max-laptop\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .max-laptop\:focus-within\:ring-offset-green-700[focus-within] {
    --tw-ring-offset-color: #047857;
  }

  .max-laptop\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .max-laptop\:focus-within\:ring-offset-green-800[focus-within] {
    --tw-ring-offset-color: #065f46;
  }

  .max-laptop\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .max-laptop\:focus-within\:ring-offset-green-900[focus-within] {
    --tw-ring-offset-color: #064e3b;
  }

  .max-laptop\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .max-laptop\:focus-within\:ring-offset-blue-50[focus-within] {
    --tw-ring-offset-color: #eff6ff;
  }

  .max-laptop\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .max-laptop\:focus-within\:ring-offset-blue-100[focus-within] {
    --tw-ring-offset-color: #dbeafe;
  }

  .max-laptop\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .max-laptop\:focus-within\:ring-offset-blue-200[focus-within] {
    --tw-ring-offset-color: #bfdbfe;
  }

  .max-laptop\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .max-laptop\:focus-within\:ring-offset-blue-300[focus-within] {
    --tw-ring-offset-color: #93c5fd;
  }

  .max-laptop\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .max-laptop\:focus-within\:ring-offset-blue-400[focus-within] {
    --tw-ring-offset-color: #60a5fa;
  }

  .max-laptop\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .max-laptop\:focus-within\:ring-offset-blue-500[focus-within] {
    --tw-ring-offset-color: #3b82f6;
  }

  .max-laptop\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .max-laptop\:focus-within\:ring-offset-blue-600[focus-within] {
    --tw-ring-offset-color: #2563eb;
  }

  .max-laptop\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .max-laptop\:focus-within\:ring-offset-blue-700[focus-within] {
    --tw-ring-offset-color: #1d4ed8;
  }

  .max-laptop\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .max-laptop\:focus-within\:ring-offset-blue-800[focus-within] {
    --tw-ring-offset-color: #1e40af;
  }

  .max-laptop\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .max-laptop\:focus-within\:ring-offset-blue-900[focus-within] {
    --tw-ring-offset-color: #1e3a8a;
  }

  .max-laptop\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .max-laptop\:focus-within\:ring-offset-indigo-50[focus-within] {
    --tw-ring-offset-color: #eef2ff;
  }

  .max-laptop\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .max-laptop\:focus-within\:ring-offset-indigo-100[focus-within] {
    --tw-ring-offset-color: #e0e7ff;
  }

  .max-laptop\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .max-laptop\:focus-within\:ring-offset-indigo-200[focus-within] {
    --tw-ring-offset-color: #c7d2fe;
  }

  .max-laptop\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .max-laptop\:focus-within\:ring-offset-indigo-300[focus-within] {
    --tw-ring-offset-color: #a5b4fc;
  }

  .max-laptop\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .max-laptop\:focus-within\:ring-offset-indigo-400[focus-within] {
    --tw-ring-offset-color: #818cf8;
  }

  .max-laptop\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .max-laptop\:focus-within\:ring-offset-indigo-500[focus-within] {
    --tw-ring-offset-color: #6366f1;
  }

  .max-laptop\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .max-laptop\:focus-within\:ring-offset-indigo-600[focus-within] {
    --tw-ring-offset-color: #4f46e5;
  }

  .max-laptop\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .max-laptop\:focus-within\:ring-offset-indigo-700[focus-within] {
    --tw-ring-offset-color: #4338ca;
  }

  .max-laptop\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .max-laptop\:focus-within\:ring-offset-indigo-800[focus-within] {
    --tw-ring-offset-color: #3730a3;
  }

  .max-laptop\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .max-laptop\:focus-within\:ring-offset-indigo-900[focus-within] {
    --tw-ring-offset-color: #312e81;
  }

  .max-laptop\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .max-laptop\:focus-within\:ring-offset-purple-50[focus-within] {
    --tw-ring-offset-color: #f5f3ff;
  }

  .max-laptop\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .max-laptop\:focus-within\:ring-offset-purple-100[focus-within] {
    --tw-ring-offset-color: #ede9fe;
  }

  .max-laptop\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .max-laptop\:focus-within\:ring-offset-purple-200[focus-within] {
    --tw-ring-offset-color: #ddd6fe;
  }

  .max-laptop\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .max-laptop\:focus-within\:ring-offset-purple-300[focus-within] {
    --tw-ring-offset-color: #c4b5fd;
  }

  .max-laptop\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .max-laptop\:focus-within\:ring-offset-purple-400[focus-within] {
    --tw-ring-offset-color: #a78bfa;
  }

  .max-laptop\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .max-laptop\:focus-within\:ring-offset-purple-500[focus-within] {
    --tw-ring-offset-color: #8b5cf6;
  }

  .max-laptop\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .max-laptop\:focus-within\:ring-offset-purple-600[focus-within] {
    --tw-ring-offset-color: #7c3aed;
  }

  .max-laptop\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .max-laptop\:focus-within\:ring-offset-purple-700[focus-within] {
    --tw-ring-offset-color: #6d28d9;
  }

  .max-laptop\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .max-laptop\:focus-within\:ring-offset-purple-800[focus-within] {
    --tw-ring-offset-color: #5b21b6;
  }

  .max-laptop\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .max-laptop\:focus-within\:ring-offset-purple-900[focus-within] {
    --tw-ring-offset-color: #4c1d95;
  }

  .max-laptop\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .max-laptop\:focus-within\:ring-offset-pink-50[focus-within] {
    --tw-ring-offset-color: #fdf2f8;
  }

  .max-laptop\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .max-laptop\:focus-within\:ring-offset-pink-100[focus-within] {
    --tw-ring-offset-color: #fce7f3;
  }

  .max-laptop\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .max-laptop\:focus-within\:ring-offset-pink-200[focus-within] {
    --tw-ring-offset-color: #fbcfe8;
  }

  .max-laptop\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .max-laptop\:focus-within\:ring-offset-pink-300[focus-within] {
    --tw-ring-offset-color: #f9a8d4;
  }

  .max-laptop\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .max-laptop\:focus-within\:ring-offset-pink-400[focus-within] {
    --tw-ring-offset-color: #f472b6;
  }

  .max-laptop\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .max-laptop\:focus-within\:ring-offset-pink-500[focus-within] {
    --tw-ring-offset-color: #ec4899;
  }

  .max-laptop\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .max-laptop\:focus-within\:ring-offset-pink-600[focus-within] {
    --tw-ring-offset-color: #db2777;
  }

  .max-laptop\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .max-laptop\:focus-within\:ring-offset-pink-700[focus-within] {
    --tw-ring-offset-color: #be185d;
  }

  .max-laptop\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .max-laptop\:focus-within\:ring-offset-pink-800[focus-within] {
    --tw-ring-offset-color: #9d174d;
  }

  .max-laptop\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .max-laptop\:focus-within\:ring-offset-pink-900[focus-within] {
    --tw-ring-offset-color: #831843;
  }

  .max-laptop\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .max-laptop\:focus-within\:ring-offset-primary-color[focus-within] {
    --tw-ring-offset-color: #eb008b;
  }

  .max-laptop\:focus-within\:ring-offset-primary-color:focus-within {
    --tw-ring-offset-color: #eb008b;
  }

  .max-laptop\:focus-within\:ring-offset-primary-color-dark[focus-within] {
    --tw-ring-offset-color: #c90068;
  }

  .max-laptop\:focus-within\:ring-offset-primary-color-dark:focus-within {
    --tw-ring-offset-color: #c90068;
  }

  .max-laptop\:focus-within\:ring-offset-secondary-color[focus-within] {
    --tw-ring-offset-color: #112e42;
  }

  .max-laptop\:focus-within\:ring-offset-secondary-color:focus-within {
    --tw-ring-offset-color: #112e42;
  }

  .max-laptop\:focus-within\:ring-offset-custom-gray-sm[focus-within] {
    --tw-ring-offset-color: #f1f4f6;
  }

  .max-laptop\:focus-within\:ring-offset-custom-gray-sm:focus-within {
    --tw-ring-offset-color: #f1f4f6;
  }

  .max-laptop\:focus-within\:ring-offset-custom-gray-sm2[focus-within] {
    --tw-ring-offset-color: #f1f2f3;
  }

  .max-laptop\:focus-within\:ring-offset-custom-gray-sm2:focus-within {
    --tw-ring-offset-color: #f1f2f3;
  }

  .max-laptop\:focus-within\:ring-offset-custom-gray-md[focus-within] {
    --tw-ring-offset-color: #848484;
  }

  .max-laptop\:focus-within\:ring-offset-custom-gray-md:focus-within {
    --tw-ring-offset-color: #848484;
  }

  .max-laptop\:focus-within\:ring-offset-custom-navy-dark[focus-within] {
    --tw-ring-offset-color: #112e42;
  }

  .max-laptop\:focus-within\:ring-offset-custom-navy-dark:focus-within {
    --tw-ring-offset-color: #112e42;
  }

  .max-laptop\:focus-within\:ring-offset-dark-blue[focus-within] {
    --tw-ring-offset-color: #112E42;
  }

  .max-laptop\:focus-within\:ring-offset-dark-blue:focus-within {
    --tw-ring-offset-color: #112E42;
  }

  .max-laptop\:focus-within\:ring-offset-primary[focus-within] {
    --tw-ring-offset-color: #192D40;
  }

  .max-laptop\:focus-within\:ring-offset-primary:focus-within {
    --tw-ring-offset-color: #192D40;
  }

  .max-laptop\:focus-within\:ring-offset-secondary-1[focus-within] {
    --tw-ring-offset-color: #E6007E;
  }

  .max-laptop\:focus-within\:ring-offset-secondary-1:focus-within {
    --tw-ring-offset-color: #E6007E;
  }

  .max-laptop\:focus-within\:ring-offset-secondary-2[focus-within] {
    --tw-ring-offset-color: #D6D564;
  }

  .max-laptop\:focus-within\:ring-offset-secondary-2:focus-within {
    --tw-ring-offset-color: #D6D564;
  }

  .max-laptop\:focus-within\:ring-offset-secondary-3[focus-within] {
    --tw-ring-offset-color: #FCFCCD;
  }

  .max-laptop\:focus-within\:ring-offset-secondary-3:focus-within {
    --tw-ring-offset-color: #FCFCCD;
  }

  .max-laptop\:focus-within\:ring-offset-secondary[focus-within] {
    --tw-ring-offset-color: #E6007E;
  }

  .max-laptop\:focus-within\:ring-offset-secondary:focus-within {
    --tw-ring-offset-color: #E6007E;
  }

  .max-laptop\:focus-within\:ring-offset-secondary-dark[focus-within] {
    --tw-ring-offset-color: #C11A7D;
  }

  .max-laptop\:focus-within\:ring-offset-secondary-dark:focus-within {
    --tw-ring-offset-color: #C11A7D;
  }

  .max-laptop\:focus-within\:ring-offset-secondary-light[focus-within] {
    --tw-ring-offset-color: #FBCEE9;
  }

  .max-laptop\:focus-within\:ring-offset-secondary-light:focus-within {
    --tw-ring-offset-color: #FBCEE9;
  }

  .max-laptop\:focus-within\:ring-offset-grayCustom-1[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .max-laptop\:focus-within\:ring-offset-grayCustom-1:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .max-laptop\:focus-within\:ring-offset-grayCustom-2[focus-within] {
    --tw-ring-offset-color: #C4C4C4;
  }

  .max-laptop\:focus-within\:ring-offset-grayCustom-2:focus-within {
    --tw-ring-offset-color: #C4C4C4;
  }

  .max-laptop\:focus-within\:ring-offset-grayCustom-3[focus-within] {
    --tw-ring-offset-color: #F9F9F9;
  }

  .max-laptop\:focus-within\:ring-offset-grayCustom-3:focus-within {
    --tw-ring-offset-color: #F9F9F9;
  }

  .max-laptop\:focus-within\:ring-offset-grayCustom-800[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .max-laptop\:focus-within\:ring-offset-grayCustom-800:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .max-laptop\:focus-within\:ring-offset-grayCustom[focus-within] {
    --tw-ring-offset-color: #C4C4C4;
  }

  .max-laptop\:focus-within\:ring-offset-grayCustom:focus-within {
    --tw-ring-offset-color: #C4C4C4;
  }

  .max-laptop\:focus-within\:ring-offset-grayCustom-dark[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .max-laptop\:focus-within\:ring-offset-grayCustom-dark:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .max-laptop\:focus-within\:ring-offset-grayCustom-light[focus-within] {
    --tw-ring-offset-color: #F9F9F9;
  }

  .max-laptop\:focus-within\:ring-offset-grayCustom-light:focus-within {
    --tw-ring-offset-color: #F9F9F9;
  }

  .max-laptop\:focus-within\:ring-offset-grayCustom-hover[focus-within] {
    --tw-ring-offset-color: #9F9F9F;
  }

  .max-laptop\:focus-within\:ring-offset-grayCustom-hover:focus-within {
    --tw-ring-offset-color: #9F9F9F;
  }

  .max-laptop\:focus-within\:ring-offset-error[focus-within] {
    --tw-ring-offset-color: #FF206E;
  }

  .max-laptop\:focus-within\:ring-offset-error:focus-within {
    --tw-ring-offset-color: #FF206E;
  }

  .max-laptop\:focus-within\:ring-offset-error-light[focus-within] {
    --tw-ring-offset-color: #FDE8EA;
  }

  .max-laptop\:focus-within\:ring-offset-error-light:focus-within {
    --tw-ring-offset-color: #FDE8EA;
  }

  .max-laptop\:focus-within\:ring-offset-warning[focus-within] {
    --tw-ring-offset-color: #FFAE14;
  }

  .max-laptop\:focus-within\:ring-offset-warning:focus-within {
    --tw-ring-offset-color: #FFAE14;
  }

  .max-laptop\:focus-within\:ring-offset-warning-light[focus-within] {
    --tw-ring-offset-color: #FFF6E5;
  }

  .max-laptop\:focus-within\:ring-offset-warning-light:focus-within {
    --tw-ring-offset-color: #FFF6E5;
  }

  .max-laptop\:focus-within\:ring-offset-success[focus-within] {
    --tw-ring-offset-color: #2DD881;
  }

  .max-laptop\:focus-within\:ring-offset-success:focus-within {
    --tw-ring-offset-color: #2DD881;
  }

  .max-laptop\:focus-within\:ring-offset-success-light[focus-within] {
    --tw-ring-offset-color: #E9FBF2;
  }

  .max-laptop\:focus-within\:ring-offset-success-light:focus-within {
    --tw-ring-offset-color: #E9FBF2;
  }

  .max-laptop\:focus-within\:ring-offset-status-open[focus-within] {
    --tw-ring-offset-color: #FFF;
  }

  .max-laptop\:focus-within\:ring-offset-status-open:focus-within {
    --tw-ring-offset-color: #FFF;
  }

  .max-laptop\:focus-within\:ring-offset-status-waiting_payment[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .max-laptop\:focus-within\:ring-offset-status-waiting_payment:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .max-laptop\:focus-within\:ring-offset-status-completed[focus-within] {
    --tw-ring-offset-color: #54c1bb;
  }

  .max-laptop\:focus-within\:ring-offset-status-completed:focus-within {
    --tw-ring-offset-color: #54c1bb;
  }

  .max-laptop\:focus-within\:ring-offset-status-failed[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .max-laptop\:focus-within\:ring-offset-status-failed:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .max-laptop\:focus-within\:ring-offset-status-waiting_verify[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .max-laptop\:focus-within\:ring-offset-status-waiting_verify:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .max-laptop\:focus-within\:ring-offset-status-closed[focus-within] {
    --tw-ring-offset-color: #c4c4c4;
  }

  .max-laptop\:focus-within\:ring-offset-status-closed:focus-within {
    --tw-ring-offset-color: #c4c4c4;
  }

  .max-laptop\:focus-within\:ring-offset-policyStatus-issuing[focus-within] {
    --tw-ring-offset-color: #FFF;
  }

  .max-laptop\:focus-within\:ring-offset-policyStatus-issuing:focus-within {
    --tw-ring-offset-color: #FFF;
  }

  .max-laptop\:focus-within\:ring-offset-policyStatus-waiting_inspection[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .max-laptop\:focus-within\:ring-offset-policyStatus-waiting_inspection:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .max-laptop\:focus-within\:ring-offset-policyStatus-success[focus-within] {
    --tw-ring-offset-color: #54c1bb;
  }

  .max-laptop\:focus-within\:ring-offset-policyStatus-success:focus-within {
    --tw-ring-offset-color: #54c1bb;
  }

  .max-laptop\:focus-within\:ring-offset-policyStatus-failed_inspection[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .max-laptop\:focus-within\:ring-offset-policyStatus-failed_inspection:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .max-laptop\:focus-within\:ring-offset-policyStatus-failed[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .max-laptop\:focus-within\:ring-offset-policyStatus-failed:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .max-laptop\:focus-within\:ring-offset-policyStatus-waiting_policy[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .max-laptop\:focus-within\:ring-offset-policyStatus-waiting_policy:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .max-laptop\:focus-within\:ring-offset-policyStatus-cancel[focus-within] {
    --tw-ring-offset-color: #c4c4c4;
  }

  .max-laptop\:focus-within\:ring-offset-policyStatus-cancel:focus-within {
    --tw-ring-offset-color: #c4c4c4;
  }

  .max-laptop\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .max-laptop\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }

  .max-laptop\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .max-laptop\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .max-laptop\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f9fafb;
  }

  .max-laptop\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f3f4f6;
  }

  .max-laptop\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e5e7eb;
  }

  .max-laptop\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d1d5db;
  }

  .max-laptop\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #9ca3af;
  }

  .max-laptop\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #6b7280;
  }

  .max-laptop\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #4b5563;
  }

  .max-laptop\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #374151;
  }

  .max-laptop\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937;
  }

  .max-laptop\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #111827;
  }

  .max-laptop\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .max-laptop\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .max-laptop\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .max-laptop\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .max-laptop\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .max-laptop\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .max-laptop\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .max-laptop\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .max-laptop\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .max-laptop\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .max-laptop\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .max-laptop\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .max-laptop\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .max-laptop\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .max-laptop\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .max-laptop\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .max-laptop\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .max-laptop\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .max-laptop\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .max-laptop\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .max-laptop\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .max-laptop\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .max-laptop\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .max-laptop\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .max-laptop\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .max-laptop\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .max-laptop\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .max-laptop\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .max-laptop\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .max-laptop\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .max-laptop\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .max-laptop\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .max-laptop\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .max-laptop\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .max-laptop\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .max-laptop\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .max-laptop\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .max-laptop\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .max-laptop\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .max-laptop\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .max-laptop\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .max-laptop\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .max-laptop\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .max-laptop\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .max-laptop\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .max-laptop\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .max-laptop\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .max-laptop\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .max-laptop\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .max-laptop\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .max-laptop\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .max-laptop\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .max-laptop\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .max-laptop\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .max-laptop\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .max-laptop\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .max-laptop\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .max-laptop\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .max-laptop\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .max-laptop\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .max-laptop\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .max-laptop\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .max-laptop\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .max-laptop\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .max-laptop\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .max-laptop\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .max-laptop\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .max-laptop\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .max-laptop\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .max-laptop\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .max-laptop\:focus\:ring-offset-primary-color:focus {
    --tw-ring-offset-color: #eb008b;
  }

  .max-laptop\:focus\:ring-offset-primary-color-dark:focus {
    --tw-ring-offset-color: #c90068;
  }

  .max-laptop\:focus\:ring-offset-secondary-color:focus {
    --tw-ring-offset-color: #112e42;
  }

  .max-laptop\:focus\:ring-offset-custom-gray-sm:focus {
    --tw-ring-offset-color: #f1f4f6;
  }

  .max-laptop\:focus\:ring-offset-custom-gray-sm2:focus {
    --tw-ring-offset-color: #f1f2f3;
  }

  .max-laptop\:focus\:ring-offset-custom-gray-md:focus {
    --tw-ring-offset-color: #848484;
  }

  .max-laptop\:focus\:ring-offset-custom-navy-dark:focus {
    --tw-ring-offset-color: #112e42;
  }

  .max-laptop\:focus\:ring-offset-dark-blue:focus {
    --tw-ring-offset-color: #112E42;
  }

  .max-laptop\:focus\:ring-offset-primary:focus {
    --tw-ring-offset-color: #192D40;
  }

  .max-laptop\:focus\:ring-offset-secondary-1:focus {
    --tw-ring-offset-color: #E6007E;
  }

  .max-laptop\:focus\:ring-offset-secondary-2:focus {
    --tw-ring-offset-color: #D6D564;
  }

  .max-laptop\:focus\:ring-offset-secondary-3:focus {
    --tw-ring-offset-color: #FCFCCD;
  }

  .max-laptop\:focus\:ring-offset-secondary:focus {
    --tw-ring-offset-color: #E6007E;
  }

  .max-laptop\:focus\:ring-offset-secondary-dark:focus {
    --tw-ring-offset-color: #C11A7D;
  }

  .max-laptop\:focus\:ring-offset-secondary-light:focus {
    --tw-ring-offset-color: #FBCEE9;
  }

  .max-laptop\:focus\:ring-offset-grayCustom-1:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .max-laptop\:focus\:ring-offset-grayCustom-2:focus {
    --tw-ring-offset-color: #C4C4C4;
  }

  .max-laptop\:focus\:ring-offset-grayCustom-3:focus {
    --tw-ring-offset-color: #F9F9F9;
  }

  .max-laptop\:focus\:ring-offset-grayCustom-800:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .max-laptop\:focus\:ring-offset-grayCustom:focus {
    --tw-ring-offset-color: #C4C4C4;
  }

  .max-laptop\:focus\:ring-offset-grayCustom-dark:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .max-laptop\:focus\:ring-offset-grayCustom-light:focus {
    --tw-ring-offset-color: #F9F9F9;
  }

  .max-laptop\:focus\:ring-offset-grayCustom-hover:focus {
    --tw-ring-offset-color: #9F9F9F;
  }

  .max-laptop\:focus\:ring-offset-error:focus {
    --tw-ring-offset-color: #FF206E;
  }

  .max-laptop\:focus\:ring-offset-error-light:focus {
    --tw-ring-offset-color: #FDE8EA;
  }

  .max-laptop\:focus\:ring-offset-warning:focus {
    --tw-ring-offset-color: #FFAE14;
  }

  .max-laptop\:focus\:ring-offset-warning-light:focus {
    --tw-ring-offset-color: #FFF6E5;
  }

  .max-laptop\:focus\:ring-offset-success:focus {
    --tw-ring-offset-color: #2DD881;
  }

  .max-laptop\:focus\:ring-offset-success-light:focus {
    --tw-ring-offset-color: #E9FBF2;
  }

  .max-laptop\:focus\:ring-offset-status-open:focus {
    --tw-ring-offset-color: #FFF;
  }

  .max-laptop\:focus\:ring-offset-status-waiting_payment:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .max-laptop\:focus\:ring-offset-status-completed:focus {
    --tw-ring-offset-color: #54c1bb;
  }

  .max-laptop\:focus\:ring-offset-status-failed:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .max-laptop\:focus\:ring-offset-status-waiting_verify:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .max-laptop\:focus\:ring-offset-status-closed:focus {
    --tw-ring-offset-color: #c4c4c4;
  }

  .max-laptop\:focus\:ring-offset-policyStatus-issuing:focus {
    --tw-ring-offset-color: #FFF;
  }

  .max-laptop\:focus\:ring-offset-policyStatus-waiting_inspection:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .max-laptop\:focus\:ring-offset-policyStatus-success:focus {
    --tw-ring-offset-color: #54c1bb;
  }

  .max-laptop\:focus\:ring-offset-policyStatus-failed_inspection:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .max-laptop\:focus\:ring-offset-policyStatus-failed:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .max-laptop\:focus\:ring-offset-policyStatus-waiting_policy:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .max-laptop\:focus\:ring-offset-policyStatus-cancel:focus {
    --tw-ring-offset-color: #c4c4c4;
  }

  .max-laptop\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .max-laptop\:filter-none {
    filter: none;
  }

  .max-laptop\:blur-0 {
    --tw-blur: blur(0);
  }

  .max-laptop\:blur-none {
    --tw-blur: blur(0);
  }

  .max-laptop\:blur-sm {
    --tw-blur: blur(4px);
  }

  .max-laptop\:blur {
    --tw-blur: blur(8px);
  }

  .max-laptop\:blur-md {
    --tw-blur: blur(12px);
  }

  .max-laptop\:blur-lg {
    --tw-blur: blur(16px);
  }

  .max-laptop\:blur-xl {
    --tw-blur: blur(24px);
  }

  .max-laptop\:blur-2xl {
    --tw-blur: blur(40px);
  }

  .max-laptop\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .max-laptop\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .max-laptop\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .max-laptop\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .max-laptop\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .max-laptop\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .max-laptop\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .max-laptop\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .max-laptop\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .max-laptop\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .max-laptop\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .max-laptop\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .max-laptop\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .max-laptop\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .max-laptop\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .max-laptop\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .max-laptop\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .max-laptop\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .max-laptop\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .max-laptop\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .max-laptop\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .max-laptop\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .max-laptop\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .max-laptop\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .max-laptop\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .max-laptop\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 rgba(0,0,0,0));
  }

  .max-laptop\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .max-laptop\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .max-laptop\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .max-laptop\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .max-laptop\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .max-laptop\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .max-laptop\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .max-laptop\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .max-laptop\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .max-laptop\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .max-laptop\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .max-laptop\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .max-laptop\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .max-laptop\:invert-0 {
    --tw-invert: invert(0);
  }

  .max-laptop\:invert {
    --tw-invert: invert(100%);
  }

  .max-laptop\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .max-laptop\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .max-laptop\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .max-laptop\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .max-laptop\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .max-laptop\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .max-laptop\:sepia {
    --tw-sepia: sepia(100%);
  }

  .max-laptop\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .max-laptop\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .max-laptop\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .max-laptop\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .max-laptop\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .max-laptop\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .max-laptop\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .max-laptop\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .max-laptop\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .max-laptop\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
  }

  .max-laptop\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .max-laptop\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .max-laptop\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .max-laptop\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .max-laptop\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .max-laptop\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .max-laptop\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .max-laptop\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .max-laptop\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .max-laptop\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .max-laptop\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .max-laptop\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .max-laptop\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .max-laptop\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .max-laptop\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .max-laptop\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .max-laptop\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .max-laptop\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .max-laptop\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .max-laptop\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .max-laptop\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .max-laptop\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .max-laptop\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .max-laptop\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .max-laptop\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .max-laptop\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .max-laptop\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .max-laptop\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .max-laptop\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .max-laptop\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .max-laptop\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .max-laptop\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .max-laptop\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .max-laptop\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .max-laptop\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .max-laptop\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .max-laptop\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .max-laptop\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .max-laptop\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .max-laptop\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .max-laptop\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .max-laptop\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .max-laptop\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .max-laptop\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .max-laptop\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .max-laptop\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .max-laptop\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .max-laptop\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .max-laptop\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .max-laptop\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .max-laptop\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .max-laptop\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .max-laptop\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .max-laptop\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .max-laptop\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .max-laptop\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .max-laptop\:transition-none {
    transition-property: none;
  }

  .max-laptop\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .max-laptop\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .max-laptop\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .max-laptop\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .max-laptop\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .max-laptop\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .max-laptop\:delay-75 {
    transition-delay: 75ms;
  }

  .max-laptop\:delay-100 {
    transition-delay: 100ms;
  }

  .max-laptop\:delay-150 {
    transition-delay: 150ms;
  }

  .max-laptop\:delay-200 {
    transition-delay: 200ms;
  }

  .max-laptop\:delay-300 {
    transition-delay: 300ms;
  }

  .max-laptop\:delay-500 {
    transition-delay: 500ms;
  }

  .max-laptop\:delay-700 {
    transition-delay: 700ms;
  }

  .max-laptop\:delay-1000 {
    transition-delay: 1000ms;
  }

  .max-laptop\:duration-75 {
    transition-duration: 75ms;
  }

  .max-laptop\:duration-100 {
    transition-duration: 100ms;
  }

  .max-laptop\:duration-150 {
    transition-duration: 150ms;
  }

  .max-laptop\:duration-200 {
    transition-duration: 200ms;
  }

  .max-laptop\:duration-300 {
    transition-duration: 300ms;
  }

  .max-laptop\:duration-500 {
    transition-duration: 500ms;
  }

  .max-laptop\:duration-700 {
    transition-duration: 700ms;
  }

  .max-laptop\:duration-1000 {
    transition-duration: 1000ms;
  }

  .max-laptop\:ease-linear {
    transition-timing-function: linear;
  }

  .max-laptop\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .max-laptop\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .max-laptop\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 320px) {
  .xxs\:container {
    width: 100%;
  }
}

@media (min-width: 320px) and (min-width: 0px) {
    .xxs\:container {
      max-width: 0px;
    }
  }

@media (min-width: 320px) and (min-width: 320px) {
    .xxs\:container {
      max-width: 320px;
    }
  }

@media (min-width: 320px) and (min-width: 640px) {
    .xxs\:container {
      max-width: 640px;
    }
  }

@media (min-width: 320px) and (min-width: 768px) {
    .xxs\:container {
      max-width: 768px;
    }
  }

@media (min-width: 320px) and (min-width: 1280px) {
    .xxs\:container {
      max-width: 1280px;
    }
  }

@media (min-width: 320px) and (min-width: 1440px) {
    .xxs\:container {
      max-width: 1440px;
    }
  }

@media (min-width: 320px) and (min-width: 1600px) {
    .xxs\:container {
      max-width: 1600px;
    }
  }

@media (min-width: 320px) and (min-width: 4820px) {
    .xxs\:container {
      max-width: 4820px;
    }
  }

@media (min-width: 320px) {

  .xxs\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xxs\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xxs\:focus-within\:sr-only[focus-within] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xxs\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xxs\:focus-within\:not-sr-only[focus-within] {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xxs\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xxs\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xxs\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xxs\:pointer-events-none {
    pointer-events: none;
  }

  .xxs\:pointer-events-auto {
    pointer-events: auto;
  }

  .xxs\:visible {
    visibility: visible;
  }

  .xxs\:invisible {
    visibility: hidden;
  }

  .xxs\:static {
    position: static;
  }

  .xxs\:fixed {
    position: fixed;
  }

  .xxs\:absolute {
    position: absolute;
  }

  .xxs\:relative {
    position: relative;
  }

  .xxs\:sticky {
    position: sticky;
  }

  .xxs\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xxs\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .xxs\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xxs\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .xxs\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .xxs\:inset-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .xxs\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .xxs\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .xxs\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xxs\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .xxs\:inset-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .xxs\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .xxs\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .xxs\:inset-14 {
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .xxs\:inset-16 {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .xxs\:inset-20 {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .xxs\:inset-24 {
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .xxs\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .xxs\:inset-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .xxs\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .xxs\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .xxs\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .xxs\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .xxs\:inset-48 {
    top: 48px;
    right: 48px;
    bottom: 48px;
    left: 48px;
  }

  .xxs\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .xxs\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .xxs\:inset-60 {
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
  }

  .xxs\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .xxs\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .xxs\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .xxs\:inset-95 {
    top: 95px;
    right: 95px;
    bottom: 95px;
    left: 95px;
  }

  .xxs\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .xxs\:inset-120 {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .xxs\:inset-190 {
    top: 190px;
    right: 190px;
    bottom: 190px;
    left: 190px;
  }

  .xxs\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xxs\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xxs\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .xxs\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .xxs\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .xxs\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .xxs\:inset-30\% {
    top: 30%;
    right: 30%;
    bottom: 30%;
    left: 30%;
  }

  .xxs\:inset-7\.5r {
    top: 1.875rem;
    right: 1.875rem;
    bottom: 1.875rem;
    left: 1.875rem;
  }

  .xxs\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .xxs\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .xxs\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .xxs\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .xxs\:-inset-5 {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .xxs\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .xxs\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .xxs\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .xxs\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .xxs\:-inset-10 {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .xxs\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .xxs\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .xxs\:-inset-14 {
    top: -14px;
    right: -14px;
    bottom: -14px;
    left: -14px;
  }

  .xxs\:-inset-16 {
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
  }

  .xxs\:-inset-20 {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .xxs\:-inset-24 {
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
  }

  .xxs\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .xxs\:-inset-30 {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .xxs\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .xxs\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .xxs\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .xxs\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .xxs\:-inset-48 {
    top: -48px;
    right: -48px;
    bottom: -48px;
    left: -48px;
  }

  .xxs\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .xxs\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .xxs\:-inset-60 {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .xxs\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .xxs\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .xxs\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .xxs\:-inset-95 {
    top: -95px;
    right: -95px;
    bottom: -95px;
    left: -95px;
  }

  .xxs\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .xxs\:-inset-120 {
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px;
  }

  .xxs\:-inset-190 {
    top: -190px;
    right: -190px;
    bottom: -190px;
    left: -190px;
  }

  .xxs\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xxs\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .xxs\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .xxs\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .xxs\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .xxs\:-inset-30\% {
    top: -30%;
    right: -30%;
    bottom: -30%;
    left: -30%;
  }

  .xxs\:-inset-7\.5r {
    top: -1.875rem;
    right: -1.875rem;
    bottom: -1.875rem;
    left: -1.875rem;
  }

  .xxs\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xxs\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .xxs\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .xxs\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xxs\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xxs\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .xxs\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xxs\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xxs\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .xxs\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .xxs\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .xxs\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xxs\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .xxs\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xxs\:inset-x-0 {
    left: 0;
    right: 0;
  }

  .xxs\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .xxs\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .xxs\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .xxs\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .xxs\:inset-x-5 {
    left: 5px;
    right: 5px;
  }

  .xxs\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .xxs\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .xxs\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .xxs\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .xxs\:inset-x-10 {
    left: 10px;
    right: 10px;
  }

  .xxs\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .xxs\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .xxs\:inset-x-14 {
    left: 14px;
    right: 14px;
  }

  .xxs\:inset-x-16 {
    left: 16px;
    right: 16px;
  }

  .xxs\:inset-x-20 {
    left: 20px;
    right: 20px;
  }

  .xxs\:inset-x-24 {
    left: 24px;
    right: 24px;
  }

  .xxs\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .xxs\:inset-x-30 {
    left: 30px;
    right: 30px;
  }

  .xxs\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .xxs\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .xxs\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .xxs\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .xxs\:inset-x-48 {
    left: 48px;
    right: 48px;
  }

  .xxs\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .xxs\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .xxs\:inset-x-60 {
    left: 60px;
    right: 60px;
  }

  .xxs\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .xxs\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .xxs\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .xxs\:inset-x-95 {
    left: 95px;
    right: 95px;
  }

  .xxs\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .xxs\:inset-x-120 {
    left: 120px;
    right: 120px;
  }

  .xxs\:inset-x-190 {
    left: 190px;
    right: 190px;
  }

  .xxs\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .xxs\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .xxs\:inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .xxs\:inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .xxs\:inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .xxs\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .xxs\:inset-x-30\% {
    left: 30%;
    right: 30%;
  }

  .xxs\:inset-x-7\.5r {
    left: 1.875rem;
    right: 1.875rem;
  }

  .xxs\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .xxs\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .xxs\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .xxs\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .xxs\:-inset-x-5 {
    left: -5px;
    right: -5px;
  }

  .xxs\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .xxs\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .xxs\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .xxs\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .xxs\:-inset-x-10 {
    left: -10px;
    right: -10px;
  }

  .xxs\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .xxs\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .xxs\:-inset-x-14 {
    left: -14px;
    right: -14px;
  }

  .xxs\:-inset-x-16 {
    left: -16px;
    right: -16px;
  }

  .xxs\:-inset-x-20 {
    left: -20px;
    right: -20px;
  }

  .xxs\:-inset-x-24 {
    left: -24px;
    right: -24px;
  }

  .xxs\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .xxs\:-inset-x-30 {
    left: -30px;
    right: -30px;
  }

  .xxs\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .xxs\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .xxs\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .xxs\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .xxs\:-inset-x-48 {
    left: -48px;
    right: -48px;
  }

  .xxs\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .xxs\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .xxs\:-inset-x-60 {
    left: -60px;
    right: -60px;
  }

  .xxs\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .xxs\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .xxs\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .xxs\:-inset-x-95 {
    left: -95px;
    right: -95px;
  }

  .xxs\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .xxs\:-inset-x-120 {
    left: -120px;
    right: -120px;
  }

  .xxs\:-inset-x-190 {
    left: -190px;
    right: -190px;
  }

  .xxs\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .xxs\:-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .xxs\:-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .xxs\:-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .xxs\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .xxs\:-inset-x-30\% {
    left: -30%;
    right: -30%;
  }

  .xxs\:-inset-x-7\.5r {
    left: -1.875rem;
    right: -1.875rem;
  }

  .xxs\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .xxs\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .xxs\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .xxs\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .xxs\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .xxs\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .xxs\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .xxs\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .xxs\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .xxs\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .xxs\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .xxs\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .xxs\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .xxs\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .xxs\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .xxs\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .xxs\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xxs\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .xxs\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .xxs\:inset-y-5 {
    top: 5px;
    bottom: 5px;
  }

  .xxs\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .xxs\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .xxs\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .xxs\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .xxs\:inset-y-10 {
    top: 10px;
    bottom: 10px;
  }

  .xxs\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .xxs\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .xxs\:inset-y-14 {
    top: 14px;
    bottom: 14px;
  }

  .xxs\:inset-y-16 {
    top: 16px;
    bottom: 16px;
  }

  .xxs\:inset-y-20 {
    top: 20px;
    bottom: 20px;
  }

  .xxs\:inset-y-24 {
    top: 24px;
    bottom: 24px;
  }

  .xxs\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .xxs\:inset-y-30 {
    top: 30px;
    bottom: 30px;
  }

  .xxs\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .xxs\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .xxs\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .xxs\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .xxs\:inset-y-48 {
    top: 48px;
    bottom: 48px;
  }

  .xxs\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .xxs\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .xxs\:inset-y-60 {
    top: 60px;
    bottom: 60px;
  }

  .xxs\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .xxs\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .xxs\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .xxs\:inset-y-95 {
    top: 95px;
    bottom: 95px;
  }

  .xxs\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .xxs\:inset-y-120 {
    top: 120px;
    bottom: 120px;
  }

  .xxs\:inset-y-190 {
    top: 190px;
    bottom: 190px;
  }

  .xxs\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .xxs\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .xxs\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .xxs\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .xxs\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .xxs\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .xxs\:inset-y-30\% {
    top: 30%;
    bottom: 30%;
  }

  .xxs\:inset-y-7\.5r {
    top: 1.875rem;
    bottom: 1.875rem;
  }

  .xxs\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .xxs\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .xxs\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .xxs\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .xxs\:-inset-y-5 {
    top: -5px;
    bottom: -5px;
  }

  .xxs\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .xxs\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .xxs\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .xxs\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .xxs\:-inset-y-10 {
    top: -10px;
    bottom: -10px;
  }

  .xxs\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .xxs\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .xxs\:-inset-y-14 {
    top: -14px;
    bottom: -14px;
  }

  .xxs\:-inset-y-16 {
    top: -16px;
    bottom: -16px;
  }

  .xxs\:-inset-y-20 {
    top: -20px;
    bottom: -20px;
  }

  .xxs\:-inset-y-24 {
    top: -24px;
    bottom: -24px;
  }

  .xxs\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .xxs\:-inset-y-30 {
    top: -30px;
    bottom: -30px;
  }

  .xxs\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .xxs\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .xxs\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .xxs\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .xxs\:-inset-y-48 {
    top: -48px;
    bottom: -48px;
  }

  .xxs\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .xxs\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .xxs\:-inset-y-60 {
    top: -60px;
    bottom: -60px;
  }

  .xxs\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .xxs\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .xxs\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .xxs\:-inset-y-95 {
    top: -95px;
    bottom: -95px;
  }

  .xxs\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .xxs\:-inset-y-120 {
    top: -120px;
    bottom: -120px;
  }

  .xxs\:-inset-y-190 {
    top: -190px;
    bottom: -190px;
  }

  .xxs\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .xxs\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .xxs\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .xxs\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .xxs\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .xxs\:-inset-y-30\% {
    top: -30%;
    bottom: -30%;
  }

  .xxs\:-inset-y-7\.5r {
    top: -1.875rem;
    bottom: -1.875rem;
  }

  .xxs\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .xxs\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .xxs\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .xxs\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .xxs\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .xxs\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .xxs\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .xxs\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .xxs\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .xxs\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .xxs\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .xxs\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .xxs\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .xxs\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .xxs\:top-0 {
    top: 0;
  }

  .xxs\:top-1 {
    top: 0.25rem;
  }

  .xxs\:top-2 {
    top: 0.5rem;
  }

  .xxs\:top-3 {
    top: 0.75rem;
  }

  .xxs\:top-4 {
    top: 1rem;
  }

  .xxs\:top-5 {
    top: 5px;
  }

  .xxs\:top-6 {
    top: 1.5rem;
  }

  .xxs\:top-7 {
    top: 1.75rem;
  }

  .xxs\:top-8 {
    top: 2rem;
  }

  .xxs\:top-9 {
    top: 2.25rem;
  }

  .xxs\:top-10 {
    top: 10px;
  }

  .xxs\:top-11 {
    top: 2.75rem;
  }

  .xxs\:top-12 {
    top: 3rem;
  }

  .xxs\:top-14 {
    top: 14px;
  }

  .xxs\:top-16 {
    top: 16px;
  }

  .xxs\:top-20 {
    top: 20px;
  }

  .xxs\:top-24 {
    top: 24px;
  }

  .xxs\:top-28 {
    top: 7rem;
  }

  .xxs\:top-30 {
    top: 30px;
  }

  .xxs\:top-32 {
    top: 8rem;
  }

  .xxs\:top-36 {
    top: 9rem;
  }

  .xxs\:top-40 {
    top: 10rem;
  }

  .xxs\:top-44 {
    top: 11rem;
  }

  .xxs\:top-48 {
    top: 48px;
  }

  .xxs\:top-52 {
    top: 13rem;
  }

  .xxs\:top-56 {
    top: 14rem;
  }

  .xxs\:top-60 {
    top: 60px;
  }

  .xxs\:top-64 {
    top: 16rem;
  }

  .xxs\:top-72 {
    top: 18rem;
  }

  .xxs\:top-80 {
    top: 20rem;
  }

  .xxs\:top-95 {
    top: 95px;
  }

  .xxs\:top-96 {
    top: 24rem;
  }

  .xxs\:top-120 {
    top: 120px;
  }

  .xxs\:top-190 {
    top: 190px;
  }

  .xxs\:top-auto {
    top: auto;
  }

  .xxs\:top-px {
    top: 1px;
  }

  .xxs\:top-0\.5 {
    top: 0.125rem;
  }

  .xxs\:top-1\.5 {
    top: 0.375rem;
  }

  .xxs\:top-2\.5 {
    top: 0.625rem;
  }

  .xxs\:top-3\.5 {
    top: 0.875rem;
  }

  .xxs\:top-30\% {
    top: 30%;
  }

  .xxs\:top-7\.5r {
    top: 1.875rem;
  }

  .xxs\:-top-1 {
    top: -0.25rem;
  }

  .xxs\:-top-2 {
    top: -0.5rem;
  }

  .xxs\:-top-3 {
    top: -0.75rem;
  }

  .xxs\:-top-4 {
    top: -1rem;
  }

  .xxs\:-top-5 {
    top: -5px;
  }

  .xxs\:-top-6 {
    top: -1.5rem;
  }

  .xxs\:-top-7 {
    top: -1.75rem;
  }

  .xxs\:-top-8 {
    top: -2rem;
  }

  .xxs\:-top-9 {
    top: -2.25rem;
  }

  .xxs\:-top-10 {
    top: -10px;
  }

  .xxs\:-top-11 {
    top: -2.75rem;
  }

  .xxs\:-top-12 {
    top: -3rem;
  }

  .xxs\:-top-14 {
    top: -14px;
  }

  .xxs\:-top-16 {
    top: -16px;
  }

  .xxs\:-top-20 {
    top: -20px;
  }

  .xxs\:-top-24 {
    top: -24px;
  }

  .xxs\:-top-28 {
    top: -7rem;
  }

  .xxs\:-top-30 {
    top: -30px;
  }

  .xxs\:-top-32 {
    top: -8rem;
  }

  .xxs\:-top-36 {
    top: -9rem;
  }

  .xxs\:-top-40 {
    top: -10rem;
  }

  .xxs\:-top-44 {
    top: -11rem;
  }

  .xxs\:-top-48 {
    top: -48px;
  }

  .xxs\:-top-52 {
    top: -13rem;
  }

  .xxs\:-top-56 {
    top: -14rem;
  }

  .xxs\:-top-60 {
    top: -60px;
  }

  .xxs\:-top-64 {
    top: -16rem;
  }

  .xxs\:-top-72 {
    top: -18rem;
  }

  .xxs\:-top-80 {
    top: -20rem;
  }

  .xxs\:-top-95 {
    top: -95px;
  }

  .xxs\:-top-96 {
    top: -24rem;
  }

  .xxs\:-top-120 {
    top: -120px;
  }

  .xxs\:-top-190 {
    top: -190px;
  }

  .xxs\:-top-px {
    top: -1px;
  }

  .xxs\:-top-0\.5 {
    top: -0.125rem;
  }

  .xxs\:-top-1\.5 {
    top: -0.375rem;
  }

  .xxs\:-top-2\.5 {
    top: -0.625rem;
  }

  .xxs\:-top-3\.5 {
    top: -0.875rem;
  }

  .xxs\:-top-30\% {
    top: -30%;
  }

  .xxs\:-top-7\.5r {
    top: -1.875rem;
  }

  .xxs\:top-1\/2 {
    top: 50%;
  }

  .xxs\:top-1\/3 {
    top: 33.333333%;
  }

  .xxs\:top-2\/3 {
    top: 66.666667%;
  }

  .xxs\:top-1\/4 {
    top: 25%;
  }

  .xxs\:top-2\/4 {
    top: 50%;
  }

  .xxs\:top-3\/4 {
    top: 75%;
  }

  .xxs\:top-full {
    top: 100%;
  }

  .xxs\:-top-1\/2 {
    top: -50%;
  }

  .xxs\:-top-1\/3 {
    top: -33.333333%;
  }

  .xxs\:-top-2\/3 {
    top: -66.666667%;
  }

  .xxs\:-top-1\/4 {
    top: -25%;
  }

  .xxs\:-top-2\/4 {
    top: -50%;
  }

  .xxs\:-top-3\/4 {
    top: -75%;
  }

  .xxs\:-top-full {
    top: -100%;
  }

  .xxs\:right-0 {
    right: 0;
  }

  .xxs\:right-1 {
    right: 0.25rem;
  }

  .xxs\:right-2 {
    right: 0.5rem;
  }

  .xxs\:right-3 {
    right: 0.75rem;
  }

  .xxs\:right-4 {
    right: 1rem;
  }

  .xxs\:right-5 {
    right: 5px;
  }

  .xxs\:right-6 {
    right: 1.5rem;
  }

  .xxs\:right-7 {
    right: 1.75rem;
  }

  .xxs\:right-8 {
    right: 2rem;
  }

  .xxs\:right-9 {
    right: 2.25rem;
  }

  .xxs\:right-10 {
    right: 10px;
  }

  .xxs\:right-11 {
    right: 2.75rem;
  }

  .xxs\:right-12 {
    right: 3rem;
  }

  .xxs\:right-14 {
    right: 14px;
  }

  .xxs\:right-16 {
    right: 16px;
  }

  .xxs\:right-20 {
    right: 20px;
  }

  .xxs\:right-24 {
    right: 24px;
  }

  .xxs\:right-28 {
    right: 7rem;
  }

  .xxs\:right-30 {
    right: 30px;
  }

  .xxs\:right-32 {
    right: 8rem;
  }

  .xxs\:right-36 {
    right: 9rem;
  }

  .xxs\:right-40 {
    right: 10rem;
  }

  .xxs\:right-44 {
    right: 11rem;
  }

  .xxs\:right-48 {
    right: 48px;
  }

  .xxs\:right-52 {
    right: 13rem;
  }

  .xxs\:right-56 {
    right: 14rem;
  }

  .xxs\:right-60 {
    right: 60px;
  }

  .xxs\:right-64 {
    right: 16rem;
  }

  .xxs\:right-72 {
    right: 18rem;
  }

  .xxs\:right-80 {
    right: 20rem;
  }

  .xxs\:right-95 {
    right: 95px;
  }

  .xxs\:right-96 {
    right: 24rem;
  }

  .xxs\:right-120 {
    right: 120px;
  }

  .xxs\:right-190 {
    right: 190px;
  }

  .xxs\:right-auto {
    right: auto;
  }

  .xxs\:right-px {
    right: 1px;
  }

  .xxs\:right-0\.5 {
    right: 0.125rem;
  }

  .xxs\:right-1\.5 {
    right: 0.375rem;
  }

  .xxs\:right-2\.5 {
    right: 0.625rem;
  }

  .xxs\:right-3\.5 {
    right: 0.875rem;
  }

  .xxs\:right-30\% {
    right: 30%;
  }

  .xxs\:right-7\.5r {
    right: 1.875rem;
  }

  .xxs\:-right-1 {
    right: -0.25rem;
  }

  .xxs\:-right-2 {
    right: -0.5rem;
  }

  .xxs\:-right-3 {
    right: -0.75rem;
  }

  .xxs\:-right-4 {
    right: -1rem;
  }

  .xxs\:-right-5 {
    right: -5px;
  }

  .xxs\:-right-6 {
    right: -1.5rem;
  }

  .xxs\:-right-7 {
    right: -1.75rem;
  }

  .xxs\:-right-8 {
    right: -2rem;
  }

  .xxs\:-right-9 {
    right: -2.25rem;
  }

  .xxs\:-right-10 {
    right: -10px;
  }

  .xxs\:-right-11 {
    right: -2.75rem;
  }

  .xxs\:-right-12 {
    right: -3rem;
  }

  .xxs\:-right-14 {
    right: -14px;
  }

  .xxs\:-right-16 {
    right: -16px;
  }

  .xxs\:-right-20 {
    right: -20px;
  }

  .xxs\:-right-24 {
    right: -24px;
  }

  .xxs\:-right-28 {
    right: -7rem;
  }

  .xxs\:-right-30 {
    right: -30px;
  }

  .xxs\:-right-32 {
    right: -8rem;
  }

  .xxs\:-right-36 {
    right: -9rem;
  }

  .xxs\:-right-40 {
    right: -10rem;
  }

  .xxs\:-right-44 {
    right: -11rem;
  }

  .xxs\:-right-48 {
    right: -48px;
  }

  .xxs\:-right-52 {
    right: -13rem;
  }

  .xxs\:-right-56 {
    right: -14rem;
  }

  .xxs\:-right-60 {
    right: -60px;
  }

  .xxs\:-right-64 {
    right: -16rem;
  }

  .xxs\:-right-72 {
    right: -18rem;
  }

  .xxs\:-right-80 {
    right: -20rem;
  }

  .xxs\:-right-95 {
    right: -95px;
  }

  .xxs\:-right-96 {
    right: -24rem;
  }

  .xxs\:-right-120 {
    right: -120px;
  }

  .xxs\:-right-190 {
    right: -190px;
  }

  .xxs\:-right-px {
    right: -1px;
  }

  .xxs\:-right-0\.5 {
    right: -0.125rem;
  }

  .xxs\:-right-1\.5 {
    right: -0.375rem;
  }

  .xxs\:-right-2\.5 {
    right: -0.625rem;
  }

  .xxs\:-right-3\.5 {
    right: -0.875rem;
  }

  .xxs\:-right-30\% {
    right: -30%;
  }

  .xxs\:-right-7\.5r {
    right: -1.875rem;
  }

  .xxs\:right-1\/2 {
    right: 50%;
  }

  .xxs\:right-1\/3 {
    right: 33.333333%;
  }

  .xxs\:right-2\/3 {
    right: 66.666667%;
  }

  .xxs\:right-1\/4 {
    right: 25%;
  }

  .xxs\:right-2\/4 {
    right: 50%;
  }

  .xxs\:right-3\/4 {
    right: 75%;
  }

  .xxs\:right-full {
    right: 100%;
  }

  .xxs\:-right-1\/2 {
    right: -50%;
  }

  .xxs\:-right-1\/3 {
    right: -33.333333%;
  }

  .xxs\:-right-2\/3 {
    right: -66.666667%;
  }

  .xxs\:-right-1\/4 {
    right: -25%;
  }

  .xxs\:-right-2\/4 {
    right: -50%;
  }

  .xxs\:-right-3\/4 {
    right: -75%;
  }

  .xxs\:-right-full {
    right: -100%;
  }

  .xxs\:bottom-0 {
    bottom: 0;
  }

  .xxs\:bottom-1 {
    bottom: 0.25rem;
  }

  .xxs\:bottom-2 {
    bottom: 0.5rem;
  }

  .xxs\:bottom-3 {
    bottom: 0.75rem;
  }

  .xxs\:bottom-4 {
    bottom: 1rem;
  }

  .xxs\:bottom-5 {
    bottom: 5px;
  }

  .xxs\:bottom-6 {
    bottom: 1.5rem;
  }

  .xxs\:bottom-7 {
    bottom: 1.75rem;
  }

  .xxs\:bottom-8 {
    bottom: 2rem;
  }

  .xxs\:bottom-9 {
    bottom: 2.25rem;
  }

  .xxs\:bottom-10 {
    bottom: 10px;
  }

  .xxs\:bottom-11 {
    bottom: 2.75rem;
  }

  .xxs\:bottom-12 {
    bottom: 3rem;
  }

  .xxs\:bottom-14 {
    bottom: 14px;
  }

  .xxs\:bottom-16 {
    bottom: 16px;
  }

  .xxs\:bottom-20 {
    bottom: 20px;
  }

  .xxs\:bottom-24 {
    bottom: 24px;
  }

  .xxs\:bottom-28 {
    bottom: 7rem;
  }

  .xxs\:bottom-30 {
    bottom: 30px;
  }

  .xxs\:bottom-32 {
    bottom: 8rem;
  }

  .xxs\:bottom-36 {
    bottom: 9rem;
  }

  .xxs\:bottom-40 {
    bottom: 10rem;
  }

  .xxs\:bottom-44 {
    bottom: 11rem;
  }

  .xxs\:bottom-48 {
    bottom: 48px;
  }

  .xxs\:bottom-52 {
    bottom: 13rem;
  }

  .xxs\:bottom-56 {
    bottom: 14rem;
  }

  .xxs\:bottom-60 {
    bottom: 60px;
  }

  .xxs\:bottom-64 {
    bottom: 16rem;
  }

  .xxs\:bottom-72 {
    bottom: 18rem;
  }

  .xxs\:bottom-80 {
    bottom: 20rem;
  }

  .xxs\:bottom-95 {
    bottom: 95px;
  }

  .xxs\:bottom-96 {
    bottom: 24rem;
  }

  .xxs\:bottom-120 {
    bottom: 120px;
  }

  .xxs\:bottom-190 {
    bottom: 190px;
  }

  .xxs\:bottom-auto {
    bottom: auto;
  }

  .xxs\:bottom-px {
    bottom: 1px;
  }

  .xxs\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .xxs\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .xxs\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .xxs\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .xxs\:bottom-30\% {
    bottom: 30%;
  }

  .xxs\:bottom-7\.5r {
    bottom: 1.875rem;
  }

  .xxs\:-bottom-1 {
    bottom: -0.25rem;
  }

  .xxs\:-bottom-2 {
    bottom: -0.5rem;
  }

  .xxs\:-bottom-3 {
    bottom: -0.75rem;
  }

  .xxs\:-bottom-4 {
    bottom: -1rem;
  }

  .xxs\:-bottom-5 {
    bottom: -5px;
  }

  .xxs\:-bottom-6 {
    bottom: -1.5rem;
  }

  .xxs\:-bottom-7 {
    bottom: -1.75rem;
  }

  .xxs\:-bottom-8 {
    bottom: -2rem;
  }

  .xxs\:-bottom-9 {
    bottom: -2.25rem;
  }

  .xxs\:-bottom-10 {
    bottom: -10px;
  }

  .xxs\:-bottom-11 {
    bottom: -2.75rem;
  }

  .xxs\:-bottom-12 {
    bottom: -3rem;
  }

  .xxs\:-bottom-14 {
    bottom: -14px;
  }

  .xxs\:-bottom-16 {
    bottom: -16px;
  }

  .xxs\:-bottom-20 {
    bottom: -20px;
  }

  .xxs\:-bottom-24 {
    bottom: -24px;
  }

  .xxs\:-bottom-28 {
    bottom: -7rem;
  }

  .xxs\:-bottom-30 {
    bottom: -30px;
  }

  .xxs\:-bottom-32 {
    bottom: -8rem;
  }

  .xxs\:-bottom-36 {
    bottom: -9rem;
  }

  .xxs\:-bottom-40 {
    bottom: -10rem;
  }

  .xxs\:-bottom-44 {
    bottom: -11rem;
  }

  .xxs\:-bottom-48 {
    bottom: -48px;
  }

  .xxs\:-bottom-52 {
    bottom: -13rem;
  }

  .xxs\:-bottom-56 {
    bottom: -14rem;
  }

  .xxs\:-bottom-60 {
    bottom: -60px;
  }

  .xxs\:-bottom-64 {
    bottom: -16rem;
  }

  .xxs\:-bottom-72 {
    bottom: -18rem;
  }

  .xxs\:-bottom-80 {
    bottom: -20rem;
  }

  .xxs\:-bottom-95 {
    bottom: -95px;
  }

  .xxs\:-bottom-96 {
    bottom: -24rem;
  }

  .xxs\:-bottom-120 {
    bottom: -120px;
  }

  .xxs\:-bottom-190 {
    bottom: -190px;
  }

  .xxs\:-bottom-px {
    bottom: -1px;
  }

  .xxs\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .xxs\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .xxs\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .xxs\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .xxs\:-bottom-30\% {
    bottom: -30%;
  }

  .xxs\:-bottom-7\.5r {
    bottom: -1.875rem;
  }

  .xxs\:bottom-1\/2 {
    bottom: 50%;
  }

  .xxs\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .xxs\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .xxs\:bottom-1\/4 {
    bottom: 25%;
  }

  .xxs\:bottom-2\/4 {
    bottom: 50%;
  }

  .xxs\:bottom-3\/4 {
    bottom: 75%;
  }

  .xxs\:bottom-full {
    bottom: 100%;
  }

  .xxs\:-bottom-1\/2 {
    bottom: -50%;
  }

  .xxs\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .xxs\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .xxs\:-bottom-1\/4 {
    bottom: -25%;
  }

  .xxs\:-bottom-2\/4 {
    bottom: -50%;
  }

  .xxs\:-bottom-3\/4 {
    bottom: -75%;
  }

  .xxs\:-bottom-full {
    bottom: -100%;
  }

  .xxs\:left-0 {
    left: 0;
  }

  .xxs\:left-1 {
    left: 0.25rem;
  }

  .xxs\:left-2 {
    left: 0.5rem;
  }

  .xxs\:left-3 {
    left: 0.75rem;
  }

  .xxs\:left-4 {
    left: 1rem;
  }

  .xxs\:left-5 {
    left: 5px;
  }

  .xxs\:left-6 {
    left: 1.5rem;
  }

  .xxs\:left-7 {
    left: 1.75rem;
  }

  .xxs\:left-8 {
    left: 2rem;
  }

  .xxs\:left-9 {
    left: 2.25rem;
  }

  .xxs\:left-10 {
    left: 10px;
  }

  .xxs\:left-11 {
    left: 2.75rem;
  }

  .xxs\:left-12 {
    left: 3rem;
  }

  .xxs\:left-14 {
    left: 14px;
  }

  .xxs\:left-16 {
    left: 16px;
  }

  .xxs\:left-20 {
    left: 20px;
  }

  .xxs\:left-24 {
    left: 24px;
  }

  .xxs\:left-28 {
    left: 7rem;
  }

  .xxs\:left-30 {
    left: 30px;
  }

  .xxs\:left-32 {
    left: 8rem;
  }

  .xxs\:left-36 {
    left: 9rem;
  }

  .xxs\:left-40 {
    left: 10rem;
  }

  .xxs\:left-44 {
    left: 11rem;
  }

  .xxs\:left-48 {
    left: 48px;
  }

  .xxs\:left-52 {
    left: 13rem;
  }

  .xxs\:left-56 {
    left: 14rem;
  }

  .xxs\:left-60 {
    left: 60px;
  }

  .xxs\:left-64 {
    left: 16rem;
  }

  .xxs\:left-72 {
    left: 18rem;
  }

  .xxs\:left-80 {
    left: 20rem;
  }

  .xxs\:left-95 {
    left: 95px;
  }

  .xxs\:left-96 {
    left: 24rem;
  }

  .xxs\:left-120 {
    left: 120px;
  }

  .xxs\:left-190 {
    left: 190px;
  }

  .xxs\:left-auto {
    left: auto;
  }

  .xxs\:left-px {
    left: 1px;
  }

  .xxs\:left-0\.5 {
    left: 0.125rem;
  }

  .xxs\:left-1\.5 {
    left: 0.375rem;
  }

  .xxs\:left-2\.5 {
    left: 0.625rem;
  }

  .xxs\:left-3\.5 {
    left: 0.875rem;
  }

  .xxs\:left-30\% {
    left: 30%;
  }

  .xxs\:left-7\.5r {
    left: 1.875rem;
  }

  .xxs\:-left-1 {
    left: -0.25rem;
  }

  .xxs\:-left-2 {
    left: -0.5rem;
  }

  .xxs\:-left-3 {
    left: -0.75rem;
  }

  .xxs\:-left-4 {
    left: -1rem;
  }

  .xxs\:-left-5 {
    left: -5px;
  }

  .xxs\:-left-6 {
    left: -1.5rem;
  }

  .xxs\:-left-7 {
    left: -1.75rem;
  }

  .xxs\:-left-8 {
    left: -2rem;
  }

  .xxs\:-left-9 {
    left: -2.25rem;
  }

  .xxs\:-left-10 {
    left: -10px;
  }

  .xxs\:-left-11 {
    left: -2.75rem;
  }

  .xxs\:-left-12 {
    left: -3rem;
  }

  .xxs\:-left-14 {
    left: -14px;
  }

  .xxs\:-left-16 {
    left: -16px;
  }

  .xxs\:-left-20 {
    left: -20px;
  }

  .xxs\:-left-24 {
    left: -24px;
  }

  .xxs\:-left-28 {
    left: -7rem;
  }

  .xxs\:-left-30 {
    left: -30px;
  }

  .xxs\:-left-32 {
    left: -8rem;
  }

  .xxs\:-left-36 {
    left: -9rem;
  }

  .xxs\:-left-40 {
    left: -10rem;
  }

  .xxs\:-left-44 {
    left: -11rem;
  }

  .xxs\:-left-48 {
    left: -48px;
  }

  .xxs\:-left-52 {
    left: -13rem;
  }

  .xxs\:-left-56 {
    left: -14rem;
  }

  .xxs\:-left-60 {
    left: -60px;
  }

  .xxs\:-left-64 {
    left: -16rem;
  }

  .xxs\:-left-72 {
    left: -18rem;
  }

  .xxs\:-left-80 {
    left: -20rem;
  }

  .xxs\:-left-95 {
    left: -95px;
  }

  .xxs\:-left-96 {
    left: -24rem;
  }

  .xxs\:-left-120 {
    left: -120px;
  }

  .xxs\:-left-190 {
    left: -190px;
  }

  .xxs\:-left-px {
    left: -1px;
  }

  .xxs\:-left-0\.5 {
    left: -0.125rem;
  }

  .xxs\:-left-1\.5 {
    left: -0.375rem;
  }

  .xxs\:-left-2\.5 {
    left: -0.625rem;
  }

  .xxs\:-left-3\.5 {
    left: -0.875rem;
  }

  .xxs\:-left-30\% {
    left: -30%;
  }

  .xxs\:-left-7\.5r {
    left: -1.875rem;
  }

  .xxs\:left-1\/2 {
    left: 50%;
  }

  .xxs\:left-1\/3 {
    left: 33.333333%;
  }

  .xxs\:left-2\/3 {
    left: 66.666667%;
  }

  .xxs\:left-1\/4 {
    left: 25%;
  }

  .xxs\:left-2\/4 {
    left: 50%;
  }

  .xxs\:left-3\/4 {
    left: 75%;
  }

  .xxs\:left-full {
    left: 100%;
  }

  .xxs\:-left-1\/2 {
    left: -50%;
  }

  .xxs\:-left-1\/3 {
    left: -33.333333%;
  }

  .xxs\:-left-2\/3 {
    left: -66.666667%;
  }

  .xxs\:-left-1\/4 {
    left: -25%;
  }

  .xxs\:-left-2\/4 {
    left: -50%;
  }

  .xxs\:-left-3\/4 {
    left: -75%;
  }

  .xxs\:-left-full {
    left: -100%;
  }

  .xxs\:isolate {
    isolation: isolate;
  }

  .xxs\:isolation-auto {
    isolation: auto;
  }

  .xxs\:z-0 {
    z-index: 0;
  }

  .xxs\:z-1 {
    z-index: 1;
  }

  .xxs\:z-10 {
    z-index: 10;
  }

  .xxs\:z-20 {
    z-index: 20;
  }

  .xxs\:z-30 {
    z-index: 30;
  }

  .xxs\:z-40 {
    z-index: 40;
  }

  .xxs\:z-50 {
    z-index: 50;
  }

  .xxs\:z-auto {
    z-index: auto;
  }

  .xxs\:-z-1 {
    z-index: -1;
  }

  .xxs\:-z-10 {
    z-index: -10;
  }

  .xxs\:-z-20 {
    z-index: -20;
  }

  .xxs\:focus-within\:z-0[focus-within] {
    z-index: 0;
  }

  .xxs\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .xxs\:focus-within\:z-1[focus-within] {
    z-index: 1;
  }

  .xxs\:focus-within\:z-1:focus-within {
    z-index: 1;
  }

  .xxs\:focus-within\:z-10[focus-within] {
    z-index: 10;
  }

  .xxs\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .xxs\:focus-within\:z-20[focus-within] {
    z-index: 20;
  }

  .xxs\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .xxs\:focus-within\:z-30[focus-within] {
    z-index: 30;
  }

  .xxs\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .xxs\:focus-within\:z-40[focus-within] {
    z-index: 40;
  }

  .xxs\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .xxs\:focus-within\:z-50[focus-within] {
    z-index: 50;
  }

  .xxs\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .xxs\:focus-within\:z-auto[focus-within] {
    z-index: auto;
  }

  .xxs\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .xxs\:focus-within\:-z-1[focus-within] {
    z-index: -1;
  }

  .xxs\:focus-within\:-z-1:focus-within {
    z-index: -1;
  }

  .xxs\:focus-within\:-z-10[focus-within] {
    z-index: -10;
  }

  .xxs\:focus-within\:-z-10:focus-within {
    z-index: -10;
  }

  .xxs\:focus-within\:-z-20[focus-within] {
    z-index: -20;
  }

  .xxs\:focus-within\:-z-20:focus-within {
    z-index: -20;
  }

  .xxs\:focus\:z-0:focus {
    z-index: 0;
  }

  .xxs\:focus\:z-1:focus {
    z-index: 1;
  }

  .xxs\:focus\:z-10:focus {
    z-index: 10;
  }

  .xxs\:focus\:z-20:focus {
    z-index: 20;
  }

  .xxs\:focus\:z-30:focus {
    z-index: 30;
  }

  .xxs\:focus\:z-40:focus {
    z-index: 40;
  }

  .xxs\:focus\:z-50:focus {
    z-index: 50;
  }

  .xxs\:focus\:z-auto:focus {
    z-index: auto;
  }

  .xxs\:focus\:-z-1:focus {
    z-index: -1;
  }

  .xxs\:focus\:-z-10:focus {
    z-index: -10;
  }

  .xxs\:focus\:-z-20:focus {
    z-index: -20;
  }

  .xxs\:order-1 {
    order: 1;
  }

  .xxs\:order-2 {
    order: 2;
  }

  .xxs\:order-3 {
    order: 3;
  }

  .xxs\:order-4 {
    order: 4;
  }

  .xxs\:order-5 {
    order: 5;
  }

  .xxs\:order-6 {
    order: 6;
  }

  .xxs\:order-7 {
    order: 7;
  }

  .xxs\:order-8 {
    order: 8;
  }

  .xxs\:order-9 {
    order: 9;
  }

  .xxs\:order-10 {
    order: 10;
  }

  .xxs\:order-11 {
    order: 11;
  }

  .xxs\:order-12 {
    order: 12;
  }

  .xxs\:order-first {
    order: -9999;
  }

  .xxs\:order-last {
    order: 9999;
  }

  .xxs\:order-none {
    order: 0;
  }

  .xxs\:col-auto {
    grid-column: auto;
  }

  .xxs\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xxs\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xxs\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xxs\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xxs\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xxs\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xxs\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xxs\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xxs\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xxs\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .xxs\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .xxs\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .xxs\:col-span-full {
    grid-column: 1 / -1;
  }

  .xxs\:col-start-1 {
    grid-column-start: 1;
  }

  .xxs\:col-start-2 {
    grid-column-start: 2;
  }

  .xxs\:col-start-3 {
    grid-column-start: 3;
  }

  .xxs\:col-start-4 {
    grid-column-start: 4;
  }

  .xxs\:col-start-5 {
    grid-column-start: 5;
  }

  .xxs\:col-start-6 {
    grid-column-start: 6;
  }

  .xxs\:col-start-7 {
    grid-column-start: 7;
  }

  .xxs\:col-start-8 {
    grid-column-start: 8;
  }

  .xxs\:col-start-9 {
    grid-column-start: 9;
  }

  .xxs\:col-start-10 {
    grid-column-start: 10;
  }

  .xxs\:col-start-11 {
    grid-column-start: 11;
  }

  .xxs\:col-start-12 {
    grid-column-start: 12;
  }

  .xxs\:col-start-13 {
    grid-column-start: 13;
  }

  .xxs\:col-start-auto {
    grid-column-start: auto;
  }

  .xxs\:col-end-1 {
    grid-column-end: 1;
  }

  .xxs\:col-end-2 {
    grid-column-end: 2;
  }

  .xxs\:col-end-3 {
    grid-column-end: 3;
  }

  .xxs\:col-end-4 {
    grid-column-end: 4;
  }

  .xxs\:col-end-5 {
    grid-column-end: 5;
  }

  .xxs\:col-end-6 {
    grid-column-end: 6;
  }

  .xxs\:col-end-7 {
    grid-column-end: 7;
  }

  .xxs\:col-end-8 {
    grid-column-end: 8;
  }

  .xxs\:col-end-9 {
    grid-column-end: 9;
  }

  .xxs\:col-end-10 {
    grid-column-end: 10;
  }

  .xxs\:col-end-11 {
    grid-column-end: 11;
  }

  .xxs\:col-end-12 {
    grid-column-end: 12;
  }

  .xxs\:col-end-13 {
    grid-column-end: 13;
  }

  .xxs\:col-end-auto {
    grid-column-end: auto;
  }

  .xxs\:row-auto {
    grid-row: auto;
  }

  .xxs\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .xxs\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .xxs\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .xxs\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .xxs\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .xxs\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .xxs\:row-span-full {
    grid-row: 1 / -1;
  }

  .xxs\:row-start-1 {
    grid-row-start: 1;
  }

  .xxs\:row-start-2 {
    grid-row-start: 2;
  }

  .xxs\:row-start-3 {
    grid-row-start: 3;
  }

  .xxs\:row-start-4 {
    grid-row-start: 4;
  }

  .xxs\:row-start-5 {
    grid-row-start: 5;
  }

  .xxs\:row-start-6 {
    grid-row-start: 6;
  }

  .xxs\:row-start-7 {
    grid-row-start: 7;
  }

  .xxs\:row-start-auto {
    grid-row-start: auto;
  }

  .xxs\:row-end-1 {
    grid-row-end: 1;
  }

  .xxs\:row-end-2 {
    grid-row-end: 2;
  }

  .xxs\:row-end-3 {
    grid-row-end: 3;
  }

  .xxs\:row-end-4 {
    grid-row-end: 4;
  }

  .xxs\:row-end-5 {
    grid-row-end: 5;
  }

  .xxs\:row-end-6 {
    grid-row-end: 6;
  }

  .xxs\:row-end-7 {
    grid-row-end: 7;
  }

  .xxs\:row-end-auto {
    grid-row-end: auto;
  }

  .xxs\:float-right {
    float: right;
  }

  .xxs\:float-left {
    float: left;
  }

  .xxs\:float-none {
    float: none;
  }

  .xxs\:clear-left {
    clear: left;
  }

  .xxs\:clear-right {
    clear: right;
  }

  .xxs\:clear-both {
    clear: both;
  }

  .xxs\:clear-none {
    clear: none;
  }

  .xxs\:m-0 {
    margin: 0;
  }

  .xxs\:m-1 {
    margin: 0.25rem;
  }

  .xxs\:m-2 {
    margin: 0.5rem;
  }

  .xxs\:m-3 {
    margin: 0.75rem;
  }

  .xxs\:m-4 {
    margin: 1rem;
  }

  .xxs\:m-5 {
    margin: 5px;
  }

  .xxs\:m-6 {
    margin: 1.5rem;
  }

  .xxs\:m-7 {
    margin: 1.75rem;
  }

  .xxs\:m-8 {
    margin: 2rem;
  }

  .xxs\:m-9 {
    margin: 2.25rem;
  }

  .xxs\:m-10 {
    margin: 10px;
  }

  .xxs\:m-11 {
    margin: 2.75rem;
  }

  .xxs\:m-12 {
    margin: 3rem;
  }

  .xxs\:m-14 {
    margin: 14px;
  }

  .xxs\:m-16 {
    margin: 16px;
  }

  .xxs\:m-20 {
    margin: 20px;
  }

  .xxs\:m-24 {
    margin: 24px;
  }

  .xxs\:m-28 {
    margin: 7rem;
  }

  .xxs\:m-30 {
    margin: 30px;
  }

  .xxs\:m-32 {
    margin: 8rem;
  }

  .xxs\:m-36 {
    margin: 9rem;
  }

  .xxs\:m-40 {
    margin: 10rem;
  }

  .xxs\:m-44 {
    margin: 11rem;
  }

  .xxs\:m-48 {
    margin: 48px;
  }

  .xxs\:m-52 {
    margin: 13rem;
  }

  .xxs\:m-56 {
    margin: 14rem;
  }

  .xxs\:m-60 {
    margin: 60px;
  }

  .xxs\:m-64 {
    margin: 16rem;
  }

  .xxs\:m-72 {
    margin: 18rem;
  }

  .xxs\:m-80 {
    margin: 20rem;
  }

  .xxs\:m-95 {
    margin: 95px;
  }

  .xxs\:m-96 {
    margin: 24rem;
  }

  .xxs\:m-120 {
    margin: 120px;
  }

  .xxs\:m-190 {
    margin: 190px;
  }

  .xxs\:m-auto {
    margin: auto;
  }

  .xxs\:m-px {
    margin: 1px;
  }

  .xxs\:m-0\.5 {
    margin: 0.125rem;
  }

  .xxs\:m-1\.5 {
    margin: 0.375rem;
  }

  .xxs\:m-2\.5 {
    margin: 0.625rem;
  }

  .xxs\:m-3\.5 {
    margin: 0.875rem;
  }

  .xxs\:m-30\% {
    margin: 30%;
  }

  .xxs\:m-7\.5r {
    margin: 1.875rem;
  }

  .xxs\:-m-1 {
    margin: -0.25rem;
  }

  .xxs\:-m-2 {
    margin: -0.5rem;
  }

  .xxs\:-m-3 {
    margin: -0.75rem;
  }

  .xxs\:-m-4 {
    margin: -1rem;
  }

  .xxs\:-m-5 {
    margin: -5px;
  }

  .xxs\:-m-6 {
    margin: -1.5rem;
  }

  .xxs\:-m-7 {
    margin: -1.75rem;
  }

  .xxs\:-m-8 {
    margin: -2rem;
  }

  .xxs\:-m-9 {
    margin: -2.25rem;
  }

  .xxs\:-m-10 {
    margin: -10px;
  }

  .xxs\:-m-11 {
    margin: -2.75rem;
  }

  .xxs\:-m-12 {
    margin: -3rem;
  }

  .xxs\:-m-14 {
    margin: -14px;
  }

  .xxs\:-m-16 {
    margin: -16px;
  }

  .xxs\:-m-20 {
    margin: -20px;
  }

  .xxs\:-m-24 {
    margin: -24px;
  }

  .xxs\:-m-28 {
    margin: -7rem;
  }

  .xxs\:-m-30 {
    margin: -30px;
  }

  .xxs\:-m-32 {
    margin: -8rem;
  }

  .xxs\:-m-36 {
    margin: -9rem;
  }

  .xxs\:-m-40 {
    margin: -10rem;
  }

  .xxs\:-m-44 {
    margin: -11rem;
  }

  .xxs\:-m-48 {
    margin: -48px;
  }

  .xxs\:-m-52 {
    margin: -13rem;
  }

  .xxs\:-m-56 {
    margin: -14rem;
  }

  .xxs\:-m-60 {
    margin: -60px;
  }

  .xxs\:-m-64 {
    margin: -16rem;
  }

  .xxs\:-m-72 {
    margin: -18rem;
  }

  .xxs\:-m-80 {
    margin: -20rem;
  }

  .xxs\:-m-95 {
    margin: -95px;
  }

  .xxs\:-m-96 {
    margin: -24rem;
  }

  .xxs\:-m-120 {
    margin: -120px;
  }

  .xxs\:-m-190 {
    margin: -190px;
  }

  .xxs\:-m-px {
    margin: -1px;
  }

  .xxs\:-m-0\.5 {
    margin: -0.125rem;
  }

  .xxs\:-m-1\.5 {
    margin: -0.375rem;
  }

  .xxs\:-m-2\.5 {
    margin: -0.625rem;
  }

  .xxs\:-m-3\.5 {
    margin: -0.875rem;
  }

  .xxs\:-m-30\% {
    margin: -30%;
  }

  .xxs\:-m-7\.5r {
    margin: -1.875rem;
  }

  .xxs\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xxs\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xxs\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xxs\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xxs\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xxs\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .xxs\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xxs\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xxs\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xxs\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xxs\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .xxs\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xxs\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xxs\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .xxs\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .xxs\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .xxs\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .xxs\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xxs\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .xxs\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xxs\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xxs\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xxs\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xxs\:mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .xxs\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xxs\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xxs\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .xxs\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xxs\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xxs\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xxs\:mx-95 {
    margin-left: 95px;
    margin-right: 95px;
  }

  .xxs\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .xxs\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .xxs\:mx-190 {
    margin-left: 190px;
    margin-right: 190px;
  }

  .xxs\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xxs\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xxs\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .xxs\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .xxs\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xxs\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .xxs\:mx-30\% {
    margin-left: 30%;
    margin-right: 30%;
  }

  .xxs\:mx-7\.5r {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .xxs\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xxs\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xxs\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xxs\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xxs\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .xxs\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xxs\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xxs\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xxs\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xxs\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .xxs\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xxs\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xxs\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .xxs\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .xxs\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .xxs\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .xxs\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xxs\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .xxs\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xxs\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xxs\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xxs\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xxs\:-mx-48 {
    margin-left: -48px;
    margin-right: -48px;
  }

  .xxs\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xxs\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xxs\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .xxs\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xxs\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xxs\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xxs\:-mx-95 {
    margin-left: -95px;
    margin-right: -95px;
  }

  .xxs\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .xxs\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .xxs\:-mx-190 {
    margin-left: -190px;
    margin-right: -190px;
  }

  .xxs\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xxs\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .xxs\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .xxs\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xxs\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .xxs\:-mx-30\% {
    margin-left: -30%;
    margin-right: -30%;
  }

  .xxs\:-mx-7\.5r {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .xxs\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xxs\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xxs\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xxs\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xxs\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xxs\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .xxs\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xxs\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xxs\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xxs\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xxs\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .xxs\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xxs\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xxs\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .xxs\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .xxs\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xxs\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .xxs\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xxs\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xxs\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xxs\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xxs\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xxs\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xxs\:my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .xxs\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xxs\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xxs\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .xxs\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xxs\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xxs\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xxs\:my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .xxs\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .xxs\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .xxs\:my-190 {
    margin-top: 190px;
    margin-bottom: 190px;
  }

  .xxs\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xxs\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xxs\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xxs\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xxs\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xxs\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .xxs\:my-30\% {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .xxs\:my-7\.5r {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .xxs\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xxs\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xxs\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xxs\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xxs\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .xxs\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xxs\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xxs\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xxs\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xxs\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .xxs\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xxs\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xxs\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .xxs\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .xxs\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .xxs\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .xxs\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xxs\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .xxs\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xxs\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xxs\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xxs\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xxs\:-my-48 {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .xxs\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xxs\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xxs\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .xxs\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xxs\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xxs\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xxs\:-my-95 {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .xxs\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .xxs\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .xxs\:-my-190 {
    margin-top: -190px;
    margin-bottom: -190px;
  }

  .xxs\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xxs\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .xxs\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .xxs\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xxs\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .xxs\:-my-30\% {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .xxs\:-my-7\.5r {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .xxs\:mt-0 {
    margin-top: 0;
  }

  .xxs\:mt-1 {
    margin-top: 0.25rem;
  }

  .xxs\:mt-2 {
    margin-top: 0.5rem;
  }

  .xxs\:mt-3 {
    margin-top: 0.75rem;
  }

  .xxs\:mt-4 {
    margin-top: 1rem;
  }

  .xxs\:mt-5 {
    margin-top: 5px;
  }

  .xxs\:mt-6 {
    margin-top: 1.5rem;
  }

  .xxs\:mt-7 {
    margin-top: 1.75rem;
  }

  .xxs\:mt-8 {
    margin-top: 2rem;
  }

  .xxs\:mt-9 {
    margin-top: 2.25rem;
  }

  .xxs\:mt-10 {
    margin-top: 10px;
  }

  .xxs\:mt-11 {
    margin-top: 2.75rem;
  }

  .xxs\:mt-12 {
    margin-top: 3rem;
  }

  .xxs\:mt-14 {
    margin-top: 14px;
  }

  .xxs\:mt-16 {
    margin-top: 16px;
  }

  .xxs\:mt-20 {
    margin-top: 20px;
  }

  .xxs\:mt-24 {
    margin-top: 24px;
  }

  .xxs\:mt-28 {
    margin-top: 7rem;
  }

  .xxs\:mt-30 {
    margin-top: 30px;
  }

  .xxs\:mt-32 {
    margin-top: 8rem;
  }

  .xxs\:mt-36 {
    margin-top: 9rem;
  }

  .xxs\:mt-40 {
    margin-top: 10rem;
  }

  .xxs\:mt-44 {
    margin-top: 11rem;
  }

  .xxs\:mt-48 {
    margin-top: 48px;
  }

  .xxs\:mt-52 {
    margin-top: 13rem;
  }

  .xxs\:mt-56 {
    margin-top: 14rem;
  }

  .xxs\:mt-60 {
    margin-top: 60px;
  }

  .xxs\:mt-64 {
    margin-top: 16rem;
  }

  .xxs\:mt-72 {
    margin-top: 18rem;
  }

  .xxs\:mt-80 {
    margin-top: 20rem;
  }

  .xxs\:mt-95 {
    margin-top: 95px;
  }

  .xxs\:mt-96 {
    margin-top: 24rem;
  }

  .xxs\:mt-120 {
    margin-top: 120px;
  }

  .xxs\:mt-190 {
    margin-top: 190px;
  }

  .xxs\:mt-auto {
    margin-top: auto;
  }

  .xxs\:mt-px {
    margin-top: 1px;
  }

  .xxs\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .xxs\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .xxs\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .xxs\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .xxs\:mt-30\% {
    margin-top: 30%;
  }

  .xxs\:mt-7\.5r {
    margin-top: 1.875rem;
  }

  .xxs\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xxs\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xxs\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xxs\:-mt-4 {
    margin-top: -1rem;
  }

  .xxs\:-mt-5 {
    margin-top: -5px;
  }

  .xxs\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xxs\:-mt-7 {
    margin-top: -1.75rem;
  }

  .xxs\:-mt-8 {
    margin-top: -2rem;
  }

  .xxs\:-mt-9 {
    margin-top: -2.25rem;
  }

  .xxs\:-mt-10 {
    margin-top: -10px;
  }

  .xxs\:-mt-11 {
    margin-top: -2.75rem;
  }

  .xxs\:-mt-12 {
    margin-top: -3rem;
  }

  .xxs\:-mt-14 {
    margin-top: -14px;
  }

  .xxs\:-mt-16 {
    margin-top: -16px;
  }

  .xxs\:-mt-20 {
    margin-top: -20px;
  }

  .xxs\:-mt-24 {
    margin-top: -24px;
  }

  .xxs\:-mt-28 {
    margin-top: -7rem;
  }

  .xxs\:-mt-30 {
    margin-top: -30px;
  }

  .xxs\:-mt-32 {
    margin-top: -8rem;
  }

  .xxs\:-mt-36 {
    margin-top: -9rem;
  }

  .xxs\:-mt-40 {
    margin-top: -10rem;
  }

  .xxs\:-mt-44 {
    margin-top: -11rem;
  }

  .xxs\:-mt-48 {
    margin-top: -48px;
  }

  .xxs\:-mt-52 {
    margin-top: -13rem;
  }

  .xxs\:-mt-56 {
    margin-top: -14rem;
  }

  .xxs\:-mt-60 {
    margin-top: -60px;
  }

  .xxs\:-mt-64 {
    margin-top: -16rem;
  }

  .xxs\:-mt-72 {
    margin-top: -18rem;
  }

  .xxs\:-mt-80 {
    margin-top: -20rem;
  }

  .xxs\:-mt-95 {
    margin-top: -95px;
  }

  .xxs\:-mt-96 {
    margin-top: -24rem;
  }

  .xxs\:-mt-120 {
    margin-top: -120px;
  }

  .xxs\:-mt-190 {
    margin-top: -190px;
  }

  .xxs\:-mt-px {
    margin-top: -1px;
  }

  .xxs\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .xxs\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .xxs\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .xxs\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .xxs\:-mt-30\% {
    margin-top: -30%;
  }

  .xxs\:-mt-7\.5r {
    margin-top: -1.875rem;
  }

  .xxs\:mr-0 {
    margin-right: 0;
  }

  .xxs\:mr-1 {
    margin-right: 0.25rem;
  }

  .xxs\:mr-2 {
    margin-right: 0.5rem;
  }

  .xxs\:mr-3 {
    margin-right: 0.75rem;
  }

  .xxs\:mr-4 {
    margin-right: 1rem;
  }

  .xxs\:mr-5 {
    margin-right: 5px;
  }

  .xxs\:mr-6 {
    margin-right: 1.5rem;
  }

  .xxs\:mr-7 {
    margin-right: 1.75rem;
  }

  .xxs\:mr-8 {
    margin-right: 2rem;
  }

  .xxs\:mr-9 {
    margin-right: 2.25rem;
  }

  .xxs\:mr-10 {
    margin-right: 10px;
  }

  .xxs\:mr-11 {
    margin-right: 2.75rem;
  }

  .xxs\:mr-12 {
    margin-right: 3rem;
  }

  .xxs\:mr-14 {
    margin-right: 14px;
  }

  .xxs\:mr-16 {
    margin-right: 16px;
  }

  .xxs\:mr-20 {
    margin-right: 20px;
  }

  .xxs\:mr-24 {
    margin-right: 24px;
  }

  .xxs\:mr-28 {
    margin-right: 7rem;
  }

  .xxs\:mr-30 {
    margin-right: 30px;
  }

  .xxs\:mr-32 {
    margin-right: 8rem;
  }

  .xxs\:mr-36 {
    margin-right: 9rem;
  }

  .xxs\:mr-40 {
    margin-right: 10rem;
  }

  .xxs\:mr-44 {
    margin-right: 11rem;
  }

  .xxs\:mr-48 {
    margin-right: 48px;
  }

  .xxs\:mr-52 {
    margin-right: 13rem;
  }

  .xxs\:mr-56 {
    margin-right: 14rem;
  }

  .xxs\:mr-60 {
    margin-right: 60px;
  }

  .xxs\:mr-64 {
    margin-right: 16rem;
  }

  .xxs\:mr-72 {
    margin-right: 18rem;
  }

  .xxs\:mr-80 {
    margin-right: 20rem;
  }

  .xxs\:mr-95 {
    margin-right: 95px;
  }

  .xxs\:mr-96 {
    margin-right: 24rem;
  }

  .xxs\:mr-120 {
    margin-right: 120px;
  }

  .xxs\:mr-190 {
    margin-right: 190px;
  }

  .xxs\:mr-auto {
    margin-right: auto;
  }

  .xxs\:mr-px {
    margin-right: 1px;
  }

  .xxs\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .xxs\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .xxs\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .xxs\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .xxs\:mr-30\% {
    margin-right: 30%;
  }

  .xxs\:mr-7\.5r {
    margin-right: 1.875rem;
  }

  .xxs\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xxs\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xxs\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xxs\:-mr-4 {
    margin-right: -1rem;
  }

  .xxs\:-mr-5 {
    margin-right: -5px;
  }

  .xxs\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xxs\:-mr-7 {
    margin-right: -1.75rem;
  }

  .xxs\:-mr-8 {
    margin-right: -2rem;
  }

  .xxs\:-mr-9 {
    margin-right: -2.25rem;
  }

  .xxs\:-mr-10 {
    margin-right: -10px;
  }

  .xxs\:-mr-11 {
    margin-right: -2.75rem;
  }

  .xxs\:-mr-12 {
    margin-right: -3rem;
  }

  .xxs\:-mr-14 {
    margin-right: -14px;
  }

  .xxs\:-mr-16 {
    margin-right: -16px;
  }

  .xxs\:-mr-20 {
    margin-right: -20px;
  }

  .xxs\:-mr-24 {
    margin-right: -24px;
  }

  .xxs\:-mr-28 {
    margin-right: -7rem;
  }

  .xxs\:-mr-30 {
    margin-right: -30px;
  }

  .xxs\:-mr-32 {
    margin-right: -8rem;
  }

  .xxs\:-mr-36 {
    margin-right: -9rem;
  }

  .xxs\:-mr-40 {
    margin-right: -10rem;
  }

  .xxs\:-mr-44 {
    margin-right: -11rem;
  }

  .xxs\:-mr-48 {
    margin-right: -48px;
  }

  .xxs\:-mr-52 {
    margin-right: -13rem;
  }

  .xxs\:-mr-56 {
    margin-right: -14rem;
  }

  .xxs\:-mr-60 {
    margin-right: -60px;
  }

  .xxs\:-mr-64 {
    margin-right: -16rem;
  }

  .xxs\:-mr-72 {
    margin-right: -18rem;
  }

  .xxs\:-mr-80 {
    margin-right: -20rem;
  }

  .xxs\:-mr-95 {
    margin-right: -95px;
  }

  .xxs\:-mr-96 {
    margin-right: -24rem;
  }

  .xxs\:-mr-120 {
    margin-right: -120px;
  }

  .xxs\:-mr-190 {
    margin-right: -190px;
  }

  .xxs\:-mr-px {
    margin-right: -1px;
  }

  .xxs\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .xxs\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .xxs\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .xxs\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .xxs\:-mr-30\% {
    margin-right: -30%;
  }

  .xxs\:-mr-7\.5r {
    margin-right: -1.875rem;
  }

  .xxs\:mb-0 {
    margin-bottom: 0;
  }

  .xxs\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xxs\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xxs\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .xxs\:mb-4 {
    margin-bottom: 1rem;
  }

  .xxs\:mb-5 {
    margin-bottom: 5px;
  }

  .xxs\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xxs\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .xxs\:mb-8 {
    margin-bottom: 2rem;
  }

  .xxs\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .xxs\:mb-10 {
    margin-bottom: 10px;
  }

  .xxs\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .xxs\:mb-12 {
    margin-bottom: 3rem;
  }

  .xxs\:mb-14 {
    margin-bottom: 14px;
  }

  .xxs\:mb-16 {
    margin-bottom: 16px;
  }

  .xxs\:mb-20 {
    margin-bottom: 20px;
  }

  .xxs\:mb-24 {
    margin-bottom: 24px;
  }

  .xxs\:mb-28 {
    margin-bottom: 7rem;
  }

  .xxs\:mb-30 {
    margin-bottom: 30px;
  }

  .xxs\:mb-32 {
    margin-bottom: 8rem;
  }

  .xxs\:mb-36 {
    margin-bottom: 9rem;
  }

  .xxs\:mb-40 {
    margin-bottom: 10rem;
  }

  .xxs\:mb-44 {
    margin-bottom: 11rem;
  }

  .xxs\:mb-48 {
    margin-bottom: 48px;
  }

  .xxs\:mb-52 {
    margin-bottom: 13rem;
  }

  .xxs\:mb-56 {
    margin-bottom: 14rem;
  }

  .xxs\:mb-60 {
    margin-bottom: 60px;
  }

  .xxs\:mb-64 {
    margin-bottom: 16rem;
  }

  .xxs\:mb-72 {
    margin-bottom: 18rem;
  }

  .xxs\:mb-80 {
    margin-bottom: 20rem;
  }

  .xxs\:mb-95 {
    margin-bottom: 95px;
  }

  .xxs\:mb-96 {
    margin-bottom: 24rem;
  }

  .xxs\:mb-120 {
    margin-bottom: 120px;
  }

  .xxs\:mb-190 {
    margin-bottom: 190px;
  }

  .xxs\:mb-auto {
    margin-bottom: auto;
  }

  .xxs\:mb-px {
    margin-bottom: 1px;
  }

  .xxs\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .xxs\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .xxs\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .xxs\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .xxs\:mb-30\% {
    margin-bottom: 30%;
  }

  .xxs\:mb-7\.5r {
    margin-bottom: 1.875rem;
  }

  .xxs\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xxs\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xxs\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xxs\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xxs\:-mb-5 {
    margin-bottom: -5px;
  }

  .xxs\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xxs\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .xxs\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xxs\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .xxs\:-mb-10 {
    margin-bottom: -10px;
  }

  .xxs\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .xxs\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xxs\:-mb-14 {
    margin-bottom: -14px;
  }

  .xxs\:-mb-16 {
    margin-bottom: -16px;
  }

  .xxs\:-mb-20 {
    margin-bottom: -20px;
  }

  .xxs\:-mb-24 {
    margin-bottom: -24px;
  }

  .xxs\:-mb-28 {
    margin-bottom: -7rem;
  }

  .xxs\:-mb-30 {
    margin-bottom: -30px;
  }

  .xxs\:-mb-32 {
    margin-bottom: -8rem;
  }

  .xxs\:-mb-36 {
    margin-bottom: -9rem;
  }

  .xxs\:-mb-40 {
    margin-bottom: -10rem;
  }

  .xxs\:-mb-44 {
    margin-bottom: -11rem;
  }

  .xxs\:-mb-48 {
    margin-bottom: -48px;
  }

  .xxs\:-mb-52 {
    margin-bottom: -13rem;
  }

  .xxs\:-mb-56 {
    margin-bottom: -14rem;
  }

  .xxs\:-mb-60 {
    margin-bottom: -60px;
  }

  .xxs\:-mb-64 {
    margin-bottom: -16rem;
  }

  .xxs\:-mb-72 {
    margin-bottom: -18rem;
  }

  .xxs\:-mb-80 {
    margin-bottom: -20rem;
  }

  .xxs\:-mb-95 {
    margin-bottom: -95px;
  }

  .xxs\:-mb-96 {
    margin-bottom: -24rem;
  }

  .xxs\:-mb-120 {
    margin-bottom: -120px;
  }

  .xxs\:-mb-190 {
    margin-bottom: -190px;
  }

  .xxs\:-mb-px {
    margin-bottom: -1px;
  }

  .xxs\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .xxs\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .xxs\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .xxs\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .xxs\:-mb-30\% {
    margin-bottom: -30%;
  }

  .xxs\:-mb-7\.5r {
    margin-bottom: -1.875rem;
  }

  .xxs\:ml-0 {
    margin-left: 0;
  }

  .xxs\:ml-1 {
    margin-left: 0.25rem;
  }

  .xxs\:ml-2 {
    margin-left: 0.5rem;
  }

  .xxs\:ml-3 {
    margin-left: 0.75rem;
  }

  .xxs\:ml-4 {
    margin-left: 1rem;
  }

  .xxs\:ml-5 {
    margin-left: 5px;
  }

  .xxs\:ml-6 {
    margin-left: 1.5rem;
  }

  .xxs\:ml-7 {
    margin-left: 1.75rem;
  }

  .xxs\:ml-8 {
    margin-left: 2rem;
  }

  .xxs\:ml-9 {
    margin-left: 2.25rem;
  }

  .xxs\:ml-10 {
    margin-left: 10px;
  }

  .xxs\:ml-11 {
    margin-left: 2.75rem;
  }

  .xxs\:ml-12 {
    margin-left: 3rem;
  }

  .xxs\:ml-14 {
    margin-left: 14px;
  }

  .xxs\:ml-16 {
    margin-left: 16px;
  }

  .xxs\:ml-20 {
    margin-left: 20px;
  }

  .xxs\:ml-24 {
    margin-left: 24px;
  }

  .xxs\:ml-28 {
    margin-left: 7rem;
  }

  .xxs\:ml-30 {
    margin-left: 30px;
  }

  .xxs\:ml-32 {
    margin-left: 8rem;
  }

  .xxs\:ml-36 {
    margin-left: 9rem;
  }

  .xxs\:ml-40 {
    margin-left: 10rem;
  }

  .xxs\:ml-44 {
    margin-left: 11rem;
  }

  .xxs\:ml-48 {
    margin-left: 48px;
  }

  .xxs\:ml-52 {
    margin-left: 13rem;
  }

  .xxs\:ml-56 {
    margin-left: 14rem;
  }

  .xxs\:ml-60 {
    margin-left: 60px;
  }

  .xxs\:ml-64 {
    margin-left: 16rem;
  }

  .xxs\:ml-72 {
    margin-left: 18rem;
  }

  .xxs\:ml-80 {
    margin-left: 20rem;
  }

  .xxs\:ml-95 {
    margin-left: 95px;
  }

  .xxs\:ml-96 {
    margin-left: 24rem;
  }

  .xxs\:ml-120 {
    margin-left: 120px;
  }

  .xxs\:ml-190 {
    margin-left: 190px;
  }

  .xxs\:ml-auto {
    margin-left: auto;
  }

  .xxs\:ml-px {
    margin-left: 1px;
  }

  .xxs\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .xxs\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .xxs\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .xxs\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .xxs\:ml-30\% {
    margin-left: 30%;
  }

  .xxs\:ml-7\.5r {
    margin-left: 1.875rem;
  }

  .xxs\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xxs\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xxs\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xxs\:-ml-4 {
    margin-left: -1rem;
  }

  .xxs\:-ml-5 {
    margin-left: -5px;
  }

  .xxs\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xxs\:-ml-7 {
    margin-left: -1.75rem;
  }

  .xxs\:-ml-8 {
    margin-left: -2rem;
  }

  .xxs\:-ml-9 {
    margin-left: -2.25rem;
  }

  .xxs\:-ml-10 {
    margin-left: -10px;
  }

  .xxs\:-ml-11 {
    margin-left: -2.75rem;
  }

  .xxs\:-ml-12 {
    margin-left: -3rem;
  }

  .xxs\:-ml-14 {
    margin-left: -14px;
  }

  .xxs\:-ml-16 {
    margin-left: -16px;
  }

  .xxs\:-ml-20 {
    margin-left: -20px;
  }

  .xxs\:-ml-24 {
    margin-left: -24px;
  }

  .xxs\:-ml-28 {
    margin-left: -7rem;
  }

  .xxs\:-ml-30 {
    margin-left: -30px;
  }

  .xxs\:-ml-32 {
    margin-left: -8rem;
  }

  .xxs\:-ml-36 {
    margin-left: -9rem;
  }

  .xxs\:-ml-40 {
    margin-left: -10rem;
  }

  .xxs\:-ml-44 {
    margin-left: -11rem;
  }

  .xxs\:-ml-48 {
    margin-left: -48px;
  }

  .xxs\:-ml-52 {
    margin-left: -13rem;
  }

  .xxs\:-ml-56 {
    margin-left: -14rem;
  }

  .xxs\:-ml-60 {
    margin-left: -60px;
  }

  .xxs\:-ml-64 {
    margin-left: -16rem;
  }

  .xxs\:-ml-72 {
    margin-left: -18rem;
  }

  .xxs\:-ml-80 {
    margin-left: -20rem;
  }

  .xxs\:-ml-95 {
    margin-left: -95px;
  }

  .xxs\:-ml-96 {
    margin-left: -24rem;
  }

  .xxs\:-ml-120 {
    margin-left: -120px;
  }

  .xxs\:-ml-190 {
    margin-left: -190px;
  }

  .xxs\:-ml-px {
    margin-left: -1px;
  }

  .xxs\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .xxs\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .xxs\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .xxs\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .xxs\:-ml-30\% {
    margin-left: -30%;
  }

  .xxs\:-ml-7\.5r {
    margin-left: -1.875rem;
  }

  .xxs\:box-border {
    box-sizing: border-box;
  }

  .xxs\:box-content {
    box-sizing: content-box;
  }

  .xxs\:block {
    display: block;
  }

  .xxs\:inline-block {
    display: inline-block;
  }

  .xxs\:inline {
    display: inline;
  }

  .xxs\:flex {
    display: flex;
  }

  .xxs\:inline-flex {
    display: inline-flex;
  }

  .xxs\:table {
    display: table;
  }

  .xxs\:inline-table {
    display: inline-table;
  }

  .xxs\:table-caption {
    display: table-caption;
  }

  .xxs\:table-cell {
    display: table-cell;
  }

  .xxs\:table-column {
    display: table-column;
  }

  .xxs\:table-column-group {
    display: table-column-group;
  }

  .xxs\:table-footer-group {
    display: table-footer-group;
  }

  .xxs\:table-header-group {
    display: table-header-group;
  }

  .xxs\:table-row-group {
    display: table-row-group;
  }

  .xxs\:table-row {
    display: table-row;
  }

  .xxs\:flow-root {
    display: flow-root;
  }

  .xxs\:grid {
    display: grid;
  }

  .xxs\:inline-grid {
    display: inline-grid;
  }

  .xxs\:contents {
    display: contents;
  }

  .xxs\:list-item {
    display: list-item;
  }

  .xxs\:hidden {
    display: none;
  }

  .group:hover .xxs\:group-hover\:block {
    display: block;
  }

  .group:hover .xxs\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .xxs\:group-hover\:inline {
    display: inline;
  }

  .group:hover .xxs\:group-hover\:flex {
    display: flex;
  }

  .group:hover .xxs\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .xxs\:group-hover\:table {
    display: table;
  }

  .group:hover .xxs\:group-hover\:inline-table {
    display: inline-table;
  }

  .group:hover .xxs\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .xxs\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .xxs\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .xxs\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .xxs\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .xxs\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .xxs\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .xxs\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .xxs\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .xxs\:group-hover\:grid {
    display: grid;
  }

  .group:hover .xxs\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .xxs\:group-hover\:contents {
    display: contents;
  }

  .group:hover .xxs\:group-hover\:list-item {
    display: list-item;
  }

  .group:hover .xxs\:group-hover\:hidden {
    display: none;
  }

  .xxs\:h-0 {
    height: 0;
  }

  .xxs\:h-1 {
    height: 0.25rem;
  }

  .xxs\:h-2 {
    height: 0.5rem;
  }

  .xxs\:h-3 {
    height: 0.75rem;
  }

  .xxs\:h-4 {
    height: 1rem;
  }

  .xxs\:h-5 {
    height: 5px;
  }

  .xxs\:h-6 {
    height: 1.5rem;
  }

  .xxs\:h-7 {
    height: 1.75rem;
  }

  .xxs\:h-8 {
    height: 2rem;
  }

  .xxs\:h-9 {
    height: 2.25rem;
  }

  .xxs\:h-10 {
    height: 10px;
  }

  .xxs\:h-11 {
    height: 2.75rem;
  }

  .xxs\:h-12 {
    height: 12px;
  }

  .xxs\:h-14 {
    height: 14px;
  }

  .xxs\:h-16 {
    height: 16px;
  }

  .xxs\:h-20 {
    height: 20px;
  }

  .xxs\:h-24 {
    height: 24px;
  }

  .xxs\:h-28 {
    height: 7rem;
  }

  .xxs\:h-30 {
    height: 30px;
  }

  .xxs\:h-32 {
    height: 8rem;
  }

  .xxs\:h-36 {
    height: 9rem;
  }

  .xxs\:h-40 {
    height: 10rem;
  }

  .xxs\:h-42 {
    height: 42px;
  }

  .xxs\:h-44 {
    height: 11rem;
  }

  .xxs\:h-48 {
    height: 48px;
  }

  .xxs\:h-52 {
    height: 13rem;
  }

  .xxs\:h-56 {
    height: 14rem;
  }

  .xxs\:h-60 {
    height: 60px;
  }

  .xxs\:h-64 {
    height: 16rem;
  }

  .xxs\:h-70 {
    height: 70px;
  }

  .xxs\:h-72 {
    height: 18rem;
  }

  .xxs\:h-78 {
    height: 78px;
  }

  .xxs\:h-80 {
    height: 20rem;
  }

  .xxs\:h-95 {
    height: 95px;
  }

  .xxs\:h-96 {
    height: 24rem;
  }

  .xxs\:h-120 {
    height: 120px;
  }

  .xxs\:h-190 {
    height: 190px;
  }

  .xxs\:h-auto {
    height: auto;
  }

  .xxs\:h-px {
    height: 1px;
  }

  .xxs\:h-0\.5 {
    height: 0.125rem;
  }

  .xxs\:h-1\.5 {
    height: 0.375rem;
  }

  .xxs\:h-2\.5 {
    height: 0.625rem;
  }

  .xxs\:h-3\.5 {
    height: 0.875rem;
  }

  .xxs\:h-30\% {
    height: 30%;
  }

  .xxs\:h-7\.5r {
    height: 1.875rem;
  }

  .xxs\:h-1\/2 {
    height: 50%;
  }

  .xxs\:h-1\/3 {
    height: 33.333333%;
  }

  .xxs\:h-2\/3 {
    height: 66.667%;
  }

  .xxs\:h-1\/4 {
    height: 25%;
  }

  .xxs\:h-2\/4 {
    height: 50%;
  }

  .xxs\:h-3\/4 {
    height: 75%;
  }

  .xxs\:h-1\/5 {
    height: 20%;
  }

  .xxs\:h-2\/5 {
    height: 40%;
  }

  .xxs\:h-3\/5 {
    height: 60%;
  }

  .xxs\:h-4\/5 {
    height: 80%;
  }

  .xxs\:h-1\/6 {
    height: 16.666667%;
  }

  .xxs\:h-2\/6 {
    height: 33.333333%;
  }

  .xxs\:h-3\/6 {
    height: 50%;
  }

  .xxs\:h-4\/6 {
    height: 66.666667%;
  }

  .xxs\:h-5\/6 {
    height: 83.333333%;
  }

  .xxs\:h-full {
    height: 100%;
  }

  .xxs\:h-screen {
    height: 100vh;
  }

  .xxs\:h-20r {
    height: 5rem;
  }

  .xxs\:h-50vh {
    height: 50vh;
  }

  .xxs\:h-66vh {
    height: 66vh;
  }

  .xxs\:h-75vh {
    height: 75vh;
  }

  .xxs\:h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .xxs\:max-h-0 {
    max-height: 0;
  }

  .xxs\:max-h-1 {
    max-height: 0.25rem;
  }

  .xxs\:max-h-2 {
    max-height: 0.5rem;
  }

  .xxs\:max-h-3 {
    max-height: 0.75rem;
  }

  .xxs\:max-h-4 {
    max-height: 1rem;
  }

  .xxs\:max-h-5 {
    max-height: 5px;
  }

  .xxs\:max-h-6 {
    max-height: 1.5rem;
  }

  .xxs\:max-h-7 {
    max-height: 1.75rem;
  }

  .xxs\:max-h-8 {
    max-height: 2rem;
  }

  .xxs\:max-h-9 {
    max-height: 2.25rem;
  }

  .xxs\:max-h-10 {
    max-height: 10px;
  }

  .xxs\:max-h-11 {
    max-height: 2.75rem;
  }

  .xxs\:max-h-12 {
    max-height: 3rem;
  }

  .xxs\:max-h-14 {
    max-height: 14px;
  }

  .xxs\:max-h-16 {
    max-height: 16px;
  }

  .xxs\:max-h-20 {
    max-height: 20px;
  }

  .xxs\:max-h-24 {
    max-height: 24px;
  }

  .xxs\:max-h-28 {
    max-height: 7rem;
  }

  .xxs\:max-h-30 {
    max-height: 30px;
  }

  .xxs\:max-h-32 {
    max-height: 8rem;
  }

  .xxs\:max-h-36 {
    max-height: 9rem;
  }

  .xxs\:max-h-40 {
    max-height: 10rem;
  }

  .xxs\:max-h-44 {
    max-height: 11rem;
  }

  .xxs\:max-h-48 {
    max-height: 48px;
  }

  .xxs\:max-h-52 {
    max-height: 13rem;
  }

  .xxs\:max-h-56 {
    max-height: 14rem;
  }

  .xxs\:max-h-60 {
    max-height: 60px;
  }

  .xxs\:max-h-64 {
    max-height: 16rem;
  }

  .xxs\:max-h-72 {
    max-height: 18rem;
  }

  .xxs\:max-h-80 {
    max-height: 20rem;
  }

  .xxs\:max-h-95 {
    max-height: 95px;
  }

  .xxs\:max-h-96 {
    max-height: 24rem;
  }

  .xxs\:max-h-120 {
    max-height: 120px;
  }

  .xxs\:max-h-190 {
    max-height: 190px;
  }

  .xxs\:max-h-px {
    max-height: 1px;
  }

  .xxs\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .xxs\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .xxs\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .xxs\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .xxs\:max-h-30\% {
    max-height: 30%;
  }

  .xxs\:max-h-7\.5r {
    max-height: 1.875rem;
  }

  .xxs\:max-h-full {
    max-height: 100%;
  }

  .xxs\:max-h-screen {
    max-height: 100vh;
  }

  .xxs\:min-h-0 {
    min-height: 0px;
  }

  .xxs\:min-h-24 {
    min-height: 6rem;
  }

  .xxs\:min-h-78 {
    min-height: 78px;
  }

  .xxs\:min-h-full {
    min-height: 100%;
  }

  .xxs\:min-h-screen {
    min-height: 100vh;
  }

  .xxs\:min-h-25\.5 {
    min-height: 6.375rem;
  }

  .xxs\:min-h-1\/2 {
    min-height: 50%;
  }

  .xxs\:min-h-2\/3 {
    min-height: 66.667%;
  }

  .xxs\:min-h-3\/4 {
    min-height: 75%;
  }

  .xxs\:min-h-50vh {
    min-height: 50vh;
  }

  .xxs\:min-h-66vh {
    min-height: 66vh;
  }

  .xxs\:min-h-75vh {
    min-height: 75vh;
  }

  .xxs\:w-0 {
    width: 0;
  }

  .xxs\:w-1 {
    width: 0.25rem;
  }

  .xxs\:w-2 {
    width: 0.5rem;
  }

  .xxs\:w-3 {
    width: 0.75rem;
  }

  .xxs\:w-4 {
    width: 1rem;
  }

  .xxs\:w-5 {
    width: 5px;
  }

  .xxs\:w-6 {
    width: 1.5rem;
  }

  .xxs\:w-7 {
    width: 1.75rem;
  }

  .xxs\:w-8 {
    width: 2rem;
  }

  .xxs\:w-9 {
    width: 2.25rem;
  }

  .xxs\:w-10 {
    width: 10px;
  }

  .xxs\:w-11 {
    width: 2.75rem;
  }

  .xxs\:w-12 {
    width: 3rem;
  }

  .xxs\:w-14 {
    width: 14px;
  }

  .xxs\:w-16 {
    width: 16px;
  }

  .xxs\:w-20 {
    width: 20px;
  }

  .xxs\:w-24 {
    width: 24px;
  }

  .xxs\:w-28 {
    width: 7rem;
  }

  .xxs\:w-30 {
    width: 30px;
  }

  .xxs\:w-32 {
    width: 8rem;
  }

  .xxs\:w-36 {
    width: 9rem;
  }

  .xxs\:w-40 {
    width: 10rem;
  }

  .xxs\:w-44 {
    width: 11rem;
  }

  .xxs\:w-48 {
    width: 48px;
  }

  .xxs\:w-52 {
    width: 13rem;
  }

  .xxs\:w-56 {
    width: 14rem;
  }

  .xxs\:w-60 {
    width: 60px;
  }

  .xxs\:w-64 {
    width: 16rem;
  }

  .xxs\:w-72 {
    width: 18rem;
  }

  .xxs\:w-80 {
    width: 20rem;
  }

  .xxs\:w-95 {
    width: 95px;
  }

  .xxs\:w-96 {
    width: 24rem;
  }

  .xxs\:w-120 {
    width: 120px;
  }

  .xxs\:w-150 {
    width: 150px;
  }

  .xxs\:w-190 {
    width: 190px;
  }

  .xxs\:w-auto {
    width: auto;
  }

  .xxs\:w-px {
    width: 1px;
  }

  .xxs\:w-0\.5 {
    width: 0.125rem;
  }

  .xxs\:w-1\.5 {
    width: 0.375rem;
  }

  .xxs\:w-2\.5 {
    width: 0.625rem;
  }

  .xxs\:w-3\.5 {
    width: 0.875rem;
  }

  .xxs\:w-30\% {
    width: 30%;
  }

  .xxs\:w-7\.5r {
    width: 1.875rem;
  }

  .xxs\:w-1\/2 {
    width: 50%;
  }

  .xxs\:w-1\/3 {
    width: 33.333333%;
  }

  .xxs\:w-2\/3 {
    width: 66.666667%;
  }

  .xxs\:w-1\/4 {
    width: 25%;
  }

  .xxs\:w-2\/4 {
    width: 50%;
  }

  .xxs\:w-3\/4 {
    width: 75%;
  }

  .xxs\:w-1\/5 {
    width: 20%;
  }

  .xxs\:w-2\/5 {
    width: 40%;
  }

  .xxs\:w-3\/5 {
    width: 60%;
  }

  .xxs\:w-4\/5 {
    width: 80%;
  }

  .xxs\:w-1\/6 {
    width: 16.666667%;
  }

  .xxs\:w-2\/6 {
    width: 33.333333%;
  }

  .xxs\:w-3\/6 {
    width: 50%;
  }

  .xxs\:w-4\/6 {
    width: 66.666667%;
  }

  .xxs\:w-5\/6 {
    width: 83.333333%;
  }

  .xxs\:w-1\/12 {
    width: 8.333333%;
  }

  .xxs\:w-2\/12 {
    width: 16.666667%;
  }

  .xxs\:w-3\/12 {
    width: 25%;
  }

  .xxs\:w-4\/12 {
    width: 33.333333%;
  }

  .xxs\:w-5\/12 {
    width: 41.666667%;
  }

  .xxs\:w-6\/12 {
    width: 50%;
  }

  .xxs\:w-7\/12 {
    width: 58.333333%;
  }

  .xxs\:w-8\/12 {
    width: 66.666667%;
  }

  .xxs\:w-9\/12 {
    width: 75%;
  }

  .xxs\:w-10\/12 {
    width: 83.333333%;
  }

  .xxs\:w-11\/12 {
    width: 91.666667%;
  }

  .xxs\:w-full {
    width: 100%;
  }

  .xxs\:w-screen {
    width: 100vw;
  }

  .xxs\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .xxs\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .xxs\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .xxs\:w-20r {
    width: 5rem;
  }

  .xxs\:min-w-0 {
    min-width: 0px;
  }

  .xxs\:min-w-1280 {
    min-width: 1280px;
  }

  .xxs\:min-w-full {
    min-width: 100%;
  }

  .xxs\:min-w-min {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .xxs\:min-w-max {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .xxs\:min-w-7\.5r {
    min-width: 1.875rem;
  }

  .xxs\:min-w-10r {
    min-width: 2.5rem;
  }

  .xxs\:min-w-12\.5r {
    min-width: 3.125rem;
  }

  .xxs\:min-w-17\.5r {
    min-width: 4.375rem;
  }

  .xxs\:min-w-20r {
    min-width: 5rem;
  }

  .xxs\:min-w-25r {
    min-width: 6.25rem;
  }

  .xxs\:min-w-37\.5r {
    min-width: 9.375rem;
  }

  .xxs\:min-w-45r {
    min-width: 11.25rem;
  }

  .xxs\:min-w-367\.5r {
    min-width: 91.875rem;
  }

  .xxs\:max-w-0 {
    max-width: 0rem;
  }

  .xxs\:max-w-none {
    max-width: none;
  }

  .xxs\:max-w-xs {
    max-width: 20rem;
  }

  .xxs\:max-w-sm {
    max-width: 24rem;
  }

  .xxs\:max-w-md {
    max-width: 28rem;
  }

  .xxs\:max-w-lg {
    max-width: 32rem;
  }

  .xxs\:max-w-xl {
    max-width: 36rem;
  }

  .xxs\:max-w-2xl {
    max-width: 42rem;
  }

  .xxs\:max-w-3xl {
    max-width: 48rem;
  }

  .xxs\:max-w-4xl {
    max-width: 56rem;
  }

  .xxs\:max-w-5xl {
    max-width: 64rem;
  }

  .xxs\:max-w-6xl {
    max-width: 72rem;
  }

  .xxs\:max-w-7xl {
    max-width: 80rem;
  }

  .xxs\:max-w-full {
    max-width: 100%;
  }

  .xxs\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .xxs\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .xxs\:max-w-prose {
    max-width: 65ch;
  }

  .xxs\:max-w-screen-sm {
    max-width: 640px;
  }

  .xxs\:max-w-screen-md {
    max-width: 768px;
  }

  .xxs\:max-w-screen-lg {
    max-width: 1280px;
  }

  .xxs\:max-w-screen-xl {
    max-width: 1440px;
  }

  .xxs\:max-w-screen-2xl {
    max-width: 1600px;
  }

  .xxs\:max-w-screen-desktop {
    max-width: 1280px;
  }

  .xxs\:max-w-screen-xxs {
    max-width: 320px;
  }

  .xxs\:max-w-screen-xs {
    max-width: 4820px;
  }

  .xxs\:flex-1 {
    flex: 1 1 0%;
  }

  .xxs\:flex-auto {
    flex: 1 1 auto;
  }

  .xxs\:flex-initial {
    flex: 0 1 auto;
  }

  .xxs\:flex-none {
    flex: none;
  }

  .xxs\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .xxs\:flex-shrink {
    flex-shrink: 1;
  }

  .xxs\:flex-grow-0 {
    flex-grow: 0;
  }

  .xxs\:flex-grow {
    flex-grow: 1;
  }

  .xxs\:table-auto {
    table-layout: auto;
  }

  .xxs\:table-fixed {
    table-layout: fixed;
  }

  .xxs\:border-collapse {
    border-collapse: collapse;
  }

  .xxs\:border-separate {
    border-collapse: separate;
  }

  .xxs\:origin-center {
    transform-origin: center;
  }

  .xxs\:origin-top {
    transform-origin: top;
  }

  .xxs\:origin-top-right {
    transform-origin: top right;
  }

  .xxs\:origin-right {
    transform-origin: right;
  }

  .xxs\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .xxs\:origin-bottom {
    transform-origin: bottom;
  }

  .xxs\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .xxs\:origin-left {
    transform-origin: left;
  }

  .xxs\:origin-top-left {
    transform-origin: top left;
  }

  .xxs\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xxs\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xxs\:transform-none {
    transform: none;
  }

  .xxs\:translate-x-0 {
    --tw-translate-x: 0;
  }

  .xxs\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .xxs\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .xxs\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .xxs\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .xxs\:translate-x-5 {
    --tw-translate-x: 5px;
  }

  .xxs\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .xxs\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .xxs\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .xxs\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .xxs\:translate-x-10 {
    --tw-translate-x: 10px;
  }

  .xxs\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .xxs\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .xxs\:translate-x-14 {
    --tw-translate-x: 14px;
  }

  .xxs\:translate-x-16 {
    --tw-translate-x: 16px;
  }

  .xxs\:translate-x-20 {
    --tw-translate-x: 20px;
  }

  .xxs\:translate-x-24 {
    --tw-translate-x: 24px;
  }

  .xxs\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .xxs\:translate-x-30 {
    --tw-translate-x: 30px;
  }

  .xxs\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .xxs\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .xxs\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .xxs\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .xxs\:translate-x-48 {
    --tw-translate-x: 48px;
  }

  .xxs\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .xxs\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .xxs\:translate-x-60 {
    --tw-translate-x: 60px;
  }

  .xxs\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .xxs\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .xxs\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .xxs\:translate-x-95 {
    --tw-translate-x: 95px;
  }

  .xxs\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .xxs\:translate-x-120 {
    --tw-translate-x: 120px;
  }

  .xxs\:translate-x-190 {
    --tw-translate-x: 190px;
  }

  .xxs\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .xxs\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .xxs\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .xxs\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .xxs\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .xxs\:translate-x-30\% {
    --tw-translate-x: 30%;
  }

  .xxs\:translate-x-7\.5r {
    --tw-translate-x: 1.875rem;
  }

  .xxs\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .xxs\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .xxs\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .xxs\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .xxs\:-translate-x-5 {
    --tw-translate-x: -5px;
  }

  .xxs\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .xxs\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .xxs\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .xxs\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .xxs\:-translate-x-10 {
    --tw-translate-x: -10px;
  }

  .xxs\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .xxs\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .xxs\:-translate-x-14 {
    --tw-translate-x: -14px;
  }

  .xxs\:-translate-x-16 {
    --tw-translate-x: -16px;
  }

  .xxs\:-translate-x-20 {
    --tw-translate-x: -20px;
  }

  .xxs\:-translate-x-24 {
    --tw-translate-x: -24px;
  }

  .xxs\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .xxs\:-translate-x-30 {
    --tw-translate-x: -30px;
  }

  .xxs\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .xxs\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .xxs\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .xxs\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .xxs\:-translate-x-48 {
    --tw-translate-x: -48px;
  }

  .xxs\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .xxs\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .xxs\:-translate-x-60 {
    --tw-translate-x: -60px;
  }

  .xxs\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .xxs\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .xxs\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .xxs\:-translate-x-95 {
    --tw-translate-x: -95px;
  }

  .xxs\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .xxs\:-translate-x-120 {
    --tw-translate-x: -120px;
  }

  .xxs\:-translate-x-190 {
    --tw-translate-x: -190px;
  }

  .xxs\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .xxs\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .xxs\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .xxs\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .xxs\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .xxs\:-translate-x-30\% {
    --tw-translate-x: -30%;
  }

  .xxs\:-translate-x-7\.5r {
    --tw-translate-x: -1.875rem;
  }

  .xxs\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .xxs\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .xxs\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .xxs\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .xxs\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .xxs\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .xxs\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .xxs\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .xxs\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .xxs\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .xxs\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .xxs\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .xxs\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .xxs\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .xxs\:translate-y-0 {
    --tw-translate-y: 0;
  }

  .xxs\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .xxs\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .xxs\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .xxs\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .xxs\:translate-y-5 {
    --tw-translate-y: 5px;
  }

  .xxs\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .xxs\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .xxs\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .xxs\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .xxs\:translate-y-10 {
    --tw-translate-y: 10px;
  }

  .xxs\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .xxs\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .xxs\:translate-y-14 {
    --tw-translate-y: 14px;
  }

  .xxs\:translate-y-16 {
    --tw-translate-y: 16px;
  }

  .xxs\:translate-y-20 {
    --tw-translate-y: 20px;
  }

  .xxs\:translate-y-24 {
    --tw-translate-y: 24px;
  }

  .xxs\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .xxs\:translate-y-30 {
    --tw-translate-y: 30px;
  }

  .xxs\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .xxs\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .xxs\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .xxs\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .xxs\:translate-y-48 {
    --tw-translate-y: 48px;
  }

  .xxs\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .xxs\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .xxs\:translate-y-60 {
    --tw-translate-y: 60px;
  }

  .xxs\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .xxs\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .xxs\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .xxs\:translate-y-95 {
    --tw-translate-y: 95px;
  }

  .xxs\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .xxs\:translate-y-120 {
    --tw-translate-y: 120px;
  }

  .xxs\:translate-y-190 {
    --tw-translate-y: 190px;
  }

  .xxs\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .xxs\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .xxs\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .xxs\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .xxs\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .xxs\:translate-y-30\% {
    --tw-translate-y: 30%;
  }

  .xxs\:translate-y-7\.5r {
    --tw-translate-y: 1.875rem;
  }

  .xxs\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .xxs\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .xxs\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .xxs\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .xxs\:-translate-y-5 {
    --tw-translate-y: -5px;
  }

  .xxs\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .xxs\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .xxs\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .xxs\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .xxs\:-translate-y-10 {
    --tw-translate-y: -10px;
  }

  .xxs\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .xxs\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .xxs\:-translate-y-14 {
    --tw-translate-y: -14px;
  }

  .xxs\:-translate-y-16 {
    --tw-translate-y: -16px;
  }

  .xxs\:-translate-y-20 {
    --tw-translate-y: -20px;
  }

  .xxs\:-translate-y-24 {
    --tw-translate-y: -24px;
  }

  .xxs\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .xxs\:-translate-y-30 {
    --tw-translate-y: -30px;
  }

  .xxs\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .xxs\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .xxs\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .xxs\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .xxs\:-translate-y-48 {
    --tw-translate-y: -48px;
  }

  .xxs\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .xxs\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .xxs\:-translate-y-60 {
    --tw-translate-y: -60px;
  }

  .xxs\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .xxs\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .xxs\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .xxs\:-translate-y-95 {
    --tw-translate-y: -95px;
  }

  .xxs\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .xxs\:-translate-y-120 {
    --tw-translate-y: -120px;
  }

  .xxs\:-translate-y-190 {
    --tw-translate-y: -190px;
  }

  .xxs\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .xxs\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .xxs\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .xxs\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .xxs\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .xxs\:-translate-y-30\% {
    --tw-translate-y: -30%;
  }

  .xxs\:-translate-y-7\.5r {
    --tw-translate-y: -1.875rem;
  }

  .xxs\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .xxs\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .xxs\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .xxs\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .xxs\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .xxs\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .xxs\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .xxs\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .xxs\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .xxs\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .xxs\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .xxs\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .xxs\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .xxs\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .xxs\:hover\:translate-x-0:hover {
    --tw-translate-x: 0;
  }

  .xxs\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .xxs\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .xxs\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .xxs\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .xxs\:hover\:translate-x-5:hover {
    --tw-translate-x: 5px;
  }

  .xxs\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .xxs\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .xxs\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .xxs\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .xxs\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px;
  }

  .xxs\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .xxs\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .xxs\:hover\:translate-x-14:hover {
    --tw-translate-x: 14px;
  }

  .xxs\:hover\:translate-x-16:hover {
    --tw-translate-x: 16px;
  }

  .xxs\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px;
  }

  .xxs\:hover\:translate-x-24:hover {
    --tw-translate-x: 24px;
  }

  .xxs\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .xxs\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px;
  }

  .xxs\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .xxs\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .xxs\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .xxs\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .xxs\:hover\:translate-x-48:hover {
    --tw-translate-x: 48px;
  }

  .xxs\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .xxs\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .xxs\:hover\:translate-x-60:hover {
    --tw-translate-x: 60px;
  }

  .xxs\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .xxs\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .xxs\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .xxs\:hover\:translate-x-95:hover {
    --tw-translate-x: 95px;
  }

  .xxs\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .xxs\:hover\:translate-x-120:hover {
    --tw-translate-x: 120px;
  }

  .xxs\:hover\:translate-x-190:hover {
    --tw-translate-x: 190px;
  }

  .xxs\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .xxs\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .xxs\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .xxs\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .xxs\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .xxs\:hover\:translate-x-30\%:hover {
    --tw-translate-x: 30%;
  }

  .xxs\:hover\:translate-x-7\.5r:hover {
    --tw-translate-x: 1.875rem;
  }

  .xxs\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .xxs\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .xxs\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .xxs\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .xxs\:hover\:-translate-x-5:hover {
    --tw-translate-x: -5px;
  }

  .xxs\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .xxs\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .xxs\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .xxs\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .xxs\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px;
  }

  .xxs\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .xxs\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .xxs\:hover\:-translate-x-14:hover {
    --tw-translate-x: -14px;
  }

  .xxs\:hover\:-translate-x-16:hover {
    --tw-translate-x: -16px;
  }

  .xxs\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px;
  }

  .xxs\:hover\:-translate-x-24:hover {
    --tw-translate-x: -24px;
  }

  .xxs\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .xxs\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px;
  }

  .xxs\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .xxs\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .xxs\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .xxs\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .xxs\:hover\:-translate-x-48:hover {
    --tw-translate-x: -48px;
  }

  .xxs\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .xxs\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .xxs\:hover\:-translate-x-60:hover {
    --tw-translate-x: -60px;
  }

  .xxs\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .xxs\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .xxs\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .xxs\:hover\:-translate-x-95:hover {
    --tw-translate-x: -95px;
  }

  .xxs\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .xxs\:hover\:-translate-x-120:hover {
    --tw-translate-x: -120px;
  }

  .xxs\:hover\:-translate-x-190:hover {
    --tw-translate-x: -190px;
  }

  .xxs\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .xxs\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .xxs\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .xxs\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .xxs\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .xxs\:hover\:-translate-x-30\%:hover {
    --tw-translate-x: -30%;
  }

  .xxs\:hover\:-translate-x-7\.5r:hover {
    --tw-translate-x: -1.875rem;
  }

  .xxs\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .xxs\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .xxs\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .xxs\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .xxs\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .xxs\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .xxs\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .xxs\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .xxs\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .xxs\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .xxs\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .xxs\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .xxs\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .xxs\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .xxs\:hover\:translate-y-0:hover {
    --tw-translate-y: 0;
  }

  .xxs\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .xxs\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .xxs\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .xxs\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .xxs\:hover\:translate-y-5:hover {
    --tw-translate-y: 5px;
  }

  .xxs\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .xxs\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .xxs\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .xxs\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .xxs\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px;
  }

  .xxs\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .xxs\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .xxs\:hover\:translate-y-14:hover {
    --tw-translate-y: 14px;
  }

  .xxs\:hover\:translate-y-16:hover {
    --tw-translate-y: 16px;
  }

  .xxs\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px;
  }

  .xxs\:hover\:translate-y-24:hover {
    --tw-translate-y: 24px;
  }

  .xxs\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .xxs\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px;
  }

  .xxs\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .xxs\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .xxs\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .xxs\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .xxs\:hover\:translate-y-48:hover {
    --tw-translate-y: 48px;
  }

  .xxs\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .xxs\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .xxs\:hover\:translate-y-60:hover {
    --tw-translate-y: 60px;
  }

  .xxs\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .xxs\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .xxs\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .xxs\:hover\:translate-y-95:hover {
    --tw-translate-y: 95px;
  }

  .xxs\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .xxs\:hover\:translate-y-120:hover {
    --tw-translate-y: 120px;
  }

  .xxs\:hover\:translate-y-190:hover {
    --tw-translate-y: 190px;
  }

  .xxs\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .xxs\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .xxs\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .xxs\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .xxs\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .xxs\:hover\:translate-y-30\%:hover {
    --tw-translate-y: 30%;
  }

  .xxs\:hover\:translate-y-7\.5r:hover {
    --tw-translate-y: 1.875rem;
  }

  .xxs\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .xxs\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .xxs\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .xxs\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .xxs\:hover\:-translate-y-5:hover {
    --tw-translate-y: -5px;
  }

  .xxs\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .xxs\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .xxs\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .xxs\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .xxs\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px;
  }

  .xxs\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .xxs\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .xxs\:hover\:-translate-y-14:hover {
    --tw-translate-y: -14px;
  }

  .xxs\:hover\:-translate-y-16:hover {
    --tw-translate-y: -16px;
  }

  .xxs\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px;
  }

  .xxs\:hover\:-translate-y-24:hover {
    --tw-translate-y: -24px;
  }

  .xxs\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .xxs\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px;
  }

  .xxs\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .xxs\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .xxs\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .xxs\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .xxs\:hover\:-translate-y-48:hover {
    --tw-translate-y: -48px;
  }

  .xxs\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .xxs\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .xxs\:hover\:-translate-y-60:hover {
    --tw-translate-y: -60px;
  }

  .xxs\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .xxs\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .xxs\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .xxs\:hover\:-translate-y-95:hover {
    --tw-translate-y: -95px;
  }

  .xxs\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .xxs\:hover\:-translate-y-120:hover {
    --tw-translate-y: -120px;
  }

  .xxs\:hover\:-translate-y-190:hover {
    --tw-translate-y: -190px;
  }

  .xxs\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .xxs\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .xxs\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .xxs\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .xxs\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .xxs\:hover\:-translate-y-30\%:hover {
    --tw-translate-y: -30%;
  }

  .xxs\:hover\:-translate-y-7\.5r:hover {
    --tw-translate-y: -1.875rem;
  }

  .xxs\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .xxs\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .xxs\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .xxs\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .xxs\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .xxs\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .xxs\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .xxs\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .xxs\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .xxs\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .xxs\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .xxs\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .xxs\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .xxs\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .xxs\:focus\:translate-x-0:focus {
    --tw-translate-x: 0;
  }

  .xxs\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .xxs\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .xxs\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .xxs\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .xxs\:focus\:translate-x-5:focus {
    --tw-translate-x: 5px;
  }

  .xxs\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .xxs\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .xxs\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .xxs\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .xxs\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px;
  }

  .xxs\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .xxs\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .xxs\:focus\:translate-x-14:focus {
    --tw-translate-x: 14px;
  }

  .xxs\:focus\:translate-x-16:focus {
    --tw-translate-x: 16px;
  }

  .xxs\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px;
  }

  .xxs\:focus\:translate-x-24:focus {
    --tw-translate-x: 24px;
  }

  .xxs\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .xxs\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px;
  }

  .xxs\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .xxs\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .xxs\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .xxs\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .xxs\:focus\:translate-x-48:focus {
    --tw-translate-x: 48px;
  }

  .xxs\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .xxs\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .xxs\:focus\:translate-x-60:focus {
    --tw-translate-x: 60px;
  }

  .xxs\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .xxs\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .xxs\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .xxs\:focus\:translate-x-95:focus {
    --tw-translate-x: 95px;
  }

  .xxs\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .xxs\:focus\:translate-x-120:focus {
    --tw-translate-x: 120px;
  }

  .xxs\:focus\:translate-x-190:focus {
    --tw-translate-x: 190px;
  }

  .xxs\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .xxs\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .xxs\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .xxs\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .xxs\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .xxs\:focus\:translate-x-30\%:focus {
    --tw-translate-x: 30%;
  }

  .xxs\:focus\:translate-x-7\.5r:focus {
    --tw-translate-x: 1.875rem;
  }

  .xxs\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .xxs\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .xxs\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .xxs\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .xxs\:focus\:-translate-x-5:focus {
    --tw-translate-x: -5px;
  }

  .xxs\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .xxs\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .xxs\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .xxs\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .xxs\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px;
  }

  .xxs\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .xxs\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .xxs\:focus\:-translate-x-14:focus {
    --tw-translate-x: -14px;
  }

  .xxs\:focus\:-translate-x-16:focus {
    --tw-translate-x: -16px;
  }

  .xxs\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px;
  }

  .xxs\:focus\:-translate-x-24:focus {
    --tw-translate-x: -24px;
  }

  .xxs\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .xxs\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px;
  }

  .xxs\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .xxs\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .xxs\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .xxs\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .xxs\:focus\:-translate-x-48:focus {
    --tw-translate-x: -48px;
  }

  .xxs\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .xxs\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .xxs\:focus\:-translate-x-60:focus {
    --tw-translate-x: -60px;
  }

  .xxs\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .xxs\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .xxs\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .xxs\:focus\:-translate-x-95:focus {
    --tw-translate-x: -95px;
  }

  .xxs\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .xxs\:focus\:-translate-x-120:focus {
    --tw-translate-x: -120px;
  }

  .xxs\:focus\:-translate-x-190:focus {
    --tw-translate-x: -190px;
  }

  .xxs\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .xxs\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .xxs\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .xxs\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .xxs\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .xxs\:focus\:-translate-x-30\%:focus {
    --tw-translate-x: -30%;
  }

  .xxs\:focus\:-translate-x-7\.5r:focus {
    --tw-translate-x: -1.875rem;
  }

  .xxs\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .xxs\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .xxs\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .xxs\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .xxs\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .xxs\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .xxs\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .xxs\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .xxs\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .xxs\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .xxs\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .xxs\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .xxs\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .xxs\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .xxs\:focus\:translate-y-0:focus {
    --tw-translate-y: 0;
  }

  .xxs\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .xxs\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .xxs\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .xxs\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .xxs\:focus\:translate-y-5:focus {
    --tw-translate-y: 5px;
  }

  .xxs\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .xxs\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .xxs\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .xxs\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .xxs\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px;
  }

  .xxs\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .xxs\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .xxs\:focus\:translate-y-14:focus {
    --tw-translate-y: 14px;
  }

  .xxs\:focus\:translate-y-16:focus {
    --tw-translate-y: 16px;
  }

  .xxs\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px;
  }

  .xxs\:focus\:translate-y-24:focus {
    --tw-translate-y: 24px;
  }

  .xxs\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .xxs\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px;
  }

  .xxs\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .xxs\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .xxs\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .xxs\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .xxs\:focus\:translate-y-48:focus {
    --tw-translate-y: 48px;
  }

  .xxs\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .xxs\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .xxs\:focus\:translate-y-60:focus {
    --tw-translate-y: 60px;
  }

  .xxs\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .xxs\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .xxs\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .xxs\:focus\:translate-y-95:focus {
    --tw-translate-y: 95px;
  }

  .xxs\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .xxs\:focus\:translate-y-120:focus {
    --tw-translate-y: 120px;
  }

  .xxs\:focus\:translate-y-190:focus {
    --tw-translate-y: 190px;
  }

  .xxs\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .xxs\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .xxs\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .xxs\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .xxs\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .xxs\:focus\:translate-y-30\%:focus {
    --tw-translate-y: 30%;
  }

  .xxs\:focus\:translate-y-7\.5r:focus {
    --tw-translate-y: 1.875rem;
  }

  .xxs\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .xxs\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .xxs\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .xxs\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .xxs\:focus\:-translate-y-5:focus {
    --tw-translate-y: -5px;
  }

  .xxs\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .xxs\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .xxs\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .xxs\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .xxs\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px;
  }

  .xxs\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .xxs\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .xxs\:focus\:-translate-y-14:focus {
    --tw-translate-y: -14px;
  }

  .xxs\:focus\:-translate-y-16:focus {
    --tw-translate-y: -16px;
  }

  .xxs\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px;
  }

  .xxs\:focus\:-translate-y-24:focus {
    --tw-translate-y: -24px;
  }

  .xxs\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .xxs\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px;
  }

  .xxs\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .xxs\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .xxs\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .xxs\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .xxs\:focus\:-translate-y-48:focus {
    --tw-translate-y: -48px;
  }

  .xxs\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .xxs\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .xxs\:focus\:-translate-y-60:focus {
    --tw-translate-y: -60px;
  }

  .xxs\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .xxs\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .xxs\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .xxs\:focus\:-translate-y-95:focus {
    --tw-translate-y: -95px;
  }

  .xxs\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .xxs\:focus\:-translate-y-120:focus {
    --tw-translate-y: -120px;
  }

  .xxs\:focus\:-translate-y-190:focus {
    --tw-translate-y: -190px;
  }

  .xxs\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .xxs\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .xxs\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .xxs\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .xxs\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .xxs\:focus\:-translate-y-30\%:focus {
    --tw-translate-y: -30%;
  }

  .xxs\:focus\:-translate-y-7\.5r:focus {
    --tw-translate-y: -1.875rem;
  }

  .xxs\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .xxs\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .xxs\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .xxs\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .xxs\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .xxs\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .xxs\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .xxs\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .xxs\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .xxs\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .xxs\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .xxs\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .xxs\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .xxs\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .xxs\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .xxs\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .xxs\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .xxs\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .xxs\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .xxs\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .xxs\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .xxs\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .xxs\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .xxs\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .xxs\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .xxs\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .xxs\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .xxs\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .xxs\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .xxs\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .xxs\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .xxs\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .xxs\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .xxs\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .xxs\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .xxs\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .xxs\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .xxs\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .xxs\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .xxs\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .xxs\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .xxs\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .xxs\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .xxs\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .xxs\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .xxs\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .xxs\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .xxs\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .xxs\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .xxs\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .xxs\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .xxs\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .xxs\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .xxs\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .xxs\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .xxs\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .xxs\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .xxs\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .xxs\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .xxs\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .xxs\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .xxs\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .xxs\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .xxs\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .xxs\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .xxs\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .xxs\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .xxs\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .xxs\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .xxs\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .xxs\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .xxs\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .xxs\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .xxs\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .xxs\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .xxs\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .xxs\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .xxs\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .xxs\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .xxs\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .xxs\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .xxs\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .xxs\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .xxs\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .xxs\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .xxs\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .xxs\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .xxs\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .xxs\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .xxs\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .xxs\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .xxs\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .xxs\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .xxs\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .xxs\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .xxs\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .xxs\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .xxs\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .xxs\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .xxs\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .xxs\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .xxs\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .xxs\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .xxs\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .xxs\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .xxs\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .xxs\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .xxs\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .xxs\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .xxs\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .xxs\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .xxs\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .xxs\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .xxs\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .xxs\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .xxs\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .xxs\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .xxs\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .xxs\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .xxs\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .xxs\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .xxs\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .xxs\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .xxs\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .xxs\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .xxs\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .xxs\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .xxs\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .xxs\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .xxs\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .xxs\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .xxs\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xxs\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xxs\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xxs\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xxs\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xxs\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xxs\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xxs\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xxs\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xxs\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xxs\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xxs\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xxs\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xxs\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xxs\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xxs\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xxs\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xxs\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xxs\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xxs\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xxs\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xxs\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xxs\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xxs\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xxs\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xxs\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xxs\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xxs\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xxs\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xxs\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xxs\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .xxs\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .xxs\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .xxs\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .xxs\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .xxs\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .xxs\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .xxs\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .xxs\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .xxs\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .xxs\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .xxs\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .xxs\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .xxs\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .xxs\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .xxs\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .xxs\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .xxs\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .xxs\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .xxs\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .xxs\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .xxs\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .xxs\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .xxs\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .xxs\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .xxs\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .xxs\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .xxs\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .xxs\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .xxs\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .xxs\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .xxs\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .xxs\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .xxs\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .xxs\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .xxs\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .xxs\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .xxs\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .xxs\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .xxs\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .xxs\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .xxs\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .xxs\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .xxs\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .xxs\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .xxs\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .xxs\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .xxs\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .xxs\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .xxs\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .xxs\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .xxs\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .xxs\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .xxs\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .xxs\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .xxs\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .xxs\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .xxs\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .xxs\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .xxs\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .xxs\:animate-fade-in {
    -webkit-animation: fade-in 0.5s ease-out;
            animation: fade-in 0.5s ease-out;
  }

  .xxs\:cursor-auto {
    cursor: auto;
  }

  .xxs\:cursor-default {
    cursor: default;
  }

  .xxs\:cursor-pointer {
    cursor: pointer;
  }

  .xxs\:cursor-wait {
    cursor: wait;
  }

  .xxs\:cursor-text {
    cursor: text;
  }

  .xxs\:cursor-move {
    cursor: move;
  }

  .xxs\:cursor-help {
    cursor: help;
  }

  .xxs\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xxs\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .xxs\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .xxs\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .xxs\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .xxs\:resize-none {
    resize: none;
  }

  .xxs\:resize-y {
    resize: vertical;
  }

  .xxs\:resize-x {
    resize: horizontal;
  }

  .xxs\:resize {
    resize: both;
  }

  .xxs\:list-inside {
    list-style-position: inside;
  }

  .xxs\:list-outside {
    list-style-position: outside;
  }

  .xxs\:list-none {
    list-style-type: none;
  }

  .xxs\:list-disc {
    list-style-type: disc;
  }

  .xxs\:list-decimal {
    list-style-type: decimal;
  }

  .xxs\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xxs\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .xxs\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .xxs\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .xxs\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .xxs\:grid-flow-row {
    grid-auto-flow: row;
  }

  .xxs\:grid-flow-col {
    grid-auto-flow: column;
  }

  .xxs\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .xxs\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .xxs\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .xxs\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .xxs\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .xxs\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .xxs\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xxs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xxs\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xxs\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xxs\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xxs\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xxs\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xxs\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xxs\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xxs\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xxs\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xxs\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xxs\:grid-cols-none {
    grid-template-columns: none;
  }

  .xxs\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xxs\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xxs\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xxs\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xxs\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xxs\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xxs\:grid-rows-none {
    grid-template-rows: none;
  }

  .xxs\:flex-row {
    flex-direction: row;
  }

  .xxs\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xxs\:flex-col {
    flex-direction: column;
  }

  .xxs\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xxs\:flex-wrap {
    flex-wrap: wrap;
  }

  .xxs\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xxs\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .xxs\:place-content-center {
    align-content: center;
    justify-content: center;
    place-content: center;
  }

  .xxs\:place-content-start {
    align-content: start;
    justify-content: start;
    place-content: start;
  }

  .xxs\:place-content-end {
    align-content: end;
    justify-content: end;
    place-content: end;
  }

  .xxs\:place-content-between {
    align-content: space-between;
    justify-content: space-between;
    place-content: space-between;
  }

  .xxs\:place-content-around {
    align-content: space-around;
    justify-content: space-around;
    place-content: space-around;
  }

  .xxs\:place-content-evenly {
    align-content: space-evenly;
    justify-content: space-evenly;
    place-content: space-evenly;
  }

  .xxs\:place-content-stretch {
    align-content: stretch;
    justify-content: stretch;
    place-content: stretch;
  }

  .xxs\:place-items-start {
    align-items: start;
    justify-items: start;
    place-items: start;
  }

  .xxs\:place-items-end {
    align-items: end;
    justify-items: end;
    place-items: end;
  }

  .xxs\:place-items-center {
    align-items: center;
    justify-items: center;
    place-items: center;
  }

  .xxs\:place-items-stretch {
    align-items: stretch;
    justify-items: stretch;
    place-items: stretch;
  }

  .xxs\:content-center {
    align-content: center;
  }

  .xxs\:content-start {
    align-content: flex-start;
  }

  .xxs\:content-end {
    align-content: flex-end;
  }

  .xxs\:content-between {
    align-content: space-between;
  }

  .xxs\:content-around {
    align-content: space-around;
  }

  .xxs\:content-evenly {
    align-content: space-evenly;
  }

  .xxs\:items-start {
    align-items: flex-start;
  }

  .xxs\:items-end {
    align-items: flex-end;
  }

  .xxs\:items-center {
    align-items: center;
  }

  .xxs\:items-baseline {
    align-items: baseline;
  }

  .xxs\:items-stretch {
    align-items: stretch;
  }

  .xxs\:justify-start {
    justify-content: flex-start;
  }

  .xxs\:justify-end {
    justify-content: flex-end;
  }

  .xxs\:justify-center {
    justify-content: center;
  }

  .xxs\:justify-between {
    justify-content: space-between;
  }

  .xxs\:justify-around {
    justify-content: space-around;
  }

  .xxs\:justify-evenly {
    justify-content: space-evenly;
  }

  .xxs\:justify-items-start {
    justify-items: start;
  }

  .xxs\:justify-items-end {
    justify-items: end;
  }

  .xxs\:justify-items-center {
    justify-items: center;
  }

  .xxs\:justify-items-stretch {
    justify-items: stretch;
  }

  .xxs\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .xxs\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .xxs\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .xxs\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .xxs\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .xxs\:gap-5 {
    grid-gap: 5px;
    gap: 5px;
  }

  .xxs\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .xxs\:gap-7 {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .xxs\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .xxs\:gap-9 {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .xxs\:gap-10 {
    grid-gap: 10px;
    gap: 10px;
  }

  .xxs\:gap-11 {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .xxs\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .xxs\:gap-14 {
    grid-gap: 14px;
    gap: 14px;
  }

  .xxs\:gap-16 {
    grid-gap: 16px;
    gap: 16px;
  }

  .xxs\:gap-20 {
    grid-gap: 20px;
    gap: 20px;
  }

  .xxs\:gap-24 {
    grid-gap: 24px;
    gap: 24px;
  }

  .xxs\:gap-28 {
    grid-gap: 7rem;
    gap: 7rem;
  }

  .xxs\:gap-30 {
    grid-gap: 30px;
    gap: 30px;
  }

  .xxs\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .xxs\:gap-36 {
    grid-gap: 9rem;
    gap: 9rem;
  }

  .xxs\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .xxs\:gap-44 {
    grid-gap: 11rem;
    gap: 11rem;
  }

  .xxs\:gap-48 {
    grid-gap: 48px;
    gap: 48px;
  }

  .xxs\:gap-52 {
    grid-gap: 13rem;
    gap: 13rem;
  }

  .xxs\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .xxs\:gap-60 {
    grid-gap: 60px;
    gap: 60px;
  }

  .xxs\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .xxs\:gap-72 {
    grid-gap: 18rem;
    gap: 18rem;
  }

  .xxs\:gap-80 {
    grid-gap: 20rem;
    gap: 20rem;
  }

  .xxs\:gap-95 {
    grid-gap: 95px;
    gap: 95px;
  }

  .xxs\:gap-96 {
    grid-gap: 24rem;
    gap: 24rem;
  }

  .xxs\:gap-120 {
    grid-gap: 120px;
    gap: 120px;
  }

  .xxs\:gap-190 {
    grid-gap: 190px;
    gap: 190px;
  }

  .xxs\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .xxs\:gap-0\.5 {
    grid-gap: 0.125rem;
    gap: 0.125rem;
  }

  .xxs\:gap-1\.5 {
    grid-gap: 0.375rem;
    gap: 0.375rem;
  }

  .xxs\:gap-2\.5 {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }

  .xxs\:gap-3\.5 {
    grid-gap: 0.875rem;
    gap: 0.875rem;
  }

  .xxs\:gap-30\% {
    grid-gap: 30%;
    gap: 30%;
  }

  .xxs\:gap-7\.5r {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }

  .xxs\:gap-x-0 {
    -moz-column-gap: 0;
         grid-column-gap: 0;
         column-gap: 0;
  }

  .xxs\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         grid-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xxs\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         grid-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xxs\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         grid-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xxs\:gap-x-4 {
    -moz-column-gap: 1rem;
         grid-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xxs\:gap-x-5 {
    -moz-column-gap: 5px;
         grid-column-gap: 5px;
         column-gap: 5px;
  }

  .xxs\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         grid-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xxs\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         grid-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .xxs\:gap-x-8 {
    -moz-column-gap: 2rem;
         grid-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xxs\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         grid-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .xxs\:gap-x-10 {
    -moz-column-gap: 10px;
         grid-column-gap: 10px;
         column-gap: 10px;
  }

  .xxs\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         grid-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .xxs\:gap-x-12 {
    -moz-column-gap: 3rem;
         grid-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xxs\:gap-x-14 {
    -moz-column-gap: 14px;
         grid-column-gap: 14px;
         column-gap: 14px;
  }

  .xxs\:gap-x-16 {
    -moz-column-gap: 16px;
         grid-column-gap: 16px;
         column-gap: 16px;
  }

  .xxs\:gap-x-20 {
    -moz-column-gap: 20px;
         grid-column-gap: 20px;
         column-gap: 20px;
  }

  .xxs\:gap-x-24 {
    -moz-column-gap: 24px;
         grid-column-gap: 24px;
         column-gap: 24px;
  }

  .xxs\:gap-x-28 {
    -moz-column-gap: 7rem;
         grid-column-gap: 7rem;
         column-gap: 7rem;
  }

  .xxs\:gap-x-30 {
    -moz-column-gap: 30px;
         grid-column-gap: 30px;
         column-gap: 30px;
  }

  .xxs\:gap-x-32 {
    -moz-column-gap: 8rem;
         grid-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xxs\:gap-x-36 {
    -moz-column-gap: 9rem;
         grid-column-gap: 9rem;
         column-gap: 9rem;
  }

  .xxs\:gap-x-40 {
    -moz-column-gap: 10rem;
         grid-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xxs\:gap-x-44 {
    -moz-column-gap: 11rem;
         grid-column-gap: 11rem;
         column-gap: 11rem;
  }

  .xxs\:gap-x-48 {
    -moz-column-gap: 48px;
         grid-column-gap: 48px;
         column-gap: 48px;
  }

  .xxs\:gap-x-52 {
    -moz-column-gap: 13rem;
         grid-column-gap: 13rem;
         column-gap: 13rem;
  }

  .xxs\:gap-x-56 {
    -moz-column-gap: 14rem;
         grid-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xxs\:gap-x-60 {
    -moz-column-gap: 60px;
         grid-column-gap: 60px;
         column-gap: 60px;
  }

  .xxs\:gap-x-64 {
    -moz-column-gap: 16rem;
         grid-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xxs\:gap-x-72 {
    -moz-column-gap: 18rem;
         grid-column-gap: 18rem;
         column-gap: 18rem;
  }

  .xxs\:gap-x-80 {
    -moz-column-gap: 20rem;
         grid-column-gap: 20rem;
         column-gap: 20rem;
  }

  .xxs\:gap-x-95 {
    -moz-column-gap: 95px;
         grid-column-gap: 95px;
         column-gap: 95px;
  }

  .xxs\:gap-x-96 {
    -moz-column-gap: 24rem;
         grid-column-gap: 24rem;
         column-gap: 24rem;
  }

  .xxs\:gap-x-120 {
    -moz-column-gap: 120px;
         grid-column-gap: 120px;
         column-gap: 120px;
  }

  .xxs\:gap-x-190 {
    -moz-column-gap: 190px;
         grid-column-gap: 190px;
         column-gap: 190px;
  }

  .xxs\:gap-x-px {
    -moz-column-gap: 1px;
         grid-column-gap: 1px;
         column-gap: 1px;
  }

  .xxs\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         grid-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .xxs\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         grid-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .xxs\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         grid-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .xxs\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         grid-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .xxs\:gap-x-30\% {
    -moz-column-gap: 30%;
         grid-column-gap: 30%;
         column-gap: 30%;
  }

  .xxs\:gap-x-7\.5r {
    -moz-column-gap: 1.875rem;
         grid-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }

  .xxs\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .xxs\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xxs\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xxs\:gap-y-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .xxs\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .xxs\:gap-y-5 {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .xxs\:gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .xxs\:gap-y-7 {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .xxs\:gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .xxs\:gap-y-9 {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .xxs\:gap-y-10 {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .xxs\:gap-y-11 {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .xxs\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .xxs\:gap-y-14 {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .xxs\:gap-y-16 {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .xxs\:gap-y-20 {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .xxs\:gap-y-24 {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .xxs\:gap-y-28 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .xxs\:gap-y-30 {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .xxs\:gap-y-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .xxs\:gap-y-36 {
    grid-row-gap: 9rem;
    row-gap: 9rem;
  }

  .xxs\:gap-y-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .xxs\:gap-y-44 {
    grid-row-gap: 11rem;
    row-gap: 11rem;
  }

  .xxs\:gap-y-48 {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .xxs\:gap-y-52 {
    grid-row-gap: 13rem;
    row-gap: 13rem;
  }

  .xxs\:gap-y-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .xxs\:gap-y-60 {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .xxs\:gap-y-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .xxs\:gap-y-72 {
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .xxs\:gap-y-80 {
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .xxs\:gap-y-95 {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .xxs\:gap-y-96 {
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .xxs\:gap-y-120 {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .xxs\:gap-y-190 {
    grid-row-gap: 190px;
    row-gap: 190px;
  }

  .xxs\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .xxs\:gap-y-0\.5 {
    grid-row-gap: 0.125rem;
    row-gap: 0.125rem;
  }

  .xxs\:gap-y-1\.5 {
    grid-row-gap: 0.375rem;
    row-gap: 0.375rem;
  }

  .xxs\:gap-y-2\.5 {
    grid-row-gap: 0.625rem;
    row-gap: 0.625rem;
  }

  .xxs\:gap-y-3\.5 {
    grid-row-gap: 0.875rem;
    row-gap: 0.875rem;
  }

  .xxs\:gap-y-30\% {
    grid-row-gap: 30%;
    row-gap: 30%;
  }

  .xxs\:gap-y-7\.5r {
    grid-row-gap: 1.875rem;
    row-gap: 1.875rem;
  }

  .xxs\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5px * var(--tw-space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14px * var(--tw-space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16px * var(--tw-space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24px * var(--tw-space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(48px * var(--tw-space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60px * var(--tw-space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95px * var(--tw-space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(120px * var(--tw-space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(190px * var(--tw-space-x-reverse));
    margin-left: calc(190px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30% * var(--tw-space-x-reverse));
    margin-left: calc(30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-x-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5px * var(--tw-space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10px * var(--tw-space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14px * var(--tw-space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16px * var(--tw-space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20px * var(--tw-space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24px * var(--tw-space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30px * var(--tw-space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-48px * var(--tw-space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60px * var(--tw-space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95px * var(--tw-space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-120px * var(--tw-space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-190px * var(--tw-space-x-reverse));
    margin-left: calc(-190px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30% * var(--tw-space-x-reverse));
    margin-left: calc(-30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:-space-x-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxs\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5px * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14px * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16px * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48px * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95px * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(190px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(190px * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30% * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5px * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10px * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14px * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16px * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20px * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24px * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30px * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48px * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60px * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95px * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-120px * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-190px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-190px * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30% * var(--tw-space-y-reverse));
  }

  .xxs\:-space-y-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--tw-space-y-reverse));
  }

  .xxs\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .xxs\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .xxs\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xxs\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xxs\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xxs\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xxs\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xxs\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .xxs\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .xxs\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .xxs\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .xxs\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .xxs\:hover\:divide-x-0:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xxs\:hover\:divide-x-2:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xxs\:hover\:divide-x-4:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xxs\:hover\:divide-x-8:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xxs\:hover\:divide-x:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xxs\:hover\:divide-y-0:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .xxs\:hover\:divide-y-2:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .xxs\:hover\:divide-y-4:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .xxs\:hover\:divide-y-8:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .xxs\:hover\:divide-y:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .xxs\:focus\:divide-x-0:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xxs\:focus\:divide-x-2:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xxs\:focus\:divide-x-4:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xxs\:focus\:divide-x-8:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xxs\:focus\:divide-x:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xxs\:focus\:divide-y-0:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .xxs\:focus\:divide-y-2:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .xxs\:focus\:divide-y-4:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .xxs\:focus\:divide-y-8:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .xxs\:focus\:divide-y:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .xxs\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .xxs\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .xxs\:hover\:divide-y-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .xxs\:hover\:divide-x-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .xxs\:focus\:divide-y-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .xxs\:focus\:divide-x-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .xxs\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .xxs\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .xxs\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .xxs\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .xxs\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .xxs\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .xxs\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }

  .xxs\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .xxs\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xxs\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .xxs\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .xxs\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .xxs\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .xxs\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .xxs\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .xxs\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .xxs\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .xxs\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .xxs\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .xxs\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .xxs\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .xxs\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .xxs\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .xxs\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .xxs\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .xxs\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .xxs\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .xxs\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .xxs\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .xxs\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .xxs\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .xxs\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .xxs\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .xxs\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .xxs\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .xxs\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .xxs\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .xxs\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .xxs\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .xxs\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .xxs\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .xxs\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .xxs\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .xxs\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .xxs\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .xxs\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .xxs\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .xxs\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .xxs\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .xxs\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .xxs\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .xxs\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .xxs\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .xxs\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .xxs\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .xxs\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .xxs\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .xxs\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .xxs\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .xxs\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .xxs\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .xxs\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .xxs\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .xxs\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .xxs\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .xxs\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .xxs\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .xxs\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .xxs\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .xxs\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .xxs\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .xxs\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .xxs\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .xxs\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .xxs\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .xxs\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .xxs\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .xxs\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .xxs\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .xxs\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .xxs\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .xxs\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .xxs\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .xxs\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .xxs\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .xxs\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .xxs\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .xxs\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .xxs\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .xxs\:divide-primary-color > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-divide-opacity));
  }

  .xxs\:divide-primary-color-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-divide-opacity));
  }

  .xxs\:divide-secondary-color > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .xxs\:divide-custom-gray-sm > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-divide-opacity));
  }

  .xxs\:divide-custom-gray-sm2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-divide-opacity));
  }

  .xxs\:divide-custom-gray-md > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-divide-opacity));
  }

  .xxs\:divide-custom-navy-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .xxs\:divide-dark-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .xxs\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-divide-opacity));
  }

  .xxs\:divide-secondary-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-divide-opacity));
  }

  .xxs\:divide-secondary-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-divide-opacity));
  }

  .xxs\:divide-secondary-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-divide-opacity));
  }

  .xxs\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-divide-opacity));
  }

  .xxs\:divide-secondary-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-divide-opacity));
  }

  .xxs\:divide-secondary-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-divide-opacity));
  }

  .xxs\:divide-grayCustom-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .xxs\:divide-grayCustom-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .xxs\:divide-grayCustom-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
  }

  .xxs\:divide-grayCustom-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .xxs\:divide-grayCustom > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .xxs\:divide-grayCustom-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .xxs\:divide-grayCustom-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
  }

  .xxs\:divide-grayCustom-hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-divide-opacity));
  }

  .xxs\:divide-error > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-divide-opacity));
  }

  .xxs\:divide-error-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-divide-opacity));
  }

  .xxs\:divide-warning > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .xxs\:divide-warning-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-divide-opacity));
  }

  .xxs\:divide-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-divide-opacity));
  }

  .xxs\:divide-success-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-divide-opacity));
  }

  .xxs\:divide-status-open > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xxs\:divide-status-waiting_payment > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .xxs\:divide-status-completed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-divide-opacity));
  }

  .xxs\:divide-status-failed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .xxs\:divide-status-waiting_verify > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .xxs\:divide-status-closed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .xxs\:divide-policyStatus-issuing > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xxs\:divide-policyStatus-waiting_inspection > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .xxs\:divide-policyStatus-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-divide-opacity));
  }

  .xxs\:divide-policyStatus-failed_inspection > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .xxs\:divide-policyStatus-failed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .xxs\:divide-policyStatus-waiting_policy > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .xxs\:divide-policyStatus-cancel > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .xxs\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .xxs\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .xxs\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .xxs\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .xxs\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .xxs\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .xxs\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .xxs\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .xxs\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .xxs\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .xxs\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .xxs\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .xxs\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .xxs\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .xxs\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .xxs\:place-self-auto {
    align-self: auto;
    justify-self: auto;
    place-self: auto;
  }

  .xxs\:place-self-start {
    align-self: start;
    justify-self: start;
    place-self: start;
  }

  .xxs\:place-self-end {
    align-self: end;
    justify-self: end;
    place-self: end;
  }

  .xxs\:place-self-center {
    align-self: center;
    justify-self: center;
    place-self: center;
  }

  .xxs\:place-self-stretch {
    align-self: stretch;
    justify-self: stretch;
    place-self: stretch;
  }

  .xxs\:self-auto {
    align-self: auto;
  }

  .xxs\:self-start {
    align-self: flex-start;
  }

  .xxs\:self-end {
    align-self: flex-end;
  }

  .xxs\:self-center {
    align-self: center;
  }

  .xxs\:self-stretch {
    align-self: stretch;
  }

  .xxs\:self-baseline {
    align-self: baseline;
  }

  .xxs\:justify-self-auto {
    justify-self: auto;
  }

  .xxs\:justify-self-start {
    justify-self: start;
  }

  .xxs\:justify-self-end {
    justify-self: end;
  }

  .xxs\:justify-self-center {
    justify-self: center;
  }

  .xxs\:justify-self-stretch {
    justify-self: stretch;
  }

  .xxs\:overflow-auto {
    overflow: auto;
  }

  .xxs\:overflow-hidden {
    overflow: hidden;
  }

  .xxs\:overflow-visible {
    overflow: visible;
  }

  .xxs\:overflow-scroll {
    overflow: scroll;
  }

  .xxs\:overflow-x-auto {
    overflow-x: auto;
  }

  .xxs\:overflow-y-auto {
    overflow-y: auto;
  }

  .xxs\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xxs\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xxs\:overflow-x-visible {
    overflow-x: visible;
  }

  .xxs\:overflow-y-visible {
    overflow-y: visible;
  }

  .xxs\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xxs\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xxs\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .xxs\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .xxs\:overscroll-none {
    overscroll-behavior: none;
  }

  .xxs\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .xxs\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .xxs\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .xxs\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .xxs\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .xxs\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .xxs\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xxs\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .xxs\:overflow-clip {
    text-overflow: clip;
  }

  .xxs\:whitespace-normal {
    white-space: normal;
  }

  .xxs\:whitespace-nowrap {
    white-space: nowrap;
  }

  .xxs\:whitespace-pre {
    white-space: pre;
  }

  .xxs\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xxs\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xxs\:break-normal {
    word-wrap: normal;
    word-break: normal;
  }

  .xxs\:break-words {
    word-wrap: break-word;
  }

  .xxs\:break-all {
    word-break: break-all;
  }

  .xxs\:rounded-5 {
    border-radius: 5px;
  }

  .xxs\:rounded-10 {
    border-radius: 10px;
  }

  .xxs\:rounded-20 {
    border-radius: 20px;
  }

  .xxs\:rounded-48 {
    border-radius: 48px;
  }

  .xxs\:rounded-none {
    border-radius: 0;
  }

  .xxs\:rounded-sm {
    border-radius: 0.125rem;
  }

  .xxs\:rounded {
    border-radius: 5px;
  }

  .xxs\:rounded-md {
    border-radius: 0.375rem;
  }

  .xxs\:rounded-lg {
    border-radius: 0.5rem;
  }

  .xxs\:rounded-xl {
    border-radius: 0.75rem;
  }

  .xxs\:rounded-2xl {
    border-radius: 1rem;
  }

  .xxs\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .xxs\:rounded-full {
    border-radius: 9999px;
  }

  .xxs\:rounded-t-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .xxs\:rounded-t-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .xxs\:rounded-t-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .xxs\:rounded-t-48 {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
  }

  .xxs\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xxs\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xxs\:rounded-t {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .xxs\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xxs\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xxs\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xxs\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xxs\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xxs\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xxs\:rounded-r-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .xxs\:rounded-r-10 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .xxs\:rounded-r-20 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .xxs\:rounded-r-48 {
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
  }

  .xxs\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xxs\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xxs\:rounded-r {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .xxs\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xxs\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xxs\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .xxs\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xxs\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xxs\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xxs\:rounded-b-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .xxs\:rounded-b-10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .xxs\:rounded-b-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .xxs\:rounded-b-48 {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
  }

  .xxs\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xxs\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xxs\:rounded-b {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .xxs\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xxs\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xxs\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xxs\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xxs\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xxs\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xxs\:rounded-l-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .xxs\:rounded-l-10 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .xxs\:rounded-l-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .xxs\:rounded-l-48 {
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;
  }

  .xxs\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xxs\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xxs\:rounded-l {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .xxs\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xxs\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xxs\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xxs\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xxs\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xxs\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xxs\:rounded-tl-5 {
    border-top-left-radius: 5px;
  }

  .xxs\:rounded-tl-10 {
    border-top-left-radius: 10px;
  }

  .xxs\:rounded-tl-20 {
    border-top-left-radius: 20px;
  }

  .xxs\:rounded-tl-48 {
    border-top-left-radius: 48px;
  }

  .xxs\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xxs\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .xxs\:rounded-tl {
    border-top-left-radius: 5px;
  }

  .xxs\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .xxs\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .xxs\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .xxs\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .xxs\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .xxs\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xxs\:rounded-tr-5 {
    border-top-right-radius: 5px;
  }

  .xxs\:rounded-tr-10 {
    border-top-right-radius: 10px;
  }

  .xxs\:rounded-tr-20 {
    border-top-right-radius: 20px;
  }

  .xxs\:rounded-tr-48 {
    border-top-right-radius: 48px;
  }

  .xxs\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xxs\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .xxs\:rounded-tr {
    border-top-right-radius: 5px;
  }

  .xxs\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .xxs\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .xxs\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .xxs\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .xxs\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .xxs\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xxs\:rounded-br-5 {
    border-bottom-right-radius: 5px;
  }

  .xxs\:rounded-br-10 {
    border-bottom-right-radius: 10px;
  }

  .xxs\:rounded-br-20 {
    border-bottom-right-radius: 20px;
  }

  .xxs\:rounded-br-48 {
    border-bottom-right-radius: 48px;
  }

  .xxs\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xxs\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .xxs\:rounded-br {
    border-bottom-right-radius: 5px;
  }

  .xxs\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .xxs\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .xxs\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .xxs\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .xxs\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .xxs\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xxs\:rounded-bl-5 {
    border-bottom-left-radius: 5px;
  }

  .xxs\:rounded-bl-10 {
    border-bottom-left-radius: 10px;
  }

  .xxs\:rounded-bl-20 {
    border-bottom-left-radius: 20px;
  }

  .xxs\:rounded-bl-48 {
    border-bottom-left-radius: 48px;
  }

  .xxs\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xxs\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .xxs\:rounded-bl {
    border-bottom-left-radius: 5px;
  }

  .xxs\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .xxs\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .xxs\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .xxs\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .xxs\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .xxs\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xxs\:border-0 {
    border-width: 0px;
  }

  .xxs\:border-2 {
    border-width: 2px;
  }

  .xxs\:border-4 {
    border-width: 4px;
  }

  .xxs\:border-8 {
    border-width: 8px;
  }

  .xxs\:border {
    border-width: 1px;
  }

  .xxs\:hover\:border-0:hover {
    border-width: 0px;
  }

  .xxs\:hover\:border-2:hover {
    border-width: 2px;
  }

  .xxs\:hover\:border-4:hover {
    border-width: 4px;
  }

  .xxs\:hover\:border-8:hover {
    border-width: 8px;
  }

  .xxs\:hover\:border:hover {
    border-width: 1px;
  }

  .xxs\:focus\:border-0:focus {
    border-width: 0px;
  }

  .xxs\:focus\:border-2:focus {
    border-width: 2px;
  }

  .xxs\:focus\:border-4:focus {
    border-width: 4px;
  }

  .xxs\:focus\:border-8:focus {
    border-width: 8px;
  }

  .xxs\:focus\:border:focus {
    border-width: 1px;
  }

  .xxs\:border-t-0 {
    border-top-width: 0px;
  }

  .xxs\:border-t-2 {
    border-top-width: 2px;
  }

  .xxs\:border-t-4 {
    border-top-width: 4px;
  }

  .xxs\:border-t-8 {
    border-top-width: 8px;
  }

  .xxs\:border-t {
    border-top-width: 1px;
  }

  .xxs\:border-r-0 {
    border-right-width: 0px;
  }

  .xxs\:border-r-2 {
    border-right-width: 2px;
  }

  .xxs\:border-r-4 {
    border-right-width: 4px;
  }

  .xxs\:border-r-8 {
    border-right-width: 8px;
  }

  .xxs\:border-r {
    border-right-width: 1px;
  }

  .xxs\:border-b-0 {
    border-bottom-width: 0px;
  }

  .xxs\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xxs\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xxs\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xxs\:border-b {
    border-bottom-width: 1px;
  }

  .xxs\:border-l-0 {
    border-left-width: 0px;
  }

  .xxs\:border-l-2 {
    border-left-width: 2px;
  }

  .xxs\:border-l-4 {
    border-left-width: 4px;
  }

  .xxs\:border-l-8 {
    border-left-width: 8px;
  }

  .xxs\:border-l {
    border-left-width: 1px;
  }

  .xxs\:hover\:border-t-0:hover {
    border-top-width: 0px;
  }

  .xxs\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .xxs\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .xxs\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .xxs\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .xxs\:hover\:border-r-0:hover {
    border-right-width: 0px;
  }

  .xxs\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .xxs\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .xxs\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .xxs\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .xxs\:hover\:border-b-0:hover {
    border-bottom-width: 0px;
  }

  .xxs\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .xxs\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .xxs\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .xxs\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .xxs\:hover\:border-l-0:hover {
    border-left-width: 0px;
  }

  .xxs\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .xxs\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .xxs\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .xxs\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .xxs\:focus\:border-t-0:focus {
    border-top-width: 0px;
  }

  .xxs\:focus\:border-t-2:focus {
    border-top-width: 2px;
  }

  .xxs\:focus\:border-t-4:focus {
    border-top-width: 4px;
  }

  .xxs\:focus\:border-t-8:focus {
    border-top-width: 8px;
  }

  .xxs\:focus\:border-t:focus {
    border-top-width: 1px;
  }

  .xxs\:focus\:border-r-0:focus {
    border-right-width: 0px;
  }

  .xxs\:focus\:border-r-2:focus {
    border-right-width: 2px;
  }

  .xxs\:focus\:border-r-4:focus {
    border-right-width: 4px;
  }

  .xxs\:focus\:border-r-8:focus {
    border-right-width: 8px;
  }

  .xxs\:focus\:border-r:focus {
    border-right-width: 1px;
  }

  .xxs\:focus\:border-b-0:focus {
    border-bottom-width: 0px;
  }

  .xxs\:focus\:border-b-2:focus {
    border-bottom-width: 2px;
  }

  .xxs\:focus\:border-b-4:focus {
    border-bottom-width: 4px;
  }

  .xxs\:focus\:border-b-8:focus {
    border-bottom-width: 8px;
  }

  .xxs\:focus\:border-b:focus {
    border-bottom-width: 1px;
  }

  .xxs\:focus\:border-l-0:focus {
    border-left-width: 0px;
  }

  .xxs\:focus\:border-l-2:focus {
    border-left-width: 2px;
  }

  .xxs\:focus\:border-l-4:focus {
    border-left-width: 4px;
  }

  .xxs\:focus\:border-l-8:focus {
    border-left-width: 8px;
  }

  .xxs\:focus\:border-l:focus {
    border-left-width: 1px;
  }

  .xxs\:border-solid {
    border-style: solid;
  }

  .xxs\:border-dashed {
    border-style: dashed;
  }

  .xxs\:border-dotted {
    border-style: dotted;
  }

  .xxs\:border-double {
    border-style: double;
  }

  .xxs\:border-none {
    border-style: none;
  }

  .xxs\:hover\:border-solid:hover {
    border-style: solid;
  }

  .xxs\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .xxs\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .xxs\:hover\:border-double:hover {
    border-style: double;
  }

  .xxs\:hover\:border-none:hover {
    border-style: none;
  }

  .xxs\:border-transparent {
    border-color: transparent;
  }

  .xxs\:border-current {
    border-color: currentColor;
  }

  .xxs\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xxs\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xxs\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xxs\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xxs\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xxs\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xxs\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xxs\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xxs\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xxs\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xxs\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xxs\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xxs\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xxs\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xxs\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xxs\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xxs\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xxs\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xxs\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xxs\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xxs\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xxs\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xxs\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xxs\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xxs\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xxs\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xxs\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xxs\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xxs\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xxs\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xxs\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xxs\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xxs\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xxs\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xxs\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xxs\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xxs\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xxs\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xxs\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xxs\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xxs\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xxs\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xxs\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xxs\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xxs\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xxs\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xxs\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xxs\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xxs\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xxs\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xxs\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xxs\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xxs\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xxs\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xxs\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xxs\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xxs\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xxs\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xxs\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xxs\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xxs\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xxs\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xxs\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xxs\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xxs\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xxs\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xxs\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xxs\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xxs\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xxs\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xxs\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xxs\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xxs\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xxs\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xxs\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xxs\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xxs\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xxs\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xxs\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xxs\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xxs\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xxs\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xxs\:border-primary-color {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .xxs\:border-primary-color-dark {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .xxs\:border-secondary-color {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xxs\:border-custom-gray-sm {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .xxs\:border-custom-gray-sm2 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .xxs\:border-custom-gray-md {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .xxs\:border-custom-navy-dark {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xxs\:border-dark-blue {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xxs\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .xxs\:border-secondary-1 {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .xxs\:border-secondary-2 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .xxs\:border-secondary-3 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .xxs\:border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .xxs\:border-secondary-dark {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .xxs\:border-secondary-light {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .xxs\:border-grayCustom-1 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xxs\:border-grayCustom-2 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xxs\:border-grayCustom-3 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xxs\:border-grayCustom-800 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xxs\:border-grayCustom {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xxs\:border-grayCustom-dark {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xxs\:border-grayCustom-light {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xxs\:border-grayCustom-hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .xxs\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .xxs\:border-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .xxs\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xxs\:border-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .xxs\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .xxs\:border-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .xxs\:border-status-open {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xxs\:border-status-waiting_payment {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xxs\:border-status-completed {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .xxs\:border-status-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xxs\:border-status-waiting_verify {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xxs\:border-status-closed {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xxs\:border-policyStatus-issuing {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xxs\:border-policyStatus-waiting_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xxs\:border-policyStatus-success {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .xxs\:border-policyStatus-failed_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xxs\:border-policyStatus-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xxs\:border-policyStatus-waiting_policy {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xxs\:border-policyStatus-cancel {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-transparent:checked {
    border-color: transparent;
  }

  .xxs\:checked\:border-current:checked {
    border-color: currentColor;
  }

  .xxs\:checked\:border-black:checked {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-white:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-gray-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-gray-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-gray-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-gray-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-gray-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-gray-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-gray-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-gray-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-gray-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-gray-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-red-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-red-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-red-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-red-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-red-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-red-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-red-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-red-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-red-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-red-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-yellow-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-yellow-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-yellow-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-yellow-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-yellow-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-yellow-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-yellow-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-yellow-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-yellow-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-yellow-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-green-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-green-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-green-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-green-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-green-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-green-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-green-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-green-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-green-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-green-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-blue-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-blue-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-blue-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-blue-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-blue-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-blue-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-blue-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-blue-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-blue-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-blue-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-indigo-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-indigo-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-indigo-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-indigo-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-indigo-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-indigo-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-indigo-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-indigo-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-indigo-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-indigo-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-purple-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-purple-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-purple-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-purple-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-purple-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-purple-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-purple-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-purple-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-purple-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-purple-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-pink-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-pink-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-pink-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-pink-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-pink-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-pink-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-pink-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-pink-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-pink-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-pink-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-primary-color:checked {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-primary-color-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-secondary-color:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-custom-gray-sm:checked {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-custom-gray-sm2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-custom-gray-md:checked {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-custom-navy-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-dark-blue:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-primary:checked {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-secondary-1:checked {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-secondary-2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-secondary-3:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-secondary:checked {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-secondary-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-secondary-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-grayCustom-1:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-grayCustom-2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-grayCustom-3:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-grayCustom-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-grayCustom:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-grayCustom-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-grayCustom-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-grayCustom-hover:checked {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-error:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-error-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-warning:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-warning-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-success:checked {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-success-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-status-open:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-status-waiting_payment:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-status-completed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-status-failed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-status-waiting_verify:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-status-closed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-policyStatus-issuing:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-policyStatus-waiting_inspection:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-policyStatus-success:checked {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-policyStatus-failed_inspection:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-policyStatus-failed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-policyStatus-waiting_policy:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xxs\:checked\:border-policyStatus-cancel:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .xxs\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .xxs\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-primary-color {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-primary-color-dark {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-secondary-color {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-custom-gray-sm {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-custom-gray-sm2 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-custom-gray-md {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-custom-navy-dark {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-dark-blue {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-secondary-1 {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-secondary-2 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-secondary-3 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-secondary-dark {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-secondary-light {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-grayCustom-1 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-grayCustom-2 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-grayCustom-3 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-grayCustom-800 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-grayCustom {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-grayCustom-dark {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-grayCustom-light {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-grayCustom-hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-status-open {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-status-waiting_payment {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-status-completed {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-status-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-status-waiting_verify {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-status-closed {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-policyStatus-issuing {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-policyStatus-waiting_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-policyStatus-success {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-policyStatus-failed_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-policyStatus-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-policyStatus-waiting_policy {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .xxs\:group-hover\:border-policyStatus-cancel {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-transparent[focus-within] {
    border-color: transparent;
  }

  .xxs\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .xxs\:focus-within\:border-current[focus-within] {
    border-color: currentColor;
  }

  .xxs\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }

  .xxs\:focus-within\:border-black[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-white[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-gray-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-gray-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-gray-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-gray-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-gray-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-gray-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-gray-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-gray-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-gray-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-gray-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-red-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-red-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-red-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-red-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-red-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-red-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-red-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-red-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-red-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-red-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-yellow-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-yellow-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-yellow-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-yellow-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-yellow-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-yellow-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-yellow-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-yellow-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-yellow-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-yellow-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-green-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-green-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-green-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-green-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-green-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-green-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-green-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-green-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-green-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-green-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-blue-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-blue-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-blue-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-blue-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-blue-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-blue-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-blue-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-blue-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-blue-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-blue-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-indigo-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-indigo-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-indigo-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-indigo-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-indigo-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-indigo-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-indigo-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-indigo-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-indigo-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-indigo-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-purple-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-purple-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-purple-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-purple-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-purple-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-purple-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-purple-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-purple-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-purple-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-purple-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-pink-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-pink-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-pink-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-pink-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-pink-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-pink-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-pink-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-pink-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-pink-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-pink-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-primary-color[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-primary-color:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-primary-color-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-primary-color-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-secondary-color[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-secondary-color:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-custom-gray-sm[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-custom-gray-sm:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-custom-gray-sm2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-custom-gray-sm2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-custom-gray-md[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-custom-gray-md:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-custom-navy-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-custom-navy-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-dark-blue[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-dark-blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-primary[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-secondary-1[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-secondary-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-secondary-2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-secondary-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-secondary-3[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-secondary-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-secondary[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-secondary-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-secondary-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-secondary-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-secondary-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-grayCustom-1[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-grayCustom-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-grayCustom-2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-grayCustom-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-grayCustom-3[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-grayCustom-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-grayCustom-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-grayCustom-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-grayCustom[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-grayCustom:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-grayCustom-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-grayCustom-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-grayCustom-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-grayCustom-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-grayCustom-hover[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-grayCustom-hover:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-error[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-error:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-error-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-error-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-warning[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-warning:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-warning-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-warning-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-success[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-success-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-success-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-status-open[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-status-open:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-status-waiting_payment[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-status-waiting_payment:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-status-completed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-status-completed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-status-failed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-status-failed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-status-waiting_verify[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-status-waiting_verify:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-status-closed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-status-closed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-policyStatus-issuing[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-policyStatus-issuing:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-policyStatus-waiting_inspection[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-policyStatus-waiting_inspection:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-policyStatus-success[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-policyStatus-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-policyStatus-failed_inspection[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-policyStatus-failed_inspection:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-policyStatus-failed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-policyStatus-failed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-policyStatus-waiting_policy[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-policyStatus-waiting_policy:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-policyStatus-cancel[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xxs\:focus-within\:border-policyStatus-cancel:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .xxs\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .xxs\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-green-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-primary-color:hover {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-primary-color-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-secondary-color:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-custom-gray-sm:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-custom-gray-sm2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-custom-gray-md:hover {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-custom-navy-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-dark-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-secondary-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-secondary-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-secondary-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-secondary-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-secondary-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-grayCustom-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-grayCustom-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-grayCustom-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-grayCustom-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-grayCustom:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-grayCustom-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-grayCustom-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-grayCustom-hover:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-error:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-error-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-warning:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-warning-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-success-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-status-open:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-status-waiting_payment:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-status-completed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-status-failed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-status-waiting_verify:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-status-closed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-policyStatus-issuing:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-policyStatus-waiting_inspection:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-policyStatus-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-policyStatus-failed_inspection:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-policyStatus-failed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-policyStatus-waiting_policy:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xxs\:hover\:border-policyStatus-cancel:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .xxs\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .xxs\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-green-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-primary-color:focus {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-primary-color-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-secondary-color:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-custom-gray-sm:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-custom-gray-sm2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-custom-gray-md:focus {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-custom-navy-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-dark-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-primary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-secondary-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-secondary-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-secondary-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-secondary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-secondary-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-secondary-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-grayCustom-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-grayCustom-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-grayCustom-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-grayCustom-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-grayCustom:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-grayCustom-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-grayCustom-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-grayCustom-hover:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-error:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-error-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-warning:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-warning-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-success-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-status-open:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-status-waiting_payment:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-status-completed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-status-failed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-status-waiting_verify:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-status-closed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-policyStatus-issuing:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-policyStatus-waiting_inspection:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-policyStatus-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-policyStatus-failed_inspection:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-policyStatus-failed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-policyStatus-waiting_policy:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xxs\:focus\:border-policyStatus-cancel:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xxs\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .xxs\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .xxs\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .xxs\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .xxs\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .xxs\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .xxs\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .xxs\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .xxs\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .xxs\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .xxs\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .xxs\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .xxs\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .xxs\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .xxs\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .xxs\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .xxs\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .xxs\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .xxs\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .xxs\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .xxs\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .xxs\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .xxs\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .xxs\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .xxs\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .xxs\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .xxs\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .xxs\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .xxs\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .xxs\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .xxs\:focus-within\:border-opacity-0[focus-within] {
    --tw-border-opacity: 0;
  }

  .xxs\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .xxs\:focus-within\:border-opacity-5[focus-within] {
    --tw-border-opacity: 0.05;
  }

  .xxs\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .xxs\:focus-within\:border-opacity-10[focus-within] {
    --tw-border-opacity: 0.1;
  }

  .xxs\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .xxs\:focus-within\:border-opacity-20[focus-within] {
    --tw-border-opacity: 0.2;
  }

  .xxs\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .xxs\:focus-within\:border-opacity-25[focus-within] {
    --tw-border-opacity: 0.25;
  }

  .xxs\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .xxs\:focus-within\:border-opacity-30[focus-within] {
    --tw-border-opacity: 0.3;
  }

  .xxs\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .xxs\:focus-within\:border-opacity-40[focus-within] {
    --tw-border-opacity: 0.4;
  }

  .xxs\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .xxs\:focus-within\:border-opacity-50[focus-within] {
    --tw-border-opacity: 0.5;
  }

  .xxs\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .xxs\:focus-within\:border-opacity-60[focus-within] {
    --tw-border-opacity: 0.6;
  }

  .xxs\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .xxs\:focus-within\:border-opacity-70[focus-within] {
    --tw-border-opacity: 0.7;
  }

  .xxs\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .xxs\:focus-within\:border-opacity-75[focus-within] {
    --tw-border-opacity: 0.75;
  }

  .xxs\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .xxs\:focus-within\:border-opacity-80[focus-within] {
    --tw-border-opacity: 0.8;
  }

  .xxs\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .xxs\:focus-within\:border-opacity-90[focus-within] {
    --tw-border-opacity: 0.9;
  }

  .xxs\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .xxs\:focus-within\:border-opacity-95[focus-within] {
    --tw-border-opacity: 0.95;
  }

  .xxs\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .xxs\:focus-within\:border-opacity-100[focus-within] {
    --tw-border-opacity: 1;
  }

  .xxs\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .xxs\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .xxs\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .xxs\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .xxs\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .xxs\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .xxs\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .xxs\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .xxs\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .xxs\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .xxs\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .xxs\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .xxs\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .xxs\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .xxs\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .xxs\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .xxs\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .xxs\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .xxs\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .xxs\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .xxs\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .xxs\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .xxs\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .xxs\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .xxs\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .xxs\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .xxs\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .xxs\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .xxs\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .xxs\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .xxs\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .xxs\:bg-transparent {
    background-color: transparent;
  }

  .xxs\:bg-current {
    background-color: currentColor;
  }

  .xxs\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xxs\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xxs\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xxs\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xxs\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xxs\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xxs\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xxs\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xxs\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xxs\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xxs\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xxs\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xxs\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xxs\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xxs\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xxs\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xxs\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xxs\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xxs\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xxs\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xxs\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xxs\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xxs\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xxs\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xxs\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xxs\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xxs\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xxs\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xxs\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xxs\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xxs\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xxs\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xxs\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xxs\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xxs\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xxs\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xxs\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xxs\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xxs\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xxs\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xxs\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xxs\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xxs\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xxs\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xxs\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xxs\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xxs\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xxs\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xxs\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xxs\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xxs\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xxs\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xxs\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xxs\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xxs\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xxs\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xxs\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xxs\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xxs\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xxs\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xxs\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xxs\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xxs\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xxs\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xxs\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xxs\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xxs\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xxs\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xxs\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xxs\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xxs\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xxs\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xxs\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xxs\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xxs\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xxs\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xxs\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xxs\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xxs\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xxs\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xxs\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xxs\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xxs\:bg-primary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .xxs\:bg-primary-color-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .xxs\:bg-secondary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xxs\:bg-custom-gray-sm {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .xxs\:bg-custom-gray-sm2 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .xxs\:bg-custom-gray-md {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .xxs\:bg-custom-navy-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xxs\:bg-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xxs\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .xxs\:bg-secondary-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xxs\:bg-secondary-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .xxs\:bg-secondary-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .xxs\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xxs\:bg-secondary-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .xxs\:bg-secondary-light {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .xxs\:bg-grayCustom-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xxs\:bg-grayCustom-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xxs\:bg-grayCustom-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xxs\:bg-grayCustom-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xxs\:bg-grayCustom {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xxs\:bg-grayCustom-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xxs\:bg-grayCustom-light {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xxs\:bg-grayCustom-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .xxs\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .xxs\:bg-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .xxs\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xxs\:bg-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .xxs\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .xxs\:bg-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .xxs\:bg-status-open {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xxs\:bg-status-waiting_payment {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xxs\:bg-status-completed {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xxs\:bg-status-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xxs\:bg-status-waiting_verify {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xxs\:bg-status-closed {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xxs\:bg-policyStatus-issuing {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xxs\:bg-policyStatus-waiting_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xxs\:bg-policyStatus-success {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xxs\:bg-policyStatus-failed_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xxs\:bg-policyStatus-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xxs\:bg-policyStatus-waiting_policy {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xxs\:bg-policyStatus-cancel {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-transparent:nth-child(odd) {
    background-color: transparent;
  }

  .xxs\:odd\:bg-current:nth-child(odd) {
    background-color: currentColor;
  }

  .xxs\:odd\:bg-black:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-white:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-gray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-gray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-gray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-gray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-gray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-gray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-gray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-gray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-gray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-gray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-red-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-red-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-red-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-red-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-red-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-red-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-red-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-red-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-red-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-red-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-yellow-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-yellow-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-yellow-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-yellow-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-yellow-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-yellow-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-yellow-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-yellow-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-yellow-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-yellow-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-green-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-green-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-green-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-green-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-green-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-green-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-green-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-green-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-green-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-green-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-blue-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-blue-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-blue-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-blue-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-blue-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-blue-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-blue-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-blue-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-blue-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-blue-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-indigo-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-indigo-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-indigo-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-indigo-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-indigo-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-indigo-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-indigo-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-indigo-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-indigo-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-indigo-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-purple-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-purple-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-purple-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-purple-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-purple-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-purple-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-purple-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-purple-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-purple-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-purple-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-pink-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-pink-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-pink-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-pink-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-pink-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-pink-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-pink-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-pink-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-pink-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-pink-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-primary-color:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-primary-color-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-secondary-color:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-custom-gray-sm:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-custom-gray-sm2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-custom-gray-md:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-custom-navy-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-dark-blue:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-primary:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-secondary-1:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-secondary-2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-secondary-3:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-secondary:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-secondary-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-secondary-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-grayCustom-1:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-grayCustom-2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-grayCustom-3:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-grayCustom-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-grayCustom:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-grayCustom-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-grayCustom-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-grayCustom-hover:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-error:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-error-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-warning:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-warning-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-success:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-success-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-status-open:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-status-waiting_payment:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-status-completed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-status-failed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-status-waiting_verify:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-status-closed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-policyStatus-issuing:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-policyStatus-waiting_inspection:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-policyStatus-success:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-policyStatus-failed_inspection:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-policyStatus-failed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-policyStatus-waiting_policy:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xxs\:odd\:bg-policyStatus-cancel:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-transparent:checked {
    background-color: transparent;
  }

  .xxs\:checked\:bg-current:checked {
    background-color: currentColor;
  }

  .xxs\:checked\:bg-black:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-white:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-gray-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-gray-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-gray-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-gray-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-gray-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-gray-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-gray-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-gray-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-gray-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-gray-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-red-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-red-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-red-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-red-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-red-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-red-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-red-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-red-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-red-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-red-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-yellow-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-yellow-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-yellow-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-yellow-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-yellow-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-yellow-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-yellow-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-yellow-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-yellow-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-yellow-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-green-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-green-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-green-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-green-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-green-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-green-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-green-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-green-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-green-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-green-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-blue-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-blue-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-blue-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-blue-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-blue-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-blue-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-blue-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-blue-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-blue-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-blue-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-indigo-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-indigo-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-indigo-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-indigo-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-indigo-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-indigo-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-indigo-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-indigo-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-indigo-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-indigo-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-purple-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-purple-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-purple-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-purple-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-purple-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-purple-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-purple-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-purple-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-purple-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-purple-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-pink-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-pink-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-pink-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-pink-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-pink-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-pink-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-pink-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-pink-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-pink-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-pink-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-primary-color:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-primary-color-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-secondary-color:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-custom-gray-sm:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-custom-gray-sm2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-custom-gray-md:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-custom-navy-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-dark-blue:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-primary:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-secondary-1:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-secondary-2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-secondary-3:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-secondary:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-secondary-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-secondary-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-grayCustom-1:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-grayCustom-2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-grayCustom-3:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-grayCustom-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-grayCustom:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-grayCustom-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-grayCustom-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-grayCustom-hover:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-error:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-error-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-warning:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-warning-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-success:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-success-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-status-open:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-status-waiting_payment:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-status-completed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-status-failed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-status-waiting_verify:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-status-closed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-policyStatus-issuing:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-policyStatus-waiting_inspection:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-policyStatus-success:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-policyStatus-failed_inspection:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-policyStatus-failed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-policyStatus-waiting_policy:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xxs\:checked\:bg-policyStatus-cancel:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .xxs\:group-hover\:bg-current {
    background-color: currentColor;
  }

  .group:hover .xxs\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-primary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-primary-color-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-secondary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-custom-gray-sm {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-custom-gray-sm2 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-custom-gray-md {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-custom-navy-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-secondary-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-secondary-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-secondary-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-secondary-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-secondary-light {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-grayCustom-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-grayCustom-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-grayCustom-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-grayCustom-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-grayCustom {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-grayCustom-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-grayCustom-light {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-grayCustom-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-status-open {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-status-waiting_payment {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-status-completed {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-status-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-status-waiting_verify {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-status-closed {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-policyStatus-issuing {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-policyStatus-waiting_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-policyStatus-success {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-policyStatus-failed_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-policyStatus-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-policyStatus-waiting_policy {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .xxs\:group-hover\:bg-policyStatus-cancel {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-transparent[focus-within] {
    background-color: transparent;
  }

  .xxs\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .xxs\:focus-within\:bg-current[focus-within] {
    background-color: currentColor;
  }

  .xxs\:focus-within\:bg-current:focus-within {
    background-color: currentColor;
  }

  .xxs\:focus-within\:bg-black[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-white[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-gray-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-gray-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-gray-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-gray-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-gray-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-gray-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-gray-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-gray-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-gray-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-gray-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-red-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-red-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-red-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-red-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-red-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-red-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-red-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-red-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-red-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-red-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-yellow-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-yellow-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-yellow-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-yellow-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-yellow-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-yellow-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-yellow-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-yellow-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-yellow-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-yellow-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-green-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-green-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-green-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-green-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-green-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-green-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-green-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-green-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-green-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-green-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-blue-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-blue-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-blue-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-blue-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-blue-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-blue-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-blue-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-blue-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-blue-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-blue-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-indigo-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-indigo-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-indigo-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-indigo-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-indigo-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-indigo-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-indigo-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-indigo-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-indigo-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-indigo-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-purple-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-purple-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-purple-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-purple-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-purple-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-purple-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-purple-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-purple-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-purple-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-purple-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-pink-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-pink-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-pink-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-pink-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-pink-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-pink-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-pink-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-pink-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-pink-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-pink-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-primary-color[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-primary-color:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-primary-color-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-primary-color-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-secondary-color[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-secondary-color:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-custom-gray-sm[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-custom-gray-sm:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-custom-gray-sm2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-custom-gray-sm2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-custom-gray-md[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-custom-gray-md:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-custom-navy-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-custom-navy-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-dark-blue[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-dark-blue:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-primary[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-primary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-secondary-1[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-secondary-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-secondary-2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-secondary-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-secondary-3[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-secondary-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-secondary[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-secondary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-secondary-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-secondary-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-secondary-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-secondary-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-grayCustom-1[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-grayCustom-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-grayCustom-2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-grayCustom-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-grayCustom-3[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-grayCustom-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-grayCustom-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-grayCustom-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-grayCustom[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-grayCustom:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-grayCustom-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-grayCustom-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-grayCustom-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-grayCustom-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-grayCustom-hover[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-grayCustom-hover:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-error[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-error:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-error-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-error-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-warning[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-warning:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-warning-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-warning-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-success[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-success-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-success-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-status-open[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-status-open:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-status-waiting_payment[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-status-waiting_payment:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-status-completed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-status-completed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-status-failed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-status-failed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-status-waiting_verify[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-status-waiting_verify:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-status-closed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-status-closed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-policyStatus-issuing[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-policyStatus-issuing:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-policyStatus-waiting_inspection[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-policyStatus-waiting_inspection:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-policyStatus-success[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-policyStatus-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-policyStatus-failed_inspection[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-policyStatus-failed_inspection:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-policyStatus-failed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-policyStatus-failed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-policyStatus-waiting_policy[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-policyStatus-waiting_policy:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-policyStatus-cancel[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xxs\:focus-within\:bg-policyStatus-cancel:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .xxs\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .xxs\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-primary-color:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-primary-color-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-secondary-color:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-custom-gray-sm:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-custom-gray-sm2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-custom-gray-md:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-custom-navy-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-dark-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-secondary-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-secondary-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-secondary-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-secondary-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-secondary-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-grayCustom-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-grayCustom-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-grayCustom-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-grayCustom-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-grayCustom:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-grayCustom-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-grayCustom-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-grayCustom-hover:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-error:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-error-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-warning:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-warning-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-success-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-status-open:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-status-waiting_payment:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-status-completed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-status-failed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-status-waiting_verify:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-status-closed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-policyStatus-issuing:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-policyStatus-waiting_inspection:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-policyStatus-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-policyStatus-failed_inspection:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-policyStatus-failed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-policyStatus-waiting_policy:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xxs\:hover\:bg-policyStatus-cancel:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .xxs\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .xxs\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-primary-color:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-primary-color-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-secondary-color:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-custom-gray-sm:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-custom-gray-sm2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-custom-gray-md:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-custom-navy-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-dark-blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-primary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-secondary-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-secondary-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-secondary-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-secondary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-secondary-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-secondary-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-grayCustom-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-grayCustom-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-grayCustom-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-grayCustom-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-grayCustom:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-grayCustom-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-grayCustom-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-grayCustom-hover:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-error:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-error-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-warning:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-warning-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-success-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-status-open:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-status-waiting_payment:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-status-completed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-status-failed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-status-waiting_verify:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-status-closed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-policyStatus-issuing:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-policyStatus-waiting_inspection:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-policyStatus-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-policyStatus-failed_inspection:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-policyStatus-failed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-policyStatus-waiting_policy:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xxs\:focus\:bg-policyStatus-cancel:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xxs\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .xxs\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .xxs\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .xxs\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .xxs\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .xxs\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .xxs\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .xxs\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .xxs\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .xxs\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .xxs\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .xxs\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .xxs\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .xxs\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .xxs\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .xxs\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .xxs\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .xxs\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .xxs\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .xxs\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .xxs\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .xxs\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .xxs\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .xxs\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .xxs\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .xxs\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .xxs\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .xxs\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .xxs\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .xxs\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .xxs\:focus-within\:bg-opacity-0[focus-within] {
    --tw-bg-opacity: 0;
  }

  .xxs\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .xxs\:focus-within\:bg-opacity-5[focus-within] {
    --tw-bg-opacity: 0.05;
  }

  .xxs\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .xxs\:focus-within\:bg-opacity-10[focus-within] {
    --tw-bg-opacity: 0.1;
  }

  .xxs\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .xxs\:focus-within\:bg-opacity-20[focus-within] {
    --tw-bg-opacity: 0.2;
  }

  .xxs\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .xxs\:focus-within\:bg-opacity-25[focus-within] {
    --tw-bg-opacity: 0.25;
  }

  .xxs\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .xxs\:focus-within\:bg-opacity-30[focus-within] {
    --tw-bg-opacity: 0.3;
  }

  .xxs\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .xxs\:focus-within\:bg-opacity-40[focus-within] {
    --tw-bg-opacity: 0.4;
  }

  .xxs\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .xxs\:focus-within\:bg-opacity-50[focus-within] {
    --tw-bg-opacity: 0.5;
  }

  .xxs\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .xxs\:focus-within\:bg-opacity-60[focus-within] {
    --tw-bg-opacity: 0.6;
  }

  .xxs\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .xxs\:focus-within\:bg-opacity-70[focus-within] {
    --tw-bg-opacity: 0.7;
  }

  .xxs\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .xxs\:focus-within\:bg-opacity-75[focus-within] {
    --tw-bg-opacity: 0.75;
  }

  .xxs\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .xxs\:focus-within\:bg-opacity-80[focus-within] {
    --tw-bg-opacity: 0.8;
  }

  .xxs\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .xxs\:focus-within\:bg-opacity-90[focus-within] {
    --tw-bg-opacity: 0.9;
  }

  .xxs\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .xxs\:focus-within\:bg-opacity-95[focus-within] {
    --tw-bg-opacity: 0.95;
  }

  .xxs\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .xxs\:focus-within\:bg-opacity-100[focus-within] {
    --tw-bg-opacity: 1;
  }

  .xxs\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .xxs\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .xxs\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .xxs\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .xxs\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .xxs\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .xxs\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .xxs\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .xxs\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .xxs\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .xxs\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .xxs\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .xxs\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .xxs\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .xxs\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .xxs\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .xxs\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .xxs\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .xxs\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .xxs\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .xxs\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .xxs\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .xxs\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .xxs\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .xxs\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .xxs\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .xxs\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .xxs\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .xxs\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .xxs\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .xxs\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .xxs\:bg-none {
    background-image: none;
  }

  .xxs\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .xxs\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .xxs\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .xxs\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .xxs\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .xxs\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .xxs\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .xxs\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .xxs\:bg-city {
    background-image: url('~assets/homepage/bg-city.svg');
  }

  .xxs\:bg-city-1 {
    background-image: url('~assets/homepage/bg-city_1.svg');
  }

  .xxs\:bg-city-2 {
    background-image: url('~assets/homepage/bg-city2.svg');
  }

  .xxs\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxs\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxs\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxs\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxs\:from-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xxs\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xxs\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xxs\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xxs\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xxs\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xxs\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xxs\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xxs\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xxs\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xxs\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xxs\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xxs\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xxs\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xxs\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xxs\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xxs\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xxs\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xxs\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xxs\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xxs\:from-yellow-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xxs\:from-yellow-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xxs\:from-yellow-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xxs\:from-yellow-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xxs\:from-yellow-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xxs\:from-yellow-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xxs\:from-yellow-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xxs\:from-yellow-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xxs\:from-yellow-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xxs\:from-yellow-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xxs\:from-green-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xxs\:from-green-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xxs\:from-green-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xxs\:from-green-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xxs\:from-green-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xxs\:from-green-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xxs\:from-green-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xxs\:from-green-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xxs\:from-green-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xxs\:from-green-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xxs\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xxs\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xxs\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xxs\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xxs\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xxs\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xxs\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xxs\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xxs\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xxs\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xxs\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xxs\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xxs\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xxs\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xxs\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xxs\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xxs\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xxs\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xxs\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xxs\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xxs\:from-purple-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xxs\:from-purple-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xxs\:from-purple-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xxs\:from-purple-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xxs\:from-purple-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xxs\:from-purple-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xxs\:from-purple-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xxs\:from-purple-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xxs\:from-purple-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xxs\:from-purple-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xxs\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xxs\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xxs\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xxs\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xxs\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xxs\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xxs\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xxs\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xxs\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xxs\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xxs\:from-primary-color {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .xxs\:from-primary-color-dark {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .xxs\:from-secondary-color {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xxs\:from-custom-gray-sm {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .xxs\:from-custom-gray-sm2 {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .xxs\:from-custom-gray-md {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .xxs\:from-custom-navy-dark {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xxs\:from-dark-blue {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xxs\:from-primary {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .xxs\:from-secondary-1 {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .xxs\:from-secondary-2 {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .xxs\:from-secondary-3 {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .xxs\:from-secondary {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .xxs\:from-secondary-dark {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .xxs\:from-secondary-light {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .xxs\:from-grayCustom-1 {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xxs\:from-grayCustom-2 {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xxs\:from-grayCustom-3 {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xxs\:from-grayCustom-800 {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xxs\:from-grayCustom {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xxs\:from-grayCustom-dark {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xxs\:from-grayCustom-light {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xxs\:from-grayCustom-hover {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .xxs\:from-error {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .xxs\:from-error-light {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .xxs\:from-warning {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xxs\:from-warning-light {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .xxs\:from-success {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .xxs\:from-success-light {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .xxs\:from-status-open {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxs\:from-status-waiting_payment {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xxs\:from-status-completed {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .xxs\:from-status-failed {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xxs\:from-status-waiting_verify {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xxs\:from-status-closed {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xxs\:from-policyStatus-issuing {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxs\:from-policyStatus-waiting_inspection {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xxs\:from-policyStatus-success {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .xxs\:from-policyStatus-failed_inspection {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xxs\:from-policyStatus-failed {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xxs\:from-policyStatus-waiting_policy {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xxs\:from-policyStatus-cancel {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xxs\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxs\:hover\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxs\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxs\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxs\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xxs\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xxs\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xxs\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xxs\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xxs\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xxs\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xxs\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xxs\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xxs\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xxs\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xxs\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xxs\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xxs\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xxs\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xxs\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xxs\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xxs\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xxs\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xxs\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xxs\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xxs\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xxs\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xxs\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xxs\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xxs\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xxs\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xxs\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xxs\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xxs\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xxs\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xxs\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xxs\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xxs\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xxs\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xxs\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xxs\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xxs\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xxs\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xxs\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xxs\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xxs\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xxs\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xxs\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xxs\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xxs\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xxs\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xxs\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xxs\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xxs\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xxs\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xxs\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xxs\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xxs\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xxs\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xxs\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xxs\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xxs\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xxs\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xxs\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xxs\:hover\:from-purple-50:hover {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xxs\:hover\:from-purple-100:hover {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xxs\:hover\:from-purple-200:hover {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xxs\:hover\:from-purple-300:hover {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xxs\:hover\:from-purple-400:hover {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xxs\:hover\:from-purple-500:hover {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xxs\:hover\:from-purple-600:hover {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xxs\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xxs\:hover\:from-purple-800:hover {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xxs\:hover\:from-purple-900:hover {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xxs\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xxs\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xxs\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xxs\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xxs\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xxs\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xxs\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xxs\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xxs\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xxs\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xxs\:hover\:from-primary-color:hover {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .xxs\:hover\:from-primary-color-dark:hover {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .xxs\:hover\:from-secondary-color:hover {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xxs\:hover\:from-custom-gray-sm:hover {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .xxs\:hover\:from-custom-gray-sm2:hover {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .xxs\:hover\:from-custom-gray-md:hover {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .xxs\:hover\:from-custom-navy-dark:hover {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xxs\:hover\:from-dark-blue:hover {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xxs\:hover\:from-primary:hover {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .xxs\:hover\:from-secondary-1:hover {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .xxs\:hover\:from-secondary-2:hover {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .xxs\:hover\:from-secondary-3:hover {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .xxs\:hover\:from-secondary:hover {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .xxs\:hover\:from-secondary-dark:hover {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .xxs\:hover\:from-secondary-light:hover {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .xxs\:hover\:from-grayCustom-1:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xxs\:hover\:from-grayCustom-2:hover {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xxs\:hover\:from-grayCustom-3:hover {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xxs\:hover\:from-grayCustom-800:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xxs\:hover\:from-grayCustom:hover {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xxs\:hover\:from-grayCustom-dark:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xxs\:hover\:from-grayCustom-light:hover {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xxs\:hover\:from-grayCustom-hover:hover {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .xxs\:hover\:from-error:hover {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .xxs\:hover\:from-error-light:hover {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .xxs\:hover\:from-warning:hover {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xxs\:hover\:from-warning-light:hover {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .xxs\:hover\:from-success:hover {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .xxs\:hover\:from-success-light:hover {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .xxs\:hover\:from-status-open:hover {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxs\:hover\:from-status-waiting_payment:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xxs\:hover\:from-status-completed:hover {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .xxs\:hover\:from-status-failed:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xxs\:hover\:from-status-waiting_verify:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xxs\:hover\:from-status-closed:hover {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xxs\:hover\:from-policyStatus-issuing:hover {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxs\:hover\:from-policyStatus-waiting_inspection:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xxs\:hover\:from-policyStatus-success:hover {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .xxs\:hover\:from-policyStatus-failed_inspection:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xxs\:hover\:from-policyStatus-failed:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xxs\:hover\:from-policyStatus-waiting_policy:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xxs\:hover\:from-policyStatus-cancel:hover {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xxs\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxs\:focus\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxs\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxs\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxs\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xxs\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xxs\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xxs\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xxs\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xxs\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xxs\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xxs\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xxs\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xxs\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xxs\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xxs\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xxs\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xxs\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xxs\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xxs\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xxs\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xxs\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xxs\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xxs\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xxs\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xxs\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xxs\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xxs\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xxs\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xxs\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xxs\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xxs\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xxs\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xxs\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xxs\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xxs\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xxs\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xxs\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xxs\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xxs\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xxs\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xxs\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xxs\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xxs\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xxs\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xxs\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xxs\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xxs\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xxs\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xxs\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xxs\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xxs\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xxs\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xxs\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xxs\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xxs\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xxs\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xxs\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xxs\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xxs\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xxs\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xxs\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xxs\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xxs\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xxs\:focus\:from-purple-50:focus {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xxs\:focus\:from-purple-100:focus {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xxs\:focus\:from-purple-200:focus {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xxs\:focus\:from-purple-300:focus {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xxs\:focus\:from-purple-400:focus {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xxs\:focus\:from-purple-500:focus {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xxs\:focus\:from-purple-600:focus {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xxs\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xxs\:focus\:from-purple-800:focus {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xxs\:focus\:from-purple-900:focus {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xxs\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xxs\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xxs\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xxs\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xxs\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xxs\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xxs\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xxs\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xxs\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xxs\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xxs\:focus\:from-primary-color:focus {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .xxs\:focus\:from-primary-color-dark:focus {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .xxs\:focus\:from-secondary-color:focus {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xxs\:focus\:from-custom-gray-sm:focus {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .xxs\:focus\:from-custom-gray-sm2:focus {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .xxs\:focus\:from-custom-gray-md:focus {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .xxs\:focus\:from-custom-navy-dark:focus {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xxs\:focus\:from-dark-blue:focus {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xxs\:focus\:from-primary:focus {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .xxs\:focus\:from-secondary-1:focus {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .xxs\:focus\:from-secondary-2:focus {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .xxs\:focus\:from-secondary-3:focus {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .xxs\:focus\:from-secondary:focus {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .xxs\:focus\:from-secondary-dark:focus {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .xxs\:focus\:from-secondary-light:focus {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .xxs\:focus\:from-grayCustom-1:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xxs\:focus\:from-grayCustom-2:focus {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xxs\:focus\:from-grayCustom-3:focus {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xxs\:focus\:from-grayCustom-800:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xxs\:focus\:from-grayCustom:focus {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xxs\:focus\:from-grayCustom-dark:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xxs\:focus\:from-grayCustom-light:focus {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xxs\:focus\:from-grayCustom-hover:focus {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .xxs\:focus\:from-error:focus {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .xxs\:focus\:from-error-light:focus {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .xxs\:focus\:from-warning:focus {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xxs\:focus\:from-warning-light:focus {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .xxs\:focus\:from-success:focus {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .xxs\:focus\:from-success-light:focus {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .xxs\:focus\:from-status-open:focus {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxs\:focus\:from-status-waiting_payment:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xxs\:focus\:from-status-completed:focus {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .xxs\:focus\:from-status-failed:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xxs\:focus\:from-status-waiting_verify:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xxs\:focus\:from-status-closed:focus {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xxs\:focus\:from-policyStatus-issuing:focus {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxs\:focus\:from-policyStatus-waiting_inspection:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xxs\:focus\:from-policyStatus-success:focus {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .xxs\:focus\:from-policyStatus-failed_inspection:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xxs\:focus\:from-policyStatus-failed:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xxs\:focus\:from-policyStatus-waiting_policy:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xxs\:focus\:from-policyStatus-cancel:focus {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xxs\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxs\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxs\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxs\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxs\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xxs\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xxs\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xxs\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xxs\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xxs\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xxs\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xxs\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xxs\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xxs\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xxs\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xxs\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xxs\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xxs\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xxs\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xxs\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xxs\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xxs\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xxs\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xxs\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xxs\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xxs\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xxs\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xxs\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xxs\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xxs\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xxs\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xxs\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xxs\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xxs\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xxs\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xxs\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xxs\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xxs\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xxs\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xxs\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xxs\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xxs\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xxs\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xxs\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xxs\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xxs\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xxs\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xxs\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xxs\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xxs\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xxs\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xxs\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xxs\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xxs\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xxs\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xxs\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xxs\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xxs\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xxs\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xxs\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xxs\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xxs\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xxs\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xxs\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xxs\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xxs\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xxs\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xxs\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xxs\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xxs\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xxs\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xxs\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xxs\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xxs\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xxs\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xxs\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xxs\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xxs\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xxs\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xxs\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xxs\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xxs\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xxs\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xxs\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xxs\:via-primary-color {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .xxs\:via-primary-color-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .xxs\:via-secondary-color {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xxs\:via-custom-gray-sm {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .xxs\:via-custom-gray-sm2 {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .xxs\:via-custom-gray-md {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .xxs\:via-custom-navy-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xxs\:via-dark-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xxs\:via-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .xxs\:via-secondary-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .xxs\:via-secondary-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .xxs\:via-secondary-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .xxs\:via-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .xxs\:via-secondary-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .xxs\:via-secondary-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .xxs\:via-grayCustom-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xxs\:via-grayCustom-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xxs\:via-grayCustom-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xxs\:via-grayCustom-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xxs\:via-grayCustom {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xxs\:via-grayCustom-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xxs\:via-grayCustom-light {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xxs\:via-grayCustom-hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .xxs\:via-error {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .xxs\:via-error-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .xxs\:via-warning {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xxs\:via-warning-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .xxs\:via-success {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .xxs\:via-success-light {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .xxs\:via-status-open {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxs\:via-status-waiting_payment {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xxs\:via-status-completed {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .xxs\:via-status-failed {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xxs\:via-status-waiting_verify {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xxs\:via-status-closed {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xxs\:via-policyStatus-issuing {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxs\:via-policyStatus-waiting_inspection {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xxs\:via-policyStatus-success {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .xxs\:via-policyStatus-failed_inspection {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xxs\:via-policyStatus-failed {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xxs\:via-policyStatus-waiting_policy {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xxs\:via-policyStatus-cancel {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xxs\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxs\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxs\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxs\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxs\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xxs\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xxs\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xxs\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xxs\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xxs\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xxs\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xxs\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xxs\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xxs\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xxs\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xxs\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xxs\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xxs\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xxs\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xxs\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xxs\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xxs\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xxs\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xxs\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xxs\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xxs\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xxs\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xxs\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xxs\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xxs\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xxs\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xxs\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xxs\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xxs\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xxs\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xxs\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xxs\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xxs\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xxs\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xxs\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xxs\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xxs\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xxs\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xxs\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xxs\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xxs\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xxs\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xxs\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xxs\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xxs\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xxs\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xxs\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xxs\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xxs\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xxs\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xxs\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xxs\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xxs\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xxs\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xxs\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xxs\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xxs\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xxs\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xxs\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xxs\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xxs\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xxs\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xxs\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xxs\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xxs\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xxs\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xxs\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xxs\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xxs\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xxs\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xxs\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xxs\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xxs\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xxs\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xxs\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xxs\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xxs\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xxs\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xxs\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xxs\:hover\:via-primary-color:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .xxs\:hover\:via-primary-color-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .xxs\:hover\:via-secondary-color:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xxs\:hover\:via-custom-gray-sm:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .xxs\:hover\:via-custom-gray-sm2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .xxs\:hover\:via-custom-gray-md:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .xxs\:hover\:via-custom-navy-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xxs\:hover\:via-dark-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xxs\:hover\:via-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .xxs\:hover\:via-secondary-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .xxs\:hover\:via-secondary-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .xxs\:hover\:via-secondary-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .xxs\:hover\:via-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .xxs\:hover\:via-secondary-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .xxs\:hover\:via-secondary-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .xxs\:hover\:via-grayCustom-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xxs\:hover\:via-grayCustom-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xxs\:hover\:via-grayCustom-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xxs\:hover\:via-grayCustom-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xxs\:hover\:via-grayCustom:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xxs\:hover\:via-grayCustom-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xxs\:hover\:via-grayCustom-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xxs\:hover\:via-grayCustom-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .xxs\:hover\:via-error:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .xxs\:hover\:via-error-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .xxs\:hover\:via-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xxs\:hover\:via-warning-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .xxs\:hover\:via-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .xxs\:hover\:via-success-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .xxs\:hover\:via-status-open:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxs\:hover\:via-status-waiting_payment:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xxs\:hover\:via-status-completed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .xxs\:hover\:via-status-failed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xxs\:hover\:via-status-waiting_verify:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xxs\:hover\:via-status-closed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xxs\:hover\:via-policyStatus-issuing:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxs\:hover\:via-policyStatus-waiting_inspection:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xxs\:hover\:via-policyStatus-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .xxs\:hover\:via-policyStatus-failed_inspection:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xxs\:hover\:via-policyStatus-failed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xxs\:hover\:via-policyStatus-waiting_policy:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xxs\:hover\:via-policyStatus-cancel:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xxs\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxs\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxs\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxs\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxs\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xxs\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xxs\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xxs\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xxs\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xxs\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xxs\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xxs\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xxs\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xxs\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xxs\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xxs\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xxs\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xxs\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xxs\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xxs\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xxs\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xxs\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xxs\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xxs\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xxs\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xxs\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xxs\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xxs\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xxs\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xxs\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xxs\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xxs\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xxs\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xxs\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xxs\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xxs\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xxs\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xxs\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xxs\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xxs\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xxs\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xxs\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xxs\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xxs\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xxs\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xxs\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xxs\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xxs\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xxs\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xxs\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xxs\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xxs\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xxs\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xxs\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xxs\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xxs\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xxs\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xxs\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xxs\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xxs\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xxs\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xxs\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xxs\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xxs\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xxs\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xxs\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xxs\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xxs\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xxs\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xxs\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xxs\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xxs\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xxs\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xxs\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xxs\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xxs\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xxs\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xxs\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xxs\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xxs\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xxs\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xxs\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xxs\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xxs\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xxs\:focus\:via-primary-color:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .xxs\:focus\:via-primary-color-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .xxs\:focus\:via-secondary-color:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xxs\:focus\:via-custom-gray-sm:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .xxs\:focus\:via-custom-gray-sm2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .xxs\:focus\:via-custom-gray-md:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .xxs\:focus\:via-custom-navy-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xxs\:focus\:via-dark-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xxs\:focus\:via-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .xxs\:focus\:via-secondary-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .xxs\:focus\:via-secondary-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .xxs\:focus\:via-secondary-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .xxs\:focus\:via-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .xxs\:focus\:via-secondary-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .xxs\:focus\:via-secondary-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .xxs\:focus\:via-grayCustom-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xxs\:focus\:via-grayCustom-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xxs\:focus\:via-grayCustom-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xxs\:focus\:via-grayCustom-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xxs\:focus\:via-grayCustom:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xxs\:focus\:via-grayCustom-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xxs\:focus\:via-grayCustom-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xxs\:focus\:via-grayCustom-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .xxs\:focus\:via-error:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .xxs\:focus\:via-error-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .xxs\:focus\:via-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xxs\:focus\:via-warning-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .xxs\:focus\:via-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .xxs\:focus\:via-success-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .xxs\:focus\:via-status-open:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxs\:focus\:via-status-waiting_payment:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xxs\:focus\:via-status-completed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .xxs\:focus\:via-status-failed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xxs\:focus\:via-status-waiting_verify:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xxs\:focus\:via-status-closed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xxs\:focus\:via-policyStatus-issuing:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxs\:focus\:via-policyStatus-waiting_inspection:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xxs\:focus\:via-policyStatus-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .xxs\:focus\:via-policyStatus-failed_inspection:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xxs\:focus\:via-policyStatus-failed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xxs\:focus\:via-policyStatus-waiting_policy:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xxs\:focus\:via-policyStatus-cancel:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xxs\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .xxs\:to-current {
    --tw-gradient-to: currentColor;
  }

  .xxs\:to-black {
    --tw-gradient-to: #000;
  }

  .xxs\:to-white {
    --tw-gradient-to: #fff;
  }

  .xxs\:to-gray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .xxs\:to-gray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .xxs\:to-gray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .xxs\:to-gray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .xxs\:to-gray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .xxs\:to-gray-500 {
    --tw-gradient-to: #6b7280;
  }

  .xxs\:to-gray-600 {
    --tw-gradient-to: #4b5563;
  }

  .xxs\:to-gray-700 {
    --tw-gradient-to: #374151;
  }

  .xxs\:to-gray-800 {
    --tw-gradient-to: #1f2937;
  }

  .xxs\:to-gray-900 {
    --tw-gradient-to: #111827;
  }

  .xxs\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .xxs\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .xxs\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .xxs\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .xxs\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .xxs\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .xxs\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .xxs\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .xxs\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .xxs\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .xxs\:to-yellow-50 {
    --tw-gradient-to: #fffbeb;
  }

  .xxs\:to-yellow-100 {
    --tw-gradient-to: #fef3c7;
  }

  .xxs\:to-yellow-200 {
    --tw-gradient-to: #fde68a;
  }

  .xxs\:to-yellow-300 {
    --tw-gradient-to: #fcd34d;
  }

  .xxs\:to-yellow-400 {
    --tw-gradient-to: #fbbf24;
  }

  .xxs\:to-yellow-500 {
    --tw-gradient-to: #f59e0b;
  }

  .xxs\:to-yellow-600 {
    --tw-gradient-to: #d97706;
  }

  .xxs\:to-yellow-700 {
    --tw-gradient-to: #b45309;
  }

  .xxs\:to-yellow-800 {
    --tw-gradient-to: #92400e;
  }

  .xxs\:to-yellow-900 {
    --tw-gradient-to: #78350f;
  }

  .xxs\:to-green-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .xxs\:to-green-100 {
    --tw-gradient-to: #d1fae5;
  }

  .xxs\:to-green-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .xxs\:to-green-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .xxs\:to-green-400 {
    --tw-gradient-to: #34d399;
  }

  .xxs\:to-green-500 {
    --tw-gradient-to: #10b981;
  }

  .xxs\:to-green-600 {
    --tw-gradient-to: #059669;
  }

  .xxs\:to-green-700 {
    --tw-gradient-to: #047857;
  }

  .xxs\:to-green-800 {
    --tw-gradient-to: #065f46;
  }

  .xxs\:to-green-900 {
    --tw-gradient-to: #064e3b;
  }

  .xxs\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .xxs\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .xxs\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .xxs\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .xxs\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .xxs\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .xxs\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .xxs\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .xxs\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .xxs\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .xxs\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .xxs\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .xxs\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .xxs\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .xxs\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .xxs\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .xxs\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .xxs\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .xxs\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .xxs\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .xxs\:to-purple-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .xxs\:to-purple-100 {
    --tw-gradient-to: #ede9fe;
  }

  .xxs\:to-purple-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .xxs\:to-purple-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .xxs\:to-purple-400 {
    --tw-gradient-to: #a78bfa;
  }

  .xxs\:to-purple-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .xxs\:to-purple-600 {
    --tw-gradient-to: #7c3aed;
  }

  .xxs\:to-purple-700 {
    --tw-gradient-to: #6d28d9;
  }

  .xxs\:to-purple-800 {
    --tw-gradient-to: #5b21b6;
  }

  .xxs\:to-purple-900 {
    --tw-gradient-to: #4c1d95;
  }

  .xxs\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .xxs\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .xxs\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .xxs\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .xxs\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .xxs\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .xxs\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .xxs\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .xxs\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .xxs\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .xxs\:to-primary-color {
    --tw-gradient-to: #eb008b;
  }

  .xxs\:to-primary-color-dark {
    --tw-gradient-to: #c90068;
  }

  .xxs\:to-secondary-color {
    --tw-gradient-to: #112e42;
  }

  .xxs\:to-custom-gray-sm {
    --tw-gradient-to: #f1f4f6;
  }

  .xxs\:to-custom-gray-sm2 {
    --tw-gradient-to: #f1f2f3;
  }

  .xxs\:to-custom-gray-md {
    --tw-gradient-to: #848484;
  }

  .xxs\:to-custom-navy-dark {
    --tw-gradient-to: #112e42;
  }

  .xxs\:to-dark-blue {
    --tw-gradient-to: #112E42;
  }

  .xxs\:to-primary {
    --tw-gradient-to: #192D40;
  }

  .xxs\:to-secondary-1 {
    --tw-gradient-to: #E6007E;
  }

  .xxs\:to-secondary-2 {
    --tw-gradient-to: #D6D564;
  }

  .xxs\:to-secondary-3 {
    --tw-gradient-to: #FCFCCD;
  }

  .xxs\:to-secondary {
    --tw-gradient-to: #E6007E;
  }

  .xxs\:to-secondary-dark {
    --tw-gradient-to: #C11A7D;
  }

  .xxs\:to-secondary-light {
    --tw-gradient-to: #FBCEE9;
  }

  .xxs\:to-grayCustom-1 {
    --tw-gradient-to: #4F4F4F;
  }

  .xxs\:to-grayCustom-2 {
    --tw-gradient-to: #C4C4C4;
  }

  .xxs\:to-grayCustom-3 {
    --tw-gradient-to: #F9F9F9;
  }

  .xxs\:to-grayCustom-800 {
    --tw-gradient-to: #4F4F4F;
  }

  .xxs\:to-grayCustom {
    --tw-gradient-to: #C4C4C4;
  }

  .xxs\:to-grayCustom-dark {
    --tw-gradient-to: #4F4F4F;
  }

  .xxs\:to-grayCustom-light {
    --tw-gradient-to: #F9F9F9;
  }

  .xxs\:to-grayCustom-hover {
    --tw-gradient-to: #9F9F9F;
  }

  .xxs\:to-error {
    --tw-gradient-to: #FF206E;
  }

  .xxs\:to-error-light {
    --tw-gradient-to: #FDE8EA;
  }

  .xxs\:to-warning {
    --tw-gradient-to: #FFAE14;
  }

  .xxs\:to-warning-light {
    --tw-gradient-to: #FFF6E5;
  }

  .xxs\:to-success {
    --tw-gradient-to: #2DD881;
  }

  .xxs\:to-success-light {
    --tw-gradient-to: #E9FBF2;
  }

  .xxs\:to-status-open {
    --tw-gradient-to: #FFF;
  }

  .xxs\:to-status-waiting_payment {
    --tw-gradient-to: #ffae14;
  }

  .xxs\:to-status-completed {
    --tw-gradient-to: #54c1bb;
  }

  .xxs\:to-status-failed {
    --tw-gradient-to: #e8556b;
  }

  .xxs\:to-status-waiting_verify {
    --tw-gradient-to: #ffae14;
  }

  .xxs\:to-status-closed {
    --tw-gradient-to: #c4c4c4;
  }

  .xxs\:to-policyStatus-issuing {
    --tw-gradient-to: #FFF;
  }

  .xxs\:to-policyStatus-waiting_inspection {
    --tw-gradient-to: #ffae14;
  }

  .xxs\:to-policyStatus-success {
    --tw-gradient-to: #54c1bb;
  }

  .xxs\:to-policyStatus-failed_inspection {
    --tw-gradient-to: #e8556b;
  }

  .xxs\:to-policyStatus-failed {
    --tw-gradient-to: #e8556b;
  }

  .xxs\:to-policyStatus-waiting_policy {
    --tw-gradient-to: #ffae14;
  }

  .xxs\:to-policyStatus-cancel {
    --tw-gradient-to: #c4c4c4;
  }

  .xxs\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .xxs\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .xxs\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .xxs\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .xxs\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .xxs\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .xxs\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .xxs\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .xxs\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .xxs\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .xxs\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .xxs\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151;
  }

  .xxs\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .xxs\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827;
  }

  .xxs\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2;
  }

  .xxs\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2;
  }

  .xxs\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca;
  }

  .xxs\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5;
  }

  .xxs\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171;
  }

  .xxs\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444;
  }

  .xxs\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626;
  }

  .xxs\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c;
  }

  .xxs\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b;
  }

  .xxs\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d;
  }

  .xxs\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .xxs\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .xxs\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .xxs\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .xxs\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .xxs\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .xxs\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706;
  }

  .xxs\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309;
  }

  .xxs\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e;
  }

  .xxs\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f;
  }

  .xxs\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .xxs\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .xxs\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .xxs\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .xxs\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399;
  }

  .xxs\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981;
  }

  .xxs\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669;
  }

  .xxs\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857;
  }

  .xxs\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46;
  }

  .xxs\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .xxs\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff;
  }

  .xxs\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe;
  }

  .xxs\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe;
  }

  .xxs\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd;
  }

  .xxs\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa;
  }

  .xxs\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6;
  }

  .xxs\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb;
  }

  .xxs\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8;
  }

  .xxs\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af;
  }

  .xxs\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a;
  }

  .xxs\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff;
  }

  .xxs\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff;
  }

  .xxs\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe;
  }

  .xxs\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc;
  }

  .xxs\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8;
  }

  .xxs\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1;
  }

  .xxs\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5;
  }

  .xxs\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca;
  }

  .xxs\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3;
  }

  .xxs\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81;
  }

  .xxs\:hover\:to-purple-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .xxs\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .xxs\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .xxs\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .xxs\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .xxs\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .xxs\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .xxs\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .xxs\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .xxs\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .xxs\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8;
  }

  .xxs\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3;
  }

  .xxs\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8;
  }

  .xxs\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4;
  }

  .xxs\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6;
  }

  .xxs\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899;
  }

  .xxs\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777;
  }

  .xxs\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d;
  }

  .xxs\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d;
  }

  .xxs\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843;
  }

  .xxs\:hover\:to-primary-color:hover {
    --tw-gradient-to: #eb008b;
  }

  .xxs\:hover\:to-primary-color-dark:hover {
    --tw-gradient-to: #c90068;
  }

  .xxs\:hover\:to-secondary-color:hover {
    --tw-gradient-to: #112e42;
  }

  .xxs\:hover\:to-custom-gray-sm:hover {
    --tw-gradient-to: #f1f4f6;
  }

  .xxs\:hover\:to-custom-gray-sm2:hover {
    --tw-gradient-to: #f1f2f3;
  }

  .xxs\:hover\:to-custom-gray-md:hover {
    --tw-gradient-to: #848484;
  }

  .xxs\:hover\:to-custom-navy-dark:hover {
    --tw-gradient-to: #112e42;
  }

  .xxs\:hover\:to-dark-blue:hover {
    --tw-gradient-to: #112E42;
  }

  .xxs\:hover\:to-primary:hover {
    --tw-gradient-to: #192D40;
  }

  .xxs\:hover\:to-secondary-1:hover {
    --tw-gradient-to: #E6007E;
  }

  .xxs\:hover\:to-secondary-2:hover {
    --tw-gradient-to: #D6D564;
  }

  .xxs\:hover\:to-secondary-3:hover {
    --tw-gradient-to: #FCFCCD;
  }

  .xxs\:hover\:to-secondary:hover {
    --tw-gradient-to: #E6007E;
  }

  .xxs\:hover\:to-secondary-dark:hover {
    --tw-gradient-to: #C11A7D;
  }

  .xxs\:hover\:to-secondary-light:hover {
    --tw-gradient-to: #FBCEE9;
  }

  .xxs\:hover\:to-grayCustom-1:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .xxs\:hover\:to-grayCustom-2:hover {
    --tw-gradient-to: #C4C4C4;
  }

  .xxs\:hover\:to-grayCustom-3:hover {
    --tw-gradient-to: #F9F9F9;
  }

  .xxs\:hover\:to-grayCustom-800:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .xxs\:hover\:to-grayCustom:hover {
    --tw-gradient-to: #C4C4C4;
  }

  .xxs\:hover\:to-grayCustom-dark:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .xxs\:hover\:to-grayCustom-light:hover {
    --tw-gradient-to: #F9F9F9;
  }

  .xxs\:hover\:to-grayCustom-hover:hover {
    --tw-gradient-to: #9F9F9F;
  }

  .xxs\:hover\:to-error:hover {
    --tw-gradient-to: #FF206E;
  }

  .xxs\:hover\:to-error-light:hover {
    --tw-gradient-to: #FDE8EA;
  }

  .xxs\:hover\:to-warning:hover {
    --tw-gradient-to: #FFAE14;
  }

  .xxs\:hover\:to-warning-light:hover {
    --tw-gradient-to: #FFF6E5;
  }

  .xxs\:hover\:to-success:hover {
    --tw-gradient-to: #2DD881;
  }

  .xxs\:hover\:to-success-light:hover {
    --tw-gradient-to: #E9FBF2;
  }

  .xxs\:hover\:to-status-open:hover {
    --tw-gradient-to: #FFF;
  }

  .xxs\:hover\:to-status-waiting_payment:hover {
    --tw-gradient-to: #ffae14;
  }

  .xxs\:hover\:to-status-completed:hover {
    --tw-gradient-to: #54c1bb;
  }

  .xxs\:hover\:to-status-failed:hover {
    --tw-gradient-to: #e8556b;
  }

  .xxs\:hover\:to-status-waiting_verify:hover {
    --tw-gradient-to: #ffae14;
  }

  .xxs\:hover\:to-status-closed:hover {
    --tw-gradient-to: #c4c4c4;
  }

  .xxs\:hover\:to-policyStatus-issuing:hover {
    --tw-gradient-to: #FFF;
  }

  .xxs\:hover\:to-policyStatus-waiting_inspection:hover {
    --tw-gradient-to: #ffae14;
  }

  .xxs\:hover\:to-policyStatus-success:hover {
    --tw-gradient-to: #54c1bb;
  }

  .xxs\:hover\:to-policyStatus-failed_inspection:hover {
    --tw-gradient-to: #e8556b;
  }

  .xxs\:hover\:to-policyStatus-failed:hover {
    --tw-gradient-to: #e8556b;
  }

  .xxs\:hover\:to-policyStatus-waiting_policy:hover {
    --tw-gradient-to: #ffae14;
  }

  .xxs\:hover\:to-policyStatus-cancel:hover {
    --tw-gradient-to: #c4c4c4;
  }

  .xxs\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .xxs\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .xxs\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .xxs\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .xxs\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .xxs\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .xxs\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .xxs\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .xxs\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .xxs\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .xxs\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .xxs\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151;
  }

  .xxs\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .xxs\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827;
  }

  .xxs\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2;
  }

  .xxs\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2;
  }

  .xxs\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca;
  }

  .xxs\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5;
  }

  .xxs\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171;
  }

  .xxs\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444;
  }

  .xxs\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626;
  }

  .xxs\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c;
  }

  .xxs\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b;
  }

  .xxs\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d;
  }

  .xxs\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .xxs\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .xxs\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .xxs\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .xxs\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .xxs\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .xxs\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706;
  }

  .xxs\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309;
  }

  .xxs\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e;
  }

  .xxs\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f;
  }

  .xxs\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .xxs\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .xxs\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .xxs\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .xxs\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399;
  }

  .xxs\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981;
  }

  .xxs\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669;
  }

  .xxs\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857;
  }

  .xxs\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46;
  }

  .xxs\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .xxs\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff;
  }

  .xxs\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe;
  }

  .xxs\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe;
  }

  .xxs\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd;
  }

  .xxs\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa;
  }

  .xxs\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6;
  }

  .xxs\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb;
  }

  .xxs\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8;
  }

  .xxs\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af;
  }

  .xxs\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a;
  }

  .xxs\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff;
  }

  .xxs\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff;
  }

  .xxs\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe;
  }

  .xxs\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc;
  }

  .xxs\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8;
  }

  .xxs\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1;
  }

  .xxs\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5;
  }

  .xxs\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca;
  }

  .xxs\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3;
  }

  .xxs\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81;
  }

  .xxs\:focus\:to-purple-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .xxs\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .xxs\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .xxs\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .xxs\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .xxs\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .xxs\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .xxs\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .xxs\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .xxs\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .xxs\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8;
  }

  .xxs\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3;
  }

  .xxs\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8;
  }

  .xxs\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4;
  }

  .xxs\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6;
  }

  .xxs\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899;
  }

  .xxs\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777;
  }

  .xxs\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d;
  }

  .xxs\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d;
  }

  .xxs\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843;
  }

  .xxs\:focus\:to-primary-color:focus {
    --tw-gradient-to: #eb008b;
  }

  .xxs\:focus\:to-primary-color-dark:focus {
    --tw-gradient-to: #c90068;
  }

  .xxs\:focus\:to-secondary-color:focus {
    --tw-gradient-to: #112e42;
  }

  .xxs\:focus\:to-custom-gray-sm:focus {
    --tw-gradient-to: #f1f4f6;
  }

  .xxs\:focus\:to-custom-gray-sm2:focus {
    --tw-gradient-to: #f1f2f3;
  }

  .xxs\:focus\:to-custom-gray-md:focus {
    --tw-gradient-to: #848484;
  }

  .xxs\:focus\:to-custom-navy-dark:focus {
    --tw-gradient-to: #112e42;
  }

  .xxs\:focus\:to-dark-blue:focus {
    --tw-gradient-to: #112E42;
  }

  .xxs\:focus\:to-primary:focus {
    --tw-gradient-to: #192D40;
  }

  .xxs\:focus\:to-secondary-1:focus {
    --tw-gradient-to: #E6007E;
  }

  .xxs\:focus\:to-secondary-2:focus {
    --tw-gradient-to: #D6D564;
  }

  .xxs\:focus\:to-secondary-3:focus {
    --tw-gradient-to: #FCFCCD;
  }

  .xxs\:focus\:to-secondary:focus {
    --tw-gradient-to: #E6007E;
  }

  .xxs\:focus\:to-secondary-dark:focus {
    --tw-gradient-to: #C11A7D;
  }

  .xxs\:focus\:to-secondary-light:focus {
    --tw-gradient-to: #FBCEE9;
  }

  .xxs\:focus\:to-grayCustom-1:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .xxs\:focus\:to-grayCustom-2:focus {
    --tw-gradient-to: #C4C4C4;
  }

  .xxs\:focus\:to-grayCustom-3:focus {
    --tw-gradient-to: #F9F9F9;
  }

  .xxs\:focus\:to-grayCustom-800:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .xxs\:focus\:to-grayCustom:focus {
    --tw-gradient-to: #C4C4C4;
  }

  .xxs\:focus\:to-grayCustom-dark:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .xxs\:focus\:to-grayCustom-light:focus {
    --tw-gradient-to: #F9F9F9;
  }

  .xxs\:focus\:to-grayCustom-hover:focus {
    --tw-gradient-to: #9F9F9F;
  }

  .xxs\:focus\:to-error:focus {
    --tw-gradient-to: #FF206E;
  }

  .xxs\:focus\:to-error-light:focus {
    --tw-gradient-to: #FDE8EA;
  }

  .xxs\:focus\:to-warning:focus {
    --tw-gradient-to: #FFAE14;
  }

  .xxs\:focus\:to-warning-light:focus {
    --tw-gradient-to: #FFF6E5;
  }

  .xxs\:focus\:to-success:focus {
    --tw-gradient-to: #2DD881;
  }

  .xxs\:focus\:to-success-light:focus {
    --tw-gradient-to: #E9FBF2;
  }

  .xxs\:focus\:to-status-open:focus {
    --tw-gradient-to: #FFF;
  }

  .xxs\:focus\:to-status-waiting_payment:focus {
    --tw-gradient-to: #ffae14;
  }

  .xxs\:focus\:to-status-completed:focus {
    --tw-gradient-to: #54c1bb;
  }

  .xxs\:focus\:to-status-failed:focus {
    --tw-gradient-to: #e8556b;
  }

  .xxs\:focus\:to-status-waiting_verify:focus {
    --tw-gradient-to: #ffae14;
  }

  .xxs\:focus\:to-status-closed:focus {
    --tw-gradient-to: #c4c4c4;
  }

  .xxs\:focus\:to-policyStatus-issuing:focus {
    --tw-gradient-to: #FFF;
  }

  .xxs\:focus\:to-policyStatus-waiting_inspection:focus {
    --tw-gradient-to: #ffae14;
  }

  .xxs\:focus\:to-policyStatus-success:focus {
    --tw-gradient-to: #54c1bb;
  }

  .xxs\:focus\:to-policyStatus-failed_inspection:focus {
    --tw-gradient-to: #e8556b;
  }

  .xxs\:focus\:to-policyStatus-failed:focus {
    --tw-gradient-to: #e8556b;
  }

  .xxs\:focus\:to-policyStatus-waiting_policy:focus {
    --tw-gradient-to: #ffae14;
  }

  .xxs\:focus\:to-policyStatus-cancel:focus {
    --tw-gradient-to: #c4c4c4;
  }

  .xxs\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .xxs\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .xxs\:bg-auto {
    background-size: auto;
  }

  .xxs\:bg-cover {
    background-size: cover;
  }

  .xxs\:bg-contain {
    background-size: contain;
  }

  .xxs\:bg-fixed {
    background-attachment: fixed;
  }

  .xxs\:bg-local {
    background-attachment: local;
  }

  .xxs\:bg-scroll {
    background-attachment: scroll;
  }

  .xxs\:bg-clip-border {
    background-clip: border-box;
  }

  .xxs\:bg-clip-padding {
    background-clip: padding-box;
  }

  .xxs\:bg-clip-content {
    background-clip: content-box;
  }

  .xxs\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xxs\:bg-bottom {
    background-position: bottom;
  }

  .xxs\:bg-center {
    background-position: center;
  }

  .xxs\:bg-left {
    background-position: left;
  }

  .xxs\:bg-left-bottom {
    background-position: left bottom;
  }

  .xxs\:bg-left-top {
    background-position: left top;
  }

  .xxs\:bg-right {
    background-position: right;
  }

  .xxs\:bg-right-bottom {
    background-position: right bottom;
  }

  .xxs\:bg-right-top {
    background-position: right top;
  }

  .xxs\:bg-top {
    background-position: top;
  }

  .xxs\:bg-repeat {
    background-repeat: repeat;
  }

  .xxs\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xxs\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xxs\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xxs\:bg-repeat-round {
    background-repeat: round;
  }

  .xxs\:bg-repeat-space {
    background-repeat: space;
  }

  .xxs\:bg-origin-border {
    background-origin: border-box;
  }

  .xxs\:bg-origin-padding {
    background-origin: padding-box;
  }

  .xxs\:bg-origin-content {
    background-origin: content-box;
  }

  .xxs\:fill-current {
    fill: currentColor;
  }

  .xxs\:stroke-current {
    stroke: currentColor;
  }

  .xxs\:stroke-0 {
    stroke-width: 0;
  }

  .xxs\:stroke-1 {
    stroke-width: 1;
  }

  .xxs\:stroke-2 {
    stroke-width: 2;
  }

  .xxs\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xxs\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xxs\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xxs\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .xxs\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xxs\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xxs\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .xxs\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .xxs\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xxs\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .xxs\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .xxs\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xxs\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .xxs\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .xxs\:p-0 {
    padding: 0;
  }

  .xxs\:p-1 {
    padding: 0.25rem;
  }

  .xxs\:p-2 {
    padding: 0.5rem;
  }

  .xxs\:p-3 {
    padding: 0.75rem;
  }

  .xxs\:p-4 {
    padding: 1rem;
  }

  .xxs\:p-5 {
    padding: 5px;
  }

  .xxs\:p-6 {
    padding: 1.5rem;
  }

  .xxs\:p-7 {
    padding: 1.75rem;
  }

  .xxs\:p-8 {
    padding: 2rem;
  }

  .xxs\:p-9 {
    padding: 2.25rem;
  }

  .xxs\:p-10 {
    padding: 10px;
  }

  .xxs\:p-11 {
    padding: 2.75rem;
  }

  .xxs\:p-12 {
    padding: 3rem;
  }

  .xxs\:p-14 {
    padding: 14px;
  }

  .xxs\:p-16 {
    padding: 16px;
  }

  .xxs\:p-20 {
    padding: 20px;
  }

  .xxs\:p-24 {
    padding: 24px;
  }

  .xxs\:p-28 {
    padding: 7rem;
  }

  .xxs\:p-30 {
    padding: 30px;
  }

  .xxs\:p-32 {
    padding: 8rem;
  }

  .xxs\:p-36 {
    padding: 9rem;
  }

  .xxs\:p-40 {
    padding: 10rem;
  }

  .xxs\:p-44 {
    padding: 11rem;
  }

  .xxs\:p-48 {
    padding: 48px;
  }

  .xxs\:p-52 {
    padding: 13rem;
  }

  .xxs\:p-56 {
    padding: 14rem;
  }

  .xxs\:p-60 {
    padding: 60px;
  }

  .xxs\:p-64 {
    padding: 16rem;
  }

  .xxs\:p-72 {
    padding: 18rem;
  }

  .xxs\:p-80 {
    padding: 20rem;
  }

  .xxs\:p-95 {
    padding: 95px;
  }

  .xxs\:p-96 {
    padding: 24rem;
  }

  .xxs\:p-120 {
    padding: 120px;
  }

  .xxs\:p-190 {
    padding: 190px;
  }

  .xxs\:p-px {
    padding: 1px;
  }

  .xxs\:p-0\.5 {
    padding: 0.125rem;
  }

  .xxs\:p-1\.5 {
    padding: 0.375rem;
  }

  .xxs\:p-2\.5 {
    padding: 0.625rem;
  }

  .xxs\:p-3\.5 {
    padding: 0.875rem;
  }

  .xxs\:p-30\% {
    padding: 30%;
  }

  .xxs\:p-7\.5r {
    padding: 1.875rem;
  }

  .xxs\:hover\:p-0:hover {
    padding: 0;
  }

  .xxs\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .xxs\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .xxs\:hover\:p-3:hover {
    padding: 0.75rem;
  }

  .xxs\:hover\:p-4:hover {
    padding: 1rem;
  }

  .xxs\:hover\:p-5:hover {
    padding: 5px;
  }

  .xxs\:hover\:p-6:hover {
    padding: 1.5rem;
  }

  .xxs\:hover\:p-7:hover {
    padding: 1.75rem;
  }

  .xxs\:hover\:p-8:hover {
    padding: 2rem;
  }

  .xxs\:hover\:p-9:hover {
    padding: 2.25rem;
  }

  .xxs\:hover\:p-10:hover {
    padding: 10px;
  }

  .xxs\:hover\:p-11:hover {
    padding: 2.75rem;
  }

  .xxs\:hover\:p-12:hover {
    padding: 3rem;
  }

  .xxs\:hover\:p-14:hover {
    padding: 14px;
  }

  .xxs\:hover\:p-16:hover {
    padding: 16px;
  }

  .xxs\:hover\:p-20:hover {
    padding: 20px;
  }

  .xxs\:hover\:p-24:hover {
    padding: 24px;
  }

  .xxs\:hover\:p-28:hover {
    padding: 7rem;
  }

  .xxs\:hover\:p-30:hover {
    padding: 30px;
  }

  .xxs\:hover\:p-32:hover {
    padding: 8rem;
  }

  .xxs\:hover\:p-36:hover {
    padding: 9rem;
  }

  .xxs\:hover\:p-40:hover {
    padding: 10rem;
  }

  .xxs\:hover\:p-44:hover {
    padding: 11rem;
  }

  .xxs\:hover\:p-48:hover {
    padding: 48px;
  }

  .xxs\:hover\:p-52:hover {
    padding: 13rem;
  }

  .xxs\:hover\:p-56:hover {
    padding: 14rem;
  }

  .xxs\:hover\:p-60:hover {
    padding: 60px;
  }

  .xxs\:hover\:p-64:hover {
    padding: 16rem;
  }

  .xxs\:hover\:p-72:hover {
    padding: 18rem;
  }

  .xxs\:hover\:p-80:hover {
    padding: 20rem;
  }

  .xxs\:hover\:p-95:hover {
    padding: 95px;
  }

  .xxs\:hover\:p-96:hover {
    padding: 24rem;
  }

  .xxs\:hover\:p-120:hover {
    padding: 120px;
  }

  .xxs\:hover\:p-190:hover {
    padding: 190px;
  }

  .xxs\:hover\:p-px:hover {
    padding: 1px;
  }

  .xxs\:hover\:p-0\.5:hover {
    padding: 0.125rem;
  }

  .xxs\:hover\:p-1\.5:hover {
    padding: 0.375rem;
  }

  .xxs\:hover\:p-2\.5:hover {
    padding: 0.625rem;
  }

  .xxs\:hover\:p-3\.5:hover {
    padding: 0.875rem;
  }

  .xxs\:hover\:p-30\%:hover {
    padding: 30%;
  }

  .xxs\:hover\:p-7\.5r:hover {
    padding: 1.875rem;
  }

  .xxs\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xxs\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xxs\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xxs\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xxs\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xxs\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .xxs\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xxs\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xxs\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xxs\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xxs\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xxs\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xxs\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xxs\:px-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .xxs\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .xxs\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .xxs\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .xxs\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xxs\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xxs\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xxs\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xxs\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xxs\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xxs\:px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .xxs\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xxs\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xxs\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .xxs\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xxs\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xxs\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xxs\:px-95 {
    padding-left: 95px;
    padding-right: 95px;
  }

  .xxs\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xxs\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .xxs\:px-190 {
    padding-left: 190px;
    padding-right: 190px;
  }

  .xxs\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xxs\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .xxs\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .xxs\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xxs\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xxs\:px-30\% {
    padding-left: 30%;
    padding-right: 30%;
  }

  .xxs\:px-7\.5r {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .xxs\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xxs\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xxs\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xxs\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xxs\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xxs\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .xxs\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xxs\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xxs\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xxs\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xxs\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xxs\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xxs\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xxs\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .xxs\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .xxs\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .xxs\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .xxs\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xxs\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xxs\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xxs\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xxs\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xxs\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xxs\:py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .xxs\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xxs\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xxs\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xxs\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xxs\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xxs\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xxs\:py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .xxs\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xxs\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .xxs\:py-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .xxs\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xxs\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .xxs\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .xxs\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xxs\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xxs\:py-30\% {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .xxs\:py-7\.5r {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .xxs\:hover\:px-0:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .xxs\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xxs\:hover\:px-2:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xxs\:hover\:px-3:hover {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xxs\:hover\:px-4:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xxs\:hover\:px-5:hover {
    padding-left: 5px;
    padding-right: 5px;
  }

  .xxs\:hover\:px-6:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xxs\:hover\:px-7:hover {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xxs\:hover\:px-8:hover {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xxs\:hover\:px-9:hover {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xxs\:hover\:px-10:hover {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xxs\:hover\:px-11:hover {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xxs\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xxs\:hover\:px-14:hover {
    padding-left: 14px;
    padding-right: 14px;
  }

  .xxs\:hover\:px-16:hover {
    padding-left: 16px;
    padding-right: 16px;
  }

  .xxs\:hover\:px-20:hover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .xxs\:hover\:px-24:hover {
    padding-left: 24px;
    padding-right: 24px;
  }

  .xxs\:hover\:px-28:hover {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xxs\:hover\:px-30:hover {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xxs\:hover\:px-32:hover {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xxs\:hover\:px-36:hover {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xxs\:hover\:px-40:hover {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xxs\:hover\:px-44:hover {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xxs\:hover\:px-48:hover {
    padding-left: 48px;
    padding-right: 48px;
  }

  .xxs\:hover\:px-52:hover {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xxs\:hover\:px-56:hover {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xxs\:hover\:px-60:hover {
    padding-left: 60px;
    padding-right: 60px;
  }

  .xxs\:hover\:px-64:hover {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xxs\:hover\:px-72:hover {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xxs\:hover\:px-80:hover {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xxs\:hover\:px-95:hover {
    padding-left: 95px;
    padding-right: 95px;
  }

  .xxs\:hover\:px-96:hover {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xxs\:hover\:px-120:hover {
    padding-left: 120px;
    padding-right: 120px;
  }

  .xxs\:hover\:px-190:hover {
    padding-left: 190px;
    padding-right: 190px;
  }

  .xxs\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xxs\:hover\:px-0\.5:hover {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .xxs\:hover\:px-1\.5:hover {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .xxs\:hover\:px-2\.5:hover {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xxs\:hover\:px-3\.5:hover {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xxs\:hover\:px-30\%:hover {
    padding-left: 30%;
    padding-right: 30%;
  }

  .xxs\:hover\:px-7\.5r:hover {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .xxs\:hover\:py-0:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xxs\:hover\:py-1:hover {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xxs\:hover\:py-2:hover {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xxs\:hover\:py-3:hover {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xxs\:hover\:py-4:hover {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xxs\:hover\:py-5:hover {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .xxs\:hover\:py-6:hover {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xxs\:hover\:py-7:hover {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xxs\:hover\:py-8:hover {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xxs\:hover\:py-9:hover {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xxs\:hover\:py-10:hover {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xxs\:hover\:py-11:hover {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xxs\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xxs\:hover\:py-14:hover {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .xxs\:hover\:py-16:hover {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .xxs\:hover\:py-20:hover {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .xxs\:hover\:py-24:hover {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .xxs\:hover\:py-28:hover {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xxs\:hover\:py-30:hover {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xxs\:hover\:py-32:hover {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xxs\:hover\:py-36:hover {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xxs\:hover\:py-40:hover {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xxs\:hover\:py-44:hover {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xxs\:hover\:py-48:hover {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .xxs\:hover\:py-52:hover {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xxs\:hover\:py-56:hover {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xxs\:hover\:py-60:hover {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xxs\:hover\:py-64:hover {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xxs\:hover\:py-72:hover {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xxs\:hover\:py-80:hover {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xxs\:hover\:py-95:hover {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .xxs\:hover\:py-96:hover {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xxs\:hover\:py-120:hover {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .xxs\:hover\:py-190:hover {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .xxs\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xxs\:hover\:py-0\.5:hover {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .xxs\:hover\:py-1\.5:hover {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .xxs\:hover\:py-2\.5:hover {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xxs\:hover\:py-3\.5:hover {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xxs\:hover\:py-30\%:hover {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .xxs\:hover\:py-7\.5r:hover {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .xxs\:pt-0 {
    padding-top: 0;
  }

  .xxs\:pt-1 {
    padding-top: 0.25rem;
  }

  .xxs\:pt-2 {
    padding-top: 0.5rem;
  }

  .xxs\:pt-3 {
    padding-top: 0.75rem;
  }

  .xxs\:pt-4 {
    padding-top: 1rem;
  }

  .xxs\:pt-5 {
    padding-top: 5px;
  }

  .xxs\:pt-6 {
    padding-top: 1.5rem;
  }

  .xxs\:pt-7 {
    padding-top: 1.75rem;
  }

  .xxs\:pt-8 {
    padding-top: 2rem;
  }

  .xxs\:pt-9 {
    padding-top: 2.25rem;
  }

  .xxs\:pt-10 {
    padding-top: 10px;
  }

  .xxs\:pt-11 {
    padding-top: 2.75rem;
  }

  .xxs\:pt-12 {
    padding-top: 3rem;
  }

  .xxs\:pt-14 {
    padding-top: 14px;
  }

  .xxs\:pt-16 {
    padding-top: 16px;
  }

  .xxs\:pt-20 {
    padding-top: 20px;
  }

  .xxs\:pt-24 {
    padding-top: 24px;
  }

  .xxs\:pt-28 {
    padding-top: 7rem;
  }

  .xxs\:pt-30 {
    padding-top: 30px;
  }

  .xxs\:pt-32 {
    padding-top: 8rem;
  }

  .xxs\:pt-36 {
    padding-top: 9rem;
  }

  .xxs\:pt-40 {
    padding-top: 10rem;
  }

  .xxs\:pt-44 {
    padding-top: 11rem;
  }

  .xxs\:pt-48 {
    padding-top: 48px;
  }

  .xxs\:pt-52 {
    padding-top: 13rem;
  }

  .xxs\:pt-56 {
    padding-top: 14rem;
  }

  .xxs\:pt-60 {
    padding-top: 60px;
  }

  .xxs\:pt-64 {
    padding-top: 16rem;
  }

  .xxs\:pt-72 {
    padding-top: 18rem;
  }

  .xxs\:pt-80 {
    padding-top: 20rem;
  }

  .xxs\:pt-95 {
    padding-top: 95px;
  }

  .xxs\:pt-96 {
    padding-top: 24rem;
  }

  .xxs\:pt-120 {
    padding-top: 120px;
  }

  .xxs\:pt-190 {
    padding-top: 190px;
  }

  .xxs\:pt-px {
    padding-top: 1px;
  }

  .xxs\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .xxs\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .xxs\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .xxs\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .xxs\:pt-30\% {
    padding-top: 30%;
  }

  .xxs\:pt-7\.5r {
    padding-top: 1.875rem;
  }

  .xxs\:pr-0 {
    padding-right: 0;
  }

  .xxs\:pr-1 {
    padding-right: 0.25rem;
  }

  .xxs\:pr-2 {
    padding-right: 0.5rem;
  }

  .xxs\:pr-3 {
    padding-right: 0.75rem;
  }

  .xxs\:pr-4 {
    padding-right: 1rem;
  }

  .xxs\:pr-5 {
    padding-right: 5px;
  }

  .xxs\:pr-6 {
    padding-right: 1.5rem;
  }

  .xxs\:pr-7 {
    padding-right: 1.75rem;
  }

  .xxs\:pr-8 {
    padding-right: 2rem;
  }

  .xxs\:pr-9 {
    padding-right: 2.25rem;
  }

  .xxs\:pr-10 {
    padding-right: 10px;
  }

  .xxs\:pr-11 {
    padding-right: 2.75rem;
  }

  .xxs\:pr-12 {
    padding-right: 3rem;
  }

  .xxs\:pr-14 {
    padding-right: 14px;
  }

  .xxs\:pr-16 {
    padding-right: 16px;
  }

  .xxs\:pr-20 {
    padding-right: 20px;
  }

  .xxs\:pr-24 {
    padding-right: 24px;
  }

  .xxs\:pr-28 {
    padding-right: 7rem;
  }

  .xxs\:pr-30 {
    padding-right: 30px;
  }

  .xxs\:pr-32 {
    padding-right: 8rem;
  }

  .xxs\:pr-36 {
    padding-right: 9rem;
  }

  .xxs\:pr-40 {
    padding-right: 10rem;
  }

  .xxs\:pr-44 {
    padding-right: 11rem;
  }

  .xxs\:pr-48 {
    padding-right: 48px;
  }

  .xxs\:pr-52 {
    padding-right: 13rem;
  }

  .xxs\:pr-56 {
    padding-right: 14rem;
  }

  .xxs\:pr-60 {
    padding-right: 60px;
  }

  .xxs\:pr-64 {
    padding-right: 16rem;
  }

  .xxs\:pr-72 {
    padding-right: 18rem;
  }

  .xxs\:pr-80 {
    padding-right: 20rem;
  }

  .xxs\:pr-95 {
    padding-right: 95px;
  }

  .xxs\:pr-96 {
    padding-right: 24rem;
  }

  .xxs\:pr-120 {
    padding-right: 120px;
  }

  .xxs\:pr-190 {
    padding-right: 190px;
  }

  .xxs\:pr-px {
    padding-right: 1px;
  }

  .xxs\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .xxs\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .xxs\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .xxs\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .xxs\:pr-30\% {
    padding-right: 30%;
  }

  .xxs\:pr-7\.5r {
    padding-right: 1.875rem;
  }

  .xxs\:pb-0 {
    padding-bottom: 0;
  }

  .xxs\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .xxs\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .xxs\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .xxs\:pb-4 {
    padding-bottom: 1rem;
  }

  .xxs\:pb-5 {
    padding-bottom: 5px;
  }

  .xxs\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xxs\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .xxs\:pb-8 {
    padding-bottom: 2rem;
  }

  .xxs\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .xxs\:pb-10 {
    padding-bottom: 10px;
  }

  .xxs\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .xxs\:pb-12 {
    padding-bottom: 3rem;
  }

  .xxs\:pb-14 {
    padding-bottom: 14px;
  }

  .xxs\:pb-16 {
    padding-bottom: 16px;
  }

  .xxs\:pb-20 {
    padding-bottom: 20px;
  }

  .xxs\:pb-24 {
    padding-bottom: 24px;
  }

  .xxs\:pb-28 {
    padding-bottom: 7rem;
  }

  .xxs\:pb-30 {
    padding-bottom: 30px;
  }

  .xxs\:pb-32 {
    padding-bottom: 8rem;
  }

  .xxs\:pb-36 {
    padding-bottom: 9rem;
  }

  .xxs\:pb-40 {
    padding-bottom: 10rem;
  }

  .xxs\:pb-44 {
    padding-bottom: 11rem;
  }

  .xxs\:pb-48 {
    padding-bottom: 48px;
  }

  .xxs\:pb-52 {
    padding-bottom: 13rem;
  }

  .xxs\:pb-56 {
    padding-bottom: 14rem;
  }

  .xxs\:pb-60 {
    padding-bottom: 60px;
  }

  .xxs\:pb-64 {
    padding-bottom: 16rem;
  }

  .xxs\:pb-72 {
    padding-bottom: 18rem;
  }

  .xxs\:pb-80 {
    padding-bottom: 20rem;
  }

  .xxs\:pb-95 {
    padding-bottom: 95px;
  }

  .xxs\:pb-96 {
    padding-bottom: 24rem;
  }

  .xxs\:pb-120 {
    padding-bottom: 120px;
  }

  .xxs\:pb-190 {
    padding-bottom: 190px;
  }

  .xxs\:pb-px {
    padding-bottom: 1px;
  }

  .xxs\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .xxs\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .xxs\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .xxs\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .xxs\:pb-30\% {
    padding-bottom: 30%;
  }

  .xxs\:pb-7\.5r {
    padding-bottom: 1.875rem;
  }

  .xxs\:pl-0 {
    padding-left: 0;
  }

  .xxs\:pl-1 {
    padding-left: 0.25rem;
  }

  .xxs\:pl-2 {
    padding-left: 0.5rem;
  }

  .xxs\:pl-3 {
    padding-left: 0.75rem;
  }

  .xxs\:pl-4 {
    padding-left: 1rem;
  }

  .xxs\:pl-5 {
    padding-left: 5px;
  }

  .xxs\:pl-6 {
    padding-left: 1.5rem;
  }

  .xxs\:pl-7 {
    padding-left: 1.75rem;
  }

  .xxs\:pl-8 {
    padding-left: 2rem;
  }

  .xxs\:pl-9 {
    padding-left: 2.25rem;
  }

  .xxs\:pl-10 {
    padding-left: 10px;
  }

  .xxs\:pl-11 {
    padding-left: 2.75rem;
  }

  .xxs\:pl-12 {
    padding-left: 3rem;
  }

  .xxs\:pl-14 {
    padding-left: 14px;
  }

  .xxs\:pl-16 {
    padding-left: 16px;
  }

  .xxs\:pl-20 {
    padding-left: 20px;
  }

  .xxs\:pl-24 {
    padding-left: 24px;
  }

  .xxs\:pl-28 {
    padding-left: 7rem;
  }

  .xxs\:pl-30 {
    padding-left: 30px;
  }

  .xxs\:pl-32 {
    padding-left: 8rem;
  }

  .xxs\:pl-36 {
    padding-left: 9rem;
  }

  .xxs\:pl-40 {
    padding-left: 10rem;
  }

  .xxs\:pl-44 {
    padding-left: 11rem;
  }

  .xxs\:pl-48 {
    padding-left: 48px;
  }

  .xxs\:pl-52 {
    padding-left: 13rem;
  }

  .xxs\:pl-56 {
    padding-left: 14rem;
  }

  .xxs\:pl-60 {
    padding-left: 60px;
  }

  .xxs\:pl-64 {
    padding-left: 16rem;
  }

  .xxs\:pl-72 {
    padding-left: 18rem;
  }

  .xxs\:pl-80 {
    padding-left: 20rem;
  }

  .xxs\:pl-95 {
    padding-left: 95px;
  }

  .xxs\:pl-96 {
    padding-left: 24rem;
  }

  .xxs\:pl-120 {
    padding-left: 120px;
  }

  .xxs\:pl-190 {
    padding-left: 190px;
  }

  .xxs\:pl-px {
    padding-left: 1px;
  }

  .xxs\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .xxs\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .xxs\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .xxs\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .xxs\:pl-30\% {
    padding-left: 30%;
  }

  .xxs\:pl-7\.5r {
    padding-left: 1.875rem;
  }

  .xxs\:hover\:pt-0:hover {
    padding-top: 0;
  }

  .xxs\:hover\:pt-1:hover {
    padding-top: 0.25rem;
  }

  .xxs\:hover\:pt-2:hover {
    padding-top: 0.5rem;
  }

  .xxs\:hover\:pt-3:hover {
    padding-top: 0.75rem;
  }

  .xxs\:hover\:pt-4:hover {
    padding-top: 1rem;
  }

  .xxs\:hover\:pt-5:hover {
    padding-top: 5px;
  }

  .xxs\:hover\:pt-6:hover {
    padding-top: 1.5rem;
  }

  .xxs\:hover\:pt-7:hover {
    padding-top: 1.75rem;
  }

  .xxs\:hover\:pt-8:hover {
    padding-top: 2rem;
  }

  .xxs\:hover\:pt-9:hover {
    padding-top: 2.25rem;
  }

  .xxs\:hover\:pt-10:hover {
    padding-top: 10px;
  }

  .xxs\:hover\:pt-11:hover {
    padding-top: 2.75rem;
  }

  .xxs\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .xxs\:hover\:pt-14:hover {
    padding-top: 14px;
  }

  .xxs\:hover\:pt-16:hover {
    padding-top: 16px;
  }

  .xxs\:hover\:pt-20:hover {
    padding-top: 20px;
  }

  .xxs\:hover\:pt-24:hover {
    padding-top: 24px;
  }

  .xxs\:hover\:pt-28:hover {
    padding-top: 7rem;
  }

  .xxs\:hover\:pt-30:hover {
    padding-top: 30px;
  }

  .xxs\:hover\:pt-32:hover {
    padding-top: 8rem;
  }

  .xxs\:hover\:pt-36:hover {
    padding-top: 9rem;
  }

  .xxs\:hover\:pt-40:hover {
    padding-top: 10rem;
  }

  .xxs\:hover\:pt-44:hover {
    padding-top: 11rem;
  }

  .xxs\:hover\:pt-48:hover {
    padding-top: 48px;
  }

  .xxs\:hover\:pt-52:hover {
    padding-top: 13rem;
  }

  .xxs\:hover\:pt-56:hover {
    padding-top: 14rem;
  }

  .xxs\:hover\:pt-60:hover {
    padding-top: 60px;
  }

  .xxs\:hover\:pt-64:hover {
    padding-top: 16rem;
  }

  .xxs\:hover\:pt-72:hover {
    padding-top: 18rem;
  }

  .xxs\:hover\:pt-80:hover {
    padding-top: 20rem;
  }

  .xxs\:hover\:pt-95:hover {
    padding-top: 95px;
  }

  .xxs\:hover\:pt-96:hover {
    padding-top: 24rem;
  }

  .xxs\:hover\:pt-120:hover {
    padding-top: 120px;
  }

  .xxs\:hover\:pt-190:hover {
    padding-top: 190px;
  }

  .xxs\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .xxs\:hover\:pt-0\.5:hover {
    padding-top: 0.125rem;
  }

  .xxs\:hover\:pt-1\.5:hover {
    padding-top: 0.375rem;
  }

  .xxs\:hover\:pt-2\.5:hover {
    padding-top: 0.625rem;
  }

  .xxs\:hover\:pt-3\.5:hover {
    padding-top: 0.875rem;
  }

  .xxs\:hover\:pt-30\%:hover {
    padding-top: 30%;
  }

  .xxs\:hover\:pt-7\.5r:hover {
    padding-top: 1.875rem;
  }

  .xxs\:hover\:pr-0:hover {
    padding-right: 0;
  }

  .xxs\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

  .xxs\:hover\:pr-2:hover {
    padding-right: 0.5rem;
  }

  .xxs\:hover\:pr-3:hover {
    padding-right: 0.75rem;
  }

  .xxs\:hover\:pr-4:hover {
    padding-right: 1rem;
  }

  .xxs\:hover\:pr-5:hover {
    padding-right: 5px;
  }

  .xxs\:hover\:pr-6:hover {
    padding-right: 1.5rem;
  }

  .xxs\:hover\:pr-7:hover {
    padding-right: 1.75rem;
  }

  .xxs\:hover\:pr-8:hover {
    padding-right: 2rem;
  }

  .xxs\:hover\:pr-9:hover {
    padding-right: 2.25rem;
  }

  .xxs\:hover\:pr-10:hover {
    padding-right: 10px;
  }

  .xxs\:hover\:pr-11:hover {
    padding-right: 2.75rem;
  }

  .xxs\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .xxs\:hover\:pr-14:hover {
    padding-right: 14px;
  }

  .xxs\:hover\:pr-16:hover {
    padding-right: 16px;
  }

  .xxs\:hover\:pr-20:hover {
    padding-right: 20px;
  }

  .xxs\:hover\:pr-24:hover {
    padding-right: 24px;
  }

  .xxs\:hover\:pr-28:hover {
    padding-right: 7rem;
  }

  .xxs\:hover\:pr-30:hover {
    padding-right: 30px;
  }

  .xxs\:hover\:pr-32:hover {
    padding-right: 8rem;
  }

  .xxs\:hover\:pr-36:hover {
    padding-right: 9rem;
  }

  .xxs\:hover\:pr-40:hover {
    padding-right: 10rem;
  }

  .xxs\:hover\:pr-44:hover {
    padding-right: 11rem;
  }

  .xxs\:hover\:pr-48:hover {
    padding-right: 48px;
  }

  .xxs\:hover\:pr-52:hover {
    padding-right: 13rem;
  }

  .xxs\:hover\:pr-56:hover {
    padding-right: 14rem;
  }

  .xxs\:hover\:pr-60:hover {
    padding-right: 60px;
  }

  .xxs\:hover\:pr-64:hover {
    padding-right: 16rem;
  }

  .xxs\:hover\:pr-72:hover {
    padding-right: 18rem;
  }

  .xxs\:hover\:pr-80:hover {
    padding-right: 20rem;
  }

  .xxs\:hover\:pr-95:hover {
    padding-right: 95px;
  }

  .xxs\:hover\:pr-96:hover {
    padding-right: 24rem;
  }

  .xxs\:hover\:pr-120:hover {
    padding-right: 120px;
  }

  .xxs\:hover\:pr-190:hover {
    padding-right: 190px;
  }

  .xxs\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .xxs\:hover\:pr-0\.5:hover {
    padding-right: 0.125rem;
  }

  .xxs\:hover\:pr-1\.5:hover {
    padding-right: 0.375rem;
  }

  .xxs\:hover\:pr-2\.5:hover {
    padding-right: 0.625rem;
  }

  .xxs\:hover\:pr-3\.5:hover {
    padding-right: 0.875rem;
  }

  .xxs\:hover\:pr-30\%:hover {
    padding-right: 30%;
  }

  .xxs\:hover\:pr-7\.5r:hover {
    padding-right: 1.875rem;
  }

  .xxs\:hover\:pb-0:hover {
    padding-bottom: 0;
  }

  .xxs\:hover\:pb-1:hover {
    padding-bottom: 0.25rem;
  }

  .xxs\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .xxs\:hover\:pb-3:hover {
    padding-bottom: 0.75rem;
  }

  .xxs\:hover\:pb-4:hover {
    padding-bottom: 1rem;
  }

  .xxs\:hover\:pb-5:hover {
    padding-bottom: 5px;
  }

  .xxs\:hover\:pb-6:hover {
    padding-bottom: 1.5rem;
  }

  .xxs\:hover\:pb-7:hover {
    padding-bottom: 1.75rem;
  }

  .xxs\:hover\:pb-8:hover {
    padding-bottom: 2rem;
  }

  .xxs\:hover\:pb-9:hover {
    padding-bottom: 2.25rem;
  }

  .xxs\:hover\:pb-10:hover {
    padding-bottom: 10px;
  }

  .xxs\:hover\:pb-11:hover {
    padding-bottom: 2.75rem;
  }

  .xxs\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .xxs\:hover\:pb-14:hover {
    padding-bottom: 14px;
  }

  .xxs\:hover\:pb-16:hover {
    padding-bottom: 16px;
  }

  .xxs\:hover\:pb-20:hover {
    padding-bottom: 20px;
  }

  .xxs\:hover\:pb-24:hover {
    padding-bottom: 24px;
  }

  .xxs\:hover\:pb-28:hover {
    padding-bottom: 7rem;
  }

  .xxs\:hover\:pb-30:hover {
    padding-bottom: 30px;
  }

  .xxs\:hover\:pb-32:hover {
    padding-bottom: 8rem;
  }

  .xxs\:hover\:pb-36:hover {
    padding-bottom: 9rem;
  }

  .xxs\:hover\:pb-40:hover {
    padding-bottom: 10rem;
  }

  .xxs\:hover\:pb-44:hover {
    padding-bottom: 11rem;
  }

  .xxs\:hover\:pb-48:hover {
    padding-bottom: 48px;
  }

  .xxs\:hover\:pb-52:hover {
    padding-bottom: 13rem;
  }

  .xxs\:hover\:pb-56:hover {
    padding-bottom: 14rem;
  }

  .xxs\:hover\:pb-60:hover {
    padding-bottom: 60px;
  }

  .xxs\:hover\:pb-64:hover {
    padding-bottom: 16rem;
  }

  .xxs\:hover\:pb-72:hover {
    padding-bottom: 18rem;
  }

  .xxs\:hover\:pb-80:hover {
    padding-bottom: 20rem;
  }

  .xxs\:hover\:pb-95:hover {
    padding-bottom: 95px;
  }

  .xxs\:hover\:pb-96:hover {
    padding-bottom: 24rem;
  }

  .xxs\:hover\:pb-120:hover {
    padding-bottom: 120px;
  }

  .xxs\:hover\:pb-190:hover {
    padding-bottom: 190px;
  }

  .xxs\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .xxs\:hover\:pb-0\.5:hover {
    padding-bottom: 0.125rem;
  }

  .xxs\:hover\:pb-1\.5:hover {
    padding-bottom: 0.375rem;
  }

  .xxs\:hover\:pb-2\.5:hover {
    padding-bottom: 0.625rem;
  }

  .xxs\:hover\:pb-3\.5:hover {
    padding-bottom: 0.875rem;
  }

  .xxs\:hover\:pb-30\%:hover {
    padding-bottom: 30%;
  }

  .xxs\:hover\:pb-7\.5r:hover {
    padding-bottom: 1.875rem;
  }

  .xxs\:hover\:pl-0:hover {
    padding-left: 0;
  }

  .xxs\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

  .xxs\:hover\:pl-2:hover {
    padding-left: 0.5rem;
  }

  .xxs\:hover\:pl-3:hover {
    padding-left: 0.75rem;
  }

  .xxs\:hover\:pl-4:hover {
    padding-left: 1rem;
  }

  .xxs\:hover\:pl-5:hover {
    padding-left: 5px;
  }

  .xxs\:hover\:pl-6:hover {
    padding-left: 1.5rem;
  }

  .xxs\:hover\:pl-7:hover {
    padding-left: 1.75rem;
  }

  .xxs\:hover\:pl-8:hover {
    padding-left: 2rem;
  }

  .xxs\:hover\:pl-9:hover {
    padding-left: 2.25rem;
  }

  .xxs\:hover\:pl-10:hover {
    padding-left: 10px;
  }

  .xxs\:hover\:pl-11:hover {
    padding-left: 2.75rem;
  }

  .xxs\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .xxs\:hover\:pl-14:hover {
    padding-left: 14px;
  }

  .xxs\:hover\:pl-16:hover {
    padding-left: 16px;
  }

  .xxs\:hover\:pl-20:hover {
    padding-left: 20px;
  }

  .xxs\:hover\:pl-24:hover {
    padding-left: 24px;
  }

  .xxs\:hover\:pl-28:hover {
    padding-left: 7rem;
  }

  .xxs\:hover\:pl-30:hover {
    padding-left: 30px;
  }

  .xxs\:hover\:pl-32:hover {
    padding-left: 8rem;
  }

  .xxs\:hover\:pl-36:hover {
    padding-left: 9rem;
  }

  .xxs\:hover\:pl-40:hover {
    padding-left: 10rem;
  }

  .xxs\:hover\:pl-44:hover {
    padding-left: 11rem;
  }

  .xxs\:hover\:pl-48:hover {
    padding-left: 48px;
  }

  .xxs\:hover\:pl-52:hover {
    padding-left: 13rem;
  }

  .xxs\:hover\:pl-56:hover {
    padding-left: 14rem;
  }

  .xxs\:hover\:pl-60:hover {
    padding-left: 60px;
  }

  .xxs\:hover\:pl-64:hover {
    padding-left: 16rem;
  }

  .xxs\:hover\:pl-72:hover {
    padding-left: 18rem;
  }

  .xxs\:hover\:pl-80:hover {
    padding-left: 20rem;
  }

  .xxs\:hover\:pl-95:hover {
    padding-left: 95px;
  }

  .xxs\:hover\:pl-96:hover {
    padding-left: 24rem;
  }

  .xxs\:hover\:pl-120:hover {
    padding-left: 120px;
  }

  .xxs\:hover\:pl-190:hover {
    padding-left: 190px;
  }

  .xxs\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .xxs\:hover\:pl-0\.5:hover {
    padding-left: 0.125rem;
  }

  .xxs\:hover\:pl-1\.5:hover {
    padding-left: 0.375rem;
  }

  .xxs\:hover\:pl-2\.5:hover {
    padding-left: 0.625rem;
  }

  .xxs\:hover\:pl-3\.5:hover {
    padding-left: 0.875rem;
  }

  .xxs\:hover\:pl-30\%:hover {
    padding-left: 30%;
  }

  .xxs\:hover\:pl-7\.5r:hover {
    padding-left: 1.875rem;
  }

  .xxs\:text-left {
    text-align: left;
  }

  .xxs\:text-center {
    text-align: center;
  }

  .xxs\:text-right {
    text-align: right;
  }

  .xxs\:text-justify {
    text-align: justify;
  }

  .xxs\:align-baseline {
    vertical-align: baseline;
  }

  .xxs\:align-top {
    vertical-align: top;
  }

  .xxs\:align-middle {
    vertical-align: middle;
  }

  .xxs\:align-bottom {
    vertical-align: bottom;
  }

  .xxs\:align-text-top {
    vertical-align: text-top;
  }

  .xxs\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xxs\:font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .xxs\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xxs\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xxs\:font-display {
    font-family: Kanit, serif;
  }

  .xxs\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .xxs\:text-sm {
    font-size: 0.875rem;
  }

  .xxs\:text-base {
    font-size: 1rem;
  }

  .xxs\:text-lg {
    font-size: 1.25rem;
  }

  .xxs\:text-xl {
    font-size: 1.75rem;
  }

  .xxs\:text-2xl {
    font-size: 2.25rem;
  }

  .xxs\:text-3xl {
    font-size: 3rem;
  }

  .xxs\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xxs\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .xxs\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xxs\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .xxs\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .xxs\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .xxs\:text-3xs {
    font-size: 0.25rem;
  }

  .xxs\:text-2xs {
    font-size: 0.5rem;
  }

  .xxs\:text-1xs {
    font-size: 0.67rem;
  }

  .xxs\:font-thin {
    font-weight: 100;
  }

  .xxs\:font-extralight {
    font-weight: 200;
  }

  .xxs\:font-light {
    font-weight: 300;
  }

  .xxs\:font-normal {
    font-weight: 400;
  }

  .xxs\:font-medium {
    font-weight: 500;
  }

  .xxs\:font-semibold {
    font-weight: 600;
  }

  .xxs\:font-bold {
    font-weight: 500;
  }

  .xxs\:font-extrabold {
    font-weight: 800;
  }

  .xxs\:font-black {
    font-weight: 900;
  }

  .xxs\:hover\:font-thin:hover {
    font-weight: 100;
  }

  .xxs\:hover\:font-extralight:hover {
    font-weight: 200;
  }

  .xxs\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xxs\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xxs\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xxs\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xxs\:hover\:font-bold:hover {
    font-weight: 500;
  }

  .xxs\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xxs\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xxs\:focus\:font-thin:focus {
    font-weight: 100;
  }

  .xxs\:focus\:font-extralight:focus {
    font-weight: 200;
  }

  .xxs\:focus\:font-light:focus {
    font-weight: 300;
  }

  .xxs\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .xxs\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .xxs\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .xxs\:focus\:font-bold:focus {
    font-weight: 500;
  }

  .xxs\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .xxs\:focus\:font-black:focus {
    font-weight: 900;
  }

  .xxs\:uppercase {
    text-transform: uppercase;
  }

  .xxs\:lowercase {
    text-transform: lowercase;
  }

  .xxs\:capitalize {
    text-transform: capitalize;
  }

  .xxs\:normal-case {
    text-transform: none;
  }

  .xxs\:italic {
    font-style: italic;
  }

  .xxs\:not-italic {
    font-style: normal;
  }

  .xxs\:ordinal, .xxs\:slashed-zero, .xxs\:lining-nums, .xxs\:oldstyle-nums, .xxs\:proportional-nums, .xxs\:tabular-nums, .xxs\:diagonal-fractions, .xxs\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .xxs\:normal-nums {
    font-feature-settings: normal;
    font-variant-numeric: normal;
  }

  .xxs\:ordinal {
    --tw-ordinal: ordinal;
  }

  .xxs\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .xxs\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .xxs\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .xxs\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .xxs\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .xxs\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .xxs\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .xxs\:leading-3 {
    line-height: .75rem;
  }

  .xxs\:leading-4 {
    line-height: 1rem;
  }

  .xxs\:leading-5 {
    line-height: 1.25rem;
  }

  .xxs\:leading-6 {
    line-height: 1.5rem;
  }

  .xxs\:leading-7 {
    line-height: 1.75rem;
  }

  .xxs\:leading-8 {
    line-height: 2rem;
  }

  .xxs\:leading-9 {
    line-height: 2.25rem;
  }

  .xxs\:leading-10 {
    line-height: 2.5rem;
  }

  .xxs\:leading-none {
    line-height: 1;
  }

  .xxs\:leading-tight {
    line-height: 1.25;
  }

  .xxs\:leading-snug {
    line-height: 1.375;
  }

  .xxs\:leading-normal {
    line-height: 1.5;
  }

  .xxs\:leading-relaxed {
    line-height: 1.625;
  }

  .xxs\:leading-loose {
    line-height: 2;
  }

  .xxs\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .xxs\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .xxs\:tracking-normal {
    letter-spacing: 0em;
  }

  .xxs\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .xxs\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .xxs\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .xxs\:text-transparent {
    color: transparent;
  }

  .xxs\:text-current {
    color: currentColor;
  }

  .xxs\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xxs\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xxs\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xxs\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xxs\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xxs\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xxs\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xxs\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xxs\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xxs\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xxs\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xxs\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xxs\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xxs\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xxs\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xxs\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xxs\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xxs\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xxs\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xxs\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xxs\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xxs\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xxs\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xxs\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xxs\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xxs\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xxs\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xxs\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xxs\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xxs\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xxs\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xxs\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xxs\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xxs\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xxs\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xxs\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xxs\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xxs\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xxs\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xxs\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xxs\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xxs\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xxs\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xxs\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xxs\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xxs\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xxs\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xxs\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xxs\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xxs\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xxs\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xxs\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xxs\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xxs\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xxs\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xxs\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xxs\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xxs\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xxs\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xxs\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xxs\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xxs\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xxs\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xxs\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xxs\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xxs\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xxs\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xxs\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xxs\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xxs\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xxs\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xxs\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xxs\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xxs\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xxs\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xxs\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xxs\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xxs\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xxs\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xxs\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xxs\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xxs\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xxs\:text-primary-color {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .xxs\:text-primary-color-dark {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .xxs\:text-secondary-color {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xxs\:text-custom-gray-sm {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .xxs\:text-custom-gray-sm2 {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .xxs\:text-custom-gray-md {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .xxs\:text-custom-navy-dark {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xxs\:text-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xxs\:text-primary {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .xxs\:text-secondary-1 {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .xxs\:text-secondary-2 {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .xxs\:text-secondary-3 {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .xxs\:text-secondary {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .xxs\:text-secondary-dark {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .xxs\:text-secondary-light {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .xxs\:text-grayCustom-1 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xxs\:text-grayCustom-2 {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xxs\:text-grayCustom-3 {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xxs\:text-grayCustom-800 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xxs\:text-grayCustom {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xxs\:text-grayCustom-dark {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xxs\:text-grayCustom-light {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xxs\:text-grayCustom-hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .xxs\:text-error {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .xxs\:text-error-light {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .xxs\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xxs\:text-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .xxs\:text-success {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .xxs\:text-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .xxs\:text-status-open {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xxs\:text-status-waiting_payment {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xxs\:text-status-completed {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .xxs\:text-status-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xxs\:text-status-waiting_verify {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xxs\:text-status-closed {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xxs\:text-policyStatus-issuing {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xxs\:text-policyStatus-waiting_inspection {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xxs\:text-policyStatus-success {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .xxs\:text-policyStatus-failed_inspection {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xxs\:text-policyStatus-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xxs\:text-policyStatus-waiting_policy {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xxs\:text-policyStatus-cancel {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .xxs\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .xxs\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-primary-color {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-primary-color-dark {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-secondary-color {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-custom-gray-sm {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-custom-gray-sm2 {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-custom-gray-md {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-custom-navy-dark {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-primary {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-secondary-1 {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-secondary-2 {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-secondary-3 {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-secondary {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-secondary-dark {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-secondary-light {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-grayCustom-1 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-grayCustom-2 {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-grayCustom-3 {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-grayCustom-800 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-grayCustom {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-grayCustom-dark {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-grayCustom-light {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-grayCustom-hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-error {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-error-light {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-success {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-status-open {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-status-waiting_payment {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-status-completed {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-status-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-status-waiting_verify {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-status-closed {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-policyStatus-issuing {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-policyStatus-waiting_inspection {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-policyStatus-success {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-policyStatus-failed_inspection {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-policyStatus-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-policyStatus-waiting_policy {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .xxs\:group-hover\:text-policyStatus-cancel {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-transparent[focus-within] {
    color: transparent;
  }

  .xxs\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .xxs\:focus-within\:text-current[focus-within] {
    color: currentColor;
  }

  .xxs\:focus-within\:text-current:focus-within {
    color: currentColor;
  }

  .xxs\:focus-within\:text-black[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-white[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-gray-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-gray-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-gray-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-gray-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-gray-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-gray-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-gray-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-gray-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-gray-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-gray-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-red-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-red-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-red-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-red-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-red-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-red-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-red-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-red-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-red-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-red-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-yellow-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-yellow-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-yellow-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-yellow-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-yellow-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-yellow-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-yellow-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-yellow-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-yellow-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-yellow-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-green-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-green-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-green-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-green-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-green-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-green-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-green-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-green-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-green-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-green-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-blue-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-blue-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-blue-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-blue-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-blue-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-blue-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-blue-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-blue-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-blue-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-blue-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-indigo-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-indigo-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-indigo-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-indigo-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-indigo-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-indigo-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-indigo-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-indigo-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-indigo-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-indigo-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-purple-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-purple-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-purple-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-purple-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-purple-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-purple-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-purple-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-purple-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-purple-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-purple-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-pink-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-pink-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-pink-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-pink-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-pink-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-pink-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-pink-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-pink-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-pink-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-pink-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-primary-color[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-primary-color:focus-within {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-primary-color-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-primary-color-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-secondary-color[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-secondary-color:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-custom-gray-sm[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-custom-gray-sm:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-custom-gray-sm2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-custom-gray-sm2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-custom-gray-md[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-custom-gray-md:focus-within {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-custom-navy-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-custom-navy-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-dark-blue[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-dark-blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-primary[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-primary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-secondary-1[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-secondary-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-secondary-2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-secondary-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-secondary-3[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-secondary-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-secondary[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-secondary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-secondary-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-secondary-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-secondary-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-secondary-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-grayCustom-1[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-grayCustom-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-grayCustom-2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-grayCustom-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-grayCustom-3[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-grayCustom-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-grayCustom-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-grayCustom-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-grayCustom[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-grayCustom:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-grayCustom-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-grayCustom-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-grayCustom-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-grayCustom-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-grayCustom-hover[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-grayCustom-hover:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-error[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-error:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-error-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-error-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-warning[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-warning:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-warning-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-warning-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-success[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-success-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-success-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-status-open[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-status-open:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-status-waiting_payment[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-status-waiting_payment:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-status-completed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-status-completed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-status-failed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-status-failed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-status-waiting_verify[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-status-waiting_verify:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-status-closed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-status-closed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-policyStatus-issuing[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-policyStatus-issuing:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-policyStatus-waiting_inspection[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-policyStatus-waiting_inspection:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-policyStatus-success[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-policyStatus-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-policyStatus-failed_inspection[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-policyStatus-failed_inspection:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-policyStatus-failed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-policyStatus-failed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-policyStatus-waiting_policy[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-policyStatus-waiting_policy:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-policyStatus-cancel[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xxs\:focus-within\:text-policyStatus-cancel:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xxs\:hover\:text-current:hover {
    color: currentColor;
  }

  .xxs\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-green-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-primary-color:hover {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-primary-color-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-secondary-color:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-custom-gray-sm:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-custom-gray-sm2:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-custom-gray-md:hover {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-custom-navy-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-dark-blue:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-secondary-1:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-secondary-2:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-secondary-3:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-secondary:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-secondary-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-secondary-light:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-grayCustom-1:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-grayCustom-2:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-grayCustom-3:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-grayCustom-800:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-grayCustom:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-grayCustom-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-grayCustom-light:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-grayCustom-hover:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-error:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-error-light:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-warning:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-warning-light:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-success:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-success-light:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-status-open:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-status-waiting_payment:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-status-completed:hover {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-status-failed:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-status-waiting_verify:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-status-closed:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-policyStatus-issuing:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-policyStatus-waiting_inspection:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-policyStatus-success:hover {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-policyStatus-failed_inspection:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-policyStatus-failed:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-policyStatus-waiting_policy:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xxs\:hover\:text-policyStatus-cancel:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xxs\:focus\:text-current:focus {
    color: currentColor;
  }

  .xxs\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-green-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-primary-color:focus {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-primary-color-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-secondary-color:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-custom-gray-sm:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-custom-gray-sm2:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-custom-gray-md:focus {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-custom-navy-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-dark-blue:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-primary:focus {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-secondary-1:focus {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-secondary-2:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-secondary-3:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-secondary:focus {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-secondary-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-secondary-light:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-grayCustom-1:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-grayCustom-2:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-grayCustom-3:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-grayCustom-800:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-grayCustom:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-grayCustom-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-grayCustom-light:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-grayCustom-hover:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-error:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-error-light:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-warning:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-warning-light:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-success:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-success-light:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-status-open:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-status-waiting_payment:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-status-completed:focus {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-status-failed:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-status-waiting_verify:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-status-closed:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-policyStatus-issuing:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-policyStatus-waiting_inspection:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-policyStatus-success:focus {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-policyStatus-failed_inspection:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-policyStatus-failed:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-policyStatus-waiting_policy:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xxs\:focus\:text-policyStatus-cancel:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xxs\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .xxs\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .xxs\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .xxs\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .xxs\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .xxs\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .xxs\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .xxs\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .xxs\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .xxs\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .xxs\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .xxs\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .xxs\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .xxs\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .xxs\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .xxs\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .xxs\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .xxs\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .xxs\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .xxs\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .xxs\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .xxs\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .xxs\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .xxs\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .xxs\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .xxs\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .xxs\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .xxs\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .xxs\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .xxs\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .xxs\:focus-within\:text-opacity-0[focus-within] {
    --tw-text-opacity: 0;
  }

  .xxs\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .xxs\:focus-within\:text-opacity-5[focus-within] {
    --tw-text-opacity: 0.05;
  }

  .xxs\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .xxs\:focus-within\:text-opacity-10[focus-within] {
    --tw-text-opacity: 0.1;
  }

  .xxs\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .xxs\:focus-within\:text-opacity-20[focus-within] {
    --tw-text-opacity: 0.2;
  }

  .xxs\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .xxs\:focus-within\:text-opacity-25[focus-within] {
    --tw-text-opacity: 0.25;
  }

  .xxs\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .xxs\:focus-within\:text-opacity-30[focus-within] {
    --tw-text-opacity: 0.3;
  }

  .xxs\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .xxs\:focus-within\:text-opacity-40[focus-within] {
    --tw-text-opacity: 0.4;
  }

  .xxs\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .xxs\:focus-within\:text-opacity-50[focus-within] {
    --tw-text-opacity: 0.5;
  }

  .xxs\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .xxs\:focus-within\:text-opacity-60[focus-within] {
    --tw-text-opacity: 0.6;
  }

  .xxs\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .xxs\:focus-within\:text-opacity-70[focus-within] {
    --tw-text-opacity: 0.7;
  }

  .xxs\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .xxs\:focus-within\:text-opacity-75[focus-within] {
    --tw-text-opacity: 0.75;
  }

  .xxs\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .xxs\:focus-within\:text-opacity-80[focus-within] {
    --tw-text-opacity: 0.8;
  }

  .xxs\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .xxs\:focus-within\:text-opacity-90[focus-within] {
    --tw-text-opacity: 0.9;
  }

  .xxs\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .xxs\:focus-within\:text-opacity-95[focus-within] {
    --tw-text-opacity: 0.95;
  }

  .xxs\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .xxs\:focus-within\:text-opacity-100[focus-within] {
    --tw-text-opacity: 1;
  }

  .xxs\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .xxs\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .xxs\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .xxs\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .xxs\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .xxs\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .xxs\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .xxs\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .xxs\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .xxs\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .xxs\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .xxs\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .xxs\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .xxs\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .xxs\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .xxs\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .xxs\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .xxs\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .xxs\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .xxs\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .xxs\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .xxs\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .xxs\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .xxs\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .xxs\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .xxs\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .xxs\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .xxs\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .xxs\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .xxs\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .xxs\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .xxs\:underline {
    text-decoration: underline;
  }

  .xxs\:line-through {
    text-decoration: line-through;
  }

  .xxs\:no-underline {
    text-decoration: none;
  }

  .group:hover .xxs\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .xxs\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .xxs\:group-hover\:no-underline {
    text-decoration: none;
  }

  .xxs\:focus-within\:underline[focus-within] {
    text-decoration: underline;
  }

  .xxs\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .xxs\:focus-within\:line-through[focus-within] {
    text-decoration: line-through;
  }

  .xxs\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .xxs\:focus-within\:no-underline[focus-within] {
    text-decoration: none;
  }

  .xxs\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .xxs\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xxs\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xxs\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xxs\:focus\:underline:focus {
    text-decoration: underline;
  }

  .xxs\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .xxs\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .xxs\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xxs\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xxs\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .xxs\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .xxs\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .xxs\:placeholder-current::placeholder {
    color: currentColor;
  }

  .xxs\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-primary-color::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-primary-color::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-primary-color-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-primary-color-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-secondary-color::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-secondary-color::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-custom-gray-sm::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-custom-gray-sm::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-custom-gray-sm2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-custom-gray-sm2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-custom-gray-md::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-custom-gray-md::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-custom-navy-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-custom-navy-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-dark-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-dark-blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-primary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-secondary-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-secondary-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-secondary-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-secondary-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-secondary-3::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-secondary-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-secondary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-secondary-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-secondary-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-secondary-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-secondary-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-grayCustom-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-grayCustom-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-grayCustom-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-grayCustom-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-grayCustom-3::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-grayCustom-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-grayCustom-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-grayCustom-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-grayCustom::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-grayCustom::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-grayCustom-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-grayCustom-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-grayCustom-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-grayCustom-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-grayCustom-hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-grayCustom-hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-error::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-error::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-error-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-error-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-warning::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-warning::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-warning-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-warning-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-success-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-success-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-status-open::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-status-open::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-status-waiting_payment::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-status-waiting_payment::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-status-completed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-status-completed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-status-failed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-status-failed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-status-waiting_verify::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-status-waiting_verify::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-status-closed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-status-closed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-policyStatus-issuing::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-policyStatus-issuing::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-policyStatus-waiting_inspection::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-policyStatus-waiting_inspection::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-policyStatus-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-policyStatus-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-policyStatus-failed_inspection::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-policyStatus-failed_inspection::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-policyStatus-failed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-policyStatus-failed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-policyStatus-waiting_policy::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-policyStatus-waiting_policy::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-policyStatus-cancel::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-policyStatus-cancel::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .xxs\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .xxs\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .xxs\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .xxs\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-primary-color:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-primary-color:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-primary-color-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-primary-color-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-secondary-color:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-secondary-color:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-custom-gray-sm:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-custom-gray-sm:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-custom-gray-sm2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-custom-gray-sm2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-custom-gray-md:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-custom-gray-md:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-custom-navy-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-custom-navy-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-dark-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-dark-blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-primary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-secondary-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-secondary-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-secondary-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-secondary-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-secondary-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-secondary-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-secondary-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-secondary-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-secondary-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-secondary-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grayCustom-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grayCustom-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grayCustom-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grayCustom-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grayCustom-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grayCustom-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grayCustom-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grayCustom-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grayCustom:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grayCustom:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grayCustom-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grayCustom-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grayCustom-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grayCustom-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grayCustom-hover:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grayCustom-hover:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-error:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-error:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-error-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-error-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-warning:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-warning:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-warning-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-warning-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-success-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-success-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-status-open:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-status-open:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-status-waiting_payment:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-status-waiting_payment:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-status-completed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-status-completed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-status-failed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-status-failed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-status-waiting_verify:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-status-waiting_verify:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-status-closed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-status-closed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-policyStatus-issuing:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-policyStatus-issuing:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-policyStatus-waiting_inspection:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-policyStatus-waiting_inspection:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-policyStatus-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-policyStatus-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-policyStatus-failed_inspection:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-policyStatus-failed_inspection:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-policyStatus-failed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-policyStatus-failed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-policyStatus-waiting_policy:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-policyStatus-waiting_policy:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-policyStatus-cancel:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xxs\:focus\:placeholder-policyStatus-cancel:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xxs\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xxs\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xxs\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xxs\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xxs\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xxs\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xxs\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xxs\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xxs\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xxs\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xxs\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xxs\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xxs\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xxs\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xxs\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xxs\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xxs\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xxs\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xxs\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xxs\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xxs\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xxs\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xxs\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xxs\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xxs\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xxs\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xxs\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xxs\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xxs\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xxs\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xxs\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xxs\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xxs\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xxs\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xxs\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xxs\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xxs\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xxs\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xxs\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xxs\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xxs\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xxs\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xxs\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xxs\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xxs\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xxs\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xxs\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xxs\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xxs\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xxs\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xxs\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xxs\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xxs\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xxs\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xxs\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xxs\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xxs\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xxs\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xxs\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xxs\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xxs\:opacity-0 {
    opacity: 0;
  }

  .xxs\:opacity-5 {
    opacity: 0.05;
  }

  .xxs\:opacity-10 {
    opacity: 0.1;
  }

  .xxs\:opacity-20 {
    opacity: 0.2;
  }

  .xxs\:opacity-25 {
    opacity: 0.25;
  }

  .xxs\:opacity-30 {
    opacity: 0.3;
  }

  .xxs\:opacity-40 {
    opacity: 0.4;
  }

  .xxs\:opacity-50 {
    opacity: 0.5;
  }

  .xxs\:opacity-60 {
    opacity: 0.6;
  }

  .xxs\:opacity-70 {
    opacity: 0.7;
  }

  .xxs\:opacity-75 {
    opacity: 0.75;
  }

  .xxs\:opacity-80 {
    opacity: 0.8;
  }

  .xxs\:opacity-90 {
    opacity: 0.9;
  }

  .xxs\:opacity-95 {
    opacity: 0.95;
  }

  .xxs\:opacity-100 {
    opacity: 1;
  }

  .group:hover .xxs\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .xxs\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .xxs\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .xxs\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .xxs\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .xxs\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .xxs\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .xxs\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .xxs\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .xxs\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .xxs\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .xxs\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .xxs\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .xxs\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .xxs\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .xxs\:focus-within\:opacity-0[focus-within] {
    opacity: 0;
  }

  .xxs\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .xxs\:focus-within\:opacity-5[focus-within] {
    opacity: 0.05;
  }

  .xxs\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .xxs\:focus-within\:opacity-10[focus-within] {
    opacity: 0.1;
  }

  .xxs\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .xxs\:focus-within\:opacity-20[focus-within] {
    opacity: 0.2;
  }

  .xxs\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .xxs\:focus-within\:opacity-25[focus-within] {
    opacity: 0.25;
  }

  .xxs\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .xxs\:focus-within\:opacity-30[focus-within] {
    opacity: 0.3;
  }

  .xxs\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .xxs\:focus-within\:opacity-40[focus-within] {
    opacity: 0.4;
  }

  .xxs\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .xxs\:focus-within\:opacity-50[focus-within] {
    opacity: 0.5;
  }

  .xxs\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .xxs\:focus-within\:opacity-60[focus-within] {
    opacity: 0.6;
  }

  .xxs\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .xxs\:focus-within\:opacity-70[focus-within] {
    opacity: 0.7;
  }

  .xxs\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .xxs\:focus-within\:opacity-75[focus-within] {
    opacity: 0.75;
  }

  .xxs\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .xxs\:focus-within\:opacity-80[focus-within] {
    opacity: 0.8;
  }

  .xxs\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .xxs\:focus-within\:opacity-90[focus-within] {
    opacity: 0.9;
  }

  .xxs\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .xxs\:focus-within\:opacity-95[focus-within] {
    opacity: 0.95;
  }

  .xxs\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .xxs\:focus-within\:opacity-100[focus-within] {
    opacity: 1;
  }

  .xxs\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .xxs\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xxs\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .xxs\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .xxs\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .xxs\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .xxs\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .xxs\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .xxs\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .xxs\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .xxs\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .xxs\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .xxs\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .xxs\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .xxs\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .xxs\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .xxs\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .xxs\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .xxs\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .xxs\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .xxs\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .xxs\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .xxs\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .xxs\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .xxs\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .xxs\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .xxs\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .xxs\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .xxs\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .xxs\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .xxs\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .xxs\:disabled\:opacity-0:disabled {
    opacity: 0;
  }

  .xxs\:disabled\:opacity-5:disabled {
    opacity: 0.05;
  }

  .xxs\:disabled\:opacity-10:disabled {
    opacity: 0.1;
  }

  .xxs\:disabled\:opacity-20:disabled {
    opacity: 0.2;
  }

  .xxs\:disabled\:opacity-25:disabled {
    opacity: 0.25;
  }

  .xxs\:disabled\:opacity-30:disabled {
    opacity: 0.3;
  }

  .xxs\:disabled\:opacity-40:disabled {
    opacity: 0.4;
  }

  .xxs\:disabled\:opacity-50:disabled {
    opacity: 0.5;
  }

  .xxs\:disabled\:opacity-60:disabled {
    opacity: 0.6;
  }

  .xxs\:disabled\:opacity-70:disabled {
    opacity: 0.7;
  }

  .xxs\:disabled\:opacity-75:disabled {
    opacity: 0.75;
  }

  .xxs\:disabled\:opacity-80:disabled {
    opacity: 0.8;
  }

  .xxs\:disabled\:opacity-90:disabled {
    opacity: 0.9;
  }

  .xxs\:disabled\:opacity-95:disabled {
    opacity: 0.95;
  }

  .xxs\:disabled\:opacity-100:disabled {
    opacity: 1;
  }

  .xxs\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .xxs\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .xxs\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .xxs\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .xxs\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .xxs\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .xxs\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .xxs\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .xxs\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .xxs\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .xxs\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .xxs\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .xxs\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .xxs\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .xxs\:bg-blend-color {
    background-blend-mode: color;
  }

  .xxs\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .xxs\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .xxs\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .xxs\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .xxs\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .xxs\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .xxs\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .xxs\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .xxs\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .xxs\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .xxs\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .xxs\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .xxs\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .xxs\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .xxs\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .xxs\:mix-blend-color {
    mix-blend-mode: color;
  }

  .xxs\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .xxs\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:shadow-none {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:shadow-button {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:shadow-button-hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:shadow-secondary-tag {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:shadow-gray {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .xxs\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .xxs\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .xxs\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .xxs\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .xxs\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .xxs\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .xxs\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .xxs\:group-hover\:shadow-none {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .xxs\:group-hover\:shadow-button {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .xxs\:group-hover\:shadow-button-hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .xxs\:group-hover\:shadow-secondary-tag {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .xxs\:group-hover\:shadow-gray {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:focus-within\:shadow-sm[focus-within] {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:focus-within\:shadow[focus-within] {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:focus-within\:shadow-md[focus-within] {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:focus-within\:shadow-lg[focus-within] {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:focus-within\:shadow-xl[focus-within] {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:focus-within\:shadow-2xl[focus-within] {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:focus-within\:shadow-inner[focus-within] {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:focus-within\:shadow-none[focus-within] {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:focus-within\:shadow-button[focus-within] {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:focus-within\:shadow-button:focus-within {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:focus-within\:shadow-button-hover[focus-within] {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:focus-within\:shadow-button-hover:focus-within {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:focus-within\:shadow-secondary-tag[focus-within] {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:focus-within\:shadow-secondary-tag:focus-within {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:focus-within\:shadow-gray[focus-within] {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:focus-within\:shadow-gray:focus-within {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:hover\:shadow-button:hover {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:hover\:shadow-button-hover:hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:hover\:shadow-secondary-tag:hover {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:hover\:shadow-gray:hover {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:focus\:shadow-button:focus {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:focus\:shadow-button-hover:focus {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:focus\:shadow-secondary-tag:focus {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:focus\:shadow-gray:focus {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xxs\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xxs\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xxs\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xxs\:focus-within\:outline-none[focus-within] {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xxs\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xxs\:focus-within\:outline-white[focus-within] {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xxs\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xxs\:focus-within\:outline-black[focus-within] {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xxs\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xxs\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xxs\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xxs\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xxs\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xxs\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xxs\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xxs\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xxs\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xxs\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xxs\:focus-within\:ring-0[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xxs\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xxs\:focus-within\:ring-1[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xxs\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xxs\:focus-within\:ring-2[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xxs\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xxs\:focus-within\:ring-4[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xxs\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xxs\:focus-within\:ring-8[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xxs\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xxs\:focus-within\:ring[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xxs\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xxs\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xxs\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xxs\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xxs\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xxs\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xxs\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xxs\:ring-inset {
    --tw-ring-inset: inset;
  }

  .xxs\:focus-within\:ring-inset[focus-within] {
    --tw-ring-inset: inset;
  }

  .xxs\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .xxs\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .xxs\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .xxs\:ring-current {
    --tw-ring-color: currentColor;
  }

  .xxs\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xxs\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xxs\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xxs\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .xxs\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .xxs\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .xxs\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .xxs\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .xxs\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .xxs\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .xxs\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .xxs\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .xxs\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xxs\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xxs\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xxs\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xxs\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xxs\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xxs\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xxs\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xxs\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xxs\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xxs\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xxs\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xxs\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xxs\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xxs\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xxs\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xxs\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xxs\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xxs\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xxs\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xxs\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xxs\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xxs\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xxs\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xxs\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xxs\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xxs\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xxs\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xxs\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xxs\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xxs\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xxs\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xxs\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xxs\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xxs\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xxs\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xxs\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xxs\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xxs\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xxs\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xxs\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xxs\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xxs\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xxs\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xxs\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xxs\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xxs\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xxs\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xxs\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xxs\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xxs\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xxs\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xxs\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xxs\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xxs\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xxs\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xxs\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xxs\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xxs\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xxs\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xxs\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xxs\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xxs\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xxs\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xxs\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xxs\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xxs\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xxs\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xxs\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xxs\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xxs\:ring-primary-color {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .xxs\:ring-primary-color-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .xxs\:ring-secondary-color {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .xxs\:ring-custom-gray-sm {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .xxs\:ring-custom-gray-sm2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .xxs\:ring-custom-gray-md {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .xxs\:ring-custom-navy-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .xxs\:ring-dark-blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .xxs\:ring-primary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .xxs\:ring-secondary-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .xxs\:ring-secondary-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .xxs\:ring-secondary-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .xxs\:ring-secondary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .xxs\:ring-secondary-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .xxs\:ring-secondary-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .xxs\:ring-grayCustom-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .xxs\:ring-grayCustom-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xxs\:ring-grayCustom-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .xxs\:ring-grayCustom-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .xxs\:ring-grayCustom {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xxs\:ring-grayCustom-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .xxs\:ring-grayCustom-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .xxs\:ring-grayCustom-hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .xxs\:ring-error {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .xxs\:ring-error-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .xxs\:ring-warning {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xxs\:ring-warning-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .xxs\:ring-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .xxs\:ring-success-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .xxs\:ring-status-open {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xxs\:ring-status-waiting_payment {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xxs\:ring-status-completed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .xxs\:ring-status-failed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .xxs\:ring-status-waiting_verify {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xxs\:ring-status-closed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xxs\:ring-policyStatus-issuing {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xxs\:ring-policyStatus-waiting_inspection {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xxs\:ring-policyStatus-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .xxs\:ring-policyStatus-failed_inspection {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .xxs\:ring-policyStatus-failed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .xxs\:ring-policyStatus-waiting_policy {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xxs\:ring-policyStatus-cancel {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-transparent[focus-within] {
    --tw-ring-color: transparent;
  }

  .xxs\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .xxs\:focus-within\:ring-current[focus-within] {
    --tw-ring-color: currentColor;
  }

  .xxs\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor;
  }

  .xxs\:focus-within\:ring-black[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-white[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-gray-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-gray-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-gray-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-gray-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-gray-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-gray-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-gray-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-gray-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-gray-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-gray-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-red-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-red-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-red-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-red-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-red-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-red-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-red-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-red-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-red-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-red-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-yellow-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-yellow-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-yellow-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-yellow-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-yellow-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-yellow-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-yellow-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-yellow-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-yellow-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-yellow-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-green-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-green-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-green-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-green-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-green-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-green-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-green-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-green-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-green-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-green-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-blue-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-blue-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-blue-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-blue-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-blue-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-blue-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-blue-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-blue-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-blue-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-blue-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-indigo-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-indigo-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-indigo-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-indigo-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-indigo-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-indigo-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-indigo-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-indigo-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-indigo-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-indigo-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-purple-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-purple-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-purple-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-purple-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-purple-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-purple-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-purple-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-purple-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-purple-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-purple-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-pink-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-pink-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-pink-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-pink-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-pink-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-pink-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-pink-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-pink-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-pink-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-pink-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-primary-color[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-primary-color:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-primary-color-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-primary-color-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-secondary-color[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-secondary-color:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-custom-gray-sm[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-custom-gray-sm:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-custom-gray-sm2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-custom-gray-sm2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-custom-gray-md[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-custom-gray-md:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-custom-navy-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-custom-navy-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-dark-blue[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-dark-blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-primary[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-primary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-secondary-1[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-secondary-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-secondary-2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-secondary-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-secondary-3[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-secondary-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-secondary[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-secondary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-secondary-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-secondary-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-secondary-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-secondary-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-grayCustom-1[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-grayCustom-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-grayCustom-2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-grayCustom-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-grayCustom-3[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-grayCustom-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-grayCustom-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-grayCustom-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-grayCustom[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-grayCustom:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-grayCustom-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-grayCustom-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-grayCustom-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-grayCustom-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-grayCustom-hover[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-grayCustom-hover:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-error[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-error:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-error-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-error-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-warning[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-warning:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-warning-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-warning-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-success[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-success-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-success-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-status-open[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-status-open:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-status-waiting_payment[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-status-waiting_payment:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-status-completed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-status-completed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-status-failed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-status-failed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-status-waiting_verify[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-status-waiting_verify:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-status-closed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-status-closed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-policyStatus-issuing[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-policyStatus-issuing:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-policyStatus-waiting_inspection[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-policyStatus-waiting_inspection:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-policyStatus-success[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-policyStatus-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-policyStatus-failed_inspection[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-policyStatus-failed_inspection:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-policyStatus-failed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-policyStatus-failed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-policyStatus-waiting_policy[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-policyStatus-waiting_policy:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-policyStatus-cancel[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xxs\:focus-within\:ring-policyStatus-cancel:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .xxs\:focus\:ring-current:focus {
    --tw-ring-color: currentColor;
  }

  .xxs\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-primary-color:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-primary-color-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-secondary-color:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-custom-gray-sm:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-custom-gray-sm2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-custom-gray-md:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-custom-navy-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-dark-blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-primary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-secondary-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-secondary-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-secondary-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-secondary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-secondary-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-secondary-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-grayCustom-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-grayCustom-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-grayCustom-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-grayCustom-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-grayCustom:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-grayCustom-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-grayCustom-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-grayCustom-hover:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-error:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-error-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-warning:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-warning-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-success-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-status-open:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-status-waiting_payment:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-status-completed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-status-failed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-status-waiting_verify:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-status-closed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-policyStatus-issuing:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-policyStatus-waiting_inspection:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-policyStatus-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-policyStatus-failed_inspection:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-policyStatus-failed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-policyStatus-waiting_policy:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xxs\:focus\:ring-policyStatus-cancel:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xxs\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .xxs\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .xxs\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .xxs\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .xxs\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .xxs\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .xxs\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .xxs\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .xxs\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .xxs\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .xxs\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .xxs\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .xxs\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .xxs\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .xxs\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .xxs\:focus-within\:ring-opacity-0[focus-within] {
    --tw-ring-opacity: 0;
  }

  .xxs\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .xxs\:focus-within\:ring-opacity-5[focus-within] {
    --tw-ring-opacity: 0.05;
  }

  .xxs\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .xxs\:focus-within\:ring-opacity-10[focus-within] {
    --tw-ring-opacity: 0.1;
  }

  .xxs\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .xxs\:focus-within\:ring-opacity-20[focus-within] {
    --tw-ring-opacity: 0.2;
  }

  .xxs\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .xxs\:focus-within\:ring-opacity-25[focus-within] {
    --tw-ring-opacity: 0.25;
  }

  .xxs\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .xxs\:focus-within\:ring-opacity-30[focus-within] {
    --tw-ring-opacity: 0.3;
  }

  .xxs\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .xxs\:focus-within\:ring-opacity-40[focus-within] {
    --tw-ring-opacity: 0.4;
  }

  .xxs\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .xxs\:focus-within\:ring-opacity-50[focus-within] {
    --tw-ring-opacity: 0.5;
  }

  .xxs\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .xxs\:focus-within\:ring-opacity-60[focus-within] {
    --tw-ring-opacity: 0.6;
  }

  .xxs\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .xxs\:focus-within\:ring-opacity-70[focus-within] {
    --tw-ring-opacity: 0.7;
  }

  .xxs\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .xxs\:focus-within\:ring-opacity-75[focus-within] {
    --tw-ring-opacity: 0.75;
  }

  .xxs\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .xxs\:focus-within\:ring-opacity-80[focus-within] {
    --tw-ring-opacity: 0.8;
  }

  .xxs\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .xxs\:focus-within\:ring-opacity-90[focus-within] {
    --tw-ring-opacity: 0.9;
  }

  .xxs\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .xxs\:focus-within\:ring-opacity-95[focus-within] {
    --tw-ring-opacity: 0.95;
  }

  .xxs\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .xxs\:focus-within\:ring-opacity-100[focus-within] {
    --tw-ring-opacity: 1;
  }

  .xxs\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .xxs\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .xxs\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .xxs\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .xxs\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .xxs\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .xxs\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .xxs\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .xxs\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .xxs\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .xxs\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .xxs\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .xxs\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .xxs\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .xxs\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .xxs\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .xxs\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .xxs\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .xxs\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .xxs\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .xxs\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .xxs\:focus-within\:ring-offset-0[focus-within] {
    --tw-ring-offset-width: 0px;
  }

  .xxs\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .xxs\:focus-within\:ring-offset-1[focus-within] {
    --tw-ring-offset-width: 1px;
  }

  .xxs\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .xxs\:focus-within\:ring-offset-2[focus-within] {
    --tw-ring-offset-width: 2px;
  }

  .xxs\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .xxs\:focus-within\:ring-offset-4[focus-within] {
    --tw-ring-offset-width: 4px;
  }

  .xxs\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .xxs\:focus-within\:ring-offset-8[focus-within] {
    --tw-ring-offset-width: 8px;
  }

  .xxs\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .xxs\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .xxs\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .xxs\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .xxs\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .xxs\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .xxs\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .xxs\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }

  .xxs\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .xxs\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .xxs\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f9fafb;
  }

  .xxs\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f3f4f6;
  }

  .xxs\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e5e7eb;
  }

  .xxs\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d1d5db;
  }

  .xxs\:ring-offset-gray-400 {
    --tw-ring-offset-color: #9ca3af;
  }

  .xxs\:ring-offset-gray-500 {
    --tw-ring-offset-color: #6b7280;
  }

  .xxs\:ring-offset-gray-600 {
    --tw-ring-offset-color: #4b5563;
  }

  .xxs\:ring-offset-gray-700 {
    --tw-ring-offset-color: #374151;
  }

  .xxs\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .xxs\:ring-offset-gray-900 {
    --tw-ring-offset-color: #111827;
  }

  .xxs\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .xxs\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .xxs\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .xxs\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .xxs\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .xxs\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .xxs\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .xxs\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .xxs\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .xxs\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xxs\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .xxs\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .xxs\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .xxs\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .xxs\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .xxs\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .xxs\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }

  .xxs\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }

  .xxs\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }

  .xxs\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }

  .xxs\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xxs\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .xxs\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xxs\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xxs\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }

  .xxs\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }

  .xxs\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }

  .xxs\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }

  .xxs\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }

  .xxs\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .xxs\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .xxs\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .xxs\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xxs\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .xxs\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .xxs\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .xxs\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .xxs\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xxs\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .xxs\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xxs\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .xxs\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xxs\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xxs\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xxs\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .xxs\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .xxs\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .xxs\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .xxs\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .xxs\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .xxs\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xxs\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .xxs\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xxs\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xxs\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .xxs\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xxs\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .xxs\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .xxs\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .xxs\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .xxs\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xxs\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .xxs\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xxs\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xxs\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .xxs\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .xxs\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .xxs\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .xxs\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .xxs\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .xxs\:ring-offset-primary-color {
    --tw-ring-offset-color: #eb008b;
  }

  .xxs\:ring-offset-primary-color-dark {
    --tw-ring-offset-color: #c90068;
  }

  .xxs\:ring-offset-secondary-color {
    --tw-ring-offset-color: #112e42;
  }

  .xxs\:ring-offset-custom-gray-sm {
    --tw-ring-offset-color: #f1f4f6;
  }

  .xxs\:ring-offset-custom-gray-sm2 {
    --tw-ring-offset-color: #f1f2f3;
  }

  .xxs\:ring-offset-custom-gray-md {
    --tw-ring-offset-color: #848484;
  }

  .xxs\:ring-offset-custom-navy-dark {
    --tw-ring-offset-color: #112e42;
  }

  .xxs\:ring-offset-dark-blue {
    --tw-ring-offset-color: #112E42;
  }

  .xxs\:ring-offset-primary {
    --tw-ring-offset-color: #192D40;
  }

  .xxs\:ring-offset-secondary-1 {
    --tw-ring-offset-color: #E6007E;
  }

  .xxs\:ring-offset-secondary-2 {
    --tw-ring-offset-color: #D6D564;
  }

  .xxs\:ring-offset-secondary-3 {
    --tw-ring-offset-color: #FCFCCD;
  }

  .xxs\:ring-offset-secondary {
    --tw-ring-offset-color: #E6007E;
  }

  .xxs\:ring-offset-secondary-dark {
    --tw-ring-offset-color: #C11A7D;
  }

  .xxs\:ring-offset-secondary-light {
    --tw-ring-offset-color: #FBCEE9;
  }

  .xxs\:ring-offset-grayCustom-1 {
    --tw-ring-offset-color: #4F4F4F;
  }

  .xxs\:ring-offset-grayCustom-2 {
    --tw-ring-offset-color: #C4C4C4;
  }

  .xxs\:ring-offset-grayCustom-3 {
    --tw-ring-offset-color: #F9F9F9;
  }

  .xxs\:ring-offset-grayCustom-800 {
    --tw-ring-offset-color: #4F4F4F;
  }

  .xxs\:ring-offset-grayCustom {
    --tw-ring-offset-color: #C4C4C4;
  }

  .xxs\:ring-offset-grayCustom-dark {
    --tw-ring-offset-color: #4F4F4F;
  }

  .xxs\:ring-offset-grayCustom-light {
    --tw-ring-offset-color: #F9F9F9;
  }

  .xxs\:ring-offset-grayCustom-hover {
    --tw-ring-offset-color: #9F9F9F;
  }

  .xxs\:ring-offset-error {
    --tw-ring-offset-color: #FF206E;
  }

  .xxs\:ring-offset-error-light {
    --tw-ring-offset-color: #FDE8EA;
  }

  .xxs\:ring-offset-warning {
    --tw-ring-offset-color: #FFAE14;
  }

  .xxs\:ring-offset-warning-light {
    --tw-ring-offset-color: #FFF6E5;
  }

  .xxs\:ring-offset-success {
    --tw-ring-offset-color: #2DD881;
  }

  .xxs\:ring-offset-success-light {
    --tw-ring-offset-color: #E9FBF2;
  }

  .xxs\:ring-offset-status-open {
    --tw-ring-offset-color: #FFF;
  }

  .xxs\:ring-offset-status-waiting_payment {
    --tw-ring-offset-color: #ffae14;
  }

  .xxs\:ring-offset-status-completed {
    --tw-ring-offset-color: #54c1bb;
  }

  .xxs\:ring-offset-status-failed {
    --tw-ring-offset-color: #e8556b;
  }

  .xxs\:ring-offset-status-waiting_verify {
    --tw-ring-offset-color: #ffae14;
  }

  .xxs\:ring-offset-status-closed {
    --tw-ring-offset-color: #c4c4c4;
  }

  .xxs\:ring-offset-policyStatus-issuing {
    --tw-ring-offset-color: #FFF;
  }

  .xxs\:ring-offset-policyStatus-waiting_inspection {
    --tw-ring-offset-color: #ffae14;
  }

  .xxs\:ring-offset-policyStatus-success {
    --tw-ring-offset-color: #54c1bb;
  }

  .xxs\:ring-offset-policyStatus-failed_inspection {
    --tw-ring-offset-color: #e8556b;
  }

  .xxs\:ring-offset-policyStatus-failed {
    --tw-ring-offset-color: #e8556b;
  }

  .xxs\:ring-offset-policyStatus-waiting_policy {
    --tw-ring-offset-color: #ffae14;
  }

  .xxs\:ring-offset-policyStatus-cancel {
    --tw-ring-offset-color: #c4c4c4;
  }

  .xxs\:focus-within\:ring-offset-transparent[focus-within] {
    --tw-ring-offset-color: transparent;
  }

  .xxs\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .xxs\:focus-within\:ring-offset-current[focus-within] {
    --tw-ring-offset-color: currentColor;
  }

  .xxs\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }

  .xxs\:focus-within\:ring-offset-black[focus-within] {
    --tw-ring-offset-color: #000;
  }

  .xxs\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .xxs\:focus-within\:ring-offset-white[focus-within] {
    --tw-ring-offset-color: #fff;
  }

  .xxs\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .xxs\:focus-within\:ring-offset-gray-50[focus-within] {
    --tw-ring-offset-color: #f9fafb;
  }

  .xxs\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f9fafb;
  }

  .xxs\:focus-within\:ring-offset-gray-100[focus-within] {
    --tw-ring-offset-color: #f3f4f6;
  }

  .xxs\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6;
  }

  .xxs\:focus-within\:ring-offset-gray-200[focus-within] {
    --tw-ring-offset-color: #e5e7eb;
  }

  .xxs\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb;
  }

  .xxs\:focus-within\:ring-offset-gray-300[focus-within] {
    --tw-ring-offset-color: #d1d5db;
  }

  .xxs\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d1d5db;
  }

  .xxs\:focus-within\:ring-offset-gray-400[focus-within] {
    --tw-ring-offset-color: #9ca3af;
  }

  .xxs\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #9ca3af;
  }

  .xxs\:focus-within\:ring-offset-gray-500[focus-within] {
    --tw-ring-offset-color: #6b7280;
  }

  .xxs\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #6b7280;
  }

  .xxs\:focus-within\:ring-offset-gray-600[focus-within] {
    --tw-ring-offset-color: #4b5563;
  }

  .xxs\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #4b5563;
  }

  .xxs\:focus-within\:ring-offset-gray-700[focus-within] {
    --tw-ring-offset-color: #374151;
  }

  .xxs\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #374151;
  }

  .xxs\:focus-within\:ring-offset-gray-800[focus-within] {
    --tw-ring-offset-color: #1f2937;
  }

  .xxs\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #1f2937;
  }

  .xxs\:focus-within\:ring-offset-gray-900[focus-within] {
    --tw-ring-offset-color: #111827;
  }

  .xxs\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #111827;
  }

  .xxs\:focus-within\:ring-offset-red-50[focus-within] {
    --tw-ring-offset-color: #fef2f2;
  }

  .xxs\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .xxs\:focus-within\:ring-offset-red-100[focus-within] {
    --tw-ring-offset-color: #fee2e2;
  }

  .xxs\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .xxs\:focus-within\:ring-offset-red-200[focus-within] {
    --tw-ring-offset-color: #fecaca;
  }

  .xxs\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .xxs\:focus-within\:ring-offset-red-300[focus-within] {
    --tw-ring-offset-color: #fca5a5;
  }

  .xxs\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .xxs\:focus-within\:ring-offset-red-400[focus-within] {
    --tw-ring-offset-color: #f87171;
  }

  .xxs\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .xxs\:focus-within\:ring-offset-red-500[focus-within] {
    --tw-ring-offset-color: #ef4444;
  }

  .xxs\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .xxs\:focus-within\:ring-offset-red-600[focus-within] {
    --tw-ring-offset-color: #dc2626;
  }

  .xxs\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .xxs\:focus-within\:ring-offset-red-700[focus-within] {
    --tw-ring-offset-color: #b91c1c;
  }

  .xxs\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .xxs\:focus-within\:ring-offset-red-800[focus-within] {
    --tw-ring-offset-color: #991b1b;
  }

  .xxs\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .xxs\:focus-within\:ring-offset-red-900[focus-within] {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xxs\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xxs\:focus-within\:ring-offset-yellow-50[focus-within] {
    --tw-ring-offset-color: #fffbeb;
  }

  .xxs\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .xxs\:focus-within\:ring-offset-yellow-100[focus-within] {
    --tw-ring-offset-color: #fef3c7;
  }

  .xxs\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .xxs\:focus-within\:ring-offset-yellow-200[focus-within] {
    --tw-ring-offset-color: #fde68a;
  }

  .xxs\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .xxs\:focus-within\:ring-offset-yellow-300[focus-within] {
    --tw-ring-offset-color: #fcd34d;
  }

  .xxs\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .xxs\:focus-within\:ring-offset-yellow-400[focus-within] {
    --tw-ring-offset-color: #fbbf24;
  }

  .xxs\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .xxs\:focus-within\:ring-offset-yellow-500[focus-within] {
    --tw-ring-offset-color: #f59e0b;
  }

  .xxs\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .xxs\:focus-within\:ring-offset-yellow-600[focus-within] {
    --tw-ring-offset-color: #d97706;
  }

  .xxs\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .xxs\:focus-within\:ring-offset-yellow-700[focus-within] {
    --tw-ring-offset-color: #b45309;
  }

  .xxs\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .xxs\:focus-within\:ring-offset-yellow-800[focus-within] {
    --tw-ring-offset-color: #92400e;
  }

  .xxs\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .xxs\:focus-within\:ring-offset-yellow-900[focus-within] {
    --tw-ring-offset-color: #78350f;
  }

  .xxs\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .xxs\:focus-within\:ring-offset-green-50[focus-within] {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xxs\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xxs\:focus-within\:ring-offset-green-100[focus-within] {
    --tw-ring-offset-color: #d1fae5;
  }

  .xxs\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .xxs\:focus-within\:ring-offset-green-200[focus-within] {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xxs\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xxs\:focus-within\:ring-offset-green-300[focus-within] {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xxs\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xxs\:focus-within\:ring-offset-green-400[focus-within] {
    --tw-ring-offset-color: #34d399;
  }

  .xxs\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .xxs\:focus-within\:ring-offset-green-500[focus-within] {
    --tw-ring-offset-color: #10b981;
  }

  .xxs\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .xxs\:focus-within\:ring-offset-green-600[focus-within] {
    --tw-ring-offset-color: #059669;
  }

  .xxs\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .xxs\:focus-within\:ring-offset-green-700[focus-within] {
    --tw-ring-offset-color: #047857;
  }

  .xxs\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .xxs\:focus-within\:ring-offset-green-800[focus-within] {
    --tw-ring-offset-color: #065f46;
  }

  .xxs\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .xxs\:focus-within\:ring-offset-green-900[focus-within] {
    --tw-ring-offset-color: #064e3b;
  }

  .xxs\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .xxs\:focus-within\:ring-offset-blue-50[focus-within] {
    --tw-ring-offset-color: #eff6ff;
  }

  .xxs\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .xxs\:focus-within\:ring-offset-blue-100[focus-within] {
    --tw-ring-offset-color: #dbeafe;
  }

  .xxs\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .xxs\:focus-within\:ring-offset-blue-200[focus-within] {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xxs\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xxs\:focus-within\:ring-offset-blue-300[focus-within] {
    --tw-ring-offset-color: #93c5fd;
  }

  .xxs\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .xxs\:focus-within\:ring-offset-blue-400[focus-within] {
    --tw-ring-offset-color: #60a5fa;
  }

  .xxs\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .xxs\:focus-within\:ring-offset-blue-500[focus-within] {
    --tw-ring-offset-color: #3b82f6;
  }

  .xxs\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .xxs\:focus-within\:ring-offset-blue-600[focus-within] {
    --tw-ring-offset-color: #2563eb;
  }

  .xxs\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .xxs\:focus-within\:ring-offset-blue-700[focus-within] {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xxs\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xxs\:focus-within\:ring-offset-blue-800[focus-within] {
    --tw-ring-offset-color: #1e40af;
  }

  .xxs\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .xxs\:focus-within\:ring-offset-blue-900[focus-within] {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xxs\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xxs\:focus-within\:ring-offset-indigo-50[focus-within] {
    --tw-ring-offset-color: #eef2ff;
  }

  .xxs\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .xxs\:focus-within\:ring-offset-indigo-100[focus-within] {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xxs\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xxs\:focus-within\:ring-offset-indigo-200[focus-within] {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xxs\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xxs\:focus-within\:ring-offset-indigo-300[focus-within] {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xxs\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xxs\:focus-within\:ring-offset-indigo-400[focus-within] {
    --tw-ring-offset-color: #818cf8;
  }

  .xxs\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .xxs\:focus-within\:ring-offset-indigo-500[focus-within] {
    --tw-ring-offset-color: #6366f1;
  }

  .xxs\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .xxs\:focus-within\:ring-offset-indigo-600[focus-within] {
    --tw-ring-offset-color: #4f46e5;
  }

  .xxs\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .xxs\:focus-within\:ring-offset-indigo-700[focus-within] {
    --tw-ring-offset-color: #4338ca;
  }

  .xxs\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .xxs\:focus-within\:ring-offset-indigo-800[focus-within] {
    --tw-ring-offset-color: #3730a3;
  }

  .xxs\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .xxs\:focus-within\:ring-offset-indigo-900[focus-within] {
    --tw-ring-offset-color: #312e81;
  }

  .xxs\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .xxs\:focus-within\:ring-offset-purple-50[focus-within] {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xxs\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xxs\:focus-within\:ring-offset-purple-100[focus-within] {
    --tw-ring-offset-color: #ede9fe;
  }

  .xxs\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .xxs\:focus-within\:ring-offset-purple-200[focus-within] {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xxs\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xxs\:focus-within\:ring-offset-purple-300[focus-within] {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xxs\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xxs\:focus-within\:ring-offset-purple-400[focus-within] {
    --tw-ring-offset-color: #a78bfa;
  }

  .xxs\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .xxs\:focus-within\:ring-offset-purple-500[focus-within] {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xxs\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xxs\:focus-within\:ring-offset-purple-600[focus-within] {
    --tw-ring-offset-color: #7c3aed;
  }

  .xxs\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .xxs\:focus-within\:ring-offset-purple-700[focus-within] {
    --tw-ring-offset-color: #6d28d9;
  }

  .xxs\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .xxs\:focus-within\:ring-offset-purple-800[focus-within] {
    --tw-ring-offset-color: #5b21b6;
  }

  .xxs\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .xxs\:focus-within\:ring-offset-purple-900[focus-within] {
    --tw-ring-offset-color: #4c1d95;
  }

  .xxs\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .xxs\:focus-within\:ring-offset-pink-50[focus-within] {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xxs\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xxs\:focus-within\:ring-offset-pink-100[focus-within] {
    --tw-ring-offset-color: #fce7f3;
  }

  .xxs\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .xxs\:focus-within\:ring-offset-pink-200[focus-within] {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xxs\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xxs\:focus-within\:ring-offset-pink-300[focus-within] {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xxs\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xxs\:focus-within\:ring-offset-pink-400[focus-within] {
    --tw-ring-offset-color: #f472b6;
  }

  .xxs\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .xxs\:focus-within\:ring-offset-pink-500[focus-within] {
    --tw-ring-offset-color: #ec4899;
  }

  .xxs\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .xxs\:focus-within\:ring-offset-pink-600[focus-within] {
    --tw-ring-offset-color: #db2777;
  }

  .xxs\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .xxs\:focus-within\:ring-offset-pink-700[focus-within] {
    --tw-ring-offset-color: #be185d;
  }

  .xxs\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .xxs\:focus-within\:ring-offset-pink-800[focus-within] {
    --tw-ring-offset-color: #9d174d;
  }

  .xxs\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .xxs\:focus-within\:ring-offset-pink-900[focus-within] {
    --tw-ring-offset-color: #831843;
  }

  .xxs\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .xxs\:focus-within\:ring-offset-primary-color[focus-within] {
    --tw-ring-offset-color: #eb008b;
  }

  .xxs\:focus-within\:ring-offset-primary-color:focus-within {
    --tw-ring-offset-color: #eb008b;
  }

  .xxs\:focus-within\:ring-offset-primary-color-dark[focus-within] {
    --tw-ring-offset-color: #c90068;
  }

  .xxs\:focus-within\:ring-offset-primary-color-dark:focus-within {
    --tw-ring-offset-color: #c90068;
  }

  .xxs\:focus-within\:ring-offset-secondary-color[focus-within] {
    --tw-ring-offset-color: #112e42;
  }

  .xxs\:focus-within\:ring-offset-secondary-color:focus-within {
    --tw-ring-offset-color: #112e42;
  }

  .xxs\:focus-within\:ring-offset-custom-gray-sm[focus-within] {
    --tw-ring-offset-color: #f1f4f6;
  }

  .xxs\:focus-within\:ring-offset-custom-gray-sm:focus-within {
    --tw-ring-offset-color: #f1f4f6;
  }

  .xxs\:focus-within\:ring-offset-custom-gray-sm2[focus-within] {
    --tw-ring-offset-color: #f1f2f3;
  }

  .xxs\:focus-within\:ring-offset-custom-gray-sm2:focus-within {
    --tw-ring-offset-color: #f1f2f3;
  }

  .xxs\:focus-within\:ring-offset-custom-gray-md[focus-within] {
    --tw-ring-offset-color: #848484;
  }

  .xxs\:focus-within\:ring-offset-custom-gray-md:focus-within {
    --tw-ring-offset-color: #848484;
  }

  .xxs\:focus-within\:ring-offset-custom-navy-dark[focus-within] {
    --tw-ring-offset-color: #112e42;
  }

  .xxs\:focus-within\:ring-offset-custom-navy-dark:focus-within {
    --tw-ring-offset-color: #112e42;
  }

  .xxs\:focus-within\:ring-offset-dark-blue[focus-within] {
    --tw-ring-offset-color: #112E42;
  }

  .xxs\:focus-within\:ring-offset-dark-blue:focus-within {
    --tw-ring-offset-color: #112E42;
  }

  .xxs\:focus-within\:ring-offset-primary[focus-within] {
    --tw-ring-offset-color: #192D40;
  }

  .xxs\:focus-within\:ring-offset-primary:focus-within {
    --tw-ring-offset-color: #192D40;
  }

  .xxs\:focus-within\:ring-offset-secondary-1[focus-within] {
    --tw-ring-offset-color: #E6007E;
  }

  .xxs\:focus-within\:ring-offset-secondary-1:focus-within {
    --tw-ring-offset-color: #E6007E;
  }

  .xxs\:focus-within\:ring-offset-secondary-2[focus-within] {
    --tw-ring-offset-color: #D6D564;
  }

  .xxs\:focus-within\:ring-offset-secondary-2:focus-within {
    --tw-ring-offset-color: #D6D564;
  }

  .xxs\:focus-within\:ring-offset-secondary-3[focus-within] {
    --tw-ring-offset-color: #FCFCCD;
  }

  .xxs\:focus-within\:ring-offset-secondary-3:focus-within {
    --tw-ring-offset-color: #FCFCCD;
  }

  .xxs\:focus-within\:ring-offset-secondary[focus-within] {
    --tw-ring-offset-color: #E6007E;
  }

  .xxs\:focus-within\:ring-offset-secondary:focus-within {
    --tw-ring-offset-color: #E6007E;
  }

  .xxs\:focus-within\:ring-offset-secondary-dark[focus-within] {
    --tw-ring-offset-color: #C11A7D;
  }

  .xxs\:focus-within\:ring-offset-secondary-dark:focus-within {
    --tw-ring-offset-color: #C11A7D;
  }

  .xxs\:focus-within\:ring-offset-secondary-light[focus-within] {
    --tw-ring-offset-color: #FBCEE9;
  }

  .xxs\:focus-within\:ring-offset-secondary-light:focus-within {
    --tw-ring-offset-color: #FBCEE9;
  }

  .xxs\:focus-within\:ring-offset-grayCustom-1[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .xxs\:focus-within\:ring-offset-grayCustom-1:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .xxs\:focus-within\:ring-offset-grayCustom-2[focus-within] {
    --tw-ring-offset-color: #C4C4C4;
  }

  .xxs\:focus-within\:ring-offset-grayCustom-2:focus-within {
    --tw-ring-offset-color: #C4C4C4;
  }

  .xxs\:focus-within\:ring-offset-grayCustom-3[focus-within] {
    --tw-ring-offset-color: #F9F9F9;
  }

  .xxs\:focus-within\:ring-offset-grayCustom-3:focus-within {
    --tw-ring-offset-color: #F9F9F9;
  }

  .xxs\:focus-within\:ring-offset-grayCustom-800[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .xxs\:focus-within\:ring-offset-grayCustom-800:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .xxs\:focus-within\:ring-offset-grayCustom[focus-within] {
    --tw-ring-offset-color: #C4C4C4;
  }

  .xxs\:focus-within\:ring-offset-grayCustom:focus-within {
    --tw-ring-offset-color: #C4C4C4;
  }

  .xxs\:focus-within\:ring-offset-grayCustom-dark[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .xxs\:focus-within\:ring-offset-grayCustom-dark:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .xxs\:focus-within\:ring-offset-grayCustom-light[focus-within] {
    --tw-ring-offset-color: #F9F9F9;
  }

  .xxs\:focus-within\:ring-offset-grayCustom-light:focus-within {
    --tw-ring-offset-color: #F9F9F9;
  }

  .xxs\:focus-within\:ring-offset-grayCustom-hover[focus-within] {
    --tw-ring-offset-color: #9F9F9F;
  }

  .xxs\:focus-within\:ring-offset-grayCustom-hover:focus-within {
    --tw-ring-offset-color: #9F9F9F;
  }

  .xxs\:focus-within\:ring-offset-error[focus-within] {
    --tw-ring-offset-color: #FF206E;
  }

  .xxs\:focus-within\:ring-offset-error:focus-within {
    --tw-ring-offset-color: #FF206E;
  }

  .xxs\:focus-within\:ring-offset-error-light[focus-within] {
    --tw-ring-offset-color: #FDE8EA;
  }

  .xxs\:focus-within\:ring-offset-error-light:focus-within {
    --tw-ring-offset-color: #FDE8EA;
  }

  .xxs\:focus-within\:ring-offset-warning[focus-within] {
    --tw-ring-offset-color: #FFAE14;
  }

  .xxs\:focus-within\:ring-offset-warning:focus-within {
    --tw-ring-offset-color: #FFAE14;
  }

  .xxs\:focus-within\:ring-offset-warning-light[focus-within] {
    --tw-ring-offset-color: #FFF6E5;
  }

  .xxs\:focus-within\:ring-offset-warning-light:focus-within {
    --tw-ring-offset-color: #FFF6E5;
  }

  .xxs\:focus-within\:ring-offset-success[focus-within] {
    --tw-ring-offset-color: #2DD881;
  }

  .xxs\:focus-within\:ring-offset-success:focus-within {
    --tw-ring-offset-color: #2DD881;
  }

  .xxs\:focus-within\:ring-offset-success-light[focus-within] {
    --tw-ring-offset-color: #E9FBF2;
  }

  .xxs\:focus-within\:ring-offset-success-light:focus-within {
    --tw-ring-offset-color: #E9FBF2;
  }

  .xxs\:focus-within\:ring-offset-status-open[focus-within] {
    --tw-ring-offset-color: #FFF;
  }

  .xxs\:focus-within\:ring-offset-status-open:focus-within {
    --tw-ring-offset-color: #FFF;
  }

  .xxs\:focus-within\:ring-offset-status-waiting_payment[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .xxs\:focus-within\:ring-offset-status-waiting_payment:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .xxs\:focus-within\:ring-offset-status-completed[focus-within] {
    --tw-ring-offset-color: #54c1bb;
  }

  .xxs\:focus-within\:ring-offset-status-completed:focus-within {
    --tw-ring-offset-color: #54c1bb;
  }

  .xxs\:focus-within\:ring-offset-status-failed[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .xxs\:focus-within\:ring-offset-status-failed:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .xxs\:focus-within\:ring-offset-status-waiting_verify[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .xxs\:focus-within\:ring-offset-status-waiting_verify:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .xxs\:focus-within\:ring-offset-status-closed[focus-within] {
    --tw-ring-offset-color: #c4c4c4;
  }

  .xxs\:focus-within\:ring-offset-status-closed:focus-within {
    --tw-ring-offset-color: #c4c4c4;
  }

  .xxs\:focus-within\:ring-offset-policyStatus-issuing[focus-within] {
    --tw-ring-offset-color: #FFF;
  }

  .xxs\:focus-within\:ring-offset-policyStatus-issuing:focus-within {
    --tw-ring-offset-color: #FFF;
  }

  .xxs\:focus-within\:ring-offset-policyStatus-waiting_inspection[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .xxs\:focus-within\:ring-offset-policyStatus-waiting_inspection:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .xxs\:focus-within\:ring-offset-policyStatus-success[focus-within] {
    --tw-ring-offset-color: #54c1bb;
  }

  .xxs\:focus-within\:ring-offset-policyStatus-success:focus-within {
    --tw-ring-offset-color: #54c1bb;
  }

  .xxs\:focus-within\:ring-offset-policyStatus-failed_inspection[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .xxs\:focus-within\:ring-offset-policyStatus-failed_inspection:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .xxs\:focus-within\:ring-offset-policyStatus-failed[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .xxs\:focus-within\:ring-offset-policyStatus-failed:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .xxs\:focus-within\:ring-offset-policyStatus-waiting_policy[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .xxs\:focus-within\:ring-offset-policyStatus-waiting_policy:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .xxs\:focus-within\:ring-offset-policyStatus-cancel[focus-within] {
    --tw-ring-offset-color: #c4c4c4;
  }

  .xxs\:focus-within\:ring-offset-policyStatus-cancel:focus-within {
    --tw-ring-offset-color: #c4c4c4;
  }

  .xxs\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .xxs\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }

  .xxs\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .xxs\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .xxs\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f9fafb;
  }

  .xxs\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f3f4f6;
  }

  .xxs\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e5e7eb;
  }

  .xxs\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d1d5db;
  }

  .xxs\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #9ca3af;
  }

  .xxs\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #6b7280;
  }

  .xxs\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #4b5563;
  }

  .xxs\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #374151;
  }

  .xxs\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937;
  }

  .xxs\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #111827;
  }

  .xxs\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .xxs\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .xxs\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .xxs\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .xxs\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .xxs\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .xxs\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .xxs\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .xxs\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .xxs\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xxs\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .xxs\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .xxs\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .xxs\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .xxs\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .xxs\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .xxs\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .xxs\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .xxs\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .xxs\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .xxs\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xxs\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .xxs\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xxs\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xxs\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .xxs\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .xxs\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .xxs\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .xxs\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .xxs\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .xxs\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .xxs\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .xxs\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xxs\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .xxs\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .xxs\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .xxs\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .xxs\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xxs\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .xxs\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xxs\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .xxs\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xxs\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xxs\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xxs\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .xxs\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .xxs\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .xxs\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .xxs\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .xxs\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .xxs\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xxs\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .xxs\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xxs\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xxs\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .xxs\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xxs\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .xxs\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .xxs\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .xxs\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .xxs\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xxs\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .xxs\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xxs\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xxs\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .xxs\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .xxs\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .xxs\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .xxs\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .xxs\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .xxs\:focus\:ring-offset-primary-color:focus {
    --tw-ring-offset-color: #eb008b;
  }

  .xxs\:focus\:ring-offset-primary-color-dark:focus {
    --tw-ring-offset-color: #c90068;
  }

  .xxs\:focus\:ring-offset-secondary-color:focus {
    --tw-ring-offset-color: #112e42;
  }

  .xxs\:focus\:ring-offset-custom-gray-sm:focus {
    --tw-ring-offset-color: #f1f4f6;
  }

  .xxs\:focus\:ring-offset-custom-gray-sm2:focus {
    --tw-ring-offset-color: #f1f2f3;
  }

  .xxs\:focus\:ring-offset-custom-gray-md:focus {
    --tw-ring-offset-color: #848484;
  }

  .xxs\:focus\:ring-offset-custom-navy-dark:focus {
    --tw-ring-offset-color: #112e42;
  }

  .xxs\:focus\:ring-offset-dark-blue:focus {
    --tw-ring-offset-color: #112E42;
  }

  .xxs\:focus\:ring-offset-primary:focus {
    --tw-ring-offset-color: #192D40;
  }

  .xxs\:focus\:ring-offset-secondary-1:focus {
    --tw-ring-offset-color: #E6007E;
  }

  .xxs\:focus\:ring-offset-secondary-2:focus {
    --tw-ring-offset-color: #D6D564;
  }

  .xxs\:focus\:ring-offset-secondary-3:focus {
    --tw-ring-offset-color: #FCFCCD;
  }

  .xxs\:focus\:ring-offset-secondary:focus {
    --tw-ring-offset-color: #E6007E;
  }

  .xxs\:focus\:ring-offset-secondary-dark:focus {
    --tw-ring-offset-color: #C11A7D;
  }

  .xxs\:focus\:ring-offset-secondary-light:focus {
    --tw-ring-offset-color: #FBCEE9;
  }

  .xxs\:focus\:ring-offset-grayCustom-1:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .xxs\:focus\:ring-offset-grayCustom-2:focus {
    --tw-ring-offset-color: #C4C4C4;
  }

  .xxs\:focus\:ring-offset-grayCustom-3:focus {
    --tw-ring-offset-color: #F9F9F9;
  }

  .xxs\:focus\:ring-offset-grayCustom-800:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .xxs\:focus\:ring-offset-grayCustom:focus {
    --tw-ring-offset-color: #C4C4C4;
  }

  .xxs\:focus\:ring-offset-grayCustom-dark:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .xxs\:focus\:ring-offset-grayCustom-light:focus {
    --tw-ring-offset-color: #F9F9F9;
  }

  .xxs\:focus\:ring-offset-grayCustom-hover:focus {
    --tw-ring-offset-color: #9F9F9F;
  }

  .xxs\:focus\:ring-offset-error:focus {
    --tw-ring-offset-color: #FF206E;
  }

  .xxs\:focus\:ring-offset-error-light:focus {
    --tw-ring-offset-color: #FDE8EA;
  }

  .xxs\:focus\:ring-offset-warning:focus {
    --tw-ring-offset-color: #FFAE14;
  }

  .xxs\:focus\:ring-offset-warning-light:focus {
    --tw-ring-offset-color: #FFF6E5;
  }

  .xxs\:focus\:ring-offset-success:focus {
    --tw-ring-offset-color: #2DD881;
  }

  .xxs\:focus\:ring-offset-success-light:focus {
    --tw-ring-offset-color: #E9FBF2;
  }

  .xxs\:focus\:ring-offset-status-open:focus {
    --tw-ring-offset-color: #FFF;
  }

  .xxs\:focus\:ring-offset-status-waiting_payment:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .xxs\:focus\:ring-offset-status-completed:focus {
    --tw-ring-offset-color: #54c1bb;
  }

  .xxs\:focus\:ring-offset-status-failed:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .xxs\:focus\:ring-offset-status-waiting_verify:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .xxs\:focus\:ring-offset-status-closed:focus {
    --tw-ring-offset-color: #c4c4c4;
  }

  .xxs\:focus\:ring-offset-policyStatus-issuing:focus {
    --tw-ring-offset-color: #FFF;
  }

  .xxs\:focus\:ring-offset-policyStatus-waiting_inspection:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .xxs\:focus\:ring-offset-policyStatus-success:focus {
    --tw-ring-offset-color: #54c1bb;
  }

  .xxs\:focus\:ring-offset-policyStatus-failed_inspection:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .xxs\:focus\:ring-offset-policyStatus-failed:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .xxs\:focus\:ring-offset-policyStatus-waiting_policy:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .xxs\:focus\:ring-offset-policyStatus-cancel:focus {
    --tw-ring-offset-color: #c4c4c4;
  }

  .xxs\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .xxs\:filter-none {
    filter: none;
  }

  .xxs\:blur-0 {
    --tw-blur: blur(0);
  }

  .xxs\:blur-none {
    --tw-blur: blur(0);
  }

  .xxs\:blur-sm {
    --tw-blur: blur(4px);
  }

  .xxs\:blur {
    --tw-blur: blur(8px);
  }

  .xxs\:blur-md {
    --tw-blur: blur(12px);
  }

  .xxs\:blur-lg {
    --tw-blur: blur(16px);
  }

  .xxs\:blur-xl {
    --tw-blur: blur(24px);
  }

  .xxs\:blur-2xl {
    --tw-blur: blur(40px);
  }

  .xxs\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .xxs\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .xxs\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .xxs\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .xxs\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .xxs\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .xxs\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .xxs\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .xxs\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .xxs\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .xxs\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .xxs\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .xxs\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .xxs\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .xxs\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .xxs\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .xxs\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .xxs\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .xxs\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .xxs\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .xxs\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .xxs\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .xxs\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .xxs\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .xxs\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .xxs\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 rgba(0,0,0,0));
  }

  .xxs\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .xxs\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .xxs\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .xxs\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .xxs\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .xxs\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .xxs\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .xxs\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .xxs\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .xxs\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .xxs\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .xxs\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .xxs\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .xxs\:invert-0 {
    --tw-invert: invert(0);
  }

  .xxs\:invert {
    --tw-invert: invert(100%);
  }

  .xxs\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .xxs\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .xxs\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .xxs\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .xxs\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .xxs\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .xxs\:sepia {
    --tw-sepia: sepia(100%);
  }

  .xxs\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxs\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .xxs\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .xxs\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .xxs\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .xxs\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .xxs\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .xxs\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .xxs\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .xxs\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
  }

  .xxs\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .xxs\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .xxs\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .xxs\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .xxs\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .xxs\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .xxs\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .xxs\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .xxs\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .xxs\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .xxs\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .xxs\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .xxs\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .xxs\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .xxs\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .xxs\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .xxs\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .xxs\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .xxs\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .xxs\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .xxs\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .xxs\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .xxs\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .xxs\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .xxs\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .xxs\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .xxs\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .xxs\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .xxs\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .xxs\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .xxs\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .xxs\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .xxs\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .xxs\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .xxs\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .xxs\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .xxs\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .xxs\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .xxs\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .xxs\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .xxs\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .xxs\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .xxs\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .xxs\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .xxs\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .xxs\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .xxs\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .xxs\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .xxs\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .xxs\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .xxs\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .xxs\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .xxs\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .xxs\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .xxs\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .xxs\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .xxs\:transition-none {
    transition-property: none;
  }

  .xxs\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xxs\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xxs\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xxs\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xxs\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xxs\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xxs\:delay-75 {
    transition-delay: 75ms;
  }

  .xxs\:delay-100 {
    transition-delay: 100ms;
  }

  .xxs\:delay-150 {
    transition-delay: 150ms;
  }

  .xxs\:delay-200 {
    transition-delay: 200ms;
  }

  .xxs\:delay-300 {
    transition-delay: 300ms;
  }

  .xxs\:delay-500 {
    transition-delay: 500ms;
  }

  .xxs\:delay-700 {
    transition-delay: 700ms;
  }

  .xxs\:delay-1000 {
    transition-delay: 1000ms;
  }

  .xxs\:duration-75 {
    transition-duration: 75ms;
  }

  .xxs\:duration-100 {
    transition-duration: 100ms;
  }

  .xxs\:duration-150 {
    transition-duration: 150ms;
  }

  .xxs\:duration-200 {
    transition-duration: 200ms;
  }

  .xxs\:duration-300 {
    transition-duration: 300ms;
  }

  .xxs\:duration-500 {
    transition-duration: 500ms;
  }

  .xxs\:duration-700 {
    transition-duration: 700ms;
  }

  .xxs\:duration-1000 {
    transition-duration: 1000ms;
  }

  .xxs\:ease-linear {
    transition-timing-function: linear;
  }

  .xxs\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xxs\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xxs\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 4820px) {
  .xs\:container {
    width: 100%;
  }
}

@media (min-width: 4820px) and (min-width: 0px) {
    .xs\:container {
      max-width: 0px;
    }
  }

@media (min-width: 4820px) and (min-width: 320px) {
    .xs\:container {
      max-width: 320px;
    }
  }

@media (min-width: 4820px) and (min-width: 640px) {
    .xs\:container {
      max-width: 640px;
    }
  }

@media (min-width: 4820px) and (min-width: 768px) {
    .xs\:container {
      max-width: 768px;
    }
  }

@media (min-width: 4820px) and (min-width: 1280px) {
    .xs\:container {
      max-width: 1280px;
    }
  }

@media (min-width: 4820px) and (min-width: 1440px) {
    .xs\:container {
      max-width: 1440px;
    }
  }

@media (min-width: 4820px) and (min-width: 1600px) {
    .xs\:container {
      max-width: 1600px;
    }
  }

@media (min-width: 4820px) and (min-width: 4820px) {
    .xs\:container {
      max-width: 4820px;
    }
  }

@media (min-width: 4820px) {

  .xs\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xs\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xs\:focus-within\:sr-only[focus-within] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xs\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xs\:focus-within\:not-sr-only[focus-within] {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xs\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xs\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xs\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xs\:pointer-events-none {
    pointer-events: none;
  }

  .xs\:pointer-events-auto {
    pointer-events: auto;
  }

  .xs\:visible {
    visibility: visible;
  }

  .xs\:invisible {
    visibility: hidden;
  }

  .xs\:static {
    position: static;
  }

  .xs\:fixed {
    position: fixed;
  }

  .xs\:absolute {
    position: absolute;
  }

  .xs\:relative {
    position: relative;
  }

  .xs\:sticky {
    position: sticky;
  }

  .xs\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xs\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .xs\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xs\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .xs\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .xs\:inset-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .xs\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .xs\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .xs\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xs\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .xs\:inset-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .xs\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .xs\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .xs\:inset-14 {
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .xs\:inset-16 {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .xs\:inset-20 {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .xs\:inset-24 {
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .xs\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .xs\:inset-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .xs\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .xs\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .xs\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .xs\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .xs\:inset-48 {
    top: 48px;
    right: 48px;
    bottom: 48px;
    left: 48px;
  }

  .xs\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .xs\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .xs\:inset-60 {
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
  }

  .xs\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .xs\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .xs\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .xs\:inset-95 {
    top: 95px;
    right: 95px;
    bottom: 95px;
    left: 95px;
  }

  .xs\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .xs\:inset-120 {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .xs\:inset-190 {
    top: 190px;
    right: 190px;
    bottom: 190px;
    left: 190px;
  }

  .xs\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xs\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xs\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .xs\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .xs\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .xs\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .xs\:inset-30\% {
    top: 30%;
    right: 30%;
    bottom: 30%;
    left: 30%;
  }

  .xs\:inset-7\.5r {
    top: 1.875rem;
    right: 1.875rem;
    bottom: 1.875rem;
    left: 1.875rem;
  }

  .xs\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .xs\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .xs\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .xs\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .xs\:-inset-5 {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .xs\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .xs\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .xs\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .xs\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .xs\:-inset-10 {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .xs\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .xs\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .xs\:-inset-14 {
    top: -14px;
    right: -14px;
    bottom: -14px;
    left: -14px;
  }

  .xs\:-inset-16 {
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
  }

  .xs\:-inset-20 {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .xs\:-inset-24 {
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
  }

  .xs\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .xs\:-inset-30 {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .xs\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .xs\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .xs\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .xs\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .xs\:-inset-48 {
    top: -48px;
    right: -48px;
    bottom: -48px;
    left: -48px;
  }

  .xs\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .xs\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .xs\:-inset-60 {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .xs\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .xs\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .xs\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .xs\:-inset-95 {
    top: -95px;
    right: -95px;
    bottom: -95px;
    left: -95px;
  }

  .xs\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .xs\:-inset-120 {
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px;
  }

  .xs\:-inset-190 {
    top: -190px;
    right: -190px;
    bottom: -190px;
    left: -190px;
  }

  .xs\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xs\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .xs\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .xs\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .xs\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .xs\:-inset-30\% {
    top: -30%;
    right: -30%;
    bottom: -30%;
    left: -30%;
  }

  .xs\:-inset-7\.5r {
    top: -1.875rem;
    right: -1.875rem;
    bottom: -1.875rem;
    left: -1.875rem;
  }

  .xs\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xs\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .xs\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .xs\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xs\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xs\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .xs\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xs\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xs\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .xs\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .xs\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .xs\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xs\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .xs\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xs\:inset-x-0 {
    left: 0;
    right: 0;
  }

  .xs\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .xs\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .xs\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .xs\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .xs\:inset-x-5 {
    left: 5px;
    right: 5px;
  }

  .xs\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .xs\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .xs\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .xs\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .xs\:inset-x-10 {
    left: 10px;
    right: 10px;
  }

  .xs\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .xs\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .xs\:inset-x-14 {
    left: 14px;
    right: 14px;
  }

  .xs\:inset-x-16 {
    left: 16px;
    right: 16px;
  }

  .xs\:inset-x-20 {
    left: 20px;
    right: 20px;
  }

  .xs\:inset-x-24 {
    left: 24px;
    right: 24px;
  }

  .xs\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .xs\:inset-x-30 {
    left: 30px;
    right: 30px;
  }

  .xs\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .xs\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .xs\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .xs\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .xs\:inset-x-48 {
    left: 48px;
    right: 48px;
  }

  .xs\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .xs\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .xs\:inset-x-60 {
    left: 60px;
    right: 60px;
  }

  .xs\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .xs\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .xs\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .xs\:inset-x-95 {
    left: 95px;
    right: 95px;
  }

  .xs\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .xs\:inset-x-120 {
    left: 120px;
    right: 120px;
  }

  .xs\:inset-x-190 {
    left: 190px;
    right: 190px;
  }

  .xs\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .xs\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .xs\:inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .xs\:inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .xs\:inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .xs\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .xs\:inset-x-30\% {
    left: 30%;
    right: 30%;
  }

  .xs\:inset-x-7\.5r {
    left: 1.875rem;
    right: 1.875rem;
  }

  .xs\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .xs\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .xs\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .xs\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .xs\:-inset-x-5 {
    left: -5px;
    right: -5px;
  }

  .xs\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .xs\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .xs\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .xs\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .xs\:-inset-x-10 {
    left: -10px;
    right: -10px;
  }

  .xs\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .xs\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .xs\:-inset-x-14 {
    left: -14px;
    right: -14px;
  }

  .xs\:-inset-x-16 {
    left: -16px;
    right: -16px;
  }

  .xs\:-inset-x-20 {
    left: -20px;
    right: -20px;
  }

  .xs\:-inset-x-24 {
    left: -24px;
    right: -24px;
  }

  .xs\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .xs\:-inset-x-30 {
    left: -30px;
    right: -30px;
  }

  .xs\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .xs\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .xs\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .xs\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .xs\:-inset-x-48 {
    left: -48px;
    right: -48px;
  }

  .xs\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .xs\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .xs\:-inset-x-60 {
    left: -60px;
    right: -60px;
  }

  .xs\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .xs\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .xs\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .xs\:-inset-x-95 {
    left: -95px;
    right: -95px;
  }

  .xs\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .xs\:-inset-x-120 {
    left: -120px;
    right: -120px;
  }

  .xs\:-inset-x-190 {
    left: -190px;
    right: -190px;
  }

  .xs\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .xs\:-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .xs\:-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .xs\:-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .xs\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .xs\:-inset-x-30\% {
    left: -30%;
    right: -30%;
  }

  .xs\:-inset-x-7\.5r {
    left: -1.875rem;
    right: -1.875rem;
  }

  .xs\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .xs\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .xs\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .xs\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .xs\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .xs\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .xs\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .xs\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .xs\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .xs\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .xs\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .xs\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .xs\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .xs\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .xs\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .xs\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .xs\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xs\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .xs\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .xs\:inset-y-5 {
    top: 5px;
    bottom: 5px;
  }

  .xs\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .xs\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .xs\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .xs\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .xs\:inset-y-10 {
    top: 10px;
    bottom: 10px;
  }

  .xs\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .xs\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .xs\:inset-y-14 {
    top: 14px;
    bottom: 14px;
  }

  .xs\:inset-y-16 {
    top: 16px;
    bottom: 16px;
  }

  .xs\:inset-y-20 {
    top: 20px;
    bottom: 20px;
  }

  .xs\:inset-y-24 {
    top: 24px;
    bottom: 24px;
  }

  .xs\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .xs\:inset-y-30 {
    top: 30px;
    bottom: 30px;
  }

  .xs\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .xs\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .xs\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .xs\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .xs\:inset-y-48 {
    top: 48px;
    bottom: 48px;
  }

  .xs\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .xs\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .xs\:inset-y-60 {
    top: 60px;
    bottom: 60px;
  }

  .xs\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .xs\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .xs\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .xs\:inset-y-95 {
    top: 95px;
    bottom: 95px;
  }

  .xs\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .xs\:inset-y-120 {
    top: 120px;
    bottom: 120px;
  }

  .xs\:inset-y-190 {
    top: 190px;
    bottom: 190px;
  }

  .xs\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .xs\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .xs\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .xs\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .xs\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .xs\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .xs\:inset-y-30\% {
    top: 30%;
    bottom: 30%;
  }

  .xs\:inset-y-7\.5r {
    top: 1.875rem;
    bottom: 1.875rem;
  }

  .xs\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .xs\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .xs\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .xs\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .xs\:-inset-y-5 {
    top: -5px;
    bottom: -5px;
  }

  .xs\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .xs\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .xs\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .xs\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .xs\:-inset-y-10 {
    top: -10px;
    bottom: -10px;
  }

  .xs\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .xs\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .xs\:-inset-y-14 {
    top: -14px;
    bottom: -14px;
  }

  .xs\:-inset-y-16 {
    top: -16px;
    bottom: -16px;
  }

  .xs\:-inset-y-20 {
    top: -20px;
    bottom: -20px;
  }

  .xs\:-inset-y-24 {
    top: -24px;
    bottom: -24px;
  }

  .xs\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .xs\:-inset-y-30 {
    top: -30px;
    bottom: -30px;
  }

  .xs\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .xs\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .xs\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .xs\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .xs\:-inset-y-48 {
    top: -48px;
    bottom: -48px;
  }

  .xs\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .xs\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .xs\:-inset-y-60 {
    top: -60px;
    bottom: -60px;
  }

  .xs\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .xs\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .xs\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .xs\:-inset-y-95 {
    top: -95px;
    bottom: -95px;
  }

  .xs\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .xs\:-inset-y-120 {
    top: -120px;
    bottom: -120px;
  }

  .xs\:-inset-y-190 {
    top: -190px;
    bottom: -190px;
  }

  .xs\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .xs\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .xs\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .xs\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .xs\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .xs\:-inset-y-30\% {
    top: -30%;
    bottom: -30%;
  }

  .xs\:-inset-y-7\.5r {
    top: -1.875rem;
    bottom: -1.875rem;
  }

  .xs\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .xs\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .xs\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .xs\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .xs\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .xs\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .xs\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .xs\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .xs\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .xs\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .xs\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .xs\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .xs\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .xs\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .xs\:top-0 {
    top: 0;
  }

  .xs\:top-1 {
    top: 0.25rem;
  }

  .xs\:top-2 {
    top: 0.5rem;
  }

  .xs\:top-3 {
    top: 0.75rem;
  }

  .xs\:top-4 {
    top: 1rem;
  }

  .xs\:top-5 {
    top: 5px;
  }

  .xs\:top-6 {
    top: 1.5rem;
  }

  .xs\:top-7 {
    top: 1.75rem;
  }

  .xs\:top-8 {
    top: 2rem;
  }

  .xs\:top-9 {
    top: 2.25rem;
  }

  .xs\:top-10 {
    top: 10px;
  }

  .xs\:top-11 {
    top: 2.75rem;
  }

  .xs\:top-12 {
    top: 3rem;
  }

  .xs\:top-14 {
    top: 14px;
  }

  .xs\:top-16 {
    top: 16px;
  }

  .xs\:top-20 {
    top: 20px;
  }

  .xs\:top-24 {
    top: 24px;
  }

  .xs\:top-28 {
    top: 7rem;
  }

  .xs\:top-30 {
    top: 30px;
  }

  .xs\:top-32 {
    top: 8rem;
  }

  .xs\:top-36 {
    top: 9rem;
  }

  .xs\:top-40 {
    top: 10rem;
  }

  .xs\:top-44 {
    top: 11rem;
  }

  .xs\:top-48 {
    top: 48px;
  }

  .xs\:top-52 {
    top: 13rem;
  }

  .xs\:top-56 {
    top: 14rem;
  }

  .xs\:top-60 {
    top: 60px;
  }

  .xs\:top-64 {
    top: 16rem;
  }

  .xs\:top-72 {
    top: 18rem;
  }

  .xs\:top-80 {
    top: 20rem;
  }

  .xs\:top-95 {
    top: 95px;
  }

  .xs\:top-96 {
    top: 24rem;
  }

  .xs\:top-120 {
    top: 120px;
  }

  .xs\:top-190 {
    top: 190px;
  }

  .xs\:top-auto {
    top: auto;
  }

  .xs\:top-px {
    top: 1px;
  }

  .xs\:top-0\.5 {
    top: 0.125rem;
  }

  .xs\:top-1\.5 {
    top: 0.375rem;
  }

  .xs\:top-2\.5 {
    top: 0.625rem;
  }

  .xs\:top-3\.5 {
    top: 0.875rem;
  }

  .xs\:top-30\% {
    top: 30%;
  }

  .xs\:top-7\.5r {
    top: 1.875rem;
  }

  .xs\:-top-1 {
    top: -0.25rem;
  }

  .xs\:-top-2 {
    top: -0.5rem;
  }

  .xs\:-top-3 {
    top: -0.75rem;
  }

  .xs\:-top-4 {
    top: -1rem;
  }

  .xs\:-top-5 {
    top: -5px;
  }

  .xs\:-top-6 {
    top: -1.5rem;
  }

  .xs\:-top-7 {
    top: -1.75rem;
  }

  .xs\:-top-8 {
    top: -2rem;
  }

  .xs\:-top-9 {
    top: -2.25rem;
  }

  .xs\:-top-10 {
    top: -10px;
  }

  .xs\:-top-11 {
    top: -2.75rem;
  }

  .xs\:-top-12 {
    top: -3rem;
  }

  .xs\:-top-14 {
    top: -14px;
  }

  .xs\:-top-16 {
    top: -16px;
  }

  .xs\:-top-20 {
    top: -20px;
  }

  .xs\:-top-24 {
    top: -24px;
  }

  .xs\:-top-28 {
    top: -7rem;
  }

  .xs\:-top-30 {
    top: -30px;
  }

  .xs\:-top-32 {
    top: -8rem;
  }

  .xs\:-top-36 {
    top: -9rem;
  }

  .xs\:-top-40 {
    top: -10rem;
  }

  .xs\:-top-44 {
    top: -11rem;
  }

  .xs\:-top-48 {
    top: -48px;
  }

  .xs\:-top-52 {
    top: -13rem;
  }

  .xs\:-top-56 {
    top: -14rem;
  }

  .xs\:-top-60 {
    top: -60px;
  }

  .xs\:-top-64 {
    top: -16rem;
  }

  .xs\:-top-72 {
    top: -18rem;
  }

  .xs\:-top-80 {
    top: -20rem;
  }

  .xs\:-top-95 {
    top: -95px;
  }

  .xs\:-top-96 {
    top: -24rem;
  }

  .xs\:-top-120 {
    top: -120px;
  }

  .xs\:-top-190 {
    top: -190px;
  }

  .xs\:-top-px {
    top: -1px;
  }

  .xs\:-top-0\.5 {
    top: -0.125rem;
  }

  .xs\:-top-1\.5 {
    top: -0.375rem;
  }

  .xs\:-top-2\.5 {
    top: -0.625rem;
  }

  .xs\:-top-3\.5 {
    top: -0.875rem;
  }

  .xs\:-top-30\% {
    top: -30%;
  }

  .xs\:-top-7\.5r {
    top: -1.875rem;
  }

  .xs\:top-1\/2 {
    top: 50%;
  }

  .xs\:top-1\/3 {
    top: 33.333333%;
  }

  .xs\:top-2\/3 {
    top: 66.666667%;
  }

  .xs\:top-1\/4 {
    top: 25%;
  }

  .xs\:top-2\/4 {
    top: 50%;
  }

  .xs\:top-3\/4 {
    top: 75%;
  }

  .xs\:top-full {
    top: 100%;
  }

  .xs\:-top-1\/2 {
    top: -50%;
  }

  .xs\:-top-1\/3 {
    top: -33.333333%;
  }

  .xs\:-top-2\/3 {
    top: -66.666667%;
  }

  .xs\:-top-1\/4 {
    top: -25%;
  }

  .xs\:-top-2\/4 {
    top: -50%;
  }

  .xs\:-top-3\/4 {
    top: -75%;
  }

  .xs\:-top-full {
    top: -100%;
  }

  .xs\:right-0 {
    right: 0;
  }

  .xs\:right-1 {
    right: 0.25rem;
  }

  .xs\:right-2 {
    right: 0.5rem;
  }

  .xs\:right-3 {
    right: 0.75rem;
  }

  .xs\:right-4 {
    right: 1rem;
  }

  .xs\:right-5 {
    right: 5px;
  }

  .xs\:right-6 {
    right: 1.5rem;
  }

  .xs\:right-7 {
    right: 1.75rem;
  }

  .xs\:right-8 {
    right: 2rem;
  }

  .xs\:right-9 {
    right: 2.25rem;
  }

  .xs\:right-10 {
    right: 10px;
  }

  .xs\:right-11 {
    right: 2.75rem;
  }

  .xs\:right-12 {
    right: 3rem;
  }

  .xs\:right-14 {
    right: 14px;
  }

  .xs\:right-16 {
    right: 16px;
  }

  .xs\:right-20 {
    right: 20px;
  }

  .xs\:right-24 {
    right: 24px;
  }

  .xs\:right-28 {
    right: 7rem;
  }

  .xs\:right-30 {
    right: 30px;
  }

  .xs\:right-32 {
    right: 8rem;
  }

  .xs\:right-36 {
    right: 9rem;
  }

  .xs\:right-40 {
    right: 10rem;
  }

  .xs\:right-44 {
    right: 11rem;
  }

  .xs\:right-48 {
    right: 48px;
  }

  .xs\:right-52 {
    right: 13rem;
  }

  .xs\:right-56 {
    right: 14rem;
  }

  .xs\:right-60 {
    right: 60px;
  }

  .xs\:right-64 {
    right: 16rem;
  }

  .xs\:right-72 {
    right: 18rem;
  }

  .xs\:right-80 {
    right: 20rem;
  }

  .xs\:right-95 {
    right: 95px;
  }

  .xs\:right-96 {
    right: 24rem;
  }

  .xs\:right-120 {
    right: 120px;
  }

  .xs\:right-190 {
    right: 190px;
  }

  .xs\:right-auto {
    right: auto;
  }

  .xs\:right-px {
    right: 1px;
  }

  .xs\:right-0\.5 {
    right: 0.125rem;
  }

  .xs\:right-1\.5 {
    right: 0.375rem;
  }

  .xs\:right-2\.5 {
    right: 0.625rem;
  }

  .xs\:right-3\.5 {
    right: 0.875rem;
  }

  .xs\:right-30\% {
    right: 30%;
  }

  .xs\:right-7\.5r {
    right: 1.875rem;
  }

  .xs\:-right-1 {
    right: -0.25rem;
  }

  .xs\:-right-2 {
    right: -0.5rem;
  }

  .xs\:-right-3 {
    right: -0.75rem;
  }

  .xs\:-right-4 {
    right: -1rem;
  }

  .xs\:-right-5 {
    right: -5px;
  }

  .xs\:-right-6 {
    right: -1.5rem;
  }

  .xs\:-right-7 {
    right: -1.75rem;
  }

  .xs\:-right-8 {
    right: -2rem;
  }

  .xs\:-right-9 {
    right: -2.25rem;
  }

  .xs\:-right-10 {
    right: -10px;
  }

  .xs\:-right-11 {
    right: -2.75rem;
  }

  .xs\:-right-12 {
    right: -3rem;
  }

  .xs\:-right-14 {
    right: -14px;
  }

  .xs\:-right-16 {
    right: -16px;
  }

  .xs\:-right-20 {
    right: -20px;
  }

  .xs\:-right-24 {
    right: -24px;
  }

  .xs\:-right-28 {
    right: -7rem;
  }

  .xs\:-right-30 {
    right: -30px;
  }

  .xs\:-right-32 {
    right: -8rem;
  }

  .xs\:-right-36 {
    right: -9rem;
  }

  .xs\:-right-40 {
    right: -10rem;
  }

  .xs\:-right-44 {
    right: -11rem;
  }

  .xs\:-right-48 {
    right: -48px;
  }

  .xs\:-right-52 {
    right: -13rem;
  }

  .xs\:-right-56 {
    right: -14rem;
  }

  .xs\:-right-60 {
    right: -60px;
  }

  .xs\:-right-64 {
    right: -16rem;
  }

  .xs\:-right-72 {
    right: -18rem;
  }

  .xs\:-right-80 {
    right: -20rem;
  }

  .xs\:-right-95 {
    right: -95px;
  }

  .xs\:-right-96 {
    right: -24rem;
  }

  .xs\:-right-120 {
    right: -120px;
  }

  .xs\:-right-190 {
    right: -190px;
  }

  .xs\:-right-px {
    right: -1px;
  }

  .xs\:-right-0\.5 {
    right: -0.125rem;
  }

  .xs\:-right-1\.5 {
    right: -0.375rem;
  }

  .xs\:-right-2\.5 {
    right: -0.625rem;
  }

  .xs\:-right-3\.5 {
    right: -0.875rem;
  }

  .xs\:-right-30\% {
    right: -30%;
  }

  .xs\:-right-7\.5r {
    right: -1.875rem;
  }

  .xs\:right-1\/2 {
    right: 50%;
  }

  .xs\:right-1\/3 {
    right: 33.333333%;
  }

  .xs\:right-2\/3 {
    right: 66.666667%;
  }

  .xs\:right-1\/4 {
    right: 25%;
  }

  .xs\:right-2\/4 {
    right: 50%;
  }

  .xs\:right-3\/4 {
    right: 75%;
  }

  .xs\:right-full {
    right: 100%;
  }

  .xs\:-right-1\/2 {
    right: -50%;
  }

  .xs\:-right-1\/3 {
    right: -33.333333%;
  }

  .xs\:-right-2\/3 {
    right: -66.666667%;
  }

  .xs\:-right-1\/4 {
    right: -25%;
  }

  .xs\:-right-2\/4 {
    right: -50%;
  }

  .xs\:-right-3\/4 {
    right: -75%;
  }

  .xs\:-right-full {
    right: -100%;
  }

  .xs\:bottom-0 {
    bottom: 0;
  }

  .xs\:bottom-1 {
    bottom: 0.25rem;
  }

  .xs\:bottom-2 {
    bottom: 0.5rem;
  }

  .xs\:bottom-3 {
    bottom: 0.75rem;
  }

  .xs\:bottom-4 {
    bottom: 1rem;
  }

  .xs\:bottom-5 {
    bottom: 5px;
  }

  .xs\:bottom-6 {
    bottom: 1.5rem;
  }

  .xs\:bottom-7 {
    bottom: 1.75rem;
  }

  .xs\:bottom-8 {
    bottom: 2rem;
  }

  .xs\:bottom-9 {
    bottom: 2.25rem;
  }

  .xs\:bottom-10 {
    bottom: 10px;
  }

  .xs\:bottom-11 {
    bottom: 2.75rem;
  }

  .xs\:bottom-12 {
    bottom: 3rem;
  }

  .xs\:bottom-14 {
    bottom: 14px;
  }

  .xs\:bottom-16 {
    bottom: 16px;
  }

  .xs\:bottom-20 {
    bottom: 20px;
  }

  .xs\:bottom-24 {
    bottom: 24px;
  }

  .xs\:bottom-28 {
    bottom: 7rem;
  }

  .xs\:bottom-30 {
    bottom: 30px;
  }

  .xs\:bottom-32 {
    bottom: 8rem;
  }

  .xs\:bottom-36 {
    bottom: 9rem;
  }

  .xs\:bottom-40 {
    bottom: 10rem;
  }

  .xs\:bottom-44 {
    bottom: 11rem;
  }

  .xs\:bottom-48 {
    bottom: 48px;
  }

  .xs\:bottom-52 {
    bottom: 13rem;
  }

  .xs\:bottom-56 {
    bottom: 14rem;
  }

  .xs\:bottom-60 {
    bottom: 60px;
  }

  .xs\:bottom-64 {
    bottom: 16rem;
  }

  .xs\:bottom-72 {
    bottom: 18rem;
  }

  .xs\:bottom-80 {
    bottom: 20rem;
  }

  .xs\:bottom-95 {
    bottom: 95px;
  }

  .xs\:bottom-96 {
    bottom: 24rem;
  }

  .xs\:bottom-120 {
    bottom: 120px;
  }

  .xs\:bottom-190 {
    bottom: 190px;
  }

  .xs\:bottom-auto {
    bottom: auto;
  }

  .xs\:bottom-px {
    bottom: 1px;
  }

  .xs\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .xs\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .xs\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .xs\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .xs\:bottom-30\% {
    bottom: 30%;
  }

  .xs\:bottom-7\.5r {
    bottom: 1.875rem;
  }

  .xs\:-bottom-1 {
    bottom: -0.25rem;
  }

  .xs\:-bottom-2 {
    bottom: -0.5rem;
  }

  .xs\:-bottom-3 {
    bottom: -0.75rem;
  }

  .xs\:-bottom-4 {
    bottom: -1rem;
  }

  .xs\:-bottom-5 {
    bottom: -5px;
  }

  .xs\:-bottom-6 {
    bottom: -1.5rem;
  }

  .xs\:-bottom-7 {
    bottom: -1.75rem;
  }

  .xs\:-bottom-8 {
    bottom: -2rem;
  }

  .xs\:-bottom-9 {
    bottom: -2.25rem;
  }

  .xs\:-bottom-10 {
    bottom: -10px;
  }

  .xs\:-bottom-11 {
    bottom: -2.75rem;
  }

  .xs\:-bottom-12 {
    bottom: -3rem;
  }

  .xs\:-bottom-14 {
    bottom: -14px;
  }

  .xs\:-bottom-16 {
    bottom: -16px;
  }

  .xs\:-bottom-20 {
    bottom: -20px;
  }

  .xs\:-bottom-24 {
    bottom: -24px;
  }

  .xs\:-bottom-28 {
    bottom: -7rem;
  }

  .xs\:-bottom-30 {
    bottom: -30px;
  }

  .xs\:-bottom-32 {
    bottom: -8rem;
  }

  .xs\:-bottom-36 {
    bottom: -9rem;
  }

  .xs\:-bottom-40 {
    bottom: -10rem;
  }

  .xs\:-bottom-44 {
    bottom: -11rem;
  }

  .xs\:-bottom-48 {
    bottom: -48px;
  }

  .xs\:-bottom-52 {
    bottom: -13rem;
  }

  .xs\:-bottom-56 {
    bottom: -14rem;
  }

  .xs\:-bottom-60 {
    bottom: -60px;
  }

  .xs\:-bottom-64 {
    bottom: -16rem;
  }

  .xs\:-bottom-72 {
    bottom: -18rem;
  }

  .xs\:-bottom-80 {
    bottom: -20rem;
  }

  .xs\:-bottom-95 {
    bottom: -95px;
  }

  .xs\:-bottom-96 {
    bottom: -24rem;
  }

  .xs\:-bottom-120 {
    bottom: -120px;
  }

  .xs\:-bottom-190 {
    bottom: -190px;
  }

  .xs\:-bottom-px {
    bottom: -1px;
  }

  .xs\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .xs\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .xs\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .xs\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .xs\:-bottom-30\% {
    bottom: -30%;
  }

  .xs\:-bottom-7\.5r {
    bottom: -1.875rem;
  }

  .xs\:bottom-1\/2 {
    bottom: 50%;
  }

  .xs\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .xs\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .xs\:bottom-1\/4 {
    bottom: 25%;
  }

  .xs\:bottom-2\/4 {
    bottom: 50%;
  }

  .xs\:bottom-3\/4 {
    bottom: 75%;
  }

  .xs\:bottom-full {
    bottom: 100%;
  }

  .xs\:-bottom-1\/2 {
    bottom: -50%;
  }

  .xs\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .xs\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .xs\:-bottom-1\/4 {
    bottom: -25%;
  }

  .xs\:-bottom-2\/4 {
    bottom: -50%;
  }

  .xs\:-bottom-3\/4 {
    bottom: -75%;
  }

  .xs\:-bottom-full {
    bottom: -100%;
  }

  .xs\:left-0 {
    left: 0;
  }

  .xs\:left-1 {
    left: 0.25rem;
  }

  .xs\:left-2 {
    left: 0.5rem;
  }

  .xs\:left-3 {
    left: 0.75rem;
  }

  .xs\:left-4 {
    left: 1rem;
  }

  .xs\:left-5 {
    left: 5px;
  }

  .xs\:left-6 {
    left: 1.5rem;
  }

  .xs\:left-7 {
    left: 1.75rem;
  }

  .xs\:left-8 {
    left: 2rem;
  }

  .xs\:left-9 {
    left: 2.25rem;
  }

  .xs\:left-10 {
    left: 10px;
  }

  .xs\:left-11 {
    left: 2.75rem;
  }

  .xs\:left-12 {
    left: 3rem;
  }

  .xs\:left-14 {
    left: 14px;
  }

  .xs\:left-16 {
    left: 16px;
  }

  .xs\:left-20 {
    left: 20px;
  }

  .xs\:left-24 {
    left: 24px;
  }

  .xs\:left-28 {
    left: 7rem;
  }

  .xs\:left-30 {
    left: 30px;
  }

  .xs\:left-32 {
    left: 8rem;
  }

  .xs\:left-36 {
    left: 9rem;
  }

  .xs\:left-40 {
    left: 10rem;
  }

  .xs\:left-44 {
    left: 11rem;
  }

  .xs\:left-48 {
    left: 48px;
  }

  .xs\:left-52 {
    left: 13rem;
  }

  .xs\:left-56 {
    left: 14rem;
  }

  .xs\:left-60 {
    left: 60px;
  }

  .xs\:left-64 {
    left: 16rem;
  }

  .xs\:left-72 {
    left: 18rem;
  }

  .xs\:left-80 {
    left: 20rem;
  }

  .xs\:left-95 {
    left: 95px;
  }

  .xs\:left-96 {
    left: 24rem;
  }

  .xs\:left-120 {
    left: 120px;
  }

  .xs\:left-190 {
    left: 190px;
  }

  .xs\:left-auto {
    left: auto;
  }

  .xs\:left-px {
    left: 1px;
  }

  .xs\:left-0\.5 {
    left: 0.125rem;
  }

  .xs\:left-1\.5 {
    left: 0.375rem;
  }

  .xs\:left-2\.5 {
    left: 0.625rem;
  }

  .xs\:left-3\.5 {
    left: 0.875rem;
  }

  .xs\:left-30\% {
    left: 30%;
  }

  .xs\:left-7\.5r {
    left: 1.875rem;
  }

  .xs\:-left-1 {
    left: -0.25rem;
  }

  .xs\:-left-2 {
    left: -0.5rem;
  }

  .xs\:-left-3 {
    left: -0.75rem;
  }

  .xs\:-left-4 {
    left: -1rem;
  }

  .xs\:-left-5 {
    left: -5px;
  }

  .xs\:-left-6 {
    left: -1.5rem;
  }

  .xs\:-left-7 {
    left: -1.75rem;
  }

  .xs\:-left-8 {
    left: -2rem;
  }

  .xs\:-left-9 {
    left: -2.25rem;
  }

  .xs\:-left-10 {
    left: -10px;
  }

  .xs\:-left-11 {
    left: -2.75rem;
  }

  .xs\:-left-12 {
    left: -3rem;
  }

  .xs\:-left-14 {
    left: -14px;
  }

  .xs\:-left-16 {
    left: -16px;
  }

  .xs\:-left-20 {
    left: -20px;
  }

  .xs\:-left-24 {
    left: -24px;
  }

  .xs\:-left-28 {
    left: -7rem;
  }

  .xs\:-left-30 {
    left: -30px;
  }

  .xs\:-left-32 {
    left: -8rem;
  }

  .xs\:-left-36 {
    left: -9rem;
  }

  .xs\:-left-40 {
    left: -10rem;
  }

  .xs\:-left-44 {
    left: -11rem;
  }

  .xs\:-left-48 {
    left: -48px;
  }

  .xs\:-left-52 {
    left: -13rem;
  }

  .xs\:-left-56 {
    left: -14rem;
  }

  .xs\:-left-60 {
    left: -60px;
  }

  .xs\:-left-64 {
    left: -16rem;
  }

  .xs\:-left-72 {
    left: -18rem;
  }

  .xs\:-left-80 {
    left: -20rem;
  }

  .xs\:-left-95 {
    left: -95px;
  }

  .xs\:-left-96 {
    left: -24rem;
  }

  .xs\:-left-120 {
    left: -120px;
  }

  .xs\:-left-190 {
    left: -190px;
  }

  .xs\:-left-px {
    left: -1px;
  }

  .xs\:-left-0\.5 {
    left: -0.125rem;
  }

  .xs\:-left-1\.5 {
    left: -0.375rem;
  }

  .xs\:-left-2\.5 {
    left: -0.625rem;
  }

  .xs\:-left-3\.5 {
    left: -0.875rem;
  }

  .xs\:-left-30\% {
    left: -30%;
  }

  .xs\:-left-7\.5r {
    left: -1.875rem;
  }

  .xs\:left-1\/2 {
    left: 50%;
  }

  .xs\:left-1\/3 {
    left: 33.333333%;
  }

  .xs\:left-2\/3 {
    left: 66.666667%;
  }

  .xs\:left-1\/4 {
    left: 25%;
  }

  .xs\:left-2\/4 {
    left: 50%;
  }

  .xs\:left-3\/4 {
    left: 75%;
  }

  .xs\:left-full {
    left: 100%;
  }

  .xs\:-left-1\/2 {
    left: -50%;
  }

  .xs\:-left-1\/3 {
    left: -33.333333%;
  }

  .xs\:-left-2\/3 {
    left: -66.666667%;
  }

  .xs\:-left-1\/4 {
    left: -25%;
  }

  .xs\:-left-2\/4 {
    left: -50%;
  }

  .xs\:-left-3\/4 {
    left: -75%;
  }

  .xs\:-left-full {
    left: -100%;
  }

  .xs\:isolate {
    isolation: isolate;
  }

  .xs\:isolation-auto {
    isolation: auto;
  }

  .xs\:z-0 {
    z-index: 0;
  }

  .xs\:z-1 {
    z-index: 1;
  }

  .xs\:z-10 {
    z-index: 10;
  }

  .xs\:z-20 {
    z-index: 20;
  }

  .xs\:z-30 {
    z-index: 30;
  }

  .xs\:z-40 {
    z-index: 40;
  }

  .xs\:z-50 {
    z-index: 50;
  }

  .xs\:z-auto {
    z-index: auto;
  }

  .xs\:-z-1 {
    z-index: -1;
  }

  .xs\:-z-10 {
    z-index: -10;
  }

  .xs\:-z-20 {
    z-index: -20;
  }

  .xs\:focus-within\:z-0[focus-within] {
    z-index: 0;
  }

  .xs\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .xs\:focus-within\:z-1[focus-within] {
    z-index: 1;
  }

  .xs\:focus-within\:z-1:focus-within {
    z-index: 1;
  }

  .xs\:focus-within\:z-10[focus-within] {
    z-index: 10;
  }

  .xs\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .xs\:focus-within\:z-20[focus-within] {
    z-index: 20;
  }

  .xs\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .xs\:focus-within\:z-30[focus-within] {
    z-index: 30;
  }

  .xs\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .xs\:focus-within\:z-40[focus-within] {
    z-index: 40;
  }

  .xs\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .xs\:focus-within\:z-50[focus-within] {
    z-index: 50;
  }

  .xs\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .xs\:focus-within\:z-auto[focus-within] {
    z-index: auto;
  }

  .xs\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .xs\:focus-within\:-z-1[focus-within] {
    z-index: -1;
  }

  .xs\:focus-within\:-z-1:focus-within {
    z-index: -1;
  }

  .xs\:focus-within\:-z-10[focus-within] {
    z-index: -10;
  }

  .xs\:focus-within\:-z-10:focus-within {
    z-index: -10;
  }

  .xs\:focus-within\:-z-20[focus-within] {
    z-index: -20;
  }

  .xs\:focus-within\:-z-20:focus-within {
    z-index: -20;
  }

  .xs\:focus\:z-0:focus {
    z-index: 0;
  }

  .xs\:focus\:z-1:focus {
    z-index: 1;
  }

  .xs\:focus\:z-10:focus {
    z-index: 10;
  }

  .xs\:focus\:z-20:focus {
    z-index: 20;
  }

  .xs\:focus\:z-30:focus {
    z-index: 30;
  }

  .xs\:focus\:z-40:focus {
    z-index: 40;
  }

  .xs\:focus\:z-50:focus {
    z-index: 50;
  }

  .xs\:focus\:z-auto:focus {
    z-index: auto;
  }

  .xs\:focus\:-z-1:focus {
    z-index: -1;
  }

  .xs\:focus\:-z-10:focus {
    z-index: -10;
  }

  .xs\:focus\:-z-20:focus {
    z-index: -20;
  }

  .xs\:order-1 {
    order: 1;
  }

  .xs\:order-2 {
    order: 2;
  }

  .xs\:order-3 {
    order: 3;
  }

  .xs\:order-4 {
    order: 4;
  }

  .xs\:order-5 {
    order: 5;
  }

  .xs\:order-6 {
    order: 6;
  }

  .xs\:order-7 {
    order: 7;
  }

  .xs\:order-8 {
    order: 8;
  }

  .xs\:order-9 {
    order: 9;
  }

  .xs\:order-10 {
    order: 10;
  }

  .xs\:order-11 {
    order: 11;
  }

  .xs\:order-12 {
    order: 12;
  }

  .xs\:order-first {
    order: -9999;
  }

  .xs\:order-last {
    order: 9999;
  }

  .xs\:order-none {
    order: 0;
  }

  .xs\:col-auto {
    grid-column: auto;
  }

  .xs\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xs\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xs\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xs\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xs\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xs\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xs\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xs\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xs\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xs\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .xs\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .xs\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .xs\:col-span-full {
    grid-column: 1 / -1;
  }

  .xs\:col-start-1 {
    grid-column-start: 1;
  }

  .xs\:col-start-2 {
    grid-column-start: 2;
  }

  .xs\:col-start-3 {
    grid-column-start: 3;
  }

  .xs\:col-start-4 {
    grid-column-start: 4;
  }

  .xs\:col-start-5 {
    grid-column-start: 5;
  }

  .xs\:col-start-6 {
    grid-column-start: 6;
  }

  .xs\:col-start-7 {
    grid-column-start: 7;
  }

  .xs\:col-start-8 {
    grid-column-start: 8;
  }

  .xs\:col-start-9 {
    grid-column-start: 9;
  }

  .xs\:col-start-10 {
    grid-column-start: 10;
  }

  .xs\:col-start-11 {
    grid-column-start: 11;
  }

  .xs\:col-start-12 {
    grid-column-start: 12;
  }

  .xs\:col-start-13 {
    grid-column-start: 13;
  }

  .xs\:col-start-auto {
    grid-column-start: auto;
  }

  .xs\:col-end-1 {
    grid-column-end: 1;
  }

  .xs\:col-end-2 {
    grid-column-end: 2;
  }

  .xs\:col-end-3 {
    grid-column-end: 3;
  }

  .xs\:col-end-4 {
    grid-column-end: 4;
  }

  .xs\:col-end-5 {
    grid-column-end: 5;
  }

  .xs\:col-end-6 {
    grid-column-end: 6;
  }

  .xs\:col-end-7 {
    grid-column-end: 7;
  }

  .xs\:col-end-8 {
    grid-column-end: 8;
  }

  .xs\:col-end-9 {
    grid-column-end: 9;
  }

  .xs\:col-end-10 {
    grid-column-end: 10;
  }

  .xs\:col-end-11 {
    grid-column-end: 11;
  }

  .xs\:col-end-12 {
    grid-column-end: 12;
  }

  .xs\:col-end-13 {
    grid-column-end: 13;
  }

  .xs\:col-end-auto {
    grid-column-end: auto;
  }

  .xs\:row-auto {
    grid-row: auto;
  }

  .xs\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .xs\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .xs\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .xs\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .xs\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .xs\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .xs\:row-span-full {
    grid-row: 1 / -1;
  }

  .xs\:row-start-1 {
    grid-row-start: 1;
  }

  .xs\:row-start-2 {
    grid-row-start: 2;
  }

  .xs\:row-start-3 {
    grid-row-start: 3;
  }

  .xs\:row-start-4 {
    grid-row-start: 4;
  }

  .xs\:row-start-5 {
    grid-row-start: 5;
  }

  .xs\:row-start-6 {
    grid-row-start: 6;
  }

  .xs\:row-start-7 {
    grid-row-start: 7;
  }

  .xs\:row-start-auto {
    grid-row-start: auto;
  }

  .xs\:row-end-1 {
    grid-row-end: 1;
  }

  .xs\:row-end-2 {
    grid-row-end: 2;
  }

  .xs\:row-end-3 {
    grid-row-end: 3;
  }

  .xs\:row-end-4 {
    grid-row-end: 4;
  }

  .xs\:row-end-5 {
    grid-row-end: 5;
  }

  .xs\:row-end-6 {
    grid-row-end: 6;
  }

  .xs\:row-end-7 {
    grid-row-end: 7;
  }

  .xs\:row-end-auto {
    grid-row-end: auto;
  }

  .xs\:float-right {
    float: right;
  }

  .xs\:float-left {
    float: left;
  }

  .xs\:float-none {
    float: none;
  }

  .xs\:clear-left {
    clear: left;
  }

  .xs\:clear-right {
    clear: right;
  }

  .xs\:clear-both {
    clear: both;
  }

  .xs\:clear-none {
    clear: none;
  }

  .xs\:m-0 {
    margin: 0;
  }

  .xs\:m-1 {
    margin: 0.25rem;
  }

  .xs\:m-2 {
    margin: 0.5rem;
  }

  .xs\:m-3 {
    margin: 0.75rem;
  }

  .xs\:m-4 {
    margin: 1rem;
  }

  .xs\:m-5 {
    margin: 5px;
  }

  .xs\:m-6 {
    margin: 1.5rem;
  }

  .xs\:m-7 {
    margin: 1.75rem;
  }

  .xs\:m-8 {
    margin: 2rem;
  }

  .xs\:m-9 {
    margin: 2.25rem;
  }

  .xs\:m-10 {
    margin: 10px;
  }

  .xs\:m-11 {
    margin: 2.75rem;
  }

  .xs\:m-12 {
    margin: 3rem;
  }

  .xs\:m-14 {
    margin: 14px;
  }

  .xs\:m-16 {
    margin: 16px;
  }

  .xs\:m-20 {
    margin: 20px;
  }

  .xs\:m-24 {
    margin: 24px;
  }

  .xs\:m-28 {
    margin: 7rem;
  }

  .xs\:m-30 {
    margin: 30px;
  }

  .xs\:m-32 {
    margin: 8rem;
  }

  .xs\:m-36 {
    margin: 9rem;
  }

  .xs\:m-40 {
    margin: 10rem;
  }

  .xs\:m-44 {
    margin: 11rem;
  }

  .xs\:m-48 {
    margin: 48px;
  }

  .xs\:m-52 {
    margin: 13rem;
  }

  .xs\:m-56 {
    margin: 14rem;
  }

  .xs\:m-60 {
    margin: 60px;
  }

  .xs\:m-64 {
    margin: 16rem;
  }

  .xs\:m-72 {
    margin: 18rem;
  }

  .xs\:m-80 {
    margin: 20rem;
  }

  .xs\:m-95 {
    margin: 95px;
  }

  .xs\:m-96 {
    margin: 24rem;
  }

  .xs\:m-120 {
    margin: 120px;
  }

  .xs\:m-190 {
    margin: 190px;
  }

  .xs\:m-auto {
    margin: auto;
  }

  .xs\:m-px {
    margin: 1px;
  }

  .xs\:m-0\.5 {
    margin: 0.125rem;
  }

  .xs\:m-1\.5 {
    margin: 0.375rem;
  }

  .xs\:m-2\.5 {
    margin: 0.625rem;
  }

  .xs\:m-3\.5 {
    margin: 0.875rem;
  }

  .xs\:m-30\% {
    margin: 30%;
  }

  .xs\:m-7\.5r {
    margin: 1.875rem;
  }

  .xs\:-m-1 {
    margin: -0.25rem;
  }

  .xs\:-m-2 {
    margin: -0.5rem;
  }

  .xs\:-m-3 {
    margin: -0.75rem;
  }

  .xs\:-m-4 {
    margin: -1rem;
  }

  .xs\:-m-5 {
    margin: -5px;
  }

  .xs\:-m-6 {
    margin: -1.5rem;
  }

  .xs\:-m-7 {
    margin: -1.75rem;
  }

  .xs\:-m-8 {
    margin: -2rem;
  }

  .xs\:-m-9 {
    margin: -2.25rem;
  }

  .xs\:-m-10 {
    margin: -10px;
  }

  .xs\:-m-11 {
    margin: -2.75rem;
  }

  .xs\:-m-12 {
    margin: -3rem;
  }

  .xs\:-m-14 {
    margin: -14px;
  }

  .xs\:-m-16 {
    margin: -16px;
  }

  .xs\:-m-20 {
    margin: -20px;
  }

  .xs\:-m-24 {
    margin: -24px;
  }

  .xs\:-m-28 {
    margin: -7rem;
  }

  .xs\:-m-30 {
    margin: -30px;
  }

  .xs\:-m-32 {
    margin: -8rem;
  }

  .xs\:-m-36 {
    margin: -9rem;
  }

  .xs\:-m-40 {
    margin: -10rem;
  }

  .xs\:-m-44 {
    margin: -11rem;
  }

  .xs\:-m-48 {
    margin: -48px;
  }

  .xs\:-m-52 {
    margin: -13rem;
  }

  .xs\:-m-56 {
    margin: -14rem;
  }

  .xs\:-m-60 {
    margin: -60px;
  }

  .xs\:-m-64 {
    margin: -16rem;
  }

  .xs\:-m-72 {
    margin: -18rem;
  }

  .xs\:-m-80 {
    margin: -20rem;
  }

  .xs\:-m-95 {
    margin: -95px;
  }

  .xs\:-m-96 {
    margin: -24rem;
  }

  .xs\:-m-120 {
    margin: -120px;
  }

  .xs\:-m-190 {
    margin: -190px;
  }

  .xs\:-m-px {
    margin: -1px;
  }

  .xs\:-m-0\.5 {
    margin: -0.125rem;
  }

  .xs\:-m-1\.5 {
    margin: -0.375rem;
  }

  .xs\:-m-2\.5 {
    margin: -0.625rem;
  }

  .xs\:-m-3\.5 {
    margin: -0.875rem;
  }

  .xs\:-m-30\% {
    margin: -30%;
  }

  .xs\:-m-7\.5r {
    margin: -1.875rem;
  }

  .xs\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xs\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xs\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xs\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xs\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xs\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .xs\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xs\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xs\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xs\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xs\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .xs\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xs\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xs\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .xs\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .xs\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .xs\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .xs\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xs\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .xs\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xs\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xs\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xs\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xs\:mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .xs\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xs\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xs\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .xs\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xs\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xs\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xs\:mx-95 {
    margin-left: 95px;
    margin-right: 95px;
  }

  .xs\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .xs\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .xs\:mx-190 {
    margin-left: 190px;
    margin-right: 190px;
  }

  .xs\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xs\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .xs\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .xs\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xs\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .xs\:mx-30\% {
    margin-left: 30%;
    margin-right: 30%;
  }

  .xs\:mx-7\.5r {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .xs\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xs\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xs\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xs\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xs\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .xs\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xs\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xs\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xs\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xs\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .xs\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xs\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xs\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .xs\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .xs\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .xs\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .xs\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xs\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .xs\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xs\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xs\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xs\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xs\:-mx-48 {
    margin-left: -48px;
    margin-right: -48px;
  }

  .xs\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xs\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xs\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .xs\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xs\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xs\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xs\:-mx-95 {
    margin-left: -95px;
    margin-right: -95px;
  }

  .xs\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .xs\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .xs\:-mx-190 {
    margin-left: -190px;
    margin-right: -190px;
  }

  .xs\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xs\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .xs\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .xs\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xs\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .xs\:-mx-30\% {
    margin-left: -30%;
    margin-right: -30%;
  }

  .xs\:-mx-7\.5r {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .xs\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xs\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xs\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xs\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xs\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xs\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .xs\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xs\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xs\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xs\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xs\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .xs\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xs\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xs\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .xs\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .xs\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xs\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .xs\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xs\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xs\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xs\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xs\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xs\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xs\:my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .xs\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xs\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xs\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .xs\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xs\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xs\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xs\:my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .xs\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .xs\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .xs\:my-190 {
    margin-top: 190px;
    margin-bottom: 190px;
  }

  .xs\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xs\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xs\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xs\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xs\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xs\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .xs\:my-30\% {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .xs\:my-7\.5r {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .xs\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xs\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xs\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xs\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xs\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .xs\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xs\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xs\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xs\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xs\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .xs\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xs\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xs\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .xs\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .xs\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .xs\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .xs\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xs\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .xs\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xs\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xs\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xs\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xs\:-my-48 {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .xs\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xs\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xs\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .xs\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xs\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xs\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xs\:-my-95 {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .xs\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .xs\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .xs\:-my-190 {
    margin-top: -190px;
    margin-bottom: -190px;
  }

  .xs\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xs\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .xs\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .xs\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xs\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .xs\:-my-30\% {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .xs\:-my-7\.5r {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .xs\:mt-0 {
    margin-top: 0;
  }

  .xs\:mt-1 {
    margin-top: 0.25rem;
  }

  .xs\:mt-2 {
    margin-top: 0.5rem;
  }

  .xs\:mt-3 {
    margin-top: 0.75rem;
  }

  .xs\:mt-4 {
    margin-top: 1rem;
  }

  .xs\:mt-5 {
    margin-top: 5px;
  }

  .xs\:mt-6 {
    margin-top: 1.5rem;
  }

  .xs\:mt-7 {
    margin-top: 1.75rem;
  }

  .xs\:mt-8 {
    margin-top: 2rem;
  }

  .xs\:mt-9 {
    margin-top: 2.25rem;
  }

  .xs\:mt-10 {
    margin-top: 10px;
  }

  .xs\:mt-11 {
    margin-top: 2.75rem;
  }

  .xs\:mt-12 {
    margin-top: 3rem;
  }

  .xs\:mt-14 {
    margin-top: 14px;
  }

  .xs\:mt-16 {
    margin-top: 16px;
  }

  .xs\:mt-20 {
    margin-top: 20px;
  }

  .xs\:mt-24 {
    margin-top: 24px;
  }

  .xs\:mt-28 {
    margin-top: 7rem;
  }

  .xs\:mt-30 {
    margin-top: 30px;
  }

  .xs\:mt-32 {
    margin-top: 8rem;
  }

  .xs\:mt-36 {
    margin-top: 9rem;
  }

  .xs\:mt-40 {
    margin-top: 10rem;
  }

  .xs\:mt-44 {
    margin-top: 11rem;
  }

  .xs\:mt-48 {
    margin-top: 48px;
  }

  .xs\:mt-52 {
    margin-top: 13rem;
  }

  .xs\:mt-56 {
    margin-top: 14rem;
  }

  .xs\:mt-60 {
    margin-top: 60px;
  }

  .xs\:mt-64 {
    margin-top: 16rem;
  }

  .xs\:mt-72 {
    margin-top: 18rem;
  }

  .xs\:mt-80 {
    margin-top: 20rem;
  }

  .xs\:mt-95 {
    margin-top: 95px;
  }

  .xs\:mt-96 {
    margin-top: 24rem;
  }

  .xs\:mt-120 {
    margin-top: 120px;
  }

  .xs\:mt-190 {
    margin-top: 190px;
  }

  .xs\:mt-auto {
    margin-top: auto;
  }

  .xs\:mt-px {
    margin-top: 1px;
  }

  .xs\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .xs\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .xs\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .xs\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .xs\:mt-30\% {
    margin-top: 30%;
  }

  .xs\:mt-7\.5r {
    margin-top: 1.875rem;
  }

  .xs\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xs\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xs\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xs\:-mt-4 {
    margin-top: -1rem;
  }

  .xs\:-mt-5 {
    margin-top: -5px;
  }

  .xs\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xs\:-mt-7 {
    margin-top: -1.75rem;
  }

  .xs\:-mt-8 {
    margin-top: -2rem;
  }

  .xs\:-mt-9 {
    margin-top: -2.25rem;
  }

  .xs\:-mt-10 {
    margin-top: -10px;
  }

  .xs\:-mt-11 {
    margin-top: -2.75rem;
  }

  .xs\:-mt-12 {
    margin-top: -3rem;
  }

  .xs\:-mt-14 {
    margin-top: -14px;
  }

  .xs\:-mt-16 {
    margin-top: -16px;
  }

  .xs\:-mt-20 {
    margin-top: -20px;
  }

  .xs\:-mt-24 {
    margin-top: -24px;
  }

  .xs\:-mt-28 {
    margin-top: -7rem;
  }

  .xs\:-mt-30 {
    margin-top: -30px;
  }

  .xs\:-mt-32 {
    margin-top: -8rem;
  }

  .xs\:-mt-36 {
    margin-top: -9rem;
  }

  .xs\:-mt-40 {
    margin-top: -10rem;
  }

  .xs\:-mt-44 {
    margin-top: -11rem;
  }

  .xs\:-mt-48 {
    margin-top: -48px;
  }

  .xs\:-mt-52 {
    margin-top: -13rem;
  }

  .xs\:-mt-56 {
    margin-top: -14rem;
  }

  .xs\:-mt-60 {
    margin-top: -60px;
  }

  .xs\:-mt-64 {
    margin-top: -16rem;
  }

  .xs\:-mt-72 {
    margin-top: -18rem;
  }

  .xs\:-mt-80 {
    margin-top: -20rem;
  }

  .xs\:-mt-95 {
    margin-top: -95px;
  }

  .xs\:-mt-96 {
    margin-top: -24rem;
  }

  .xs\:-mt-120 {
    margin-top: -120px;
  }

  .xs\:-mt-190 {
    margin-top: -190px;
  }

  .xs\:-mt-px {
    margin-top: -1px;
  }

  .xs\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .xs\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .xs\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .xs\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .xs\:-mt-30\% {
    margin-top: -30%;
  }

  .xs\:-mt-7\.5r {
    margin-top: -1.875rem;
  }

  .xs\:mr-0 {
    margin-right: 0;
  }

  .xs\:mr-1 {
    margin-right: 0.25rem;
  }

  .xs\:mr-2 {
    margin-right: 0.5rem;
  }

  .xs\:mr-3 {
    margin-right: 0.75rem;
  }

  .xs\:mr-4 {
    margin-right: 1rem;
  }

  .xs\:mr-5 {
    margin-right: 5px;
  }

  .xs\:mr-6 {
    margin-right: 1.5rem;
  }

  .xs\:mr-7 {
    margin-right: 1.75rem;
  }

  .xs\:mr-8 {
    margin-right: 2rem;
  }

  .xs\:mr-9 {
    margin-right: 2.25rem;
  }

  .xs\:mr-10 {
    margin-right: 10px;
  }

  .xs\:mr-11 {
    margin-right: 2.75rem;
  }

  .xs\:mr-12 {
    margin-right: 3rem;
  }

  .xs\:mr-14 {
    margin-right: 14px;
  }

  .xs\:mr-16 {
    margin-right: 16px;
  }

  .xs\:mr-20 {
    margin-right: 20px;
  }

  .xs\:mr-24 {
    margin-right: 24px;
  }

  .xs\:mr-28 {
    margin-right: 7rem;
  }

  .xs\:mr-30 {
    margin-right: 30px;
  }

  .xs\:mr-32 {
    margin-right: 8rem;
  }

  .xs\:mr-36 {
    margin-right: 9rem;
  }

  .xs\:mr-40 {
    margin-right: 10rem;
  }

  .xs\:mr-44 {
    margin-right: 11rem;
  }

  .xs\:mr-48 {
    margin-right: 48px;
  }

  .xs\:mr-52 {
    margin-right: 13rem;
  }

  .xs\:mr-56 {
    margin-right: 14rem;
  }

  .xs\:mr-60 {
    margin-right: 60px;
  }

  .xs\:mr-64 {
    margin-right: 16rem;
  }

  .xs\:mr-72 {
    margin-right: 18rem;
  }

  .xs\:mr-80 {
    margin-right: 20rem;
  }

  .xs\:mr-95 {
    margin-right: 95px;
  }

  .xs\:mr-96 {
    margin-right: 24rem;
  }

  .xs\:mr-120 {
    margin-right: 120px;
  }

  .xs\:mr-190 {
    margin-right: 190px;
  }

  .xs\:mr-auto {
    margin-right: auto;
  }

  .xs\:mr-px {
    margin-right: 1px;
  }

  .xs\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .xs\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .xs\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .xs\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .xs\:mr-30\% {
    margin-right: 30%;
  }

  .xs\:mr-7\.5r {
    margin-right: 1.875rem;
  }

  .xs\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xs\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xs\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xs\:-mr-4 {
    margin-right: -1rem;
  }

  .xs\:-mr-5 {
    margin-right: -5px;
  }

  .xs\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xs\:-mr-7 {
    margin-right: -1.75rem;
  }

  .xs\:-mr-8 {
    margin-right: -2rem;
  }

  .xs\:-mr-9 {
    margin-right: -2.25rem;
  }

  .xs\:-mr-10 {
    margin-right: -10px;
  }

  .xs\:-mr-11 {
    margin-right: -2.75rem;
  }

  .xs\:-mr-12 {
    margin-right: -3rem;
  }

  .xs\:-mr-14 {
    margin-right: -14px;
  }

  .xs\:-mr-16 {
    margin-right: -16px;
  }

  .xs\:-mr-20 {
    margin-right: -20px;
  }

  .xs\:-mr-24 {
    margin-right: -24px;
  }

  .xs\:-mr-28 {
    margin-right: -7rem;
  }

  .xs\:-mr-30 {
    margin-right: -30px;
  }

  .xs\:-mr-32 {
    margin-right: -8rem;
  }

  .xs\:-mr-36 {
    margin-right: -9rem;
  }

  .xs\:-mr-40 {
    margin-right: -10rem;
  }

  .xs\:-mr-44 {
    margin-right: -11rem;
  }

  .xs\:-mr-48 {
    margin-right: -48px;
  }

  .xs\:-mr-52 {
    margin-right: -13rem;
  }

  .xs\:-mr-56 {
    margin-right: -14rem;
  }

  .xs\:-mr-60 {
    margin-right: -60px;
  }

  .xs\:-mr-64 {
    margin-right: -16rem;
  }

  .xs\:-mr-72 {
    margin-right: -18rem;
  }

  .xs\:-mr-80 {
    margin-right: -20rem;
  }

  .xs\:-mr-95 {
    margin-right: -95px;
  }

  .xs\:-mr-96 {
    margin-right: -24rem;
  }

  .xs\:-mr-120 {
    margin-right: -120px;
  }

  .xs\:-mr-190 {
    margin-right: -190px;
  }

  .xs\:-mr-px {
    margin-right: -1px;
  }

  .xs\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .xs\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .xs\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .xs\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .xs\:-mr-30\% {
    margin-right: -30%;
  }

  .xs\:-mr-7\.5r {
    margin-right: -1.875rem;
  }

  .xs\:mb-0 {
    margin-bottom: 0;
  }

  .xs\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xs\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xs\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .xs\:mb-4 {
    margin-bottom: 1rem;
  }

  .xs\:mb-5 {
    margin-bottom: 5px;
  }

  .xs\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xs\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .xs\:mb-8 {
    margin-bottom: 2rem;
  }

  .xs\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .xs\:mb-10 {
    margin-bottom: 10px;
  }

  .xs\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .xs\:mb-12 {
    margin-bottom: 3rem;
  }

  .xs\:mb-14 {
    margin-bottom: 14px;
  }

  .xs\:mb-16 {
    margin-bottom: 16px;
  }

  .xs\:mb-20 {
    margin-bottom: 20px;
  }

  .xs\:mb-24 {
    margin-bottom: 24px;
  }

  .xs\:mb-28 {
    margin-bottom: 7rem;
  }

  .xs\:mb-30 {
    margin-bottom: 30px;
  }

  .xs\:mb-32 {
    margin-bottom: 8rem;
  }

  .xs\:mb-36 {
    margin-bottom: 9rem;
  }

  .xs\:mb-40 {
    margin-bottom: 10rem;
  }

  .xs\:mb-44 {
    margin-bottom: 11rem;
  }

  .xs\:mb-48 {
    margin-bottom: 48px;
  }

  .xs\:mb-52 {
    margin-bottom: 13rem;
  }

  .xs\:mb-56 {
    margin-bottom: 14rem;
  }

  .xs\:mb-60 {
    margin-bottom: 60px;
  }

  .xs\:mb-64 {
    margin-bottom: 16rem;
  }

  .xs\:mb-72 {
    margin-bottom: 18rem;
  }

  .xs\:mb-80 {
    margin-bottom: 20rem;
  }

  .xs\:mb-95 {
    margin-bottom: 95px;
  }

  .xs\:mb-96 {
    margin-bottom: 24rem;
  }

  .xs\:mb-120 {
    margin-bottom: 120px;
  }

  .xs\:mb-190 {
    margin-bottom: 190px;
  }

  .xs\:mb-auto {
    margin-bottom: auto;
  }

  .xs\:mb-px {
    margin-bottom: 1px;
  }

  .xs\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .xs\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .xs\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .xs\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .xs\:mb-30\% {
    margin-bottom: 30%;
  }

  .xs\:mb-7\.5r {
    margin-bottom: 1.875rem;
  }

  .xs\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xs\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xs\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xs\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xs\:-mb-5 {
    margin-bottom: -5px;
  }

  .xs\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xs\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .xs\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xs\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .xs\:-mb-10 {
    margin-bottom: -10px;
  }

  .xs\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .xs\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xs\:-mb-14 {
    margin-bottom: -14px;
  }

  .xs\:-mb-16 {
    margin-bottom: -16px;
  }

  .xs\:-mb-20 {
    margin-bottom: -20px;
  }

  .xs\:-mb-24 {
    margin-bottom: -24px;
  }

  .xs\:-mb-28 {
    margin-bottom: -7rem;
  }

  .xs\:-mb-30 {
    margin-bottom: -30px;
  }

  .xs\:-mb-32 {
    margin-bottom: -8rem;
  }

  .xs\:-mb-36 {
    margin-bottom: -9rem;
  }

  .xs\:-mb-40 {
    margin-bottom: -10rem;
  }

  .xs\:-mb-44 {
    margin-bottom: -11rem;
  }

  .xs\:-mb-48 {
    margin-bottom: -48px;
  }

  .xs\:-mb-52 {
    margin-bottom: -13rem;
  }

  .xs\:-mb-56 {
    margin-bottom: -14rem;
  }

  .xs\:-mb-60 {
    margin-bottom: -60px;
  }

  .xs\:-mb-64 {
    margin-bottom: -16rem;
  }

  .xs\:-mb-72 {
    margin-bottom: -18rem;
  }

  .xs\:-mb-80 {
    margin-bottom: -20rem;
  }

  .xs\:-mb-95 {
    margin-bottom: -95px;
  }

  .xs\:-mb-96 {
    margin-bottom: -24rem;
  }

  .xs\:-mb-120 {
    margin-bottom: -120px;
  }

  .xs\:-mb-190 {
    margin-bottom: -190px;
  }

  .xs\:-mb-px {
    margin-bottom: -1px;
  }

  .xs\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .xs\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .xs\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .xs\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .xs\:-mb-30\% {
    margin-bottom: -30%;
  }

  .xs\:-mb-7\.5r {
    margin-bottom: -1.875rem;
  }

  .xs\:ml-0 {
    margin-left: 0;
  }

  .xs\:ml-1 {
    margin-left: 0.25rem;
  }

  .xs\:ml-2 {
    margin-left: 0.5rem;
  }

  .xs\:ml-3 {
    margin-left: 0.75rem;
  }

  .xs\:ml-4 {
    margin-left: 1rem;
  }

  .xs\:ml-5 {
    margin-left: 5px;
  }

  .xs\:ml-6 {
    margin-left: 1.5rem;
  }

  .xs\:ml-7 {
    margin-left: 1.75rem;
  }

  .xs\:ml-8 {
    margin-left: 2rem;
  }

  .xs\:ml-9 {
    margin-left: 2.25rem;
  }

  .xs\:ml-10 {
    margin-left: 10px;
  }

  .xs\:ml-11 {
    margin-left: 2.75rem;
  }

  .xs\:ml-12 {
    margin-left: 3rem;
  }

  .xs\:ml-14 {
    margin-left: 14px;
  }

  .xs\:ml-16 {
    margin-left: 16px;
  }

  .xs\:ml-20 {
    margin-left: 20px;
  }

  .xs\:ml-24 {
    margin-left: 24px;
  }

  .xs\:ml-28 {
    margin-left: 7rem;
  }

  .xs\:ml-30 {
    margin-left: 30px;
  }

  .xs\:ml-32 {
    margin-left: 8rem;
  }

  .xs\:ml-36 {
    margin-left: 9rem;
  }

  .xs\:ml-40 {
    margin-left: 10rem;
  }

  .xs\:ml-44 {
    margin-left: 11rem;
  }

  .xs\:ml-48 {
    margin-left: 48px;
  }

  .xs\:ml-52 {
    margin-left: 13rem;
  }

  .xs\:ml-56 {
    margin-left: 14rem;
  }

  .xs\:ml-60 {
    margin-left: 60px;
  }

  .xs\:ml-64 {
    margin-left: 16rem;
  }

  .xs\:ml-72 {
    margin-left: 18rem;
  }

  .xs\:ml-80 {
    margin-left: 20rem;
  }

  .xs\:ml-95 {
    margin-left: 95px;
  }

  .xs\:ml-96 {
    margin-left: 24rem;
  }

  .xs\:ml-120 {
    margin-left: 120px;
  }

  .xs\:ml-190 {
    margin-left: 190px;
  }

  .xs\:ml-auto {
    margin-left: auto;
  }

  .xs\:ml-px {
    margin-left: 1px;
  }

  .xs\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .xs\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .xs\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .xs\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .xs\:ml-30\% {
    margin-left: 30%;
  }

  .xs\:ml-7\.5r {
    margin-left: 1.875rem;
  }

  .xs\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xs\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xs\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xs\:-ml-4 {
    margin-left: -1rem;
  }

  .xs\:-ml-5 {
    margin-left: -5px;
  }

  .xs\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xs\:-ml-7 {
    margin-left: -1.75rem;
  }

  .xs\:-ml-8 {
    margin-left: -2rem;
  }

  .xs\:-ml-9 {
    margin-left: -2.25rem;
  }

  .xs\:-ml-10 {
    margin-left: -10px;
  }

  .xs\:-ml-11 {
    margin-left: -2.75rem;
  }

  .xs\:-ml-12 {
    margin-left: -3rem;
  }

  .xs\:-ml-14 {
    margin-left: -14px;
  }

  .xs\:-ml-16 {
    margin-left: -16px;
  }

  .xs\:-ml-20 {
    margin-left: -20px;
  }

  .xs\:-ml-24 {
    margin-left: -24px;
  }

  .xs\:-ml-28 {
    margin-left: -7rem;
  }

  .xs\:-ml-30 {
    margin-left: -30px;
  }

  .xs\:-ml-32 {
    margin-left: -8rem;
  }

  .xs\:-ml-36 {
    margin-left: -9rem;
  }

  .xs\:-ml-40 {
    margin-left: -10rem;
  }

  .xs\:-ml-44 {
    margin-left: -11rem;
  }

  .xs\:-ml-48 {
    margin-left: -48px;
  }

  .xs\:-ml-52 {
    margin-left: -13rem;
  }

  .xs\:-ml-56 {
    margin-left: -14rem;
  }

  .xs\:-ml-60 {
    margin-left: -60px;
  }

  .xs\:-ml-64 {
    margin-left: -16rem;
  }

  .xs\:-ml-72 {
    margin-left: -18rem;
  }

  .xs\:-ml-80 {
    margin-left: -20rem;
  }

  .xs\:-ml-95 {
    margin-left: -95px;
  }

  .xs\:-ml-96 {
    margin-left: -24rem;
  }

  .xs\:-ml-120 {
    margin-left: -120px;
  }

  .xs\:-ml-190 {
    margin-left: -190px;
  }

  .xs\:-ml-px {
    margin-left: -1px;
  }

  .xs\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .xs\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .xs\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .xs\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .xs\:-ml-30\% {
    margin-left: -30%;
  }

  .xs\:-ml-7\.5r {
    margin-left: -1.875rem;
  }

  .xs\:box-border {
    box-sizing: border-box;
  }

  .xs\:box-content {
    box-sizing: content-box;
  }

  .xs\:block {
    display: block;
  }

  .xs\:inline-block {
    display: inline-block;
  }

  .xs\:inline {
    display: inline;
  }

  .xs\:flex {
    display: flex;
  }

  .xs\:inline-flex {
    display: inline-flex;
  }

  .xs\:table {
    display: table;
  }

  .xs\:inline-table {
    display: inline-table;
  }

  .xs\:table-caption {
    display: table-caption;
  }

  .xs\:table-cell {
    display: table-cell;
  }

  .xs\:table-column {
    display: table-column;
  }

  .xs\:table-column-group {
    display: table-column-group;
  }

  .xs\:table-footer-group {
    display: table-footer-group;
  }

  .xs\:table-header-group {
    display: table-header-group;
  }

  .xs\:table-row-group {
    display: table-row-group;
  }

  .xs\:table-row {
    display: table-row;
  }

  .xs\:flow-root {
    display: flow-root;
  }

  .xs\:grid {
    display: grid;
  }

  .xs\:inline-grid {
    display: inline-grid;
  }

  .xs\:contents {
    display: contents;
  }

  .xs\:list-item {
    display: list-item;
  }

  .xs\:hidden {
    display: none;
  }

  .group:hover .xs\:group-hover\:block {
    display: block;
  }

  .group:hover .xs\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .xs\:group-hover\:inline {
    display: inline;
  }

  .group:hover .xs\:group-hover\:flex {
    display: flex;
  }

  .group:hover .xs\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .xs\:group-hover\:table {
    display: table;
  }

  .group:hover .xs\:group-hover\:inline-table {
    display: inline-table;
  }

  .group:hover .xs\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .xs\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .xs\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .xs\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .xs\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .xs\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .xs\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .xs\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .xs\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .xs\:group-hover\:grid {
    display: grid;
  }

  .group:hover .xs\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .xs\:group-hover\:contents {
    display: contents;
  }

  .group:hover .xs\:group-hover\:list-item {
    display: list-item;
  }

  .group:hover .xs\:group-hover\:hidden {
    display: none;
  }

  .xs\:h-0 {
    height: 0;
  }

  .xs\:h-1 {
    height: 0.25rem;
  }

  .xs\:h-2 {
    height: 0.5rem;
  }

  .xs\:h-3 {
    height: 0.75rem;
  }

  .xs\:h-4 {
    height: 1rem;
  }

  .xs\:h-5 {
    height: 5px;
  }

  .xs\:h-6 {
    height: 1.5rem;
  }

  .xs\:h-7 {
    height: 1.75rem;
  }

  .xs\:h-8 {
    height: 2rem;
  }

  .xs\:h-9 {
    height: 2.25rem;
  }

  .xs\:h-10 {
    height: 10px;
  }

  .xs\:h-11 {
    height: 2.75rem;
  }

  .xs\:h-12 {
    height: 12px;
  }

  .xs\:h-14 {
    height: 14px;
  }

  .xs\:h-16 {
    height: 16px;
  }

  .xs\:h-20 {
    height: 20px;
  }

  .xs\:h-24 {
    height: 24px;
  }

  .xs\:h-28 {
    height: 7rem;
  }

  .xs\:h-30 {
    height: 30px;
  }

  .xs\:h-32 {
    height: 8rem;
  }

  .xs\:h-36 {
    height: 9rem;
  }

  .xs\:h-40 {
    height: 10rem;
  }

  .xs\:h-42 {
    height: 42px;
  }

  .xs\:h-44 {
    height: 11rem;
  }

  .xs\:h-48 {
    height: 48px;
  }

  .xs\:h-52 {
    height: 13rem;
  }

  .xs\:h-56 {
    height: 14rem;
  }

  .xs\:h-60 {
    height: 60px;
  }

  .xs\:h-64 {
    height: 16rem;
  }

  .xs\:h-70 {
    height: 70px;
  }

  .xs\:h-72 {
    height: 18rem;
  }

  .xs\:h-78 {
    height: 78px;
  }

  .xs\:h-80 {
    height: 20rem;
  }

  .xs\:h-95 {
    height: 95px;
  }

  .xs\:h-96 {
    height: 24rem;
  }

  .xs\:h-120 {
    height: 120px;
  }

  .xs\:h-190 {
    height: 190px;
  }

  .xs\:h-auto {
    height: auto;
  }

  .xs\:h-px {
    height: 1px;
  }

  .xs\:h-0\.5 {
    height: 0.125rem;
  }

  .xs\:h-1\.5 {
    height: 0.375rem;
  }

  .xs\:h-2\.5 {
    height: 0.625rem;
  }

  .xs\:h-3\.5 {
    height: 0.875rem;
  }

  .xs\:h-30\% {
    height: 30%;
  }

  .xs\:h-7\.5r {
    height: 1.875rem;
  }

  .xs\:h-1\/2 {
    height: 50%;
  }

  .xs\:h-1\/3 {
    height: 33.333333%;
  }

  .xs\:h-2\/3 {
    height: 66.667%;
  }

  .xs\:h-1\/4 {
    height: 25%;
  }

  .xs\:h-2\/4 {
    height: 50%;
  }

  .xs\:h-3\/4 {
    height: 75%;
  }

  .xs\:h-1\/5 {
    height: 20%;
  }

  .xs\:h-2\/5 {
    height: 40%;
  }

  .xs\:h-3\/5 {
    height: 60%;
  }

  .xs\:h-4\/5 {
    height: 80%;
  }

  .xs\:h-1\/6 {
    height: 16.666667%;
  }

  .xs\:h-2\/6 {
    height: 33.333333%;
  }

  .xs\:h-3\/6 {
    height: 50%;
  }

  .xs\:h-4\/6 {
    height: 66.666667%;
  }

  .xs\:h-5\/6 {
    height: 83.333333%;
  }

  .xs\:h-full {
    height: 100%;
  }

  .xs\:h-screen {
    height: 100vh;
  }

  .xs\:h-20r {
    height: 5rem;
  }

  .xs\:h-50vh {
    height: 50vh;
  }

  .xs\:h-66vh {
    height: 66vh;
  }

  .xs\:h-75vh {
    height: 75vh;
  }

  .xs\:h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .xs\:max-h-0 {
    max-height: 0;
  }

  .xs\:max-h-1 {
    max-height: 0.25rem;
  }

  .xs\:max-h-2 {
    max-height: 0.5rem;
  }

  .xs\:max-h-3 {
    max-height: 0.75rem;
  }

  .xs\:max-h-4 {
    max-height: 1rem;
  }

  .xs\:max-h-5 {
    max-height: 5px;
  }

  .xs\:max-h-6 {
    max-height: 1.5rem;
  }

  .xs\:max-h-7 {
    max-height: 1.75rem;
  }

  .xs\:max-h-8 {
    max-height: 2rem;
  }

  .xs\:max-h-9 {
    max-height: 2.25rem;
  }

  .xs\:max-h-10 {
    max-height: 10px;
  }

  .xs\:max-h-11 {
    max-height: 2.75rem;
  }

  .xs\:max-h-12 {
    max-height: 3rem;
  }

  .xs\:max-h-14 {
    max-height: 14px;
  }

  .xs\:max-h-16 {
    max-height: 16px;
  }

  .xs\:max-h-20 {
    max-height: 20px;
  }

  .xs\:max-h-24 {
    max-height: 24px;
  }

  .xs\:max-h-28 {
    max-height: 7rem;
  }

  .xs\:max-h-30 {
    max-height: 30px;
  }

  .xs\:max-h-32 {
    max-height: 8rem;
  }

  .xs\:max-h-36 {
    max-height: 9rem;
  }

  .xs\:max-h-40 {
    max-height: 10rem;
  }

  .xs\:max-h-44 {
    max-height: 11rem;
  }

  .xs\:max-h-48 {
    max-height: 48px;
  }

  .xs\:max-h-52 {
    max-height: 13rem;
  }

  .xs\:max-h-56 {
    max-height: 14rem;
  }

  .xs\:max-h-60 {
    max-height: 60px;
  }

  .xs\:max-h-64 {
    max-height: 16rem;
  }

  .xs\:max-h-72 {
    max-height: 18rem;
  }

  .xs\:max-h-80 {
    max-height: 20rem;
  }

  .xs\:max-h-95 {
    max-height: 95px;
  }

  .xs\:max-h-96 {
    max-height: 24rem;
  }

  .xs\:max-h-120 {
    max-height: 120px;
  }

  .xs\:max-h-190 {
    max-height: 190px;
  }

  .xs\:max-h-px {
    max-height: 1px;
  }

  .xs\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .xs\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .xs\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .xs\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .xs\:max-h-30\% {
    max-height: 30%;
  }

  .xs\:max-h-7\.5r {
    max-height: 1.875rem;
  }

  .xs\:max-h-full {
    max-height: 100%;
  }

  .xs\:max-h-screen {
    max-height: 100vh;
  }

  .xs\:min-h-0 {
    min-height: 0px;
  }

  .xs\:min-h-24 {
    min-height: 6rem;
  }

  .xs\:min-h-78 {
    min-height: 78px;
  }

  .xs\:min-h-full {
    min-height: 100%;
  }

  .xs\:min-h-screen {
    min-height: 100vh;
  }

  .xs\:min-h-25\.5 {
    min-height: 6.375rem;
  }

  .xs\:min-h-1\/2 {
    min-height: 50%;
  }

  .xs\:min-h-2\/3 {
    min-height: 66.667%;
  }

  .xs\:min-h-3\/4 {
    min-height: 75%;
  }

  .xs\:min-h-50vh {
    min-height: 50vh;
  }

  .xs\:min-h-66vh {
    min-height: 66vh;
  }

  .xs\:min-h-75vh {
    min-height: 75vh;
  }

  .xs\:w-0 {
    width: 0;
  }

  .xs\:w-1 {
    width: 0.25rem;
  }

  .xs\:w-2 {
    width: 0.5rem;
  }

  .xs\:w-3 {
    width: 0.75rem;
  }

  .xs\:w-4 {
    width: 1rem;
  }

  .xs\:w-5 {
    width: 5px;
  }

  .xs\:w-6 {
    width: 1.5rem;
  }

  .xs\:w-7 {
    width: 1.75rem;
  }

  .xs\:w-8 {
    width: 2rem;
  }

  .xs\:w-9 {
    width: 2.25rem;
  }

  .xs\:w-10 {
    width: 10px;
  }

  .xs\:w-11 {
    width: 2.75rem;
  }

  .xs\:w-12 {
    width: 3rem;
  }

  .xs\:w-14 {
    width: 14px;
  }

  .xs\:w-16 {
    width: 16px;
  }

  .xs\:w-20 {
    width: 20px;
  }

  .xs\:w-24 {
    width: 24px;
  }

  .xs\:w-28 {
    width: 7rem;
  }

  .xs\:w-30 {
    width: 30px;
  }

  .xs\:w-32 {
    width: 8rem;
  }

  .xs\:w-36 {
    width: 9rem;
  }

  .xs\:w-40 {
    width: 10rem;
  }

  .xs\:w-44 {
    width: 11rem;
  }

  .xs\:w-48 {
    width: 48px;
  }

  .xs\:w-52 {
    width: 13rem;
  }

  .xs\:w-56 {
    width: 14rem;
  }

  .xs\:w-60 {
    width: 60px;
  }

  .xs\:w-64 {
    width: 16rem;
  }

  .xs\:w-72 {
    width: 18rem;
  }

  .xs\:w-80 {
    width: 20rem;
  }

  .xs\:w-95 {
    width: 95px;
  }

  .xs\:w-96 {
    width: 24rem;
  }

  .xs\:w-120 {
    width: 120px;
  }

  .xs\:w-150 {
    width: 150px;
  }

  .xs\:w-190 {
    width: 190px;
  }

  .xs\:w-auto {
    width: auto;
  }

  .xs\:w-px {
    width: 1px;
  }

  .xs\:w-0\.5 {
    width: 0.125rem;
  }

  .xs\:w-1\.5 {
    width: 0.375rem;
  }

  .xs\:w-2\.5 {
    width: 0.625rem;
  }

  .xs\:w-3\.5 {
    width: 0.875rem;
  }

  .xs\:w-30\% {
    width: 30%;
  }

  .xs\:w-7\.5r {
    width: 1.875rem;
  }

  .xs\:w-1\/2 {
    width: 50%;
  }

  .xs\:w-1\/3 {
    width: 33.333333%;
  }

  .xs\:w-2\/3 {
    width: 66.666667%;
  }

  .xs\:w-1\/4 {
    width: 25%;
  }

  .xs\:w-2\/4 {
    width: 50%;
  }

  .xs\:w-3\/4 {
    width: 75%;
  }

  .xs\:w-1\/5 {
    width: 20%;
  }

  .xs\:w-2\/5 {
    width: 40%;
  }

  .xs\:w-3\/5 {
    width: 60%;
  }

  .xs\:w-4\/5 {
    width: 80%;
  }

  .xs\:w-1\/6 {
    width: 16.666667%;
  }

  .xs\:w-2\/6 {
    width: 33.333333%;
  }

  .xs\:w-3\/6 {
    width: 50%;
  }

  .xs\:w-4\/6 {
    width: 66.666667%;
  }

  .xs\:w-5\/6 {
    width: 83.333333%;
  }

  .xs\:w-1\/12 {
    width: 8.333333%;
  }

  .xs\:w-2\/12 {
    width: 16.666667%;
  }

  .xs\:w-3\/12 {
    width: 25%;
  }

  .xs\:w-4\/12 {
    width: 33.333333%;
  }

  .xs\:w-5\/12 {
    width: 41.666667%;
  }

  .xs\:w-6\/12 {
    width: 50%;
  }

  .xs\:w-7\/12 {
    width: 58.333333%;
  }

  .xs\:w-8\/12 {
    width: 66.666667%;
  }

  .xs\:w-9\/12 {
    width: 75%;
  }

  .xs\:w-10\/12 {
    width: 83.333333%;
  }

  .xs\:w-11\/12 {
    width: 91.666667%;
  }

  .xs\:w-full {
    width: 100%;
  }

  .xs\:w-screen {
    width: 100vw;
  }

  .xs\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .xs\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .xs\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .xs\:w-20r {
    width: 5rem;
  }

  .xs\:min-w-0 {
    min-width: 0px;
  }

  .xs\:min-w-1280 {
    min-width: 1280px;
  }

  .xs\:min-w-full {
    min-width: 100%;
  }

  .xs\:min-w-min {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .xs\:min-w-max {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .xs\:min-w-7\.5r {
    min-width: 1.875rem;
  }

  .xs\:min-w-10r {
    min-width: 2.5rem;
  }

  .xs\:min-w-12\.5r {
    min-width: 3.125rem;
  }

  .xs\:min-w-17\.5r {
    min-width: 4.375rem;
  }

  .xs\:min-w-20r {
    min-width: 5rem;
  }

  .xs\:min-w-25r {
    min-width: 6.25rem;
  }

  .xs\:min-w-37\.5r {
    min-width: 9.375rem;
  }

  .xs\:min-w-45r {
    min-width: 11.25rem;
  }

  .xs\:min-w-367\.5r {
    min-width: 91.875rem;
  }

  .xs\:max-w-0 {
    max-width: 0rem;
  }

  .xs\:max-w-none {
    max-width: none;
  }

  .xs\:max-w-xs {
    max-width: 20rem;
  }

  .xs\:max-w-sm {
    max-width: 24rem;
  }

  .xs\:max-w-md {
    max-width: 28rem;
  }

  .xs\:max-w-lg {
    max-width: 32rem;
  }

  .xs\:max-w-xl {
    max-width: 36rem;
  }

  .xs\:max-w-2xl {
    max-width: 42rem;
  }

  .xs\:max-w-3xl {
    max-width: 48rem;
  }

  .xs\:max-w-4xl {
    max-width: 56rem;
  }

  .xs\:max-w-5xl {
    max-width: 64rem;
  }

  .xs\:max-w-6xl {
    max-width: 72rem;
  }

  .xs\:max-w-7xl {
    max-width: 80rem;
  }

  .xs\:max-w-full {
    max-width: 100%;
  }

  .xs\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .xs\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .xs\:max-w-prose {
    max-width: 65ch;
  }

  .xs\:max-w-screen-sm {
    max-width: 640px;
  }

  .xs\:max-w-screen-md {
    max-width: 768px;
  }

  .xs\:max-w-screen-lg {
    max-width: 1280px;
  }

  .xs\:max-w-screen-xl {
    max-width: 1440px;
  }

  .xs\:max-w-screen-2xl {
    max-width: 1600px;
  }

  .xs\:max-w-screen-desktop {
    max-width: 1280px;
  }

  .xs\:max-w-screen-xxs {
    max-width: 320px;
  }

  .xs\:max-w-screen-xs {
    max-width: 4820px;
  }

  .xs\:flex-1 {
    flex: 1 1 0%;
  }

  .xs\:flex-auto {
    flex: 1 1 auto;
  }

  .xs\:flex-initial {
    flex: 0 1 auto;
  }

  .xs\:flex-none {
    flex: none;
  }

  .xs\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .xs\:flex-shrink {
    flex-shrink: 1;
  }

  .xs\:flex-grow-0 {
    flex-grow: 0;
  }

  .xs\:flex-grow {
    flex-grow: 1;
  }

  .xs\:table-auto {
    table-layout: auto;
  }

  .xs\:table-fixed {
    table-layout: fixed;
  }

  .xs\:border-collapse {
    border-collapse: collapse;
  }

  .xs\:border-separate {
    border-collapse: separate;
  }

  .xs\:origin-center {
    transform-origin: center;
  }

  .xs\:origin-top {
    transform-origin: top;
  }

  .xs\:origin-top-right {
    transform-origin: top right;
  }

  .xs\:origin-right {
    transform-origin: right;
  }

  .xs\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .xs\:origin-bottom {
    transform-origin: bottom;
  }

  .xs\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .xs\:origin-left {
    transform-origin: left;
  }

  .xs\:origin-top-left {
    transform-origin: top left;
  }

  .xs\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xs\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xs\:transform-none {
    transform: none;
  }

  .xs\:translate-x-0 {
    --tw-translate-x: 0;
  }

  .xs\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .xs\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .xs\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .xs\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .xs\:translate-x-5 {
    --tw-translate-x: 5px;
  }

  .xs\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .xs\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .xs\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .xs\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .xs\:translate-x-10 {
    --tw-translate-x: 10px;
  }

  .xs\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .xs\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .xs\:translate-x-14 {
    --tw-translate-x: 14px;
  }

  .xs\:translate-x-16 {
    --tw-translate-x: 16px;
  }

  .xs\:translate-x-20 {
    --tw-translate-x: 20px;
  }

  .xs\:translate-x-24 {
    --tw-translate-x: 24px;
  }

  .xs\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .xs\:translate-x-30 {
    --tw-translate-x: 30px;
  }

  .xs\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .xs\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .xs\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .xs\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .xs\:translate-x-48 {
    --tw-translate-x: 48px;
  }

  .xs\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .xs\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .xs\:translate-x-60 {
    --tw-translate-x: 60px;
  }

  .xs\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .xs\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .xs\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .xs\:translate-x-95 {
    --tw-translate-x: 95px;
  }

  .xs\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .xs\:translate-x-120 {
    --tw-translate-x: 120px;
  }

  .xs\:translate-x-190 {
    --tw-translate-x: 190px;
  }

  .xs\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .xs\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .xs\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .xs\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .xs\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .xs\:translate-x-30\% {
    --tw-translate-x: 30%;
  }

  .xs\:translate-x-7\.5r {
    --tw-translate-x: 1.875rem;
  }

  .xs\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .xs\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .xs\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .xs\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .xs\:-translate-x-5 {
    --tw-translate-x: -5px;
  }

  .xs\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .xs\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .xs\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .xs\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .xs\:-translate-x-10 {
    --tw-translate-x: -10px;
  }

  .xs\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .xs\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .xs\:-translate-x-14 {
    --tw-translate-x: -14px;
  }

  .xs\:-translate-x-16 {
    --tw-translate-x: -16px;
  }

  .xs\:-translate-x-20 {
    --tw-translate-x: -20px;
  }

  .xs\:-translate-x-24 {
    --tw-translate-x: -24px;
  }

  .xs\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .xs\:-translate-x-30 {
    --tw-translate-x: -30px;
  }

  .xs\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .xs\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .xs\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .xs\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .xs\:-translate-x-48 {
    --tw-translate-x: -48px;
  }

  .xs\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .xs\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .xs\:-translate-x-60 {
    --tw-translate-x: -60px;
  }

  .xs\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .xs\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .xs\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .xs\:-translate-x-95 {
    --tw-translate-x: -95px;
  }

  .xs\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .xs\:-translate-x-120 {
    --tw-translate-x: -120px;
  }

  .xs\:-translate-x-190 {
    --tw-translate-x: -190px;
  }

  .xs\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .xs\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .xs\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .xs\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .xs\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .xs\:-translate-x-30\% {
    --tw-translate-x: -30%;
  }

  .xs\:-translate-x-7\.5r {
    --tw-translate-x: -1.875rem;
  }

  .xs\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .xs\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .xs\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .xs\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .xs\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .xs\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .xs\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .xs\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .xs\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .xs\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .xs\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .xs\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .xs\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .xs\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .xs\:translate-y-0 {
    --tw-translate-y: 0;
  }

  .xs\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .xs\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .xs\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .xs\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .xs\:translate-y-5 {
    --tw-translate-y: 5px;
  }

  .xs\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .xs\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .xs\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .xs\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .xs\:translate-y-10 {
    --tw-translate-y: 10px;
  }

  .xs\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .xs\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .xs\:translate-y-14 {
    --tw-translate-y: 14px;
  }

  .xs\:translate-y-16 {
    --tw-translate-y: 16px;
  }

  .xs\:translate-y-20 {
    --tw-translate-y: 20px;
  }

  .xs\:translate-y-24 {
    --tw-translate-y: 24px;
  }

  .xs\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .xs\:translate-y-30 {
    --tw-translate-y: 30px;
  }

  .xs\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .xs\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .xs\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .xs\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .xs\:translate-y-48 {
    --tw-translate-y: 48px;
  }

  .xs\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .xs\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .xs\:translate-y-60 {
    --tw-translate-y: 60px;
  }

  .xs\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .xs\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .xs\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .xs\:translate-y-95 {
    --tw-translate-y: 95px;
  }

  .xs\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .xs\:translate-y-120 {
    --tw-translate-y: 120px;
  }

  .xs\:translate-y-190 {
    --tw-translate-y: 190px;
  }

  .xs\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .xs\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .xs\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .xs\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .xs\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .xs\:translate-y-30\% {
    --tw-translate-y: 30%;
  }

  .xs\:translate-y-7\.5r {
    --tw-translate-y: 1.875rem;
  }

  .xs\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .xs\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .xs\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .xs\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .xs\:-translate-y-5 {
    --tw-translate-y: -5px;
  }

  .xs\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .xs\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .xs\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .xs\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .xs\:-translate-y-10 {
    --tw-translate-y: -10px;
  }

  .xs\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .xs\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .xs\:-translate-y-14 {
    --tw-translate-y: -14px;
  }

  .xs\:-translate-y-16 {
    --tw-translate-y: -16px;
  }

  .xs\:-translate-y-20 {
    --tw-translate-y: -20px;
  }

  .xs\:-translate-y-24 {
    --tw-translate-y: -24px;
  }

  .xs\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .xs\:-translate-y-30 {
    --tw-translate-y: -30px;
  }

  .xs\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .xs\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .xs\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .xs\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .xs\:-translate-y-48 {
    --tw-translate-y: -48px;
  }

  .xs\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .xs\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .xs\:-translate-y-60 {
    --tw-translate-y: -60px;
  }

  .xs\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .xs\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .xs\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .xs\:-translate-y-95 {
    --tw-translate-y: -95px;
  }

  .xs\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .xs\:-translate-y-120 {
    --tw-translate-y: -120px;
  }

  .xs\:-translate-y-190 {
    --tw-translate-y: -190px;
  }

  .xs\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .xs\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .xs\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .xs\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .xs\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .xs\:-translate-y-30\% {
    --tw-translate-y: -30%;
  }

  .xs\:-translate-y-7\.5r {
    --tw-translate-y: -1.875rem;
  }

  .xs\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .xs\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .xs\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .xs\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .xs\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .xs\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .xs\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .xs\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .xs\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .xs\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .xs\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .xs\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .xs\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .xs\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .xs\:hover\:translate-x-0:hover {
    --tw-translate-x: 0;
  }

  .xs\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .xs\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .xs\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .xs\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .xs\:hover\:translate-x-5:hover {
    --tw-translate-x: 5px;
  }

  .xs\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .xs\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .xs\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .xs\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .xs\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px;
  }

  .xs\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .xs\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .xs\:hover\:translate-x-14:hover {
    --tw-translate-x: 14px;
  }

  .xs\:hover\:translate-x-16:hover {
    --tw-translate-x: 16px;
  }

  .xs\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px;
  }

  .xs\:hover\:translate-x-24:hover {
    --tw-translate-x: 24px;
  }

  .xs\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .xs\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px;
  }

  .xs\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .xs\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .xs\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .xs\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .xs\:hover\:translate-x-48:hover {
    --tw-translate-x: 48px;
  }

  .xs\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .xs\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .xs\:hover\:translate-x-60:hover {
    --tw-translate-x: 60px;
  }

  .xs\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .xs\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .xs\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .xs\:hover\:translate-x-95:hover {
    --tw-translate-x: 95px;
  }

  .xs\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .xs\:hover\:translate-x-120:hover {
    --tw-translate-x: 120px;
  }

  .xs\:hover\:translate-x-190:hover {
    --tw-translate-x: 190px;
  }

  .xs\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .xs\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .xs\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .xs\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .xs\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .xs\:hover\:translate-x-30\%:hover {
    --tw-translate-x: 30%;
  }

  .xs\:hover\:translate-x-7\.5r:hover {
    --tw-translate-x: 1.875rem;
  }

  .xs\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .xs\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .xs\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .xs\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .xs\:hover\:-translate-x-5:hover {
    --tw-translate-x: -5px;
  }

  .xs\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .xs\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .xs\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .xs\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .xs\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px;
  }

  .xs\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .xs\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .xs\:hover\:-translate-x-14:hover {
    --tw-translate-x: -14px;
  }

  .xs\:hover\:-translate-x-16:hover {
    --tw-translate-x: -16px;
  }

  .xs\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px;
  }

  .xs\:hover\:-translate-x-24:hover {
    --tw-translate-x: -24px;
  }

  .xs\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .xs\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px;
  }

  .xs\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .xs\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .xs\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .xs\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .xs\:hover\:-translate-x-48:hover {
    --tw-translate-x: -48px;
  }

  .xs\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .xs\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .xs\:hover\:-translate-x-60:hover {
    --tw-translate-x: -60px;
  }

  .xs\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .xs\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .xs\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .xs\:hover\:-translate-x-95:hover {
    --tw-translate-x: -95px;
  }

  .xs\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .xs\:hover\:-translate-x-120:hover {
    --tw-translate-x: -120px;
  }

  .xs\:hover\:-translate-x-190:hover {
    --tw-translate-x: -190px;
  }

  .xs\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .xs\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .xs\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .xs\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .xs\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .xs\:hover\:-translate-x-30\%:hover {
    --tw-translate-x: -30%;
  }

  .xs\:hover\:-translate-x-7\.5r:hover {
    --tw-translate-x: -1.875rem;
  }

  .xs\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .xs\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .xs\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .xs\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .xs\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .xs\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .xs\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .xs\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .xs\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .xs\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .xs\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .xs\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .xs\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .xs\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .xs\:hover\:translate-y-0:hover {
    --tw-translate-y: 0;
  }

  .xs\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .xs\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .xs\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .xs\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .xs\:hover\:translate-y-5:hover {
    --tw-translate-y: 5px;
  }

  .xs\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .xs\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .xs\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .xs\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .xs\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px;
  }

  .xs\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .xs\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .xs\:hover\:translate-y-14:hover {
    --tw-translate-y: 14px;
  }

  .xs\:hover\:translate-y-16:hover {
    --tw-translate-y: 16px;
  }

  .xs\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px;
  }

  .xs\:hover\:translate-y-24:hover {
    --tw-translate-y: 24px;
  }

  .xs\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .xs\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px;
  }

  .xs\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .xs\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .xs\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .xs\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .xs\:hover\:translate-y-48:hover {
    --tw-translate-y: 48px;
  }

  .xs\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .xs\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .xs\:hover\:translate-y-60:hover {
    --tw-translate-y: 60px;
  }

  .xs\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .xs\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .xs\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .xs\:hover\:translate-y-95:hover {
    --tw-translate-y: 95px;
  }

  .xs\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .xs\:hover\:translate-y-120:hover {
    --tw-translate-y: 120px;
  }

  .xs\:hover\:translate-y-190:hover {
    --tw-translate-y: 190px;
  }

  .xs\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .xs\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .xs\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .xs\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .xs\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .xs\:hover\:translate-y-30\%:hover {
    --tw-translate-y: 30%;
  }

  .xs\:hover\:translate-y-7\.5r:hover {
    --tw-translate-y: 1.875rem;
  }

  .xs\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .xs\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .xs\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .xs\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .xs\:hover\:-translate-y-5:hover {
    --tw-translate-y: -5px;
  }

  .xs\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .xs\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .xs\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .xs\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .xs\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px;
  }

  .xs\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .xs\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .xs\:hover\:-translate-y-14:hover {
    --tw-translate-y: -14px;
  }

  .xs\:hover\:-translate-y-16:hover {
    --tw-translate-y: -16px;
  }

  .xs\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px;
  }

  .xs\:hover\:-translate-y-24:hover {
    --tw-translate-y: -24px;
  }

  .xs\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .xs\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px;
  }

  .xs\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .xs\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .xs\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .xs\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .xs\:hover\:-translate-y-48:hover {
    --tw-translate-y: -48px;
  }

  .xs\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .xs\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .xs\:hover\:-translate-y-60:hover {
    --tw-translate-y: -60px;
  }

  .xs\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .xs\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .xs\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .xs\:hover\:-translate-y-95:hover {
    --tw-translate-y: -95px;
  }

  .xs\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .xs\:hover\:-translate-y-120:hover {
    --tw-translate-y: -120px;
  }

  .xs\:hover\:-translate-y-190:hover {
    --tw-translate-y: -190px;
  }

  .xs\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .xs\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .xs\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .xs\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .xs\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .xs\:hover\:-translate-y-30\%:hover {
    --tw-translate-y: -30%;
  }

  .xs\:hover\:-translate-y-7\.5r:hover {
    --tw-translate-y: -1.875rem;
  }

  .xs\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .xs\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .xs\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .xs\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .xs\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .xs\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .xs\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .xs\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .xs\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .xs\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .xs\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .xs\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .xs\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .xs\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .xs\:focus\:translate-x-0:focus {
    --tw-translate-x: 0;
  }

  .xs\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .xs\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .xs\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .xs\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .xs\:focus\:translate-x-5:focus {
    --tw-translate-x: 5px;
  }

  .xs\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .xs\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .xs\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .xs\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .xs\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px;
  }

  .xs\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .xs\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .xs\:focus\:translate-x-14:focus {
    --tw-translate-x: 14px;
  }

  .xs\:focus\:translate-x-16:focus {
    --tw-translate-x: 16px;
  }

  .xs\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px;
  }

  .xs\:focus\:translate-x-24:focus {
    --tw-translate-x: 24px;
  }

  .xs\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .xs\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px;
  }

  .xs\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .xs\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .xs\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .xs\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .xs\:focus\:translate-x-48:focus {
    --tw-translate-x: 48px;
  }

  .xs\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .xs\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .xs\:focus\:translate-x-60:focus {
    --tw-translate-x: 60px;
  }

  .xs\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .xs\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .xs\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .xs\:focus\:translate-x-95:focus {
    --tw-translate-x: 95px;
  }

  .xs\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .xs\:focus\:translate-x-120:focus {
    --tw-translate-x: 120px;
  }

  .xs\:focus\:translate-x-190:focus {
    --tw-translate-x: 190px;
  }

  .xs\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .xs\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .xs\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .xs\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .xs\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .xs\:focus\:translate-x-30\%:focus {
    --tw-translate-x: 30%;
  }

  .xs\:focus\:translate-x-7\.5r:focus {
    --tw-translate-x: 1.875rem;
  }

  .xs\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .xs\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .xs\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .xs\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .xs\:focus\:-translate-x-5:focus {
    --tw-translate-x: -5px;
  }

  .xs\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .xs\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .xs\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .xs\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .xs\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px;
  }

  .xs\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .xs\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .xs\:focus\:-translate-x-14:focus {
    --tw-translate-x: -14px;
  }

  .xs\:focus\:-translate-x-16:focus {
    --tw-translate-x: -16px;
  }

  .xs\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px;
  }

  .xs\:focus\:-translate-x-24:focus {
    --tw-translate-x: -24px;
  }

  .xs\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .xs\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px;
  }

  .xs\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .xs\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .xs\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .xs\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .xs\:focus\:-translate-x-48:focus {
    --tw-translate-x: -48px;
  }

  .xs\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .xs\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .xs\:focus\:-translate-x-60:focus {
    --tw-translate-x: -60px;
  }

  .xs\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .xs\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .xs\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .xs\:focus\:-translate-x-95:focus {
    --tw-translate-x: -95px;
  }

  .xs\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .xs\:focus\:-translate-x-120:focus {
    --tw-translate-x: -120px;
  }

  .xs\:focus\:-translate-x-190:focus {
    --tw-translate-x: -190px;
  }

  .xs\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .xs\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .xs\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .xs\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .xs\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .xs\:focus\:-translate-x-30\%:focus {
    --tw-translate-x: -30%;
  }

  .xs\:focus\:-translate-x-7\.5r:focus {
    --tw-translate-x: -1.875rem;
  }

  .xs\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .xs\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .xs\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .xs\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .xs\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .xs\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .xs\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .xs\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .xs\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .xs\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .xs\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .xs\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .xs\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .xs\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .xs\:focus\:translate-y-0:focus {
    --tw-translate-y: 0;
  }

  .xs\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .xs\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .xs\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .xs\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .xs\:focus\:translate-y-5:focus {
    --tw-translate-y: 5px;
  }

  .xs\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .xs\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .xs\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .xs\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .xs\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px;
  }

  .xs\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .xs\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .xs\:focus\:translate-y-14:focus {
    --tw-translate-y: 14px;
  }

  .xs\:focus\:translate-y-16:focus {
    --tw-translate-y: 16px;
  }

  .xs\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px;
  }

  .xs\:focus\:translate-y-24:focus {
    --tw-translate-y: 24px;
  }

  .xs\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .xs\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px;
  }

  .xs\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .xs\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .xs\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .xs\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .xs\:focus\:translate-y-48:focus {
    --tw-translate-y: 48px;
  }

  .xs\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .xs\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .xs\:focus\:translate-y-60:focus {
    --tw-translate-y: 60px;
  }

  .xs\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .xs\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .xs\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .xs\:focus\:translate-y-95:focus {
    --tw-translate-y: 95px;
  }

  .xs\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .xs\:focus\:translate-y-120:focus {
    --tw-translate-y: 120px;
  }

  .xs\:focus\:translate-y-190:focus {
    --tw-translate-y: 190px;
  }

  .xs\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .xs\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .xs\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .xs\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .xs\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .xs\:focus\:translate-y-30\%:focus {
    --tw-translate-y: 30%;
  }

  .xs\:focus\:translate-y-7\.5r:focus {
    --tw-translate-y: 1.875rem;
  }

  .xs\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .xs\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .xs\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .xs\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .xs\:focus\:-translate-y-5:focus {
    --tw-translate-y: -5px;
  }

  .xs\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .xs\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .xs\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .xs\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .xs\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px;
  }

  .xs\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .xs\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .xs\:focus\:-translate-y-14:focus {
    --tw-translate-y: -14px;
  }

  .xs\:focus\:-translate-y-16:focus {
    --tw-translate-y: -16px;
  }

  .xs\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px;
  }

  .xs\:focus\:-translate-y-24:focus {
    --tw-translate-y: -24px;
  }

  .xs\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .xs\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px;
  }

  .xs\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .xs\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .xs\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .xs\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .xs\:focus\:-translate-y-48:focus {
    --tw-translate-y: -48px;
  }

  .xs\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .xs\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .xs\:focus\:-translate-y-60:focus {
    --tw-translate-y: -60px;
  }

  .xs\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .xs\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .xs\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .xs\:focus\:-translate-y-95:focus {
    --tw-translate-y: -95px;
  }

  .xs\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .xs\:focus\:-translate-y-120:focus {
    --tw-translate-y: -120px;
  }

  .xs\:focus\:-translate-y-190:focus {
    --tw-translate-y: -190px;
  }

  .xs\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .xs\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .xs\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .xs\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .xs\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .xs\:focus\:-translate-y-30\%:focus {
    --tw-translate-y: -30%;
  }

  .xs\:focus\:-translate-y-7\.5r:focus {
    --tw-translate-y: -1.875rem;
  }

  .xs\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .xs\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .xs\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .xs\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .xs\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .xs\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .xs\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .xs\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .xs\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .xs\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .xs\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .xs\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .xs\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .xs\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .xs\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .xs\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .xs\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .xs\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .xs\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .xs\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .xs\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .xs\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .xs\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .xs\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .xs\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .xs\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .xs\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .xs\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .xs\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .xs\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .xs\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .xs\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .xs\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .xs\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .xs\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .xs\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .xs\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .xs\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .xs\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .xs\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .xs\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .xs\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .xs\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .xs\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .xs\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .xs\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .xs\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .xs\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .xs\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .xs\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .xs\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .xs\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .xs\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .xs\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .xs\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .xs\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .xs\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .xs\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .xs\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .xs\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .xs\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .xs\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .xs\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .xs\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .xs\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .xs\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .xs\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .xs\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .xs\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .xs\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .xs\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .xs\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .xs\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .xs\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .xs\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .xs\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .xs\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .xs\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .xs\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .xs\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .xs\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .xs\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .xs\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .xs\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .xs\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .xs\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .xs\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .xs\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .xs\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .xs\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .xs\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .xs\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .xs\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .xs\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .xs\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .xs\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .xs\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .xs\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .xs\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .xs\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .xs\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .xs\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .xs\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .xs\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .xs\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .xs\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .xs\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .xs\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .xs\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .xs\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .xs\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .xs\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .xs\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .xs\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .xs\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .xs\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .xs\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .xs\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .xs\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .xs\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .xs\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .xs\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .xs\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .xs\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .xs\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .xs\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .xs\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .xs\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .xs\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .xs\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .xs\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .xs\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xs\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xs\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xs\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xs\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xs\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xs\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xs\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xs\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xs\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xs\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xs\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xs\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xs\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xs\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xs\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xs\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xs\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xs\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xs\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xs\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xs\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xs\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xs\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xs\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xs\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xs\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xs\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xs\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xs\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xs\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .xs\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .xs\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .xs\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .xs\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .xs\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .xs\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .xs\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .xs\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .xs\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .xs\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .xs\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .xs\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .xs\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .xs\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .xs\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .xs\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .xs\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .xs\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .xs\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .xs\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .xs\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .xs\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .xs\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .xs\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .xs\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .xs\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .xs\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .xs\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .xs\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .xs\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .xs\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .xs\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .xs\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .xs\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .xs\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .xs\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .xs\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .xs\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .xs\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .xs\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .xs\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .xs\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .xs\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .xs\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .xs\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .xs\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .xs\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .xs\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .xs\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .xs\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .xs\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .xs\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .xs\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .xs\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .xs\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .xs\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .xs\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .xs\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .xs\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .xs\:animate-fade-in {
    -webkit-animation: fade-in 0.5s ease-out;
            animation: fade-in 0.5s ease-out;
  }

  .xs\:cursor-auto {
    cursor: auto;
  }

  .xs\:cursor-default {
    cursor: default;
  }

  .xs\:cursor-pointer {
    cursor: pointer;
  }

  .xs\:cursor-wait {
    cursor: wait;
  }

  .xs\:cursor-text {
    cursor: text;
  }

  .xs\:cursor-move {
    cursor: move;
  }

  .xs\:cursor-help {
    cursor: help;
  }

  .xs\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xs\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .xs\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .xs\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .xs\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .xs\:resize-none {
    resize: none;
  }

  .xs\:resize-y {
    resize: vertical;
  }

  .xs\:resize-x {
    resize: horizontal;
  }

  .xs\:resize {
    resize: both;
  }

  .xs\:list-inside {
    list-style-position: inside;
  }

  .xs\:list-outside {
    list-style-position: outside;
  }

  .xs\:list-none {
    list-style-type: none;
  }

  .xs\:list-disc {
    list-style-type: disc;
  }

  .xs\:list-decimal {
    list-style-type: decimal;
  }

  .xs\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xs\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .xs\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .xs\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .xs\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .xs\:grid-flow-row {
    grid-auto-flow: row;
  }

  .xs\:grid-flow-col {
    grid-auto-flow: column;
  }

  .xs\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .xs\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .xs\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .xs\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .xs\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .xs\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .xs\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xs\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xs\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xs\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xs\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xs\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xs\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xs\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xs\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xs\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xs\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xs\:grid-cols-none {
    grid-template-columns: none;
  }

  .xs\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xs\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xs\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xs\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xs\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xs\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xs\:grid-rows-none {
    grid-template-rows: none;
  }

  .xs\:flex-row {
    flex-direction: row;
  }

  .xs\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xs\:flex-col {
    flex-direction: column;
  }

  .xs\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xs\:flex-wrap {
    flex-wrap: wrap;
  }

  .xs\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xs\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .xs\:place-content-center {
    align-content: center;
    justify-content: center;
    place-content: center;
  }

  .xs\:place-content-start {
    align-content: start;
    justify-content: start;
    place-content: start;
  }

  .xs\:place-content-end {
    align-content: end;
    justify-content: end;
    place-content: end;
  }

  .xs\:place-content-between {
    align-content: space-between;
    justify-content: space-between;
    place-content: space-between;
  }

  .xs\:place-content-around {
    align-content: space-around;
    justify-content: space-around;
    place-content: space-around;
  }

  .xs\:place-content-evenly {
    align-content: space-evenly;
    justify-content: space-evenly;
    place-content: space-evenly;
  }

  .xs\:place-content-stretch {
    align-content: stretch;
    justify-content: stretch;
    place-content: stretch;
  }

  .xs\:place-items-start {
    align-items: start;
    justify-items: start;
    place-items: start;
  }

  .xs\:place-items-end {
    align-items: end;
    justify-items: end;
    place-items: end;
  }

  .xs\:place-items-center {
    align-items: center;
    justify-items: center;
    place-items: center;
  }

  .xs\:place-items-stretch {
    align-items: stretch;
    justify-items: stretch;
    place-items: stretch;
  }

  .xs\:content-center {
    align-content: center;
  }

  .xs\:content-start {
    align-content: flex-start;
  }

  .xs\:content-end {
    align-content: flex-end;
  }

  .xs\:content-between {
    align-content: space-between;
  }

  .xs\:content-around {
    align-content: space-around;
  }

  .xs\:content-evenly {
    align-content: space-evenly;
  }

  .xs\:items-start {
    align-items: flex-start;
  }

  .xs\:items-end {
    align-items: flex-end;
  }

  .xs\:items-center {
    align-items: center;
  }

  .xs\:items-baseline {
    align-items: baseline;
  }

  .xs\:items-stretch {
    align-items: stretch;
  }

  .xs\:justify-start {
    justify-content: flex-start;
  }

  .xs\:justify-end {
    justify-content: flex-end;
  }

  .xs\:justify-center {
    justify-content: center;
  }

  .xs\:justify-between {
    justify-content: space-between;
  }

  .xs\:justify-around {
    justify-content: space-around;
  }

  .xs\:justify-evenly {
    justify-content: space-evenly;
  }

  .xs\:justify-items-start {
    justify-items: start;
  }

  .xs\:justify-items-end {
    justify-items: end;
  }

  .xs\:justify-items-center {
    justify-items: center;
  }

  .xs\:justify-items-stretch {
    justify-items: stretch;
  }

  .xs\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .xs\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .xs\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .xs\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .xs\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .xs\:gap-5 {
    grid-gap: 5px;
    gap: 5px;
  }

  .xs\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .xs\:gap-7 {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .xs\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .xs\:gap-9 {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .xs\:gap-10 {
    grid-gap: 10px;
    gap: 10px;
  }

  .xs\:gap-11 {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .xs\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .xs\:gap-14 {
    grid-gap: 14px;
    gap: 14px;
  }

  .xs\:gap-16 {
    grid-gap: 16px;
    gap: 16px;
  }

  .xs\:gap-20 {
    grid-gap: 20px;
    gap: 20px;
  }

  .xs\:gap-24 {
    grid-gap: 24px;
    gap: 24px;
  }

  .xs\:gap-28 {
    grid-gap: 7rem;
    gap: 7rem;
  }

  .xs\:gap-30 {
    grid-gap: 30px;
    gap: 30px;
  }

  .xs\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .xs\:gap-36 {
    grid-gap: 9rem;
    gap: 9rem;
  }

  .xs\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .xs\:gap-44 {
    grid-gap: 11rem;
    gap: 11rem;
  }

  .xs\:gap-48 {
    grid-gap: 48px;
    gap: 48px;
  }

  .xs\:gap-52 {
    grid-gap: 13rem;
    gap: 13rem;
  }

  .xs\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .xs\:gap-60 {
    grid-gap: 60px;
    gap: 60px;
  }

  .xs\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .xs\:gap-72 {
    grid-gap: 18rem;
    gap: 18rem;
  }

  .xs\:gap-80 {
    grid-gap: 20rem;
    gap: 20rem;
  }

  .xs\:gap-95 {
    grid-gap: 95px;
    gap: 95px;
  }

  .xs\:gap-96 {
    grid-gap: 24rem;
    gap: 24rem;
  }

  .xs\:gap-120 {
    grid-gap: 120px;
    gap: 120px;
  }

  .xs\:gap-190 {
    grid-gap: 190px;
    gap: 190px;
  }

  .xs\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .xs\:gap-0\.5 {
    grid-gap: 0.125rem;
    gap: 0.125rem;
  }

  .xs\:gap-1\.5 {
    grid-gap: 0.375rem;
    gap: 0.375rem;
  }

  .xs\:gap-2\.5 {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }

  .xs\:gap-3\.5 {
    grid-gap: 0.875rem;
    gap: 0.875rem;
  }

  .xs\:gap-30\% {
    grid-gap: 30%;
    gap: 30%;
  }

  .xs\:gap-7\.5r {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }

  .xs\:gap-x-0 {
    -moz-column-gap: 0;
         grid-column-gap: 0;
         column-gap: 0;
  }

  .xs\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         grid-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xs\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         grid-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xs\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         grid-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xs\:gap-x-4 {
    -moz-column-gap: 1rem;
         grid-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xs\:gap-x-5 {
    -moz-column-gap: 5px;
         grid-column-gap: 5px;
         column-gap: 5px;
  }

  .xs\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         grid-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xs\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         grid-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .xs\:gap-x-8 {
    -moz-column-gap: 2rem;
         grid-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xs\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         grid-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .xs\:gap-x-10 {
    -moz-column-gap: 10px;
         grid-column-gap: 10px;
         column-gap: 10px;
  }

  .xs\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         grid-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .xs\:gap-x-12 {
    -moz-column-gap: 3rem;
         grid-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xs\:gap-x-14 {
    -moz-column-gap: 14px;
         grid-column-gap: 14px;
         column-gap: 14px;
  }

  .xs\:gap-x-16 {
    -moz-column-gap: 16px;
         grid-column-gap: 16px;
         column-gap: 16px;
  }

  .xs\:gap-x-20 {
    -moz-column-gap: 20px;
         grid-column-gap: 20px;
         column-gap: 20px;
  }

  .xs\:gap-x-24 {
    -moz-column-gap: 24px;
         grid-column-gap: 24px;
         column-gap: 24px;
  }

  .xs\:gap-x-28 {
    -moz-column-gap: 7rem;
         grid-column-gap: 7rem;
         column-gap: 7rem;
  }

  .xs\:gap-x-30 {
    -moz-column-gap: 30px;
         grid-column-gap: 30px;
         column-gap: 30px;
  }

  .xs\:gap-x-32 {
    -moz-column-gap: 8rem;
         grid-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xs\:gap-x-36 {
    -moz-column-gap: 9rem;
         grid-column-gap: 9rem;
         column-gap: 9rem;
  }

  .xs\:gap-x-40 {
    -moz-column-gap: 10rem;
         grid-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xs\:gap-x-44 {
    -moz-column-gap: 11rem;
         grid-column-gap: 11rem;
         column-gap: 11rem;
  }

  .xs\:gap-x-48 {
    -moz-column-gap: 48px;
         grid-column-gap: 48px;
         column-gap: 48px;
  }

  .xs\:gap-x-52 {
    -moz-column-gap: 13rem;
         grid-column-gap: 13rem;
         column-gap: 13rem;
  }

  .xs\:gap-x-56 {
    -moz-column-gap: 14rem;
         grid-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xs\:gap-x-60 {
    -moz-column-gap: 60px;
         grid-column-gap: 60px;
         column-gap: 60px;
  }

  .xs\:gap-x-64 {
    -moz-column-gap: 16rem;
         grid-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xs\:gap-x-72 {
    -moz-column-gap: 18rem;
         grid-column-gap: 18rem;
         column-gap: 18rem;
  }

  .xs\:gap-x-80 {
    -moz-column-gap: 20rem;
         grid-column-gap: 20rem;
         column-gap: 20rem;
  }

  .xs\:gap-x-95 {
    -moz-column-gap: 95px;
         grid-column-gap: 95px;
         column-gap: 95px;
  }

  .xs\:gap-x-96 {
    -moz-column-gap: 24rem;
         grid-column-gap: 24rem;
         column-gap: 24rem;
  }

  .xs\:gap-x-120 {
    -moz-column-gap: 120px;
         grid-column-gap: 120px;
         column-gap: 120px;
  }

  .xs\:gap-x-190 {
    -moz-column-gap: 190px;
         grid-column-gap: 190px;
         column-gap: 190px;
  }

  .xs\:gap-x-px {
    -moz-column-gap: 1px;
         grid-column-gap: 1px;
         column-gap: 1px;
  }

  .xs\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         grid-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .xs\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         grid-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .xs\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         grid-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .xs\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         grid-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .xs\:gap-x-30\% {
    -moz-column-gap: 30%;
         grid-column-gap: 30%;
         column-gap: 30%;
  }

  .xs\:gap-x-7\.5r {
    -moz-column-gap: 1.875rem;
         grid-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }

  .xs\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .xs\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xs\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xs\:gap-y-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .xs\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .xs\:gap-y-5 {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .xs\:gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .xs\:gap-y-7 {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .xs\:gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .xs\:gap-y-9 {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .xs\:gap-y-10 {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .xs\:gap-y-11 {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .xs\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .xs\:gap-y-14 {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .xs\:gap-y-16 {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .xs\:gap-y-20 {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .xs\:gap-y-24 {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .xs\:gap-y-28 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .xs\:gap-y-30 {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .xs\:gap-y-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .xs\:gap-y-36 {
    grid-row-gap: 9rem;
    row-gap: 9rem;
  }

  .xs\:gap-y-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .xs\:gap-y-44 {
    grid-row-gap: 11rem;
    row-gap: 11rem;
  }

  .xs\:gap-y-48 {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .xs\:gap-y-52 {
    grid-row-gap: 13rem;
    row-gap: 13rem;
  }

  .xs\:gap-y-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .xs\:gap-y-60 {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .xs\:gap-y-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .xs\:gap-y-72 {
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .xs\:gap-y-80 {
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .xs\:gap-y-95 {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .xs\:gap-y-96 {
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .xs\:gap-y-120 {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .xs\:gap-y-190 {
    grid-row-gap: 190px;
    row-gap: 190px;
  }

  .xs\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .xs\:gap-y-0\.5 {
    grid-row-gap: 0.125rem;
    row-gap: 0.125rem;
  }

  .xs\:gap-y-1\.5 {
    grid-row-gap: 0.375rem;
    row-gap: 0.375rem;
  }

  .xs\:gap-y-2\.5 {
    grid-row-gap: 0.625rem;
    row-gap: 0.625rem;
  }

  .xs\:gap-y-3\.5 {
    grid-row-gap: 0.875rem;
    row-gap: 0.875rem;
  }

  .xs\:gap-y-30\% {
    grid-row-gap: 30%;
    row-gap: 30%;
  }

  .xs\:gap-y-7\.5r {
    grid-row-gap: 1.875rem;
    row-gap: 1.875rem;
  }

  .xs\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5px * var(--tw-space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14px * var(--tw-space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16px * var(--tw-space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24px * var(--tw-space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(48px * var(--tw-space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60px * var(--tw-space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95px * var(--tw-space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(120px * var(--tw-space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(190px * var(--tw-space-x-reverse));
    margin-left: calc(190px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30% * var(--tw-space-x-reverse));
    margin-left: calc(30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5px * var(--tw-space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10px * var(--tw-space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14px * var(--tw-space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16px * var(--tw-space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20px * var(--tw-space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24px * var(--tw-space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30px * var(--tw-space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-48px * var(--tw-space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60px * var(--tw-space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95px * var(--tw-space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-120px * var(--tw-space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-190px * var(--tw-space-x-reverse));
    margin-left: calc(-190px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30% * var(--tw-space-x-reverse));
    margin-left: calc(-30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .xs\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5px * var(--tw-space-y-reverse));
  }

  .xs\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }

  .xs\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14px * var(--tw-space-y-reverse));
  }

  .xs\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16px * var(--tw-space-y-reverse));
  }

  .xs\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px * var(--tw-space-y-reverse));
  }

  .xs\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px * var(--tw-space-y-reverse));
  }

  .xs\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }

  .xs\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48px * var(--tw-space-y-reverse));
  }

  .xs\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }

  .xs\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95px * var(--tw-space-y-reverse));
  }

  .xs\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px * var(--tw-space-y-reverse));
  }

  .xs\:space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(190px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(190px * var(--tw-space-y-reverse));
  }

  .xs\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .xs\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5px * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10px * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14px * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16px * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20px * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24px * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30px * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48px * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60px * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95px * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-120px * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-190px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-190px * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .xs\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .xs\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .xs\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .xs\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .xs\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .xs\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .xs\:hover\:divide-x-0:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:hover\:divide-x-2:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:hover\:divide-x-4:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:hover\:divide-x-8:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:hover\:divide-x:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:hover\:divide-y-0:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .xs\:hover\:divide-y-2:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .xs\:hover\:divide-y-4:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .xs\:hover\:divide-y-8:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .xs\:hover\:divide-y:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .xs\:focus\:divide-x-0:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:focus\:divide-x-2:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:focus\:divide-x-4:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:focus\:divide-x-8:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:focus\:divide-x:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:focus\:divide-y-0:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .xs\:focus\:divide-y-2:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .xs\:focus\:divide-y-4:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .xs\:focus\:divide-y-8:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .xs\:focus\:divide-y:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .xs\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .xs\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .xs\:hover\:divide-y-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .xs\:hover\:divide-x-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .xs\:focus\:divide-y-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .xs\:focus\:divide-x-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .xs\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .xs\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .xs\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .xs\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .xs\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .xs\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .xs\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }

  .xs\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .xs\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .xs\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .xs\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .xs\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .xs\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .xs\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .xs\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .xs\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .xs\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .xs\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .xs\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .xs\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .xs\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .xs\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .xs\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .xs\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .xs\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .xs\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .xs\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .xs\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .xs\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .xs\:divide-primary-color > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-divide-opacity));
  }

  .xs\:divide-primary-color-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-divide-opacity));
  }

  .xs\:divide-secondary-color > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .xs\:divide-custom-gray-sm > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-divide-opacity));
  }

  .xs\:divide-custom-gray-sm2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-divide-opacity));
  }

  .xs\:divide-custom-gray-md > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-divide-opacity));
  }

  .xs\:divide-custom-navy-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .xs\:divide-dark-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .xs\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-divide-opacity));
  }

  .xs\:divide-secondary-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-divide-opacity));
  }

  .xs\:divide-secondary-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-divide-opacity));
  }

  .xs\:divide-secondary-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-divide-opacity));
  }

  .xs\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-divide-opacity));
  }

  .xs\:divide-secondary-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-divide-opacity));
  }

  .xs\:divide-secondary-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-divide-opacity));
  }

  .xs\:divide-grayCustom-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .xs\:divide-grayCustom-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .xs\:divide-grayCustom-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
  }

  .xs\:divide-grayCustom-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .xs\:divide-grayCustom > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .xs\:divide-grayCustom-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .xs\:divide-grayCustom-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
  }

  .xs\:divide-grayCustom-hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-divide-opacity));
  }

  .xs\:divide-error > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-divide-opacity));
  }

  .xs\:divide-error-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-divide-opacity));
  }

  .xs\:divide-warning > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .xs\:divide-warning-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-divide-opacity));
  }

  .xs\:divide-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-divide-opacity));
  }

  .xs\:divide-success-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-divide-opacity));
  }

  .xs\:divide-status-open > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xs\:divide-status-waiting_payment > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .xs\:divide-status-completed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-divide-opacity));
  }

  .xs\:divide-status-failed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .xs\:divide-status-waiting_verify > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .xs\:divide-status-closed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .xs\:divide-policyStatus-issuing > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xs\:divide-policyStatus-waiting_inspection > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .xs\:divide-policyStatus-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-divide-opacity));
  }

  .xs\:divide-policyStatus-failed_inspection > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .xs\:divide-policyStatus-failed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .xs\:divide-policyStatus-waiting_policy > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .xs\:divide-policyStatus-cancel > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .xs\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .xs\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .xs\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .xs\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .xs\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .xs\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .xs\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .xs\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .xs\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .xs\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .xs\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .xs\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .xs\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .xs\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .xs\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .xs\:place-self-auto {
    align-self: auto;
    justify-self: auto;
    place-self: auto;
  }

  .xs\:place-self-start {
    align-self: start;
    justify-self: start;
    place-self: start;
  }

  .xs\:place-self-end {
    align-self: end;
    justify-self: end;
    place-self: end;
  }

  .xs\:place-self-center {
    align-self: center;
    justify-self: center;
    place-self: center;
  }

  .xs\:place-self-stretch {
    align-self: stretch;
    justify-self: stretch;
    place-self: stretch;
  }

  .xs\:self-auto {
    align-self: auto;
  }

  .xs\:self-start {
    align-self: flex-start;
  }

  .xs\:self-end {
    align-self: flex-end;
  }

  .xs\:self-center {
    align-self: center;
  }

  .xs\:self-stretch {
    align-self: stretch;
  }

  .xs\:self-baseline {
    align-self: baseline;
  }

  .xs\:justify-self-auto {
    justify-self: auto;
  }

  .xs\:justify-self-start {
    justify-self: start;
  }

  .xs\:justify-self-end {
    justify-self: end;
  }

  .xs\:justify-self-center {
    justify-self: center;
  }

  .xs\:justify-self-stretch {
    justify-self: stretch;
  }

  .xs\:overflow-auto {
    overflow: auto;
  }

  .xs\:overflow-hidden {
    overflow: hidden;
  }

  .xs\:overflow-visible {
    overflow: visible;
  }

  .xs\:overflow-scroll {
    overflow: scroll;
  }

  .xs\:overflow-x-auto {
    overflow-x: auto;
  }

  .xs\:overflow-y-auto {
    overflow-y: auto;
  }

  .xs\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xs\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xs\:overflow-x-visible {
    overflow-x: visible;
  }

  .xs\:overflow-y-visible {
    overflow-y: visible;
  }

  .xs\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xs\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xs\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .xs\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .xs\:overscroll-none {
    overscroll-behavior: none;
  }

  .xs\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .xs\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .xs\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .xs\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .xs\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .xs\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .xs\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xs\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .xs\:overflow-clip {
    text-overflow: clip;
  }

  .xs\:whitespace-normal {
    white-space: normal;
  }

  .xs\:whitespace-nowrap {
    white-space: nowrap;
  }

  .xs\:whitespace-pre {
    white-space: pre;
  }

  .xs\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xs\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xs\:break-normal {
    word-wrap: normal;
    word-break: normal;
  }

  .xs\:break-words {
    word-wrap: break-word;
  }

  .xs\:break-all {
    word-break: break-all;
  }

  .xs\:rounded-5 {
    border-radius: 5px;
  }

  .xs\:rounded-10 {
    border-radius: 10px;
  }

  .xs\:rounded-20 {
    border-radius: 20px;
  }

  .xs\:rounded-48 {
    border-radius: 48px;
  }

  .xs\:rounded-none {
    border-radius: 0;
  }

  .xs\:rounded-sm {
    border-radius: 0.125rem;
  }

  .xs\:rounded {
    border-radius: 5px;
  }

  .xs\:rounded-md {
    border-radius: 0.375rem;
  }

  .xs\:rounded-lg {
    border-radius: 0.5rem;
  }

  .xs\:rounded-xl {
    border-radius: 0.75rem;
  }

  .xs\:rounded-2xl {
    border-radius: 1rem;
  }

  .xs\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .xs\:rounded-full {
    border-radius: 9999px;
  }

  .xs\:rounded-t-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .xs\:rounded-t-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .xs\:rounded-t-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .xs\:rounded-t-48 {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
  }

  .xs\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xs\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xs\:rounded-t {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .xs\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xs\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xs\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xs\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xs\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xs\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xs\:rounded-r-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .xs\:rounded-r-10 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .xs\:rounded-r-20 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .xs\:rounded-r-48 {
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
  }

  .xs\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xs\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xs\:rounded-r {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .xs\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xs\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xs\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .xs\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xs\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xs\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xs\:rounded-b-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .xs\:rounded-b-10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .xs\:rounded-b-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .xs\:rounded-b-48 {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
  }

  .xs\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xs\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:rounded-b {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .xs\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xs\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xs\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xs\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:rounded-l-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .xs\:rounded-l-10 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .xs\:rounded-l-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .xs\:rounded-l-48 {
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;
  }

  .xs\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xs\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:rounded-l {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .xs\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xs\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xs\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xs\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:rounded-tl-5 {
    border-top-left-radius: 5px;
  }

  .xs\:rounded-tl-10 {
    border-top-left-radius: 10px;
  }

  .xs\:rounded-tl-20 {
    border-top-left-radius: 20px;
  }

  .xs\:rounded-tl-48 {
    border-top-left-radius: 48px;
  }

  .xs\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xs\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .xs\:rounded-tl {
    border-top-left-radius: 5px;
  }

  .xs\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .xs\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .xs\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .xs\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .xs\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .xs\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xs\:rounded-tr-5 {
    border-top-right-radius: 5px;
  }

  .xs\:rounded-tr-10 {
    border-top-right-radius: 10px;
  }

  .xs\:rounded-tr-20 {
    border-top-right-radius: 20px;
  }

  .xs\:rounded-tr-48 {
    border-top-right-radius: 48px;
  }

  .xs\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xs\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .xs\:rounded-tr {
    border-top-right-radius: 5px;
  }

  .xs\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .xs\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .xs\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .xs\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .xs\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .xs\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xs\:rounded-br-5 {
    border-bottom-right-radius: 5px;
  }

  .xs\:rounded-br-10 {
    border-bottom-right-radius: 10px;
  }

  .xs\:rounded-br-20 {
    border-bottom-right-radius: 20px;
  }

  .xs\:rounded-br-48 {
    border-bottom-right-radius: 48px;
  }

  .xs\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xs\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .xs\:rounded-br {
    border-bottom-right-radius: 5px;
  }

  .xs\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .xs\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .xs\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .xs\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .xs\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .xs\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xs\:rounded-bl-5 {
    border-bottom-left-radius: 5px;
  }

  .xs\:rounded-bl-10 {
    border-bottom-left-radius: 10px;
  }

  .xs\:rounded-bl-20 {
    border-bottom-left-radius: 20px;
  }

  .xs\:rounded-bl-48 {
    border-bottom-left-radius: 48px;
  }

  .xs\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xs\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:rounded-bl {
    border-bottom-left-radius: 5px;
  }

  .xs\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .xs\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .xs\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .xs\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xs\:border-0 {
    border-width: 0px;
  }

  .xs\:border-2 {
    border-width: 2px;
  }

  .xs\:border-4 {
    border-width: 4px;
  }

  .xs\:border-8 {
    border-width: 8px;
  }

  .xs\:border {
    border-width: 1px;
  }

  .xs\:hover\:border-0:hover {
    border-width: 0px;
  }

  .xs\:hover\:border-2:hover {
    border-width: 2px;
  }

  .xs\:hover\:border-4:hover {
    border-width: 4px;
  }

  .xs\:hover\:border-8:hover {
    border-width: 8px;
  }

  .xs\:hover\:border:hover {
    border-width: 1px;
  }

  .xs\:focus\:border-0:focus {
    border-width: 0px;
  }

  .xs\:focus\:border-2:focus {
    border-width: 2px;
  }

  .xs\:focus\:border-4:focus {
    border-width: 4px;
  }

  .xs\:focus\:border-8:focus {
    border-width: 8px;
  }

  .xs\:focus\:border:focus {
    border-width: 1px;
  }

  .xs\:border-t-0 {
    border-top-width: 0px;
  }

  .xs\:border-t-2 {
    border-top-width: 2px;
  }

  .xs\:border-t-4 {
    border-top-width: 4px;
  }

  .xs\:border-t-8 {
    border-top-width: 8px;
  }

  .xs\:border-t {
    border-top-width: 1px;
  }

  .xs\:border-r-0 {
    border-right-width: 0px;
  }

  .xs\:border-r-2 {
    border-right-width: 2px;
  }

  .xs\:border-r-4 {
    border-right-width: 4px;
  }

  .xs\:border-r-8 {
    border-right-width: 8px;
  }

  .xs\:border-r {
    border-right-width: 1px;
  }

  .xs\:border-b-0 {
    border-bottom-width: 0px;
  }

  .xs\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xs\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xs\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xs\:border-b {
    border-bottom-width: 1px;
  }

  .xs\:border-l-0 {
    border-left-width: 0px;
  }

  .xs\:border-l-2 {
    border-left-width: 2px;
  }

  .xs\:border-l-4 {
    border-left-width: 4px;
  }

  .xs\:border-l-8 {
    border-left-width: 8px;
  }

  .xs\:border-l {
    border-left-width: 1px;
  }

  .xs\:hover\:border-t-0:hover {
    border-top-width: 0px;
  }

  .xs\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .xs\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .xs\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .xs\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .xs\:hover\:border-r-0:hover {
    border-right-width: 0px;
  }

  .xs\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .xs\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .xs\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .xs\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .xs\:hover\:border-b-0:hover {
    border-bottom-width: 0px;
  }

  .xs\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .xs\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .xs\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .xs\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .xs\:hover\:border-l-0:hover {
    border-left-width: 0px;
  }

  .xs\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .xs\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .xs\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .xs\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .xs\:focus\:border-t-0:focus {
    border-top-width: 0px;
  }

  .xs\:focus\:border-t-2:focus {
    border-top-width: 2px;
  }

  .xs\:focus\:border-t-4:focus {
    border-top-width: 4px;
  }

  .xs\:focus\:border-t-8:focus {
    border-top-width: 8px;
  }

  .xs\:focus\:border-t:focus {
    border-top-width: 1px;
  }

  .xs\:focus\:border-r-0:focus {
    border-right-width: 0px;
  }

  .xs\:focus\:border-r-2:focus {
    border-right-width: 2px;
  }

  .xs\:focus\:border-r-4:focus {
    border-right-width: 4px;
  }

  .xs\:focus\:border-r-8:focus {
    border-right-width: 8px;
  }

  .xs\:focus\:border-r:focus {
    border-right-width: 1px;
  }

  .xs\:focus\:border-b-0:focus {
    border-bottom-width: 0px;
  }

  .xs\:focus\:border-b-2:focus {
    border-bottom-width: 2px;
  }

  .xs\:focus\:border-b-4:focus {
    border-bottom-width: 4px;
  }

  .xs\:focus\:border-b-8:focus {
    border-bottom-width: 8px;
  }

  .xs\:focus\:border-b:focus {
    border-bottom-width: 1px;
  }

  .xs\:focus\:border-l-0:focus {
    border-left-width: 0px;
  }

  .xs\:focus\:border-l-2:focus {
    border-left-width: 2px;
  }

  .xs\:focus\:border-l-4:focus {
    border-left-width: 4px;
  }

  .xs\:focus\:border-l-8:focus {
    border-left-width: 8px;
  }

  .xs\:focus\:border-l:focus {
    border-left-width: 1px;
  }

  .xs\:border-solid {
    border-style: solid;
  }

  .xs\:border-dashed {
    border-style: dashed;
  }

  .xs\:border-dotted {
    border-style: dotted;
  }

  .xs\:border-double {
    border-style: double;
  }

  .xs\:border-none {
    border-style: none;
  }

  .xs\:hover\:border-solid:hover {
    border-style: solid;
  }

  .xs\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .xs\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .xs\:hover\:border-double:hover {
    border-style: double;
  }

  .xs\:hover\:border-none:hover {
    border-style: none;
  }

  .xs\:border-transparent {
    border-color: transparent;
  }

  .xs\:border-current {
    border-color: currentColor;
  }

  .xs\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xs\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xs\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xs\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xs\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xs\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xs\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xs\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xs\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xs\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xs\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xs\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xs\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xs\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xs\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xs\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xs\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xs\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xs\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xs\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xs\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xs\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xs\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xs\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xs\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xs\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xs\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xs\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xs\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xs\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xs\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xs\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xs\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xs\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xs\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xs\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xs\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xs\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xs\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xs\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xs\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xs\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xs\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xs\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xs\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xs\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xs\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xs\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xs\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xs\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xs\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xs\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xs\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xs\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xs\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xs\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xs\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xs\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xs\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xs\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xs\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xs\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xs\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xs\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xs\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xs\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xs\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xs\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xs\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xs\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xs\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xs\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xs\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xs\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xs\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xs\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xs\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xs\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xs\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xs\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xs\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xs\:border-primary-color {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .xs\:border-primary-color-dark {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .xs\:border-secondary-color {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xs\:border-custom-gray-sm {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .xs\:border-custom-gray-sm2 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .xs\:border-custom-gray-md {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .xs\:border-custom-navy-dark {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xs\:border-dark-blue {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xs\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .xs\:border-secondary-1 {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .xs\:border-secondary-2 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .xs\:border-secondary-3 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .xs\:border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .xs\:border-secondary-dark {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .xs\:border-secondary-light {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .xs\:border-grayCustom-1 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xs\:border-grayCustom-2 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xs\:border-grayCustom-3 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xs\:border-grayCustom-800 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xs\:border-grayCustom {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xs\:border-grayCustom-dark {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xs\:border-grayCustom-light {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xs\:border-grayCustom-hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .xs\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .xs\:border-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .xs\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xs\:border-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .xs\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .xs\:border-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .xs\:border-status-open {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:border-status-waiting_payment {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xs\:border-status-completed {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .xs\:border-status-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xs\:border-status-waiting_verify {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xs\:border-status-closed {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xs\:border-policyStatus-issuing {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:border-policyStatus-waiting_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xs\:border-policyStatus-success {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .xs\:border-policyStatus-failed_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xs\:border-policyStatus-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xs\:border-policyStatus-waiting_policy {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xs\:border-policyStatus-cancel {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xs\:checked\:border-transparent:checked {
    border-color: transparent;
  }

  .xs\:checked\:border-current:checked {
    border-color: currentColor;
  }

  .xs\:checked\:border-black:checked {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xs\:checked\:border-white:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:checked\:border-gray-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xs\:checked\:border-gray-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xs\:checked\:border-gray-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xs\:checked\:border-gray-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xs\:checked\:border-gray-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xs\:checked\:border-gray-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xs\:checked\:border-gray-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xs\:checked\:border-gray-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xs\:checked\:border-gray-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xs\:checked\:border-gray-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xs\:checked\:border-red-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xs\:checked\:border-red-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xs\:checked\:border-red-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xs\:checked\:border-red-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xs\:checked\:border-red-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xs\:checked\:border-red-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xs\:checked\:border-red-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xs\:checked\:border-red-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xs\:checked\:border-red-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xs\:checked\:border-red-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xs\:checked\:border-yellow-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xs\:checked\:border-yellow-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xs\:checked\:border-yellow-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xs\:checked\:border-yellow-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xs\:checked\:border-yellow-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xs\:checked\:border-yellow-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xs\:checked\:border-yellow-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xs\:checked\:border-yellow-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xs\:checked\:border-yellow-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xs\:checked\:border-yellow-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xs\:checked\:border-green-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xs\:checked\:border-green-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xs\:checked\:border-green-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xs\:checked\:border-green-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xs\:checked\:border-green-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xs\:checked\:border-green-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xs\:checked\:border-green-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xs\:checked\:border-green-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xs\:checked\:border-green-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xs\:checked\:border-green-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xs\:checked\:border-blue-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xs\:checked\:border-blue-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xs\:checked\:border-blue-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xs\:checked\:border-blue-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xs\:checked\:border-blue-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xs\:checked\:border-blue-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xs\:checked\:border-blue-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xs\:checked\:border-blue-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xs\:checked\:border-blue-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xs\:checked\:border-blue-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xs\:checked\:border-indigo-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xs\:checked\:border-indigo-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xs\:checked\:border-indigo-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xs\:checked\:border-indigo-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xs\:checked\:border-indigo-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xs\:checked\:border-indigo-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xs\:checked\:border-indigo-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xs\:checked\:border-indigo-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xs\:checked\:border-indigo-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xs\:checked\:border-indigo-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xs\:checked\:border-purple-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xs\:checked\:border-purple-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xs\:checked\:border-purple-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xs\:checked\:border-purple-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xs\:checked\:border-purple-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xs\:checked\:border-purple-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xs\:checked\:border-purple-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xs\:checked\:border-purple-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xs\:checked\:border-purple-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xs\:checked\:border-purple-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xs\:checked\:border-pink-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xs\:checked\:border-pink-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xs\:checked\:border-pink-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xs\:checked\:border-pink-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xs\:checked\:border-pink-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xs\:checked\:border-pink-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xs\:checked\:border-pink-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xs\:checked\:border-pink-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xs\:checked\:border-pink-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xs\:checked\:border-pink-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xs\:checked\:border-primary-color:checked {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .xs\:checked\:border-primary-color-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .xs\:checked\:border-secondary-color:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xs\:checked\:border-custom-gray-sm:checked {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .xs\:checked\:border-custom-gray-sm2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .xs\:checked\:border-custom-gray-md:checked {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .xs\:checked\:border-custom-navy-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xs\:checked\:border-dark-blue:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xs\:checked\:border-primary:checked {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .xs\:checked\:border-secondary-1:checked {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .xs\:checked\:border-secondary-2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .xs\:checked\:border-secondary-3:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .xs\:checked\:border-secondary:checked {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .xs\:checked\:border-secondary-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .xs\:checked\:border-secondary-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .xs\:checked\:border-grayCustom-1:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xs\:checked\:border-grayCustom-2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xs\:checked\:border-grayCustom-3:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xs\:checked\:border-grayCustom-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xs\:checked\:border-grayCustom:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xs\:checked\:border-grayCustom-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xs\:checked\:border-grayCustom-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xs\:checked\:border-grayCustom-hover:checked {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .xs\:checked\:border-error:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .xs\:checked\:border-error-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .xs\:checked\:border-warning:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xs\:checked\:border-warning-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .xs\:checked\:border-success:checked {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .xs\:checked\:border-success-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .xs\:checked\:border-status-open:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:checked\:border-status-waiting_payment:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xs\:checked\:border-status-completed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .xs\:checked\:border-status-failed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xs\:checked\:border-status-waiting_verify:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xs\:checked\:border-status-closed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xs\:checked\:border-policyStatus-issuing:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:checked\:border-policyStatus-waiting_inspection:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xs\:checked\:border-policyStatus-success:checked {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .xs\:checked\:border-policyStatus-failed_inspection:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xs\:checked\:border-policyStatus-failed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xs\:checked\:border-policyStatus-waiting_policy:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xs\:checked\:border-policyStatus-cancel:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .xs\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .xs\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-primary-color {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-primary-color-dark {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-secondary-color {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-custom-gray-sm {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-custom-gray-sm2 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-custom-gray-md {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-custom-navy-dark {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-dark-blue {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-secondary-1 {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-secondary-2 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-secondary-3 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-secondary-dark {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-secondary-light {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-grayCustom-1 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-grayCustom-2 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-grayCustom-3 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-grayCustom-800 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-grayCustom {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-grayCustom-dark {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-grayCustom-light {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-grayCustom-hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-status-open {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-status-waiting_payment {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-status-completed {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-status-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-status-waiting_verify {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-status-closed {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-policyStatus-issuing {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-policyStatus-waiting_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-policyStatus-success {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-policyStatus-failed_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-policyStatus-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-policyStatus-waiting_policy {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-policyStatus-cancel {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-transparent[focus-within] {
    border-color: transparent;
  }

  .xs\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .xs\:focus-within\:border-current[focus-within] {
    border-color: currentColor;
  }

  .xs\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }

  .xs\:focus-within\:border-black[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-white[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-primary-color[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-primary-color:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-primary-color-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-primary-color-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-secondary-color[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-secondary-color:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-custom-gray-sm[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-custom-gray-sm:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-custom-gray-sm2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-custom-gray-sm2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-custom-gray-md[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-custom-gray-md:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-custom-navy-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-custom-navy-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-dark-blue[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-dark-blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-primary[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-secondary-1[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-secondary-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-secondary-2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-secondary-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-secondary-3[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-secondary-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-secondary[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-secondary-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-secondary-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-secondary-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-secondary-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-grayCustom-1[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-grayCustom-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-grayCustom-2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-grayCustom-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-grayCustom-3[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-grayCustom-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-grayCustom-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-grayCustom-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-grayCustom[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-grayCustom:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-grayCustom-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-grayCustom-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-grayCustom-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-grayCustom-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-grayCustom-hover[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-grayCustom-hover:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-error[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-error:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-error-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-error-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-warning[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-warning:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-warning-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-warning-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-success[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-success-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-success-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-status-open[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-status-open:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-status-waiting_payment[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-status-waiting_payment:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-status-completed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-status-completed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-status-failed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-status-failed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-status-waiting_verify[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-status-waiting_verify:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-status-closed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-status-closed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-policyStatus-issuing[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-policyStatus-issuing:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-policyStatus-waiting_inspection[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-policyStatus-waiting_inspection:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-policyStatus-success[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-policyStatus-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-policyStatus-failed_inspection[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-policyStatus-failed_inspection:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-policyStatus-failed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-policyStatus-failed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-policyStatus-waiting_policy[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-policyStatus-waiting_policy:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-policyStatus-cancel[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-policyStatus-cancel:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xs\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .xs\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .xs\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xs\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xs\:hover\:border-primary-color:hover {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .xs\:hover\:border-primary-color-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .xs\:hover\:border-secondary-color:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xs\:hover\:border-custom-gray-sm:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .xs\:hover\:border-custom-gray-sm2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .xs\:hover\:border-custom-gray-md:hover {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .xs\:hover\:border-custom-navy-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xs\:hover\:border-dark-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xs\:hover\:border-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .xs\:hover\:border-secondary-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .xs\:hover\:border-secondary-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .xs\:hover\:border-secondary-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .xs\:hover\:border-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .xs\:hover\:border-secondary-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .xs\:hover\:border-secondary-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .xs\:hover\:border-grayCustom-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xs\:hover\:border-grayCustom-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xs\:hover\:border-grayCustom-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xs\:hover\:border-grayCustom-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xs\:hover\:border-grayCustom:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xs\:hover\:border-grayCustom-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xs\:hover\:border-grayCustom-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xs\:hover\:border-grayCustom-hover:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .xs\:hover\:border-error:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .xs\:hover\:border-error-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .xs\:hover\:border-warning:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xs\:hover\:border-warning-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .xs\:hover\:border-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .xs\:hover\:border-success-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .xs\:hover\:border-status-open:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:hover\:border-status-waiting_payment:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xs\:hover\:border-status-completed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .xs\:hover\:border-status-failed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xs\:hover\:border-status-waiting_verify:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xs\:hover\:border-status-closed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xs\:hover\:border-policyStatus-issuing:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:hover\:border-policyStatus-waiting_inspection:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xs\:hover\:border-policyStatus-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .xs\:hover\:border-policyStatus-failed_inspection:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xs\:hover\:border-policyStatus-failed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xs\:hover\:border-policyStatus-waiting_policy:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xs\:hover\:border-policyStatus-cancel:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xs\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .xs\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .xs\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xs\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xs\:focus\:border-primary-color:focus {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .xs\:focus\:border-primary-color-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .xs\:focus\:border-secondary-color:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xs\:focus\:border-custom-gray-sm:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .xs\:focus\:border-custom-gray-sm2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .xs\:focus\:border-custom-gray-md:focus {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .xs\:focus\:border-custom-navy-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xs\:focus\:border-dark-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .xs\:focus\:border-primary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .xs\:focus\:border-secondary-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .xs\:focus\:border-secondary-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .xs\:focus\:border-secondary-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .xs\:focus\:border-secondary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .xs\:focus\:border-secondary-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .xs\:focus\:border-secondary-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .xs\:focus\:border-grayCustom-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xs\:focus\:border-grayCustom-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xs\:focus\:border-grayCustom-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xs\:focus\:border-grayCustom-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xs\:focus\:border-grayCustom:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xs\:focus\:border-grayCustom-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .xs\:focus\:border-grayCustom-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xs\:focus\:border-grayCustom-hover:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .xs\:focus\:border-error:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .xs\:focus\:border-error-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .xs\:focus\:border-warning:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xs\:focus\:border-warning-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .xs\:focus\:border-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .xs\:focus\:border-success-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .xs\:focus\:border-status-open:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:focus\:border-status-waiting_payment:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xs\:focus\:border-status-completed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .xs\:focus\:border-status-failed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xs\:focus\:border-status-waiting_verify:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xs\:focus\:border-status-closed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xs\:focus\:border-policyStatus-issuing:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:focus\:border-policyStatus-waiting_inspection:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xs\:focus\:border-policyStatus-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .xs\:focus\:border-policyStatus-failed_inspection:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xs\:focus\:border-policyStatus-failed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .xs\:focus\:border-policyStatus-waiting_policy:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .xs\:focus\:border-policyStatus-cancel:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .xs\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .xs\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .xs\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .xs\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .xs\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .xs\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .xs\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .xs\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .xs\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .xs\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .xs\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .xs\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .xs\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .xs\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .xs\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .xs\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .xs\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .xs\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .xs\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .xs\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .xs\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .xs\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .xs\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .xs\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .xs\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .xs\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .xs\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .xs\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .xs\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .xs\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .xs\:focus-within\:border-opacity-0[focus-within] {
    --tw-border-opacity: 0;
  }

  .xs\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .xs\:focus-within\:border-opacity-5[focus-within] {
    --tw-border-opacity: 0.05;
  }

  .xs\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .xs\:focus-within\:border-opacity-10[focus-within] {
    --tw-border-opacity: 0.1;
  }

  .xs\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .xs\:focus-within\:border-opacity-20[focus-within] {
    --tw-border-opacity: 0.2;
  }

  .xs\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .xs\:focus-within\:border-opacity-25[focus-within] {
    --tw-border-opacity: 0.25;
  }

  .xs\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .xs\:focus-within\:border-opacity-30[focus-within] {
    --tw-border-opacity: 0.3;
  }

  .xs\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .xs\:focus-within\:border-opacity-40[focus-within] {
    --tw-border-opacity: 0.4;
  }

  .xs\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .xs\:focus-within\:border-opacity-50[focus-within] {
    --tw-border-opacity: 0.5;
  }

  .xs\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .xs\:focus-within\:border-opacity-60[focus-within] {
    --tw-border-opacity: 0.6;
  }

  .xs\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .xs\:focus-within\:border-opacity-70[focus-within] {
    --tw-border-opacity: 0.7;
  }

  .xs\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .xs\:focus-within\:border-opacity-75[focus-within] {
    --tw-border-opacity: 0.75;
  }

  .xs\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .xs\:focus-within\:border-opacity-80[focus-within] {
    --tw-border-opacity: 0.8;
  }

  .xs\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .xs\:focus-within\:border-opacity-90[focus-within] {
    --tw-border-opacity: 0.9;
  }

  .xs\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .xs\:focus-within\:border-opacity-95[focus-within] {
    --tw-border-opacity: 0.95;
  }

  .xs\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .xs\:focus-within\:border-opacity-100[focus-within] {
    --tw-border-opacity: 1;
  }

  .xs\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .xs\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .xs\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .xs\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .xs\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .xs\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .xs\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .xs\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .xs\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .xs\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .xs\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .xs\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .xs\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .xs\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .xs\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .xs\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .xs\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .xs\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .xs\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .xs\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .xs\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .xs\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .xs\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .xs\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .xs\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .xs\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .xs\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .xs\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .xs\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .xs\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .xs\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .xs\:bg-transparent {
    background-color: transparent;
  }

  .xs\:bg-current {
    background-color: currentColor;
  }

  .xs\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xs\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xs\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xs\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xs\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xs\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xs\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xs\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xs\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xs\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xs\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xs\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xs\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xs\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xs\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xs\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xs\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xs\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xs\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xs\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xs\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xs\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xs\:bg-primary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .xs\:bg-primary-color-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .xs\:bg-secondary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xs\:bg-custom-gray-sm {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .xs\:bg-custom-gray-sm2 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .xs\:bg-custom-gray-md {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .xs\:bg-custom-navy-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xs\:bg-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xs\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .xs\:bg-secondary-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xs\:bg-secondary-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .xs\:bg-secondary-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .xs\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xs\:bg-secondary-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .xs\:bg-secondary-light {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .xs\:bg-grayCustom-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xs\:bg-grayCustom-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xs\:bg-grayCustom-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xs\:bg-grayCustom-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xs\:bg-grayCustom {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xs\:bg-grayCustom-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xs\:bg-grayCustom-light {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xs\:bg-grayCustom-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .xs\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .xs\:bg-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .xs\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xs\:bg-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .xs\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .xs\:bg-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .xs\:bg-status-open {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:bg-status-waiting_payment {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xs\:bg-status-completed {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xs\:bg-status-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xs\:bg-status-waiting_verify {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xs\:bg-status-closed {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xs\:bg-policyStatus-issuing {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:bg-policyStatus-waiting_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xs\:bg-policyStatus-success {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xs\:bg-policyStatus-failed_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xs\:bg-policyStatus-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xs\:bg-policyStatus-waiting_policy {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xs\:bg-policyStatus-cancel {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-transparent:nth-child(odd) {
    background-color: transparent;
  }

  .xs\:odd\:bg-current:nth-child(odd) {
    background-color: currentColor;
  }

  .xs\:odd\:bg-black:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-white:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-gray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-gray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-gray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-gray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-gray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-gray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-gray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-gray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-gray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-gray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-red-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-red-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-red-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-red-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-red-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-red-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-red-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-red-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-red-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-red-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-yellow-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-yellow-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-yellow-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-yellow-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-yellow-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-yellow-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-yellow-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-yellow-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-yellow-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-yellow-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-green-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-green-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-green-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-green-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-green-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-green-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-green-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-green-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-green-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-green-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-blue-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-blue-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-blue-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-blue-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-blue-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-blue-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-blue-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-blue-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-blue-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-blue-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-indigo-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-indigo-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-indigo-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-indigo-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-indigo-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-indigo-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-indigo-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-indigo-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-indigo-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-indigo-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-purple-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-purple-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-purple-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-purple-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-purple-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-purple-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-purple-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-purple-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-purple-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-purple-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-pink-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-pink-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-pink-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-pink-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-pink-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-pink-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-pink-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-pink-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-pink-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-pink-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-primary-color:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-primary-color-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-secondary-color:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-custom-gray-sm:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-custom-gray-sm2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-custom-gray-md:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-custom-navy-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-dark-blue:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-primary:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-secondary-1:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-secondary-2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-secondary-3:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-secondary:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-secondary-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-secondary-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-grayCustom-1:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-grayCustom-2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-grayCustom-3:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-grayCustom-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-grayCustom:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-grayCustom-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-grayCustom-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-grayCustom-hover:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-error:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-error-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-warning:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-warning-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-success:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-success-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-status-open:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-status-waiting_payment:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-status-completed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-status-failed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-status-waiting_verify:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-status-closed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-policyStatus-issuing:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-policyStatus-waiting_inspection:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-policyStatus-success:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-policyStatus-failed_inspection:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-policyStatus-failed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-policyStatus-waiting_policy:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xs\:odd\:bg-policyStatus-cancel:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-transparent:checked {
    background-color: transparent;
  }

  .xs\:checked\:bg-current:checked {
    background-color: currentColor;
  }

  .xs\:checked\:bg-black:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-white:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-gray-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-gray-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-gray-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-gray-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-gray-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-gray-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-gray-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-gray-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-gray-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-gray-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-red-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-red-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-red-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-red-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-red-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-red-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-red-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-red-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-red-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-red-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-yellow-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-yellow-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-yellow-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-yellow-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-yellow-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-yellow-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-yellow-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-yellow-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-yellow-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-yellow-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-green-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-green-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-green-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-green-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-green-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-green-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-green-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-green-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-green-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-green-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-blue-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-blue-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-blue-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-blue-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-blue-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-blue-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-blue-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-blue-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-blue-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-blue-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-indigo-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-indigo-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-indigo-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-indigo-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-indigo-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-indigo-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-indigo-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-indigo-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-indigo-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-indigo-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-purple-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-purple-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-purple-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-purple-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-purple-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-purple-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-purple-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-purple-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-purple-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-purple-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-pink-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-pink-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-pink-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-pink-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-pink-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-pink-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-pink-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-pink-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-pink-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-pink-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-primary-color:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-primary-color-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-secondary-color:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-custom-gray-sm:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-custom-gray-sm2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-custom-gray-md:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-custom-navy-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-dark-blue:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-primary:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-secondary-1:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-secondary-2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-secondary-3:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-secondary:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-secondary-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-secondary-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-grayCustom-1:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-grayCustom-2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-grayCustom-3:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-grayCustom-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-grayCustom:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-grayCustom-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-grayCustom-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-grayCustom-hover:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-error:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-error-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-warning:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-warning-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-success:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-success-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-status-open:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-status-waiting_payment:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-status-completed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-status-failed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-status-waiting_verify:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-status-closed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-policyStatus-issuing:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-policyStatus-waiting_inspection:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-policyStatus-success:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-policyStatus-failed_inspection:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-policyStatus-failed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-policyStatus-waiting_policy:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xs\:checked\:bg-policyStatus-cancel:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .xs\:group-hover\:bg-current {
    background-color: currentColor;
  }

  .group:hover .xs\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-primary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-primary-color-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-secondary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-custom-gray-sm {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-custom-gray-sm2 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-custom-gray-md {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-custom-navy-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-secondary-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-secondary-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-secondary-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-secondary-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-secondary-light {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-grayCustom-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-grayCustom-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-grayCustom-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-grayCustom-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-grayCustom {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-grayCustom-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-grayCustom-light {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-grayCustom-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-status-open {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-status-waiting_payment {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-status-completed {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-status-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-status-waiting_verify {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-status-closed {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-policyStatus-issuing {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-policyStatus-waiting_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-policyStatus-success {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-policyStatus-failed_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-policyStatus-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-policyStatus-waiting_policy {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-policyStatus-cancel {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-transparent[focus-within] {
    background-color: transparent;
  }

  .xs\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .xs\:focus-within\:bg-current[focus-within] {
    background-color: currentColor;
  }

  .xs\:focus-within\:bg-current:focus-within {
    background-color: currentColor;
  }

  .xs\:focus-within\:bg-black[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-white[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-primary-color[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-primary-color:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-primary-color-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-primary-color-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-secondary-color[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-secondary-color:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-custom-gray-sm[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-custom-gray-sm:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-custom-gray-sm2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-custom-gray-sm2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-custom-gray-md[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-custom-gray-md:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-custom-navy-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-custom-navy-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-dark-blue[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-dark-blue:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-primary[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-primary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-secondary-1[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-secondary-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-secondary-2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-secondary-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-secondary-3[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-secondary-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-secondary[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-secondary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-secondary-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-secondary-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-secondary-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-secondary-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-grayCustom-1[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-grayCustom-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-grayCustom-2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-grayCustom-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-grayCustom-3[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-grayCustom-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-grayCustom-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-grayCustom-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-grayCustom[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-grayCustom:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-grayCustom-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-grayCustom-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-grayCustom-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-grayCustom-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-grayCustom-hover[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-grayCustom-hover:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-error[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-error:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-error-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-error-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-warning[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-warning:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-warning-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-warning-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-success[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-success-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-success-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-status-open[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-status-open:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-status-waiting_payment[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-status-waiting_payment:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-status-completed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-status-completed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-status-failed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-status-failed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-status-waiting_verify[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-status-waiting_verify:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-status-closed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-status-closed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-policyStatus-issuing[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-policyStatus-issuing:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-policyStatus-waiting_inspection[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-policyStatus-waiting_inspection:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-policyStatus-success[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-policyStatus-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-policyStatus-failed_inspection[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-policyStatus-failed_inspection:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-policyStatus-failed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-policyStatus-failed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-policyStatus-waiting_policy[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-policyStatus-waiting_policy:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-policyStatus-cancel[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-policyStatus-cancel:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .xs\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .xs\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-primary-color:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-primary-color-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-secondary-color:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-custom-gray-sm:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-custom-gray-sm2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-custom-gray-md:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-custom-navy-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-dark-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-secondary-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-secondary-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-secondary-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-secondary-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-secondary-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-grayCustom-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-grayCustom-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-grayCustom-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-grayCustom-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-grayCustom:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-grayCustom-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-grayCustom-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-grayCustom-hover:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-error:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-error-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-warning:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-warning-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-success-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-status-open:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-status-waiting_payment:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-status-completed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-status-failed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-status-waiting_verify:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-status-closed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-policyStatus-issuing:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-policyStatus-waiting_inspection:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-policyStatus-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-policyStatus-failed_inspection:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-policyStatus-failed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-policyStatus-waiting_policy:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-policyStatus-cancel:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .xs\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .xs\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-primary-color:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-primary-color-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-secondary-color:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-custom-gray-sm:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-custom-gray-sm2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-custom-gray-md:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-custom-navy-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-dark-blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-primary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-secondary-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-secondary-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-secondary-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-secondary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-secondary-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-secondary-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-grayCustom-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-grayCustom-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-grayCustom-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-grayCustom-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-grayCustom:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-grayCustom-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-grayCustom-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-grayCustom-hover:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-error:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-error-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-warning:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-warning-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-success-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-status-open:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-status-waiting_payment:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-status-completed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-status-failed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-status-waiting_verify:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-status-closed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-policyStatus-issuing:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-policyStatus-waiting_inspection:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-policyStatus-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-policyStatus-failed_inspection:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-policyStatus-failed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-policyStatus-waiting_policy:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-policyStatus-cancel:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .xs\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .xs\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .xs\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .xs\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .xs\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .xs\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .xs\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .xs\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .xs\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .xs\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .xs\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .xs\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .xs\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .xs\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .xs\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .xs\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .xs\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .xs\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .xs\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .xs\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .xs\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .xs\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .xs\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .xs\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .xs\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .xs\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .xs\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .xs\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .xs\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .xs\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .xs\:focus-within\:bg-opacity-0[focus-within] {
    --tw-bg-opacity: 0;
  }

  .xs\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .xs\:focus-within\:bg-opacity-5[focus-within] {
    --tw-bg-opacity: 0.05;
  }

  .xs\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .xs\:focus-within\:bg-opacity-10[focus-within] {
    --tw-bg-opacity: 0.1;
  }

  .xs\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .xs\:focus-within\:bg-opacity-20[focus-within] {
    --tw-bg-opacity: 0.2;
  }

  .xs\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .xs\:focus-within\:bg-opacity-25[focus-within] {
    --tw-bg-opacity: 0.25;
  }

  .xs\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .xs\:focus-within\:bg-opacity-30[focus-within] {
    --tw-bg-opacity: 0.3;
  }

  .xs\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .xs\:focus-within\:bg-opacity-40[focus-within] {
    --tw-bg-opacity: 0.4;
  }

  .xs\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .xs\:focus-within\:bg-opacity-50[focus-within] {
    --tw-bg-opacity: 0.5;
  }

  .xs\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .xs\:focus-within\:bg-opacity-60[focus-within] {
    --tw-bg-opacity: 0.6;
  }

  .xs\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .xs\:focus-within\:bg-opacity-70[focus-within] {
    --tw-bg-opacity: 0.7;
  }

  .xs\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .xs\:focus-within\:bg-opacity-75[focus-within] {
    --tw-bg-opacity: 0.75;
  }

  .xs\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .xs\:focus-within\:bg-opacity-80[focus-within] {
    --tw-bg-opacity: 0.8;
  }

  .xs\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .xs\:focus-within\:bg-opacity-90[focus-within] {
    --tw-bg-opacity: 0.9;
  }

  .xs\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .xs\:focus-within\:bg-opacity-95[focus-within] {
    --tw-bg-opacity: 0.95;
  }

  .xs\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .xs\:focus-within\:bg-opacity-100[focus-within] {
    --tw-bg-opacity: 1;
  }

  .xs\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .xs\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .xs\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .xs\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .xs\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .xs\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .xs\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .xs\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .xs\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .xs\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .xs\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .xs\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .xs\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .xs\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .xs\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .xs\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .xs\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .xs\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .xs\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .xs\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .xs\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .xs\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .xs\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .xs\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .xs\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .xs\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .xs\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .xs\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .xs\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .xs\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .xs\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .xs\:bg-none {
    background-image: none;
  }

  .xs\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .xs\:bg-city {
    background-image: url('~assets/homepage/bg-city.svg');
  }

  .xs\:bg-city-1 {
    background-image: url('~assets/homepage/bg-city_1.svg');
  }

  .xs\:bg-city-2 {
    background-image: url('~assets/homepage/bg-city2.svg');
  }

  .xs\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xs\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xs\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xs\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xs\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xs\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xs\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xs\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xs\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xs\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xs\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xs\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xs\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xs\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xs\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xs\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xs\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xs\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xs\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xs\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xs\:from-yellow-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xs\:from-yellow-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xs\:from-yellow-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xs\:from-yellow-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xs\:from-yellow-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xs\:from-yellow-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xs\:from-yellow-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xs\:from-yellow-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xs\:from-yellow-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xs\:from-yellow-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xs\:from-green-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xs\:from-green-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xs\:from-green-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xs\:from-green-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xs\:from-green-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xs\:from-green-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xs\:from-green-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xs\:from-green-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xs\:from-green-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xs\:from-green-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xs\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xs\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xs\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xs\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xs\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xs\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xs\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xs\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xs\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xs\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xs\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xs\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xs\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xs\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xs\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xs\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xs\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xs\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xs\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xs\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xs\:from-purple-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xs\:from-purple-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xs\:from-purple-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xs\:from-purple-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xs\:from-purple-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xs\:from-purple-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xs\:from-purple-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xs\:from-purple-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xs\:from-purple-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xs\:from-purple-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xs\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xs\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xs\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xs\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xs\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xs\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xs\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xs\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xs\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xs\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xs\:from-primary-color {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .xs\:from-primary-color-dark {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .xs\:from-secondary-color {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xs\:from-custom-gray-sm {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .xs\:from-custom-gray-sm2 {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .xs\:from-custom-gray-md {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .xs\:from-custom-navy-dark {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xs\:from-dark-blue {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xs\:from-primary {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .xs\:from-secondary-1 {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .xs\:from-secondary-2 {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .xs\:from-secondary-3 {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .xs\:from-secondary {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .xs\:from-secondary-dark {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .xs\:from-secondary-light {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .xs\:from-grayCustom-1 {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xs\:from-grayCustom-2 {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xs\:from-grayCustom-3 {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xs\:from-grayCustom-800 {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xs\:from-grayCustom {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xs\:from-grayCustom-dark {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xs\:from-grayCustom-light {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xs\:from-grayCustom-hover {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .xs\:from-error {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .xs\:from-error-light {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .xs\:from-warning {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xs\:from-warning-light {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .xs\:from-success {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .xs\:from-success-light {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .xs\:from-status-open {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-status-waiting_payment {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xs\:from-status-completed {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .xs\:from-status-failed {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xs\:from-status-waiting_verify {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xs\:from-status-closed {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xs\:from-policyStatus-issuing {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-policyStatus-waiting_inspection {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xs\:from-policyStatus-success {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .xs\:from-policyStatus-failed_inspection {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xs\:from-policyStatus-failed {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xs\:from-policyStatus-waiting_policy {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xs\:from-policyStatus-cancel {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xs\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xs\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xs\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xs\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xs\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xs\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xs\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xs\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xs\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xs\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xs\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xs\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xs\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xs\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xs\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xs\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xs\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xs\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xs\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xs\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xs\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xs\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xs\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xs\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xs\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xs\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xs\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xs\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xs\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xs\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xs\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xs\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xs\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xs\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xs\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xs\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xs\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xs\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xs\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xs\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xs\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xs\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xs\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xs\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xs\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xs\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xs\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xs\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xs\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xs\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xs\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xs\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xs\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xs\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xs\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xs\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xs\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xs\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xs\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xs\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xs\:hover\:from-purple-50:hover {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xs\:hover\:from-purple-100:hover {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xs\:hover\:from-purple-200:hover {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xs\:hover\:from-purple-300:hover {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xs\:hover\:from-purple-400:hover {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xs\:hover\:from-purple-500:hover {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xs\:hover\:from-purple-600:hover {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xs\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xs\:hover\:from-purple-800:hover {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xs\:hover\:from-purple-900:hover {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xs\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xs\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xs\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xs\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xs\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xs\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xs\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xs\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xs\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xs\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xs\:hover\:from-primary-color:hover {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .xs\:hover\:from-primary-color-dark:hover {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .xs\:hover\:from-secondary-color:hover {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xs\:hover\:from-custom-gray-sm:hover {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .xs\:hover\:from-custom-gray-sm2:hover {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .xs\:hover\:from-custom-gray-md:hover {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .xs\:hover\:from-custom-navy-dark:hover {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xs\:hover\:from-dark-blue:hover {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xs\:hover\:from-primary:hover {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .xs\:hover\:from-secondary-1:hover {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .xs\:hover\:from-secondary-2:hover {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .xs\:hover\:from-secondary-3:hover {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .xs\:hover\:from-secondary:hover {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .xs\:hover\:from-secondary-dark:hover {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .xs\:hover\:from-secondary-light:hover {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .xs\:hover\:from-grayCustom-1:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xs\:hover\:from-grayCustom-2:hover {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xs\:hover\:from-grayCustom-3:hover {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xs\:hover\:from-grayCustom-800:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xs\:hover\:from-grayCustom:hover {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xs\:hover\:from-grayCustom-dark:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xs\:hover\:from-grayCustom-light:hover {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xs\:hover\:from-grayCustom-hover:hover {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .xs\:hover\:from-error:hover {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .xs\:hover\:from-error-light:hover {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .xs\:hover\:from-warning:hover {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xs\:hover\:from-warning-light:hover {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .xs\:hover\:from-success:hover {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .xs\:hover\:from-success-light:hover {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .xs\:hover\:from-status-open:hover {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-status-waiting_payment:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xs\:hover\:from-status-completed:hover {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .xs\:hover\:from-status-failed:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xs\:hover\:from-status-waiting_verify:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xs\:hover\:from-status-closed:hover {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xs\:hover\:from-policyStatus-issuing:hover {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-policyStatus-waiting_inspection:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xs\:hover\:from-policyStatus-success:hover {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .xs\:hover\:from-policyStatus-failed_inspection:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xs\:hover\:from-policyStatus-failed:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xs\:hover\:from-policyStatus-waiting_policy:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xs\:hover\:from-policyStatus-cancel:hover {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xs\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xs\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xs\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xs\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xs\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xs\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xs\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xs\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xs\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xs\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xs\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xs\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xs\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xs\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xs\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xs\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xs\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xs\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xs\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xs\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xs\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xs\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xs\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xs\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xs\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xs\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xs\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xs\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xs\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xs\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xs\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xs\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xs\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xs\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xs\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xs\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xs\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xs\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xs\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xs\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xs\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xs\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xs\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xs\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xs\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xs\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xs\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xs\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xs\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xs\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xs\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xs\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xs\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xs\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xs\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xs\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xs\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xs\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xs\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xs\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xs\:focus\:from-purple-50:focus {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xs\:focus\:from-purple-100:focus {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xs\:focus\:from-purple-200:focus {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xs\:focus\:from-purple-300:focus {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xs\:focus\:from-purple-400:focus {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xs\:focus\:from-purple-500:focus {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xs\:focus\:from-purple-600:focus {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xs\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xs\:focus\:from-purple-800:focus {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xs\:focus\:from-purple-900:focus {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xs\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xs\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xs\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xs\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xs\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xs\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xs\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xs\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xs\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xs\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xs\:focus\:from-primary-color:focus {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .xs\:focus\:from-primary-color-dark:focus {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .xs\:focus\:from-secondary-color:focus {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xs\:focus\:from-custom-gray-sm:focus {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .xs\:focus\:from-custom-gray-sm2:focus {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .xs\:focus\:from-custom-gray-md:focus {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .xs\:focus\:from-custom-navy-dark:focus {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xs\:focus\:from-dark-blue:focus {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xs\:focus\:from-primary:focus {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .xs\:focus\:from-secondary-1:focus {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .xs\:focus\:from-secondary-2:focus {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .xs\:focus\:from-secondary-3:focus {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .xs\:focus\:from-secondary:focus {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .xs\:focus\:from-secondary-dark:focus {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .xs\:focus\:from-secondary-light:focus {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .xs\:focus\:from-grayCustom-1:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xs\:focus\:from-grayCustom-2:focus {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xs\:focus\:from-grayCustom-3:focus {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xs\:focus\:from-grayCustom-800:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xs\:focus\:from-grayCustom:focus {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xs\:focus\:from-grayCustom-dark:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xs\:focus\:from-grayCustom-light:focus {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xs\:focus\:from-grayCustom-hover:focus {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .xs\:focus\:from-error:focus {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .xs\:focus\:from-error-light:focus {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .xs\:focus\:from-warning:focus {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xs\:focus\:from-warning-light:focus {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .xs\:focus\:from-success:focus {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .xs\:focus\:from-success-light:focus {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .xs\:focus\:from-status-open:focus {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-status-waiting_payment:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xs\:focus\:from-status-completed:focus {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .xs\:focus\:from-status-failed:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xs\:focus\:from-status-waiting_verify:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xs\:focus\:from-status-closed:focus {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xs\:focus\:from-policyStatus-issuing:focus {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-policyStatus-waiting_inspection:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xs\:focus\:from-policyStatus-success:focus {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .xs\:focus\:from-policyStatus-failed_inspection:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xs\:focus\:from-policyStatus-failed:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xs\:focus\:from-policyStatus-waiting_policy:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xs\:focus\:from-policyStatus-cancel:focus {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xs\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xs\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xs\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xs\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xs\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xs\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xs\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xs\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xs\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xs\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xs\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xs\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xs\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xs\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xs\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xs\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xs\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xs\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xs\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xs\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xs\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xs\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xs\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xs\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xs\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xs\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xs\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xs\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xs\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xs\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xs\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xs\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xs\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xs\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xs\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xs\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xs\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xs\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xs\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xs\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xs\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xs\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xs\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xs\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xs\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xs\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xs\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xs\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xs\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xs\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xs\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xs\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xs\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xs\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xs\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xs\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xs\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xs\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xs\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xs\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xs\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xs\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xs\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xs\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xs\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xs\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xs\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xs\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xs\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xs\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xs\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xs\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xs\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xs\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xs\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xs\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xs\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xs\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xs\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xs\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xs\:via-primary-color {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .xs\:via-primary-color-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .xs\:via-secondary-color {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xs\:via-custom-gray-sm {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .xs\:via-custom-gray-sm2 {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .xs\:via-custom-gray-md {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .xs\:via-custom-navy-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xs\:via-dark-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xs\:via-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .xs\:via-secondary-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .xs\:via-secondary-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .xs\:via-secondary-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .xs\:via-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .xs\:via-secondary-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .xs\:via-secondary-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .xs\:via-grayCustom-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xs\:via-grayCustom-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xs\:via-grayCustom-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xs\:via-grayCustom-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xs\:via-grayCustom {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xs\:via-grayCustom-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xs\:via-grayCustom-light {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xs\:via-grayCustom-hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .xs\:via-error {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .xs\:via-error-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .xs\:via-warning {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xs\:via-warning-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .xs\:via-success {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .xs\:via-success-light {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .xs\:via-status-open {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-status-waiting_payment {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xs\:via-status-completed {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .xs\:via-status-failed {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xs\:via-status-waiting_verify {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xs\:via-status-closed {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xs\:via-policyStatus-issuing {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-policyStatus-waiting_inspection {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xs\:via-policyStatus-success {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .xs\:via-policyStatus-failed_inspection {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xs\:via-policyStatus-failed {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xs\:via-policyStatus-waiting_policy {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xs\:via-policyStatus-cancel {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xs\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xs\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xs\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xs\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xs\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xs\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xs\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xs\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xs\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xs\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xs\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xs\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xs\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xs\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xs\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xs\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xs\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xs\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xs\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xs\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xs\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xs\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xs\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xs\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xs\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xs\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xs\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xs\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xs\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xs\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xs\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xs\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xs\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xs\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xs\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xs\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xs\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xs\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xs\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xs\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xs\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xs\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xs\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xs\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xs\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xs\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xs\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xs\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xs\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xs\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xs\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xs\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xs\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xs\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xs\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xs\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xs\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xs\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xs\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xs\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xs\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xs\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xs\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xs\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xs\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xs\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xs\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xs\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xs\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xs\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xs\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xs\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xs\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xs\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xs\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xs\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xs\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xs\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xs\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xs\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xs\:hover\:via-primary-color:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .xs\:hover\:via-primary-color-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .xs\:hover\:via-secondary-color:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xs\:hover\:via-custom-gray-sm:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .xs\:hover\:via-custom-gray-sm2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .xs\:hover\:via-custom-gray-md:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .xs\:hover\:via-custom-navy-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xs\:hover\:via-dark-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xs\:hover\:via-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .xs\:hover\:via-secondary-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .xs\:hover\:via-secondary-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .xs\:hover\:via-secondary-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .xs\:hover\:via-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .xs\:hover\:via-secondary-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .xs\:hover\:via-secondary-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .xs\:hover\:via-grayCustom-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xs\:hover\:via-grayCustom-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xs\:hover\:via-grayCustom-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xs\:hover\:via-grayCustom-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xs\:hover\:via-grayCustom:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xs\:hover\:via-grayCustom-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xs\:hover\:via-grayCustom-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xs\:hover\:via-grayCustom-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .xs\:hover\:via-error:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .xs\:hover\:via-error-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .xs\:hover\:via-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xs\:hover\:via-warning-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .xs\:hover\:via-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .xs\:hover\:via-success-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .xs\:hover\:via-status-open:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-status-waiting_payment:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xs\:hover\:via-status-completed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .xs\:hover\:via-status-failed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xs\:hover\:via-status-waiting_verify:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xs\:hover\:via-status-closed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xs\:hover\:via-policyStatus-issuing:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-policyStatus-waiting_inspection:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xs\:hover\:via-policyStatus-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .xs\:hover\:via-policyStatus-failed_inspection:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xs\:hover\:via-policyStatus-failed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xs\:hover\:via-policyStatus-waiting_policy:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xs\:hover\:via-policyStatus-cancel:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xs\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xs\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xs\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xs\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xs\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xs\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xs\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xs\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xs\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xs\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xs\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xs\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xs\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xs\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xs\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xs\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xs\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xs\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xs\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xs\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xs\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xs\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xs\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xs\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xs\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xs\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xs\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xs\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xs\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xs\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xs\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xs\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xs\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xs\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xs\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xs\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xs\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xs\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xs\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xs\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xs\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xs\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xs\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xs\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xs\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xs\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xs\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xs\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xs\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xs\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xs\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xs\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xs\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xs\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xs\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xs\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xs\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xs\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xs\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xs\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xs\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xs\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xs\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xs\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xs\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xs\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xs\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xs\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xs\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xs\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xs\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xs\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xs\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xs\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xs\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xs\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xs\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xs\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xs\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xs\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xs\:focus\:via-primary-color:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .xs\:focus\:via-primary-color-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .xs\:focus\:via-secondary-color:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xs\:focus\:via-custom-gray-sm:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .xs\:focus\:via-custom-gray-sm2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .xs\:focus\:via-custom-gray-md:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .xs\:focus\:via-custom-navy-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xs\:focus\:via-dark-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .xs\:focus\:via-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .xs\:focus\:via-secondary-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .xs\:focus\:via-secondary-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .xs\:focus\:via-secondary-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .xs\:focus\:via-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .xs\:focus\:via-secondary-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .xs\:focus\:via-secondary-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .xs\:focus\:via-grayCustom-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xs\:focus\:via-grayCustom-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xs\:focus\:via-grayCustom-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xs\:focus\:via-grayCustom-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xs\:focus\:via-grayCustom:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xs\:focus\:via-grayCustom-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .xs\:focus\:via-grayCustom-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xs\:focus\:via-grayCustom-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .xs\:focus\:via-error:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .xs\:focus\:via-error-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .xs\:focus\:via-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xs\:focus\:via-warning-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .xs\:focus\:via-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .xs\:focus\:via-success-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .xs\:focus\:via-status-open:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-status-waiting_payment:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xs\:focus\:via-status-completed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .xs\:focus\:via-status-failed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xs\:focus\:via-status-waiting_verify:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xs\:focus\:via-status-closed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xs\:focus\:via-policyStatus-issuing:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-policyStatus-waiting_inspection:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xs\:focus\:via-policyStatus-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .xs\:focus\:via-policyStatus-failed_inspection:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xs\:focus\:via-policyStatus-failed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .xs\:focus\:via-policyStatus-waiting_policy:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .xs\:focus\:via-policyStatus-cancel:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .xs\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .xs\:to-current {
    --tw-gradient-to: currentColor;
  }

  .xs\:to-black {
    --tw-gradient-to: #000;
  }

  .xs\:to-white {
    --tw-gradient-to: #fff;
  }

  .xs\:to-gray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .xs\:to-gray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .xs\:to-gray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .xs\:to-gray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .xs\:to-gray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .xs\:to-gray-500 {
    --tw-gradient-to: #6b7280;
  }

  .xs\:to-gray-600 {
    --tw-gradient-to: #4b5563;
  }

  .xs\:to-gray-700 {
    --tw-gradient-to: #374151;
  }

  .xs\:to-gray-800 {
    --tw-gradient-to: #1f2937;
  }

  .xs\:to-gray-900 {
    --tw-gradient-to: #111827;
  }

  .xs\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .xs\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .xs\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .xs\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .xs\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .xs\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .xs\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .xs\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .xs\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .xs\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .xs\:to-yellow-50 {
    --tw-gradient-to: #fffbeb;
  }

  .xs\:to-yellow-100 {
    --tw-gradient-to: #fef3c7;
  }

  .xs\:to-yellow-200 {
    --tw-gradient-to: #fde68a;
  }

  .xs\:to-yellow-300 {
    --tw-gradient-to: #fcd34d;
  }

  .xs\:to-yellow-400 {
    --tw-gradient-to: #fbbf24;
  }

  .xs\:to-yellow-500 {
    --tw-gradient-to: #f59e0b;
  }

  .xs\:to-yellow-600 {
    --tw-gradient-to: #d97706;
  }

  .xs\:to-yellow-700 {
    --tw-gradient-to: #b45309;
  }

  .xs\:to-yellow-800 {
    --tw-gradient-to: #92400e;
  }

  .xs\:to-yellow-900 {
    --tw-gradient-to: #78350f;
  }

  .xs\:to-green-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .xs\:to-green-100 {
    --tw-gradient-to: #d1fae5;
  }

  .xs\:to-green-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .xs\:to-green-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .xs\:to-green-400 {
    --tw-gradient-to: #34d399;
  }

  .xs\:to-green-500 {
    --tw-gradient-to: #10b981;
  }

  .xs\:to-green-600 {
    --tw-gradient-to: #059669;
  }

  .xs\:to-green-700 {
    --tw-gradient-to: #047857;
  }

  .xs\:to-green-800 {
    --tw-gradient-to: #065f46;
  }

  .xs\:to-green-900 {
    --tw-gradient-to: #064e3b;
  }

  .xs\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .xs\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .xs\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .xs\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .xs\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .xs\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .xs\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .xs\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .xs\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .xs\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .xs\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .xs\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .xs\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .xs\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .xs\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .xs\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .xs\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .xs\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .xs\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .xs\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .xs\:to-purple-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .xs\:to-purple-100 {
    --tw-gradient-to: #ede9fe;
  }

  .xs\:to-purple-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .xs\:to-purple-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .xs\:to-purple-400 {
    --tw-gradient-to: #a78bfa;
  }

  .xs\:to-purple-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .xs\:to-purple-600 {
    --tw-gradient-to: #7c3aed;
  }

  .xs\:to-purple-700 {
    --tw-gradient-to: #6d28d9;
  }

  .xs\:to-purple-800 {
    --tw-gradient-to: #5b21b6;
  }

  .xs\:to-purple-900 {
    --tw-gradient-to: #4c1d95;
  }

  .xs\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .xs\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .xs\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .xs\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .xs\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .xs\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .xs\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .xs\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .xs\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .xs\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .xs\:to-primary-color {
    --tw-gradient-to: #eb008b;
  }

  .xs\:to-primary-color-dark {
    --tw-gradient-to: #c90068;
  }

  .xs\:to-secondary-color {
    --tw-gradient-to: #112e42;
  }

  .xs\:to-custom-gray-sm {
    --tw-gradient-to: #f1f4f6;
  }

  .xs\:to-custom-gray-sm2 {
    --tw-gradient-to: #f1f2f3;
  }

  .xs\:to-custom-gray-md {
    --tw-gradient-to: #848484;
  }

  .xs\:to-custom-navy-dark {
    --tw-gradient-to: #112e42;
  }

  .xs\:to-dark-blue {
    --tw-gradient-to: #112E42;
  }

  .xs\:to-primary {
    --tw-gradient-to: #192D40;
  }

  .xs\:to-secondary-1 {
    --tw-gradient-to: #E6007E;
  }

  .xs\:to-secondary-2 {
    --tw-gradient-to: #D6D564;
  }

  .xs\:to-secondary-3 {
    --tw-gradient-to: #FCFCCD;
  }

  .xs\:to-secondary {
    --tw-gradient-to: #E6007E;
  }

  .xs\:to-secondary-dark {
    --tw-gradient-to: #C11A7D;
  }

  .xs\:to-secondary-light {
    --tw-gradient-to: #FBCEE9;
  }

  .xs\:to-grayCustom-1 {
    --tw-gradient-to: #4F4F4F;
  }

  .xs\:to-grayCustom-2 {
    --tw-gradient-to: #C4C4C4;
  }

  .xs\:to-grayCustom-3 {
    --tw-gradient-to: #F9F9F9;
  }

  .xs\:to-grayCustom-800 {
    --tw-gradient-to: #4F4F4F;
  }

  .xs\:to-grayCustom {
    --tw-gradient-to: #C4C4C4;
  }

  .xs\:to-grayCustom-dark {
    --tw-gradient-to: #4F4F4F;
  }

  .xs\:to-grayCustom-light {
    --tw-gradient-to: #F9F9F9;
  }

  .xs\:to-grayCustom-hover {
    --tw-gradient-to: #9F9F9F;
  }

  .xs\:to-error {
    --tw-gradient-to: #FF206E;
  }

  .xs\:to-error-light {
    --tw-gradient-to: #FDE8EA;
  }

  .xs\:to-warning {
    --tw-gradient-to: #FFAE14;
  }

  .xs\:to-warning-light {
    --tw-gradient-to: #FFF6E5;
  }

  .xs\:to-success {
    --tw-gradient-to: #2DD881;
  }

  .xs\:to-success-light {
    --tw-gradient-to: #E9FBF2;
  }

  .xs\:to-status-open {
    --tw-gradient-to: #FFF;
  }

  .xs\:to-status-waiting_payment {
    --tw-gradient-to: #ffae14;
  }

  .xs\:to-status-completed {
    --tw-gradient-to: #54c1bb;
  }

  .xs\:to-status-failed {
    --tw-gradient-to: #e8556b;
  }

  .xs\:to-status-waiting_verify {
    --tw-gradient-to: #ffae14;
  }

  .xs\:to-status-closed {
    --tw-gradient-to: #c4c4c4;
  }

  .xs\:to-policyStatus-issuing {
    --tw-gradient-to: #FFF;
  }

  .xs\:to-policyStatus-waiting_inspection {
    --tw-gradient-to: #ffae14;
  }

  .xs\:to-policyStatus-success {
    --tw-gradient-to: #54c1bb;
  }

  .xs\:to-policyStatus-failed_inspection {
    --tw-gradient-to: #e8556b;
  }

  .xs\:to-policyStatus-failed {
    --tw-gradient-to: #e8556b;
  }

  .xs\:to-policyStatus-waiting_policy {
    --tw-gradient-to: #ffae14;
  }

  .xs\:to-policyStatus-cancel {
    --tw-gradient-to: #c4c4c4;
  }

  .xs\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .xs\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .xs\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .xs\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .xs\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .xs\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .xs\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .xs\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .xs\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .xs\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .xs\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .xs\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151;
  }

  .xs\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .xs\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827;
  }

  .xs\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2;
  }

  .xs\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2;
  }

  .xs\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca;
  }

  .xs\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5;
  }

  .xs\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171;
  }

  .xs\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444;
  }

  .xs\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626;
  }

  .xs\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c;
  }

  .xs\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b;
  }

  .xs\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d;
  }

  .xs\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .xs\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .xs\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .xs\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .xs\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .xs\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .xs\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706;
  }

  .xs\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309;
  }

  .xs\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e;
  }

  .xs\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f;
  }

  .xs\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .xs\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .xs\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .xs\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .xs\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399;
  }

  .xs\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981;
  }

  .xs\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669;
  }

  .xs\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857;
  }

  .xs\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46;
  }

  .xs\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .xs\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff;
  }

  .xs\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe;
  }

  .xs\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe;
  }

  .xs\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd;
  }

  .xs\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa;
  }

  .xs\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6;
  }

  .xs\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb;
  }

  .xs\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8;
  }

  .xs\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af;
  }

  .xs\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a;
  }

  .xs\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff;
  }

  .xs\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff;
  }

  .xs\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe;
  }

  .xs\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc;
  }

  .xs\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8;
  }

  .xs\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1;
  }

  .xs\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5;
  }

  .xs\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca;
  }

  .xs\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3;
  }

  .xs\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81;
  }

  .xs\:hover\:to-purple-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .xs\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .xs\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .xs\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .xs\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .xs\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .xs\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .xs\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .xs\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .xs\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .xs\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8;
  }

  .xs\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3;
  }

  .xs\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8;
  }

  .xs\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4;
  }

  .xs\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6;
  }

  .xs\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899;
  }

  .xs\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777;
  }

  .xs\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d;
  }

  .xs\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d;
  }

  .xs\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843;
  }

  .xs\:hover\:to-primary-color:hover {
    --tw-gradient-to: #eb008b;
  }

  .xs\:hover\:to-primary-color-dark:hover {
    --tw-gradient-to: #c90068;
  }

  .xs\:hover\:to-secondary-color:hover {
    --tw-gradient-to: #112e42;
  }

  .xs\:hover\:to-custom-gray-sm:hover {
    --tw-gradient-to: #f1f4f6;
  }

  .xs\:hover\:to-custom-gray-sm2:hover {
    --tw-gradient-to: #f1f2f3;
  }

  .xs\:hover\:to-custom-gray-md:hover {
    --tw-gradient-to: #848484;
  }

  .xs\:hover\:to-custom-navy-dark:hover {
    --tw-gradient-to: #112e42;
  }

  .xs\:hover\:to-dark-blue:hover {
    --tw-gradient-to: #112E42;
  }

  .xs\:hover\:to-primary:hover {
    --tw-gradient-to: #192D40;
  }

  .xs\:hover\:to-secondary-1:hover {
    --tw-gradient-to: #E6007E;
  }

  .xs\:hover\:to-secondary-2:hover {
    --tw-gradient-to: #D6D564;
  }

  .xs\:hover\:to-secondary-3:hover {
    --tw-gradient-to: #FCFCCD;
  }

  .xs\:hover\:to-secondary:hover {
    --tw-gradient-to: #E6007E;
  }

  .xs\:hover\:to-secondary-dark:hover {
    --tw-gradient-to: #C11A7D;
  }

  .xs\:hover\:to-secondary-light:hover {
    --tw-gradient-to: #FBCEE9;
  }

  .xs\:hover\:to-grayCustom-1:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .xs\:hover\:to-grayCustom-2:hover {
    --tw-gradient-to: #C4C4C4;
  }

  .xs\:hover\:to-grayCustom-3:hover {
    --tw-gradient-to: #F9F9F9;
  }

  .xs\:hover\:to-grayCustom-800:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .xs\:hover\:to-grayCustom:hover {
    --tw-gradient-to: #C4C4C4;
  }

  .xs\:hover\:to-grayCustom-dark:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .xs\:hover\:to-grayCustom-light:hover {
    --tw-gradient-to: #F9F9F9;
  }

  .xs\:hover\:to-grayCustom-hover:hover {
    --tw-gradient-to: #9F9F9F;
  }

  .xs\:hover\:to-error:hover {
    --tw-gradient-to: #FF206E;
  }

  .xs\:hover\:to-error-light:hover {
    --tw-gradient-to: #FDE8EA;
  }

  .xs\:hover\:to-warning:hover {
    --tw-gradient-to: #FFAE14;
  }

  .xs\:hover\:to-warning-light:hover {
    --tw-gradient-to: #FFF6E5;
  }

  .xs\:hover\:to-success:hover {
    --tw-gradient-to: #2DD881;
  }

  .xs\:hover\:to-success-light:hover {
    --tw-gradient-to: #E9FBF2;
  }

  .xs\:hover\:to-status-open:hover {
    --tw-gradient-to: #FFF;
  }

  .xs\:hover\:to-status-waiting_payment:hover {
    --tw-gradient-to: #ffae14;
  }

  .xs\:hover\:to-status-completed:hover {
    --tw-gradient-to: #54c1bb;
  }

  .xs\:hover\:to-status-failed:hover {
    --tw-gradient-to: #e8556b;
  }

  .xs\:hover\:to-status-waiting_verify:hover {
    --tw-gradient-to: #ffae14;
  }

  .xs\:hover\:to-status-closed:hover {
    --tw-gradient-to: #c4c4c4;
  }

  .xs\:hover\:to-policyStatus-issuing:hover {
    --tw-gradient-to: #FFF;
  }

  .xs\:hover\:to-policyStatus-waiting_inspection:hover {
    --tw-gradient-to: #ffae14;
  }

  .xs\:hover\:to-policyStatus-success:hover {
    --tw-gradient-to: #54c1bb;
  }

  .xs\:hover\:to-policyStatus-failed_inspection:hover {
    --tw-gradient-to: #e8556b;
  }

  .xs\:hover\:to-policyStatus-failed:hover {
    --tw-gradient-to: #e8556b;
  }

  .xs\:hover\:to-policyStatus-waiting_policy:hover {
    --tw-gradient-to: #ffae14;
  }

  .xs\:hover\:to-policyStatus-cancel:hover {
    --tw-gradient-to: #c4c4c4;
  }

  .xs\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .xs\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .xs\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .xs\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .xs\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .xs\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .xs\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .xs\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .xs\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .xs\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .xs\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .xs\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151;
  }

  .xs\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .xs\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827;
  }

  .xs\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2;
  }

  .xs\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2;
  }

  .xs\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca;
  }

  .xs\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5;
  }

  .xs\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171;
  }

  .xs\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444;
  }

  .xs\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626;
  }

  .xs\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c;
  }

  .xs\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b;
  }

  .xs\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d;
  }

  .xs\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .xs\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .xs\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .xs\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .xs\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .xs\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .xs\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706;
  }

  .xs\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309;
  }

  .xs\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e;
  }

  .xs\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f;
  }

  .xs\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .xs\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .xs\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .xs\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .xs\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399;
  }

  .xs\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981;
  }

  .xs\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669;
  }

  .xs\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857;
  }

  .xs\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46;
  }

  .xs\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .xs\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff;
  }

  .xs\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe;
  }

  .xs\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe;
  }

  .xs\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd;
  }

  .xs\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa;
  }

  .xs\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6;
  }

  .xs\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb;
  }

  .xs\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8;
  }

  .xs\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af;
  }

  .xs\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a;
  }

  .xs\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff;
  }

  .xs\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff;
  }

  .xs\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe;
  }

  .xs\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc;
  }

  .xs\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8;
  }

  .xs\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1;
  }

  .xs\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5;
  }

  .xs\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca;
  }

  .xs\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3;
  }

  .xs\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81;
  }

  .xs\:focus\:to-purple-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .xs\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .xs\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .xs\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .xs\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .xs\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .xs\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .xs\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .xs\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .xs\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .xs\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8;
  }

  .xs\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3;
  }

  .xs\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8;
  }

  .xs\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4;
  }

  .xs\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6;
  }

  .xs\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899;
  }

  .xs\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777;
  }

  .xs\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d;
  }

  .xs\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d;
  }

  .xs\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843;
  }

  .xs\:focus\:to-primary-color:focus {
    --tw-gradient-to: #eb008b;
  }

  .xs\:focus\:to-primary-color-dark:focus {
    --tw-gradient-to: #c90068;
  }

  .xs\:focus\:to-secondary-color:focus {
    --tw-gradient-to: #112e42;
  }

  .xs\:focus\:to-custom-gray-sm:focus {
    --tw-gradient-to: #f1f4f6;
  }

  .xs\:focus\:to-custom-gray-sm2:focus {
    --tw-gradient-to: #f1f2f3;
  }

  .xs\:focus\:to-custom-gray-md:focus {
    --tw-gradient-to: #848484;
  }

  .xs\:focus\:to-custom-navy-dark:focus {
    --tw-gradient-to: #112e42;
  }

  .xs\:focus\:to-dark-blue:focus {
    --tw-gradient-to: #112E42;
  }

  .xs\:focus\:to-primary:focus {
    --tw-gradient-to: #192D40;
  }

  .xs\:focus\:to-secondary-1:focus {
    --tw-gradient-to: #E6007E;
  }

  .xs\:focus\:to-secondary-2:focus {
    --tw-gradient-to: #D6D564;
  }

  .xs\:focus\:to-secondary-3:focus {
    --tw-gradient-to: #FCFCCD;
  }

  .xs\:focus\:to-secondary:focus {
    --tw-gradient-to: #E6007E;
  }

  .xs\:focus\:to-secondary-dark:focus {
    --tw-gradient-to: #C11A7D;
  }

  .xs\:focus\:to-secondary-light:focus {
    --tw-gradient-to: #FBCEE9;
  }

  .xs\:focus\:to-grayCustom-1:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .xs\:focus\:to-grayCustom-2:focus {
    --tw-gradient-to: #C4C4C4;
  }

  .xs\:focus\:to-grayCustom-3:focus {
    --tw-gradient-to: #F9F9F9;
  }

  .xs\:focus\:to-grayCustom-800:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .xs\:focus\:to-grayCustom:focus {
    --tw-gradient-to: #C4C4C4;
  }

  .xs\:focus\:to-grayCustom-dark:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .xs\:focus\:to-grayCustom-light:focus {
    --tw-gradient-to: #F9F9F9;
  }

  .xs\:focus\:to-grayCustom-hover:focus {
    --tw-gradient-to: #9F9F9F;
  }

  .xs\:focus\:to-error:focus {
    --tw-gradient-to: #FF206E;
  }

  .xs\:focus\:to-error-light:focus {
    --tw-gradient-to: #FDE8EA;
  }

  .xs\:focus\:to-warning:focus {
    --tw-gradient-to: #FFAE14;
  }

  .xs\:focus\:to-warning-light:focus {
    --tw-gradient-to: #FFF6E5;
  }

  .xs\:focus\:to-success:focus {
    --tw-gradient-to: #2DD881;
  }

  .xs\:focus\:to-success-light:focus {
    --tw-gradient-to: #E9FBF2;
  }

  .xs\:focus\:to-status-open:focus {
    --tw-gradient-to: #FFF;
  }

  .xs\:focus\:to-status-waiting_payment:focus {
    --tw-gradient-to: #ffae14;
  }

  .xs\:focus\:to-status-completed:focus {
    --tw-gradient-to: #54c1bb;
  }

  .xs\:focus\:to-status-failed:focus {
    --tw-gradient-to: #e8556b;
  }

  .xs\:focus\:to-status-waiting_verify:focus {
    --tw-gradient-to: #ffae14;
  }

  .xs\:focus\:to-status-closed:focus {
    --tw-gradient-to: #c4c4c4;
  }

  .xs\:focus\:to-policyStatus-issuing:focus {
    --tw-gradient-to: #FFF;
  }

  .xs\:focus\:to-policyStatus-waiting_inspection:focus {
    --tw-gradient-to: #ffae14;
  }

  .xs\:focus\:to-policyStatus-success:focus {
    --tw-gradient-to: #54c1bb;
  }

  .xs\:focus\:to-policyStatus-failed_inspection:focus {
    --tw-gradient-to: #e8556b;
  }

  .xs\:focus\:to-policyStatus-failed:focus {
    --tw-gradient-to: #e8556b;
  }

  .xs\:focus\:to-policyStatus-waiting_policy:focus {
    --tw-gradient-to: #ffae14;
  }

  .xs\:focus\:to-policyStatus-cancel:focus {
    --tw-gradient-to: #c4c4c4;
  }

  .xs\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .xs\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .xs\:bg-auto {
    background-size: auto;
  }

  .xs\:bg-cover {
    background-size: cover;
  }

  .xs\:bg-contain {
    background-size: contain;
  }

  .xs\:bg-fixed {
    background-attachment: fixed;
  }

  .xs\:bg-local {
    background-attachment: local;
  }

  .xs\:bg-scroll {
    background-attachment: scroll;
  }

  .xs\:bg-clip-border {
    background-clip: border-box;
  }

  .xs\:bg-clip-padding {
    background-clip: padding-box;
  }

  .xs\:bg-clip-content {
    background-clip: content-box;
  }

  .xs\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xs\:bg-bottom {
    background-position: bottom;
  }

  .xs\:bg-center {
    background-position: center;
  }

  .xs\:bg-left {
    background-position: left;
  }

  .xs\:bg-left-bottom {
    background-position: left bottom;
  }

  .xs\:bg-left-top {
    background-position: left top;
  }

  .xs\:bg-right {
    background-position: right;
  }

  .xs\:bg-right-bottom {
    background-position: right bottom;
  }

  .xs\:bg-right-top {
    background-position: right top;
  }

  .xs\:bg-top {
    background-position: top;
  }

  .xs\:bg-repeat {
    background-repeat: repeat;
  }

  .xs\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xs\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xs\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xs\:bg-repeat-round {
    background-repeat: round;
  }

  .xs\:bg-repeat-space {
    background-repeat: space;
  }

  .xs\:bg-origin-border {
    background-origin: border-box;
  }

  .xs\:bg-origin-padding {
    background-origin: padding-box;
  }

  .xs\:bg-origin-content {
    background-origin: content-box;
  }

  .xs\:fill-current {
    fill: currentColor;
  }

  .xs\:stroke-current {
    stroke: currentColor;
  }

  .xs\:stroke-0 {
    stroke-width: 0;
  }

  .xs\:stroke-1 {
    stroke-width: 1;
  }

  .xs\:stroke-2 {
    stroke-width: 2;
  }

  .xs\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xs\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xs\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xs\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .xs\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xs\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xs\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .xs\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .xs\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xs\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .xs\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .xs\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xs\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .xs\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .xs\:p-0 {
    padding: 0;
  }

  .xs\:p-1 {
    padding: 0.25rem;
  }

  .xs\:p-2 {
    padding: 0.5rem;
  }

  .xs\:p-3 {
    padding: 0.75rem;
  }

  .xs\:p-4 {
    padding: 1rem;
  }

  .xs\:p-5 {
    padding: 5px;
  }

  .xs\:p-6 {
    padding: 1.5rem;
  }

  .xs\:p-7 {
    padding: 1.75rem;
  }

  .xs\:p-8 {
    padding: 2rem;
  }

  .xs\:p-9 {
    padding: 2.25rem;
  }

  .xs\:p-10 {
    padding: 10px;
  }

  .xs\:p-11 {
    padding: 2.75rem;
  }

  .xs\:p-12 {
    padding: 3rem;
  }

  .xs\:p-14 {
    padding: 14px;
  }

  .xs\:p-16 {
    padding: 16px;
  }

  .xs\:p-20 {
    padding: 20px;
  }

  .xs\:p-24 {
    padding: 24px;
  }

  .xs\:p-28 {
    padding: 7rem;
  }

  .xs\:p-30 {
    padding: 30px;
  }

  .xs\:p-32 {
    padding: 8rem;
  }

  .xs\:p-36 {
    padding: 9rem;
  }

  .xs\:p-40 {
    padding: 10rem;
  }

  .xs\:p-44 {
    padding: 11rem;
  }

  .xs\:p-48 {
    padding: 48px;
  }

  .xs\:p-52 {
    padding: 13rem;
  }

  .xs\:p-56 {
    padding: 14rem;
  }

  .xs\:p-60 {
    padding: 60px;
  }

  .xs\:p-64 {
    padding: 16rem;
  }

  .xs\:p-72 {
    padding: 18rem;
  }

  .xs\:p-80 {
    padding: 20rem;
  }

  .xs\:p-95 {
    padding: 95px;
  }

  .xs\:p-96 {
    padding: 24rem;
  }

  .xs\:p-120 {
    padding: 120px;
  }

  .xs\:p-190 {
    padding: 190px;
  }

  .xs\:p-px {
    padding: 1px;
  }

  .xs\:p-0\.5 {
    padding: 0.125rem;
  }

  .xs\:p-1\.5 {
    padding: 0.375rem;
  }

  .xs\:p-2\.5 {
    padding: 0.625rem;
  }

  .xs\:p-3\.5 {
    padding: 0.875rem;
  }

  .xs\:p-30\% {
    padding: 30%;
  }

  .xs\:p-7\.5r {
    padding: 1.875rem;
  }

  .xs\:hover\:p-0:hover {
    padding: 0;
  }

  .xs\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .xs\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .xs\:hover\:p-3:hover {
    padding: 0.75rem;
  }

  .xs\:hover\:p-4:hover {
    padding: 1rem;
  }

  .xs\:hover\:p-5:hover {
    padding: 5px;
  }

  .xs\:hover\:p-6:hover {
    padding: 1.5rem;
  }

  .xs\:hover\:p-7:hover {
    padding: 1.75rem;
  }

  .xs\:hover\:p-8:hover {
    padding: 2rem;
  }

  .xs\:hover\:p-9:hover {
    padding: 2.25rem;
  }

  .xs\:hover\:p-10:hover {
    padding: 10px;
  }

  .xs\:hover\:p-11:hover {
    padding: 2.75rem;
  }

  .xs\:hover\:p-12:hover {
    padding: 3rem;
  }

  .xs\:hover\:p-14:hover {
    padding: 14px;
  }

  .xs\:hover\:p-16:hover {
    padding: 16px;
  }

  .xs\:hover\:p-20:hover {
    padding: 20px;
  }

  .xs\:hover\:p-24:hover {
    padding: 24px;
  }

  .xs\:hover\:p-28:hover {
    padding: 7rem;
  }

  .xs\:hover\:p-30:hover {
    padding: 30px;
  }

  .xs\:hover\:p-32:hover {
    padding: 8rem;
  }

  .xs\:hover\:p-36:hover {
    padding: 9rem;
  }

  .xs\:hover\:p-40:hover {
    padding: 10rem;
  }

  .xs\:hover\:p-44:hover {
    padding: 11rem;
  }

  .xs\:hover\:p-48:hover {
    padding: 48px;
  }

  .xs\:hover\:p-52:hover {
    padding: 13rem;
  }

  .xs\:hover\:p-56:hover {
    padding: 14rem;
  }

  .xs\:hover\:p-60:hover {
    padding: 60px;
  }

  .xs\:hover\:p-64:hover {
    padding: 16rem;
  }

  .xs\:hover\:p-72:hover {
    padding: 18rem;
  }

  .xs\:hover\:p-80:hover {
    padding: 20rem;
  }

  .xs\:hover\:p-95:hover {
    padding: 95px;
  }

  .xs\:hover\:p-96:hover {
    padding: 24rem;
  }

  .xs\:hover\:p-120:hover {
    padding: 120px;
  }

  .xs\:hover\:p-190:hover {
    padding: 190px;
  }

  .xs\:hover\:p-px:hover {
    padding: 1px;
  }

  .xs\:hover\:p-0\.5:hover {
    padding: 0.125rem;
  }

  .xs\:hover\:p-1\.5:hover {
    padding: 0.375rem;
  }

  .xs\:hover\:p-2\.5:hover {
    padding: 0.625rem;
  }

  .xs\:hover\:p-3\.5:hover {
    padding: 0.875rem;
  }

  .xs\:hover\:p-30\%:hover {
    padding: 30%;
  }

  .xs\:hover\:p-7\.5r:hover {
    padding: 1.875rem;
  }

  .xs\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xs\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xs\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xs\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xs\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .xs\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xs\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xs\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xs\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xs\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xs\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xs\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xs\:px-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .xs\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .xs\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .xs\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .xs\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xs\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xs\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xs\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xs\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xs\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xs\:px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .xs\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xs\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xs\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .xs\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xs\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xs\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xs\:px-95 {
    padding-left: 95px;
    padding-right: 95px;
  }

  .xs\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xs\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .xs\:px-190 {
    padding-left: 190px;
    padding-right: 190px;
  }

  .xs\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xs\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .xs\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .xs\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xs\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xs\:px-30\% {
    padding-left: 30%;
    padding-right: 30%;
  }

  .xs\:px-7\.5r {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .xs\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xs\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xs\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xs\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xs\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xs\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .xs\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xs\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xs\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xs\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xs\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xs\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xs\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xs\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .xs\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .xs\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .xs\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .xs\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xs\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xs\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xs\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xs\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xs\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xs\:py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .xs\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xs\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xs\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xs\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xs\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xs\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xs\:py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .xs\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xs\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .xs\:py-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .xs\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xs\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .xs\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .xs\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xs\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xs\:py-30\% {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .xs\:py-7\.5r {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .xs\:hover\:px-0:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .xs\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xs\:hover\:px-2:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xs\:hover\:px-3:hover {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xs\:hover\:px-4:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs\:hover\:px-5:hover {
    padding-left: 5px;
    padding-right: 5px;
  }

  .xs\:hover\:px-6:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xs\:hover\:px-7:hover {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xs\:hover\:px-8:hover {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xs\:hover\:px-9:hover {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xs\:hover\:px-10:hover {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xs\:hover\:px-11:hover {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xs\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xs\:hover\:px-14:hover {
    padding-left: 14px;
    padding-right: 14px;
  }

  .xs\:hover\:px-16:hover {
    padding-left: 16px;
    padding-right: 16px;
  }

  .xs\:hover\:px-20:hover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .xs\:hover\:px-24:hover {
    padding-left: 24px;
    padding-right: 24px;
  }

  .xs\:hover\:px-28:hover {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xs\:hover\:px-30:hover {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xs\:hover\:px-32:hover {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xs\:hover\:px-36:hover {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xs\:hover\:px-40:hover {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xs\:hover\:px-44:hover {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xs\:hover\:px-48:hover {
    padding-left: 48px;
    padding-right: 48px;
  }

  .xs\:hover\:px-52:hover {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xs\:hover\:px-56:hover {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xs\:hover\:px-60:hover {
    padding-left: 60px;
    padding-right: 60px;
  }

  .xs\:hover\:px-64:hover {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xs\:hover\:px-72:hover {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xs\:hover\:px-80:hover {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xs\:hover\:px-95:hover {
    padding-left: 95px;
    padding-right: 95px;
  }

  .xs\:hover\:px-96:hover {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xs\:hover\:px-120:hover {
    padding-left: 120px;
    padding-right: 120px;
  }

  .xs\:hover\:px-190:hover {
    padding-left: 190px;
    padding-right: 190px;
  }

  .xs\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xs\:hover\:px-0\.5:hover {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .xs\:hover\:px-1\.5:hover {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .xs\:hover\:px-2\.5:hover {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xs\:hover\:px-3\.5:hover {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xs\:hover\:px-30\%:hover {
    padding-left: 30%;
    padding-right: 30%;
  }

  .xs\:hover\:px-7\.5r:hover {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .xs\:hover\:py-0:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xs\:hover\:py-1:hover {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xs\:hover\:py-2:hover {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xs\:hover\:py-3:hover {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xs\:hover\:py-4:hover {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xs\:hover\:py-5:hover {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .xs\:hover\:py-6:hover {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xs\:hover\:py-7:hover {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xs\:hover\:py-8:hover {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xs\:hover\:py-9:hover {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xs\:hover\:py-10:hover {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xs\:hover\:py-11:hover {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xs\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xs\:hover\:py-14:hover {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .xs\:hover\:py-16:hover {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .xs\:hover\:py-20:hover {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .xs\:hover\:py-24:hover {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .xs\:hover\:py-28:hover {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xs\:hover\:py-30:hover {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xs\:hover\:py-32:hover {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xs\:hover\:py-36:hover {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xs\:hover\:py-40:hover {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xs\:hover\:py-44:hover {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xs\:hover\:py-48:hover {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .xs\:hover\:py-52:hover {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xs\:hover\:py-56:hover {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xs\:hover\:py-60:hover {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xs\:hover\:py-64:hover {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xs\:hover\:py-72:hover {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xs\:hover\:py-80:hover {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xs\:hover\:py-95:hover {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .xs\:hover\:py-96:hover {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xs\:hover\:py-120:hover {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .xs\:hover\:py-190:hover {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .xs\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xs\:hover\:py-0\.5:hover {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .xs\:hover\:py-1\.5:hover {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .xs\:hover\:py-2\.5:hover {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xs\:hover\:py-3\.5:hover {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xs\:hover\:py-30\%:hover {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .xs\:hover\:py-7\.5r:hover {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .xs\:pt-0 {
    padding-top: 0;
  }

  .xs\:pt-1 {
    padding-top: 0.25rem;
  }

  .xs\:pt-2 {
    padding-top: 0.5rem;
  }

  .xs\:pt-3 {
    padding-top: 0.75rem;
  }

  .xs\:pt-4 {
    padding-top: 1rem;
  }

  .xs\:pt-5 {
    padding-top: 5px;
  }

  .xs\:pt-6 {
    padding-top: 1.5rem;
  }

  .xs\:pt-7 {
    padding-top: 1.75rem;
  }

  .xs\:pt-8 {
    padding-top: 2rem;
  }

  .xs\:pt-9 {
    padding-top: 2.25rem;
  }

  .xs\:pt-10 {
    padding-top: 10px;
  }

  .xs\:pt-11 {
    padding-top: 2.75rem;
  }

  .xs\:pt-12 {
    padding-top: 3rem;
  }

  .xs\:pt-14 {
    padding-top: 14px;
  }

  .xs\:pt-16 {
    padding-top: 16px;
  }

  .xs\:pt-20 {
    padding-top: 20px;
  }

  .xs\:pt-24 {
    padding-top: 24px;
  }

  .xs\:pt-28 {
    padding-top: 7rem;
  }

  .xs\:pt-30 {
    padding-top: 30px;
  }

  .xs\:pt-32 {
    padding-top: 8rem;
  }

  .xs\:pt-36 {
    padding-top: 9rem;
  }

  .xs\:pt-40 {
    padding-top: 10rem;
  }

  .xs\:pt-44 {
    padding-top: 11rem;
  }

  .xs\:pt-48 {
    padding-top: 48px;
  }

  .xs\:pt-52 {
    padding-top: 13rem;
  }

  .xs\:pt-56 {
    padding-top: 14rem;
  }

  .xs\:pt-60 {
    padding-top: 60px;
  }

  .xs\:pt-64 {
    padding-top: 16rem;
  }

  .xs\:pt-72 {
    padding-top: 18rem;
  }

  .xs\:pt-80 {
    padding-top: 20rem;
  }

  .xs\:pt-95 {
    padding-top: 95px;
  }

  .xs\:pt-96 {
    padding-top: 24rem;
  }

  .xs\:pt-120 {
    padding-top: 120px;
  }

  .xs\:pt-190 {
    padding-top: 190px;
  }

  .xs\:pt-px {
    padding-top: 1px;
  }

  .xs\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .xs\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .xs\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .xs\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .xs\:pt-30\% {
    padding-top: 30%;
  }

  .xs\:pt-7\.5r {
    padding-top: 1.875rem;
  }

  .xs\:pr-0 {
    padding-right: 0;
  }

  .xs\:pr-1 {
    padding-right: 0.25rem;
  }

  .xs\:pr-2 {
    padding-right: 0.5rem;
  }

  .xs\:pr-3 {
    padding-right: 0.75rem;
  }

  .xs\:pr-4 {
    padding-right: 1rem;
  }

  .xs\:pr-5 {
    padding-right: 5px;
  }

  .xs\:pr-6 {
    padding-right: 1.5rem;
  }

  .xs\:pr-7 {
    padding-right: 1.75rem;
  }

  .xs\:pr-8 {
    padding-right: 2rem;
  }

  .xs\:pr-9 {
    padding-right: 2.25rem;
  }

  .xs\:pr-10 {
    padding-right: 10px;
  }

  .xs\:pr-11 {
    padding-right: 2.75rem;
  }

  .xs\:pr-12 {
    padding-right: 3rem;
  }

  .xs\:pr-14 {
    padding-right: 14px;
  }

  .xs\:pr-16 {
    padding-right: 16px;
  }

  .xs\:pr-20 {
    padding-right: 20px;
  }

  .xs\:pr-24 {
    padding-right: 24px;
  }

  .xs\:pr-28 {
    padding-right: 7rem;
  }

  .xs\:pr-30 {
    padding-right: 30px;
  }

  .xs\:pr-32 {
    padding-right: 8rem;
  }

  .xs\:pr-36 {
    padding-right: 9rem;
  }

  .xs\:pr-40 {
    padding-right: 10rem;
  }

  .xs\:pr-44 {
    padding-right: 11rem;
  }

  .xs\:pr-48 {
    padding-right: 48px;
  }

  .xs\:pr-52 {
    padding-right: 13rem;
  }

  .xs\:pr-56 {
    padding-right: 14rem;
  }

  .xs\:pr-60 {
    padding-right: 60px;
  }

  .xs\:pr-64 {
    padding-right: 16rem;
  }

  .xs\:pr-72 {
    padding-right: 18rem;
  }

  .xs\:pr-80 {
    padding-right: 20rem;
  }

  .xs\:pr-95 {
    padding-right: 95px;
  }

  .xs\:pr-96 {
    padding-right: 24rem;
  }

  .xs\:pr-120 {
    padding-right: 120px;
  }

  .xs\:pr-190 {
    padding-right: 190px;
  }

  .xs\:pr-px {
    padding-right: 1px;
  }

  .xs\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .xs\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .xs\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .xs\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .xs\:pr-30\% {
    padding-right: 30%;
  }

  .xs\:pr-7\.5r {
    padding-right: 1.875rem;
  }

  .xs\:pb-0 {
    padding-bottom: 0;
  }

  .xs\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .xs\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .xs\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .xs\:pb-4 {
    padding-bottom: 1rem;
  }

  .xs\:pb-5 {
    padding-bottom: 5px;
  }

  .xs\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xs\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .xs\:pb-8 {
    padding-bottom: 2rem;
  }

  .xs\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .xs\:pb-10 {
    padding-bottom: 10px;
  }

  .xs\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .xs\:pb-12 {
    padding-bottom: 3rem;
  }

  .xs\:pb-14 {
    padding-bottom: 14px;
  }

  .xs\:pb-16 {
    padding-bottom: 16px;
  }

  .xs\:pb-20 {
    padding-bottom: 20px;
  }

  .xs\:pb-24 {
    padding-bottom: 24px;
  }

  .xs\:pb-28 {
    padding-bottom: 7rem;
  }

  .xs\:pb-30 {
    padding-bottom: 30px;
  }

  .xs\:pb-32 {
    padding-bottom: 8rem;
  }

  .xs\:pb-36 {
    padding-bottom: 9rem;
  }

  .xs\:pb-40 {
    padding-bottom: 10rem;
  }

  .xs\:pb-44 {
    padding-bottom: 11rem;
  }

  .xs\:pb-48 {
    padding-bottom: 48px;
  }

  .xs\:pb-52 {
    padding-bottom: 13rem;
  }

  .xs\:pb-56 {
    padding-bottom: 14rem;
  }

  .xs\:pb-60 {
    padding-bottom: 60px;
  }

  .xs\:pb-64 {
    padding-bottom: 16rem;
  }

  .xs\:pb-72 {
    padding-bottom: 18rem;
  }

  .xs\:pb-80 {
    padding-bottom: 20rem;
  }

  .xs\:pb-95 {
    padding-bottom: 95px;
  }

  .xs\:pb-96 {
    padding-bottom: 24rem;
  }

  .xs\:pb-120 {
    padding-bottom: 120px;
  }

  .xs\:pb-190 {
    padding-bottom: 190px;
  }

  .xs\:pb-px {
    padding-bottom: 1px;
  }

  .xs\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .xs\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .xs\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .xs\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .xs\:pb-30\% {
    padding-bottom: 30%;
  }

  .xs\:pb-7\.5r {
    padding-bottom: 1.875rem;
  }

  .xs\:pl-0 {
    padding-left: 0;
  }

  .xs\:pl-1 {
    padding-left: 0.25rem;
  }

  .xs\:pl-2 {
    padding-left: 0.5rem;
  }

  .xs\:pl-3 {
    padding-left: 0.75rem;
  }

  .xs\:pl-4 {
    padding-left: 1rem;
  }

  .xs\:pl-5 {
    padding-left: 5px;
  }

  .xs\:pl-6 {
    padding-left: 1.5rem;
  }

  .xs\:pl-7 {
    padding-left: 1.75rem;
  }

  .xs\:pl-8 {
    padding-left: 2rem;
  }

  .xs\:pl-9 {
    padding-left: 2.25rem;
  }

  .xs\:pl-10 {
    padding-left: 10px;
  }

  .xs\:pl-11 {
    padding-left: 2.75rem;
  }

  .xs\:pl-12 {
    padding-left: 3rem;
  }

  .xs\:pl-14 {
    padding-left: 14px;
  }

  .xs\:pl-16 {
    padding-left: 16px;
  }

  .xs\:pl-20 {
    padding-left: 20px;
  }

  .xs\:pl-24 {
    padding-left: 24px;
  }

  .xs\:pl-28 {
    padding-left: 7rem;
  }

  .xs\:pl-30 {
    padding-left: 30px;
  }

  .xs\:pl-32 {
    padding-left: 8rem;
  }

  .xs\:pl-36 {
    padding-left: 9rem;
  }

  .xs\:pl-40 {
    padding-left: 10rem;
  }

  .xs\:pl-44 {
    padding-left: 11rem;
  }

  .xs\:pl-48 {
    padding-left: 48px;
  }

  .xs\:pl-52 {
    padding-left: 13rem;
  }

  .xs\:pl-56 {
    padding-left: 14rem;
  }

  .xs\:pl-60 {
    padding-left: 60px;
  }

  .xs\:pl-64 {
    padding-left: 16rem;
  }

  .xs\:pl-72 {
    padding-left: 18rem;
  }

  .xs\:pl-80 {
    padding-left: 20rem;
  }

  .xs\:pl-95 {
    padding-left: 95px;
  }

  .xs\:pl-96 {
    padding-left: 24rem;
  }

  .xs\:pl-120 {
    padding-left: 120px;
  }

  .xs\:pl-190 {
    padding-left: 190px;
  }

  .xs\:pl-px {
    padding-left: 1px;
  }

  .xs\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .xs\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .xs\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .xs\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .xs\:pl-30\% {
    padding-left: 30%;
  }

  .xs\:pl-7\.5r {
    padding-left: 1.875rem;
  }

  .xs\:hover\:pt-0:hover {
    padding-top: 0;
  }

  .xs\:hover\:pt-1:hover {
    padding-top: 0.25rem;
  }

  .xs\:hover\:pt-2:hover {
    padding-top: 0.5rem;
  }

  .xs\:hover\:pt-3:hover {
    padding-top: 0.75rem;
  }

  .xs\:hover\:pt-4:hover {
    padding-top: 1rem;
  }

  .xs\:hover\:pt-5:hover {
    padding-top: 5px;
  }

  .xs\:hover\:pt-6:hover {
    padding-top: 1.5rem;
  }

  .xs\:hover\:pt-7:hover {
    padding-top: 1.75rem;
  }

  .xs\:hover\:pt-8:hover {
    padding-top: 2rem;
  }

  .xs\:hover\:pt-9:hover {
    padding-top: 2.25rem;
  }

  .xs\:hover\:pt-10:hover {
    padding-top: 10px;
  }

  .xs\:hover\:pt-11:hover {
    padding-top: 2.75rem;
  }

  .xs\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .xs\:hover\:pt-14:hover {
    padding-top: 14px;
  }

  .xs\:hover\:pt-16:hover {
    padding-top: 16px;
  }

  .xs\:hover\:pt-20:hover {
    padding-top: 20px;
  }

  .xs\:hover\:pt-24:hover {
    padding-top: 24px;
  }

  .xs\:hover\:pt-28:hover {
    padding-top: 7rem;
  }

  .xs\:hover\:pt-30:hover {
    padding-top: 30px;
  }

  .xs\:hover\:pt-32:hover {
    padding-top: 8rem;
  }

  .xs\:hover\:pt-36:hover {
    padding-top: 9rem;
  }

  .xs\:hover\:pt-40:hover {
    padding-top: 10rem;
  }

  .xs\:hover\:pt-44:hover {
    padding-top: 11rem;
  }

  .xs\:hover\:pt-48:hover {
    padding-top: 48px;
  }

  .xs\:hover\:pt-52:hover {
    padding-top: 13rem;
  }

  .xs\:hover\:pt-56:hover {
    padding-top: 14rem;
  }

  .xs\:hover\:pt-60:hover {
    padding-top: 60px;
  }

  .xs\:hover\:pt-64:hover {
    padding-top: 16rem;
  }

  .xs\:hover\:pt-72:hover {
    padding-top: 18rem;
  }

  .xs\:hover\:pt-80:hover {
    padding-top: 20rem;
  }

  .xs\:hover\:pt-95:hover {
    padding-top: 95px;
  }

  .xs\:hover\:pt-96:hover {
    padding-top: 24rem;
  }

  .xs\:hover\:pt-120:hover {
    padding-top: 120px;
  }

  .xs\:hover\:pt-190:hover {
    padding-top: 190px;
  }

  .xs\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .xs\:hover\:pt-0\.5:hover {
    padding-top: 0.125rem;
  }

  .xs\:hover\:pt-1\.5:hover {
    padding-top: 0.375rem;
  }

  .xs\:hover\:pt-2\.5:hover {
    padding-top: 0.625rem;
  }

  .xs\:hover\:pt-3\.5:hover {
    padding-top: 0.875rem;
  }

  .xs\:hover\:pt-30\%:hover {
    padding-top: 30%;
  }

  .xs\:hover\:pt-7\.5r:hover {
    padding-top: 1.875rem;
  }

  .xs\:hover\:pr-0:hover {
    padding-right: 0;
  }

  .xs\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

  .xs\:hover\:pr-2:hover {
    padding-right: 0.5rem;
  }

  .xs\:hover\:pr-3:hover {
    padding-right: 0.75rem;
  }

  .xs\:hover\:pr-4:hover {
    padding-right: 1rem;
  }

  .xs\:hover\:pr-5:hover {
    padding-right: 5px;
  }

  .xs\:hover\:pr-6:hover {
    padding-right: 1.5rem;
  }

  .xs\:hover\:pr-7:hover {
    padding-right: 1.75rem;
  }

  .xs\:hover\:pr-8:hover {
    padding-right: 2rem;
  }

  .xs\:hover\:pr-9:hover {
    padding-right: 2.25rem;
  }

  .xs\:hover\:pr-10:hover {
    padding-right: 10px;
  }

  .xs\:hover\:pr-11:hover {
    padding-right: 2.75rem;
  }

  .xs\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .xs\:hover\:pr-14:hover {
    padding-right: 14px;
  }

  .xs\:hover\:pr-16:hover {
    padding-right: 16px;
  }

  .xs\:hover\:pr-20:hover {
    padding-right: 20px;
  }

  .xs\:hover\:pr-24:hover {
    padding-right: 24px;
  }

  .xs\:hover\:pr-28:hover {
    padding-right: 7rem;
  }

  .xs\:hover\:pr-30:hover {
    padding-right: 30px;
  }

  .xs\:hover\:pr-32:hover {
    padding-right: 8rem;
  }

  .xs\:hover\:pr-36:hover {
    padding-right: 9rem;
  }

  .xs\:hover\:pr-40:hover {
    padding-right: 10rem;
  }

  .xs\:hover\:pr-44:hover {
    padding-right: 11rem;
  }

  .xs\:hover\:pr-48:hover {
    padding-right: 48px;
  }

  .xs\:hover\:pr-52:hover {
    padding-right: 13rem;
  }

  .xs\:hover\:pr-56:hover {
    padding-right: 14rem;
  }

  .xs\:hover\:pr-60:hover {
    padding-right: 60px;
  }

  .xs\:hover\:pr-64:hover {
    padding-right: 16rem;
  }

  .xs\:hover\:pr-72:hover {
    padding-right: 18rem;
  }

  .xs\:hover\:pr-80:hover {
    padding-right: 20rem;
  }

  .xs\:hover\:pr-95:hover {
    padding-right: 95px;
  }

  .xs\:hover\:pr-96:hover {
    padding-right: 24rem;
  }

  .xs\:hover\:pr-120:hover {
    padding-right: 120px;
  }

  .xs\:hover\:pr-190:hover {
    padding-right: 190px;
  }

  .xs\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .xs\:hover\:pr-0\.5:hover {
    padding-right: 0.125rem;
  }

  .xs\:hover\:pr-1\.5:hover {
    padding-right: 0.375rem;
  }

  .xs\:hover\:pr-2\.5:hover {
    padding-right: 0.625rem;
  }

  .xs\:hover\:pr-3\.5:hover {
    padding-right: 0.875rem;
  }

  .xs\:hover\:pr-30\%:hover {
    padding-right: 30%;
  }

  .xs\:hover\:pr-7\.5r:hover {
    padding-right: 1.875rem;
  }

  .xs\:hover\:pb-0:hover {
    padding-bottom: 0;
  }

  .xs\:hover\:pb-1:hover {
    padding-bottom: 0.25rem;
  }

  .xs\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .xs\:hover\:pb-3:hover {
    padding-bottom: 0.75rem;
  }

  .xs\:hover\:pb-4:hover {
    padding-bottom: 1rem;
  }

  .xs\:hover\:pb-5:hover {
    padding-bottom: 5px;
  }

  .xs\:hover\:pb-6:hover {
    padding-bottom: 1.5rem;
  }

  .xs\:hover\:pb-7:hover {
    padding-bottom: 1.75rem;
  }

  .xs\:hover\:pb-8:hover {
    padding-bottom: 2rem;
  }

  .xs\:hover\:pb-9:hover {
    padding-bottom: 2.25rem;
  }

  .xs\:hover\:pb-10:hover {
    padding-bottom: 10px;
  }

  .xs\:hover\:pb-11:hover {
    padding-bottom: 2.75rem;
  }

  .xs\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .xs\:hover\:pb-14:hover {
    padding-bottom: 14px;
  }

  .xs\:hover\:pb-16:hover {
    padding-bottom: 16px;
  }

  .xs\:hover\:pb-20:hover {
    padding-bottom: 20px;
  }

  .xs\:hover\:pb-24:hover {
    padding-bottom: 24px;
  }

  .xs\:hover\:pb-28:hover {
    padding-bottom: 7rem;
  }

  .xs\:hover\:pb-30:hover {
    padding-bottom: 30px;
  }

  .xs\:hover\:pb-32:hover {
    padding-bottom: 8rem;
  }

  .xs\:hover\:pb-36:hover {
    padding-bottom: 9rem;
  }

  .xs\:hover\:pb-40:hover {
    padding-bottom: 10rem;
  }

  .xs\:hover\:pb-44:hover {
    padding-bottom: 11rem;
  }

  .xs\:hover\:pb-48:hover {
    padding-bottom: 48px;
  }

  .xs\:hover\:pb-52:hover {
    padding-bottom: 13rem;
  }

  .xs\:hover\:pb-56:hover {
    padding-bottom: 14rem;
  }

  .xs\:hover\:pb-60:hover {
    padding-bottom: 60px;
  }

  .xs\:hover\:pb-64:hover {
    padding-bottom: 16rem;
  }

  .xs\:hover\:pb-72:hover {
    padding-bottom: 18rem;
  }

  .xs\:hover\:pb-80:hover {
    padding-bottom: 20rem;
  }

  .xs\:hover\:pb-95:hover {
    padding-bottom: 95px;
  }

  .xs\:hover\:pb-96:hover {
    padding-bottom: 24rem;
  }

  .xs\:hover\:pb-120:hover {
    padding-bottom: 120px;
  }

  .xs\:hover\:pb-190:hover {
    padding-bottom: 190px;
  }

  .xs\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .xs\:hover\:pb-0\.5:hover {
    padding-bottom: 0.125rem;
  }

  .xs\:hover\:pb-1\.5:hover {
    padding-bottom: 0.375rem;
  }

  .xs\:hover\:pb-2\.5:hover {
    padding-bottom: 0.625rem;
  }

  .xs\:hover\:pb-3\.5:hover {
    padding-bottom: 0.875rem;
  }

  .xs\:hover\:pb-30\%:hover {
    padding-bottom: 30%;
  }

  .xs\:hover\:pb-7\.5r:hover {
    padding-bottom: 1.875rem;
  }

  .xs\:hover\:pl-0:hover {
    padding-left: 0;
  }

  .xs\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

  .xs\:hover\:pl-2:hover {
    padding-left: 0.5rem;
  }

  .xs\:hover\:pl-3:hover {
    padding-left: 0.75rem;
  }

  .xs\:hover\:pl-4:hover {
    padding-left: 1rem;
  }

  .xs\:hover\:pl-5:hover {
    padding-left: 5px;
  }

  .xs\:hover\:pl-6:hover {
    padding-left: 1.5rem;
  }

  .xs\:hover\:pl-7:hover {
    padding-left: 1.75rem;
  }

  .xs\:hover\:pl-8:hover {
    padding-left: 2rem;
  }

  .xs\:hover\:pl-9:hover {
    padding-left: 2.25rem;
  }

  .xs\:hover\:pl-10:hover {
    padding-left: 10px;
  }

  .xs\:hover\:pl-11:hover {
    padding-left: 2.75rem;
  }

  .xs\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .xs\:hover\:pl-14:hover {
    padding-left: 14px;
  }

  .xs\:hover\:pl-16:hover {
    padding-left: 16px;
  }

  .xs\:hover\:pl-20:hover {
    padding-left: 20px;
  }

  .xs\:hover\:pl-24:hover {
    padding-left: 24px;
  }

  .xs\:hover\:pl-28:hover {
    padding-left: 7rem;
  }

  .xs\:hover\:pl-30:hover {
    padding-left: 30px;
  }

  .xs\:hover\:pl-32:hover {
    padding-left: 8rem;
  }

  .xs\:hover\:pl-36:hover {
    padding-left: 9rem;
  }

  .xs\:hover\:pl-40:hover {
    padding-left: 10rem;
  }

  .xs\:hover\:pl-44:hover {
    padding-left: 11rem;
  }

  .xs\:hover\:pl-48:hover {
    padding-left: 48px;
  }

  .xs\:hover\:pl-52:hover {
    padding-left: 13rem;
  }

  .xs\:hover\:pl-56:hover {
    padding-left: 14rem;
  }

  .xs\:hover\:pl-60:hover {
    padding-left: 60px;
  }

  .xs\:hover\:pl-64:hover {
    padding-left: 16rem;
  }

  .xs\:hover\:pl-72:hover {
    padding-left: 18rem;
  }

  .xs\:hover\:pl-80:hover {
    padding-left: 20rem;
  }

  .xs\:hover\:pl-95:hover {
    padding-left: 95px;
  }

  .xs\:hover\:pl-96:hover {
    padding-left: 24rem;
  }

  .xs\:hover\:pl-120:hover {
    padding-left: 120px;
  }

  .xs\:hover\:pl-190:hover {
    padding-left: 190px;
  }

  .xs\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .xs\:hover\:pl-0\.5:hover {
    padding-left: 0.125rem;
  }

  .xs\:hover\:pl-1\.5:hover {
    padding-left: 0.375rem;
  }

  .xs\:hover\:pl-2\.5:hover {
    padding-left: 0.625rem;
  }

  .xs\:hover\:pl-3\.5:hover {
    padding-left: 0.875rem;
  }

  .xs\:hover\:pl-30\%:hover {
    padding-left: 30%;
  }

  .xs\:hover\:pl-7\.5r:hover {
    padding-left: 1.875rem;
  }

  .xs\:text-left {
    text-align: left;
  }

  .xs\:text-center {
    text-align: center;
  }

  .xs\:text-right {
    text-align: right;
  }

  .xs\:text-justify {
    text-align: justify;
  }

  .xs\:align-baseline {
    vertical-align: baseline;
  }

  .xs\:align-top {
    vertical-align: top;
  }

  .xs\:align-middle {
    vertical-align: middle;
  }

  .xs\:align-bottom {
    vertical-align: bottom;
  }

  .xs\:align-text-top {
    vertical-align: text-top;
  }

  .xs\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xs\:font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .xs\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xs\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xs\:font-display {
    font-family: Kanit, serif;
  }

  .xs\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .xs\:text-sm {
    font-size: 0.875rem;
  }

  .xs\:text-base {
    font-size: 1rem;
  }

  .xs\:text-lg {
    font-size: 1.25rem;
  }

  .xs\:text-xl {
    font-size: 1.75rem;
  }

  .xs\:text-2xl {
    font-size: 2.25rem;
  }

  .xs\:text-3xl {
    font-size: 3rem;
  }

  .xs\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xs\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .xs\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xs\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .xs\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .xs\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .xs\:text-3xs {
    font-size: 0.25rem;
  }

  .xs\:text-2xs {
    font-size: 0.5rem;
  }

  .xs\:text-1xs {
    font-size: 0.67rem;
  }

  .xs\:font-thin {
    font-weight: 100;
  }

  .xs\:font-extralight {
    font-weight: 200;
  }

  .xs\:font-light {
    font-weight: 300;
  }

  .xs\:font-normal {
    font-weight: 400;
  }

  .xs\:font-medium {
    font-weight: 500;
  }

  .xs\:font-semibold {
    font-weight: 600;
  }

  .xs\:font-bold {
    font-weight: 500;
  }

  .xs\:font-extrabold {
    font-weight: 800;
  }

  .xs\:font-black {
    font-weight: 900;
  }

  .xs\:hover\:font-thin:hover {
    font-weight: 100;
  }

  .xs\:hover\:font-extralight:hover {
    font-weight: 200;
  }

  .xs\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xs\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xs\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xs\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xs\:hover\:font-bold:hover {
    font-weight: 500;
  }

  .xs\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xs\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xs\:focus\:font-thin:focus {
    font-weight: 100;
  }

  .xs\:focus\:font-extralight:focus {
    font-weight: 200;
  }

  .xs\:focus\:font-light:focus {
    font-weight: 300;
  }

  .xs\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .xs\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .xs\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .xs\:focus\:font-bold:focus {
    font-weight: 500;
  }

  .xs\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .xs\:focus\:font-black:focus {
    font-weight: 900;
  }

  .xs\:uppercase {
    text-transform: uppercase;
  }

  .xs\:lowercase {
    text-transform: lowercase;
  }

  .xs\:capitalize {
    text-transform: capitalize;
  }

  .xs\:normal-case {
    text-transform: none;
  }

  .xs\:italic {
    font-style: italic;
  }

  .xs\:not-italic {
    font-style: normal;
  }

  .xs\:ordinal, .xs\:slashed-zero, .xs\:lining-nums, .xs\:oldstyle-nums, .xs\:proportional-nums, .xs\:tabular-nums, .xs\:diagonal-fractions, .xs\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .xs\:normal-nums {
    font-feature-settings: normal;
    font-variant-numeric: normal;
  }

  .xs\:ordinal {
    --tw-ordinal: ordinal;
  }

  .xs\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .xs\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .xs\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .xs\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .xs\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .xs\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .xs\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .xs\:leading-3 {
    line-height: .75rem;
  }

  .xs\:leading-4 {
    line-height: 1rem;
  }

  .xs\:leading-5 {
    line-height: 1.25rem;
  }

  .xs\:leading-6 {
    line-height: 1.5rem;
  }

  .xs\:leading-7 {
    line-height: 1.75rem;
  }

  .xs\:leading-8 {
    line-height: 2rem;
  }

  .xs\:leading-9 {
    line-height: 2.25rem;
  }

  .xs\:leading-10 {
    line-height: 2.5rem;
  }

  .xs\:leading-none {
    line-height: 1;
  }

  .xs\:leading-tight {
    line-height: 1.25;
  }

  .xs\:leading-snug {
    line-height: 1.375;
  }

  .xs\:leading-normal {
    line-height: 1.5;
  }

  .xs\:leading-relaxed {
    line-height: 1.625;
  }

  .xs\:leading-loose {
    line-height: 2;
  }

  .xs\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .xs\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .xs\:tracking-normal {
    letter-spacing: 0em;
  }

  .xs\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .xs\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .xs\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .xs\:text-transparent {
    color: transparent;
  }

  .xs\:text-current {
    color: currentColor;
  }

  .xs\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xs\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xs\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xs\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xs\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xs\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xs\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xs\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xs\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xs\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xs\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xs\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xs\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xs\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xs\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xs\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xs\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xs\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xs\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xs\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xs\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xs\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xs\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xs\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xs\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xs\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xs\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xs\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xs\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xs\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xs\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xs\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xs\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xs\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xs\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xs\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xs\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xs\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xs\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xs\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xs\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xs\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xs\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xs\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xs\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xs\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xs\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xs\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xs\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xs\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xs\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xs\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xs\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xs\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xs\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xs\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xs\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xs\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xs\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xs\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xs\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xs\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xs\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xs\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xs\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xs\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xs\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xs\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xs\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xs\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xs\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xs\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xs\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xs\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xs\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xs\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xs\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xs\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xs\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xs\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xs\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xs\:text-primary-color {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .xs\:text-primary-color-dark {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .xs\:text-secondary-color {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xs\:text-custom-gray-sm {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .xs\:text-custom-gray-sm2 {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .xs\:text-custom-gray-md {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .xs\:text-custom-navy-dark {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xs\:text-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xs\:text-primary {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .xs\:text-secondary-1 {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .xs\:text-secondary-2 {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .xs\:text-secondary-3 {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .xs\:text-secondary {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .xs\:text-secondary-dark {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .xs\:text-secondary-light {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .xs\:text-grayCustom-1 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xs\:text-grayCustom-2 {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xs\:text-grayCustom-3 {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xs\:text-grayCustom-800 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xs\:text-grayCustom {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xs\:text-grayCustom-dark {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xs\:text-grayCustom-light {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xs\:text-grayCustom-hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .xs\:text-error {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .xs\:text-error-light {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .xs\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xs\:text-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .xs\:text-success {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .xs\:text-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .xs\:text-status-open {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:text-status-waiting_payment {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xs\:text-status-completed {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .xs\:text-status-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xs\:text-status-waiting_verify {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xs\:text-status-closed {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xs\:text-policyStatus-issuing {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:text-policyStatus-waiting_inspection {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xs\:text-policyStatus-success {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .xs\:text-policyStatus-failed_inspection {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xs\:text-policyStatus-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xs\:text-policyStatus-waiting_policy {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xs\:text-policyStatus-cancel {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .xs\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .xs\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-primary-color {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-primary-color-dark {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-secondary-color {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-custom-gray-sm {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-custom-gray-sm2 {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-custom-gray-md {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-custom-navy-dark {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-primary {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-secondary-1 {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-secondary-2 {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-secondary-3 {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-secondary {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-secondary-dark {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-secondary-light {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-grayCustom-1 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-grayCustom-2 {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-grayCustom-3 {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-grayCustom-800 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-grayCustom {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-grayCustom-dark {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-grayCustom-light {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-grayCustom-hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-error {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-error-light {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-success {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-status-open {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-status-waiting_payment {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-status-completed {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-status-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-status-waiting_verify {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-status-closed {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-policyStatus-issuing {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-policyStatus-waiting_inspection {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-policyStatus-success {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-policyStatus-failed_inspection {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-policyStatus-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-policyStatus-waiting_policy {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-policyStatus-cancel {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-transparent[focus-within] {
    color: transparent;
  }

  .xs\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .xs\:focus-within\:text-current[focus-within] {
    color: currentColor;
  }

  .xs\:focus-within\:text-current:focus-within {
    color: currentColor;
  }

  .xs\:focus-within\:text-black[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-white[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-primary-color[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-primary-color:focus-within {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-primary-color-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-primary-color-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-secondary-color[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-secondary-color:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-custom-gray-sm[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-custom-gray-sm:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-custom-gray-sm2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-custom-gray-sm2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-custom-gray-md[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-custom-gray-md:focus-within {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-custom-navy-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-custom-navy-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-dark-blue[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-dark-blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-primary[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-primary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-secondary-1[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-secondary-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-secondary-2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-secondary-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-secondary-3[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-secondary-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-secondary[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-secondary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-secondary-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-secondary-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-secondary-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-secondary-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-grayCustom-1[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-grayCustom-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-grayCustom-2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-grayCustom-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-grayCustom-3[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-grayCustom-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-grayCustom-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-grayCustom-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-grayCustom[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-grayCustom:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-grayCustom-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-grayCustom-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-grayCustom-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-grayCustom-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-grayCustom-hover[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-grayCustom-hover:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-error[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-error:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-error-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-error-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-warning[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-warning:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-warning-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-warning-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-success[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-success-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-success-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-status-open[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-status-open:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-status-waiting_payment[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-status-waiting_payment:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-status-completed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-status-completed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-status-failed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-status-failed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-status-waiting_verify[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-status-waiting_verify:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-status-closed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-status-closed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-policyStatus-issuing[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-policyStatus-issuing:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-policyStatus-waiting_inspection[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-policyStatus-waiting_inspection:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-policyStatus-success[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-policyStatus-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-policyStatus-failed_inspection[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-policyStatus-failed_inspection:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-policyStatus-failed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-policyStatus-failed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-policyStatus-waiting_policy[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-policyStatus-waiting_policy:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-policyStatus-cancel[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-policyStatus-cancel:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xs\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xs\:hover\:text-current:hover {
    color: currentColor;
  }

  .xs\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xs\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xs\:hover\:text-primary-color:hover {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .xs\:hover\:text-primary-color-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .xs\:hover\:text-secondary-color:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xs\:hover\:text-custom-gray-sm:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .xs\:hover\:text-custom-gray-sm2:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .xs\:hover\:text-custom-gray-md:hover {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .xs\:hover\:text-custom-navy-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xs\:hover\:text-dark-blue:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xs\:hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .xs\:hover\:text-secondary-1:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .xs\:hover\:text-secondary-2:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .xs\:hover\:text-secondary-3:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .xs\:hover\:text-secondary:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .xs\:hover\:text-secondary-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .xs\:hover\:text-secondary-light:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .xs\:hover\:text-grayCustom-1:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xs\:hover\:text-grayCustom-2:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xs\:hover\:text-grayCustom-3:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xs\:hover\:text-grayCustom-800:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xs\:hover\:text-grayCustom:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xs\:hover\:text-grayCustom-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xs\:hover\:text-grayCustom-light:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xs\:hover\:text-grayCustom-hover:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .xs\:hover\:text-error:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .xs\:hover\:text-error-light:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .xs\:hover\:text-warning:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xs\:hover\:text-warning-light:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .xs\:hover\:text-success:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .xs\:hover\:text-success-light:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .xs\:hover\:text-status-open:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:hover\:text-status-waiting_payment:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xs\:hover\:text-status-completed:hover {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .xs\:hover\:text-status-failed:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xs\:hover\:text-status-waiting_verify:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xs\:hover\:text-status-closed:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xs\:hover\:text-policyStatus-issuing:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:hover\:text-policyStatus-waiting_inspection:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xs\:hover\:text-policyStatus-success:hover {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .xs\:hover\:text-policyStatus-failed_inspection:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xs\:hover\:text-policyStatus-failed:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xs\:hover\:text-policyStatus-waiting_policy:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xs\:hover\:text-policyStatus-cancel:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xs\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xs\:focus\:text-current:focus {
    color: currentColor;
  }

  .xs\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xs\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xs\:focus\:text-primary-color:focus {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .xs\:focus\:text-primary-color-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .xs\:focus\:text-secondary-color:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xs\:focus\:text-custom-gray-sm:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .xs\:focus\:text-custom-gray-sm2:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .xs\:focus\:text-custom-gray-md:focus {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .xs\:focus\:text-custom-navy-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xs\:focus\:text-dark-blue:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .xs\:focus\:text-primary:focus {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .xs\:focus\:text-secondary-1:focus {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .xs\:focus\:text-secondary-2:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .xs\:focus\:text-secondary-3:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .xs\:focus\:text-secondary:focus {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .xs\:focus\:text-secondary-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .xs\:focus\:text-secondary-light:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .xs\:focus\:text-grayCustom-1:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xs\:focus\:text-grayCustom-2:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xs\:focus\:text-grayCustom-3:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xs\:focus\:text-grayCustom-800:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xs\:focus\:text-grayCustom:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xs\:focus\:text-grayCustom-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .xs\:focus\:text-grayCustom-light:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xs\:focus\:text-grayCustom-hover:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .xs\:focus\:text-error:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .xs\:focus\:text-error-light:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .xs\:focus\:text-warning:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xs\:focus\:text-warning-light:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .xs\:focus\:text-success:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .xs\:focus\:text-success-light:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .xs\:focus\:text-status-open:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:focus\:text-status-waiting_payment:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xs\:focus\:text-status-completed:focus {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .xs\:focus\:text-status-failed:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xs\:focus\:text-status-waiting_verify:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xs\:focus\:text-status-closed:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xs\:focus\:text-policyStatus-issuing:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:focus\:text-policyStatus-waiting_inspection:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xs\:focus\:text-policyStatus-success:focus {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .xs\:focus\:text-policyStatus-failed_inspection:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xs\:focus\:text-policyStatus-failed:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .xs\:focus\:text-policyStatus-waiting_policy:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .xs\:focus\:text-policyStatus-cancel:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .xs\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .xs\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .xs\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .xs\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .xs\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .xs\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .xs\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .xs\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .xs\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .xs\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .xs\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .xs\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .xs\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .xs\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .xs\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .xs\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .xs\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .xs\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .xs\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .xs\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .xs\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .xs\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .xs\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .xs\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .xs\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .xs\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .xs\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .xs\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .xs\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .xs\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .xs\:focus-within\:text-opacity-0[focus-within] {
    --tw-text-opacity: 0;
  }

  .xs\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .xs\:focus-within\:text-opacity-5[focus-within] {
    --tw-text-opacity: 0.05;
  }

  .xs\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .xs\:focus-within\:text-opacity-10[focus-within] {
    --tw-text-opacity: 0.1;
  }

  .xs\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .xs\:focus-within\:text-opacity-20[focus-within] {
    --tw-text-opacity: 0.2;
  }

  .xs\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .xs\:focus-within\:text-opacity-25[focus-within] {
    --tw-text-opacity: 0.25;
  }

  .xs\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .xs\:focus-within\:text-opacity-30[focus-within] {
    --tw-text-opacity: 0.3;
  }

  .xs\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .xs\:focus-within\:text-opacity-40[focus-within] {
    --tw-text-opacity: 0.4;
  }

  .xs\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .xs\:focus-within\:text-opacity-50[focus-within] {
    --tw-text-opacity: 0.5;
  }

  .xs\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .xs\:focus-within\:text-opacity-60[focus-within] {
    --tw-text-opacity: 0.6;
  }

  .xs\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .xs\:focus-within\:text-opacity-70[focus-within] {
    --tw-text-opacity: 0.7;
  }

  .xs\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .xs\:focus-within\:text-opacity-75[focus-within] {
    --tw-text-opacity: 0.75;
  }

  .xs\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .xs\:focus-within\:text-opacity-80[focus-within] {
    --tw-text-opacity: 0.8;
  }

  .xs\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .xs\:focus-within\:text-opacity-90[focus-within] {
    --tw-text-opacity: 0.9;
  }

  .xs\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .xs\:focus-within\:text-opacity-95[focus-within] {
    --tw-text-opacity: 0.95;
  }

  .xs\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .xs\:focus-within\:text-opacity-100[focus-within] {
    --tw-text-opacity: 1;
  }

  .xs\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .xs\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .xs\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .xs\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .xs\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .xs\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .xs\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .xs\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .xs\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .xs\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .xs\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .xs\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .xs\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .xs\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .xs\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .xs\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .xs\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .xs\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .xs\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .xs\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .xs\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .xs\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .xs\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .xs\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .xs\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .xs\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .xs\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .xs\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .xs\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .xs\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .xs\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .xs\:underline {
    text-decoration: underline;
  }

  .xs\:line-through {
    text-decoration: line-through;
  }

  .xs\:no-underline {
    text-decoration: none;
  }

  .group:hover .xs\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .xs\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .xs\:group-hover\:no-underline {
    text-decoration: none;
  }

  .xs\:focus-within\:underline[focus-within] {
    text-decoration: underline;
  }

  .xs\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .xs\:focus-within\:line-through[focus-within] {
    text-decoration: line-through;
  }

  .xs\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .xs\:focus-within\:no-underline[focus-within] {
    text-decoration: none;
  }

  .xs\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .xs\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xs\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xs\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xs\:focus\:underline:focus {
    text-decoration: underline;
  }

  .xs\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .xs\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .xs\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xs\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xs\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .xs\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .xs\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .xs\:placeholder-current::placeholder {
    color: currentColor;
  }

  .xs\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-primary-color::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-primary-color::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-primary-color-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-primary-color-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-secondary-color::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-secondary-color::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-custom-gray-sm::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-custom-gray-sm::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-custom-gray-sm2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-custom-gray-sm2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-custom-gray-md::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-custom-gray-md::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-custom-navy-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-custom-navy-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-dark-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-dark-blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-primary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-secondary-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-secondary-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-secondary-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-secondary-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-secondary-3::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-secondary-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-secondary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-secondary-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-secondary-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-secondary-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-secondary-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-grayCustom-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-grayCustom-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-grayCustom-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-grayCustom-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-grayCustom-3::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-grayCustom-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-grayCustom-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-grayCustom-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-grayCustom::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-grayCustom::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-grayCustom-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-grayCustom-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-grayCustom-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-grayCustom-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-grayCustom-hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-grayCustom-hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-error::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-error::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-error-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-error-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-warning::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-warning::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-warning-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-warning-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-success-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-success-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-status-open::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-status-open::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-status-waiting_payment::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-status-waiting_payment::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-status-completed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-status-completed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-status-failed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-status-failed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-status-waiting_verify::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-status-waiting_verify::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-status-closed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-status-closed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-policyStatus-issuing::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-policyStatus-issuing::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-policyStatus-waiting_inspection::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-policyStatus-waiting_inspection::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-policyStatus-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-policyStatus-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-policyStatus-failed_inspection::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-policyStatus-failed_inspection::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-policyStatus-failed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-policyStatus-failed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-policyStatus-waiting_policy::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-policyStatus-waiting_policy::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-policyStatus-cancel::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-policyStatus-cancel::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .xs\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .xs\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .xs\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .xs\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-primary-color:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-primary-color:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-primary-color-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-primary-color-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-secondary-color:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-secondary-color:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-custom-gray-sm:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-custom-gray-sm:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-custom-gray-sm2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-custom-gray-sm2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-custom-gray-md:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-custom-gray-md:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-custom-navy-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-custom-navy-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-dark-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-dark-blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-primary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-secondary-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-secondary-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-secondary-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-secondary-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-secondary-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-secondary-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-secondary-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-secondary-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-secondary-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-secondary-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-grayCustom-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-grayCustom-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-grayCustom-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-grayCustom-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-grayCustom-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-grayCustom-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-grayCustom-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-grayCustom-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-grayCustom:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-grayCustom:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-grayCustom-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-grayCustom-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-grayCustom-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-grayCustom-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-grayCustom-hover:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-grayCustom-hover:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-error:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-error:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-error-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-error-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-warning:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-warning:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-warning-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-warning-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-success-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-success-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-status-open:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-status-open:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-status-waiting_payment:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-status-waiting_payment:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-status-completed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-status-completed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-status-failed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-status-failed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-status-waiting_verify:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-status-waiting_verify:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-status-closed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-status-closed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-policyStatus-issuing:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-policyStatus-issuing:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-policyStatus-waiting_inspection:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-policyStatus-waiting_inspection:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-policyStatus-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-policyStatus-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-policyStatus-failed_inspection:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-policyStatus-failed_inspection:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-policyStatus-failed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-policyStatus-failed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-policyStatus-waiting_policy:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-policyStatus-waiting_policy:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-policyStatus-cancel:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-policyStatus-cancel:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xs\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xs\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xs\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xs\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xs\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xs\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xs\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xs\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xs\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xs\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xs\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xs\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xs\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xs\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xs\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xs\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xs\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xs\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xs\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xs\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xs\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xs\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xs\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xs\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xs\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xs\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xs\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xs\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xs\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xs\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xs\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xs\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xs\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xs\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xs\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xs\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xs\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xs\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xs\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xs\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xs\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xs\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xs\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xs\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xs\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xs\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xs\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xs\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xs\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xs\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xs\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xs\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xs\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xs\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xs\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xs\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xs\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xs\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xs\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xs\:opacity-0 {
    opacity: 0;
  }

  .xs\:opacity-5 {
    opacity: 0.05;
  }

  .xs\:opacity-10 {
    opacity: 0.1;
  }

  .xs\:opacity-20 {
    opacity: 0.2;
  }

  .xs\:opacity-25 {
    opacity: 0.25;
  }

  .xs\:opacity-30 {
    opacity: 0.3;
  }

  .xs\:opacity-40 {
    opacity: 0.4;
  }

  .xs\:opacity-50 {
    opacity: 0.5;
  }

  .xs\:opacity-60 {
    opacity: 0.6;
  }

  .xs\:opacity-70 {
    opacity: 0.7;
  }

  .xs\:opacity-75 {
    opacity: 0.75;
  }

  .xs\:opacity-80 {
    opacity: 0.8;
  }

  .xs\:opacity-90 {
    opacity: 0.9;
  }

  .xs\:opacity-95 {
    opacity: 0.95;
  }

  .xs\:opacity-100 {
    opacity: 1;
  }

  .group:hover .xs\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .xs\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .xs\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .xs\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .xs\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .xs\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .xs\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .xs\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .xs\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .xs\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .xs\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .xs\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .xs\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .xs\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .xs\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .xs\:focus-within\:opacity-0[focus-within] {
    opacity: 0;
  }

  .xs\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .xs\:focus-within\:opacity-5[focus-within] {
    opacity: 0.05;
  }

  .xs\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .xs\:focus-within\:opacity-10[focus-within] {
    opacity: 0.1;
  }

  .xs\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .xs\:focus-within\:opacity-20[focus-within] {
    opacity: 0.2;
  }

  .xs\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .xs\:focus-within\:opacity-25[focus-within] {
    opacity: 0.25;
  }

  .xs\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .xs\:focus-within\:opacity-30[focus-within] {
    opacity: 0.3;
  }

  .xs\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .xs\:focus-within\:opacity-40[focus-within] {
    opacity: 0.4;
  }

  .xs\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .xs\:focus-within\:opacity-50[focus-within] {
    opacity: 0.5;
  }

  .xs\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .xs\:focus-within\:opacity-60[focus-within] {
    opacity: 0.6;
  }

  .xs\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .xs\:focus-within\:opacity-70[focus-within] {
    opacity: 0.7;
  }

  .xs\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .xs\:focus-within\:opacity-75[focus-within] {
    opacity: 0.75;
  }

  .xs\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .xs\:focus-within\:opacity-80[focus-within] {
    opacity: 0.8;
  }

  .xs\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .xs\:focus-within\:opacity-90[focus-within] {
    opacity: 0.9;
  }

  .xs\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .xs\:focus-within\:opacity-95[focus-within] {
    opacity: 0.95;
  }

  .xs\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .xs\:focus-within\:opacity-100[focus-within] {
    opacity: 1;
  }

  .xs\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .xs\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xs\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .xs\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .xs\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .xs\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .xs\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .xs\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .xs\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .xs\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .xs\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .xs\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .xs\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .xs\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .xs\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .xs\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .xs\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .xs\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .xs\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .xs\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .xs\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .xs\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .xs\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .xs\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .xs\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .xs\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .xs\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .xs\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .xs\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .xs\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .xs\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .xs\:disabled\:opacity-0:disabled {
    opacity: 0;
  }

  .xs\:disabled\:opacity-5:disabled {
    opacity: 0.05;
  }

  .xs\:disabled\:opacity-10:disabled {
    opacity: 0.1;
  }

  .xs\:disabled\:opacity-20:disabled {
    opacity: 0.2;
  }

  .xs\:disabled\:opacity-25:disabled {
    opacity: 0.25;
  }

  .xs\:disabled\:opacity-30:disabled {
    opacity: 0.3;
  }

  .xs\:disabled\:opacity-40:disabled {
    opacity: 0.4;
  }

  .xs\:disabled\:opacity-50:disabled {
    opacity: 0.5;
  }

  .xs\:disabled\:opacity-60:disabled {
    opacity: 0.6;
  }

  .xs\:disabled\:opacity-70:disabled {
    opacity: 0.7;
  }

  .xs\:disabled\:opacity-75:disabled {
    opacity: 0.75;
  }

  .xs\:disabled\:opacity-80:disabled {
    opacity: 0.8;
  }

  .xs\:disabled\:opacity-90:disabled {
    opacity: 0.9;
  }

  .xs\:disabled\:opacity-95:disabled {
    opacity: 0.95;
  }

  .xs\:disabled\:opacity-100:disabled {
    opacity: 1;
  }

  .xs\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .xs\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .xs\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .xs\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .xs\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .xs\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .xs\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .xs\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .xs\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .xs\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .xs\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .xs\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .xs\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .xs\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .xs\:bg-blend-color {
    background-blend-mode: color;
  }

  .xs\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .xs\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .xs\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .xs\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .xs\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .xs\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .xs\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .xs\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .xs\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .xs\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .xs\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .xs\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .xs\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .xs\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .xs\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .xs\:mix-blend-color {
    mix-blend-mode: color;
  }

  .xs\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .xs\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:shadow-none {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:shadow-button {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:shadow-button-hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:shadow-secondary-tag {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:shadow-gray {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-none {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-button {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-button-hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-secondary-tag {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-gray {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-sm[focus-within] {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow[focus-within] {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-md[focus-within] {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-lg[focus-within] {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-xl[focus-within] {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-2xl[focus-within] {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-inner[focus-within] {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-none[focus-within] {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-button[focus-within] {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-button:focus-within {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-button-hover[focus-within] {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-button-hover:focus-within {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-secondary-tag[focus-within] {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-secondary-tag:focus-within {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-gray[focus-within] {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-gray:focus-within {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:hover\:shadow-button:hover {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:hover\:shadow-button-hover:hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:hover\:shadow-secondary-tag:hover {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:hover\:shadow-gray:hover {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:focus\:shadow-button:focus {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:focus\:shadow-button-hover:focus {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:focus\:shadow-secondary-tag:focus {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:focus\:shadow-gray:focus {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xs\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xs\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xs\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xs\:focus-within\:outline-none[focus-within] {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xs\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xs\:focus-within\:outline-white[focus-within] {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xs\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xs\:focus-within\:outline-black[focus-within] {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xs\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xs\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xs\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xs\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xs\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xs\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xs\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xs\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xs\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xs\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xs\:focus-within\:ring-0[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xs\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xs\:focus-within\:ring-1[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xs\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xs\:focus-within\:ring-2[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xs\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xs\:focus-within\:ring-4[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xs\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xs\:focus-within\:ring-8[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xs\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xs\:focus-within\:ring[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xs\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xs\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xs\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xs\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xs\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xs\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xs\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .xs\:ring-inset {
    --tw-ring-inset: inset;
  }

  .xs\:focus-within\:ring-inset[focus-within] {
    --tw-ring-inset: inset;
  }

  .xs\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .xs\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .xs\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .xs\:ring-current {
    --tw-ring-color: currentColor;
  }

  .xs\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xs\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .xs\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xs\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xs\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xs\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xs\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xs\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xs\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xs\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xs\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xs\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xs\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xs\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xs\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xs\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xs\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xs\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xs\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xs\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xs\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xs\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xs\:ring-primary-color {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .xs\:ring-primary-color-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .xs\:ring-secondary-color {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .xs\:ring-custom-gray-sm {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .xs\:ring-custom-gray-sm2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .xs\:ring-custom-gray-md {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .xs\:ring-custom-navy-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .xs\:ring-dark-blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .xs\:ring-primary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .xs\:ring-secondary-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .xs\:ring-secondary-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .xs\:ring-secondary-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .xs\:ring-secondary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .xs\:ring-secondary-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .xs\:ring-secondary-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .xs\:ring-grayCustom-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .xs\:ring-grayCustom-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xs\:ring-grayCustom-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .xs\:ring-grayCustom-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .xs\:ring-grayCustom {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xs\:ring-grayCustom-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .xs\:ring-grayCustom-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .xs\:ring-grayCustom-hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .xs\:ring-error {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .xs\:ring-error-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .xs\:ring-warning {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xs\:ring-warning-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .xs\:ring-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .xs\:ring-success-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .xs\:ring-status-open {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xs\:ring-status-waiting_payment {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xs\:ring-status-completed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .xs\:ring-status-failed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .xs\:ring-status-waiting_verify {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xs\:ring-status-closed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xs\:ring-policyStatus-issuing {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xs\:ring-policyStatus-waiting_inspection {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xs\:ring-policyStatus-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .xs\:ring-policyStatus-failed_inspection {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .xs\:ring-policyStatus-failed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .xs\:ring-policyStatus-waiting_policy {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xs\:ring-policyStatus-cancel {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-transparent[focus-within] {
    --tw-ring-color: transparent;
  }

  .xs\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .xs\:focus-within\:ring-current[focus-within] {
    --tw-ring-color: currentColor;
  }

  .xs\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor;
  }

  .xs\:focus-within\:ring-black[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-white[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-primary-color[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-primary-color:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-primary-color-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-primary-color-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-secondary-color[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-secondary-color:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-custom-gray-sm[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-custom-gray-sm:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-custom-gray-sm2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-custom-gray-sm2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-custom-gray-md[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-custom-gray-md:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-custom-navy-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-custom-navy-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-dark-blue[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-dark-blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-primary[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-primary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-secondary-1[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-secondary-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-secondary-2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-secondary-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-secondary-3[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-secondary-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-secondary[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-secondary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-secondary-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-secondary-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-secondary-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-secondary-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-grayCustom-1[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-grayCustom-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-grayCustom-2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-grayCustom-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-grayCustom-3[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-grayCustom-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-grayCustom-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-grayCustom-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-grayCustom[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-grayCustom:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-grayCustom-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-grayCustom-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-grayCustom-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-grayCustom-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-grayCustom-hover[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-grayCustom-hover:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-error[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-error:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-error-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-error-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-warning[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-warning:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-warning-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-warning-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-success[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-success-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-success-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-status-open[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-status-open:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-status-waiting_payment[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-status-waiting_payment:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-status-completed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-status-completed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-status-failed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-status-failed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-status-waiting_verify[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-status-waiting_verify:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-status-closed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-status-closed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-policyStatus-issuing[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-policyStatus-issuing:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-policyStatus-waiting_inspection[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-policyStatus-waiting_inspection:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-policyStatus-success[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-policyStatus-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-policyStatus-failed_inspection[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-policyStatus-failed_inspection:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-policyStatus-failed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-policyStatus-failed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-policyStatus-waiting_policy[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-policyStatus-waiting_policy:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-policyStatus-cancel[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-policyStatus-cancel:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .xs\:focus\:ring-current:focus {
    --tw-ring-color: currentColor;
  }

  .xs\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-primary-color:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-primary-color-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-secondary-color:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-custom-gray-sm:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-custom-gray-sm2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-custom-gray-md:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-custom-navy-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-dark-blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-primary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-secondary-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-secondary-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-secondary-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-secondary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-secondary-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-secondary-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-grayCustom-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-grayCustom-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-grayCustom-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-grayCustom-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-grayCustom:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-grayCustom-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-grayCustom-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-grayCustom-hover:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-error:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-error-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-warning:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-warning-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-success-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-status-open:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-status-waiting_payment:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-status-completed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-status-failed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-status-waiting_verify:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-status-closed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-policyStatus-issuing:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-policyStatus-waiting_inspection:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-policyStatus-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-policyStatus-failed_inspection:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-policyStatus-failed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-policyStatus-waiting_policy:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-policyStatus-cancel:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .xs\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .xs\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .xs\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .xs\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .xs\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .xs\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .xs\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .xs\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .xs\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .xs\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .xs\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .xs\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .xs\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .xs\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .xs\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .xs\:focus-within\:ring-opacity-0[focus-within] {
    --tw-ring-opacity: 0;
  }

  .xs\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .xs\:focus-within\:ring-opacity-5[focus-within] {
    --tw-ring-opacity: 0.05;
  }

  .xs\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .xs\:focus-within\:ring-opacity-10[focus-within] {
    --tw-ring-opacity: 0.1;
  }

  .xs\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .xs\:focus-within\:ring-opacity-20[focus-within] {
    --tw-ring-opacity: 0.2;
  }

  .xs\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .xs\:focus-within\:ring-opacity-25[focus-within] {
    --tw-ring-opacity: 0.25;
  }

  .xs\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .xs\:focus-within\:ring-opacity-30[focus-within] {
    --tw-ring-opacity: 0.3;
  }

  .xs\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .xs\:focus-within\:ring-opacity-40[focus-within] {
    --tw-ring-opacity: 0.4;
  }

  .xs\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .xs\:focus-within\:ring-opacity-50[focus-within] {
    --tw-ring-opacity: 0.5;
  }

  .xs\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .xs\:focus-within\:ring-opacity-60[focus-within] {
    --tw-ring-opacity: 0.6;
  }

  .xs\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .xs\:focus-within\:ring-opacity-70[focus-within] {
    --tw-ring-opacity: 0.7;
  }

  .xs\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .xs\:focus-within\:ring-opacity-75[focus-within] {
    --tw-ring-opacity: 0.75;
  }

  .xs\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .xs\:focus-within\:ring-opacity-80[focus-within] {
    --tw-ring-opacity: 0.8;
  }

  .xs\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .xs\:focus-within\:ring-opacity-90[focus-within] {
    --tw-ring-opacity: 0.9;
  }

  .xs\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .xs\:focus-within\:ring-opacity-95[focus-within] {
    --tw-ring-opacity: 0.95;
  }

  .xs\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .xs\:focus-within\:ring-opacity-100[focus-within] {
    --tw-ring-opacity: 1;
  }

  .xs\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .xs\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .xs\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .xs\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .xs\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .xs\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .xs\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .xs\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .xs\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .xs\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .xs\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .xs\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .xs\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .xs\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .xs\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .xs\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .xs\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .xs\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .xs\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .xs\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .xs\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .xs\:focus-within\:ring-offset-0[focus-within] {
    --tw-ring-offset-width: 0px;
  }

  .xs\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .xs\:focus-within\:ring-offset-1[focus-within] {
    --tw-ring-offset-width: 1px;
  }

  .xs\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .xs\:focus-within\:ring-offset-2[focus-within] {
    --tw-ring-offset-width: 2px;
  }

  .xs\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .xs\:focus-within\:ring-offset-4[focus-within] {
    --tw-ring-offset-width: 4px;
  }

  .xs\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .xs\:focus-within\:ring-offset-8[focus-within] {
    --tw-ring-offset-width: 8px;
  }

  .xs\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .xs\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .xs\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .xs\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .xs\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .xs\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .xs\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .xs\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }

  .xs\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .xs\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .xs\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f9fafb;
  }

  .xs\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f3f4f6;
  }

  .xs\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e5e7eb;
  }

  .xs\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d1d5db;
  }

  .xs\:ring-offset-gray-400 {
    --tw-ring-offset-color: #9ca3af;
  }

  .xs\:ring-offset-gray-500 {
    --tw-ring-offset-color: #6b7280;
  }

  .xs\:ring-offset-gray-600 {
    --tw-ring-offset-color: #4b5563;
  }

  .xs\:ring-offset-gray-700 {
    --tw-ring-offset-color: #374151;
  }

  .xs\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .xs\:ring-offset-gray-900 {
    --tw-ring-offset-color: #111827;
  }

  .xs\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .xs\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .xs\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .xs\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .xs\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .xs\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .xs\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .xs\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .xs\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .xs\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xs\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .xs\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .xs\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .xs\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .xs\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .xs\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .xs\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }

  .xs\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }

  .xs\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }

  .xs\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }

  .xs\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xs\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .xs\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xs\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xs\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }

  .xs\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }

  .xs\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }

  .xs\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }

  .xs\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }

  .xs\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .xs\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .xs\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .xs\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xs\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .xs\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .xs\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .xs\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .xs\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xs\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .xs\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xs\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .xs\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xs\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xs\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xs\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .xs\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .xs\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .xs\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .xs\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .xs\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .xs\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xs\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .xs\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xs\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xs\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .xs\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xs\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .xs\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .xs\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .xs\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .xs\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xs\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .xs\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xs\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xs\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .xs\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .xs\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .xs\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .xs\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .xs\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .xs\:ring-offset-primary-color {
    --tw-ring-offset-color: #eb008b;
  }

  .xs\:ring-offset-primary-color-dark {
    --tw-ring-offset-color: #c90068;
  }

  .xs\:ring-offset-secondary-color {
    --tw-ring-offset-color: #112e42;
  }

  .xs\:ring-offset-custom-gray-sm {
    --tw-ring-offset-color: #f1f4f6;
  }

  .xs\:ring-offset-custom-gray-sm2 {
    --tw-ring-offset-color: #f1f2f3;
  }

  .xs\:ring-offset-custom-gray-md {
    --tw-ring-offset-color: #848484;
  }

  .xs\:ring-offset-custom-navy-dark {
    --tw-ring-offset-color: #112e42;
  }

  .xs\:ring-offset-dark-blue {
    --tw-ring-offset-color: #112E42;
  }

  .xs\:ring-offset-primary {
    --tw-ring-offset-color: #192D40;
  }

  .xs\:ring-offset-secondary-1 {
    --tw-ring-offset-color: #E6007E;
  }

  .xs\:ring-offset-secondary-2 {
    --tw-ring-offset-color: #D6D564;
  }

  .xs\:ring-offset-secondary-3 {
    --tw-ring-offset-color: #FCFCCD;
  }

  .xs\:ring-offset-secondary {
    --tw-ring-offset-color: #E6007E;
  }

  .xs\:ring-offset-secondary-dark {
    --tw-ring-offset-color: #C11A7D;
  }

  .xs\:ring-offset-secondary-light {
    --tw-ring-offset-color: #FBCEE9;
  }

  .xs\:ring-offset-grayCustom-1 {
    --tw-ring-offset-color: #4F4F4F;
  }

  .xs\:ring-offset-grayCustom-2 {
    --tw-ring-offset-color: #C4C4C4;
  }

  .xs\:ring-offset-grayCustom-3 {
    --tw-ring-offset-color: #F9F9F9;
  }

  .xs\:ring-offset-grayCustom-800 {
    --tw-ring-offset-color: #4F4F4F;
  }

  .xs\:ring-offset-grayCustom {
    --tw-ring-offset-color: #C4C4C4;
  }

  .xs\:ring-offset-grayCustom-dark {
    --tw-ring-offset-color: #4F4F4F;
  }

  .xs\:ring-offset-grayCustom-light {
    --tw-ring-offset-color: #F9F9F9;
  }

  .xs\:ring-offset-grayCustom-hover {
    --tw-ring-offset-color: #9F9F9F;
  }

  .xs\:ring-offset-error {
    --tw-ring-offset-color: #FF206E;
  }

  .xs\:ring-offset-error-light {
    --tw-ring-offset-color: #FDE8EA;
  }

  .xs\:ring-offset-warning {
    --tw-ring-offset-color: #FFAE14;
  }

  .xs\:ring-offset-warning-light {
    --tw-ring-offset-color: #FFF6E5;
  }

  .xs\:ring-offset-success {
    --tw-ring-offset-color: #2DD881;
  }

  .xs\:ring-offset-success-light {
    --tw-ring-offset-color: #E9FBF2;
  }

  .xs\:ring-offset-status-open {
    --tw-ring-offset-color: #FFF;
  }

  .xs\:ring-offset-status-waiting_payment {
    --tw-ring-offset-color: #ffae14;
  }

  .xs\:ring-offset-status-completed {
    --tw-ring-offset-color: #54c1bb;
  }

  .xs\:ring-offset-status-failed {
    --tw-ring-offset-color: #e8556b;
  }

  .xs\:ring-offset-status-waiting_verify {
    --tw-ring-offset-color: #ffae14;
  }

  .xs\:ring-offset-status-closed {
    --tw-ring-offset-color: #c4c4c4;
  }

  .xs\:ring-offset-policyStatus-issuing {
    --tw-ring-offset-color: #FFF;
  }

  .xs\:ring-offset-policyStatus-waiting_inspection {
    --tw-ring-offset-color: #ffae14;
  }

  .xs\:ring-offset-policyStatus-success {
    --tw-ring-offset-color: #54c1bb;
  }

  .xs\:ring-offset-policyStatus-failed_inspection {
    --tw-ring-offset-color: #e8556b;
  }

  .xs\:ring-offset-policyStatus-failed {
    --tw-ring-offset-color: #e8556b;
  }

  .xs\:ring-offset-policyStatus-waiting_policy {
    --tw-ring-offset-color: #ffae14;
  }

  .xs\:ring-offset-policyStatus-cancel {
    --tw-ring-offset-color: #c4c4c4;
  }

  .xs\:focus-within\:ring-offset-transparent[focus-within] {
    --tw-ring-offset-color: transparent;
  }

  .xs\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .xs\:focus-within\:ring-offset-current[focus-within] {
    --tw-ring-offset-color: currentColor;
  }

  .xs\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }

  .xs\:focus-within\:ring-offset-black[focus-within] {
    --tw-ring-offset-color: #000;
  }

  .xs\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .xs\:focus-within\:ring-offset-white[focus-within] {
    --tw-ring-offset-color: #fff;
  }

  .xs\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .xs\:focus-within\:ring-offset-gray-50[focus-within] {
    --tw-ring-offset-color: #f9fafb;
  }

  .xs\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f9fafb;
  }

  .xs\:focus-within\:ring-offset-gray-100[focus-within] {
    --tw-ring-offset-color: #f3f4f6;
  }

  .xs\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6;
  }

  .xs\:focus-within\:ring-offset-gray-200[focus-within] {
    --tw-ring-offset-color: #e5e7eb;
  }

  .xs\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb;
  }

  .xs\:focus-within\:ring-offset-gray-300[focus-within] {
    --tw-ring-offset-color: #d1d5db;
  }

  .xs\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d1d5db;
  }

  .xs\:focus-within\:ring-offset-gray-400[focus-within] {
    --tw-ring-offset-color: #9ca3af;
  }

  .xs\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #9ca3af;
  }

  .xs\:focus-within\:ring-offset-gray-500[focus-within] {
    --tw-ring-offset-color: #6b7280;
  }

  .xs\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #6b7280;
  }

  .xs\:focus-within\:ring-offset-gray-600[focus-within] {
    --tw-ring-offset-color: #4b5563;
  }

  .xs\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #4b5563;
  }

  .xs\:focus-within\:ring-offset-gray-700[focus-within] {
    --tw-ring-offset-color: #374151;
  }

  .xs\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #374151;
  }

  .xs\:focus-within\:ring-offset-gray-800[focus-within] {
    --tw-ring-offset-color: #1f2937;
  }

  .xs\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #1f2937;
  }

  .xs\:focus-within\:ring-offset-gray-900[focus-within] {
    --tw-ring-offset-color: #111827;
  }

  .xs\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #111827;
  }

  .xs\:focus-within\:ring-offset-red-50[focus-within] {
    --tw-ring-offset-color: #fef2f2;
  }

  .xs\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .xs\:focus-within\:ring-offset-red-100[focus-within] {
    --tw-ring-offset-color: #fee2e2;
  }

  .xs\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .xs\:focus-within\:ring-offset-red-200[focus-within] {
    --tw-ring-offset-color: #fecaca;
  }

  .xs\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .xs\:focus-within\:ring-offset-red-300[focus-within] {
    --tw-ring-offset-color: #fca5a5;
  }

  .xs\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .xs\:focus-within\:ring-offset-red-400[focus-within] {
    --tw-ring-offset-color: #f87171;
  }

  .xs\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .xs\:focus-within\:ring-offset-red-500[focus-within] {
    --tw-ring-offset-color: #ef4444;
  }

  .xs\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .xs\:focus-within\:ring-offset-red-600[focus-within] {
    --tw-ring-offset-color: #dc2626;
  }

  .xs\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .xs\:focus-within\:ring-offset-red-700[focus-within] {
    --tw-ring-offset-color: #b91c1c;
  }

  .xs\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .xs\:focus-within\:ring-offset-red-800[focus-within] {
    --tw-ring-offset-color: #991b1b;
  }

  .xs\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .xs\:focus-within\:ring-offset-red-900[focus-within] {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xs\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xs\:focus-within\:ring-offset-yellow-50[focus-within] {
    --tw-ring-offset-color: #fffbeb;
  }

  .xs\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .xs\:focus-within\:ring-offset-yellow-100[focus-within] {
    --tw-ring-offset-color: #fef3c7;
  }

  .xs\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .xs\:focus-within\:ring-offset-yellow-200[focus-within] {
    --tw-ring-offset-color: #fde68a;
  }

  .xs\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .xs\:focus-within\:ring-offset-yellow-300[focus-within] {
    --tw-ring-offset-color: #fcd34d;
  }

  .xs\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .xs\:focus-within\:ring-offset-yellow-400[focus-within] {
    --tw-ring-offset-color: #fbbf24;
  }

  .xs\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .xs\:focus-within\:ring-offset-yellow-500[focus-within] {
    --tw-ring-offset-color: #f59e0b;
  }

  .xs\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .xs\:focus-within\:ring-offset-yellow-600[focus-within] {
    --tw-ring-offset-color: #d97706;
  }

  .xs\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .xs\:focus-within\:ring-offset-yellow-700[focus-within] {
    --tw-ring-offset-color: #b45309;
  }

  .xs\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .xs\:focus-within\:ring-offset-yellow-800[focus-within] {
    --tw-ring-offset-color: #92400e;
  }

  .xs\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .xs\:focus-within\:ring-offset-yellow-900[focus-within] {
    --tw-ring-offset-color: #78350f;
  }

  .xs\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .xs\:focus-within\:ring-offset-green-50[focus-within] {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xs\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xs\:focus-within\:ring-offset-green-100[focus-within] {
    --tw-ring-offset-color: #d1fae5;
  }

  .xs\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .xs\:focus-within\:ring-offset-green-200[focus-within] {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xs\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xs\:focus-within\:ring-offset-green-300[focus-within] {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xs\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xs\:focus-within\:ring-offset-green-400[focus-within] {
    --tw-ring-offset-color: #34d399;
  }

  .xs\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .xs\:focus-within\:ring-offset-green-500[focus-within] {
    --tw-ring-offset-color: #10b981;
  }

  .xs\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .xs\:focus-within\:ring-offset-green-600[focus-within] {
    --tw-ring-offset-color: #059669;
  }

  .xs\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .xs\:focus-within\:ring-offset-green-700[focus-within] {
    --tw-ring-offset-color: #047857;
  }

  .xs\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .xs\:focus-within\:ring-offset-green-800[focus-within] {
    --tw-ring-offset-color: #065f46;
  }

  .xs\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .xs\:focus-within\:ring-offset-green-900[focus-within] {
    --tw-ring-offset-color: #064e3b;
  }

  .xs\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .xs\:focus-within\:ring-offset-blue-50[focus-within] {
    --tw-ring-offset-color: #eff6ff;
  }

  .xs\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .xs\:focus-within\:ring-offset-blue-100[focus-within] {
    --tw-ring-offset-color: #dbeafe;
  }

  .xs\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .xs\:focus-within\:ring-offset-blue-200[focus-within] {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xs\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xs\:focus-within\:ring-offset-blue-300[focus-within] {
    --tw-ring-offset-color: #93c5fd;
  }

  .xs\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .xs\:focus-within\:ring-offset-blue-400[focus-within] {
    --tw-ring-offset-color: #60a5fa;
  }

  .xs\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .xs\:focus-within\:ring-offset-blue-500[focus-within] {
    --tw-ring-offset-color: #3b82f6;
  }

  .xs\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .xs\:focus-within\:ring-offset-blue-600[focus-within] {
    --tw-ring-offset-color: #2563eb;
  }

  .xs\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .xs\:focus-within\:ring-offset-blue-700[focus-within] {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xs\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xs\:focus-within\:ring-offset-blue-800[focus-within] {
    --tw-ring-offset-color: #1e40af;
  }

  .xs\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .xs\:focus-within\:ring-offset-blue-900[focus-within] {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xs\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xs\:focus-within\:ring-offset-indigo-50[focus-within] {
    --tw-ring-offset-color: #eef2ff;
  }

  .xs\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .xs\:focus-within\:ring-offset-indigo-100[focus-within] {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xs\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xs\:focus-within\:ring-offset-indigo-200[focus-within] {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xs\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xs\:focus-within\:ring-offset-indigo-300[focus-within] {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xs\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xs\:focus-within\:ring-offset-indigo-400[focus-within] {
    --tw-ring-offset-color: #818cf8;
  }

  .xs\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .xs\:focus-within\:ring-offset-indigo-500[focus-within] {
    --tw-ring-offset-color: #6366f1;
  }

  .xs\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .xs\:focus-within\:ring-offset-indigo-600[focus-within] {
    --tw-ring-offset-color: #4f46e5;
  }

  .xs\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .xs\:focus-within\:ring-offset-indigo-700[focus-within] {
    --tw-ring-offset-color: #4338ca;
  }

  .xs\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .xs\:focus-within\:ring-offset-indigo-800[focus-within] {
    --tw-ring-offset-color: #3730a3;
  }

  .xs\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .xs\:focus-within\:ring-offset-indigo-900[focus-within] {
    --tw-ring-offset-color: #312e81;
  }

  .xs\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .xs\:focus-within\:ring-offset-purple-50[focus-within] {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xs\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xs\:focus-within\:ring-offset-purple-100[focus-within] {
    --tw-ring-offset-color: #ede9fe;
  }

  .xs\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .xs\:focus-within\:ring-offset-purple-200[focus-within] {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xs\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xs\:focus-within\:ring-offset-purple-300[focus-within] {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xs\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xs\:focus-within\:ring-offset-purple-400[focus-within] {
    --tw-ring-offset-color: #a78bfa;
  }

  .xs\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .xs\:focus-within\:ring-offset-purple-500[focus-within] {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xs\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xs\:focus-within\:ring-offset-purple-600[focus-within] {
    --tw-ring-offset-color: #7c3aed;
  }

  .xs\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .xs\:focus-within\:ring-offset-purple-700[focus-within] {
    --tw-ring-offset-color: #6d28d9;
  }

  .xs\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .xs\:focus-within\:ring-offset-purple-800[focus-within] {
    --tw-ring-offset-color: #5b21b6;
  }

  .xs\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .xs\:focus-within\:ring-offset-purple-900[focus-within] {
    --tw-ring-offset-color: #4c1d95;
  }

  .xs\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .xs\:focus-within\:ring-offset-pink-50[focus-within] {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xs\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xs\:focus-within\:ring-offset-pink-100[focus-within] {
    --tw-ring-offset-color: #fce7f3;
  }

  .xs\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .xs\:focus-within\:ring-offset-pink-200[focus-within] {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xs\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xs\:focus-within\:ring-offset-pink-300[focus-within] {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xs\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xs\:focus-within\:ring-offset-pink-400[focus-within] {
    --tw-ring-offset-color: #f472b6;
  }

  .xs\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .xs\:focus-within\:ring-offset-pink-500[focus-within] {
    --tw-ring-offset-color: #ec4899;
  }

  .xs\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .xs\:focus-within\:ring-offset-pink-600[focus-within] {
    --tw-ring-offset-color: #db2777;
  }

  .xs\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .xs\:focus-within\:ring-offset-pink-700[focus-within] {
    --tw-ring-offset-color: #be185d;
  }

  .xs\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .xs\:focus-within\:ring-offset-pink-800[focus-within] {
    --tw-ring-offset-color: #9d174d;
  }

  .xs\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .xs\:focus-within\:ring-offset-pink-900[focus-within] {
    --tw-ring-offset-color: #831843;
  }

  .xs\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .xs\:focus-within\:ring-offset-primary-color[focus-within] {
    --tw-ring-offset-color: #eb008b;
  }

  .xs\:focus-within\:ring-offset-primary-color:focus-within {
    --tw-ring-offset-color: #eb008b;
  }

  .xs\:focus-within\:ring-offset-primary-color-dark[focus-within] {
    --tw-ring-offset-color: #c90068;
  }

  .xs\:focus-within\:ring-offset-primary-color-dark:focus-within {
    --tw-ring-offset-color: #c90068;
  }

  .xs\:focus-within\:ring-offset-secondary-color[focus-within] {
    --tw-ring-offset-color: #112e42;
  }

  .xs\:focus-within\:ring-offset-secondary-color:focus-within {
    --tw-ring-offset-color: #112e42;
  }

  .xs\:focus-within\:ring-offset-custom-gray-sm[focus-within] {
    --tw-ring-offset-color: #f1f4f6;
  }

  .xs\:focus-within\:ring-offset-custom-gray-sm:focus-within {
    --tw-ring-offset-color: #f1f4f6;
  }

  .xs\:focus-within\:ring-offset-custom-gray-sm2[focus-within] {
    --tw-ring-offset-color: #f1f2f3;
  }

  .xs\:focus-within\:ring-offset-custom-gray-sm2:focus-within {
    --tw-ring-offset-color: #f1f2f3;
  }

  .xs\:focus-within\:ring-offset-custom-gray-md[focus-within] {
    --tw-ring-offset-color: #848484;
  }

  .xs\:focus-within\:ring-offset-custom-gray-md:focus-within {
    --tw-ring-offset-color: #848484;
  }

  .xs\:focus-within\:ring-offset-custom-navy-dark[focus-within] {
    --tw-ring-offset-color: #112e42;
  }

  .xs\:focus-within\:ring-offset-custom-navy-dark:focus-within {
    --tw-ring-offset-color: #112e42;
  }

  .xs\:focus-within\:ring-offset-dark-blue[focus-within] {
    --tw-ring-offset-color: #112E42;
  }

  .xs\:focus-within\:ring-offset-dark-blue:focus-within {
    --tw-ring-offset-color: #112E42;
  }

  .xs\:focus-within\:ring-offset-primary[focus-within] {
    --tw-ring-offset-color: #192D40;
  }

  .xs\:focus-within\:ring-offset-primary:focus-within {
    --tw-ring-offset-color: #192D40;
  }

  .xs\:focus-within\:ring-offset-secondary-1[focus-within] {
    --tw-ring-offset-color: #E6007E;
  }

  .xs\:focus-within\:ring-offset-secondary-1:focus-within {
    --tw-ring-offset-color: #E6007E;
  }

  .xs\:focus-within\:ring-offset-secondary-2[focus-within] {
    --tw-ring-offset-color: #D6D564;
  }

  .xs\:focus-within\:ring-offset-secondary-2:focus-within {
    --tw-ring-offset-color: #D6D564;
  }

  .xs\:focus-within\:ring-offset-secondary-3[focus-within] {
    --tw-ring-offset-color: #FCFCCD;
  }

  .xs\:focus-within\:ring-offset-secondary-3:focus-within {
    --tw-ring-offset-color: #FCFCCD;
  }

  .xs\:focus-within\:ring-offset-secondary[focus-within] {
    --tw-ring-offset-color: #E6007E;
  }

  .xs\:focus-within\:ring-offset-secondary:focus-within {
    --tw-ring-offset-color: #E6007E;
  }

  .xs\:focus-within\:ring-offset-secondary-dark[focus-within] {
    --tw-ring-offset-color: #C11A7D;
  }

  .xs\:focus-within\:ring-offset-secondary-dark:focus-within {
    --tw-ring-offset-color: #C11A7D;
  }

  .xs\:focus-within\:ring-offset-secondary-light[focus-within] {
    --tw-ring-offset-color: #FBCEE9;
  }

  .xs\:focus-within\:ring-offset-secondary-light:focus-within {
    --tw-ring-offset-color: #FBCEE9;
  }

  .xs\:focus-within\:ring-offset-grayCustom-1[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .xs\:focus-within\:ring-offset-grayCustom-1:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .xs\:focus-within\:ring-offset-grayCustom-2[focus-within] {
    --tw-ring-offset-color: #C4C4C4;
  }

  .xs\:focus-within\:ring-offset-grayCustom-2:focus-within {
    --tw-ring-offset-color: #C4C4C4;
  }

  .xs\:focus-within\:ring-offset-grayCustom-3[focus-within] {
    --tw-ring-offset-color: #F9F9F9;
  }

  .xs\:focus-within\:ring-offset-grayCustom-3:focus-within {
    --tw-ring-offset-color: #F9F9F9;
  }

  .xs\:focus-within\:ring-offset-grayCustom-800[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .xs\:focus-within\:ring-offset-grayCustom-800:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .xs\:focus-within\:ring-offset-grayCustom[focus-within] {
    --tw-ring-offset-color: #C4C4C4;
  }

  .xs\:focus-within\:ring-offset-grayCustom:focus-within {
    --tw-ring-offset-color: #C4C4C4;
  }

  .xs\:focus-within\:ring-offset-grayCustom-dark[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .xs\:focus-within\:ring-offset-grayCustom-dark:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .xs\:focus-within\:ring-offset-grayCustom-light[focus-within] {
    --tw-ring-offset-color: #F9F9F9;
  }

  .xs\:focus-within\:ring-offset-grayCustom-light:focus-within {
    --tw-ring-offset-color: #F9F9F9;
  }

  .xs\:focus-within\:ring-offset-grayCustom-hover[focus-within] {
    --tw-ring-offset-color: #9F9F9F;
  }

  .xs\:focus-within\:ring-offset-grayCustom-hover:focus-within {
    --tw-ring-offset-color: #9F9F9F;
  }

  .xs\:focus-within\:ring-offset-error[focus-within] {
    --tw-ring-offset-color: #FF206E;
  }

  .xs\:focus-within\:ring-offset-error:focus-within {
    --tw-ring-offset-color: #FF206E;
  }

  .xs\:focus-within\:ring-offset-error-light[focus-within] {
    --tw-ring-offset-color: #FDE8EA;
  }

  .xs\:focus-within\:ring-offset-error-light:focus-within {
    --tw-ring-offset-color: #FDE8EA;
  }

  .xs\:focus-within\:ring-offset-warning[focus-within] {
    --tw-ring-offset-color: #FFAE14;
  }

  .xs\:focus-within\:ring-offset-warning:focus-within {
    --tw-ring-offset-color: #FFAE14;
  }

  .xs\:focus-within\:ring-offset-warning-light[focus-within] {
    --tw-ring-offset-color: #FFF6E5;
  }

  .xs\:focus-within\:ring-offset-warning-light:focus-within {
    --tw-ring-offset-color: #FFF6E5;
  }

  .xs\:focus-within\:ring-offset-success[focus-within] {
    --tw-ring-offset-color: #2DD881;
  }

  .xs\:focus-within\:ring-offset-success:focus-within {
    --tw-ring-offset-color: #2DD881;
  }

  .xs\:focus-within\:ring-offset-success-light[focus-within] {
    --tw-ring-offset-color: #E9FBF2;
  }

  .xs\:focus-within\:ring-offset-success-light:focus-within {
    --tw-ring-offset-color: #E9FBF2;
  }

  .xs\:focus-within\:ring-offset-status-open[focus-within] {
    --tw-ring-offset-color: #FFF;
  }

  .xs\:focus-within\:ring-offset-status-open:focus-within {
    --tw-ring-offset-color: #FFF;
  }

  .xs\:focus-within\:ring-offset-status-waiting_payment[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .xs\:focus-within\:ring-offset-status-waiting_payment:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .xs\:focus-within\:ring-offset-status-completed[focus-within] {
    --tw-ring-offset-color: #54c1bb;
  }

  .xs\:focus-within\:ring-offset-status-completed:focus-within {
    --tw-ring-offset-color: #54c1bb;
  }

  .xs\:focus-within\:ring-offset-status-failed[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .xs\:focus-within\:ring-offset-status-failed:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .xs\:focus-within\:ring-offset-status-waiting_verify[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .xs\:focus-within\:ring-offset-status-waiting_verify:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .xs\:focus-within\:ring-offset-status-closed[focus-within] {
    --tw-ring-offset-color: #c4c4c4;
  }

  .xs\:focus-within\:ring-offset-status-closed:focus-within {
    --tw-ring-offset-color: #c4c4c4;
  }

  .xs\:focus-within\:ring-offset-policyStatus-issuing[focus-within] {
    --tw-ring-offset-color: #FFF;
  }

  .xs\:focus-within\:ring-offset-policyStatus-issuing:focus-within {
    --tw-ring-offset-color: #FFF;
  }

  .xs\:focus-within\:ring-offset-policyStatus-waiting_inspection[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .xs\:focus-within\:ring-offset-policyStatus-waiting_inspection:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .xs\:focus-within\:ring-offset-policyStatus-success[focus-within] {
    --tw-ring-offset-color: #54c1bb;
  }

  .xs\:focus-within\:ring-offset-policyStatus-success:focus-within {
    --tw-ring-offset-color: #54c1bb;
  }

  .xs\:focus-within\:ring-offset-policyStatus-failed_inspection[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .xs\:focus-within\:ring-offset-policyStatus-failed_inspection:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .xs\:focus-within\:ring-offset-policyStatus-failed[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .xs\:focus-within\:ring-offset-policyStatus-failed:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .xs\:focus-within\:ring-offset-policyStatus-waiting_policy[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .xs\:focus-within\:ring-offset-policyStatus-waiting_policy:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .xs\:focus-within\:ring-offset-policyStatus-cancel[focus-within] {
    --tw-ring-offset-color: #c4c4c4;
  }

  .xs\:focus-within\:ring-offset-policyStatus-cancel:focus-within {
    --tw-ring-offset-color: #c4c4c4;
  }

  .xs\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .xs\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }

  .xs\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .xs\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .xs\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f9fafb;
  }

  .xs\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f3f4f6;
  }

  .xs\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e5e7eb;
  }

  .xs\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d1d5db;
  }

  .xs\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #9ca3af;
  }

  .xs\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #6b7280;
  }

  .xs\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #4b5563;
  }

  .xs\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #374151;
  }

  .xs\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937;
  }

  .xs\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #111827;
  }

  .xs\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .xs\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .xs\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .xs\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .xs\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .xs\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .xs\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .xs\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .xs\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .xs\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xs\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .xs\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .xs\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .xs\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .xs\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .xs\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .xs\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .xs\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .xs\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .xs\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .xs\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xs\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .xs\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xs\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xs\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .xs\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .xs\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .xs\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .xs\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .xs\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .xs\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .xs\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .xs\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xs\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .xs\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .xs\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .xs\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .xs\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xs\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .xs\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xs\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .xs\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xs\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xs\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xs\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .xs\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .xs\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .xs\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .xs\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .xs\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .xs\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xs\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .xs\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xs\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xs\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .xs\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xs\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .xs\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .xs\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .xs\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .xs\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xs\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .xs\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xs\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xs\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .xs\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .xs\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .xs\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .xs\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .xs\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .xs\:focus\:ring-offset-primary-color:focus {
    --tw-ring-offset-color: #eb008b;
  }

  .xs\:focus\:ring-offset-primary-color-dark:focus {
    --tw-ring-offset-color: #c90068;
  }

  .xs\:focus\:ring-offset-secondary-color:focus {
    --tw-ring-offset-color: #112e42;
  }

  .xs\:focus\:ring-offset-custom-gray-sm:focus {
    --tw-ring-offset-color: #f1f4f6;
  }

  .xs\:focus\:ring-offset-custom-gray-sm2:focus {
    --tw-ring-offset-color: #f1f2f3;
  }

  .xs\:focus\:ring-offset-custom-gray-md:focus {
    --tw-ring-offset-color: #848484;
  }

  .xs\:focus\:ring-offset-custom-navy-dark:focus {
    --tw-ring-offset-color: #112e42;
  }

  .xs\:focus\:ring-offset-dark-blue:focus {
    --tw-ring-offset-color: #112E42;
  }

  .xs\:focus\:ring-offset-primary:focus {
    --tw-ring-offset-color: #192D40;
  }

  .xs\:focus\:ring-offset-secondary-1:focus {
    --tw-ring-offset-color: #E6007E;
  }

  .xs\:focus\:ring-offset-secondary-2:focus {
    --tw-ring-offset-color: #D6D564;
  }

  .xs\:focus\:ring-offset-secondary-3:focus {
    --tw-ring-offset-color: #FCFCCD;
  }

  .xs\:focus\:ring-offset-secondary:focus {
    --tw-ring-offset-color: #E6007E;
  }

  .xs\:focus\:ring-offset-secondary-dark:focus {
    --tw-ring-offset-color: #C11A7D;
  }

  .xs\:focus\:ring-offset-secondary-light:focus {
    --tw-ring-offset-color: #FBCEE9;
  }

  .xs\:focus\:ring-offset-grayCustom-1:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .xs\:focus\:ring-offset-grayCustom-2:focus {
    --tw-ring-offset-color: #C4C4C4;
  }

  .xs\:focus\:ring-offset-grayCustom-3:focus {
    --tw-ring-offset-color: #F9F9F9;
  }

  .xs\:focus\:ring-offset-grayCustom-800:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .xs\:focus\:ring-offset-grayCustom:focus {
    --tw-ring-offset-color: #C4C4C4;
  }

  .xs\:focus\:ring-offset-grayCustom-dark:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .xs\:focus\:ring-offset-grayCustom-light:focus {
    --tw-ring-offset-color: #F9F9F9;
  }

  .xs\:focus\:ring-offset-grayCustom-hover:focus {
    --tw-ring-offset-color: #9F9F9F;
  }

  .xs\:focus\:ring-offset-error:focus {
    --tw-ring-offset-color: #FF206E;
  }

  .xs\:focus\:ring-offset-error-light:focus {
    --tw-ring-offset-color: #FDE8EA;
  }

  .xs\:focus\:ring-offset-warning:focus {
    --tw-ring-offset-color: #FFAE14;
  }

  .xs\:focus\:ring-offset-warning-light:focus {
    --tw-ring-offset-color: #FFF6E5;
  }

  .xs\:focus\:ring-offset-success:focus {
    --tw-ring-offset-color: #2DD881;
  }

  .xs\:focus\:ring-offset-success-light:focus {
    --tw-ring-offset-color: #E9FBF2;
  }

  .xs\:focus\:ring-offset-status-open:focus {
    --tw-ring-offset-color: #FFF;
  }

  .xs\:focus\:ring-offset-status-waiting_payment:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .xs\:focus\:ring-offset-status-completed:focus {
    --tw-ring-offset-color: #54c1bb;
  }

  .xs\:focus\:ring-offset-status-failed:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .xs\:focus\:ring-offset-status-waiting_verify:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .xs\:focus\:ring-offset-status-closed:focus {
    --tw-ring-offset-color: #c4c4c4;
  }

  .xs\:focus\:ring-offset-policyStatus-issuing:focus {
    --tw-ring-offset-color: #FFF;
  }

  .xs\:focus\:ring-offset-policyStatus-waiting_inspection:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .xs\:focus\:ring-offset-policyStatus-success:focus {
    --tw-ring-offset-color: #54c1bb;
  }

  .xs\:focus\:ring-offset-policyStatus-failed_inspection:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .xs\:focus\:ring-offset-policyStatus-failed:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .xs\:focus\:ring-offset-policyStatus-waiting_policy:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .xs\:focus\:ring-offset-policyStatus-cancel:focus {
    --tw-ring-offset-color: #c4c4c4;
  }

  .xs\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .xs\:filter-none {
    filter: none;
  }

  .xs\:blur-0 {
    --tw-blur: blur(0);
  }

  .xs\:blur-none {
    --tw-blur: blur(0);
  }

  .xs\:blur-sm {
    --tw-blur: blur(4px);
  }

  .xs\:blur {
    --tw-blur: blur(8px);
  }

  .xs\:blur-md {
    --tw-blur: blur(12px);
  }

  .xs\:blur-lg {
    --tw-blur: blur(16px);
  }

  .xs\:blur-xl {
    --tw-blur: blur(24px);
  }

  .xs\:blur-2xl {
    --tw-blur: blur(40px);
  }

  .xs\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .xs\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .xs\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .xs\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .xs\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .xs\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .xs\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .xs\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .xs\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .xs\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .xs\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .xs\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .xs\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .xs\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .xs\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .xs\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .xs\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .xs\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .xs\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .xs\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .xs\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .xs\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .xs\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .xs\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .xs\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .xs\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 rgba(0,0,0,0));
  }

  .xs\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .xs\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .xs\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .xs\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .xs\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .xs\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .xs\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .xs\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .xs\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .xs\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .xs\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .xs\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .xs\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .xs\:invert-0 {
    --tw-invert: invert(0);
  }

  .xs\:invert {
    --tw-invert: invert(100%);
  }

  .xs\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .xs\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .xs\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .xs\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .xs\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .xs\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .xs\:sepia {
    --tw-sepia: sepia(100%);
  }

  .xs\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xs\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .xs\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .xs\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .xs\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .xs\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .xs\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .xs\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .xs\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .xs\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
  }

  .xs\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .xs\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .xs\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .xs\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .xs\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .xs\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .xs\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .xs\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .xs\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .xs\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .xs\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .xs\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .xs\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .xs\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .xs\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .xs\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .xs\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .xs\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .xs\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .xs\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .xs\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .xs\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .xs\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .xs\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .xs\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .xs\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .xs\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .xs\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .xs\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .xs\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .xs\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .xs\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .xs\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .xs\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .xs\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .xs\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .xs\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .xs\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .xs\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .xs\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .xs\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .xs\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .xs\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .xs\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .xs\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .xs\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .xs\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .xs\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .xs\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .xs\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .xs\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .xs\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .xs\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .xs\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .xs\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .xs\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .xs\:transition-none {
    transition-property: none;
  }

  .xs\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xs\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xs\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xs\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xs\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xs\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xs\:delay-75 {
    transition-delay: 75ms;
  }

  .xs\:delay-100 {
    transition-delay: 100ms;
  }

  .xs\:delay-150 {
    transition-delay: 150ms;
  }

  .xs\:delay-200 {
    transition-delay: 200ms;
  }

  .xs\:delay-300 {
    transition-delay: 300ms;
  }

  .xs\:delay-500 {
    transition-delay: 500ms;
  }

  .xs\:delay-700 {
    transition-delay: 700ms;
  }

  .xs\:delay-1000 {
    transition-delay: 1000ms;
  }

  .xs\:duration-75 {
    transition-duration: 75ms;
  }

  .xs\:duration-100 {
    transition-duration: 100ms;
  }

  .xs\:duration-150 {
    transition-duration: 150ms;
  }

  .xs\:duration-200 {
    transition-duration: 200ms;
  }

  .xs\:duration-300 {
    transition-duration: 300ms;
  }

  .xs\:duration-500 {
    transition-duration: 500ms;
  }

  .xs\:duration-700 {
    transition-duration: 700ms;
  }

  .xs\:duration-1000 {
    transition-duration: 1000ms;
  }

  .xs\:ease-linear {
    transition-timing-function: linear;
  }

  .xs\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xs\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xs\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media hover: none {
  .touch\:container {
    width: 100%;
  }
}

@media hover: none and (min-width: 0px) {
    .touch\:container {
      max-width: 0px;
    }
  }

@media hover: none and (min-width: 320px) {
    .touch\:container {
      max-width: 320px;
    }
  }

@media hover: none and (min-width: 640px) {
    .touch\:container {
      max-width: 640px;
    }
  }

@media hover: none and (min-width: 768px) {
    .touch\:container {
      max-width: 768px;
    }
  }

@media hover: none and (min-width: 1280px) {
    .touch\:container {
      max-width: 1280px;
    }
  }

@media hover: none and (min-width: 1440px) {
    .touch\:container {
      max-width: 1440px;
    }
  }

@media hover: none and (min-width: 1600px) {
    .touch\:container {
      max-width: 1600px;
    }
  }

@media hover: none and (min-width: 4820px) {
    .touch\:container {
      max-width: 4820px;
    }
  }

@media hover: none {

  .touch\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .touch\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .touch\:focus-within\:sr-only[focus-within] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .touch\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .touch\:focus-within\:not-sr-only[focus-within] {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .touch\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .touch\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .touch\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .touch\:pointer-events-none {
    pointer-events: none;
  }

  .touch\:pointer-events-auto {
    pointer-events: auto;
  }

  .touch\:visible {
    visibility: visible;
  }

  .touch\:invisible {
    visibility: hidden;
  }

  .touch\:static {
    position: static;
  }

  .touch\:fixed {
    position: fixed;
  }

  .touch\:absolute {
    position: absolute;
  }

  .touch\:relative {
    position: relative;
  }

  .touch\:sticky {
    position: sticky;
  }

  .touch\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .touch\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .touch\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .touch\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .touch\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .touch\:inset-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .touch\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .touch\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .touch\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .touch\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .touch\:inset-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .touch\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .touch\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .touch\:inset-14 {
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .touch\:inset-16 {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .touch\:inset-20 {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .touch\:inset-24 {
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .touch\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .touch\:inset-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .touch\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .touch\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .touch\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .touch\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .touch\:inset-48 {
    top: 48px;
    right: 48px;
    bottom: 48px;
    left: 48px;
  }

  .touch\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .touch\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .touch\:inset-60 {
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
  }

  .touch\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .touch\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .touch\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .touch\:inset-95 {
    top: 95px;
    right: 95px;
    bottom: 95px;
    left: 95px;
  }

  .touch\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .touch\:inset-120 {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .touch\:inset-190 {
    top: 190px;
    right: 190px;
    bottom: 190px;
    left: 190px;
  }

  .touch\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .touch\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .touch\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .touch\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .touch\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .touch\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .touch\:inset-30\% {
    top: 30%;
    right: 30%;
    bottom: 30%;
    left: 30%;
  }

  .touch\:inset-7\.5r {
    top: 1.875rem;
    right: 1.875rem;
    bottom: 1.875rem;
    left: 1.875rem;
  }

  .touch\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .touch\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .touch\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .touch\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .touch\:-inset-5 {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .touch\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .touch\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .touch\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .touch\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .touch\:-inset-10 {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .touch\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .touch\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .touch\:-inset-14 {
    top: -14px;
    right: -14px;
    bottom: -14px;
    left: -14px;
  }

  .touch\:-inset-16 {
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
  }

  .touch\:-inset-20 {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .touch\:-inset-24 {
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
  }

  .touch\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .touch\:-inset-30 {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .touch\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .touch\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .touch\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .touch\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .touch\:-inset-48 {
    top: -48px;
    right: -48px;
    bottom: -48px;
    left: -48px;
  }

  .touch\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .touch\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .touch\:-inset-60 {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .touch\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .touch\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .touch\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .touch\:-inset-95 {
    top: -95px;
    right: -95px;
    bottom: -95px;
    left: -95px;
  }

  .touch\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .touch\:-inset-120 {
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px;
  }

  .touch\:-inset-190 {
    top: -190px;
    right: -190px;
    bottom: -190px;
    left: -190px;
  }

  .touch\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .touch\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .touch\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .touch\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .touch\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .touch\:-inset-30\% {
    top: -30%;
    right: -30%;
    bottom: -30%;
    left: -30%;
  }

  .touch\:-inset-7\.5r {
    top: -1.875rem;
    right: -1.875rem;
    bottom: -1.875rem;
    left: -1.875rem;
  }

  .touch\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .touch\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .touch\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .touch\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .touch\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .touch\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .touch\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .touch\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .touch\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .touch\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .touch\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .touch\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .touch\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .touch\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .touch\:inset-x-0 {
    left: 0;
    right: 0;
  }

  .touch\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .touch\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .touch\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .touch\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .touch\:inset-x-5 {
    left: 5px;
    right: 5px;
  }

  .touch\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .touch\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .touch\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .touch\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .touch\:inset-x-10 {
    left: 10px;
    right: 10px;
  }

  .touch\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .touch\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .touch\:inset-x-14 {
    left: 14px;
    right: 14px;
  }

  .touch\:inset-x-16 {
    left: 16px;
    right: 16px;
  }

  .touch\:inset-x-20 {
    left: 20px;
    right: 20px;
  }

  .touch\:inset-x-24 {
    left: 24px;
    right: 24px;
  }

  .touch\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .touch\:inset-x-30 {
    left: 30px;
    right: 30px;
  }

  .touch\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .touch\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .touch\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .touch\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .touch\:inset-x-48 {
    left: 48px;
    right: 48px;
  }

  .touch\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .touch\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .touch\:inset-x-60 {
    left: 60px;
    right: 60px;
  }

  .touch\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .touch\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .touch\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .touch\:inset-x-95 {
    left: 95px;
    right: 95px;
  }

  .touch\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .touch\:inset-x-120 {
    left: 120px;
    right: 120px;
  }

  .touch\:inset-x-190 {
    left: 190px;
    right: 190px;
  }

  .touch\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .touch\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .touch\:inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .touch\:inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .touch\:inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .touch\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .touch\:inset-x-30\% {
    left: 30%;
    right: 30%;
  }

  .touch\:inset-x-7\.5r {
    left: 1.875rem;
    right: 1.875rem;
  }

  .touch\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .touch\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .touch\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .touch\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .touch\:-inset-x-5 {
    left: -5px;
    right: -5px;
  }

  .touch\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .touch\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .touch\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .touch\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .touch\:-inset-x-10 {
    left: -10px;
    right: -10px;
  }

  .touch\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .touch\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .touch\:-inset-x-14 {
    left: -14px;
    right: -14px;
  }

  .touch\:-inset-x-16 {
    left: -16px;
    right: -16px;
  }

  .touch\:-inset-x-20 {
    left: -20px;
    right: -20px;
  }

  .touch\:-inset-x-24 {
    left: -24px;
    right: -24px;
  }

  .touch\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .touch\:-inset-x-30 {
    left: -30px;
    right: -30px;
  }

  .touch\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .touch\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .touch\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .touch\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .touch\:-inset-x-48 {
    left: -48px;
    right: -48px;
  }

  .touch\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .touch\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .touch\:-inset-x-60 {
    left: -60px;
    right: -60px;
  }

  .touch\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .touch\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .touch\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .touch\:-inset-x-95 {
    left: -95px;
    right: -95px;
  }

  .touch\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .touch\:-inset-x-120 {
    left: -120px;
    right: -120px;
  }

  .touch\:-inset-x-190 {
    left: -190px;
    right: -190px;
  }

  .touch\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .touch\:-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .touch\:-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .touch\:-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .touch\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .touch\:-inset-x-30\% {
    left: -30%;
    right: -30%;
  }

  .touch\:-inset-x-7\.5r {
    left: -1.875rem;
    right: -1.875rem;
  }

  .touch\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .touch\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .touch\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .touch\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .touch\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .touch\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .touch\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .touch\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .touch\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .touch\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .touch\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .touch\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .touch\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .touch\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .touch\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .touch\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .touch\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .touch\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .touch\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .touch\:inset-y-5 {
    top: 5px;
    bottom: 5px;
  }

  .touch\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .touch\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .touch\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .touch\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .touch\:inset-y-10 {
    top: 10px;
    bottom: 10px;
  }

  .touch\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .touch\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .touch\:inset-y-14 {
    top: 14px;
    bottom: 14px;
  }

  .touch\:inset-y-16 {
    top: 16px;
    bottom: 16px;
  }

  .touch\:inset-y-20 {
    top: 20px;
    bottom: 20px;
  }

  .touch\:inset-y-24 {
    top: 24px;
    bottom: 24px;
  }

  .touch\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .touch\:inset-y-30 {
    top: 30px;
    bottom: 30px;
  }

  .touch\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .touch\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .touch\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .touch\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .touch\:inset-y-48 {
    top: 48px;
    bottom: 48px;
  }

  .touch\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .touch\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .touch\:inset-y-60 {
    top: 60px;
    bottom: 60px;
  }

  .touch\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .touch\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .touch\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .touch\:inset-y-95 {
    top: 95px;
    bottom: 95px;
  }

  .touch\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .touch\:inset-y-120 {
    top: 120px;
    bottom: 120px;
  }

  .touch\:inset-y-190 {
    top: 190px;
    bottom: 190px;
  }

  .touch\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .touch\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .touch\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .touch\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .touch\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .touch\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .touch\:inset-y-30\% {
    top: 30%;
    bottom: 30%;
  }

  .touch\:inset-y-7\.5r {
    top: 1.875rem;
    bottom: 1.875rem;
  }

  .touch\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .touch\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .touch\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .touch\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .touch\:-inset-y-5 {
    top: -5px;
    bottom: -5px;
  }

  .touch\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .touch\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .touch\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .touch\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .touch\:-inset-y-10 {
    top: -10px;
    bottom: -10px;
  }

  .touch\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .touch\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .touch\:-inset-y-14 {
    top: -14px;
    bottom: -14px;
  }

  .touch\:-inset-y-16 {
    top: -16px;
    bottom: -16px;
  }

  .touch\:-inset-y-20 {
    top: -20px;
    bottom: -20px;
  }

  .touch\:-inset-y-24 {
    top: -24px;
    bottom: -24px;
  }

  .touch\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .touch\:-inset-y-30 {
    top: -30px;
    bottom: -30px;
  }

  .touch\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .touch\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .touch\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .touch\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .touch\:-inset-y-48 {
    top: -48px;
    bottom: -48px;
  }

  .touch\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .touch\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .touch\:-inset-y-60 {
    top: -60px;
    bottom: -60px;
  }

  .touch\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .touch\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .touch\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .touch\:-inset-y-95 {
    top: -95px;
    bottom: -95px;
  }

  .touch\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .touch\:-inset-y-120 {
    top: -120px;
    bottom: -120px;
  }

  .touch\:-inset-y-190 {
    top: -190px;
    bottom: -190px;
  }

  .touch\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .touch\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .touch\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .touch\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .touch\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .touch\:-inset-y-30\% {
    top: -30%;
    bottom: -30%;
  }

  .touch\:-inset-y-7\.5r {
    top: -1.875rem;
    bottom: -1.875rem;
  }

  .touch\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .touch\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .touch\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .touch\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .touch\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .touch\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .touch\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .touch\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .touch\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .touch\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .touch\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .touch\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .touch\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .touch\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .touch\:top-0 {
    top: 0;
  }

  .touch\:top-1 {
    top: 0.25rem;
  }

  .touch\:top-2 {
    top: 0.5rem;
  }

  .touch\:top-3 {
    top: 0.75rem;
  }

  .touch\:top-4 {
    top: 1rem;
  }

  .touch\:top-5 {
    top: 5px;
  }

  .touch\:top-6 {
    top: 1.5rem;
  }

  .touch\:top-7 {
    top: 1.75rem;
  }

  .touch\:top-8 {
    top: 2rem;
  }

  .touch\:top-9 {
    top: 2.25rem;
  }

  .touch\:top-10 {
    top: 10px;
  }

  .touch\:top-11 {
    top: 2.75rem;
  }

  .touch\:top-12 {
    top: 3rem;
  }

  .touch\:top-14 {
    top: 14px;
  }

  .touch\:top-16 {
    top: 16px;
  }

  .touch\:top-20 {
    top: 20px;
  }

  .touch\:top-24 {
    top: 24px;
  }

  .touch\:top-28 {
    top: 7rem;
  }

  .touch\:top-30 {
    top: 30px;
  }

  .touch\:top-32 {
    top: 8rem;
  }

  .touch\:top-36 {
    top: 9rem;
  }

  .touch\:top-40 {
    top: 10rem;
  }

  .touch\:top-44 {
    top: 11rem;
  }

  .touch\:top-48 {
    top: 48px;
  }

  .touch\:top-52 {
    top: 13rem;
  }

  .touch\:top-56 {
    top: 14rem;
  }

  .touch\:top-60 {
    top: 60px;
  }

  .touch\:top-64 {
    top: 16rem;
  }

  .touch\:top-72 {
    top: 18rem;
  }

  .touch\:top-80 {
    top: 20rem;
  }

  .touch\:top-95 {
    top: 95px;
  }

  .touch\:top-96 {
    top: 24rem;
  }

  .touch\:top-120 {
    top: 120px;
  }

  .touch\:top-190 {
    top: 190px;
  }

  .touch\:top-auto {
    top: auto;
  }

  .touch\:top-px {
    top: 1px;
  }

  .touch\:top-0\.5 {
    top: 0.125rem;
  }

  .touch\:top-1\.5 {
    top: 0.375rem;
  }

  .touch\:top-2\.5 {
    top: 0.625rem;
  }

  .touch\:top-3\.5 {
    top: 0.875rem;
  }

  .touch\:top-30\% {
    top: 30%;
  }

  .touch\:top-7\.5r {
    top: 1.875rem;
  }

  .touch\:-top-1 {
    top: -0.25rem;
  }

  .touch\:-top-2 {
    top: -0.5rem;
  }

  .touch\:-top-3 {
    top: -0.75rem;
  }

  .touch\:-top-4 {
    top: -1rem;
  }

  .touch\:-top-5 {
    top: -5px;
  }

  .touch\:-top-6 {
    top: -1.5rem;
  }

  .touch\:-top-7 {
    top: -1.75rem;
  }

  .touch\:-top-8 {
    top: -2rem;
  }

  .touch\:-top-9 {
    top: -2.25rem;
  }

  .touch\:-top-10 {
    top: -10px;
  }

  .touch\:-top-11 {
    top: -2.75rem;
  }

  .touch\:-top-12 {
    top: -3rem;
  }

  .touch\:-top-14 {
    top: -14px;
  }

  .touch\:-top-16 {
    top: -16px;
  }

  .touch\:-top-20 {
    top: -20px;
  }

  .touch\:-top-24 {
    top: -24px;
  }

  .touch\:-top-28 {
    top: -7rem;
  }

  .touch\:-top-30 {
    top: -30px;
  }

  .touch\:-top-32 {
    top: -8rem;
  }

  .touch\:-top-36 {
    top: -9rem;
  }

  .touch\:-top-40 {
    top: -10rem;
  }

  .touch\:-top-44 {
    top: -11rem;
  }

  .touch\:-top-48 {
    top: -48px;
  }

  .touch\:-top-52 {
    top: -13rem;
  }

  .touch\:-top-56 {
    top: -14rem;
  }

  .touch\:-top-60 {
    top: -60px;
  }

  .touch\:-top-64 {
    top: -16rem;
  }

  .touch\:-top-72 {
    top: -18rem;
  }

  .touch\:-top-80 {
    top: -20rem;
  }

  .touch\:-top-95 {
    top: -95px;
  }

  .touch\:-top-96 {
    top: -24rem;
  }

  .touch\:-top-120 {
    top: -120px;
  }

  .touch\:-top-190 {
    top: -190px;
  }

  .touch\:-top-px {
    top: -1px;
  }

  .touch\:-top-0\.5 {
    top: -0.125rem;
  }

  .touch\:-top-1\.5 {
    top: -0.375rem;
  }

  .touch\:-top-2\.5 {
    top: -0.625rem;
  }

  .touch\:-top-3\.5 {
    top: -0.875rem;
  }

  .touch\:-top-30\% {
    top: -30%;
  }

  .touch\:-top-7\.5r {
    top: -1.875rem;
  }

  .touch\:top-1\/2 {
    top: 50%;
  }

  .touch\:top-1\/3 {
    top: 33.333333%;
  }

  .touch\:top-2\/3 {
    top: 66.666667%;
  }

  .touch\:top-1\/4 {
    top: 25%;
  }

  .touch\:top-2\/4 {
    top: 50%;
  }

  .touch\:top-3\/4 {
    top: 75%;
  }

  .touch\:top-full {
    top: 100%;
  }

  .touch\:-top-1\/2 {
    top: -50%;
  }

  .touch\:-top-1\/3 {
    top: -33.333333%;
  }

  .touch\:-top-2\/3 {
    top: -66.666667%;
  }

  .touch\:-top-1\/4 {
    top: -25%;
  }

  .touch\:-top-2\/4 {
    top: -50%;
  }

  .touch\:-top-3\/4 {
    top: -75%;
  }

  .touch\:-top-full {
    top: -100%;
  }

  .touch\:right-0 {
    right: 0;
  }

  .touch\:right-1 {
    right: 0.25rem;
  }

  .touch\:right-2 {
    right: 0.5rem;
  }

  .touch\:right-3 {
    right: 0.75rem;
  }

  .touch\:right-4 {
    right: 1rem;
  }

  .touch\:right-5 {
    right: 5px;
  }

  .touch\:right-6 {
    right: 1.5rem;
  }

  .touch\:right-7 {
    right: 1.75rem;
  }

  .touch\:right-8 {
    right: 2rem;
  }

  .touch\:right-9 {
    right: 2.25rem;
  }

  .touch\:right-10 {
    right: 10px;
  }

  .touch\:right-11 {
    right: 2.75rem;
  }

  .touch\:right-12 {
    right: 3rem;
  }

  .touch\:right-14 {
    right: 14px;
  }

  .touch\:right-16 {
    right: 16px;
  }

  .touch\:right-20 {
    right: 20px;
  }

  .touch\:right-24 {
    right: 24px;
  }

  .touch\:right-28 {
    right: 7rem;
  }

  .touch\:right-30 {
    right: 30px;
  }

  .touch\:right-32 {
    right: 8rem;
  }

  .touch\:right-36 {
    right: 9rem;
  }

  .touch\:right-40 {
    right: 10rem;
  }

  .touch\:right-44 {
    right: 11rem;
  }

  .touch\:right-48 {
    right: 48px;
  }

  .touch\:right-52 {
    right: 13rem;
  }

  .touch\:right-56 {
    right: 14rem;
  }

  .touch\:right-60 {
    right: 60px;
  }

  .touch\:right-64 {
    right: 16rem;
  }

  .touch\:right-72 {
    right: 18rem;
  }

  .touch\:right-80 {
    right: 20rem;
  }

  .touch\:right-95 {
    right: 95px;
  }

  .touch\:right-96 {
    right: 24rem;
  }

  .touch\:right-120 {
    right: 120px;
  }

  .touch\:right-190 {
    right: 190px;
  }

  .touch\:right-auto {
    right: auto;
  }

  .touch\:right-px {
    right: 1px;
  }

  .touch\:right-0\.5 {
    right: 0.125rem;
  }

  .touch\:right-1\.5 {
    right: 0.375rem;
  }

  .touch\:right-2\.5 {
    right: 0.625rem;
  }

  .touch\:right-3\.5 {
    right: 0.875rem;
  }

  .touch\:right-30\% {
    right: 30%;
  }

  .touch\:right-7\.5r {
    right: 1.875rem;
  }

  .touch\:-right-1 {
    right: -0.25rem;
  }

  .touch\:-right-2 {
    right: -0.5rem;
  }

  .touch\:-right-3 {
    right: -0.75rem;
  }

  .touch\:-right-4 {
    right: -1rem;
  }

  .touch\:-right-5 {
    right: -5px;
  }

  .touch\:-right-6 {
    right: -1.5rem;
  }

  .touch\:-right-7 {
    right: -1.75rem;
  }

  .touch\:-right-8 {
    right: -2rem;
  }

  .touch\:-right-9 {
    right: -2.25rem;
  }

  .touch\:-right-10 {
    right: -10px;
  }

  .touch\:-right-11 {
    right: -2.75rem;
  }

  .touch\:-right-12 {
    right: -3rem;
  }

  .touch\:-right-14 {
    right: -14px;
  }

  .touch\:-right-16 {
    right: -16px;
  }

  .touch\:-right-20 {
    right: -20px;
  }

  .touch\:-right-24 {
    right: -24px;
  }

  .touch\:-right-28 {
    right: -7rem;
  }

  .touch\:-right-30 {
    right: -30px;
  }

  .touch\:-right-32 {
    right: -8rem;
  }

  .touch\:-right-36 {
    right: -9rem;
  }

  .touch\:-right-40 {
    right: -10rem;
  }

  .touch\:-right-44 {
    right: -11rem;
  }

  .touch\:-right-48 {
    right: -48px;
  }

  .touch\:-right-52 {
    right: -13rem;
  }

  .touch\:-right-56 {
    right: -14rem;
  }

  .touch\:-right-60 {
    right: -60px;
  }

  .touch\:-right-64 {
    right: -16rem;
  }

  .touch\:-right-72 {
    right: -18rem;
  }

  .touch\:-right-80 {
    right: -20rem;
  }

  .touch\:-right-95 {
    right: -95px;
  }

  .touch\:-right-96 {
    right: -24rem;
  }

  .touch\:-right-120 {
    right: -120px;
  }

  .touch\:-right-190 {
    right: -190px;
  }

  .touch\:-right-px {
    right: -1px;
  }

  .touch\:-right-0\.5 {
    right: -0.125rem;
  }

  .touch\:-right-1\.5 {
    right: -0.375rem;
  }

  .touch\:-right-2\.5 {
    right: -0.625rem;
  }

  .touch\:-right-3\.5 {
    right: -0.875rem;
  }

  .touch\:-right-30\% {
    right: -30%;
  }

  .touch\:-right-7\.5r {
    right: -1.875rem;
  }

  .touch\:right-1\/2 {
    right: 50%;
  }

  .touch\:right-1\/3 {
    right: 33.333333%;
  }

  .touch\:right-2\/3 {
    right: 66.666667%;
  }

  .touch\:right-1\/4 {
    right: 25%;
  }

  .touch\:right-2\/4 {
    right: 50%;
  }

  .touch\:right-3\/4 {
    right: 75%;
  }

  .touch\:right-full {
    right: 100%;
  }

  .touch\:-right-1\/2 {
    right: -50%;
  }

  .touch\:-right-1\/3 {
    right: -33.333333%;
  }

  .touch\:-right-2\/3 {
    right: -66.666667%;
  }

  .touch\:-right-1\/4 {
    right: -25%;
  }

  .touch\:-right-2\/4 {
    right: -50%;
  }

  .touch\:-right-3\/4 {
    right: -75%;
  }

  .touch\:-right-full {
    right: -100%;
  }

  .touch\:bottom-0 {
    bottom: 0;
  }

  .touch\:bottom-1 {
    bottom: 0.25rem;
  }

  .touch\:bottom-2 {
    bottom: 0.5rem;
  }

  .touch\:bottom-3 {
    bottom: 0.75rem;
  }

  .touch\:bottom-4 {
    bottom: 1rem;
  }

  .touch\:bottom-5 {
    bottom: 5px;
  }

  .touch\:bottom-6 {
    bottom: 1.5rem;
  }

  .touch\:bottom-7 {
    bottom: 1.75rem;
  }

  .touch\:bottom-8 {
    bottom: 2rem;
  }

  .touch\:bottom-9 {
    bottom: 2.25rem;
  }

  .touch\:bottom-10 {
    bottom: 10px;
  }

  .touch\:bottom-11 {
    bottom: 2.75rem;
  }

  .touch\:bottom-12 {
    bottom: 3rem;
  }

  .touch\:bottom-14 {
    bottom: 14px;
  }

  .touch\:bottom-16 {
    bottom: 16px;
  }

  .touch\:bottom-20 {
    bottom: 20px;
  }

  .touch\:bottom-24 {
    bottom: 24px;
  }

  .touch\:bottom-28 {
    bottom: 7rem;
  }

  .touch\:bottom-30 {
    bottom: 30px;
  }

  .touch\:bottom-32 {
    bottom: 8rem;
  }

  .touch\:bottom-36 {
    bottom: 9rem;
  }

  .touch\:bottom-40 {
    bottom: 10rem;
  }

  .touch\:bottom-44 {
    bottom: 11rem;
  }

  .touch\:bottom-48 {
    bottom: 48px;
  }

  .touch\:bottom-52 {
    bottom: 13rem;
  }

  .touch\:bottom-56 {
    bottom: 14rem;
  }

  .touch\:bottom-60 {
    bottom: 60px;
  }

  .touch\:bottom-64 {
    bottom: 16rem;
  }

  .touch\:bottom-72 {
    bottom: 18rem;
  }

  .touch\:bottom-80 {
    bottom: 20rem;
  }

  .touch\:bottom-95 {
    bottom: 95px;
  }

  .touch\:bottom-96 {
    bottom: 24rem;
  }

  .touch\:bottom-120 {
    bottom: 120px;
  }

  .touch\:bottom-190 {
    bottom: 190px;
  }

  .touch\:bottom-auto {
    bottom: auto;
  }

  .touch\:bottom-px {
    bottom: 1px;
  }

  .touch\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .touch\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .touch\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .touch\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .touch\:bottom-30\% {
    bottom: 30%;
  }

  .touch\:bottom-7\.5r {
    bottom: 1.875rem;
  }

  .touch\:-bottom-1 {
    bottom: -0.25rem;
  }

  .touch\:-bottom-2 {
    bottom: -0.5rem;
  }

  .touch\:-bottom-3 {
    bottom: -0.75rem;
  }

  .touch\:-bottom-4 {
    bottom: -1rem;
  }

  .touch\:-bottom-5 {
    bottom: -5px;
  }

  .touch\:-bottom-6 {
    bottom: -1.5rem;
  }

  .touch\:-bottom-7 {
    bottom: -1.75rem;
  }

  .touch\:-bottom-8 {
    bottom: -2rem;
  }

  .touch\:-bottom-9 {
    bottom: -2.25rem;
  }

  .touch\:-bottom-10 {
    bottom: -10px;
  }

  .touch\:-bottom-11 {
    bottom: -2.75rem;
  }

  .touch\:-bottom-12 {
    bottom: -3rem;
  }

  .touch\:-bottom-14 {
    bottom: -14px;
  }

  .touch\:-bottom-16 {
    bottom: -16px;
  }

  .touch\:-bottom-20 {
    bottom: -20px;
  }

  .touch\:-bottom-24 {
    bottom: -24px;
  }

  .touch\:-bottom-28 {
    bottom: -7rem;
  }

  .touch\:-bottom-30 {
    bottom: -30px;
  }

  .touch\:-bottom-32 {
    bottom: -8rem;
  }

  .touch\:-bottom-36 {
    bottom: -9rem;
  }

  .touch\:-bottom-40 {
    bottom: -10rem;
  }

  .touch\:-bottom-44 {
    bottom: -11rem;
  }

  .touch\:-bottom-48 {
    bottom: -48px;
  }

  .touch\:-bottom-52 {
    bottom: -13rem;
  }

  .touch\:-bottom-56 {
    bottom: -14rem;
  }

  .touch\:-bottom-60 {
    bottom: -60px;
  }

  .touch\:-bottom-64 {
    bottom: -16rem;
  }

  .touch\:-bottom-72 {
    bottom: -18rem;
  }

  .touch\:-bottom-80 {
    bottom: -20rem;
  }

  .touch\:-bottom-95 {
    bottom: -95px;
  }

  .touch\:-bottom-96 {
    bottom: -24rem;
  }

  .touch\:-bottom-120 {
    bottom: -120px;
  }

  .touch\:-bottom-190 {
    bottom: -190px;
  }

  .touch\:-bottom-px {
    bottom: -1px;
  }

  .touch\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .touch\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .touch\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .touch\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .touch\:-bottom-30\% {
    bottom: -30%;
  }

  .touch\:-bottom-7\.5r {
    bottom: -1.875rem;
  }

  .touch\:bottom-1\/2 {
    bottom: 50%;
  }

  .touch\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .touch\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .touch\:bottom-1\/4 {
    bottom: 25%;
  }

  .touch\:bottom-2\/4 {
    bottom: 50%;
  }

  .touch\:bottom-3\/4 {
    bottom: 75%;
  }

  .touch\:bottom-full {
    bottom: 100%;
  }

  .touch\:-bottom-1\/2 {
    bottom: -50%;
  }

  .touch\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .touch\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .touch\:-bottom-1\/4 {
    bottom: -25%;
  }

  .touch\:-bottom-2\/4 {
    bottom: -50%;
  }

  .touch\:-bottom-3\/4 {
    bottom: -75%;
  }

  .touch\:-bottom-full {
    bottom: -100%;
  }

  .touch\:left-0 {
    left: 0;
  }

  .touch\:left-1 {
    left: 0.25rem;
  }

  .touch\:left-2 {
    left: 0.5rem;
  }

  .touch\:left-3 {
    left: 0.75rem;
  }

  .touch\:left-4 {
    left: 1rem;
  }

  .touch\:left-5 {
    left: 5px;
  }

  .touch\:left-6 {
    left: 1.5rem;
  }

  .touch\:left-7 {
    left: 1.75rem;
  }

  .touch\:left-8 {
    left: 2rem;
  }

  .touch\:left-9 {
    left: 2.25rem;
  }

  .touch\:left-10 {
    left: 10px;
  }

  .touch\:left-11 {
    left: 2.75rem;
  }

  .touch\:left-12 {
    left: 3rem;
  }

  .touch\:left-14 {
    left: 14px;
  }

  .touch\:left-16 {
    left: 16px;
  }

  .touch\:left-20 {
    left: 20px;
  }

  .touch\:left-24 {
    left: 24px;
  }

  .touch\:left-28 {
    left: 7rem;
  }

  .touch\:left-30 {
    left: 30px;
  }

  .touch\:left-32 {
    left: 8rem;
  }

  .touch\:left-36 {
    left: 9rem;
  }

  .touch\:left-40 {
    left: 10rem;
  }

  .touch\:left-44 {
    left: 11rem;
  }

  .touch\:left-48 {
    left: 48px;
  }

  .touch\:left-52 {
    left: 13rem;
  }

  .touch\:left-56 {
    left: 14rem;
  }

  .touch\:left-60 {
    left: 60px;
  }

  .touch\:left-64 {
    left: 16rem;
  }

  .touch\:left-72 {
    left: 18rem;
  }

  .touch\:left-80 {
    left: 20rem;
  }

  .touch\:left-95 {
    left: 95px;
  }

  .touch\:left-96 {
    left: 24rem;
  }

  .touch\:left-120 {
    left: 120px;
  }

  .touch\:left-190 {
    left: 190px;
  }

  .touch\:left-auto {
    left: auto;
  }

  .touch\:left-px {
    left: 1px;
  }

  .touch\:left-0\.5 {
    left: 0.125rem;
  }

  .touch\:left-1\.5 {
    left: 0.375rem;
  }

  .touch\:left-2\.5 {
    left: 0.625rem;
  }

  .touch\:left-3\.5 {
    left: 0.875rem;
  }

  .touch\:left-30\% {
    left: 30%;
  }

  .touch\:left-7\.5r {
    left: 1.875rem;
  }

  .touch\:-left-1 {
    left: -0.25rem;
  }

  .touch\:-left-2 {
    left: -0.5rem;
  }

  .touch\:-left-3 {
    left: -0.75rem;
  }

  .touch\:-left-4 {
    left: -1rem;
  }

  .touch\:-left-5 {
    left: -5px;
  }

  .touch\:-left-6 {
    left: -1.5rem;
  }

  .touch\:-left-7 {
    left: -1.75rem;
  }

  .touch\:-left-8 {
    left: -2rem;
  }

  .touch\:-left-9 {
    left: -2.25rem;
  }

  .touch\:-left-10 {
    left: -10px;
  }

  .touch\:-left-11 {
    left: -2.75rem;
  }

  .touch\:-left-12 {
    left: -3rem;
  }

  .touch\:-left-14 {
    left: -14px;
  }

  .touch\:-left-16 {
    left: -16px;
  }

  .touch\:-left-20 {
    left: -20px;
  }

  .touch\:-left-24 {
    left: -24px;
  }

  .touch\:-left-28 {
    left: -7rem;
  }

  .touch\:-left-30 {
    left: -30px;
  }

  .touch\:-left-32 {
    left: -8rem;
  }

  .touch\:-left-36 {
    left: -9rem;
  }

  .touch\:-left-40 {
    left: -10rem;
  }

  .touch\:-left-44 {
    left: -11rem;
  }

  .touch\:-left-48 {
    left: -48px;
  }

  .touch\:-left-52 {
    left: -13rem;
  }

  .touch\:-left-56 {
    left: -14rem;
  }

  .touch\:-left-60 {
    left: -60px;
  }

  .touch\:-left-64 {
    left: -16rem;
  }

  .touch\:-left-72 {
    left: -18rem;
  }

  .touch\:-left-80 {
    left: -20rem;
  }

  .touch\:-left-95 {
    left: -95px;
  }

  .touch\:-left-96 {
    left: -24rem;
  }

  .touch\:-left-120 {
    left: -120px;
  }

  .touch\:-left-190 {
    left: -190px;
  }

  .touch\:-left-px {
    left: -1px;
  }

  .touch\:-left-0\.5 {
    left: -0.125rem;
  }

  .touch\:-left-1\.5 {
    left: -0.375rem;
  }

  .touch\:-left-2\.5 {
    left: -0.625rem;
  }

  .touch\:-left-3\.5 {
    left: -0.875rem;
  }

  .touch\:-left-30\% {
    left: -30%;
  }

  .touch\:-left-7\.5r {
    left: -1.875rem;
  }

  .touch\:left-1\/2 {
    left: 50%;
  }

  .touch\:left-1\/3 {
    left: 33.333333%;
  }

  .touch\:left-2\/3 {
    left: 66.666667%;
  }

  .touch\:left-1\/4 {
    left: 25%;
  }

  .touch\:left-2\/4 {
    left: 50%;
  }

  .touch\:left-3\/4 {
    left: 75%;
  }

  .touch\:left-full {
    left: 100%;
  }

  .touch\:-left-1\/2 {
    left: -50%;
  }

  .touch\:-left-1\/3 {
    left: -33.333333%;
  }

  .touch\:-left-2\/3 {
    left: -66.666667%;
  }

  .touch\:-left-1\/4 {
    left: -25%;
  }

  .touch\:-left-2\/4 {
    left: -50%;
  }

  .touch\:-left-3\/4 {
    left: -75%;
  }

  .touch\:-left-full {
    left: -100%;
  }

  .touch\:isolate {
    isolation: isolate;
  }

  .touch\:isolation-auto {
    isolation: auto;
  }

  .touch\:z-0 {
    z-index: 0;
  }

  .touch\:z-1 {
    z-index: 1;
  }

  .touch\:z-10 {
    z-index: 10;
  }

  .touch\:z-20 {
    z-index: 20;
  }

  .touch\:z-30 {
    z-index: 30;
  }

  .touch\:z-40 {
    z-index: 40;
  }

  .touch\:z-50 {
    z-index: 50;
  }

  .touch\:z-auto {
    z-index: auto;
  }

  .touch\:-z-1 {
    z-index: -1;
  }

  .touch\:-z-10 {
    z-index: -10;
  }

  .touch\:-z-20 {
    z-index: -20;
  }

  .touch\:focus-within\:z-0[focus-within] {
    z-index: 0;
  }

  .touch\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .touch\:focus-within\:z-1[focus-within] {
    z-index: 1;
  }

  .touch\:focus-within\:z-1:focus-within {
    z-index: 1;
  }

  .touch\:focus-within\:z-10[focus-within] {
    z-index: 10;
  }

  .touch\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .touch\:focus-within\:z-20[focus-within] {
    z-index: 20;
  }

  .touch\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .touch\:focus-within\:z-30[focus-within] {
    z-index: 30;
  }

  .touch\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .touch\:focus-within\:z-40[focus-within] {
    z-index: 40;
  }

  .touch\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .touch\:focus-within\:z-50[focus-within] {
    z-index: 50;
  }

  .touch\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .touch\:focus-within\:z-auto[focus-within] {
    z-index: auto;
  }

  .touch\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .touch\:focus-within\:-z-1[focus-within] {
    z-index: -1;
  }

  .touch\:focus-within\:-z-1:focus-within {
    z-index: -1;
  }

  .touch\:focus-within\:-z-10[focus-within] {
    z-index: -10;
  }

  .touch\:focus-within\:-z-10:focus-within {
    z-index: -10;
  }

  .touch\:focus-within\:-z-20[focus-within] {
    z-index: -20;
  }

  .touch\:focus-within\:-z-20:focus-within {
    z-index: -20;
  }

  .touch\:focus\:z-0:focus {
    z-index: 0;
  }

  .touch\:focus\:z-1:focus {
    z-index: 1;
  }

  .touch\:focus\:z-10:focus {
    z-index: 10;
  }

  .touch\:focus\:z-20:focus {
    z-index: 20;
  }

  .touch\:focus\:z-30:focus {
    z-index: 30;
  }

  .touch\:focus\:z-40:focus {
    z-index: 40;
  }

  .touch\:focus\:z-50:focus {
    z-index: 50;
  }

  .touch\:focus\:z-auto:focus {
    z-index: auto;
  }

  .touch\:focus\:-z-1:focus {
    z-index: -1;
  }

  .touch\:focus\:-z-10:focus {
    z-index: -10;
  }

  .touch\:focus\:-z-20:focus {
    z-index: -20;
  }

  .touch\:order-1 {
    order: 1;
  }

  .touch\:order-2 {
    order: 2;
  }

  .touch\:order-3 {
    order: 3;
  }

  .touch\:order-4 {
    order: 4;
  }

  .touch\:order-5 {
    order: 5;
  }

  .touch\:order-6 {
    order: 6;
  }

  .touch\:order-7 {
    order: 7;
  }

  .touch\:order-8 {
    order: 8;
  }

  .touch\:order-9 {
    order: 9;
  }

  .touch\:order-10 {
    order: 10;
  }

  .touch\:order-11 {
    order: 11;
  }

  .touch\:order-12 {
    order: 12;
  }

  .touch\:order-first {
    order: -9999;
  }

  .touch\:order-last {
    order: 9999;
  }

  .touch\:order-none {
    order: 0;
  }

  .touch\:col-auto {
    grid-column: auto;
  }

  .touch\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .touch\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .touch\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .touch\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .touch\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .touch\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .touch\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .touch\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .touch\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .touch\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .touch\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .touch\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .touch\:col-span-full {
    grid-column: 1 / -1;
  }

  .touch\:col-start-1 {
    grid-column-start: 1;
  }

  .touch\:col-start-2 {
    grid-column-start: 2;
  }

  .touch\:col-start-3 {
    grid-column-start: 3;
  }

  .touch\:col-start-4 {
    grid-column-start: 4;
  }

  .touch\:col-start-5 {
    grid-column-start: 5;
  }

  .touch\:col-start-6 {
    grid-column-start: 6;
  }

  .touch\:col-start-7 {
    grid-column-start: 7;
  }

  .touch\:col-start-8 {
    grid-column-start: 8;
  }

  .touch\:col-start-9 {
    grid-column-start: 9;
  }

  .touch\:col-start-10 {
    grid-column-start: 10;
  }

  .touch\:col-start-11 {
    grid-column-start: 11;
  }

  .touch\:col-start-12 {
    grid-column-start: 12;
  }

  .touch\:col-start-13 {
    grid-column-start: 13;
  }

  .touch\:col-start-auto {
    grid-column-start: auto;
  }

  .touch\:col-end-1 {
    grid-column-end: 1;
  }

  .touch\:col-end-2 {
    grid-column-end: 2;
  }

  .touch\:col-end-3 {
    grid-column-end: 3;
  }

  .touch\:col-end-4 {
    grid-column-end: 4;
  }

  .touch\:col-end-5 {
    grid-column-end: 5;
  }

  .touch\:col-end-6 {
    grid-column-end: 6;
  }

  .touch\:col-end-7 {
    grid-column-end: 7;
  }

  .touch\:col-end-8 {
    grid-column-end: 8;
  }

  .touch\:col-end-9 {
    grid-column-end: 9;
  }

  .touch\:col-end-10 {
    grid-column-end: 10;
  }

  .touch\:col-end-11 {
    grid-column-end: 11;
  }

  .touch\:col-end-12 {
    grid-column-end: 12;
  }

  .touch\:col-end-13 {
    grid-column-end: 13;
  }

  .touch\:col-end-auto {
    grid-column-end: auto;
  }

  .touch\:row-auto {
    grid-row: auto;
  }

  .touch\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .touch\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .touch\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .touch\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .touch\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .touch\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .touch\:row-span-full {
    grid-row: 1 / -1;
  }

  .touch\:row-start-1 {
    grid-row-start: 1;
  }

  .touch\:row-start-2 {
    grid-row-start: 2;
  }

  .touch\:row-start-3 {
    grid-row-start: 3;
  }

  .touch\:row-start-4 {
    grid-row-start: 4;
  }

  .touch\:row-start-5 {
    grid-row-start: 5;
  }

  .touch\:row-start-6 {
    grid-row-start: 6;
  }

  .touch\:row-start-7 {
    grid-row-start: 7;
  }

  .touch\:row-start-auto {
    grid-row-start: auto;
  }

  .touch\:row-end-1 {
    grid-row-end: 1;
  }

  .touch\:row-end-2 {
    grid-row-end: 2;
  }

  .touch\:row-end-3 {
    grid-row-end: 3;
  }

  .touch\:row-end-4 {
    grid-row-end: 4;
  }

  .touch\:row-end-5 {
    grid-row-end: 5;
  }

  .touch\:row-end-6 {
    grid-row-end: 6;
  }

  .touch\:row-end-7 {
    grid-row-end: 7;
  }

  .touch\:row-end-auto {
    grid-row-end: auto;
  }

  .touch\:float-right {
    float: right;
  }

  .touch\:float-left {
    float: left;
  }

  .touch\:float-none {
    float: none;
  }

  .touch\:clear-left {
    clear: left;
  }

  .touch\:clear-right {
    clear: right;
  }

  .touch\:clear-both {
    clear: both;
  }

  .touch\:clear-none {
    clear: none;
  }

  .touch\:m-0 {
    margin: 0;
  }

  .touch\:m-1 {
    margin: 0.25rem;
  }

  .touch\:m-2 {
    margin: 0.5rem;
  }

  .touch\:m-3 {
    margin: 0.75rem;
  }

  .touch\:m-4 {
    margin: 1rem;
  }

  .touch\:m-5 {
    margin: 5px;
  }

  .touch\:m-6 {
    margin: 1.5rem;
  }

  .touch\:m-7 {
    margin: 1.75rem;
  }

  .touch\:m-8 {
    margin: 2rem;
  }

  .touch\:m-9 {
    margin: 2.25rem;
  }

  .touch\:m-10 {
    margin: 10px;
  }

  .touch\:m-11 {
    margin: 2.75rem;
  }

  .touch\:m-12 {
    margin: 3rem;
  }

  .touch\:m-14 {
    margin: 14px;
  }

  .touch\:m-16 {
    margin: 16px;
  }

  .touch\:m-20 {
    margin: 20px;
  }

  .touch\:m-24 {
    margin: 24px;
  }

  .touch\:m-28 {
    margin: 7rem;
  }

  .touch\:m-30 {
    margin: 30px;
  }

  .touch\:m-32 {
    margin: 8rem;
  }

  .touch\:m-36 {
    margin: 9rem;
  }

  .touch\:m-40 {
    margin: 10rem;
  }

  .touch\:m-44 {
    margin: 11rem;
  }

  .touch\:m-48 {
    margin: 48px;
  }

  .touch\:m-52 {
    margin: 13rem;
  }

  .touch\:m-56 {
    margin: 14rem;
  }

  .touch\:m-60 {
    margin: 60px;
  }

  .touch\:m-64 {
    margin: 16rem;
  }

  .touch\:m-72 {
    margin: 18rem;
  }

  .touch\:m-80 {
    margin: 20rem;
  }

  .touch\:m-95 {
    margin: 95px;
  }

  .touch\:m-96 {
    margin: 24rem;
  }

  .touch\:m-120 {
    margin: 120px;
  }

  .touch\:m-190 {
    margin: 190px;
  }

  .touch\:m-auto {
    margin: auto;
  }

  .touch\:m-px {
    margin: 1px;
  }

  .touch\:m-0\.5 {
    margin: 0.125rem;
  }

  .touch\:m-1\.5 {
    margin: 0.375rem;
  }

  .touch\:m-2\.5 {
    margin: 0.625rem;
  }

  .touch\:m-3\.5 {
    margin: 0.875rem;
  }

  .touch\:m-30\% {
    margin: 30%;
  }

  .touch\:m-7\.5r {
    margin: 1.875rem;
  }

  .touch\:-m-1 {
    margin: -0.25rem;
  }

  .touch\:-m-2 {
    margin: -0.5rem;
  }

  .touch\:-m-3 {
    margin: -0.75rem;
  }

  .touch\:-m-4 {
    margin: -1rem;
  }

  .touch\:-m-5 {
    margin: -5px;
  }

  .touch\:-m-6 {
    margin: -1.5rem;
  }

  .touch\:-m-7 {
    margin: -1.75rem;
  }

  .touch\:-m-8 {
    margin: -2rem;
  }

  .touch\:-m-9 {
    margin: -2.25rem;
  }

  .touch\:-m-10 {
    margin: -10px;
  }

  .touch\:-m-11 {
    margin: -2.75rem;
  }

  .touch\:-m-12 {
    margin: -3rem;
  }

  .touch\:-m-14 {
    margin: -14px;
  }

  .touch\:-m-16 {
    margin: -16px;
  }

  .touch\:-m-20 {
    margin: -20px;
  }

  .touch\:-m-24 {
    margin: -24px;
  }

  .touch\:-m-28 {
    margin: -7rem;
  }

  .touch\:-m-30 {
    margin: -30px;
  }

  .touch\:-m-32 {
    margin: -8rem;
  }

  .touch\:-m-36 {
    margin: -9rem;
  }

  .touch\:-m-40 {
    margin: -10rem;
  }

  .touch\:-m-44 {
    margin: -11rem;
  }

  .touch\:-m-48 {
    margin: -48px;
  }

  .touch\:-m-52 {
    margin: -13rem;
  }

  .touch\:-m-56 {
    margin: -14rem;
  }

  .touch\:-m-60 {
    margin: -60px;
  }

  .touch\:-m-64 {
    margin: -16rem;
  }

  .touch\:-m-72 {
    margin: -18rem;
  }

  .touch\:-m-80 {
    margin: -20rem;
  }

  .touch\:-m-95 {
    margin: -95px;
  }

  .touch\:-m-96 {
    margin: -24rem;
  }

  .touch\:-m-120 {
    margin: -120px;
  }

  .touch\:-m-190 {
    margin: -190px;
  }

  .touch\:-m-px {
    margin: -1px;
  }

  .touch\:-m-0\.5 {
    margin: -0.125rem;
  }

  .touch\:-m-1\.5 {
    margin: -0.375rem;
  }

  .touch\:-m-2\.5 {
    margin: -0.625rem;
  }

  .touch\:-m-3\.5 {
    margin: -0.875rem;
  }

  .touch\:-m-30\% {
    margin: -30%;
  }

  .touch\:-m-7\.5r {
    margin: -1.875rem;
  }

  .touch\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .touch\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .touch\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .touch\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .touch\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .touch\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .touch\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .touch\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .touch\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .touch\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .touch\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .touch\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .touch\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .touch\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .touch\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .touch\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .touch\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .touch\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .touch\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .touch\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .touch\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .touch\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .touch\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .touch\:mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .touch\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .touch\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .touch\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .touch\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .touch\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .touch\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .touch\:mx-95 {
    margin-left: 95px;
    margin-right: 95px;
  }

  .touch\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .touch\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .touch\:mx-190 {
    margin-left: 190px;
    margin-right: 190px;
  }

  .touch\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .touch\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .touch\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .touch\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .touch\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .touch\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .touch\:mx-30\% {
    margin-left: 30%;
    margin-right: 30%;
  }

  .touch\:mx-7\.5r {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .touch\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .touch\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .touch\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .touch\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .touch\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .touch\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .touch\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .touch\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .touch\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .touch\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .touch\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .touch\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .touch\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .touch\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .touch\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .touch\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .touch\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .touch\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .touch\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .touch\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .touch\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .touch\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .touch\:-mx-48 {
    margin-left: -48px;
    margin-right: -48px;
  }

  .touch\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .touch\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .touch\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .touch\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .touch\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .touch\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .touch\:-mx-95 {
    margin-left: -95px;
    margin-right: -95px;
  }

  .touch\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .touch\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .touch\:-mx-190 {
    margin-left: -190px;
    margin-right: -190px;
  }

  .touch\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .touch\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .touch\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .touch\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .touch\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .touch\:-mx-30\% {
    margin-left: -30%;
    margin-right: -30%;
  }

  .touch\:-mx-7\.5r {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .touch\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .touch\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .touch\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .touch\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .touch\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .touch\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .touch\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .touch\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .touch\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .touch\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .touch\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .touch\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .touch\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .touch\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .touch\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .touch\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .touch\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .touch\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .touch\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .touch\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .touch\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .touch\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .touch\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .touch\:my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .touch\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .touch\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .touch\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .touch\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .touch\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .touch\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .touch\:my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .touch\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .touch\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .touch\:my-190 {
    margin-top: 190px;
    margin-bottom: 190px;
  }

  .touch\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .touch\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .touch\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .touch\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .touch\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .touch\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .touch\:my-30\% {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .touch\:my-7\.5r {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .touch\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .touch\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .touch\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .touch\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .touch\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .touch\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .touch\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .touch\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .touch\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .touch\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .touch\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .touch\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .touch\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .touch\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .touch\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .touch\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .touch\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .touch\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .touch\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .touch\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .touch\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .touch\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .touch\:-my-48 {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .touch\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .touch\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .touch\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .touch\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .touch\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .touch\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .touch\:-my-95 {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .touch\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .touch\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .touch\:-my-190 {
    margin-top: -190px;
    margin-bottom: -190px;
  }

  .touch\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .touch\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .touch\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .touch\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .touch\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .touch\:-my-30\% {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .touch\:-my-7\.5r {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .touch\:mt-0 {
    margin-top: 0;
  }

  .touch\:mt-1 {
    margin-top: 0.25rem;
  }

  .touch\:mt-2 {
    margin-top: 0.5rem;
  }

  .touch\:mt-3 {
    margin-top: 0.75rem;
  }

  .touch\:mt-4 {
    margin-top: 1rem;
  }

  .touch\:mt-5 {
    margin-top: 5px;
  }

  .touch\:mt-6 {
    margin-top: 1.5rem;
  }

  .touch\:mt-7 {
    margin-top: 1.75rem;
  }

  .touch\:mt-8 {
    margin-top: 2rem;
  }

  .touch\:mt-9 {
    margin-top: 2.25rem;
  }

  .touch\:mt-10 {
    margin-top: 10px;
  }

  .touch\:mt-11 {
    margin-top: 2.75rem;
  }

  .touch\:mt-12 {
    margin-top: 3rem;
  }

  .touch\:mt-14 {
    margin-top: 14px;
  }

  .touch\:mt-16 {
    margin-top: 16px;
  }

  .touch\:mt-20 {
    margin-top: 20px;
  }

  .touch\:mt-24 {
    margin-top: 24px;
  }

  .touch\:mt-28 {
    margin-top: 7rem;
  }

  .touch\:mt-30 {
    margin-top: 30px;
  }

  .touch\:mt-32 {
    margin-top: 8rem;
  }

  .touch\:mt-36 {
    margin-top: 9rem;
  }

  .touch\:mt-40 {
    margin-top: 10rem;
  }

  .touch\:mt-44 {
    margin-top: 11rem;
  }

  .touch\:mt-48 {
    margin-top: 48px;
  }

  .touch\:mt-52 {
    margin-top: 13rem;
  }

  .touch\:mt-56 {
    margin-top: 14rem;
  }

  .touch\:mt-60 {
    margin-top: 60px;
  }

  .touch\:mt-64 {
    margin-top: 16rem;
  }

  .touch\:mt-72 {
    margin-top: 18rem;
  }

  .touch\:mt-80 {
    margin-top: 20rem;
  }

  .touch\:mt-95 {
    margin-top: 95px;
  }

  .touch\:mt-96 {
    margin-top: 24rem;
  }

  .touch\:mt-120 {
    margin-top: 120px;
  }

  .touch\:mt-190 {
    margin-top: 190px;
  }

  .touch\:mt-auto {
    margin-top: auto;
  }

  .touch\:mt-px {
    margin-top: 1px;
  }

  .touch\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .touch\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .touch\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .touch\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .touch\:mt-30\% {
    margin-top: 30%;
  }

  .touch\:mt-7\.5r {
    margin-top: 1.875rem;
  }

  .touch\:-mt-1 {
    margin-top: -0.25rem;
  }

  .touch\:-mt-2 {
    margin-top: -0.5rem;
  }

  .touch\:-mt-3 {
    margin-top: -0.75rem;
  }

  .touch\:-mt-4 {
    margin-top: -1rem;
  }

  .touch\:-mt-5 {
    margin-top: -5px;
  }

  .touch\:-mt-6 {
    margin-top: -1.5rem;
  }

  .touch\:-mt-7 {
    margin-top: -1.75rem;
  }

  .touch\:-mt-8 {
    margin-top: -2rem;
  }

  .touch\:-mt-9 {
    margin-top: -2.25rem;
  }

  .touch\:-mt-10 {
    margin-top: -10px;
  }

  .touch\:-mt-11 {
    margin-top: -2.75rem;
  }

  .touch\:-mt-12 {
    margin-top: -3rem;
  }

  .touch\:-mt-14 {
    margin-top: -14px;
  }

  .touch\:-mt-16 {
    margin-top: -16px;
  }

  .touch\:-mt-20 {
    margin-top: -20px;
  }

  .touch\:-mt-24 {
    margin-top: -24px;
  }

  .touch\:-mt-28 {
    margin-top: -7rem;
  }

  .touch\:-mt-30 {
    margin-top: -30px;
  }

  .touch\:-mt-32 {
    margin-top: -8rem;
  }

  .touch\:-mt-36 {
    margin-top: -9rem;
  }

  .touch\:-mt-40 {
    margin-top: -10rem;
  }

  .touch\:-mt-44 {
    margin-top: -11rem;
  }

  .touch\:-mt-48 {
    margin-top: -48px;
  }

  .touch\:-mt-52 {
    margin-top: -13rem;
  }

  .touch\:-mt-56 {
    margin-top: -14rem;
  }

  .touch\:-mt-60 {
    margin-top: -60px;
  }

  .touch\:-mt-64 {
    margin-top: -16rem;
  }

  .touch\:-mt-72 {
    margin-top: -18rem;
  }

  .touch\:-mt-80 {
    margin-top: -20rem;
  }

  .touch\:-mt-95 {
    margin-top: -95px;
  }

  .touch\:-mt-96 {
    margin-top: -24rem;
  }

  .touch\:-mt-120 {
    margin-top: -120px;
  }

  .touch\:-mt-190 {
    margin-top: -190px;
  }

  .touch\:-mt-px {
    margin-top: -1px;
  }

  .touch\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .touch\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .touch\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .touch\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .touch\:-mt-30\% {
    margin-top: -30%;
  }

  .touch\:-mt-7\.5r {
    margin-top: -1.875rem;
  }

  .touch\:mr-0 {
    margin-right: 0;
  }

  .touch\:mr-1 {
    margin-right: 0.25rem;
  }

  .touch\:mr-2 {
    margin-right: 0.5rem;
  }

  .touch\:mr-3 {
    margin-right: 0.75rem;
  }

  .touch\:mr-4 {
    margin-right: 1rem;
  }

  .touch\:mr-5 {
    margin-right: 5px;
  }

  .touch\:mr-6 {
    margin-right: 1.5rem;
  }

  .touch\:mr-7 {
    margin-right: 1.75rem;
  }

  .touch\:mr-8 {
    margin-right: 2rem;
  }

  .touch\:mr-9 {
    margin-right: 2.25rem;
  }

  .touch\:mr-10 {
    margin-right: 10px;
  }

  .touch\:mr-11 {
    margin-right: 2.75rem;
  }

  .touch\:mr-12 {
    margin-right: 3rem;
  }

  .touch\:mr-14 {
    margin-right: 14px;
  }

  .touch\:mr-16 {
    margin-right: 16px;
  }

  .touch\:mr-20 {
    margin-right: 20px;
  }

  .touch\:mr-24 {
    margin-right: 24px;
  }

  .touch\:mr-28 {
    margin-right: 7rem;
  }

  .touch\:mr-30 {
    margin-right: 30px;
  }

  .touch\:mr-32 {
    margin-right: 8rem;
  }

  .touch\:mr-36 {
    margin-right: 9rem;
  }

  .touch\:mr-40 {
    margin-right: 10rem;
  }

  .touch\:mr-44 {
    margin-right: 11rem;
  }

  .touch\:mr-48 {
    margin-right: 48px;
  }

  .touch\:mr-52 {
    margin-right: 13rem;
  }

  .touch\:mr-56 {
    margin-right: 14rem;
  }

  .touch\:mr-60 {
    margin-right: 60px;
  }

  .touch\:mr-64 {
    margin-right: 16rem;
  }

  .touch\:mr-72 {
    margin-right: 18rem;
  }

  .touch\:mr-80 {
    margin-right: 20rem;
  }

  .touch\:mr-95 {
    margin-right: 95px;
  }

  .touch\:mr-96 {
    margin-right: 24rem;
  }

  .touch\:mr-120 {
    margin-right: 120px;
  }

  .touch\:mr-190 {
    margin-right: 190px;
  }

  .touch\:mr-auto {
    margin-right: auto;
  }

  .touch\:mr-px {
    margin-right: 1px;
  }

  .touch\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .touch\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .touch\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .touch\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .touch\:mr-30\% {
    margin-right: 30%;
  }

  .touch\:mr-7\.5r {
    margin-right: 1.875rem;
  }

  .touch\:-mr-1 {
    margin-right: -0.25rem;
  }

  .touch\:-mr-2 {
    margin-right: -0.5rem;
  }

  .touch\:-mr-3 {
    margin-right: -0.75rem;
  }

  .touch\:-mr-4 {
    margin-right: -1rem;
  }

  .touch\:-mr-5 {
    margin-right: -5px;
  }

  .touch\:-mr-6 {
    margin-right: -1.5rem;
  }

  .touch\:-mr-7 {
    margin-right: -1.75rem;
  }

  .touch\:-mr-8 {
    margin-right: -2rem;
  }

  .touch\:-mr-9 {
    margin-right: -2.25rem;
  }

  .touch\:-mr-10 {
    margin-right: -10px;
  }

  .touch\:-mr-11 {
    margin-right: -2.75rem;
  }

  .touch\:-mr-12 {
    margin-right: -3rem;
  }

  .touch\:-mr-14 {
    margin-right: -14px;
  }

  .touch\:-mr-16 {
    margin-right: -16px;
  }

  .touch\:-mr-20 {
    margin-right: -20px;
  }

  .touch\:-mr-24 {
    margin-right: -24px;
  }

  .touch\:-mr-28 {
    margin-right: -7rem;
  }

  .touch\:-mr-30 {
    margin-right: -30px;
  }

  .touch\:-mr-32 {
    margin-right: -8rem;
  }

  .touch\:-mr-36 {
    margin-right: -9rem;
  }

  .touch\:-mr-40 {
    margin-right: -10rem;
  }

  .touch\:-mr-44 {
    margin-right: -11rem;
  }

  .touch\:-mr-48 {
    margin-right: -48px;
  }

  .touch\:-mr-52 {
    margin-right: -13rem;
  }

  .touch\:-mr-56 {
    margin-right: -14rem;
  }

  .touch\:-mr-60 {
    margin-right: -60px;
  }

  .touch\:-mr-64 {
    margin-right: -16rem;
  }

  .touch\:-mr-72 {
    margin-right: -18rem;
  }

  .touch\:-mr-80 {
    margin-right: -20rem;
  }

  .touch\:-mr-95 {
    margin-right: -95px;
  }

  .touch\:-mr-96 {
    margin-right: -24rem;
  }

  .touch\:-mr-120 {
    margin-right: -120px;
  }

  .touch\:-mr-190 {
    margin-right: -190px;
  }

  .touch\:-mr-px {
    margin-right: -1px;
  }

  .touch\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .touch\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .touch\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .touch\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .touch\:-mr-30\% {
    margin-right: -30%;
  }

  .touch\:-mr-7\.5r {
    margin-right: -1.875rem;
  }

  .touch\:mb-0 {
    margin-bottom: 0;
  }

  .touch\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .touch\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .touch\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .touch\:mb-4 {
    margin-bottom: 1rem;
  }

  .touch\:mb-5 {
    margin-bottom: 5px;
  }

  .touch\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .touch\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .touch\:mb-8 {
    margin-bottom: 2rem;
  }

  .touch\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .touch\:mb-10 {
    margin-bottom: 10px;
  }

  .touch\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .touch\:mb-12 {
    margin-bottom: 3rem;
  }

  .touch\:mb-14 {
    margin-bottom: 14px;
  }

  .touch\:mb-16 {
    margin-bottom: 16px;
  }

  .touch\:mb-20 {
    margin-bottom: 20px;
  }

  .touch\:mb-24 {
    margin-bottom: 24px;
  }

  .touch\:mb-28 {
    margin-bottom: 7rem;
  }

  .touch\:mb-30 {
    margin-bottom: 30px;
  }

  .touch\:mb-32 {
    margin-bottom: 8rem;
  }

  .touch\:mb-36 {
    margin-bottom: 9rem;
  }

  .touch\:mb-40 {
    margin-bottom: 10rem;
  }

  .touch\:mb-44 {
    margin-bottom: 11rem;
  }

  .touch\:mb-48 {
    margin-bottom: 48px;
  }

  .touch\:mb-52 {
    margin-bottom: 13rem;
  }

  .touch\:mb-56 {
    margin-bottom: 14rem;
  }

  .touch\:mb-60 {
    margin-bottom: 60px;
  }

  .touch\:mb-64 {
    margin-bottom: 16rem;
  }

  .touch\:mb-72 {
    margin-bottom: 18rem;
  }

  .touch\:mb-80 {
    margin-bottom: 20rem;
  }

  .touch\:mb-95 {
    margin-bottom: 95px;
  }

  .touch\:mb-96 {
    margin-bottom: 24rem;
  }

  .touch\:mb-120 {
    margin-bottom: 120px;
  }

  .touch\:mb-190 {
    margin-bottom: 190px;
  }

  .touch\:mb-auto {
    margin-bottom: auto;
  }

  .touch\:mb-px {
    margin-bottom: 1px;
  }

  .touch\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .touch\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .touch\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .touch\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .touch\:mb-30\% {
    margin-bottom: 30%;
  }

  .touch\:mb-7\.5r {
    margin-bottom: 1.875rem;
  }

  .touch\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .touch\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .touch\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .touch\:-mb-4 {
    margin-bottom: -1rem;
  }

  .touch\:-mb-5 {
    margin-bottom: -5px;
  }

  .touch\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .touch\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .touch\:-mb-8 {
    margin-bottom: -2rem;
  }

  .touch\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .touch\:-mb-10 {
    margin-bottom: -10px;
  }

  .touch\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .touch\:-mb-12 {
    margin-bottom: -3rem;
  }

  .touch\:-mb-14 {
    margin-bottom: -14px;
  }

  .touch\:-mb-16 {
    margin-bottom: -16px;
  }

  .touch\:-mb-20 {
    margin-bottom: -20px;
  }

  .touch\:-mb-24 {
    margin-bottom: -24px;
  }

  .touch\:-mb-28 {
    margin-bottom: -7rem;
  }

  .touch\:-mb-30 {
    margin-bottom: -30px;
  }

  .touch\:-mb-32 {
    margin-bottom: -8rem;
  }

  .touch\:-mb-36 {
    margin-bottom: -9rem;
  }

  .touch\:-mb-40 {
    margin-bottom: -10rem;
  }

  .touch\:-mb-44 {
    margin-bottom: -11rem;
  }

  .touch\:-mb-48 {
    margin-bottom: -48px;
  }

  .touch\:-mb-52 {
    margin-bottom: -13rem;
  }

  .touch\:-mb-56 {
    margin-bottom: -14rem;
  }

  .touch\:-mb-60 {
    margin-bottom: -60px;
  }

  .touch\:-mb-64 {
    margin-bottom: -16rem;
  }

  .touch\:-mb-72 {
    margin-bottom: -18rem;
  }

  .touch\:-mb-80 {
    margin-bottom: -20rem;
  }

  .touch\:-mb-95 {
    margin-bottom: -95px;
  }

  .touch\:-mb-96 {
    margin-bottom: -24rem;
  }

  .touch\:-mb-120 {
    margin-bottom: -120px;
  }

  .touch\:-mb-190 {
    margin-bottom: -190px;
  }

  .touch\:-mb-px {
    margin-bottom: -1px;
  }

  .touch\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .touch\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .touch\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .touch\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .touch\:-mb-30\% {
    margin-bottom: -30%;
  }

  .touch\:-mb-7\.5r {
    margin-bottom: -1.875rem;
  }

  .touch\:ml-0 {
    margin-left: 0;
  }

  .touch\:ml-1 {
    margin-left: 0.25rem;
  }

  .touch\:ml-2 {
    margin-left: 0.5rem;
  }

  .touch\:ml-3 {
    margin-left: 0.75rem;
  }

  .touch\:ml-4 {
    margin-left: 1rem;
  }

  .touch\:ml-5 {
    margin-left: 5px;
  }

  .touch\:ml-6 {
    margin-left: 1.5rem;
  }

  .touch\:ml-7 {
    margin-left: 1.75rem;
  }

  .touch\:ml-8 {
    margin-left: 2rem;
  }

  .touch\:ml-9 {
    margin-left: 2.25rem;
  }

  .touch\:ml-10 {
    margin-left: 10px;
  }

  .touch\:ml-11 {
    margin-left: 2.75rem;
  }

  .touch\:ml-12 {
    margin-left: 3rem;
  }

  .touch\:ml-14 {
    margin-left: 14px;
  }

  .touch\:ml-16 {
    margin-left: 16px;
  }

  .touch\:ml-20 {
    margin-left: 20px;
  }

  .touch\:ml-24 {
    margin-left: 24px;
  }

  .touch\:ml-28 {
    margin-left: 7rem;
  }

  .touch\:ml-30 {
    margin-left: 30px;
  }

  .touch\:ml-32 {
    margin-left: 8rem;
  }

  .touch\:ml-36 {
    margin-left: 9rem;
  }

  .touch\:ml-40 {
    margin-left: 10rem;
  }

  .touch\:ml-44 {
    margin-left: 11rem;
  }

  .touch\:ml-48 {
    margin-left: 48px;
  }

  .touch\:ml-52 {
    margin-left: 13rem;
  }

  .touch\:ml-56 {
    margin-left: 14rem;
  }

  .touch\:ml-60 {
    margin-left: 60px;
  }

  .touch\:ml-64 {
    margin-left: 16rem;
  }

  .touch\:ml-72 {
    margin-left: 18rem;
  }

  .touch\:ml-80 {
    margin-left: 20rem;
  }

  .touch\:ml-95 {
    margin-left: 95px;
  }

  .touch\:ml-96 {
    margin-left: 24rem;
  }

  .touch\:ml-120 {
    margin-left: 120px;
  }

  .touch\:ml-190 {
    margin-left: 190px;
  }

  .touch\:ml-auto {
    margin-left: auto;
  }

  .touch\:ml-px {
    margin-left: 1px;
  }

  .touch\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .touch\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .touch\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .touch\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .touch\:ml-30\% {
    margin-left: 30%;
  }

  .touch\:ml-7\.5r {
    margin-left: 1.875rem;
  }

  .touch\:-ml-1 {
    margin-left: -0.25rem;
  }

  .touch\:-ml-2 {
    margin-left: -0.5rem;
  }

  .touch\:-ml-3 {
    margin-left: -0.75rem;
  }

  .touch\:-ml-4 {
    margin-left: -1rem;
  }

  .touch\:-ml-5 {
    margin-left: -5px;
  }

  .touch\:-ml-6 {
    margin-left: -1.5rem;
  }

  .touch\:-ml-7 {
    margin-left: -1.75rem;
  }

  .touch\:-ml-8 {
    margin-left: -2rem;
  }

  .touch\:-ml-9 {
    margin-left: -2.25rem;
  }

  .touch\:-ml-10 {
    margin-left: -10px;
  }

  .touch\:-ml-11 {
    margin-left: -2.75rem;
  }

  .touch\:-ml-12 {
    margin-left: -3rem;
  }

  .touch\:-ml-14 {
    margin-left: -14px;
  }

  .touch\:-ml-16 {
    margin-left: -16px;
  }

  .touch\:-ml-20 {
    margin-left: -20px;
  }

  .touch\:-ml-24 {
    margin-left: -24px;
  }

  .touch\:-ml-28 {
    margin-left: -7rem;
  }

  .touch\:-ml-30 {
    margin-left: -30px;
  }

  .touch\:-ml-32 {
    margin-left: -8rem;
  }

  .touch\:-ml-36 {
    margin-left: -9rem;
  }

  .touch\:-ml-40 {
    margin-left: -10rem;
  }

  .touch\:-ml-44 {
    margin-left: -11rem;
  }

  .touch\:-ml-48 {
    margin-left: -48px;
  }

  .touch\:-ml-52 {
    margin-left: -13rem;
  }

  .touch\:-ml-56 {
    margin-left: -14rem;
  }

  .touch\:-ml-60 {
    margin-left: -60px;
  }

  .touch\:-ml-64 {
    margin-left: -16rem;
  }

  .touch\:-ml-72 {
    margin-left: -18rem;
  }

  .touch\:-ml-80 {
    margin-left: -20rem;
  }

  .touch\:-ml-95 {
    margin-left: -95px;
  }

  .touch\:-ml-96 {
    margin-left: -24rem;
  }

  .touch\:-ml-120 {
    margin-left: -120px;
  }

  .touch\:-ml-190 {
    margin-left: -190px;
  }

  .touch\:-ml-px {
    margin-left: -1px;
  }

  .touch\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .touch\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .touch\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .touch\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .touch\:-ml-30\% {
    margin-left: -30%;
  }

  .touch\:-ml-7\.5r {
    margin-left: -1.875rem;
  }

  .touch\:box-border {
    box-sizing: border-box;
  }

  .touch\:box-content {
    box-sizing: content-box;
  }

  .touch\:block {
    display: block;
  }

  .touch\:inline-block {
    display: inline-block;
  }

  .touch\:inline {
    display: inline;
  }

  .touch\:flex {
    display: flex;
  }

  .touch\:inline-flex {
    display: inline-flex;
  }

  .touch\:table {
    display: table;
  }

  .touch\:inline-table {
    display: inline-table;
  }

  .touch\:table-caption {
    display: table-caption;
  }

  .touch\:table-cell {
    display: table-cell;
  }

  .touch\:table-column {
    display: table-column;
  }

  .touch\:table-column-group {
    display: table-column-group;
  }

  .touch\:table-footer-group {
    display: table-footer-group;
  }

  .touch\:table-header-group {
    display: table-header-group;
  }

  .touch\:table-row-group {
    display: table-row-group;
  }

  .touch\:table-row {
    display: table-row;
  }

  .touch\:flow-root {
    display: flow-root;
  }

  .touch\:grid {
    display: grid;
  }

  .touch\:inline-grid {
    display: inline-grid;
  }

  .touch\:contents {
    display: contents;
  }

  .touch\:list-item {
    display: list-item;
  }

  .touch\:hidden {
    display: none;
  }

  .group:hover .touch\:group-hover\:block {
    display: block;
  }

  .group:hover .touch\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .touch\:group-hover\:inline {
    display: inline;
  }

  .group:hover .touch\:group-hover\:flex {
    display: flex;
  }

  .group:hover .touch\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .touch\:group-hover\:table {
    display: table;
  }

  .group:hover .touch\:group-hover\:inline-table {
    display: inline-table;
  }

  .group:hover .touch\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .touch\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .touch\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .touch\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .touch\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .touch\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .touch\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .touch\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .touch\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .touch\:group-hover\:grid {
    display: grid;
  }

  .group:hover .touch\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .touch\:group-hover\:contents {
    display: contents;
  }

  .group:hover .touch\:group-hover\:list-item {
    display: list-item;
  }

  .group:hover .touch\:group-hover\:hidden {
    display: none;
  }

  .touch\:h-0 {
    height: 0;
  }

  .touch\:h-1 {
    height: 0.25rem;
  }

  .touch\:h-2 {
    height: 0.5rem;
  }

  .touch\:h-3 {
    height: 0.75rem;
  }

  .touch\:h-4 {
    height: 1rem;
  }

  .touch\:h-5 {
    height: 5px;
  }

  .touch\:h-6 {
    height: 1.5rem;
  }

  .touch\:h-7 {
    height: 1.75rem;
  }

  .touch\:h-8 {
    height: 2rem;
  }

  .touch\:h-9 {
    height: 2.25rem;
  }

  .touch\:h-10 {
    height: 10px;
  }

  .touch\:h-11 {
    height: 2.75rem;
  }

  .touch\:h-12 {
    height: 12px;
  }

  .touch\:h-14 {
    height: 14px;
  }

  .touch\:h-16 {
    height: 16px;
  }

  .touch\:h-20 {
    height: 20px;
  }

  .touch\:h-24 {
    height: 24px;
  }

  .touch\:h-28 {
    height: 7rem;
  }

  .touch\:h-30 {
    height: 30px;
  }

  .touch\:h-32 {
    height: 8rem;
  }

  .touch\:h-36 {
    height: 9rem;
  }

  .touch\:h-40 {
    height: 10rem;
  }

  .touch\:h-42 {
    height: 42px;
  }

  .touch\:h-44 {
    height: 11rem;
  }

  .touch\:h-48 {
    height: 48px;
  }

  .touch\:h-52 {
    height: 13rem;
  }

  .touch\:h-56 {
    height: 14rem;
  }

  .touch\:h-60 {
    height: 60px;
  }

  .touch\:h-64 {
    height: 16rem;
  }

  .touch\:h-70 {
    height: 70px;
  }

  .touch\:h-72 {
    height: 18rem;
  }

  .touch\:h-78 {
    height: 78px;
  }

  .touch\:h-80 {
    height: 20rem;
  }

  .touch\:h-95 {
    height: 95px;
  }

  .touch\:h-96 {
    height: 24rem;
  }

  .touch\:h-120 {
    height: 120px;
  }

  .touch\:h-190 {
    height: 190px;
  }

  .touch\:h-auto {
    height: auto;
  }

  .touch\:h-px {
    height: 1px;
  }

  .touch\:h-0\.5 {
    height: 0.125rem;
  }

  .touch\:h-1\.5 {
    height: 0.375rem;
  }

  .touch\:h-2\.5 {
    height: 0.625rem;
  }

  .touch\:h-3\.5 {
    height: 0.875rem;
  }

  .touch\:h-30\% {
    height: 30%;
  }

  .touch\:h-7\.5r {
    height: 1.875rem;
  }

  .touch\:h-1\/2 {
    height: 50%;
  }

  .touch\:h-1\/3 {
    height: 33.333333%;
  }

  .touch\:h-2\/3 {
    height: 66.667%;
  }

  .touch\:h-1\/4 {
    height: 25%;
  }

  .touch\:h-2\/4 {
    height: 50%;
  }

  .touch\:h-3\/4 {
    height: 75%;
  }

  .touch\:h-1\/5 {
    height: 20%;
  }

  .touch\:h-2\/5 {
    height: 40%;
  }

  .touch\:h-3\/5 {
    height: 60%;
  }

  .touch\:h-4\/5 {
    height: 80%;
  }

  .touch\:h-1\/6 {
    height: 16.666667%;
  }

  .touch\:h-2\/6 {
    height: 33.333333%;
  }

  .touch\:h-3\/6 {
    height: 50%;
  }

  .touch\:h-4\/6 {
    height: 66.666667%;
  }

  .touch\:h-5\/6 {
    height: 83.333333%;
  }

  .touch\:h-full {
    height: 100%;
  }

  .touch\:h-screen {
    height: 100vh;
  }

  .touch\:h-20r {
    height: 5rem;
  }

  .touch\:h-50vh {
    height: 50vh;
  }

  .touch\:h-66vh {
    height: 66vh;
  }

  .touch\:h-75vh {
    height: 75vh;
  }

  .touch\:h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .touch\:max-h-0 {
    max-height: 0;
  }

  .touch\:max-h-1 {
    max-height: 0.25rem;
  }

  .touch\:max-h-2 {
    max-height: 0.5rem;
  }

  .touch\:max-h-3 {
    max-height: 0.75rem;
  }

  .touch\:max-h-4 {
    max-height: 1rem;
  }

  .touch\:max-h-5 {
    max-height: 5px;
  }

  .touch\:max-h-6 {
    max-height: 1.5rem;
  }

  .touch\:max-h-7 {
    max-height: 1.75rem;
  }

  .touch\:max-h-8 {
    max-height: 2rem;
  }

  .touch\:max-h-9 {
    max-height: 2.25rem;
  }

  .touch\:max-h-10 {
    max-height: 10px;
  }

  .touch\:max-h-11 {
    max-height: 2.75rem;
  }

  .touch\:max-h-12 {
    max-height: 3rem;
  }

  .touch\:max-h-14 {
    max-height: 14px;
  }

  .touch\:max-h-16 {
    max-height: 16px;
  }

  .touch\:max-h-20 {
    max-height: 20px;
  }

  .touch\:max-h-24 {
    max-height: 24px;
  }

  .touch\:max-h-28 {
    max-height: 7rem;
  }

  .touch\:max-h-30 {
    max-height: 30px;
  }

  .touch\:max-h-32 {
    max-height: 8rem;
  }

  .touch\:max-h-36 {
    max-height: 9rem;
  }

  .touch\:max-h-40 {
    max-height: 10rem;
  }

  .touch\:max-h-44 {
    max-height: 11rem;
  }

  .touch\:max-h-48 {
    max-height: 48px;
  }

  .touch\:max-h-52 {
    max-height: 13rem;
  }

  .touch\:max-h-56 {
    max-height: 14rem;
  }

  .touch\:max-h-60 {
    max-height: 60px;
  }

  .touch\:max-h-64 {
    max-height: 16rem;
  }

  .touch\:max-h-72 {
    max-height: 18rem;
  }

  .touch\:max-h-80 {
    max-height: 20rem;
  }

  .touch\:max-h-95 {
    max-height: 95px;
  }

  .touch\:max-h-96 {
    max-height: 24rem;
  }

  .touch\:max-h-120 {
    max-height: 120px;
  }

  .touch\:max-h-190 {
    max-height: 190px;
  }

  .touch\:max-h-px {
    max-height: 1px;
  }

  .touch\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .touch\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .touch\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .touch\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .touch\:max-h-30\% {
    max-height: 30%;
  }

  .touch\:max-h-7\.5r {
    max-height: 1.875rem;
  }

  .touch\:max-h-full {
    max-height: 100%;
  }

  .touch\:max-h-screen {
    max-height: 100vh;
  }

  .touch\:min-h-0 {
    min-height: 0px;
  }

  .touch\:min-h-24 {
    min-height: 6rem;
  }

  .touch\:min-h-78 {
    min-height: 78px;
  }

  .touch\:min-h-full {
    min-height: 100%;
  }

  .touch\:min-h-screen {
    min-height: 100vh;
  }

  .touch\:min-h-25\.5 {
    min-height: 6.375rem;
  }

  .touch\:min-h-1\/2 {
    min-height: 50%;
  }

  .touch\:min-h-2\/3 {
    min-height: 66.667%;
  }

  .touch\:min-h-3\/4 {
    min-height: 75%;
  }

  .touch\:min-h-50vh {
    min-height: 50vh;
  }

  .touch\:min-h-66vh {
    min-height: 66vh;
  }

  .touch\:min-h-75vh {
    min-height: 75vh;
  }

  .touch\:w-0 {
    width: 0;
  }

  .touch\:w-1 {
    width: 0.25rem;
  }

  .touch\:w-2 {
    width: 0.5rem;
  }

  .touch\:w-3 {
    width: 0.75rem;
  }

  .touch\:w-4 {
    width: 1rem;
  }

  .touch\:w-5 {
    width: 5px;
  }

  .touch\:w-6 {
    width: 1.5rem;
  }

  .touch\:w-7 {
    width: 1.75rem;
  }

  .touch\:w-8 {
    width: 2rem;
  }

  .touch\:w-9 {
    width: 2.25rem;
  }

  .touch\:w-10 {
    width: 10px;
  }

  .touch\:w-11 {
    width: 2.75rem;
  }

  .touch\:w-12 {
    width: 3rem;
  }

  .touch\:w-14 {
    width: 14px;
  }

  .touch\:w-16 {
    width: 16px;
  }

  .touch\:w-20 {
    width: 20px;
  }

  .touch\:w-24 {
    width: 24px;
  }

  .touch\:w-28 {
    width: 7rem;
  }

  .touch\:w-30 {
    width: 30px;
  }

  .touch\:w-32 {
    width: 8rem;
  }

  .touch\:w-36 {
    width: 9rem;
  }

  .touch\:w-40 {
    width: 10rem;
  }

  .touch\:w-44 {
    width: 11rem;
  }

  .touch\:w-48 {
    width: 48px;
  }

  .touch\:w-52 {
    width: 13rem;
  }

  .touch\:w-56 {
    width: 14rem;
  }

  .touch\:w-60 {
    width: 60px;
  }

  .touch\:w-64 {
    width: 16rem;
  }

  .touch\:w-72 {
    width: 18rem;
  }

  .touch\:w-80 {
    width: 20rem;
  }

  .touch\:w-95 {
    width: 95px;
  }

  .touch\:w-96 {
    width: 24rem;
  }

  .touch\:w-120 {
    width: 120px;
  }

  .touch\:w-150 {
    width: 150px;
  }

  .touch\:w-190 {
    width: 190px;
  }

  .touch\:w-auto {
    width: auto;
  }

  .touch\:w-px {
    width: 1px;
  }

  .touch\:w-0\.5 {
    width: 0.125rem;
  }

  .touch\:w-1\.5 {
    width: 0.375rem;
  }

  .touch\:w-2\.5 {
    width: 0.625rem;
  }

  .touch\:w-3\.5 {
    width: 0.875rem;
  }

  .touch\:w-30\% {
    width: 30%;
  }

  .touch\:w-7\.5r {
    width: 1.875rem;
  }

  .touch\:w-1\/2 {
    width: 50%;
  }

  .touch\:w-1\/3 {
    width: 33.333333%;
  }

  .touch\:w-2\/3 {
    width: 66.666667%;
  }

  .touch\:w-1\/4 {
    width: 25%;
  }

  .touch\:w-2\/4 {
    width: 50%;
  }

  .touch\:w-3\/4 {
    width: 75%;
  }

  .touch\:w-1\/5 {
    width: 20%;
  }

  .touch\:w-2\/5 {
    width: 40%;
  }

  .touch\:w-3\/5 {
    width: 60%;
  }

  .touch\:w-4\/5 {
    width: 80%;
  }

  .touch\:w-1\/6 {
    width: 16.666667%;
  }

  .touch\:w-2\/6 {
    width: 33.333333%;
  }

  .touch\:w-3\/6 {
    width: 50%;
  }

  .touch\:w-4\/6 {
    width: 66.666667%;
  }

  .touch\:w-5\/6 {
    width: 83.333333%;
  }

  .touch\:w-1\/12 {
    width: 8.333333%;
  }

  .touch\:w-2\/12 {
    width: 16.666667%;
  }

  .touch\:w-3\/12 {
    width: 25%;
  }

  .touch\:w-4\/12 {
    width: 33.333333%;
  }

  .touch\:w-5\/12 {
    width: 41.666667%;
  }

  .touch\:w-6\/12 {
    width: 50%;
  }

  .touch\:w-7\/12 {
    width: 58.333333%;
  }

  .touch\:w-8\/12 {
    width: 66.666667%;
  }

  .touch\:w-9\/12 {
    width: 75%;
  }

  .touch\:w-10\/12 {
    width: 83.333333%;
  }

  .touch\:w-11\/12 {
    width: 91.666667%;
  }

  .touch\:w-full {
    width: 100%;
  }

  .touch\:w-screen {
    width: 100vw;
  }

  .touch\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .touch\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .touch\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .touch\:w-20r {
    width: 5rem;
  }

  .touch\:min-w-0 {
    min-width: 0px;
  }

  .touch\:min-w-1280 {
    min-width: 1280px;
  }

  .touch\:min-w-full {
    min-width: 100%;
  }

  .touch\:min-w-min {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .touch\:min-w-max {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .touch\:min-w-7\.5r {
    min-width: 1.875rem;
  }

  .touch\:min-w-10r {
    min-width: 2.5rem;
  }

  .touch\:min-w-12\.5r {
    min-width: 3.125rem;
  }

  .touch\:min-w-17\.5r {
    min-width: 4.375rem;
  }

  .touch\:min-w-20r {
    min-width: 5rem;
  }

  .touch\:min-w-25r {
    min-width: 6.25rem;
  }

  .touch\:min-w-37\.5r {
    min-width: 9.375rem;
  }

  .touch\:min-w-45r {
    min-width: 11.25rem;
  }

  .touch\:min-w-367\.5r {
    min-width: 91.875rem;
  }

  .touch\:max-w-0 {
    max-width: 0rem;
  }

  .touch\:max-w-none {
    max-width: none;
  }

  .touch\:max-w-xs {
    max-width: 20rem;
  }

  .touch\:max-w-sm {
    max-width: 24rem;
  }

  .touch\:max-w-md {
    max-width: 28rem;
  }

  .touch\:max-w-lg {
    max-width: 32rem;
  }

  .touch\:max-w-xl {
    max-width: 36rem;
  }

  .touch\:max-w-2xl {
    max-width: 42rem;
  }

  .touch\:max-w-3xl {
    max-width: 48rem;
  }

  .touch\:max-w-4xl {
    max-width: 56rem;
  }

  .touch\:max-w-5xl {
    max-width: 64rem;
  }

  .touch\:max-w-6xl {
    max-width: 72rem;
  }

  .touch\:max-w-7xl {
    max-width: 80rem;
  }

  .touch\:max-w-full {
    max-width: 100%;
  }

  .touch\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .touch\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .touch\:max-w-prose {
    max-width: 65ch;
  }

  .touch\:max-w-screen-sm {
    max-width: 640px;
  }

  .touch\:max-w-screen-md {
    max-width: 768px;
  }

  .touch\:max-w-screen-lg {
    max-width: 1280px;
  }

  .touch\:max-w-screen-xl {
    max-width: 1440px;
  }

  .touch\:max-w-screen-2xl {
    max-width: 1600px;
  }

  .touch\:max-w-screen-desktop {
    max-width: 1280px;
  }

  .touch\:max-w-screen-xxs {
    max-width: 320px;
  }

  .touch\:max-w-screen-xs {
    max-width: 4820px;
  }

  .touch\:flex-1 {
    flex: 1 1 0%;
  }

  .touch\:flex-auto {
    flex: 1 1 auto;
  }

  .touch\:flex-initial {
    flex: 0 1 auto;
  }

  .touch\:flex-none {
    flex: none;
  }

  .touch\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .touch\:flex-shrink {
    flex-shrink: 1;
  }

  .touch\:flex-grow-0 {
    flex-grow: 0;
  }

  .touch\:flex-grow {
    flex-grow: 1;
  }

  .touch\:table-auto {
    table-layout: auto;
  }

  .touch\:table-fixed {
    table-layout: fixed;
  }

  .touch\:border-collapse {
    border-collapse: collapse;
  }

  .touch\:border-separate {
    border-collapse: separate;
  }

  .touch\:origin-center {
    transform-origin: center;
  }

  .touch\:origin-top {
    transform-origin: top;
  }

  .touch\:origin-top-right {
    transform-origin: top right;
  }

  .touch\:origin-right {
    transform-origin: right;
  }

  .touch\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .touch\:origin-bottom {
    transform-origin: bottom;
  }

  .touch\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .touch\:origin-left {
    transform-origin: left;
  }

  .touch\:origin-top-left {
    transform-origin: top left;
  }

  .touch\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .touch\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .touch\:transform-none {
    transform: none;
  }

  .touch\:translate-x-0 {
    --tw-translate-x: 0;
  }

  .touch\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .touch\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .touch\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .touch\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .touch\:translate-x-5 {
    --tw-translate-x: 5px;
  }

  .touch\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .touch\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .touch\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .touch\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .touch\:translate-x-10 {
    --tw-translate-x: 10px;
  }

  .touch\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .touch\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .touch\:translate-x-14 {
    --tw-translate-x: 14px;
  }

  .touch\:translate-x-16 {
    --tw-translate-x: 16px;
  }

  .touch\:translate-x-20 {
    --tw-translate-x: 20px;
  }

  .touch\:translate-x-24 {
    --tw-translate-x: 24px;
  }

  .touch\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .touch\:translate-x-30 {
    --tw-translate-x: 30px;
  }

  .touch\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .touch\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .touch\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .touch\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .touch\:translate-x-48 {
    --tw-translate-x: 48px;
  }

  .touch\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .touch\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .touch\:translate-x-60 {
    --tw-translate-x: 60px;
  }

  .touch\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .touch\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .touch\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .touch\:translate-x-95 {
    --tw-translate-x: 95px;
  }

  .touch\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .touch\:translate-x-120 {
    --tw-translate-x: 120px;
  }

  .touch\:translate-x-190 {
    --tw-translate-x: 190px;
  }

  .touch\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .touch\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .touch\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .touch\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .touch\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .touch\:translate-x-30\% {
    --tw-translate-x: 30%;
  }

  .touch\:translate-x-7\.5r {
    --tw-translate-x: 1.875rem;
  }

  .touch\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .touch\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .touch\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .touch\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .touch\:-translate-x-5 {
    --tw-translate-x: -5px;
  }

  .touch\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .touch\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .touch\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .touch\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .touch\:-translate-x-10 {
    --tw-translate-x: -10px;
  }

  .touch\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .touch\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .touch\:-translate-x-14 {
    --tw-translate-x: -14px;
  }

  .touch\:-translate-x-16 {
    --tw-translate-x: -16px;
  }

  .touch\:-translate-x-20 {
    --tw-translate-x: -20px;
  }

  .touch\:-translate-x-24 {
    --tw-translate-x: -24px;
  }

  .touch\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .touch\:-translate-x-30 {
    --tw-translate-x: -30px;
  }

  .touch\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .touch\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .touch\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .touch\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .touch\:-translate-x-48 {
    --tw-translate-x: -48px;
  }

  .touch\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .touch\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .touch\:-translate-x-60 {
    --tw-translate-x: -60px;
  }

  .touch\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .touch\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .touch\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .touch\:-translate-x-95 {
    --tw-translate-x: -95px;
  }

  .touch\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .touch\:-translate-x-120 {
    --tw-translate-x: -120px;
  }

  .touch\:-translate-x-190 {
    --tw-translate-x: -190px;
  }

  .touch\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .touch\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .touch\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .touch\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .touch\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .touch\:-translate-x-30\% {
    --tw-translate-x: -30%;
  }

  .touch\:-translate-x-7\.5r {
    --tw-translate-x: -1.875rem;
  }

  .touch\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .touch\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .touch\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .touch\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .touch\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .touch\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .touch\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .touch\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .touch\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .touch\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .touch\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .touch\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .touch\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .touch\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .touch\:translate-y-0 {
    --tw-translate-y: 0;
  }

  .touch\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .touch\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .touch\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .touch\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .touch\:translate-y-5 {
    --tw-translate-y: 5px;
  }

  .touch\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .touch\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .touch\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .touch\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .touch\:translate-y-10 {
    --tw-translate-y: 10px;
  }

  .touch\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .touch\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .touch\:translate-y-14 {
    --tw-translate-y: 14px;
  }

  .touch\:translate-y-16 {
    --tw-translate-y: 16px;
  }

  .touch\:translate-y-20 {
    --tw-translate-y: 20px;
  }

  .touch\:translate-y-24 {
    --tw-translate-y: 24px;
  }

  .touch\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .touch\:translate-y-30 {
    --tw-translate-y: 30px;
  }

  .touch\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .touch\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .touch\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .touch\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .touch\:translate-y-48 {
    --tw-translate-y: 48px;
  }

  .touch\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .touch\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .touch\:translate-y-60 {
    --tw-translate-y: 60px;
  }

  .touch\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .touch\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .touch\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .touch\:translate-y-95 {
    --tw-translate-y: 95px;
  }

  .touch\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .touch\:translate-y-120 {
    --tw-translate-y: 120px;
  }

  .touch\:translate-y-190 {
    --tw-translate-y: 190px;
  }

  .touch\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .touch\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .touch\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .touch\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .touch\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .touch\:translate-y-30\% {
    --tw-translate-y: 30%;
  }

  .touch\:translate-y-7\.5r {
    --tw-translate-y: 1.875rem;
  }

  .touch\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .touch\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .touch\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .touch\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .touch\:-translate-y-5 {
    --tw-translate-y: -5px;
  }

  .touch\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .touch\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .touch\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .touch\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .touch\:-translate-y-10 {
    --tw-translate-y: -10px;
  }

  .touch\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .touch\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .touch\:-translate-y-14 {
    --tw-translate-y: -14px;
  }

  .touch\:-translate-y-16 {
    --tw-translate-y: -16px;
  }

  .touch\:-translate-y-20 {
    --tw-translate-y: -20px;
  }

  .touch\:-translate-y-24 {
    --tw-translate-y: -24px;
  }

  .touch\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .touch\:-translate-y-30 {
    --tw-translate-y: -30px;
  }

  .touch\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .touch\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .touch\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .touch\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .touch\:-translate-y-48 {
    --tw-translate-y: -48px;
  }

  .touch\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .touch\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .touch\:-translate-y-60 {
    --tw-translate-y: -60px;
  }

  .touch\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .touch\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .touch\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .touch\:-translate-y-95 {
    --tw-translate-y: -95px;
  }

  .touch\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .touch\:-translate-y-120 {
    --tw-translate-y: -120px;
  }

  .touch\:-translate-y-190 {
    --tw-translate-y: -190px;
  }

  .touch\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .touch\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .touch\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .touch\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .touch\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .touch\:-translate-y-30\% {
    --tw-translate-y: -30%;
  }

  .touch\:-translate-y-7\.5r {
    --tw-translate-y: -1.875rem;
  }

  .touch\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .touch\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .touch\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .touch\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .touch\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .touch\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .touch\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .touch\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .touch\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .touch\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .touch\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .touch\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .touch\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .touch\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .touch\:hover\:translate-x-0:hover {
    --tw-translate-x: 0;
  }

  .touch\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .touch\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .touch\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .touch\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .touch\:hover\:translate-x-5:hover {
    --tw-translate-x: 5px;
  }

  .touch\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .touch\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .touch\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .touch\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .touch\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px;
  }

  .touch\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .touch\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .touch\:hover\:translate-x-14:hover {
    --tw-translate-x: 14px;
  }

  .touch\:hover\:translate-x-16:hover {
    --tw-translate-x: 16px;
  }

  .touch\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px;
  }

  .touch\:hover\:translate-x-24:hover {
    --tw-translate-x: 24px;
  }

  .touch\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .touch\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px;
  }

  .touch\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .touch\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .touch\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .touch\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .touch\:hover\:translate-x-48:hover {
    --tw-translate-x: 48px;
  }

  .touch\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .touch\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .touch\:hover\:translate-x-60:hover {
    --tw-translate-x: 60px;
  }

  .touch\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .touch\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .touch\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .touch\:hover\:translate-x-95:hover {
    --tw-translate-x: 95px;
  }

  .touch\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .touch\:hover\:translate-x-120:hover {
    --tw-translate-x: 120px;
  }

  .touch\:hover\:translate-x-190:hover {
    --tw-translate-x: 190px;
  }

  .touch\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .touch\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .touch\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .touch\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .touch\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .touch\:hover\:translate-x-30\%:hover {
    --tw-translate-x: 30%;
  }

  .touch\:hover\:translate-x-7\.5r:hover {
    --tw-translate-x: 1.875rem;
  }

  .touch\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .touch\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .touch\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .touch\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .touch\:hover\:-translate-x-5:hover {
    --tw-translate-x: -5px;
  }

  .touch\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .touch\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .touch\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .touch\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .touch\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px;
  }

  .touch\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .touch\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .touch\:hover\:-translate-x-14:hover {
    --tw-translate-x: -14px;
  }

  .touch\:hover\:-translate-x-16:hover {
    --tw-translate-x: -16px;
  }

  .touch\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px;
  }

  .touch\:hover\:-translate-x-24:hover {
    --tw-translate-x: -24px;
  }

  .touch\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .touch\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px;
  }

  .touch\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .touch\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .touch\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .touch\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .touch\:hover\:-translate-x-48:hover {
    --tw-translate-x: -48px;
  }

  .touch\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .touch\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .touch\:hover\:-translate-x-60:hover {
    --tw-translate-x: -60px;
  }

  .touch\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .touch\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .touch\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .touch\:hover\:-translate-x-95:hover {
    --tw-translate-x: -95px;
  }

  .touch\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .touch\:hover\:-translate-x-120:hover {
    --tw-translate-x: -120px;
  }

  .touch\:hover\:-translate-x-190:hover {
    --tw-translate-x: -190px;
  }

  .touch\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .touch\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .touch\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .touch\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .touch\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .touch\:hover\:-translate-x-30\%:hover {
    --tw-translate-x: -30%;
  }

  .touch\:hover\:-translate-x-7\.5r:hover {
    --tw-translate-x: -1.875rem;
  }

  .touch\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .touch\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .touch\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .touch\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .touch\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .touch\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .touch\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .touch\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .touch\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .touch\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .touch\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .touch\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .touch\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .touch\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .touch\:hover\:translate-y-0:hover {
    --tw-translate-y: 0;
  }

  .touch\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .touch\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .touch\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .touch\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .touch\:hover\:translate-y-5:hover {
    --tw-translate-y: 5px;
  }

  .touch\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .touch\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .touch\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .touch\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .touch\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px;
  }

  .touch\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .touch\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .touch\:hover\:translate-y-14:hover {
    --tw-translate-y: 14px;
  }

  .touch\:hover\:translate-y-16:hover {
    --tw-translate-y: 16px;
  }

  .touch\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px;
  }

  .touch\:hover\:translate-y-24:hover {
    --tw-translate-y: 24px;
  }

  .touch\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .touch\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px;
  }

  .touch\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .touch\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .touch\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .touch\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .touch\:hover\:translate-y-48:hover {
    --tw-translate-y: 48px;
  }

  .touch\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .touch\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .touch\:hover\:translate-y-60:hover {
    --tw-translate-y: 60px;
  }

  .touch\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .touch\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .touch\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .touch\:hover\:translate-y-95:hover {
    --tw-translate-y: 95px;
  }

  .touch\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .touch\:hover\:translate-y-120:hover {
    --tw-translate-y: 120px;
  }

  .touch\:hover\:translate-y-190:hover {
    --tw-translate-y: 190px;
  }

  .touch\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .touch\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .touch\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .touch\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .touch\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .touch\:hover\:translate-y-30\%:hover {
    --tw-translate-y: 30%;
  }

  .touch\:hover\:translate-y-7\.5r:hover {
    --tw-translate-y: 1.875rem;
  }

  .touch\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .touch\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .touch\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .touch\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .touch\:hover\:-translate-y-5:hover {
    --tw-translate-y: -5px;
  }

  .touch\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .touch\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .touch\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .touch\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .touch\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px;
  }

  .touch\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .touch\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .touch\:hover\:-translate-y-14:hover {
    --tw-translate-y: -14px;
  }

  .touch\:hover\:-translate-y-16:hover {
    --tw-translate-y: -16px;
  }

  .touch\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px;
  }

  .touch\:hover\:-translate-y-24:hover {
    --tw-translate-y: -24px;
  }

  .touch\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .touch\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px;
  }

  .touch\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .touch\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .touch\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .touch\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .touch\:hover\:-translate-y-48:hover {
    --tw-translate-y: -48px;
  }

  .touch\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .touch\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .touch\:hover\:-translate-y-60:hover {
    --tw-translate-y: -60px;
  }

  .touch\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .touch\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .touch\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .touch\:hover\:-translate-y-95:hover {
    --tw-translate-y: -95px;
  }

  .touch\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .touch\:hover\:-translate-y-120:hover {
    --tw-translate-y: -120px;
  }

  .touch\:hover\:-translate-y-190:hover {
    --tw-translate-y: -190px;
  }

  .touch\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .touch\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .touch\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .touch\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .touch\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .touch\:hover\:-translate-y-30\%:hover {
    --tw-translate-y: -30%;
  }

  .touch\:hover\:-translate-y-7\.5r:hover {
    --tw-translate-y: -1.875rem;
  }

  .touch\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .touch\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .touch\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .touch\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .touch\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .touch\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .touch\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .touch\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .touch\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .touch\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .touch\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .touch\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .touch\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .touch\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .touch\:focus\:translate-x-0:focus {
    --tw-translate-x: 0;
  }

  .touch\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .touch\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .touch\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .touch\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .touch\:focus\:translate-x-5:focus {
    --tw-translate-x: 5px;
  }

  .touch\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .touch\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .touch\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .touch\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .touch\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px;
  }

  .touch\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .touch\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .touch\:focus\:translate-x-14:focus {
    --tw-translate-x: 14px;
  }

  .touch\:focus\:translate-x-16:focus {
    --tw-translate-x: 16px;
  }

  .touch\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px;
  }

  .touch\:focus\:translate-x-24:focus {
    --tw-translate-x: 24px;
  }

  .touch\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .touch\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px;
  }

  .touch\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .touch\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .touch\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .touch\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .touch\:focus\:translate-x-48:focus {
    --tw-translate-x: 48px;
  }

  .touch\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .touch\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .touch\:focus\:translate-x-60:focus {
    --tw-translate-x: 60px;
  }

  .touch\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .touch\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .touch\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .touch\:focus\:translate-x-95:focus {
    --tw-translate-x: 95px;
  }

  .touch\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .touch\:focus\:translate-x-120:focus {
    --tw-translate-x: 120px;
  }

  .touch\:focus\:translate-x-190:focus {
    --tw-translate-x: 190px;
  }

  .touch\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .touch\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .touch\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .touch\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .touch\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .touch\:focus\:translate-x-30\%:focus {
    --tw-translate-x: 30%;
  }

  .touch\:focus\:translate-x-7\.5r:focus {
    --tw-translate-x: 1.875rem;
  }

  .touch\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .touch\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .touch\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .touch\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .touch\:focus\:-translate-x-5:focus {
    --tw-translate-x: -5px;
  }

  .touch\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .touch\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .touch\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .touch\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .touch\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px;
  }

  .touch\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .touch\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .touch\:focus\:-translate-x-14:focus {
    --tw-translate-x: -14px;
  }

  .touch\:focus\:-translate-x-16:focus {
    --tw-translate-x: -16px;
  }

  .touch\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px;
  }

  .touch\:focus\:-translate-x-24:focus {
    --tw-translate-x: -24px;
  }

  .touch\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .touch\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px;
  }

  .touch\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .touch\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .touch\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .touch\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .touch\:focus\:-translate-x-48:focus {
    --tw-translate-x: -48px;
  }

  .touch\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .touch\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .touch\:focus\:-translate-x-60:focus {
    --tw-translate-x: -60px;
  }

  .touch\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .touch\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .touch\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .touch\:focus\:-translate-x-95:focus {
    --tw-translate-x: -95px;
  }

  .touch\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .touch\:focus\:-translate-x-120:focus {
    --tw-translate-x: -120px;
  }

  .touch\:focus\:-translate-x-190:focus {
    --tw-translate-x: -190px;
  }

  .touch\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .touch\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .touch\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .touch\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .touch\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .touch\:focus\:-translate-x-30\%:focus {
    --tw-translate-x: -30%;
  }

  .touch\:focus\:-translate-x-7\.5r:focus {
    --tw-translate-x: -1.875rem;
  }

  .touch\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .touch\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .touch\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .touch\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .touch\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .touch\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .touch\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .touch\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .touch\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .touch\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .touch\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .touch\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .touch\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .touch\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .touch\:focus\:translate-y-0:focus {
    --tw-translate-y: 0;
  }

  .touch\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .touch\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .touch\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .touch\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .touch\:focus\:translate-y-5:focus {
    --tw-translate-y: 5px;
  }

  .touch\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .touch\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .touch\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .touch\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .touch\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px;
  }

  .touch\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .touch\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .touch\:focus\:translate-y-14:focus {
    --tw-translate-y: 14px;
  }

  .touch\:focus\:translate-y-16:focus {
    --tw-translate-y: 16px;
  }

  .touch\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px;
  }

  .touch\:focus\:translate-y-24:focus {
    --tw-translate-y: 24px;
  }

  .touch\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .touch\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px;
  }

  .touch\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .touch\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .touch\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .touch\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .touch\:focus\:translate-y-48:focus {
    --tw-translate-y: 48px;
  }

  .touch\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .touch\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .touch\:focus\:translate-y-60:focus {
    --tw-translate-y: 60px;
  }

  .touch\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .touch\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .touch\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .touch\:focus\:translate-y-95:focus {
    --tw-translate-y: 95px;
  }

  .touch\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .touch\:focus\:translate-y-120:focus {
    --tw-translate-y: 120px;
  }

  .touch\:focus\:translate-y-190:focus {
    --tw-translate-y: 190px;
  }

  .touch\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .touch\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .touch\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .touch\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .touch\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .touch\:focus\:translate-y-30\%:focus {
    --tw-translate-y: 30%;
  }

  .touch\:focus\:translate-y-7\.5r:focus {
    --tw-translate-y: 1.875rem;
  }

  .touch\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .touch\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .touch\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .touch\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .touch\:focus\:-translate-y-5:focus {
    --tw-translate-y: -5px;
  }

  .touch\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .touch\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .touch\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .touch\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .touch\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px;
  }

  .touch\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .touch\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .touch\:focus\:-translate-y-14:focus {
    --tw-translate-y: -14px;
  }

  .touch\:focus\:-translate-y-16:focus {
    --tw-translate-y: -16px;
  }

  .touch\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px;
  }

  .touch\:focus\:-translate-y-24:focus {
    --tw-translate-y: -24px;
  }

  .touch\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .touch\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px;
  }

  .touch\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .touch\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .touch\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .touch\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .touch\:focus\:-translate-y-48:focus {
    --tw-translate-y: -48px;
  }

  .touch\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .touch\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .touch\:focus\:-translate-y-60:focus {
    --tw-translate-y: -60px;
  }

  .touch\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .touch\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .touch\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .touch\:focus\:-translate-y-95:focus {
    --tw-translate-y: -95px;
  }

  .touch\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .touch\:focus\:-translate-y-120:focus {
    --tw-translate-y: -120px;
  }

  .touch\:focus\:-translate-y-190:focus {
    --tw-translate-y: -190px;
  }

  .touch\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .touch\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .touch\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .touch\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .touch\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .touch\:focus\:-translate-y-30\%:focus {
    --tw-translate-y: -30%;
  }

  .touch\:focus\:-translate-y-7\.5r:focus {
    --tw-translate-y: -1.875rem;
  }

  .touch\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .touch\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .touch\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .touch\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .touch\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .touch\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .touch\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .touch\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .touch\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .touch\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .touch\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .touch\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .touch\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .touch\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .touch\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .touch\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .touch\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .touch\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .touch\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .touch\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .touch\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .touch\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .touch\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .touch\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .touch\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .touch\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .touch\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .touch\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .touch\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .touch\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .touch\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .touch\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .touch\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .touch\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .touch\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .touch\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .touch\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .touch\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .touch\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .touch\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .touch\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .touch\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .touch\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .touch\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .touch\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .touch\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .touch\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .touch\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .touch\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .touch\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .touch\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .touch\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .touch\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .touch\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .touch\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .touch\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .touch\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .touch\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .touch\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .touch\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .touch\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .touch\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .touch\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .touch\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .touch\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .touch\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .touch\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .touch\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .touch\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .touch\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .touch\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .touch\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .touch\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .touch\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .touch\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .touch\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .touch\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .touch\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .touch\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .touch\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .touch\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .touch\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .touch\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .touch\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .touch\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .touch\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .touch\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .touch\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .touch\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .touch\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .touch\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .touch\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .touch\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .touch\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .touch\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .touch\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .touch\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .touch\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .touch\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .touch\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .touch\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .touch\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .touch\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .touch\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .touch\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .touch\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .touch\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .touch\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .touch\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .touch\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .touch\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .touch\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .touch\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .touch\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .touch\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .touch\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .touch\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .touch\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .touch\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .touch\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .touch\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .touch\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .touch\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .touch\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .touch\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .touch\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .touch\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .touch\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .touch\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .touch\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .touch\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .touch\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .touch\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .touch\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .touch\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .touch\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .touch\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .touch\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .touch\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .touch\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .touch\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .touch\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .touch\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .touch\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .touch\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .touch\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .touch\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .touch\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .touch\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .touch\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .touch\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .touch\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .touch\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .touch\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .touch\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .touch\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .touch\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .touch\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .touch\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .touch\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .touch\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .touch\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .touch\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .touch\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .touch\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .touch\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .touch\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .touch\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .touch\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .touch\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .touch\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .touch\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .touch\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .touch\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .touch\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .touch\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .touch\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .touch\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .touch\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .touch\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .touch\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .touch\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .touch\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .touch\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .touch\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .touch\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .touch\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .touch\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .touch\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .touch\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .touch\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .touch\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .touch\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .touch\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .touch\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .touch\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .touch\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .touch\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .touch\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .touch\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .touch\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .touch\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .touch\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .touch\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .touch\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .touch\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .touch\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .touch\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .touch\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .touch\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .touch\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .touch\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .touch\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .touch\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .touch\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .touch\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .touch\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .touch\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .touch\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .touch\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .touch\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .touch\:animate-fade-in {
    -webkit-animation: fade-in 0.5s ease-out;
            animation: fade-in 0.5s ease-out;
  }

  .touch\:cursor-auto {
    cursor: auto;
  }

  .touch\:cursor-default {
    cursor: default;
  }

  .touch\:cursor-pointer {
    cursor: pointer;
  }

  .touch\:cursor-wait {
    cursor: wait;
  }

  .touch\:cursor-text {
    cursor: text;
  }

  .touch\:cursor-move {
    cursor: move;
  }

  .touch\:cursor-help {
    cursor: help;
  }

  .touch\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .touch\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .touch\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .touch\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .touch\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .touch\:resize-none {
    resize: none;
  }

  .touch\:resize-y {
    resize: vertical;
  }

  .touch\:resize-x {
    resize: horizontal;
  }

  .touch\:resize {
    resize: both;
  }

  .touch\:list-inside {
    list-style-position: inside;
  }

  .touch\:list-outside {
    list-style-position: outside;
  }

  .touch\:list-none {
    list-style-type: none;
  }

  .touch\:list-disc {
    list-style-type: disc;
  }

  .touch\:list-decimal {
    list-style-type: decimal;
  }

  .touch\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .touch\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .touch\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .touch\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .touch\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .touch\:grid-flow-row {
    grid-auto-flow: row;
  }

  .touch\:grid-flow-col {
    grid-auto-flow: column;
  }

  .touch\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .touch\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .touch\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .touch\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .touch\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .touch\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .touch\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .touch\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .touch\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .touch\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .touch\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .touch\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .touch\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .touch\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .touch\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .touch\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .touch\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .touch\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .touch\:grid-cols-none {
    grid-template-columns: none;
  }

  .touch\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .touch\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .touch\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .touch\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .touch\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .touch\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .touch\:grid-rows-none {
    grid-template-rows: none;
  }

  .touch\:flex-row {
    flex-direction: row;
  }

  .touch\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .touch\:flex-col {
    flex-direction: column;
  }

  .touch\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .touch\:flex-wrap {
    flex-wrap: wrap;
  }

  .touch\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .touch\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .touch\:place-content-center {
    align-content: center;
    justify-content: center;
    place-content: center;
  }

  .touch\:place-content-start {
    align-content: start;
    justify-content: start;
    place-content: start;
  }

  .touch\:place-content-end {
    align-content: end;
    justify-content: end;
    place-content: end;
  }

  .touch\:place-content-between {
    align-content: space-between;
    justify-content: space-between;
    place-content: space-between;
  }

  .touch\:place-content-around {
    align-content: space-around;
    justify-content: space-around;
    place-content: space-around;
  }

  .touch\:place-content-evenly {
    align-content: space-evenly;
    justify-content: space-evenly;
    place-content: space-evenly;
  }

  .touch\:place-content-stretch {
    align-content: stretch;
    justify-content: stretch;
    place-content: stretch;
  }

  .touch\:place-items-start {
    align-items: start;
    justify-items: start;
    place-items: start;
  }

  .touch\:place-items-end {
    align-items: end;
    justify-items: end;
    place-items: end;
  }

  .touch\:place-items-center {
    align-items: center;
    justify-items: center;
    place-items: center;
  }

  .touch\:place-items-stretch {
    align-items: stretch;
    justify-items: stretch;
    place-items: stretch;
  }

  .touch\:content-center {
    align-content: center;
  }

  .touch\:content-start {
    align-content: flex-start;
  }

  .touch\:content-end {
    align-content: flex-end;
  }

  .touch\:content-between {
    align-content: space-between;
  }

  .touch\:content-around {
    align-content: space-around;
  }

  .touch\:content-evenly {
    align-content: space-evenly;
  }

  .touch\:items-start {
    align-items: flex-start;
  }

  .touch\:items-end {
    align-items: flex-end;
  }

  .touch\:items-center {
    align-items: center;
  }

  .touch\:items-baseline {
    align-items: baseline;
  }

  .touch\:items-stretch {
    align-items: stretch;
  }

  .touch\:justify-start {
    justify-content: flex-start;
  }

  .touch\:justify-end {
    justify-content: flex-end;
  }

  .touch\:justify-center {
    justify-content: center;
  }

  .touch\:justify-between {
    justify-content: space-between;
  }

  .touch\:justify-around {
    justify-content: space-around;
  }

  .touch\:justify-evenly {
    justify-content: space-evenly;
  }

  .touch\:justify-items-start {
    justify-items: start;
  }

  .touch\:justify-items-end {
    justify-items: end;
  }

  .touch\:justify-items-center {
    justify-items: center;
  }

  .touch\:justify-items-stretch {
    justify-items: stretch;
  }

  .touch\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .touch\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .touch\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .touch\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .touch\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .touch\:gap-5 {
    grid-gap: 5px;
    gap: 5px;
  }

  .touch\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .touch\:gap-7 {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .touch\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .touch\:gap-9 {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .touch\:gap-10 {
    grid-gap: 10px;
    gap: 10px;
  }

  .touch\:gap-11 {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .touch\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .touch\:gap-14 {
    grid-gap: 14px;
    gap: 14px;
  }

  .touch\:gap-16 {
    grid-gap: 16px;
    gap: 16px;
  }

  .touch\:gap-20 {
    grid-gap: 20px;
    gap: 20px;
  }

  .touch\:gap-24 {
    grid-gap: 24px;
    gap: 24px;
  }

  .touch\:gap-28 {
    grid-gap: 7rem;
    gap: 7rem;
  }

  .touch\:gap-30 {
    grid-gap: 30px;
    gap: 30px;
  }

  .touch\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .touch\:gap-36 {
    grid-gap: 9rem;
    gap: 9rem;
  }

  .touch\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .touch\:gap-44 {
    grid-gap: 11rem;
    gap: 11rem;
  }

  .touch\:gap-48 {
    grid-gap: 48px;
    gap: 48px;
  }

  .touch\:gap-52 {
    grid-gap: 13rem;
    gap: 13rem;
  }

  .touch\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .touch\:gap-60 {
    grid-gap: 60px;
    gap: 60px;
  }

  .touch\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .touch\:gap-72 {
    grid-gap: 18rem;
    gap: 18rem;
  }

  .touch\:gap-80 {
    grid-gap: 20rem;
    gap: 20rem;
  }

  .touch\:gap-95 {
    grid-gap: 95px;
    gap: 95px;
  }

  .touch\:gap-96 {
    grid-gap: 24rem;
    gap: 24rem;
  }

  .touch\:gap-120 {
    grid-gap: 120px;
    gap: 120px;
  }

  .touch\:gap-190 {
    grid-gap: 190px;
    gap: 190px;
  }

  .touch\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .touch\:gap-0\.5 {
    grid-gap: 0.125rem;
    gap: 0.125rem;
  }

  .touch\:gap-1\.5 {
    grid-gap: 0.375rem;
    gap: 0.375rem;
  }

  .touch\:gap-2\.5 {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }

  .touch\:gap-3\.5 {
    grid-gap: 0.875rem;
    gap: 0.875rem;
  }

  .touch\:gap-30\% {
    grid-gap: 30%;
    gap: 30%;
  }

  .touch\:gap-7\.5r {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }

  .touch\:gap-x-0 {
    -moz-column-gap: 0;
         grid-column-gap: 0;
         column-gap: 0;
  }

  .touch\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         grid-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .touch\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         grid-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .touch\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         grid-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .touch\:gap-x-4 {
    -moz-column-gap: 1rem;
         grid-column-gap: 1rem;
         column-gap: 1rem;
  }

  .touch\:gap-x-5 {
    -moz-column-gap: 5px;
         grid-column-gap: 5px;
         column-gap: 5px;
  }

  .touch\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         grid-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .touch\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         grid-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .touch\:gap-x-8 {
    -moz-column-gap: 2rem;
         grid-column-gap: 2rem;
         column-gap: 2rem;
  }

  .touch\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         grid-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .touch\:gap-x-10 {
    -moz-column-gap: 10px;
         grid-column-gap: 10px;
         column-gap: 10px;
  }

  .touch\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         grid-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .touch\:gap-x-12 {
    -moz-column-gap: 3rem;
         grid-column-gap: 3rem;
         column-gap: 3rem;
  }

  .touch\:gap-x-14 {
    -moz-column-gap: 14px;
         grid-column-gap: 14px;
         column-gap: 14px;
  }

  .touch\:gap-x-16 {
    -moz-column-gap: 16px;
         grid-column-gap: 16px;
         column-gap: 16px;
  }

  .touch\:gap-x-20 {
    -moz-column-gap: 20px;
         grid-column-gap: 20px;
         column-gap: 20px;
  }

  .touch\:gap-x-24 {
    -moz-column-gap: 24px;
         grid-column-gap: 24px;
         column-gap: 24px;
  }

  .touch\:gap-x-28 {
    -moz-column-gap: 7rem;
         grid-column-gap: 7rem;
         column-gap: 7rem;
  }

  .touch\:gap-x-30 {
    -moz-column-gap: 30px;
         grid-column-gap: 30px;
         column-gap: 30px;
  }

  .touch\:gap-x-32 {
    -moz-column-gap: 8rem;
         grid-column-gap: 8rem;
         column-gap: 8rem;
  }

  .touch\:gap-x-36 {
    -moz-column-gap: 9rem;
         grid-column-gap: 9rem;
         column-gap: 9rem;
  }

  .touch\:gap-x-40 {
    -moz-column-gap: 10rem;
         grid-column-gap: 10rem;
         column-gap: 10rem;
  }

  .touch\:gap-x-44 {
    -moz-column-gap: 11rem;
         grid-column-gap: 11rem;
         column-gap: 11rem;
  }

  .touch\:gap-x-48 {
    -moz-column-gap: 48px;
         grid-column-gap: 48px;
         column-gap: 48px;
  }

  .touch\:gap-x-52 {
    -moz-column-gap: 13rem;
         grid-column-gap: 13rem;
         column-gap: 13rem;
  }

  .touch\:gap-x-56 {
    -moz-column-gap: 14rem;
         grid-column-gap: 14rem;
         column-gap: 14rem;
  }

  .touch\:gap-x-60 {
    -moz-column-gap: 60px;
         grid-column-gap: 60px;
         column-gap: 60px;
  }

  .touch\:gap-x-64 {
    -moz-column-gap: 16rem;
         grid-column-gap: 16rem;
         column-gap: 16rem;
  }

  .touch\:gap-x-72 {
    -moz-column-gap: 18rem;
         grid-column-gap: 18rem;
         column-gap: 18rem;
  }

  .touch\:gap-x-80 {
    -moz-column-gap: 20rem;
         grid-column-gap: 20rem;
         column-gap: 20rem;
  }

  .touch\:gap-x-95 {
    -moz-column-gap: 95px;
         grid-column-gap: 95px;
         column-gap: 95px;
  }

  .touch\:gap-x-96 {
    -moz-column-gap: 24rem;
         grid-column-gap: 24rem;
         column-gap: 24rem;
  }

  .touch\:gap-x-120 {
    -moz-column-gap: 120px;
         grid-column-gap: 120px;
         column-gap: 120px;
  }

  .touch\:gap-x-190 {
    -moz-column-gap: 190px;
         grid-column-gap: 190px;
         column-gap: 190px;
  }

  .touch\:gap-x-px {
    -moz-column-gap: 1px;
         grid-column-gap: 1px;
         column-gap: 1px;
  }

  .touch\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         grid-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .touch\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         grid-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .touch\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         grid-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .touch\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         grid-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .touch\:gap-x-30\% {
    -moz-column-gap: 30%;
         grid-column-gap: 30%;
         column-gap: 30%;
  }

  .touch\:gap-x-7\.5r {
    -moz-column-gap: 1.875rem;
         grid-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }

  .touch\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .touch\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .touch\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .touch\:gap-y-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .touch\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .touch\:gap-y-5 {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .touch\:gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .touch\:gap-y-7 {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .touch\:gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .touch\:gap-y-9 {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .touch\:gap-y-10 {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .touch\:gap-y-11 {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .touch\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .touch\:gap-y-14 {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .touch\:gap-y-16 {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .touch\:gap-y-20 {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .touch\:gap-y-24 {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .touch\:gap-y-28 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .touch\:gap-y-30 {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .touch\:gap-y-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .touch\:gap-y-36 {
    grid-row-gap: 9rem;
    row-gap: 9rem;
  }

  .touch\:gap-y-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .touch\:gap-y-44 {
    grid-row-gap: 11rem;
    row-gap: 11rem;
  }

  .touch\:gap-y-48 {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .touch\:gap-y-52 {
    grid-row-gap: 13rem;
    row-gap: 13rem;
  }

  .touch\:gap-y-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .touch\:gap-y-60 {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .touch\:gap-y-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .touch\:gap-y-72 {
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .touch\:gap-y-80 {
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .touch\:gap-y-95 {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .touch\:gap-y-96 {
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .touch\:gap-y-120 {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .touch\:gap-y-190 {
    grid-row-gap: 190px;
    row-gap: 190px;
  }

  .touch\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .touch\:gap-y-0\.5 {
    grid-row-gap: 0.125rem;
    row-gap: 0.125rem;
  }

  .touch\:gap-y-1\.5 {
    grid-row-gap: 0.375rem;
    row-gap: 0.375rem;
  }

  .touch\:gap-y-2\.5 {
    grid-row-gap: 0.625rem;
    row-gap: 0.625rem;
  }

  .touch\:gap-y-3\.5 {
    grid-row-gap: 0.875rem;
    row-gap: 0.875rem;
  }

  .touch\:gap-y-30\% {
    grid-row-gap: 30%;
    row-gap: 30%;
  }

  .touch\:gap-y-7\.5r {
    grid-row-gap: 1.875rem;
    row-gap: 1.875rem;
  }

  .touch\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5px * var(--tw-space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14px * var(--tw-space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16px * var(--tw-space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24px * var(--tw-space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(48px * var(--tw-space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60px * var(--tw-space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95px * var(--tw-space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(120px * var(--tw-space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(190px * var(--tw-space-x-reverse));
    margin-left: calc(190px * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30% * var(--tw-space-x-reverse));
    margin-left: calc(30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-x-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5px * var(--tw-space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10px * var(--tw-space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14px * var(--tw-space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16px * var(--tw-space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20px * var(--tw-space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24px * var(--tw-space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30px * var(--tw-space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-48px * var(--tw-space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60px * var(--tw-space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95px * var(--tw-space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-120px * var(--tw-space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-190px * var(--tw-space-x-reverse));
    margin-left: calc(-190px * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30% * var(--tw-space-x-reverse));
    margin-left: calc(-30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:-space-x-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .touch\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .touch\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .touch\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .touch\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .touch\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .touch\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5px * var(--tw-space-y-reverse));
  }

  .touch\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .touch\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .touch\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .touch\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .touch\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }

  .touch\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .touch\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .touch\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14px * var(--tw-space-y-reverse));
  }

  .touch\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16px * var(--tw-space-y-reverse));
  }

  .touch\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px * var(--tw-space-y-reverse));
  }

  .touch\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px * var(--tw-space-y-reverse));
  }

  .touch\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .touch\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }

  .touch\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .touch\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .touch\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .touch\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .touch\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48px * var(--tw-space-y-reverse));
  }

  .touch\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .touch\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .touch\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }

  .touch\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .touch\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .touch\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .touch\:space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95px * var(--tw-space-y-reverse));
  }

  .touch\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .touch\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px * var(--tw-space-y-reverse));
  }

  .touch\:space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(190px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(190px * var(--tw-space-y-reverse));
  }

  .touch\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .touch\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .touch\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .touch\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .touch\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .touch\:space-y-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30% * var(--tw-space-y-reverse));
  }

  .touch\:space-y-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5px * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10px * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14px * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16px * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20px * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24px * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30px * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48px * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60px * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95px * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-120px * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-190px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-190px * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30% * var(--tw-space-y-reverse));
  }

  .touch\:-space-y-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--tw-space-y-reverse));
  }

  .touch\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .touch\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .touch\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .touch\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .touch\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .touch\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .touch\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .touch\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .touch\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .touch\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .touch\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .touch\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .touch\:hover\:divide-x-0:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .touch\:hover\:divide-x-2:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .touch\:hover\:divide-x-4:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .touch\:hover\:divide-x-8:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .touch\:hover\:divide-x:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .touch\:hover\:divide-y-0:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .touch\:hover\:divide-y-2:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .touch\:hover\:divide-y-4:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .touch\:hover\:divide-y-8:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .touch\:hover\:divide-y:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .touch\:focus\:divide-x-0:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .touch\:focus\:divide-x-2:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .touch\:focus\:divide-x-4:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .touch\:focus\:divide-x-8:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .touch\:focus\:divide-x:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .touch\:focus\:divide-y-0:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .touch\:focus\:divide-y-2:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .touch\:focus\:divide-y-4:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .touch\:focus\:divide-y-8:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .touch\:focus\:divide-y:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .touch\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .touch\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .touch\:hover\:divide-y-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .touch\:hover\:divide-x-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .touch\:focus\:divide-y-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .touch\:focus\:divide-x-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .touch\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .touch\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .touch\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .touch\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .touch\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .touch\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .touch\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }

  .touch\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .touch\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .touch\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .touch\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .touch\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .touch\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .touch\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .touch\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .touch\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .touch\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .touch\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .touch\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .touch\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .touch\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .touch\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .touch\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .touch\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .touch\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .touch\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .touch\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .touch\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .touch\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .touch\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .touch\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .touch\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .touch\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .touch\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .touch\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .touch\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .touch\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .touch\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .touch\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .touch\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .touch\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .touch\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .touch\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .touch\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .touch\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .touch\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .touch\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .touch\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .touch\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .touch\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .touch\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .touch\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .touch\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .touch\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .touch\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .touch\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .touch\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .touch\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .touch\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .touch\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .touch\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .touch\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .touch\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .touch\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .touch\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .touch\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .touch\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .touch\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .touch\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .touch\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .touch\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .touch\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .touch\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .touch\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .touch\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .touch\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .touch\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .touch\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .touch\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .touch\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .touch\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .touch\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .touch\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .touch\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .touch\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .touch\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .touch\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .touch\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .touch\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .touch\:divide-primary-color > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-divide-opacity));
  }

  .touch\:divide-primary-color-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-divide-opacity));
  }

  .touch\:divide-secondary-color > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .touch\:divide-custom-gray-sm > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-divide-opacity));
  }

  .touch\:divide-custom-gray-sm2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-divide-opacity));
  }

  .touch\:divide-custom-gray-md > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-divide-opacity));
  }

  .touch\:divide-custom-navy-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .touch\:divide-dark-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .touch\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-divide-opacity));
  }

  .touch\:divide-secondary-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-divide-opacity));
  }

  .touch\:divide-secondary-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-divide-opacity));
  }

  .touch\:divide-secondary-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-divide-opacity));
  }

  .touch\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-divide-opacity));
  }

  .touch\:divide-secondary-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-divide-opacity));
  }

  .touch\:divide-secondary-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-divide-opacity));
  }

  .touch\:divide-grayCustom-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .touch\:divide-grayCustom-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .touch\:divide-grayCustom-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
  }

  .touch\:divide-grayCustom-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .touch\:divide-grayCustom > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .touch\:divide-grayCustom-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .touch\:divide-grayCustom-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
  }

  .touch\:divide-grayCustom-hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-divide-opacity));
  }

  .touch\:divide-error > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-divide-opacity));
  }

  .touch\:divide-error-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-divide-opacity));
  }

  .touch\:divide-warning > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .touch\:divide-warning-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-divide-opacity));
  }

  .touch\:divide-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-divide-opacity));
  }

  .touch\:divide-success-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-divide-opacity));
  }

  .touch\:divide-status-open > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .touch\:divide-status-waiting_payment > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .touch\:divide-status-completed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-divide-opacity));
  }

  .touch\:divide-status-failed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .touch\:divide-status-waiting_verify > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .touch\:divide-status-closed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .touch\:divide-policyStatus-issuing > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .touch\:divide-policyStatus-waiting_inspection > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .touch\:divide-policyStatus-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-divide-opacity));
  }

  .touch\:divide-policyStatus-failed_inspection > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .touch\:divide-policyStatus-failed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .touch\:divide-policyStatus-waiting_policy > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .touch\:divide-policyStatus-cancel > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .touch\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .touch\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .touch\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .touch\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .touch\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .touch\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .touch\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .touch\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .touch\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .touch\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .touch\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .touch\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .touch\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .touch\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .touch\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .touch\:place-self-auto {
    align-self: auto;
    justify-self: auto;
    place-self: auto;
  }

  .touch\:place-self-start {
    align-self: start;
    justify-self: start;
    place-self: start;
  }

  .touch\:place-self-end {
    align-self: end;
    justify-self: end;
    place-self: end;
  }

  .touch\:place-self-center {
    align-self: center;
    justify-self: center;
    place-self: center;
  }

  .touch\:place-self-stretch {
    align-self: stretch;
    justify-self: stretch;
    place-self: stretch;
  }

  .touch\:self-auto {
    align-self: auto;
  }

  .touch\:self-start {
    align-self: flex-start;
  }

  .touch\:self-end {
    align-self: flex-end;
  }

  .touch\:self-center {
    align-self: center;
  }

  .touch\:self-stretch {
    align-self: stretch;
  }

  .touch\:self-baseline {
    align-self: baseline;
  }

  .touch\:justify-self-auto {
    justify-self: auto;
  }

  .touch\:justify-self-start {
    justify-self: start;
  }

  .touch\:justify-self-end {
    justify-self: end;
  }

  .touch\:justify-self-center {
    justify-self: center;
  }

  .touch\:justify-self-stretch {
    justify-self: stretch;
  }

  .touch\:overflow-auto {
    overflow: auto;
  }

  .touch\:overflow-hidden {
    overflow: hidden;
  }

  .touch\:overflow-visible {
    overflow: visible;
  }

  .touch\:overflow-scroll {
    overflow: scroll;
  }

  .touch\:overflow-x-auto {
    overflow-x: auto;
  }

  .touch\:overflow-y-auto {
    overflow-y: auto;
  }

  .touch\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .touch\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .touch\:overflow-x-visible {
    overflow-x: visible;
  }

  .touch\:overflow-y-visible {
    overflow-y: visible;
  }

  .touch\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .touch\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .touch\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .touch\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .touch\:overscroll-none {
    overscroll-behavior: none;
  }

  .touch\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .touch\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .touch\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .touch\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .touch\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .touch\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .touch\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .touch\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .touch\:overflow-clip {
    text-overflow: clip;
  }

  .touch\:whitespace-normal {
    white-space: normal;
  }

  .touch\:whitespace-nowrap {
    white-space: nowrap;
  }

  .touch\:whitespace-pre {
    white-space: pre;
  }

  .touch\:whitespace-pre-line {
    white-space: pre-line;
  }

  .touch\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .touch\:break-normal {
    word-wrap: normal;
    word-break: normal;
  }

  .touch\:break-words {
    word-wrap: break-word;
  }

  .touch\:break-all {
    word-break: break-all;
  }

  .touch\:rounded-5 {
    border-radius: 5px;
  }

  .touch\:rounded-10 {
    border-radius: 10px;
  }

  .touch\:rounded-20 {
    border-radius: 20px;
  }

  .touch\:rounded-48 {
    border-radius: 48px;
  }

  .touch\:rounded-none {
    border-radius: 0;
  }

  .touch\:rounded-sm {
    border-radius: 0.125rem;
  }

  .touch\:rounded {
    border-radius: 5px;
  }

  .touch\:rounded-md {
    border-radius: 0.375rem;
  }

  .touch\:rounded-lg {
    border-radius: 0.5rem;
  }

  .touch\:rounded-xl {
    border-radius: 0.75rem;
  }

  .touch\:rounded-2xl {
    border-radius: 1rem;
  }

  .touch\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .touch\:rounded-full {
    border-radius: 9999px;
  }

  .touch\:rounded-t-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .touch\:rounded-t-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .touch\:rounded-t-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .touch\:rounded-t-48 {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
  }

  .touch\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .touch\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .touch\:rounded-t {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .touch\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .touch\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .touch\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .touch\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .touch\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .touch\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .touch\:rounded-r-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .touch\:rounded-r-10 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .touch\:rounded-r-20 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .touch\:rounded-r-48 {
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
  }

  .touch\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .touch\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .touch\:rounded-r {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .touch\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .touch\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .touch\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .touch\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .touch\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .touch\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .touch\:rounded-b-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .touch\:rounded-b-10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .touch\:rounded-b-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .touch\:rounded-b-48 {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
  }

  .touch\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .touch\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .touch\:rounded-b {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .touch\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .touch\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .touch\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .touch\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .touch\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .touch\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .touch\:rounded-l-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .touch\:rounded-l-10 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .touch\:rounded-l-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .touch\:rounded-l-48 {
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;
  }

  .touch\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .touch\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .touch\:rounded-l {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .touch\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .touch\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .touch\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .touch\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .touch\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .touch\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .touch\:rounded-tl-5 {
    border-top-left-radius: 5px;
  }

  .touch\:rounded-tl-10 {
    border-top-left-radius: 10px;
  }

  .touch\:rounded-tl-20 {
    border-top-left-radius: 20px;
  }

  .touch\:rounded-tl-48 {
    border-top-left-radius: 48px;
  }

  .touch\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .touch\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .touch\:rounded-tl {
    border-top-left-radius: 5px;
  }

  .touch\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .touch\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .touch\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .touch\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .touch\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .touch\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .touch\:rounded-tr-5 {
    border-top-right-radius: 5px;
  }

  .touch\:rounded-tr-10 {
    border-top-right-radius: 10px;
  }

  .touch\:rounded-tr-20 {
    border-top-right-radius: 20px;
  }

  .touch\:rounded-tr-48 {
    border-top-right-radius: 48px;
  }

  .touch\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .touch\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .touch\:rounded-tr {
    border-top-right-radius: 5px;
  }

  .touch\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .touch\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .touch\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .touch\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .touch\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .touch\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .touch\:rounded-br-5 {
    border-bottom-right-radius: 5px;
  }

  .touch\:rounded-br-10 {
    border-bottom-right-radius: 10px;
  }

  .touch\:rounded-br-20 {
    border-bottom-right-radius: 20px;
  }

  .touch\:rounded-br-48 {
    border-bottom-right-radius: 48px;
  }

  .touch\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .touch\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .touch\:rounded-br {
    border-bottom-right-radius: 5px;
  }

  .touch\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .touch\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .touch\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .touch\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .touch\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .touch\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .touch\:rounded-bl-5 {
    border-bottom-left-radius: 5px;
  }

  .touch\:rounded-bl-10 {
    border-bottom-left-radius: 10px;
  }

  .touch\:rounded-bl-20 {
    border-bottom-left-radius: 20px;
  }

  .touch\:rounded-bl-48 {
    border-bottom-left-radius: 48px;
  }

  .touch\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .touch\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .touch\:rounded-bl {
    border-bottom-left-radius: 5px;
  }

  .touch\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .touch\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .touch\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .touch\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .touch\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .touch\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .touch\:border-0 {
    border-width: 0px;
  }

  .touch\:border-2 {
    border-width: 2px;
  }

  .touch\:border-4 {
    border-width: 4px;
  }

  .touch\:border-8 {
    border-width: 8px;
  }

  .touch\:border {
    border-width: 1px;
  }

  .touch\:hover\:border-0:hover {
    border-width: 0px;
  }

  .touch\:hover\:border-2:hover {
    border-width: 2px;
  }

  .touch\:hover\:border-4:hover {
    border-width: 4px;
  }

  .touch\:hover\:border-8:hover {
    border-width: 8px;
  }

  .touch\:hover\:border:hover {
    border-width: 1px;
  }

  .touch\:focus\:border-0:focus {
    border-width: 0px;
  }

  .touch\:focus\:border-2:focus {
    border-width: 2px;
  }

  .touch\:focus\:border-4:focus {
    border-width: 4px;
  }

  .touch\:focus\:border-8:focus {
    border-width: 8px;
  }

  .touch\:focus\:border:focus {
    border-width: 1px;
  }

  .touch\:border-t-0 {
    border-top-width: 0px;
  }

  .touch\:border-t-2 {
    border-top-width: 2px;
  }

  .touch\:border-t-4 {
    border-top-width: 4px;
  }

  .touch\:border-t-8 {
    border-top-width: 8px;
  }

  .touch\:border-t {
    border-top-width: 1px;
  }

  .touch\:border-r-0 {
    border-right-width: 0px;
  }

  .touch\:border-r-2 {
    border-right-width: 2px;
  }

  .touch\:border-r-4 {
    border-right-width: 4px;
  }

  .touch\:border-r-8 {
    border-right-width: 8px;
  }

  .touch\:border-r {
    border-right-width: 1px;
  }

  .touch\:border-b-0 {
    border-bottom-width: 0px;
  }

  .touch\:border-b-2 {
    border-bottom-width: 2px;
  }

  .touch\:border-b-4 {
    border-bottom-width: 4px;
  }

  .touch\:border-b-8 {
    border-bottom-width: 8px;
  }

  .touch\:border-b {
    border-bottom-width: 1px;
  }

  .touch\:border-l-0 {
    border-left-width: 0px;
  }

  .touch\:border-l-2 {
    border-left-width: 2px;
  }

  .touch\:border-l-4 {
    border-left-width: 4px;
  }

  .touch\:border-l-8 {
    border-left-width: 8px;
  }

  .touch\:border-l {
    border-left-width: 1px;
  }

  .touch\:hover\:border-t-0:hover {
    border-top-width: 0px;
  }

  .touch\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .touch\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .touch\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .touch\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .touch\:hover\:border-r-0:hover {
    border-right-width: 0px;
  }

  .touch\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .touch\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .touch\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .touch\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .touch\:hover\:border-b-0:hover {
    border-bottom-width: 0px;
  }

  .touch\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .touch\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .touch\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .touch\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .touch\:hover\:border-l-0:hover {
    border-left-width: 0px;
  }

  .touch\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .touch\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .touch\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .touch\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .touch\:focus\:border-t-0:focus {
    border-top-width: 0px;
  }

  .touch\:focus\:border-t-2:focus {
    border-top-width: 2px;
  }

  .touch\:focus\:border-t-4:focus {
    border-top-width: 4px;
  }

  .touch\:focus\:border-t-8:focus {
    border-top-width: 8px;
  }

  .touch\:focus\:border-t:focus {
    border-top-width: 1px;
  }

  .touch\:focus\:border-r-0:focus {
    border-right-width: 0px;
  }

  .touch\:focus\:border-r-2:focus {
    border-right-width: 2px;
  }

  .touch\:focus\:border-r-4:focus {
    border-right-width: 4px;
  }

  .touch\:focus\:border-r-8:focus {
    border-right-width: 8px;
  }

  .touch\:focus\:border-r:focus {
    border-right-width: 1px;
  }

  .touch\:focus\:border-b-0:focus {
    border-bottom-width: 0px;
  }

  .touch\:focus\:border-b-2:focus {
    border-bottom-width: 2px;
  }

  .touch\:focus\:border-b-4:focus {
    border-bottom-width: 4px;
  }

  .touch\:focus\:border-b-8:focus {
    border-bottom-width: 8px;
  }

  .touch\:focus\:border-b:focus {
    border-bottom-width: 1px;
  }

  .touch\:focus\:border-l-0:focus {
    border-left-width: 0px;
  }

  .touch\:focus\:border-l-2:focus {
    border-left-width: 2px;
  }

  .touch\:focus\:border-l-4:focus {
    border-left-width: 4px;
  }

  .touch\:focus\:border-l-8:focus {
    border-left-width: 8px;
  }

  .touch\:focus\:border-l:focus {
    border-left-width: 1px;
  }

  .touch\:border-solid {
    border-style: solid;
  }

  .touch\:border-dashed {
    border-style: dashed;
  }

  .touch\:border-dotted {
    border-style: dotted;
  }

  .touch\:border-double {
    border-style: double;
  }

  .touch\:border-none {
    border-style: none;
  }

  .touch\:hover\:border-solid:hover {
    border-style: solid;
  }

  .touch\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .touch\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .touch\:hover\:border-double:hover {
    border-style: double;
  }

  .touch\:hover\:border-none:hover {
    border-style: none;
  }

  .touch\:border-transparent {
    border-color: transparent;
  }

  .touch\:border-current {
    border-color: currentColor;
  }

  .touch\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .touch\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .touch\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .touch\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .touch\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .touch\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .touch\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .touch\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .touch\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .touch\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .touch\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .touch\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .touch\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .touch\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .touch\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .touch\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .touch\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .touch\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .touch\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .touch\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .touch\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .touch\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .touch\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .touch\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .touch\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .touch\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .touch\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .touch\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .touch\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .touch\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .touch\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .touch\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .touch\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .touch\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .touch\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .touch\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .touch\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .touch\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .touch\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .touch\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .touch\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .touch\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .touch\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .touch\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .touch\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .touch\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .touch\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .touch\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .touch\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .touch\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .touch\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .touch\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .touch\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .touch\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .touch\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .touch\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .touch\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .touch\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .touch\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .touch\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .touch\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .touch\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .touch\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .touch\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .touch\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .touch\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .touch\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .touch\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .touch\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .touch\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .touch\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .touch\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .touch\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .touch\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .touch\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .touch\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .touch\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .touch\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .touch\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .touch\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .touch\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .touch\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .touch\:border-primary-color {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .touch\:border-primary-color-dark {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .touch\:border-secondary-color {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .touch\:border-custom-gray-sm {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .touch\:border-custom-gray-sm2 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .touch\:border-custom-gray-md {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .touch\:border-custom-navy-dark {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .touch\:border-dark-blue {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .touch\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .touch\:border-secondary-1 {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .touch\:border-secondary-2 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .touch\:border-secondary-3 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .touch\:border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .touch\:border-secondary-dark {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .touch\:border-secondary-light {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .touch\:border-grayCustom-1 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .touch\:border-grayCustom-2 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .touch\:border-grayCustom-3 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .touch\:border-grayCustom-800 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .touch\:border-grayCustom {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .touch\:border-grayCustom-dark {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .touch\:border-grayCustom-light {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .touch\:border-grayCustom-hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .touch\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .touch\:border-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .touch\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .touch\:border-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .touch\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .touch\:border-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .touch\:border-status-open {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .touch\:border-status-waiting_payment {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .touch\:border-status-completed {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .touch\:border-status-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .touch\:border-status-waiting_verify {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .touch\:border-status-closed {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .touch\:border-policyStatus-issuing {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .touch\:border-policyStatus-waiting_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .touch\:border-policyStatus-success {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .touch\:border-policyStatus-failed_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .touch\:border-policyStatus-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .touch\:border-policyStatus-waiting_policy {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .touch\:border-policyStatus-cancel {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .touch\:checked\:border-transparent:checked {
    border-color: transparent;
  }

  .touch\:checked\:border-current:checked {
    border-color: currentColor;
  }

  .touch\:checked\:border-black:checked {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .touch\:checked\:border-white:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .touch\:checked\:border-gray-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .touch\:checked\:border-gray-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .touch\:checked\:border-gray-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .touch\:checked\:border-gray-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .touch\:checked\:border-gray-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .touch\:checked\:border-gray-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .touch\:checked\:border-gray-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .touch\:checked\:border-gray-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .touch\:checked\:border-gray-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .touch\:checked\:border-gray-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .touch\:checked\:border-red-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .touch\:checked\:border-red-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .touch\:checked\:border-red-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .touch\:checked\:border-red-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .touch\:checked\:border-red-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .touch\:checked\:border-red-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .touch\:checked\:border-red-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .touch\:checked\:border-red-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .touch\:checked\:border-red-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .touch\:checked\:border-red-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .touch\:checked\:border-yellow-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .touch\:checked\:border-yellow-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .touch\:checked\:border-yellow-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .touch\:checked\:border-yellow-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .touch\:checked\:border-yellow-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .touch\:checked\:border-yellow-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .touch\:checked\:border-yellow-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .touch\:checked\:border-yellow-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .touch\:checked\:border-yellow-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .touch\:checked\:border-yellow-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .touch\:checked\:border-green-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .touch\:checked\:border-green-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .touch\:checked\:border-green-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .touch\:checked\:border-green-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .touch\:checked\:border-green-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .touch\:checked\:border-green-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .touch\:checked\:border-green-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .touch\:checked\:border-green-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .touch\:checked\:border-green-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .touch\:checked\:border-green-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .touch\:checked\:border-blue-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .touch\:checked\:border-blue-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .touch\:checked\:border-blue-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .touch\:checked\:border-blue-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .touch\:checked\:border-blue-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .touch\:checked\:border-blue-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .touch\:checked\:border-blue-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .touch\:checked\:border-blue-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .touch\:checked\:border-blue-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .touch\:checked\:border-blue-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .touch\:checked\:border-indigo-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .touch\:checked\:border-indigo-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .touch\:checked\:border-indigo-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .touch\:checked\:border-indigo-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .touch\:checked\:border-indigo-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .touch\:checked\:border-indigo-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .touch\:checked\:border-indigo-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .touch\:checked\:border-indigo-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .touch\:checked\:border-indigo-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .touch\:checked\:border-indigo-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .touch\:checked\:border-purple-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .touch\:checked\:border-purple-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .touch\:checked\:border-purple-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .touch\:checked\:border-purple-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .touch\:checked\:border-purple-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .touch\:checked\:border-purple-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .touch\:checked\:border-purple-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .touch\:checked\:border-purple-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .touch\:checked\:border-purple-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .touch\:checked\:border-purple-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .touch\:checked\:border-pink-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .touch\:checked\:border-pink-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .touch\:checked\:border-pink-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .touch\:checked\:border-pink-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .touch\:checked\:border-pink-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .touch\:checked\:border-pink-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .touch\:checked\:border-pink-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .touch\:checked\:border-pink-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .touch\:checked\:border-pink-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .touch\:checked\:border-pink-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .touch\:checked\:border-primary-color:checked {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .touch\:checked\:border-primary-color-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .touch\:checked\:border-secondary-color:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .touch\:checked\:border-custom-gray-sm:checked {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .touch\:checked\:border-custom-gray-sm2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .touch\:checked\:border-custom-gray-md:checked {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .touch\:checked\:border-custom-navy-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .touch\:checked\:border-dark-blue:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .touch\:checked\:border-primary:checked {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .touch\:checked\:border-secondary-1:checked {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .touch\:checked\:border-secondary-2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .touch\:checked\:border-secondary-3:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .touch\:checked\:border-secondary:checked {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .touch\:checked\:border-secondary-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .touch\:checked\:border-secondary-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .touch\:checked\:border-grayCustom-1:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .touch\:checked\:border-grayCustom-2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .touch\:checked\:border-grayCustom-3:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .touch\:checked\:border-grayCustom-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .touch\:checked\:border-grayCustom:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .touch\:checked\:border-grayCustom-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .touch\:checked\:border-grayCustom-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .touch\:checked\:border-grayCustom-hover:checked {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .touch\:checked\:border-error:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .touch\:checked\:border-error-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .touch\:checked\:border-warning:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .touch\:checked\:border-warning-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .touch\:checked\:border-success:checked {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .touch\:checked\:border-success-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .touch\:checked\:border-status-open:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .touch\:checked\:border-status-waiting_payment:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .touch\:checked\:border-status-completed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .touch\:checked\:border-status-failed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .touch\:checked\:border-status-waiting_verify:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .touch\:checked\:border-status-closed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .touch\:checked\:border-policyStatus-issuing:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .touch\:checked\:border-policyStatus-waiting_inspection:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .touch\:checked\:border-policyStatus-success:checked {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .touch\:checked\:border-policyStatus-failed_inspection:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .touch\:checked\:border-policyStatus-failed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .touch\:checked\:border-policyStatus-waiting_policy:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .touch\:checked\:border-policyStatus-cancel:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .touch\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .touch\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-primary-color {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-primary-color-dark {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-secondary-color {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-custom-gray-sm {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-custom-gray-sm2 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-custom-gray-md {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-custom-navy-dark {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-dark-blue {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-secondary-1 {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-secondary-2 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-secondary-3 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-secondary-dark {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-secondary-light {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-grayCustom-1 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-grayCustom-2 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-grayCustom-3 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-grayCustom-800 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-grayCustom {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-grayCustom-dark {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-grayCustom-light {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-grayCustom-hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-status-open {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-status-waiting_payment {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-status-completed {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-status-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-status-waiting_verify {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-status-closed {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-policyStatus-issuing {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-policyStatus-waiting_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-policyStatus-success {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-policyStatus-failed_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-policyStatus-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-policyStatus-waiting_policy {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .touch\:group-hover\:border-policyStatus-cancel {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-transparent[focus-within] {
    border-color: transparent;
  }

  .touch\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .touch\:focus-within\:border-current[focus-within] {
    border-color: currentColor;
  }

  .touch\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }

  .touch\:focus-within\:border-black[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-white[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-gray-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-gray-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-gray-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-gray-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-gray-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-gray-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-gray-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-gray-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-gray-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-gray-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-red-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-red-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-red-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-red-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-red-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-red-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-red-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-red-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-red-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-red-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-yellow-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-yellow-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-yellow-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-yellow-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-yellow-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-yellow-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-yellow-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-yellow-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-yellow-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-yellow-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-green-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-green-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-green-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-green-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-green-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-green-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-green-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-green-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-green-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-green-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-blue-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-blue-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-blue-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-blue-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-blue-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-blue-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-blue-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-blue-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-blue-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-blue-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-indigo-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-indigo-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-indigo-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-indigo-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-indigo-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-indigo-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-indigo-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-indigo-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-indigo-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-indigo-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-purple-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-purple-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-purple-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-purple-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-purple-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-purple-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-purple-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-purple-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-purple-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-purple-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-pink-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-pink-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-pink-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-pink-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-pink-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-pink-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-pink-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-pink-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-pink-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-pink-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-primary-color[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-primary-color:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-primary-color-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-primary-color-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-secondary-color[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-secondary-color:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-custom-gray-sm[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-custom-gray-sm:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-custom-gray-sm2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-custom-gray-sm2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-custom-gray-md[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-custom-gray-md:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-custom-navy-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-custom-navy-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-dark-blue[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-dark-blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-primary[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-secondary-1[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-secondary-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-secondary-2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-secondary-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-secondary-3[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-secondary-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-secondary[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-secondary-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-secondary-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-secondary-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-secondary-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-grayCustom-1[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-grayCustom-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-grayCustom-2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-grayCustom-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-grayCustom-3[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-grayCustom-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-grayCustom-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-grayCustom-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-grayCustom[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-grayCustom:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-grayCustom-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-grayCustom-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-grayCustom-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-grayCustom-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-grayCustom-hover[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-grayCustom-hover:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-error[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-error:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-error-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-error-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-warning[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-warning:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-warning-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-warning-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-success[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-success-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-success-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-status-open[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-status-open:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-status-waiting_payment[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-status-waiting_payment:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-status-completed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-status-completed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-status-failed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-status-failed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-status-waiting_verify[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-status-waiting_verify:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-status-closed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-status-closed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-policyStatus-issuing[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-policyStatus-issuing:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-policyStatus-waiting_inspection[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-policyStatus-waiting_inspection:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-policyStatus-success[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-policyStatus-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-policyStatus-failed_inspection[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-policyStatus-failed_inspection:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-policyStatus-failed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-policyStatus-failed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-policyStatus-waiting_policy[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-policyStatus-waiting_policy:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-policyStatus-cancel[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .touch\:focus-within\:border-policyStatus-cancel:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .touch\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .touch\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .touch\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .touch\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .touch\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .touch\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .touch\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .touch\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .touch\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .touch\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .touch\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .touch\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .touch\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .touch\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .touch\:hover\:border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .touch\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .touch\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .touch\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .touch\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .touch\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .touch\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .touch\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .touch\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .touch\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .touch\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .touch\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .touch\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .touch\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .touch\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .touch\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .touch\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .touch\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .touch\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .touch\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .touch\:hover\:border-green-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .touch\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .touch\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .touch\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .touch\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .touch\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .touch\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .touch\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .touch\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .touch\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .touch\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .touch\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .touch\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .touch\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .touch\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .touch\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .touch\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .touch\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .touch\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .touch\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .touch\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .touch\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .touch\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .touch\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .touch\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .touch\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .touch\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .touch\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .touch\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .touch\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .touch\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .touch\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .touch\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .touch\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .touch\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .touch\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .touch\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .touch\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .touch\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .touch\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .touch\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .touch\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .touch\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .touch\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .touch\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .touch\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .touch\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .touch\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .touch\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .touch\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .touch\:hover\:border-primary-color:hover {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .touch\:hover\:border-primary-color-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .touch\:hover\:border-secondary-color:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .touch\:hover\:border-custom-gray-sm:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .touch\:hover\:border-custom-gray-sm2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .touch\:hover\:border-custom-gray-md:hover {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .touch\:hover\:border-custom-navy-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .touch\:hover\:border-dark-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .touch\:hover\:border-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .touch\:hover\:border-secondary-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .touch\:hover\:border-secondary-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .touch\:hover\:border-secondary-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .touch\:hover\:border-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .touch\:hover\:border-secondary-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .touch\:hover\:border-secondary-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .touch\:hover\:border-grayCustom-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .touch\:hover\:border-grayCustom-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .touch\:hover\:border-grayCustom-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .touch\:hover\:border-grayCustom-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .touch\:hover\:border-grayCustom:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .touch\:hover\:border-grayCustom-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .touch\:hover\:border-grayCustom-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .touch\:hover\:border-grayCustom-hover:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .touch\:hover\:border-error:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .touch\:hover\:border-error-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .touch\:hover\:border-warning:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .touch\:hover\:border-warning-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .touch\:hover\:border-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .touch\:hover\:border-success-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .touch\:hover\:border-status-open:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .touch\:hover\:border-status-waiting_payment:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .touch\:hover\:border-status-completed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .touch\:hover\:border-status-failed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .touch\:hover\:border-status-waiting_verify:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .touch\:hover\:border-status-closed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .touch\:hover\:border-policyStatus-issuing:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .touch\:hover\:border-policyStatus-waiting_inspection:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .touch\:hover\:border-policyStatus-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .touch\:hover\:border-policyStatus-failed_inspection:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .touch\:hover\:border-policyStatus-failed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .touch\:hover\:border-policyStatus-waiting_policy:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .touch\:hover\:border-policyStatus-cancel:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .touch\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .touch\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .touch\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .touch\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .touch\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .touch\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .touch\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .touch\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .touch\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .touch\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .touch\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .touch\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .touch\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .touch\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .touch\:focus\:border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .touch\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .touch\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .touch\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .touch\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .touch\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .touch\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .touch\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .touch\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .touch\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .touch\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .touch\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .touch\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .touch\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .touch\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .touch\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .touch\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .touch\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .touch\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .touch\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .touch\:focus\:border-green-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .touch\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .touch\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .touch\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .touch\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .touch\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .touch\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .touch\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .touch\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .touch\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .touch\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .touch\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .touch\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .touch\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .touch\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .touch\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .touch\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .touch\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .touch\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .touch\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .touch\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .touch\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .touch\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .touch\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .touch\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .touch\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .touch\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .touch\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .touch\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .touch\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .touch\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .touch\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .touch\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .touch\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .touch\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .touch\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .touch\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .touch\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .touch\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .touch\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .touch\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .touch\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .touch\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .touch\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .touch\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .touch\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .touch\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .touch\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .touch\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .touch\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .touch\:focus\:border-primary-color:focus {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .touch\:focus\:border-primary-color-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .touch\:focus\:border-secondary-color:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .touch\:focus\:border-custom-gray-sm:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .touch\:focus\:border-custom-gray-sm2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .touch\:focus\:border-custom-gray-md:focus {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .touch\:focus\:border-custom-navy-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .touch\:focus\:border-dark-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .touch\:focus\:border-primary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .touch\:focus\:border-secondary-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .touch\:focus\:border-secondary-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .touch\:focus\:border-secondary-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .touch\:focus\:border-secondary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .touch\:focus\:border-secondary-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .touch\:focus\:border-secondary-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .touch\:focus\:border-grayCustom-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .touch\:focus\:border-grayCustom-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .touch\:focus\:border-grayCustom-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .touch\:focus\:border-grayCustom-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .touch\:focus\:border-grayCustom:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .touch\:focus\:border-grayCustom-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .touch\:focus\:border-grayCustom-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .touch\:focus\:border-grayCustom-hover:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .touch\:focus\:border-error:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .touch\:focus\:border-error-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .touch\:focus\:border-warning:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .touch\:focus\:border-warning-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .touch\:focus\:border-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .touch\:focus\:border-success-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .touch\:focus\:border-status-open:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .touch\:focus\:border-status-waiting_payment:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .touch\:focus\:border-status-completed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .touch\:focus\:border-status-failed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .touch\:focus\:border-status-waiting_verify:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .touch\:focus\:border-status-closed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .touch\:focus\:border-policyStatus-issuing:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .touch\:focus\:border-policyStatus-waiting_inspection:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .touch\:focus\:border-policyStatus-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .touch\:focus\:border-policyStatus-failed_inspection:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .touch\:focus\:border-policyStatus-failed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .touch\:focus\:border-policyStatus-waiting_policy:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .touch\:focus\:border-policyStatus-cancel:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .touch\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .touch\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .touch\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .touch\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .touch\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .touch\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .touch\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .touch\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .touch\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .touch\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .touch\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .touch\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .touch\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .touch\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .touch\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .touch\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .touch\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .touch\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .touch\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .touch\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .touch\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .touch\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .touch\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .touch\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .touch\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .touch\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .touch\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .touch\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .touch\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .touch\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .touch\:focus-within\:border-opacity-0[focus-within] {
    --tw-border-opacity: 0;
  }

  .touch\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .touch\:focus-within\:border-opacity-5[focus-within] {
    --tw-border-opacity: 0.05;
  }

  .touch\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .touch\:focus-within\:border-opacity-10[focus-within] {
    --tw-border-opacity: 0.1;
  }

  .touch\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .touch\:focus-within\:border-opacity-20[focus-within] {
    --tw-border-opacity: 0.2;
  }

  .touch\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .touch\:focus-within\:border-opacity-25[focus-within] {
    --tw-border-opacity: 0.25;
  }

  .touch\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .touch\:focus-within\:border-opacity-30[focus-within] {
    --tw-border-opacity: 0.3;
  }

  .touch\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .touch\:focus-within\:border-opacity-40[focus-within] {
    --tw-border-opacity: 0.4;
  }

  .touch\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .touch\:focus-within\:border-opacity-50[focus-within] {
    --tw-border-opacity: 0.5;
  }

  .touch\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .touch\:focus-within\:border-opacity-60[focus-within] {
    --tw-border-opacity: 0.6;
  }

  .touch\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .touch\:focus-within\:border-opacity-70[focus-within] {
    --tw-border-opacity: 0.7;
  }

  .touch\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .touch\:focus-within\:border-opacity-75[focus-within] {
    --tw-border-opacity: 0.75;
  }

  .touch\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .touch\:focus-within\:border-opacity-80[focus-within] {
    --tw-border-opacity: 0.8;
  }

  .touch\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .touch\:focus-within\:border-opacity-90[focus-within] {
    --tw-border-opacity: 0.9;
  }

  .touch\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .touch\:focus-within\:border-opacity-95[focus-within] {
    --tw-border-opacity: 0.95;
  }

  .touch\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .touch\:focus-within\:border-opacity-100[focus-within] {
    --tw-border-opacity: 1;
  }

  .touch\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .touch\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .touch\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .touch\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .touch\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .touch\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .touch\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .touch\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .touch\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .touch\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .touch\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .touch\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .touch\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .touch\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .touch\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .touch\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .touch\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .touch\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .touch\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .touch\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .touch\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .touch\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .touch\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .touch\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .touch\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .touch\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .touch\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .touch\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .touch\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .touch\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .touch\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .touch\:bg-transparent {
    background-color: transparent;
  }

  .touch\:bg-current {
    background-color: currentColor;
  }

  .touch\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .touch\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .touch\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .touch\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .touch\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .touch\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .touch\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .touch\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .touch\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .touch\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .touch\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .touch\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .touch\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .touch\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .touch\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .touch\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .touch\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .touch\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .touch\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .touch\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .touch\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .touch\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .touch\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .touch\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .touch\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .touch\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .touch\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .touch\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .touch\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .touch\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .touch\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .touch\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .touch\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .touch\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .touch\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .touch\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .touch\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .touch\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .touch\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .touch\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .touch\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .touch\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .touch\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .touch\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .touch\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .touch\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .touch\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .touch\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .touch\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .touch\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .touch\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .touch\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .touch\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .touch\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .touch\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .touch\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .touch\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .touch\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .touch\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .touch\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .touch\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .touch\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .touch\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .touch\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .touch\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .touch\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .touch\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .touch\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .touch\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .touch\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .touch\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .touch\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .touch\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .touch\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .touch\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .touch\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .touch\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .touch\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .touch\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .touch\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .touch\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .touch\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .touch\:bg-primary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .touch\:bg-primary-color-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .touch\:bg-secondary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .touch\:bg-custom-gray-sm {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .touch\:bg-custom-gray-sm2 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .touch\:bg-custom-gray-md {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .touch\:bg-custom-navy-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .touch\:bg-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .touch\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .touch\:bg-secondary-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .touch\:bg-secondary-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .touch\:bg-secondary-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .touch\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .touch\:bg-secondary-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .touch\:bg-secondary-light {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .touch\:bg-grayCustom-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .touch\:bg-grayCustom-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .touch\:bg-grayCustom-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .touch\:bg-grayCustom-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .touch\:bg-grayCustom {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .touch\:bg-grayCustom-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .touch\:bg-grayCustom-light {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .touch\:bg-grayCustom-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .touch\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .touch\:bg-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .touch\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .touch\:bg-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .touch\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .touch\:bg-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .touch\:bg-status-open {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .touch\:bg-status-waiting_payment {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .touch\:bg-status-completed {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .touch\:bg-status-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .touch\:bg-status-waiting_verify {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .touch\:bg-status-closed {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .touch\:bg-policyStatus-issuing {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .touch\:bg-policyStatus-waiting_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .touch\:bg-policyStatus-success {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .touch\:bg-policyStatus-failed_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .touch\:bg-policyStatus-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .touch\:bg-policyStatus-waiting_policy {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .touch\:bg-policyStatus-cancel {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-transparent:nth-child(odd) {
    background-color: transparent;
  }

  .touch\:odd\:bg-current:nth-child(odd) {
    background-color: currentColor;
  }

  .touch\:odd\:bg-black:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-white:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-gray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-gray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-gray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-gray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-gray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-gray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-gray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-gray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-gray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-gray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-red-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-red-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-red-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-red-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-red-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-red-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-red-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-red-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-red-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-red-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-yellow-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-yellow-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-yellow-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-yellow-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-yellow-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-yellow-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-yellow-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-yellow-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-yellow-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-yellow-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-green-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-green-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-green-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-green-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-green-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-green-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-green-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-green-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-green-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-green-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-blue-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-blue-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-blue-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-blue-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-blue-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-blue-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-blue-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-blue-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-blue-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-blue-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-indigo-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-indigo-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-indigo-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-indigo-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-indigo-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-indigo-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-indigo-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-indigo-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-indigo-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-indigo-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-purple-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-purple-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-purple-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-purple-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-purple-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-purple-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-purple-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-purple-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-purple-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-purple-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-pink-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-pink-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-pink-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-pink-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-pink-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-pink-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-pink-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-pink-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-pink-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-pink-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-primary-color:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-primary-color-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-secondary-color:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-custom-gray-sm:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-custom-gray-sm2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-custom-gray-md:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-custom-navy-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-dark-blue:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-primary:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-secondary-1:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-secondary-2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-secondary-3:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-secondary:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-secondary-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-secondary-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-grayCustom-1:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-grayCustom-2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-grayCustom-3:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-grayCustom-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-grayCustom:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-grayCustom-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-grayCustom-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-grayCustom-hover:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-error:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-error-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-warning:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-warning-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-success:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-success-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-status-open:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-status-waiting_payment:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-status-completed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-status-failed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-status-waiting_verify:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-status-closed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-policyStatus-issuing:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-policyStatus-waiting_inspection:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-policyStatus-success:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-policyStatus-failed_inspection:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-policyStatus-failed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-policyStatus-waiting_policy:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .touch\:odd\:bg-policyStatus-cancel:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-transparent:checked {
    background-color: transparent;
  }

  .touch\:checked\:bg-current:checked {
    background-color: currentColor;
  }

  .touch\:checked\:bg-black:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-white:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-gray-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-gray-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-gray-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-gray-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-gray-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-gray-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-gray-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-gray-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-gray-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-gray-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-red-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-red-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-red-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-red-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-red-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-red-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-red-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-red-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-red-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-red-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-yellow-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-yellow-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-yellow-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-yellow-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-yellow-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-yellow-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-yellow-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-yellow-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-yellow-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-yellow-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-green-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-green-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-green-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-green-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-green-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-green-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-green-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-green-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-green-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-green-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-blue-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-blue-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-blue-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-blue-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-blue-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-blue-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-blue-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-blue-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-blue-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-blue-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-indigo-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-indigo-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-indigo-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-indigo-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-indigo-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-indigo-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-indigo-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-indigo-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-indigo-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-indigo-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-purple-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-purple-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-purple-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-purple-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-purple-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-purple-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-purple-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-purple-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-purple-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-purple-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-pink-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-pink-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-pink-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-pink-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-pink-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-pink-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-pink-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-pink-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-pink-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-pink-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-primary-color:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-primary-color-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-secondary-color:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-custom-gray-sm:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-custom-gray-sm2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-custom-gray-md:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-custom-navy-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-dark-blue:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-primary:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-secondary-1:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-secondary-2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-secondary-3:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-secondary:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-secondary-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-secondary-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-grayCustom-1:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-grayCustom-2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-grayCustom-3:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-grayCustom-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-grayCustom:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-grayCustom-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-grayCustom-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-grayCustom-hover:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-error:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-error-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-warning:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-warning-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-success:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-success-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-status-open:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-status-waiting_payment:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-status-completed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-status-failed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-status-waiting_verify:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-status-closed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-policyStatus-issuing:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-policyStatus-waiting_inspection:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-policyStatus-success:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-policyStatus-failed_inspection:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-policyStatus-failed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-policyStatus-waiting_policy:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .touch\:checked\:bg-policyStatus-cancel:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .touch\:group-hover\:bg-current {
    background-color: currentColor;
  }

  .group:hover .touch\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-primary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-primary-color-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-secondary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-custom-gray-sm {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-custom-gray-sm2 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-custom-gray-md {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-custom-navy-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-secondary-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-secondary-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-secondary-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-secondary-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-secondary-light {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-grayCustom-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-grayCustom-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-grayCustom-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-grayCustom-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-grayCustom {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-grayCustom-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-grayCustom-light {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-grayCustom-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-status-open {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-status-waiting_payment {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-status-completed {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-status-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-status-waiting_verify {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-status-closed {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-policyStatus-issuing {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-policyStatus-waiting_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-policyStatus-success {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-policyStatus-failed_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-policyStatus-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-policyStatus-waiting_policy {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .touch\:group-hover\:bg-policyStatus-cancel {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-transparent[focus-within] {
    background-color: transparent;
  }

  .touch\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .touch\:focus-within\:bg-current[focus-within] {
    background-color: currentColor;
  }

  .touch\:focus-within\:bg-current:focus-within {
    background-color: currentColor;
  }

  .touch\:focus-within\:bg-black[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-white[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-gray-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-gray-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-gray-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-gray-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-gray-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-gray-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-gray-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-gray-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-gray-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-gray-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-red-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-red-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-red-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-red-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-red-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-red-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-red-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-red-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-red-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-red-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-yellow-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-yellow-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-yellow-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-yellow-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-yellow-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-yellow-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-yellow-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-yellow-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-yellow-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-yellow-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-green-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-green-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-green-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-green-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-green-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-green-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-green-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-green-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-green-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-green-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-blue-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-blue-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-blue-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-blue-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-blue-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-blue-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-blue-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-blue-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-blue-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-blue-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-indigo-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-indigo-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-indigo-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-indigo-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-indigo-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-indigo-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-indigo-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-indigo-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-indigo-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-indigo-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-purple-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-purple-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-purple-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-purple-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-purple-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-purple-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-purple-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-purple-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-purple-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-purple-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-pink-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-pink-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-pink-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-pink-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-pink-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-pink-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-pink-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-pink-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-pink-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-pink-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-primary-color[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-primary-color:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-primary-color-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-primary-color-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-secondary-color[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-secondary-color:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-custom-gray-sm[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-custom-gray-sm:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-custom-gray-sm2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-custom-gray-sm2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-custom-gray-md[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-custom-gray-md:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-custom-navy-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-custom-navy-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-dark-blue[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-dark-blue:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-primary[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-primary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-secondary-1[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-secondary-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-secondary-2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-secondary-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-secondary-3[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-secondary-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-secondary[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-secondary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-secondary-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-secondary-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-secondary-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-secondary-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-grayCustom-1[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-grayCustom-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-grayCustom-2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-grayCustom-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-grayCustom-3[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-grayCustom-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-grayCustom-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-grayCustom-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-grayCustom[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-grayCustom:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-grayCustom-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-grayCustom-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-grayCustom-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-grayCustom-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-grayCustom-hover[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-grayCustom-hover:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-error[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-error:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-error-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-error-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-warning[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-warning:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-warning-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-warning-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-success[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-success-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-success-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-status-open[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-status-open:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-status-waiting_payment[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-status-waiting_payment:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-status-completed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-status-completed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-status-failed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-status-failed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-status-waiting_verify[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-status-waiting_verify:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-status-closed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-status-closed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-policyStatus-issuing[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-policyStatus-issuing:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-policyStatus-waiting_inspection[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-policyStatus-waiting_inspection:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-policyStatus-success[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-policyStatus-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-policyStatus-failed_inspection[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-policyStatus-failed_inspection:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-policyStatus-failed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-policyStatus-failed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-policyStatus-waiting_policy[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-policyStatus-waiting_policy:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-policyStatus-cancel[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .touch\:focus-within\:bg-policyStatus-cancel:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .touch\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .touch\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-primary-color:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-primary-color-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-secondary-color:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-custom-gray-sm:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-custom-gray-sm2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-custom-gray-md:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-custom-navy-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-dark-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-secondary-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-secondary-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-secondary-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-secondary-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-secondary-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-grayCustom-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-grayCustom-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-grayCustom-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-grayCustom-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-grayCustom:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-grayCustom-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-grayCustom-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-grayCustom-hover:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-error:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-error-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-warning:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-warning-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-success-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-status-open:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-status-waiting_payment:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-status-completed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-status-failed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-status-waiting_verify:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-status-closed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-policyStatus-issuing:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-policyStatus-waiting_inspection:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-policyStatus-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-policyStatus-failed_inspection:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-policyStatus-failed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-policyStatus-waiting_policy:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .touch\:hover\:bg-policyStatus-cancel:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .touch\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .touch\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-primary-color:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-primary-color-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-secondary-color:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-custom-gray-sm:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-custom-gray-sm2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-custom-gray-md:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-custom-navy-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-dark-blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-primary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-secondary-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-secondary-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-secondary-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-secondary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-secondary-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-secondary-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-grayCustom-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-grayCustom-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-grayCustom-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-grayCustom-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-grayCustom:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-grayCustom-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-grayCustom-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-grayCustom-hover:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-error:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-error-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-warning:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-warning-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-success-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-status-open:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-status-waiting_payment:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-status-completed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-status-failed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-status-waiting_verify:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-status-closed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-policyStatus-issuing:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-policyStatus-waiting_inspection:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-policyStatus-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-policyStatus-failed_inspection:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-policyStatus-failed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-policyStatus-waiting_policy:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .touch\:focus\:bg-policyStatus-cancel:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .touch\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .touch\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .touch\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .touch\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .touch\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .touch\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .touch\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .touch\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .touch\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .touch\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .touch\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .touch\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .touch\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .touch\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .touch\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .touch\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .touch\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .touch\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .touch\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .touch\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .touch\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .touch\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .touch\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .touch\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .touch\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .touch\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .touch\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .touch\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .touch\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .touch\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .touch\:focus-within\:bg-opacity-0[focus-within] {
    --tw-bg-opacity: 0;
  }

  .touch\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .touch\:focus-within\:bg-opacity-5[focus-within] {
    --tw-bg-opacity: 0.05;
  }

  .touch\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .touch\:focus-within\:bg-opacity-10[focus-within] {
    --tw-bg-opacity: 0.1;
  }

  .touch\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .touch\:focus-within\:bg-opacity-20[focus-within] {
    --tw-bg-opacity: 0.2;
  }

  .touch\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .touch\:focus-within\:bg-opacity-25[focus-within] {
    --tw-bg-opacity: 0.25;
  }

  .touch\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .touch\:focus-within\:bg-opacity-30[focus-within] {
    --tw-bg-opacity: 0.3;
  }

  .touch\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .touch\:focus-within\:bg-opacity-40[focus-within] {
    --tw-bg-opacity: 0.4;
  }

  .touch\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .touch\:focus-within\:bg-opacity-50[focus-within] {
    --tw-bg-opacity: 0.5;
  }

  .touch\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .touch\:focus-within\:bg-opacity-60[focus-within] {
    --tw-bg-opacity: 0.6;
  }

  .touch\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .touch\:focus-within\:bg-opacity-70[focus-within] {
    --tw-bg-opacity: 0.7;
  }

  .touch\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .touch\:focus-within\:bg-opacity-75[focus-within] {
    --tw-bg-opacity: 0.75;
  }

  .touch\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .touch\:focus-within\:bg-opacity-80[focus-within] {
    --tw-bg-opacity: 0.8;
  }

  .touch\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .touch\:focus-within\:bg-opacity-90[focus-within] {
    --tw-bg-opacity: 0.9;
  }

  .touch\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .touch\:focus-within\:bg-opacity-95[focus-within] {
    --tw-bg-opacity: 0.95;
  }

  .touch\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .touch\:focus-within\:bg-opacity-100[focus-within] {
    --tw-bg-opacity: 1;
  }

  .touch\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .touch\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .touch\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .touch\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .touch\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .touch\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .touch\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .touch\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .touch\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .touch\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .touch\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .touch\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .touch\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .touch\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .touch\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .touch\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .touch\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .touch\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .touch\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .touch\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .touch\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .touch\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .touch\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .touch\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .touch\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .touch\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .touch\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .touch\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .touch\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .touch\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .touch\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .touch\:bg-none {
    background-image: none;
  }

  .touch\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .touch\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .touch\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .touch\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .touch\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .touch\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .touch\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .touch\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .touch\:bg-city {
    background-image: url('~assets/homepage/bg-city.svg');
  }

  .touch\:bg-city-1 {
    background-image: url('~assets/homepage/bg-city_1.svg');
  }

  .touch\:bg-city-2 {
    background-image: url('~assets/homepage/bg-city2.svg');
  }

  .touch\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .touch\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .touch\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .touch\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .touch\:from-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .touch\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .touch\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .touch\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .touch\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .touch\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .touch\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .touch\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .touch\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .touch\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .touch\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .touch\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .touch\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .touch\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .touch\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .touch\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .touch\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .touch\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .touch\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .touch\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .touch\:from-yellow-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .touch\:from-yellow-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .touch\:from-yellow-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .touch\:from-yellow-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .touch\:from-yellow-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .touch\:from-yellow-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .touch\:from-yellow-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .touch\:from-yellow-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .touch\:from-yellow-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .touch\:from-yellow-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .touch\:from-green-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .touch\:from-green-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .touch\:from-green-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .touch\:from-green-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .touch\:from-green-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .touch\:from-green-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .touch\:from-green-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .touch\:from-green-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .touch\:from-green-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .touch\:from-green-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .touch\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .touch\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .touch\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .touch\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .touch\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .touch\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .touch\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .touch\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .touch\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .touch\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .touch\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .touch\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .touch\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .touch\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .touch\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .touch\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .touch\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .touch\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .touch\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .touch\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .touch\:from-purple-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .touch\:from-purple-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .touch\:from-purple-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .touch\:from-purple-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .touch\:from-purple-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .touch\:from-purple-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .touch\:from-purple-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .touch\:from-purple-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .touch\:from-purple-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .touch\:from-purple-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .touch\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .touch\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .touch\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .touch\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .touch\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .touch\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .touch\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .touch\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .touch\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .touch\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .touch\:from-primary-color {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .touch\:from-primary-color-dark {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .touch\:from-secondary-color {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .touch\:from-custom-gray-sm {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .touch\:from-custom-gray-sm2 {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .touch\:from-custom-gray-md {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .touch\:from-custom-navy-dark {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .touch\:from-dark-blue {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .touch\:from-primary {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .touch\:from-secondary-1 {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .touch\:from-secondary-2 {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .touch\:from-secondary-3 {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .touch\:from-secondary {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .touch\:from-secondary-dark {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .touch\:from-secondary-light {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .touch\:from-grayCustom-1 {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .touch\:from-grayCustom-2 {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .touch\:from-grayCustom-3 {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .touch\:from-grayCustom-800 {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .touch\:from-grayCustom {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .touch\:from-grayCustom-dark {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .touch\:from-grayCustom-light {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .touch\:from-grayCustom-hover {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .touch\:from-error {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .touch\:from-error-light {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .touch\:from-warning {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .touch\:from-warning-light {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .touch\:from-success {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .touch\:from-success-light {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .touch\:from-status-open {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .touch\:from-status-waiting_payment {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .touch\:from-status-completed {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .touch\:from-status-failed {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .touch\:from-status-waiting_verify {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .touch\:from-status-closed {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .touch\:from-policyStatus-issuing {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .touch\:from-policyStatus-waiting_inspection {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .touch\:from-policyStatus-success {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .touch\:from-policyStatus-failed_inspection {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .touch\:from-policyStatus-failed {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .touch\:from-policyStatus-waiting_policy {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .touch\:from-policyStatus-cancel {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .touch\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .touch\:hover\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .touch\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .touch\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .touch\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .touch\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .touch\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .touch\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .touch\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .touch\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .touch\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .touch\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .touch\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .touch\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .touch\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .touch\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .touch\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .touch\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .touch\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .touch\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .touch\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .touch\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .touch\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .touch\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .touch\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .touch\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .touch\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .touch\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .touch\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .touch\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .touch\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .touch\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .touch\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .touch\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .touch\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .touch\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .touch\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .touch\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .touch\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .touch\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .touch\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .touch\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .touch\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .touch\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .touch\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .touch\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .touch\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .touch\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .touch\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .touch\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .touch\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .touch\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .touch\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .touch\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .touch\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .touch\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .touch\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .touch\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .touch\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .touch\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .touch\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .touch\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .touch\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .touch\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .touch\:hover\:from-purple-50:hover {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .touch\:hover\:from-purple-100:hover {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .touch\:hover\:from-purple-200:hover {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .touch\:hover\:from-purple-300:hover {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .touch\:hover\:from-purple-400:hover {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .touch\:hover\:from-purple-500:hover {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .touch\:hover\:from-purple-600:hover {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .touch\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .touch\:hover\:from-purple-800:hover {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .touch\:hover\:from-purple-900:hover {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .touch\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .touch\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .touch\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .touch\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .touch\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .touch\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .touch\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .touch\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .touch\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .touch\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .touch\:hover\:from-primary-color:hover {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .touch\:hover\:from-primary-color-dark:hover {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .touch\:hover\:from-secondary-color:hover {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .touch\:hover\:from-custom-gray-sm:hover {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .touch\:hover\:from-custom-gray-sm2:hover {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .touch\:hover\:from-custom-gray-md:hover {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .touch\:hover\:from-custom-navy-dark:hover {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .touch\:hover\:from-dark-blue:hover {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .touch\:hover\:from-primary:hover {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .touch\:hover\:from-secondary-1:hover {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .touch\:hover\:from-secondary-2:hover {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .touch\:hover\:from-secondary-3:hover {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .touch\:hover\:from-secondary:hover {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .touch\:hover\:from-secondary-dark:hover {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .touch\:hover\:from-secondary-light:hover {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .touch\:hover\:from-grayCustom-1:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .touch\:hover\:from-grayCustom-2:hover {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .touch\:hover\:from-grayCustom-3:hover {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .touch\:hover\:from-grayCustom-800:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .touch\:hover\:from-grayCustom:hover {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .touch\:hover\:from-grayCustom-dark:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .touch\:hover\:from-grayCustom-light:hover {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .touch\:hover\:from-grayCustom-hover:hover {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .touch\:hover\:from-error:hover {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .touch\:hover\:from-error-light:hover {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .touch\:hover\:from-warning:hover {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .touch\:hover\:from-warning-light:hover {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .touch\:hover\:from-success:hover {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .touch\:hover\:from-success-light:hover {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .touch\:hover\:from-status-open:hover {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .touch\:hover\:from-status-waiting_payment:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .touch\:hover\:from-status-completed:hover {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .touch\:hover\:from-status-failed:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .touch\:hover\:from-status-waiting_verify:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .touch\:hover\:from-status-closed:hover {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .touch\:hover\:from-policyStatus-issuing:hover {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .touch\:hover\:from-policyStatus-waiting_inspection:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .touch\:hover\:from-policyStatus-success:hover {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .touch\:hover\:from-policyStatus-failed_inspection:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .touch\:hover\:from-policyStatus-failed:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .touch\:hover\:from-policyStatus-waiting_policy:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .touch\:hover\:from-policyStatus-cancel:hover {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .touch\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .touch\:focus\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .touch\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .touch\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .touch\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .touch\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .touch\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .touch\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .touch\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .touch\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .touch\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .touch\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .touch\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .touch\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .touch\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .touch\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .touch\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .touch\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .touch\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .touch\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .touch\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .touch\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .touch\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .touch\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .touch\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .touch\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .touch\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .touch\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .touch\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .touch\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .touch\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .touch\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .touch\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .touch\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .touch\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .touch\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .touch\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .touch\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .touch\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .touch\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .touch\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .touch\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .touch\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .touch\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .touch\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .touch\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .touch\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .touch\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .touch\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .touch\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .touch\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .touch\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .touch\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .touch\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .touch\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .touch\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .touch\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .touch\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .touch\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .touch\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .touch\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .touch\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .touch\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .touch\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .touch\:focus\:from-purple-50:focus {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .touch\:focus\:from-purple-100:focus {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .touch\:focus\:from-purple-200:focus {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .touch\:focus\:from-purple-300:focus {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .touch\:focus\:from-purple-400:focus {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .touch\:focus\:from-purple-500:focus {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .touch\:focus\:from-purple-600:focus {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .touch\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .touch\:focus\:from-purple-800:focus {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .touch\:focus\:from-purple-900:focus {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .touch\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .touch\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .touch\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .touch\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .touch\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .touch\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .touch\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .touch\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .touch\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .touch\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .touch\:focus\:from-primary-color:focus {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .touch\:focus\:from-primary-color-dark:focus {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .touch\:focus\:from-secondary-color:focus {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .touch\:focus\:from-custom-gray-sm:focus {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .touch\:focus\:from-custom-gray-sm2:focus {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .touch\:focus\:from-custom-gray-md:focus {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .touch\:focus\:from-custom-navy-dark:focus {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .touch\:focus\:from-dark-blue:focus {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .touch\:focus\:from-primary:focus {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .touch\:focus\:from-secondary-1:focus {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .touch\:focus\:from-secondary-2:focus {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .touch\:focus\:from-secondary-3:focus {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .touch\:focus\:from-secondary:focus {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .touch\:focus\:from-secondary-dark:focus {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .touch\:focus\:from-secondary-light:focus {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .touch\:focus\:from-grayCustom-1:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .touch\:focus\:from-grayCustom-2:focus {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .touch\:focus\:from-grayCustom-3:focus {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .touch\:focus\:from-grayCustom-800:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .touch\:focus\:from-grayCustom:focus {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .touch\:focus\:from-grayCustom-dark:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .touch\:focus\:from-grayCustom-light:focus {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .touch\:focus\:from-grayCustom-hover:focus {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .touch\:focus\:from-error:focus {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .touch\:focus\:from-error-light:focus {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .touch\:focus\:from-warning:focus {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .touch\:focus\:from-warning-light:focus {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .touch\:focus\:from-success:focus {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .touch\:focus\:from-success-light:focus {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .touch\:focus\:from-status-open:focus {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .touch\:focus\:from-status-waiting_payment:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .touch\:focus\:from-status-completed:focus {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .touch\:focus\:from-status-failed:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .touch\:focus\:from-status-waiting_verify:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .touch\:focus\:from-status-closed:focus {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .touch\:focus\:from-policyStatus-issuing:focus {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .touch\:focus\:from-policyStatus-waiting_inspection:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .touch\:focus\:from-policyStatus-success:focus {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .touch\:focus\:from-policyStatus-failed_inspection:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .touch\:focus\:from-policyStatus-failed:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .touch\:focus\:from-policyStatus-waiting_policy:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .touch\:focus\:from-policyStatus-cancel:focus {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .touch\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .touch\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .touch\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .touch\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .touch\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .touch\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .touch\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .touch\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .touch\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .touch\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .touch\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .touch\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .touch\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .touch\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .touch\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .touch\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .touch\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .touch\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .touch\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .touch\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .touch\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .touch\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .touch\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .touch\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .touch\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .touch\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .touch\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .touch\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .touch\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .touch\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .touch\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .touch\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .touch\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .touch\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .touch\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .touch\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .touch\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .touch\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .touch\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .touch\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .touch\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .touch\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .touch\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .touch\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .touch\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .touch\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .touch\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .touch\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .touch\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .touch\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .touch\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .touch\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .touch\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .touch\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .touch\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .touch\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .touch\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .touch\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .touch\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .touch\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .touch\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .touch\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .touch\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .touch\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .touch\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .touch\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .touch\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .touch\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .touch\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .touch\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .touch\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .touch\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .touch\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .touch\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .touch\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .touch\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .touch\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .touch\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .touch\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .touch\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .touch\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .touch\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .touch\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .touch\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .touch\:via-primary-color {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .touch\:via-primary-color-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .touch\:via-secondary-color {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .touch\:via-custom-gray-sm {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .touch\:via-custom-gray-sm2 {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .touch\:via-custom-gray-md {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .touch\:via-custom-navy-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .touch\:via-dark-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .touch\:via-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .touch\:via-secondary-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .touch\:via-secondary-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .touch\:via-secondary-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .touch\:via-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .touch\:via-secondary-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .touch\:via-secondary-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .touch\:via-grayCustom-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .touch\:via-grayCustom-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .touch\:via-grayCustom-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .touch\:via-grayCustom-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .touch\:via-grayCustom {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .touch\:via-grayCustom-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .touch\:via-grayCustom-light {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .touch\:via-grayCustom-hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .touch\:via-error {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .touch\:via-error-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .touch\:via-warning {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .touch\:via-warning-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .touch\:via-success {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .touch\:via-success-light {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .touch\:via-status-open {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .touch\:via-status-waiting_payment {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .touch\:via-status-completed {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .touch\:via-status-failed {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .touch\:via-status-waiting_verify {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .touch\:via-status-closed {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .touch\:via-policyStatus-issuing {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .touch\:via-policyStatus-waiting_inspection {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .touch\:via-policyStatus-success {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .touch\:via-policyStatus-failed_inspection {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .touch\:via-policyStatus-failed {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .touch\:via-policyStatus-waiting_policy {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .touch\:via-policyStatus-cancel {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .touch\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .touch\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .touch\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .touch\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .touch\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .touch\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .touch\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .touch\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .touch\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .touch\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .touch\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .touch\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .touch\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .touch\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .touch\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .touch\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .touch\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .touch\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .touch\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .touch\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .touch\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .touch\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .touch\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .touch\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .touch\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .touch\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .touch\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .touch\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .touch\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .touch\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .touch\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .touch\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .touch\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .touch\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .touch\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .touch\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .touch\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .touch\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .touch\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .touch\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .touch\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .touch\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .touch\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .touch\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .touch\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .touch\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .touch\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .touch\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .touch\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .touch\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .touch\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .touch\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .touch\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .touch\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .touch\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .touch\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .touch\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .touch\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .touch\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .touch\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .touch\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .touch\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .touch\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .touch\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .touch\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .touch\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .touch\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .touch\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .touch\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .touch\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .touch\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .touch\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .touch\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .touch\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .touch\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .touch\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .touch\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .touch\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .touch\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .touch\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .touch\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .touch\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .touch\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .touch\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .touch\:hover\:via-primary-color:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .touch\:hover\:via-primary-color-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .touch\:hover\:via-secondary-color:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .touch\:hover\:via-custom-gray-sm:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .touch\:hover\:via-custom-gray-sm2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .touch\:hover\:via-custom-gray-md:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .touch\:hover\:via-custom-navy-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .touch\:hover\:via-dark-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .touch\:hover\:via-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .touch\:hover\:via-secondary-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .touch\:hover\:via-secondary-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .touch\:hover\:via-secondary-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .touch\:hover\:via-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .touch\:hover\:via-secondary-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .touch\:hover\:via-secondary-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .touch\:hover\:via-grayCustom-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .touch\:hover\:via-grayCustom-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .touch\:hover\:via-grayCustom-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .touch\:hover\:via-grayCustom-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .touch\:hover\:via-grayCustom:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .touch\:hover\:via-grayCustom-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .touch\:hover\:via-grayCustom-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .touch\:hover\:via-grayCustom-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .touch\:hover\:via-error:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .touch\:hover\:via-error-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .touch\:hover\:via-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .touch\:hover\:via-warning-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .touch\:hover\:via-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .touch\:hover\:via-success-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .touch\:hover\:via-status-open:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .touch\:hover\:via-status-waiting_payment:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .touch\:hover\:via-status-completed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .touch\:hover\:via-status-failed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .touch\:hover\:via-status-waiting_verify:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .touch\:hover\:via-status-closed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .touch\:hover\:via-policyStatus-issuing:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .touch\:hover\:via-policyStatus-waiting_inspection:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .touch\:hover\:via-policyStatus-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .touch\:hover\:via-policyStatus-failed_inspection:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .touch\:hover\:via-policyStatus-failed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .touch\:hover\:via-policyStatus-waiting_policy:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .touch\:hover\:via-policyStatus-cancel:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .touch\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .touch\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .touch\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .touch\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .touch\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .touch\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .touch\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .touch\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .touch\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .touch\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .touch\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .touch\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .touch\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .touch\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .touch\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .touch\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .touch\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .touch\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .touch\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .touch\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .touch\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .touch\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .touch\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .touch\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .touch\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .touch\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .touch\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .touch\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .touch\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .touch\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .touch\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .touch\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .touch\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .touch\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .touch\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .touch\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .touch\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .touch\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .touch\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .touch\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .touch\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .touch\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .touch\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .touch\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .touch\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .touch\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .touch\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .touch\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .touch\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .touch\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .touch\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .touch\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .touch\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .touch\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .touch\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .touch\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .touch\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .touch\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .touch\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .touch\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .touch\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .touch\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .touch\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .touch\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .touch\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .touch\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .touch\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .touch\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .touch\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .touch\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .touch\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .touch\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .touch\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .touch\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .touch\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .touch\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .touch\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .touch\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .touch\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .touch\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .touch\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .touch\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .touch\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .touch\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .touch\:focus\:via-primary-color:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .touch\:focus\:via-primary-color-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .touch\:focus\:via-secondary-color:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .touch\:focus\:via-custom-gray-sm:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .touch\:focus\:via-custom-gray-sm2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .touch\:focus\:via-custom-gray-md:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .touch\:focus\:via-custom-navy-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .touch\:focus\:via-dark-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .touch\:focus\:via-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .touch\:focus\:via-secondary-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .touch\:focus\:via-secondary-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .touch\:focus\:via-secondary-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .touch\:focus\:via-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .touch\:focus\:via-secondary-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .touch\:focus\:via-secondary-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .touch\:focus\:via-grayCustom-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .touch\:focus\:via-grayCustom-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .touch\:focus\:via-grayCustom-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .touch\:focus\:via-grayCustom-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .touch\:focus\:via-grayCustom:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .touch\:focus\:via-grayCustom-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .touch\:focus\:via-grayCustom-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .touch\:focus\:via-grayCustom-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .touch\:focus\:via-error:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .touch\:focus\:via-error-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .touch\:focus\:via-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .touch\:focus\:via-warning-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .touch\:focus\:via-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .touch\:focus\:via-success-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .touch\:focus\:via-status-open:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .touch\:focus\:via-status-waiting_payment:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .touch\:focus\:via-status-completed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .touch\:focus\:via-status-failed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .touch\:focus\:via-status-waiting_verify:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .touch\:focus\:via-status-closed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .touch\:focus\:via-policyStatus-issuing:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .touch\:focus\:via-policyStatus-waiting_inspection:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .touch\:focus\:via-policyStatus-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .touch\:focus\:via-policyStatus-failed_inspection:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .touch\:focus\:via-policyStatus-failed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .touch\:focus\:via-policyStatus-waiting_policy:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .touch\:focus\:via-policyStatus-cancel:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .touch\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .touch\:to-current {
    --tw-gradient-to: currentColor;
  }

  .touch\:to-black {
    --tw-gradient-to: #000;
  }

  .touch\:to-white {
    --tw-gradient-to: #fff;
  }

  .touch\:to-gray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .touch\:to-gray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .touch\:to-gray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .touch\:to-gray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .touch\:to-gray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .touch\:to-gray-500 {
    --tw-gradient-to: #6b7280;
  }

  .touch\:to-gray-600 {
    --tw-gradient-to: #4b5563;
  }

  .touch\:to-gray-700 {
    --tw-gradient-to: #374151;
  }

  .touch\:to-gray-800 {
    --tw-gradient-to: #1f2937;
  }

  .touch\:to-gray-900 {
    --tw-gradient-to: #111827;
  }

  .touch\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .touch\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .touch\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .touch\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .touch\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .touch\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .touch\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .touch\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .touch\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .touch\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .touch\:to-yellow-50 {
    --tw-gradient-to: #fffbeb;
  }

  .touch\:to-yellow-100 {
    --tw-gradient-to: #fef3c7;
  }

  .touch\:to-yellow-200 {
    --tw-gradient-to: #fde68a;
  }

  .touch\:to-yellow-300 {
    --tw-gradient-to: #fcd34d;
  }

  .touch\:to-yellow-400 {
    --tw-gradient-to: #fbbf24;
  }

  .touch\:to-yellow-500 {
    --tw-gradient-to: #f59e0b;
  }

  .touch\:to-yellow-600 {
    --tw-gradient-to: #d97706;
  }

  .touch\:to-yellow-700 {
    --tw-gradient-to: #b45309;
  }

  .touch\:to-yellow-800 {
    --tw-gradient-to: #92400e;
  }

  .touch\:to-yellow-900 {
    --tw-gradient-to: #78350f;
  }

  .touch\:to-green-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .touch\:to-green-100 {
    --tw-gradient-to: #d1fae5;
  }

  .touch\:to-green-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .touch\:to-green-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .touch\:to-green-400 {
    --tw-gradient-to: #34d399;
  }

  .touch\:to-green-500 {
    --tw-gradient-to: #10b981;
  }

  .touch\:to-green-600 {
    --tw-gradient-to: #059669;
  }

  .touch\:to-green-700 {
    --tw-gradient-to: #047857;
  }

  .touch\:to-green-800 {
    --tw-gradient-to: #065f46;
  }

  .touch\:to-green-900 {
    --tw-gradient-to: #064e3b;
  }

  .touch\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .touch\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .touch\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .touch\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .touch\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .touch\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .touch\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .touch\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .touch\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .touch\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .touch\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .touch\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .touch\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .touch\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .touch\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .touch\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .touch\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .touch\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .touch\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .touch\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .touch\:to-purple-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .touch\:to-purple-100 {
    --tw-gradient-to: #ede9fe;
  }

  .touch\:to-purple-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .touch\:to-purple-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .touch\:to-purple-400 {
    --tw-gradient-to: #a78bfa;
  }

  .touch\:to-purple-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .touch\:to-purple-600 {
    --tw-gradient-to: #7c3aed;
  }

  .touch\:to-purple-700 {
    --tw-gradient-to: #6d28d9;
  }

  .touch\:to-purple-800 {
    --tw-gradient-to: #5b21b6;
  }

  .touch\:to-purple-900 {
    --tw-gradient-to: #4c1d95;
  }

  .touch\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .touch\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .touch\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .touch\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .touch\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .touch\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .touch\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .touch\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .touch\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .touch\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .touch\:to-primary-color {
    --tw-gradient-to: #eb008b;
  }

  .touch\:to-primary-color-dark {
    --tw-gradient-to: #c90068;
  }

  .touch\:to-secondary-color {
    --tw-gradient-to: #112e42;
  }

  .touch\:to-custom-gray-sm {
    --tw-gradient-to: #f1f4f6;
  }

  .touch\:to-custom-gray-sm2 {
    --tw-gradient-to: #f1f2f3;
  }

  .touch\:to-custom-gray-md {
    --tw-gradient-to: #848484;
  }

  .touch\:to-custom-navy-dark {
    --tw-gradient-to: #112e42;
  }

  .touch\:to-dark-blue {
    --tw-gradient-to: #112E42;
  }

  .touch\:to-primary {
    --tw-gradient-to: #192D40;
  }

  .touch\:to-secondary-1 {
    --tw-gradient-to: #E6007E;
  }

  .touch\:to-secondary-2 {
    --tw-gradient-to: #D6D564;
  }

  .touch\:to-secondary-3 {
    --tw-gradient-to: #FCFCCD;
  }

  .touch\:to-secondary {
    --tw-gradient-to: #E6007E;
  }

  .touch\:to-secondary-dark {
    --tw-gradient-to: #C11A7D;
  }

  .touch\:to-secondary-light {
    --tw-gradient-to: #FBCEE9;
  }

  .touch\:to-grayCustom-1 {
    --tw-gradient-to: #4F4F4F;
  }

  .touch\:to-grayCustom-2 {
    --tw-gradient-to: #C4C4C4;
  }

  .touch\:to-grayCustom-3 {
    --tw-gradient-to: #F9F9F9;
  }

  .touch\:to-grayCustom-800 {
    --tw-gradient-to: #4F4F4F;
  }

  .touch\:to-grayCustom {
    --tw-gradient-to: #C4C4C4;
  }

  .touch\:to-grayCustom-dark {
    --tw-gradient-to: #4F4F4F;
  }

  .touch\:to-grayCustom-light {
    --tw-gradient-to: #F9F9F9;
  }

  .touch\:to-grayCustom-hover {
    --tw-gradient-to: #9F9F9F;
  }

  .touch\:to-error {
    --tw-gradient-to: #FF206E;
  }

  .touch\:to-error-light {
    --tw-gradient-to: #FDE8EA;
  }

  .touch\:to-warning {
    --tw-gradient-to: #FFAE14;
  }

  .touch\:to-warning-light {
    --tw-gradient-to: #FFF6E5;
  }

  .touch\:to-success {
    --tw-gradient-to: #2DD881;
  }

  .touch\:to-success-light {
    --tw-gradient-to: #E9FBF2;
  }

  .touch\:to-status-open {
    --tw-gradient-to: #FFF;
  }

  .touch\:to-status-waiting_payment {
    --tw-gradient-to: #ffae14;
  }

  .touch\:to-status-completed {
    --tw-gradient-to: #54c1bb;
  }

  .touch\:to-status-failed {
    --tw-gradient-to: #e8556b;
  }

  .touch\:to-status-waiting_verify {
    --tw-gradient-to: #ffae14;
  }

  .touch\:to-status-closed {
    --tw-gradient-to: #c4c4c4;
  }

  .touch\:to-policyStatus-issuing {
    --tw-gradient-to: #FFF;
  }

  .touch\:to-policyStatus-waiting_inspection {
    --tw-gradient-to: #ffae14;
  }

  .touch\:to-policyStatus-success {
    --tw-gradient-to: #54c1bb;
  }

  .touch\:to-policyStatus-failed_inspection {
    --tw-gradient-to: #e8556b;
  }

  .touch\:to-policyStatus-failed {
    --tw-gradient-to: #e8556b;
  }

  .touch\:to-policyStatus-waiting_policy {
    --tw-gradient-to: #ffae14;
  }

  .touch\:to-policyStatus-cancel {
    --tw-gradient-to: #c4c4c4;
  }

  .touch\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .touch\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .touch\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .touch\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .touch\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .touch\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .touch\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .touch\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .touch\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .touch\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .touch\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .touch\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151;
  }

  .touch\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .touch\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827;
  }

  .touch\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2;
  }

  .touch\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2;
  }

  .touch\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca;
  }

  .touch\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5;
  }

  .touch\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171;
  }

  .touch\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444;
  }

  .touch\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626;
  }

  .touch\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c;
  }

  .touch\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b;
  }

  .touch\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d;
  }

  .touch\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .touch\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .touch\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .touch\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .touch\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .touch\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .touch\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706;
  }

  .touch\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309;
  }

  .touch\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e;
  }

  .touch\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f;
  }

  .touch\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .touch\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .touch\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .touch\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .touch\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399;
  }

  .touch\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981;
  }

  .touch\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669;
  }

  .touch\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857;
  }

  .touch\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46;
  }

  .touch\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .touch\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff;
  }

  .touch\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe;
  }

  .touch\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe;
  }

  .touch\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd;
  }

  .touch\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa;
  }

  .touch\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6;
  }

  .touch\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb;
  }

  .touch\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8;
  }

  .touch\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af;
  }

  .touch\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a;
  }

  .touch\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff;
  }

  .touch\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff;
  }

  .touch\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe;
  }

  .touch\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc;
  }

  .touch\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8;
  }

  .touch\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1;
  }

  .touch\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5;
  }

  .touch\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca;
  }

  .touch\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3;
  }

  .touch\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81;
  }

  .touch\:hover\:to-purple-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .touch\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .touch\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .touch\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .touch\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .touch\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .touch\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .touch\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .touch\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .touch\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .touch\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8;
  }

  .touch\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3;
  }

  .touch\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8;
  }

  .touch\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4;
  }

  .touch\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6;
  }

  .touch\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899;
  }

  .touch\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777;
  }

  .touch\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d;
  }

  .touch\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d;
  }

  .touch\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843;
  }

  .touch\:hover\:to-primary-color:hover {
    --tw-gradient-to: #eb008b;
  }

  .touch\:hover\:to-primary-color-dark:hover {
    --tw-gradient-to: #c90068;
  }

  .touch\:hover\:to-secondary-color:hover {
    --tw-gradient-to: #112e42;
  }

  .touch\:hover\:to-custom-gray-sm:hover {
    --tw-gradient-to: #f1f4f6;
  }

  .touch\:hover\:to-custom-gray-sm2:hover {
    --tw-gradient-to: #f1f2f3;
  }

  .touch\:hover\:to-custom-gray-md:hover {
    --tw-gradient-to: #848484;
  }

  .touch\:hover\:to-custom-navy-dark:hover {
    --tw-gradient-to: #112e42;
  }

  .touch\:hover\:to-dark-blue:hover {
    --tw-gradient-to: #112E42;
  }

  .touch\:hover\:to-primary:hover {
    --tw-gradient-to: #192D40;
  }

  .touch\:hover\:to-secondary-1:hover {
    --tw-gradient-to: #E6007E;
  }

  .touch\:hover\:to-secondary-2:hover {
    --tw-gradient-to: #D6D564;
  }

  .touch\:hover\:to-secondary-3:hover {
    --tw-gradient-to: #FCFCCD;
  }

  .touch\:hover\:to-secondary:hover {
    --tw-gradient-to: #E6007E;
  }

  .touch\:hover\:to-secondary-dark:hover {
    --tw-gradient-to: #C11A7D;
  }

  .touch\:hover\:to-secondary-light:hover {
    --tw-gradient-to: #FBCEE9;
  }

  .touch\:hover\:to-grayCustom-1:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .touch\:hover\:to-grayCustom-2:hover {
    --tw-gradient-to: #C4C4C4;
  }

  .touch\:hover\:to-grayCustom-3:hover {
    --tw-gradient-to: #F9F9F9;
  }

  .touch\:hover\:to-grayCustom-800:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .touch\:hover\:to-grayCustom:hover {
    --tw-gradient-to: #C4C4C4;
  }

  .touch\:hover\:to-grayCustom-dark:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .touch\:hover\:to-grayCustom-light:hover {
    --tw-gradient-to: #F9F9F9;
  }

  .touch\:hover\:to-grayCustom-hover:hover {
    --tw-gradient-to: #9F9F9F;
  }

  .touch\:hover\:to-error:hover {
    --tw-gradient-to: #FF206E;
  }

  .touch\:hover\:to-error-light:hover {
    --tw-gradient-to: #FDE8EA;
  }

  .touch\:hover\:to-warning:hover {
    --tw-gradient-to: #FFAE14;
  }

  .touch\:hover\:to-warning-light:hover {
    --tw-gradient-to: #FFF6E5;
  }

  .touch\:hover\:to-success:hover {
    --tw-gradient-to: #2DD881;
  }

  .touch\:hover\:to-success-light:hover {
    --tw-gradient-to: #E9FBF2;
  }

  .touch\:hover\:to-status-open:hover {
    --tw-gradient-to: #FFF;
  }

  .touch\:hover\:to-status-waiting_payment:hover {
    --tw-gradient-to: #ffae14;
  }

  .touch\:hover\:to-status-completed:hover {
    --tw-gradient-to: #54c1bb;
  }

  .touch\:hover\:to-status-failed:hover {
    --tw-gradient-to: #e8556b;
  }

  .touch\:hover\:to-status-waiting_verify:hover {
    --tw-gradient-to: #ffae14;
  }

  .touch\:hover\:to-status-closed:hover {
    --tw-gradient-to: #c4c4c4;
  }

  .touch\:hover\:to-policyStatus-issuing:hover {
    --tw-gradient-to: #FFF;
  }

  .touch\:hover\:to-policyStatus-waiting_inspection:hover {
    --tw-gradient-to: #ffae14;
  }

  .touch\:hover\:to-policyStatus-success:hover {
    --tw-gradient-to: #54c1bb;
  }

  .touch\:hover\:to-policyStatus-failed_inspection:hover {
    --tw-gradient-to: #e8556b;
  }

  .touch\:hover\:to-policyStatus-failed:hover {
    --tw-gradient-to: #e8556b;
  }

  .touch\:hover\:to-policyStatus-waiting_policy:hover {
    --tw-gradient-to: #ffae14;
  }

  .touch\:hover\:to-policyStatus-cancel:hover {
    --tw-gradient-to: #c4c4c4;
  }

  .touch\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .touch\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .touch\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .touch\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .touch\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .touch\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .touch\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .touch\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .touch\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .touch\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .touch\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .touch\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151;
  }

  .touch\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .touch\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827;
  }

  .touch\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2;
  }

  .touch\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2;
  }

  .touch\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca;
  }

  .touch\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5;
  }

  .touch\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171;
  }

  .touch\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444;
  }

  .touch\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626;
  }

  .touch\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c;
  }

  .touch\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b;
  }

  .touch\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d;
  }

  .touch\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .touch\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .touch\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .touch\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .touch\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .touch\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .touch\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706;
  }

  .touch\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309;
  }

  .touch\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e;
  }

  .touch\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f;
  }

  .touch\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .touch\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .touch\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .touch\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .touch\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399;
  }

  .touch\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981;
  }

  .touch\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669;
  }

  .touch\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857;
  }

  .touch\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46;
  }

  .touch\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .touch\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff;
  }

  .touch\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe;
  }

  .touch\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe;
  }

  .touch\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd;
  }

  .touch\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa;
  }

  .touch\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6;
  }

  .touch\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb;
  }

  .touch\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8;
  }

  .touch\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af;
  }

  .touch\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a;
  }

  .touch\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff;
  }

  .touch\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff;
  }

  .touch\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe;
  }

  .touch\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc;
  }

  .touch\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8;
  }

  .touch\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1;
  }

  .touch\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5;
  }

  .touch\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca;
  }

  .touch\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3;
  }

  .touch\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81;
  }

  .touch\:focus\:to-purple-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .touch\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .touch\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .touch\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .touch\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .touch\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .touch\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .touch\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .touch\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .touch\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .touch\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8;
  }

  .touch\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3;
  }

  .touch\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8;
  }

  .touch\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4;
  }

  .touch\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6;
  }

  .touch\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899;
  }

  .touch\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777;
  }

  .touch\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d;
  }

  .touch\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d;
  }

  .touch\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843;
  }

  .touch\:focus\:to-primary-color:focus {
    --tw-gradient-to: #eb008b;
  }

  .touch\:focus\:to-primary-color-dark:focus {
    --tw-gradient-to: #c90068;
  }

  .touch\:focus\:to-secondary-color:focus {
    --tw-gradient-to: #112e42;
  }

  .touch\:focus\:to-custom-gray-sm:focus {
    --tw-gradient-to: #f1f4f6;
  }

  .touch\:focus\:to-custom-gray-sm2:focus {
    --tw-gradient-to: #f1f2f3;
  }

  .touch\:focus\:to-custom-gray-md:focus {
    --tw-gradient-to: #848484;
  }

  .touch\:focus\:to-custom-navy-dark:focus {
    --tw-gradient-to: #112e42;
  }

  .touch\:focus\:to-dark-blue:focus {
    --tw-gradient-to: #112E42;
  }

  .touch\:focus\:to-primary:focus {
    --tw-gradient-to: #192D40;
  }

  .touch\:focus\:to-secondary-1:focus {
    --tw-gradient-to: #E6007E;
  }

  .touch\:focus\:to-secondary-2:focus {
    --tw-gradient-to: #D6D564;
  }

  .touch\:focus\:to-secondary-3:focus {
    --tw-gradient-to: #FCFCCD;
  }

  .touch\:focus\:to-secondary:focus {
    --tw-gradient-to: #E6007E;
  }

  .touch\:focus\:to-secondary-dark:focus {
    --tw-gradient-to: #C11A7D;
  }

  .touch\:focus\:to-secondary-light:focus {
    --tw-gradient-to: #FBCEE9;
  }

  .touch\:focus\:to-grayCustom-1:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .touch\:focus\:to-grayCustom-2:focus {
    --tw-gradient-to: #C4C4C4;
  }

  .touch\:focus\:to-grayCustom-3:focus {
    --tw-gradient-to: #F9F9F9;
  }

  .touch\:focus\:to-grayCustom-800:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .touch\:focus\:to-grayCustom:focus {
    --tw-gradient-to: #C4C4C4;
  }

  .touch\:focus\:to-grayCustom-dark:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .touch\:focus\:to-grayCustom-light:focus {
    --tw-gradient-to: #F9F9F9;
  }

  .touch\:focus\:to-grayCustom-hover:focus {
    --tw-gradient-to: #9F9F9F;
  }

  .touch\:focus\:to-error:focus {
    --tw-gradient-to: #FF206E;
  }

  .touch\:focus\:to-error-light:focus {
    --tw-gradient-to: #FDE8EA;
  }

  .touch\:focus\:to-warning:focus {
    --tw-gradient-to: #FFAE14;
  }

  .touch\:focus\:to-warning-light:focus {
    --tw-gradient-to: #FFF6E5;
  }

  .touch\:focus\:to-success:focus {
    --tw-gradient-to: #2DD881;
  }

  .touch\:focus\:to-success-light:focus {
    --tw-gradient-to: #E9FBF2;
  }

  .touch\:focus\:to-status-open:focus {
    --tw-gradient-to: #FFF;
  }

  .touch\:focus\:to-status-waiting_payment:focus {
    --tw-gradient-to: #ffae14;
  }

  .touch\:focus\:to-status-completed:focus {
    --tw-gradient-to: #54c1bb;
  }

  .touch\:focus\:to-status-failed:focus {
    --tw-gradient-to: #e8556b;
  }

  .touch\:focus\:to-status-waiting_verify:focus {
    --tw-gradient-to: #ffae14;
  }

  .touch\:focus\:to-status-closed:focus {
    --tw-gradient-to: #c4c4c4;
  }

  .touch\:focus\:to-policyStatus-issuing:focus {
    --tw-gradient-to: #FFF;
  }

  .touch\:focus\:to-policyStatus-waiting_inspection:focus {
    --tw-gradient-to: #ffae14;
  }

  .touch\:focus\:to-policyStatus-success:focus {
    --tw-gradient-to: #54c1bb;
  }

  .touch\:focus\:to-policyStatus-failed_inspection:focus {
    --tw-gradient-to: #e8556b;
  }

  .touch\:focus\:to-policyStatus-failed:focus {
    --tw-gradient-to: #e8556b;
  }

  .touch\:focus\:to-policyStatus-waiting_policy:focus {
    --tw-gradient-to: #ffae14;
  }

  .touch\:focus\:to-policyStatus-cancel:focus {
    --tw-gradient-to: #c4c4c4;
  }

  .touch\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .touch\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .touch\:bg-auto {
    background-size: auto;
  }

  .touch\:bg-cover {
    background-size: cover;
  }

  .touch\:bg-contain {
    background-size: contain;
  }

  .touch\:bg-fixed {
    background-attachment: fixed;
  }

  .touch\:bg-local {
    background-attachment: local;
  }

  .touch\:bg-scroll {
    background-attachment: scroll;
  }

  .touch\:bg-clip-border {
    background-clip: border-box;
  }

  .touch\:bg-clip-padding {
    background-clip: padding-box;
  }

  .touch\:bg-clip-content {
    background-clip: content-box;
  }

  .touch\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .touch\:bg-bottom {
    background-position: bottom;
  }

  .touch\:bg-center {
    background-position: center;
  }

  .touch\:bg-left {
    background-position: left;
  }

  .touch\:bg-left-bottom {
    background-position: left bottom;
  }

  .touch\:bg-left-top {
    background-position: left top;
  }

  .touch\:bg-right {
    background-position: right;
  }

  .touch\:bg-right-bottom {
    background-position: right bottom;
  }

  .touch\:bg-right-top {
    background-position: right top;
  }

  .touch\:bg-top {
    background-position: top;
  }

  .touch\:bg-repeat {
    background-repeat: repeat;
  }

  .touch\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .touch\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .touch\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .touch\:bg-repeat-round {
    background-repeat: round;
  }

  .touch\:bg-repeat-space {
    background-repeat: space;
  }

  .touch\:bg-origin-border {
    background-origin: border-box;
  }

  .touch\:bg-origin-padding {
    background-origin: padding-box;
  }

  .touch\:bg-origin-content {
    background-origin: content-box;
  }

  .touch\:fill-current {
    fill: currentColor;
  }

  .touch\:stroke-current {
    stroke: currentColor;
  }

  .touch\:stroke-0 {
    stroke-width: 0;
  }

  .touch\:stroke-1 {
    stroke-width: 1;
  }

  .touch\:stroke-2 {
    stroke-width: 2;
  }

  .touch\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .touch\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .touch\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .touch\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .touch\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .touch\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .touch\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .touch\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .touch\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .touch\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .touch\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .touch\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .touch\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .touch\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .touch\:p-0 {
    padding: 0;
  }

  .touch\:p-1 {
    padding: 0.25rem;
  }

  .touch\:p-2 {
    padding: 0.5rem;
  }

  .touch\:p-3 {
    padding: 0.75rem;
  }

  .touch\:p-4 {
    padding: 1rem;
  }

  .touch\:p-5 {
    padding: 5px;
  }

  .touch\:p-6 {
    padding: 1.5rem;
  }

  .touch\:p-7 {
    padding: 1.75rem;
  }

  .touch\:p-8 {
    padding: 2rem;
  }

  .touch\:p-9 {
    padding: 2.25rem;
  }

  .touch\:p-10 {
    padding: 10px;
  }

  .touch\:p-11 {
    padding: 2.75rem;
  }

  .touch\:p-12 {
    padding: 3rem;
  }

  .touch\:p-14 {
    padding: 14px;
  }

  .touch\:p-16 {
    padding: 16px;
  }

  .touch\:p-20 {
    padding: 20px;
  }

  .touch\:p-24 {
    padding: 24px;
  }

  .touch\:p-28 {
    padding: 7rem;
  }

  .touch\:p-30 {
    padding: 30px;
  }

  .touch\:p-32 {
    padding: 8rem;
  }

  .touch\:p-36 {
    padding: 9rem;
  }

  .touch\:p-40 {
    padding: 10rem;
  }

  .touch\:p-44 {
    padding: 11rem;
  }

  .touch\:p-48 {
    padding: 48px;
  }

  .touch\:p-52 {
    padding: 13rem;
  }

  .touch\:p-56 {
    padding: 14rem;
  }

  .touch\:p-60 {
    padding: 60px;
  }

  .touch\:p-64 {
    padding: 16rem;
  }

  .touch\:p-72 {
    padding: 18rem;
  }

  .touch\:p-80 {
    padding: 20rem;
  }

  .touch\:p-95 {
    padding: 95px;
  }

  .touch\:p-96 {
    padding: 24rem;
  }

  .touch\:p-120 {
    padding: 120px;
  }

  .touch\:p-190 {
    padding: 190px;
  }

  .touch\:p-px {
    padding: 1px;
  }

  .touch\:p-0\.5 {
    padding: 0.125rem;
  }

  .touch\:p-1\.5 {
    padding: 0.375rem;
  }

  .touch\:p-2\.5 {
    padding: 0.625rem;
  }

  .touch\:p-3\.5 {
    padding: 0.875rem;
  }

  .touch\:p-30\% {
    padding: 30%;
  }

  .touch\:p-7\.5r {
    padding: 1.875rem;
  }

  .touch\:hover\:p-0:hover {
    padding: 0;
  }

  .touch\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .touch\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .touch\:hover\:p-3:hover {
    padding: 0.75rem;
  }

  .touch\:hover\:p-4:hover {
    padding: 1rem;
  }

  .touch\:hover\:p-5:hover {
    padding: 5px;
  }

  .touch\:hover\:p-6:hover {
    padding: 1.5rem;
  }

  .touch\:hover\:p-7:hover {
    padding: 1.75rem;
  }

  .touch\:hover\:p-8:hover {
    padding: 2rem;
  }

  .touch\:hover\:p-9:hover {
    padding: 2.25rem;
  }

  .touch\:hover\:p-10:hover {
    padding: 10px;
  }

  .touch\:hover\:p-11:hover {
    padding: 2.75rem;
  }

  .touch\:hover\:p-12:hover {
    padding: 3rem;
  }

  .touch\:hover\:p-14:hover {
    padding: 14px;
  }

  .touch\:hover\:p-16:hover {
    padding: 16px;
  }

  .touch\:hover\:p-20:hover {
    padding: 20px;
  }

  .touch\:hover\:p-24:hover {
    padding: 24px;
  }

  .touch\:hover\:p-28:hover {
    padding: 7rem;
  }

  .touch\:hover\:p-30:hover {
    padding: 30px;
  }

  .touch\:hover\:p-32:hover {
    padding: 8rem;
  }

  .touch\:hover\:p-36:hover {
    padding: 9rem;
  }

  .touch\:hover\:p-40:hover {
    padding: 10rem;
  }

  .touch\:hover\:p-44:hover {
    padding: 11rem;
  }

  .touch\:hover\:p-48:hover {
    padding: 48px;
  }

  .touch\:hover\:p-52:hover {
    padding: 13rem;
  }

  .touch\:hover\:p-56:hover {
    padding: 14rem;
  }

  .touch\:hover\:p-60:hover {
    padding: 60px;
  }

  .touch\:hover\:p-64:hover {
    padding: 16rem;
  }

  .touch\:hover\:p-72:hover {
    padding: 18rem;
  }

  .touch\:hover\:p-80:hover {
    padding: 20rem;
  }

  .touch\:hover\:p-95:hover {
    padding: 95px;
  }

  .touch\:hover\:p-96:hover {
    padding: 24rem;
  }

  .touch\:hover\:p-120:hover {
    padding: 120px;
  }

  .touch\:hover\:p-190:hover {
    padding: 190px;
  }

  .touch\:hover\:p-px:hover {
    padding: 1px;
  }

  .touch\:hover\:p-0\.5:hover {
    padding: 0.125rem;
  }

  .touch\:hover\:p-1\.5:hover {
    padding: 0.375rem;
  }

  .touch\:hover\:p-2\.5:hover {
    padding: 0.625rem;
  }

  .touch\:hover\:p-3\.5:hover {
    padding: 0.875rem;
  }

  .touch\:hover\:p-30\%:hover {
    padding: 30%;
  }

  .touch\:hover\:p-7\.5r:hover {
    padding: 1.875rem;
  }

  .touch\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .touch\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .touch\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .touch\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .touch\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .touch\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .touch\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .touch\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .touch\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .touch\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .touch\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .touch\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .touch\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .touch\:px-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .touch\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .touch\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .touch\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .touch\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .touch\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .touch\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .touch\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .touch\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .touch\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .touch\:px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .touch\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .touch\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .touch\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .touch\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .touch\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .touch\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .touch\:px-95 {
    padding-left: 95px;
    padding-right: 95px;
  }

  .touch\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .touch\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .touch\:px-190 {
    padding-left: 190px;
    padding-right: 190px;
  }

  .touch\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .touch\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .touch\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .touch\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .touch\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .touch\:px-30\% {
    padding-left: 30%;
    padding-right: 30%;
  }

  .touch\:px-7\.5r {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .touch\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .touch\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .touch\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .touch\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .touch\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .touch\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .touch\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .touch\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .touch\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .touch\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .touch\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .touch\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .touch\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .touch\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .touch\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .touch\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .touch\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .touch\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .touch\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .touch\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .touch\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .touch\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .touch\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .touch\:py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .touch\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .touch\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .touch\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .touch\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .touch\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .touch\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .touch\:py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .touch\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .touch\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .touch\:py-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .touch\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .touch\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .touch\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .touch\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .touch\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .touch\:py-30\% {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .touch\:py-7\.5r {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .touch\:hover\:px-0:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .touch\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .touch\:hover\:px-2:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .touch\:hover\:px-3:hover {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .touch\:hover\:px-4:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .touch\:hover\:px-5:hover {
    padding-left: 5px;
    padding-right: 5px;
  }

  .touch\:hover\:px-6:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .touch\:hover\:px-7:hover {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .touch\:hover\:px-8:hover {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .touch\:hover\:px-9:hover {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .touch\:hover\:px-10:hover {
    padding-left: 10px;
    padding-right: 10px;
  }

  .touch\:hover\:px-11:hover {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .touch\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .touch\:hover\:px-14:hover {
    padding-left: 14px;
    padding-right: 14px;
  }

  .touch\:hover\:px-16:hover {
    padding-left: 16px;
    padding-right: 16px;
  }

  .touch\:hover\:px-20:hover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .touch\:hover\:px-24:hover {
    padding-left: 24px;
    padding-right: 24px;
  }

  .touch\:hover\:px-28:hover {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .touch\:hover\:px-30:hover {
    padding-left: 30px;
    padding-right: 30px;
  }

  .touch\:hover\:px-32:hover {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .touch\:hover\:px-36:hover {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .touch\:hover\:px-40:hover {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .touch\:hover\:px-44:hover {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .touch\:hover\:px-48:hover {
    padding-left: 48px;
    padding-right: 48px;
  }

  .touch\:hover\:px-52:hover {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .touch\:hover\:px-56:hover {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .touch\:hover\:px-60:hover {
    padding-left: 60px;
    padding-right: 60px;
  }

  .touch\:hover\:px-64:hover {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .touch\:hover\:px-72:hover {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .touch\:hover\:px-80:hover {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .touch\:hover\:px-95:hover {
    padding-left: 95px;
    padding-right: 95px;
  }

  .touch\:hover\:px-96:hover {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .touch\:hover\:px-120:hover {
    padding-left: 120px;
    padding-right: 120px;
  }

  .touch\:hover\:px-190:hover {
    padding-left: 190px;
    padding-right: 190px;
  }

  .touch\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .touch\:hover\:px-0\.5:hover {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .touch\:hover\:px-1\.5:hover {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .touch\:hover\:px-2\.5:hover {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .touch\:hover\:px-3\.5:hover {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .touch\:hover\:px-30\%:hover {
    padding-left: 30%;
    padding-right: 30%;
  }

  .touch\:hover\:px-7\.5r:hover {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .touch\:hover\:py-0:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

  .touch\:hover\:py-1:hover {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .touch\:hover\:py-2:hover {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .touch\:hover\:py-3:hover {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .touch\:hover\:py-4:hover {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .touch\:hover\:py-5:hover {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .touch\:hover\:py-6:hover {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .touch\:hover\:py-7:hover {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .touch\:hover\:py-8:hover {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .touch\:hover\:py-9:hover {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .touch\:hover\:py-10:hover {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .touch\:hover\:py-11:hover {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .touch\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .touch\:hover\:py-14:hover {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .touch\:hover\:py-16:hover {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .touch\:hover\:py-20:hover {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .touch\:hover\:py-24:hover {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .touch\:hover\:py-28:hover {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .touch\:hover\:py-30:hover {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .touch\:hover\:py-32:hover {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .touch\:hover\:py-36:hover {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .touch\:hover\:py-40:hover {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .touch\:hover\:py-44:hover {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .touch\:hover\:py-48:hover {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .touch\:hover\:py-52:hover {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .touch\:hover\:py-56:hover {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .touch\:hover\:py-60:hover {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .touch\:hover\:py-64:hover {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .touch\:hover\:py-72:hover {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .touch\:hover\:py-80:hover {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .touch\:hover\:py-95:hover {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .touch\:hover\:py-96:hover {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .touch\:hover\:py-120:hover {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .touch\:hover\:py-190:hover {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .touch\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .touch\:hover\:py-0\.5:hover {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .touch\:hover\:py-1\.5:hover {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .touch\:hover\:py-2\.5:hover {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .touch\:hover\:py-3\.5:hover {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .touch\:hover\:py-30\%:hover {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .touch\:hover\:py-7\.5r:hover {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .touch\:pt-0 {
    padding-top: 0;
  }

  .touch\:pt-1 {
    padding-top: 0.25rem;
  }

  .touch\:pt-2 {
    padding-top: 0.5rem;
  }

  .touch\:pt-3 {
    padding-top: 0.75rem;
  }

  .touch\:pt-4 {
    padding-top: 1rem;
  }

  .touch\:pt-5 {
    padding-top: 5px;
  }

  .touch\:pt-6 {
    padding-top: 1.5rem;
  }

  .touch\:pt-7 {
    padding-top: 1.75rem;
  }

  .touch\:pt-8 {
    padding-top: 2rem;
  }

  .touch\:pt-9 {
    padding-top: 2.25rem;
  }

  .touch\:pt-10 {
    padding-top: 10px;
  }

  .touch\:pt-11 {
    padding-top: 2.75rem;
  }

  .touch\:pt-12 {
    padding-top: 3rem;
  }

  .touch\:pt-14 {
    padding-top: 14px;
  }

  .touch\:pt-16 {
    padding-top: 16px;
  }

  .touch\:pt-20 {
    padding-top: 20px;
  }

  .touch\:pt-24 {
    padding-top: 24px;
  }

  .touch\:pt-28 {
    padding-top: 7rem;
  }

  .touch\:pt-30 {
    padding-top: 30px;
  }

  .touch\:pt-32 {
    padding-top: 8rem;
  }

  .touch\:pt-36 {
    padding-top: 9rem;
  }

  .touch\:pt-40 {
    padding-top: 10rem;
  }

  .touch\:pt-44 {
    padding-top: 11rem;
  }

  .touch\:pt-48 {
    padding-top: 48px;
  }

  .touch\:pt-52 {
    padding-top: 13rem;
  }

  .touch\:pt-56 {
    padding-top: 14rem;
  }

  .touch\:pt-60 {
    padding-top: 60px;
  }

  .touch\:pt-64 {
    padding-top: 16rem;
  }

  .touch\:pt-72 {
    padding-top: 18rem;
  }

  .touch\:pt-80 {
    padding-top: 20rem;
  }

  .touch\:pt-95 {
    padding-top: 95px;
  }

  .touch\:pt-96 {
    padding-top: 24rem;
  }

  .touch\:pt-120 {
    padding-top: 120px;
  }

  .touch\:pt-190 {
    padding-top: 190px;
  }

  .touch\:pt-px {
    padding-top: 1px;
  }

  .touch\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .touch\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .touch\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .touch\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .touch\:pt-30\% {
    padding-top: 30%;
  }

  .touch\:pt-7\.5r {
    padding-top: 1.875rem;
  }

  .touch\:pr-0 {
    padding-right: 0;
  }

  .touch\:pr-1 {
    padding-right: 0.25rem;
  }

  .touch\:pr-2 {
    padding-right: 0.5rem;
  }

  .touch\:pr-3 {
    padding-right: 0.75rem;
  }

  .touch\:pr-4 {
    padding-right: 1rem;
  }

  .touch\:pr-5 {
    padding-right: 5px;
  }

  .touch\:pr-6 {
    padding-right: 1.5rem;
  }

  .touch\:pr-7 {
    padding-right: 1.75rem;
  }

  .touch\:pr-8 {
    padding-right: 2rem;
  }

  .touch\:pr-9 {
    padding-right: 2.25rem;
  }

  .touch\:pr-10 {
    padding-right: 10px;
  }

  .touch\:pr-11 {
    padding-right: 2.75rem;
  }

  .touch\:pr-12 {
    padding-right: 3rem;
  }

  .touch\:pr-14 {
    padding-right: 14px;
  }

  .touch\:pr-16 {
    padding-right: 16px;
  }

  .touch\:pr-20 {
    padding-right: 20px;
  }

  .touch\:pr-24 {
    padding-right: 24px;
  }

  .touch\:pr-28 {
    padding-right: 7rem;
  }

  .touch\:pr-30 {
    padding-right: 30px;
  }

  .touch\:pr-32 {
    padding-right: 8rem;
  }

  .touch\:pr-36 {
    padding-right: 9rem;
  }

  .touch\:pr-40 {
    padding-right: 10rem;
  }

  .touch\:pr-44 {
    padding-right: 11rem;
  }

  .touch\:pr-48 {
    padding-right: 48px;
  }

  .touch\:pr-52 {
    padding-right: 13rem;
  }

  .touch\:pr-56 {
    padding-right: 14rem;
  }

  .touch\:pr-60 {
    padding-right: 60px;
  }

  .touch\:pr-64 {
    padding-right: 16rem;
  }

  .touch\:pr-72 {
    padding-right: 18rem;
  }

  .touch\:pr-80 {
    padding-right: 20rem;
  }

  .touch\:pr-95 {
    padding-right: 95px;
  }

  .touch\:pr-96 {
    padding-right: 24rem;
  }

  .touch\:pr-120 {
    padding-right: 120px;
  }

  .touch\:pr-190 {
    padding-right: 190px;
  }

  .touch\:pr-px {
    padding-right: 1px;
  }

  .touch\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .touch\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .touch\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .touch\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .touch\:pr-30\% {
    padding-right: 30%;
  }

  .touch\:pr-7\.5r {
    padding-right: 1.875rem;
  }

  .touch\:pb-0 {
    padding-bottom: 0;
  }

  .touch\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .touch\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .touch\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .touch\:pb-4 {
    padding-bottom: 1rem;
  }

  .touch\:pb-5 {
    padding-bottom: 5px;
  }

  .touch\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .touch\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .touch\:pb-8 {
    padding-bottom: 2rem;
  }

  .touch\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .touch\:pb-10 {
    padding-bottom: 10px;
  }

  .touch\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .touch\:pb-12 {
    padding-bottom: 3rem;
  }

  .touch\:pb-14 {
    padding-bottom: 14px;
  }

  .touch\:pb-16 {
    padding-bottom: 16px;
  }

  .touch\:pb-20 {
    padding-bottom: 20px;
  }

  .touch\:pb-24 {
    padding-bottom: 24px;
  }

  .touch\:pb-28 {
    padding-bottom: 7rem;
  }

  .touch\:pb-30 {
    padding-bottom: 30px;
  }

  .touch\:pb-32 {
    padding-bottom: 8rem;
  }

  .touch\:pb-36 {
    padding-bottom: 9rem;
  }

  .touch\:pb-40 {
    padding-bottom: 10rem;
  }

  .touch\:pb-44 {
    padding-bottom: 11rem;
  }

  .touch\:pb-48 {
    padding-bottom: 48px;
  }

  .touch\:pb-52 {
    padding-bottom: 13rem;
  }

  .touch\:pb-56 {
    padding-bottom: 14rem;
  }

  .touch\:pb-60 {
    padding-bottom: 60px;
  }

  .touch\:pb-64 {
    padding-bottom: 16rem;
  }

  .touch\:pb-72 {
    padding-bottom: 18rem;
  }

  .touch\:pb-80 {
    padding-bottom: 20rem;
  }

  .touch\:pb-95 {
    padding-bottom: 95px;
  }

  .touch\:pb-96 {
    padding-bottom: 24rem;
  }

  .touch\:pb-120 {
    padding-bottom: 120px;
  }

  .touch\:pb-190 {
    padding-bottom: 190px;
  }

  .touch\:pb-px {
    padding-bottom: 1px;
  }

  .touch\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .touch\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .touch\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .touch\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .touch\:pb-30\% {
    padding-bottom: 30%;
  }

  .touch\:pb-7\.5r {
    padding-bottom: 1.875rem;
  }

  .touch\:pl-0 {
    padding-left: 0;
  }

  .touch\:pl-1 {
    padding-left: 0.25rem;
  }

  .touch\:pl-2 {
    padding-left: 0.5rem;
  }

  .touch\:pl-3 {
    padding-left: 0.75rem;
  }

  .touch\:pl-4 {
    padding-left: 1rem;
  }

  .touch\:pl-5 {
    padding-left: 5px;
  }

  .touch\:pl-6 {
    padding-left: 1.5rem;
  }

  .touch\:pl-7 {
    padding-left: 1.75rem;
  }

  .touch\:pl-8 {
    padding-left: 2rem;
  }

  .touch\:pl-9 {
    padding-left: 2.25rem;
  }

  .touch\:pl-10 {
    padding-left: 10px;
  }

  .touch\:pl-11 {
    padding-left: 2.75rem;
  }

  .touch\:pl-12 {
    padding-left: 3rem;
  }

  .touch\:pl-14 {
    padding-left: 14px;
  }

  .touch\:pl-16 {
    padding-left: 16px;
  }

  .touch\:pl-20 {
    padding-left: 20px;
  }

  .touch\:pl-24 {
    padding-left: 24px;
  }

  .touch\:pl-28 {
    padding-left: 7rem;
  }

  .touch\:pl-30 {
    padding-left: 30px;
  }

  .touch\:pl-32 {
    padding-left: 8rem;
  }

  .touch\:pl-36 {
    padding-left: 9rem;
  }

  .touch\:pl-40 {
    padding-left: 10rem;
  }

  .touch\:pl-44 {
    padding-left: 11rem;
  }

  .touch\:pl-48 {
    padding-left: 48px;
  }

  .touch\:pl-52 {
    padding-left: 13rem;
  }

  .touch\:pl-56 {
    padding-left: 14rem;
  }

  .touch\:pl-60 {
    padding-left: 60px;
  }

  .touch\:pl-64 {
    padding-left: 16rem;
  }

  .touch\:pl-72 {
    padding-left: 18rem;
  }

  .touch\:pl-80 {
    padding-left: 20rem;
  }

  .touch\:pl-95 {
    padding-left: 95px;
  }

  .touch\:pl-96 {
    padding-left: 24rem;
  }

  .touch\:pl-120 {
    padding-left: 120px;
  }

  .touch\:pl-190 {
    padding-left: 190px;
  }

  .touch\:pl-px {
    padding-left: 1px;
  }

  .touch\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .touch\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .touch\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .touch\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .touch\:pl-30\% {
    padding-left: 30%;
  }

  .touch\:pl-7\.5r {
    padding-left: 1.875rem;
  }

  .touch\:hover\:pt-0:hover {
    padding-top: 0;
  }

  .touch\:hover\:pt-1:hover {
    padding-top: 0.25rem;
  }

  .touch\:hover\:pt-2:hover {
    padding-top: 0.5rem;
  }

  .touch\:hover\:pt-3:hover {
    padding-top: 0.75rem;
  }

  .touch\:hover\:pt-4:hover {
    padding-top: 1rem;
  }

  .touch\:hover\:pt-5:hover {
    padding-top: 5px;
  }

  .touch\:hover\:pt-6:hover {
    padding-top: 1.5rem;
  }

  .touch\:hover\:pt-7:hover {
    padding-top: 1.75rem;
  }

  .touch\:hover\:pt-8:hover {
    padding-top: 2rem;
  }

  .touch\:hover\:pt-9:hover {
    padding-top: 2.25rem;
  }

  .touch\:hover\:pt-10:hover {
    padding-top: 10px;
  }

  .touch\:hover\:pt-11:hover {
    padding-top: 2.75rem;
  }

  .touch\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .touch\:hover\:pt-14:hover {
    padding-top: 14px;
  }

  .touch\:hover\:pt-16:hover {
    padding-top: 16px;
  }

  .touch\:hover\:pt-20:hover {
    padding-top: 20px;
  }

  .touch\:hover\:pt-24:hover {
    padding-top: 24px;
  }

  .touch\:hover\:pt-28:hover {
    padding-top: 7rem;
  }

  .touch\:hover\:pt-30:hover {
    padding-top: 30px;
  }

  .touch\:hover\:pt-32:hover {
    padding-top: 8rem;
  }

  .touch\:hover\:pt-36:hover {
    padding-top: 9rem;
  }

  .touch\:hover\:pt-40:hover {
    padding-top: 10rem;
  }

  .touch\:hover\:pt-44:hover {
    padding-top: 11rem;
  }

  .touch\:hover\:pt-48:hover {
    padding-top: 48px;
  }

  .touch\:hover\:pt-52:hover {
    padding-top: 13rem;
  }

  .touch\:hover\:pt-56:hover {
    padding-top: 14rem;
  }

  .touch\:hover\:pt-60:hover {
    padding-top: 60px;
  }

  .touch\:hover\:pt-64:hover {
    padding-top: 16rem;
  }

  .touch\:hover\:pt-72:hover {
    padding-top: 18rem;
  }

  .touch\:hover\:pt-80:hover {
    padding-top: 20rem;
  }

  .touch\:hover\:pt-95:hover {
    padding-top: 95px;
  }

  .touch\:hover\:pt-96:hover {
    padding-top: 24rem;
  }

  .touch\:hover\:pt-120:hover {
    padding-top: 120px;
  }

  .touch\:hover\:pt-190:hover {
    padding-top: 190px;
  }

  .touch\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .touch\:hover\:pt-0\.5:hover {
    padding-top: 0.125rem;
  }

  .touch\:hover\:pt-1\.5:hover {
    padding-top: 0.375rem;
  }

  .touch\:hover\:pt-2\.5:hover {
    padding-top: 0.625rem;
  }

  .touch\:hover\:pt-3\.5:hover {
    padding-top: 0.875rem;
  }

  .touch\:hover\:pt-30\%:hover {
    padding-top: 30%;
  }

  .touch\:hover\:pt-7\.5r:hover {
    padding-top: 1.875rem;
  }

  .touch\:hover\:pr-0:hover {
    padding-right: 0;
  }

  .touch\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

  .touch\:hover\:pr-2:hover {
    padding-right: 0.5rem;
  }

  .touch\:hover\:pr-3:hover {
    padding-right: 0.75rem;
  }

  .touch\:hover\:pr-4:hover {
    padding-right: 1rem;
  }

  .touch\:hover\:pr-5:hover {
    padding-right: 5px;
  }

  .touch\:hover\:pr-6:hover {
    padding-right: 1.5rem;
  }

  .touch\:hover\:pr-7:hover {
    padding-right: 1.75rem;
  }

  .touch\:hover\:pr-8:hover {
    padding-right: 2rem;
  }

  .touch\:hover\:pr-9:hover {
    padding-right: 2.25rem;
  }

  .touch\:hover\:pr-10:hover {
    padding-right: 10px;
  }

  .touch\:hover\:pr-11:hover {
    padding-right: 2.75rem;
  }

  .touch\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .touch\:hover\:pr-14:hover {
    padding-right: 14px;
  }

  .touch\:hover\:pr-16:hover {
    padding-right: 16px;
  }

  .touch\:hover\:pr-20:hover {
    padding-right: 20px;
  }

  .touch\:hover\:pr-24:hover {
    padding-right: 24px;
  }

  .touch\:hover\:pr-28:hover {
    padding-right: 7rem;
  }

  .touch\:hover\:pr-30:hover {
    padding-right: 30px;
  }

  .touch\:hover\:pr-32:hover {
    padding-right: 8rem;
  }

  .touch\:hover\:pr-36:hover {
    padding-right: 9rem;
  }

  .touch\:hover\:pr-40:hover {
    padding-right: 10rem;
  }

  .touch\:hover\:pr-44:hover {
    padding-right: 11rem;
  }

  .touch\:hover\:pr-48:hover {
    padding-right: 48px;
  }

  .touch\:hover\:pr-52:hover {
    padding-right: 13rem;
  }

  .touch\:hover\:pr-56:hover {
    padding-right: 14rem;
  }

  .touch\:hover\:pr-60:hover {
    padding-right: 60px;
  }

  .touch\:hover\:pr-64:hover {
    padding-right: 16rem;
  }

  .touch\:hover\:pr-72:hover {
    padding-right: 18rem;
  }

  .touch\:hover\:pr-80:hover {
    padding-right: 20rem;
  }

  .touch\:hover\:pr-95:hover {
    padding-right: 95px;
  }

  .touch\:hover\:pr-96:hover {
    padding-right: 24rem;
  }

  .touch\:hover\:pr-120:hover {
    padding-right: 120px;
  }

  .touch\:hover\:pr-190:hover {
    padding-right: 190px;
  }

  .touch\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .touch\:hover\:pr-0\.5:hover {
    padding-right: 0.125rem;
  }

  .touch\:hover\:pr-1\.5:hover {
    padding-right: 0.375rem;
  }

  .touch\:hover\:pr-2\.5:hover {
    padding-right: 0.625rem;
  }

  .touch\:hover\:pr-3\.5:hover {
    padding-right: 0.875rem;
  }

  .touch\:hover\:pr-30\%:hover {
    padding-right: 30%;
  }

  .touch\:hover\:pr-7\.5r:hover {
    padding-right: 1.875rem;
  }

  .touch\:hover\:pb-0:hover {
    padding-bottom: 0;
  }

  .touch\:hover\:pb-1:hover {
    padding-bottom: 0.25rem;
  }

  .touch\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .touch\:hover\:pb-3:hover {
    padding-bottom: 0.75rem;
  }

  .touch\:hover\:pb-4:hover {
    padding-bottom: 1rem;
  }

  .touch\:hover\:pb-5:hover {
    padding-bottom: 5px;
  }

  .touch\:hover\:pb-6:hover {
    padding-bottom: 1.5rem;
  }

  .touch\:hover\:pb-7:hover {
    padding-bottom: 1.75rem;
  }

  .touch\:hover\:pb-8:hover {
    padding-bottom: 2rem;
  }

  .touch\:hover\:pb-9:hover {
    padding-bottom: 2.25rem;
  }

  .touch\:hover\:pb-10:hover {
    padding-bottom: 10px;
  }

  .touch\:hover\:pb-11:hover {
    padding-bottom: 2.75rem;
  }

  .touch\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .touch\:hover\:pb-14:hover {
    padding-bottom: 14px;
  }

  .touch\:hover\:pb-16:hover {
    padding-bottom: 16px;
  }

  .touch\:hover\:pb-20:hover {
    padding-bottom: 20px;
  }

  .touch\:hover\:pb-24:hover {
    padding-bottom: 24px;
  }

  .touch\:hover\:pb-28:hover {
    padding-bottom: 7rem;
  }

  .touch\:hover\:pb-30:hover {
    padding-bottom: 30px;
  }

  .touch\:hover\:pb-32:hover {
    padding-bottom: 8rem;
  }

  .touch\:hover\:pb-36:hover {
    padding-bottom: 9rem;
  }

  .touch\:hover\:pb-40:hover {
    padding-bottom: 10rem;
  }

  .touch\:hover\:pb-44:hover {
    padding-bottom: 11rem;
  }

  .touch\:hover\:pb-48:hover {
    padding-bottom: 48px;
  }

  .touch\:hover\:pb-52:hover {
    padding-bottom: 13rem;
  }

  .touch\:hover\:pb-56:hover {
    padding-bottom: 14rem;
  }

  .touch\:hover\:pb-60:hover {
    padding-bottom: 60px;
  }

  .touch\:hover\:pb-64:hover {
    padding-bottom: 16rem;
  }

  .touch\:hover\:pb-72:hover {
    padding-bottom: 18rem;
  }

  .touch\:hover\:pb-80:hover {
    padding-bottom: 20rem;
  }

  .touch\:hover\:pb-95:hover {
    padding-bottom: 95px;
  }

  .touch\:hover\:pb-96:hover {
    padding-bottom: 24rem;
  }

  .touch\:hover\:pb-120:hover {
    padding-bottom: 120px;
  }

  .touch\:hover\:pb-190:hover {
    padding-bottom: 190px;
  }

  .touch\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .touch\:hover\:pb-0\.5:hover {
    padding-bottom: 0.125rem;
  }

  .touch\:hover\:pb-1\.5:hover {
    padding-bottom: 0.375rem;
  }

  .touch\:hover\:pb-2\.5:hover {
    padding-bottom: 0.625rem;
  }

  .touch\:hover\:pb-3\.5:hover {
    padding-bottom: 0.875rem;
  }

  .touch\:hover\:pb-30\%:hover {
    padding-bottom: 30%;
  }

  .touch\:hover\:pb-7\.5r:hover {
    padding-bottom: 1.875rem;
  }

  .touch\:hover\:pl-0:hover {
    padding-left: 0;
  }

  .touch\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

  .touch\:hover\:pl-2:hover {
    padding-left: 0.5rem;
  }

  .touch\:hover\:pl-3:hover {
    padding-left: 0.75rem;
  }

  .touch\:hover\:pl-4:hover {
    padding-left: 1rem;
  }

  .touch\:hover\:pl-5:hover {
    padding-left: 5px;
  }

  .touch\:hover\:pl-6:hover {
    padding-left: 1.5rem;
  }

  .touch\:hover\:pl-7:hover {
    padding-left: 1.75rem;
  }

  .touch\:hover\:pl-8:hover {
    padding-left: 2rem;
  }

  .touch\:hover\:pl-9:hover {
    padding-left: 2.25rem;
  }

  .touch\:hover\:pl-10:hover {
    padding-left: 10px;
  }

  .touch\:hover\:pl-11:hover {
    padding-left: 2.75rem;
  }

  .touch\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .touch\:hover\:pl-14:hover {
    padding-left: 14px;
  }

  .touch\:hover\:pl-16:hover {
    padding-left: 16px;
  }

  .touch\:hover\:pl-20:hover {
    padding-left: 20px;
  }

  .touch\:hover\:pl-24:hover {
    padding-left: 24px;
  }

  .touch\:hover\:pl-28:hover {
    padding-left: 7rem;
  }

  .touch\:hover\:pl-30:hover {
    padding-left: 30px;
  }

  .touch\:hover\:pl-32:hover {
    padding-left: 8rem;
  }

  .touch\:hover\:pl-36:hover {
    padding-left: 9rem;
  }

  .touch\:hover\:pl-40:hover {
    padding-left: 10rem;
  }

  .touch\:hover\:pl-44:hover {
    padding-left: 11rem;
  }

  .touch\:hover\:pl-48:hover {
    padding-left: 48px;
  }

  .touch\:hover\:pl-52:hover {
    padding-left: 13rem;
  }

  .touch\:hover\:pl-56:hover {
    padding-left: 14rem;
  }

  .touch\:hover\:pl-60:hover {
    padding-left: 60px;
  }

  .touch\:hover\:pl-64:hover {
    padding-left: 16rem;
  }

  .touch\:hover\:pl-72:hover {
    padding-left: 18rem;
  }

  .touch\:hover\:pl-80:hover {
    padding-left: 20rem;
  }

  .touch\:hover\:pl-95:hover {
    padding-left: 95px;
  }

  .touch\:hover\:pl-96:hover {
    padding-left: 24rem;
  }

  .touch\:hover\:pl-120:hover {
    padding-left: 120px;
  }

  .touch\:hover\:pl-190:hover {
    padding-left: 190px;
  }

  .touch\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .touch\:hover\:pl-0\.5:hover {
    padding-left: 0.125rem;
  }

  .touch\:hover\:pl-1\.5:hover {
    padding-left: 0.375rem;
  }

  .touch\:hover\:pl-2\.5:hover {
    padding-left: 0.625rem;
  }

  .touch\:hover\:pl-3\.5:hover {
    padding-left: 0.875rem;
  }

  .touch\:hover\:pl-30\%:hover {
    padding-left: 30%;
  }

  .touch\:hover\:pl-7\.5r:hover {
    padding-left: 1.875rem;
  }

  .touch\:text-left {
    text-align: left;
  }

  .touch\:text-center {
    text-align: center;
  }

  .touch\:text-right {
    text-align: right;
  }

  .touch\:text-justify {
    text-align: justify;
  }

  .touch\:align-baseline {
    vertical-align: baseline;
  }

  .touch\:align-top {
    vertical-align: top;
  }

  .touch\:align-middle {
    vertical-align: middle;
  }

  .touch\:align-bottom {
    vertical-align: bottom;
  }

  .touch\:align-text-top {
    vertical-align: text-top;
  }

  .touch\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .touch\:font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .touch\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .touch\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .touch\:font-display {
    font-family: Kanit, serif;
  }

  .touch\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .touch\:text-sm {
    font-size: 0.875rem;
  }

  .touch\:text-base {
    font-size: 1rem;
  }

  .touch\:text-lg {
    font-size: 1.25rem;
  }

  .touch\:text-xl {
    font-size: 1.75rem;
  }

  .touch\:text-2xl {
    font-size: 2.25rem;
  }

  .touch\:text-3xl {
    font-size: 3rem;
  }

  .touch\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .touch\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .touch\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .touch\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .touch\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .touch\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .touch\:text-3xs {
    font-size: 0.25rem;
  }

  .touch\:text-2xs {
    font-size: 0.5rem;
  }

  .touch\:text-1xs {
    font-size: 0.67rem;
  }

  .touch\:font-thin {
    font-weight: 100;
  }

  .touch\:font-extralight {
    font-weight: 200;
  }

  .touch\:font-light {
    font-weight: 300;
  }

  .touch\:font-normal {
    font-weight: 400;
  }

  .touch\:font-medium {
    font-weight: 500;
  }

  .touch\:font-semibold {
    font-weight: 600;
  }

  .touch\:font-bold {
    font-weight: 500;
  }

  .touch\:font-extrabold {
    font-weight: 800;
  }

  .touch\:font-black {
    font-weight: 900;
  }

  .touch\:hover\:font-thin:hover {
    font-weight: 100;
  }

  .touch\:hover\:font-extralight:hover {
    font-weight: 200;
  }

  .touch\:hover\:font-light:hover {
    font-weight: 300;
  }

  .touch\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .touch\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .touch\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .touch\:hover\:font-bold:hover {
    font-weight: 500;
  }

  .touch\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .touch\:hover\:font-black:hover {
    font-weight: 900;
  }

  .touch\:focus\:font-thin:focus {
    font-weight: 100;
  }

  .touch\:focus\:font-extralight:focus {
    font-weight: 200;
  }

  .touch\:focus\:font-light:focus {
    font-weight: 300;
  }

  .touch\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .touch\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .touch\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .touch\:focus\:font-bold:focus {
    font-weight: 500;
  }

  .touch\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .touch\:focus\:font-black:focus {
    font-weight: 900;
  }

  .touch\:uppercase {
    text-transform: uppercase;
  }

  .touch\:lowercase {
    text-transform: lowercase;
  }

  .touch\:capitalize {
    text-transform: capitalize;
  }

  .touch\:normal-case {
    text-transform: none;
  }

  .touch\:italic {
    font-style: italic;
  }

  .touch\:not-italic {
    font-style: normal;
  }

  .touch\:ordinal, .touch\:slashed-zero, .touch\:lining-nums, .touch\:oldstyle-nums, .touch\:proportional-nums, .touch\:tabular-nums, .touch\:diagonal-fractions, .touch\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .touch\:normal-nums {
    font-feature-settings: normal;
    font-variant-numeric: normal;
  }

  .touch\:ordinal {
    --tw-ordinal: ordinal;
  }

  .touch\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .touch\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .touch\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .touch\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .touch\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .touch\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .touch\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .touch\:leading-3 {
    line-height: .75rem;
  }

  .touch\:leading-4 {
    line-height: 1rem;
  }

  .touch\:leading-5 {
    line-height: 1.25rem;
  }

  .touch\:leading-6 {
    line-height: 1.5rem;
  }

  .touch\:leading-7 {
    line-height: 1.75rem;
  }

  .touch\:leading-8 {
    line-height: 2rem;
  }

  .touch\:leading-9 {
    line-height: 2.25rem;
  }

  .touch\:leading-10 {
    line-height: 2.5rem;
  }

  .touch\:leading-none {
    line-height: 1;
  }

  .touch\:leading-tight {
    line-height: 1.25;
  }

  .touch\:leading-snug {
    line-height: 1.375;
  }

  .touch\:leading-normal {
    line-height: 1.5;
  }

  .touch\:leading-relaxed {
    line-height: 1.625;
  }

  .touch\:leading-loose {
    line-height: 2;
  }

  .touch\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .touch\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .touch\:tracking-normal {
    letter-spacing: 0em;
  }

  .touch\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .touch\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .touch\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .touch\:text-transparent {
    color: transparent;
  }

  .touch\:text-current {
    color: currentColor;
  }

  .touch\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .touch\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .touch\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .touch\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .touch\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .touch\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .touch\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .touch\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .touch\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .touch\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .touch\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .touch\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .touch\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .touch\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .touch\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .touch\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .touch\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .touch\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .touch\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .touch\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .touch\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .touch\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .touch\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .touch\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .touch\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .touch\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .touch\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .touch\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .touch\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .touch\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .touch\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .touch\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .touch\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .touch\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .touch\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .touch\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .touch\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .touch\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .touch\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .touch\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .touch\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .touch\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .touch\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .touch\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .touch\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .touch\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .touch\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .touch\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .touch\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .touch\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .touch\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .touch\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .touch\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .touch\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .touch\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .touch\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .touch\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .touch\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .touch\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .touch\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .touch\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .touch\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .touch\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .touch\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .touch\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .touch\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .touch\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .touch\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .touch\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .touch\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .touch\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .touch\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .touch\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .touch\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .touch\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .touch\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .touch\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .touch\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .touch\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .touch\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .touch\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .touch\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .touch\:text-primary-color {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .touch\:text-primary-color-dark {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .touch\:text-secondary-color {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .touch\:text-custom-gray-sm {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .touch\:text-custom-gray-sm2 {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .touch\:text-custom-gray-md {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .touch\:text-custom-navy-dark {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .touch\:text-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .touch\:text-primary {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .touch\:text-secondary-1 {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .touch\:text-secondary-2 {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .touch\:text-secondary-3 {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .touch\:text-secondary {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .touch\:text-secondary-dark {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .touch\:text-secondary-light {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .touch\:text-grayCustom-1 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .touch\:text-grayCustom-2 {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .touch\:text-grayCustom-3 {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .touch\:text-grayCustom-800 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .touch\:text-grayCustom {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .touch\:text-grayCustom-dark {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .touch\:text-grayCustom-light {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .touch\:text-grayCustom-hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .touch\:text-error {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .touch\:text-error-light {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .touch\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .touch\:text-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .touch\:text-success {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .touch\:text-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .touch\:text-status-open {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .touch\:text-status-waiting_payment {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .touch\:text-status-completed {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .touch\:text-status-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .touch\:text-status-waiting_verify {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .touch\:text-status-closed {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .touch\:text-policyStatus-issuing {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .touch\:text-policyStatus-waiting_inspection {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .touch\:text-policyStatus-success {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .touch\:text-policyStatus-failed_inspection {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .touch\:text-policyStatus-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .touch\:text-policyStatus-waiting_policy {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .touch\:text-policyStatus-cancel {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .touch\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .touch\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-primary-color {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-primary-color-dark {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-secondary-color {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-custom-gray-sm {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-custom-gray-sm2 {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-custom-gray-md {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-custom-navy-dark {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-primary {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-secondary-1 {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-secondary-2 {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-secondary-3 {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-secondary {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-secondary-dark {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-secondary-light {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-grayCustom-1 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-grayCustom-2 {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-grayCustom-3 {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-grayCustom-800 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-grayCustom {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-grayCustom-dark {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-grayCustom-light {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-grayCustom-hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-error {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-error-light {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-success {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-status-open {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-status-waiting_payment {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-status-completed {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-status-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-status-waiting_verify {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-status-closed {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-policyStatus-issuing {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-policyStatus-waiting_inspection {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-policyStatus-success {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-policyStatus-failed_inspection {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-policyStatus-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-policyStatus-waiting_policy {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .touch\:group-hover\:text-policyStatus-cancel {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-transparent[focus-within] {
    color: transparent;
  }

  .touch\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .touch\:focus-within\:text-current[focus-within] {
    color: currentColor;
  }

  .touch\:focus-within\:text-current:focus-within {
    color: currentColor;
  }

  .touch\:focus-within\:text-black[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-white[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-gray-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-gray-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-gray-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-gray-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-gray-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-gray-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-gray-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-gray-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-gray-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-gray-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-red-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-red-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-red-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-red-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-red-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-red-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-red-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-red-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-red-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-red-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-yellow-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-yellow-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-yellow-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-yellow-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-yellow-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-yellow-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-yellow-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-yellow-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-yellow-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-yellow-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-green-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-green-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-green-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-green-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-green-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-green-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-green-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-green-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-green-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-green-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-blue-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-blue-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-blue-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-blue-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-blue-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-blue-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-blue-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-blue-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-blue-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-blue-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-indigo-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-indigo-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-indigo-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-indigo-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-indigo-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-indigo-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-indigo-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-indigo-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-indigo-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-indigo-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-purple-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-purple-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-purple-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-purple-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-purple-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-purple-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-purple-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-purple-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-purple-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-purple-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-pink-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-pink-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-pink-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-pink-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-pink-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-pink-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-pink-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-pink-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-pink-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-pink-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-primary-color[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-primary-color:focus-within {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-primary-color-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-primary-color-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-secondary-color[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-secondary-color:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-custom-gray-sm[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-custom-gray-sm:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-custom-gray-sm2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-custom-gray-sm2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-custom-gray-md[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-custom-gray-md:focus-within {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-custom-navy-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-custom-navy-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-dark-blue[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-dark-blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-primary[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-primary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-secondary-1[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-secondary-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-secondary-2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-secondary-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-secondary-3[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-secondary-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-secondary[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-secondary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-secondary-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-secondary-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-secondary-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-secondary-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-grayCustom-1[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-grayCustom-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-grayCustom-2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-grayCustom-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-grayCustom-3[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-grayCustom-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-grayCustom-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-grayCustom-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-grayCustom[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-grayCustom:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-grayCustom-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-grayCustom-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-grayCustom-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-grayCustom-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-grayCustom-hover[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-grayCustom-hover:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-error[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-error:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-error-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-error-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-warning[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-warning:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-warning-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-warning-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-success[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-success-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-success-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-status-open[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-status-open:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-status-waiting_payment[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-status-waiting_payment:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-status-completed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-status-completed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-status-failed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-status-failed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-status-waiting_verify[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-status-waiting_verify:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-status-closed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-status-closed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-policyStatus-issuing[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-policyStatus-issuing:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-policyStatus-waiting_inspection[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-policyStatus-waiting_inspection:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-policyStatus-success[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-policyStatus-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-policyStatus-failed_inspection[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-policyStatus-failed_inspection:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-policyStatus-failed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-policyStatus-failed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-policyStatus-waiting_policy[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-policyStatus-waiting_policy:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-policyStatus-cancel[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .touch\:focus-within\:text-policyStatus-cancel:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .touch\:hover\:text-transparent:hover {
    color: transparent;
  }

  .touch\:hover\:text-current:hover {
    color: currentColor;
  }

  .touch\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .touch\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .touch\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .touch\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .touch\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .touch\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .touch\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .touch\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .touch\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .touch\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .touch\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .touch\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .touch\:hover\:text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .touch\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .touch\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .touch\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .touch\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .touch\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .touch\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .touch\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .touch\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .touch\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .touch\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .touch\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .touch\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .touch\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .touch\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .touch\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .touch\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .touch\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .touch\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .touch\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .touch\:hover\:text-green-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .touch\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .touch\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .touch\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .touch\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .touch\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .touch\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .touch\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .touch\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .touch\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .touch\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .touch\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .touch\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .touch\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .touch\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .touch\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .touch\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .touch\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .touch\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .touch\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .touch\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .touch\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .touch\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .touch\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .touch\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .touch\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .touch\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .touch\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .touch\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .touch\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .touch\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .touch\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .touch\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .touch\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .touch\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .touch\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .touch\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .touch\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .touch\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .touch\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .touch\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .touch\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .touch\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .touch\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .touch\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .touch\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .touch\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .touch\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .touch\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .touch\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .touch\:hover\:text-primary-color:hover {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .touch\:hover\:text-primary-color-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .touch\:hover\:text-secondary-color:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .touch\:hover\:text-custom-gray-sm:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .touch\:hover\:text-custom-gray-sm2:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .touch\:hover\:text-custom-gray-md:hover {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .touch\:hover\:text-custom-navy-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .touch\:hover\:text-dark-blue:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .touch\:hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .touch\:hover\:text-secondary-1:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .touch\:hover\:text-secondary-2:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .touch\:hover\:text-secondary-3:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .touch\:hover\:text-secondary:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .touch\:hover\:text-secondary-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .touch\:hover\:text-secondary-light:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .touch\:hover\:text-grayCustom-1:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .touch\:hover\:text-grayCustom-2:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .touch\:hover\:text-grayCustom-3:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .touch\:hover\:text-grayCustom-800:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .touch\:hover\:text-grayCustom:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .touch\:hover\:text-grayCustom-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .touch\:hover\:text-grayCustom-light:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .touch\:hover\:text-grayCustom-hover:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .touch\:hover\:text-error:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .touch\:hover\:text-error-light:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .touch\:hover\:text-warning:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .touch\:hover\:text-warning-light:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .touch\:hover\:text-success:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .touch\:hover\:text-success-light:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .touch\:hover\:text-status-open:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .touch\:hover\:text-status-waiting_payment:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .touch\:hover\:text-status-completed:hover {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .touch\:hover\:text-status-failed:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .touch\:hover\:text-status-waiting_verify:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .touch\:hover\:text-status-closed:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .touch\:hover\:text-policyStatus-issuing:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .touch\:hover\:text-policyStatus-waiting_inspection:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .touch\:hover\:text-policyStatus-success:hover {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .touch\:hover\:text-policyStatus-failed_inspection:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .touch\:hover\:text-policyStatus-failed:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .touch\:hover\:text-policyStatus-waiting_policy:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .touch\:hover\:text-policyStatus-cancel:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .touch\:focus\:text-transparent:focus {
    color: transparent;
  }

  .touch\:focus\:text-current:focus {
    color: currentColor;
  }

  .touch\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .touch\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .touch\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .touch\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .touch\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .touch\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .touch\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .touch\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .touch\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .touch\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .touch\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .touch\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .touch\:focus\:text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .touch\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .touch\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .touch\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .touch\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .touch\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .touch\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .touch\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .touch\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .touch\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .touch\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .touch\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .touch\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .touch\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .touch\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .touch\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .touch\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .touch\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .touch\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .touch\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .touch\:focus\:text-green-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .touch\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .touch\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .touch\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .touch\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .touch\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .touch\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .touch\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .touch\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .touch\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .touch\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .touch\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .touch\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .touch\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .touch\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .touch\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .touch\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .touch\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .touch\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .touch\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .touch\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .touch\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .touch\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .touch\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .touch\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .touch\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .touch\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .touch\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .touch\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .touch\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .touch\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .touch\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .touch\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .touch\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .touch\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .touch\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .touch\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .touch\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .touch\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .touch\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .touch\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .touch\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .touch\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .touch\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .touch\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .touch\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .touch\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .touch\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .touch\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .touch\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .touch\:focus\:text-primary-color:focus {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .touch\:focus\:text-primary-color-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .touch\:focus\:text-secondary-color:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .touch\:focus\:text-custom-gray-sm:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .touch\:focus\:text-custom-gray-sm2:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .touch\:focus\:text-custom-gray-md:focus {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .touch\:focus\:text-custom-navy-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .touch\:focus\:text-dark-blue:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .touch\:focus\:text-primary:focus {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .touch\:focus\:text-secondary-1:focus {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .touch\:focus\:text-secondary-2:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .touch\:focus\:text-secondary-3:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .touch\:focus\:text-secondary:focus {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .touch\:focus\:text-secondary-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .touch\:focus\:text-secondary-light:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .touch\:focus\:text-grayCustom-1:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .touch\:focus\:text-grayCustom-2:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .touch\:focus\:text-grayCustom-3:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .touch\:focus\:text-grayCustom-800:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .touch\:focus\:text-grayCustom:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .touch\:focus\:text-grayCustom-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .touch\:focus\:text-grayCustom-light:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .touch\:focus\:text-grayCustom-hover:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .touch\:focus\:text-error:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .touch\:focus\:text-error-light:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .touch\:focus\:text-warning:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .touch\:focus\:text-warning-light:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .touch\:focus\:text-success:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .touch\:focus\:text-success-light:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .touch\:focus\:text-status-open:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .touch\:focus\:text-status-waiting_payment:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .touch\:focus\:text-status-completed:focus {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .touch\:focus\:text-status-failed:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .touch\:focus\:text-status-waiting_verify:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .touch\:focus\:text-status-closed:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .touch\:focus\:text-policyStatus-issuing:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .touch\:focus\:text-policyStatus-waiting_inspection:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .touch\:focus\:text-policyStatus-success:focus {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .touch\:focus\:text-policyStatus-failed_inspection:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .touch\:focus\:text-policyStatus-failed:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .touch\:focus\:text-policyStatus-waiting_policy:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .touch\:focus\:text-policyStatus-cancel:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .touch\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .touch\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .touch\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .touch\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .touch\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .touch\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .touch\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .touch\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .touch\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .touch\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .touch\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .touch\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .touch\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .touch\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .touch\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .touch\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .touch\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .touch\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .touch\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .touch\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .touch\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .touch\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .touch\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .touch\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .touch\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .touch\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .touch\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .touch\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .touch\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .touch\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .touch\:focus-within\:text-opacity-0[focus-within] {
    --tw-text-opacity: 0;
  }

  .touch\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .touch\:focus-within\:text-opacity-5[focus-within] {
    --tw-text-opacity: 0.05;
  }

  .touch\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .touch\:focus-within\:text-opacity-10[focus-within] {
    --tw-text-opacity: 0.1;
  }

  .touch\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .touch\:focus-within\:text-opacity-20[focus-within] {
    --tw-text-opacity: 0.2;
  }

  .touch\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .touch\:focus-within\:text-opacity-25[focus-within] {
    --tw-text-opacity: 0.25;
  }

  .touch\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .touch\:focus-within\:text-opacity-30[focus-within] {
    --tw-text-opacity: 0.3;
  }

  .touch\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .touch\:focus-within\:text-opacity-40[focus-within] {
    --tw-text-opacity: 0.4;
  }

  .touch\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .touch\:focus-within\:text-opacity-50[focus-within] {
    --tw-text-opacity: 0.5;
  }

  .touch\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .touch\:focus-within\:text-opacity-60[focus-within] {
    --tw-text-opacity: 0.6;
  }

  .touch\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .touch\:focus-within\:text-opacity-70[focus-within] {
    --tw-text-opacity: 0.7;
  }

  .touch\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .touch\:focus-within\:text-opacity-75[focus-within] {
    --tw-text-opacity: 0.75;
  }

  .touch\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .touch\:focus-within\:text-opacity-80[focus-within] {
    --tw-text-opacity: 0.8;
  }

  .touch\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .touch\:focus-within\:text-opacity-90[focus-within] {
    --tw-text-opacity: 0.9;
  }

  .touch\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .touch\:focus-within\:text-opacity-95[focus-within] {
    --tw-text-opacity: 0.95;
  }

  .touch\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .touch\:focus-within\:text-opacity-100[focus-within] {
    --tw-text-opacity: 1;
  }

  .touch\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .touch\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .touch\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .touch\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .touch\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .touch\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .touch\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .touch\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .touch\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .touch\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .touch\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .touch\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .touch\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .touch\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .touch\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .touch\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .touch\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .touch\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .touch\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .touch\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .touch\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .touch\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .touch\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .touch\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .touch\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .touch\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .touch\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .touch\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .touch\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .touch\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .touch\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .touch\:underline {
    text-decoration: underline;
  }

  .touch\:line-through {
    text-decoration: line-through;
  }

  .touch\:no-underline {
    text-decoration: none;
  }

  .group:hover .touch\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .touch\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .touch\:group-hover\:no-underline {
    text-decoration: none;
  }

  .touch\:focus-within\:underline[focus-within] {
    text-decoration: underline;
  }

  .touch\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .touch\:focus-within\:line-through[focus-within] {
    text-decoration: line-through;
  }

  .touch\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .touch\:focus-within\:no-underline[focus-within] {
    text-decoration: none;
  }

  .touch\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .touch\:hover\:underline:hover {
    text-decoration: underline;
  }

  .touch\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .touch\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .touch\:focus\:underline:focus {
    text-decoration: underline;
  }

  .touch\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .touch\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .touch\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .touch\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .touch\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .touch\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .touch\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .touch\:placeholder-current::placeholder {
    color: currentColor;
  }

  .touch\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-primary-color::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-primary-color::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-primary-color-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-primary-color-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-secondary-color::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-secondary-color::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-custom-gray-sm::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-custom-gray-sm::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-custom-gray-sm2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-custom-gray-sm2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-custom-gray-md::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-custom-gray-md::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-custom-navy-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-custom-navy-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-dark-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-dark-blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-primary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-secondary-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-secondary-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-secondary-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-secondary-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-secondary-3::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-secondary-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-secondary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-secondary-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-secondary-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-secondary-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-secondary-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-grayCustom-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-grayCustom-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-grayCustom-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-grayCustom-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-grayCustom-3::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-grayCustom-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-grayCustom-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-grayCustom-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-grayCustom::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-grayCustom::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-grayCustom-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-grayCustom-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-grayCustom-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-grayCustom-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-grayCustom-hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-grayCustom-hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-error::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-error::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-error-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-error-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-warning::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-warning::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-warning-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-warning-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-success-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-success-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-status-open::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-status-open::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-status-waiting_payment::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-status-waiting_payment::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-status-completed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-status-completed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-status-failed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-status-failed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-status-waiting_verify::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-status-waiting_verify::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-status-closed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-status-closed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-policyStatus-issuing::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-policyStatus-issuing::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-policyStatus-waiting_inspection::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-policyStatus-waiting_inspection::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-policyStatus-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-policyStatus-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-policyStatus-failed_inspection::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-policyStatus-failed_inspection::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-policyStatus-failed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-policyStatus-failed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-policyStatus-waiting_policy::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-policyStatus-waiting_policy::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-policyStatus-cancel::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-policyStatus-cancel::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .touch\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .touch\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .touch\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .touch\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-primary-color:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-primary-color:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-primary-color-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-primary-color-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-secondary-color:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-secondary-color:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-custom-gray-sm:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-custom-gray-sm:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-custom-gray-sm2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-custom-gray-sm2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-custom-gray-md:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-custom-gray-md:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-custom-navy-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-custom-navy-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-dark-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-dark-blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-primary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-secondary-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-secondary-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-secondary-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-secondary-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-secondary-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-secondary-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-secondary-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-secondary-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-secondary-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-secondary-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-grayCustom-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-grayCustom-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-grayCustom-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-grayCustom-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-grayCustom-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-grayCustom-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-grayCustom-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-grayCustom-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-grayCustom:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-grayCustom:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-grayCustom-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-grayCustom-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-grayCustom-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-grayCustom-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-grayCustom-hover:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-grayCustom-hover:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-error:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-error:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-error-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-error-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-warning:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-warning:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-warning-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-warning-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-success-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-success-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-status-open:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-status-open:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-status-waiting_payment:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-status-waiting_payment:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-status-completed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-status-completed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-status-failed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-status-failed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-status-waiting_verify:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-status-waiting_verify:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-status-closed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-status-closed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-policyStatus-issuing:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-policyStatus-issuing:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-policyStatus-waiting_inspection:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-policyStatus-waiting_inspection:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-policyStatus-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-policyStatus-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-policyStatus-failed_inspection:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-policyStatus-failed_inspection:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-policyStatus-failed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-policyStatus-failed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-policyStatus-waiting_policy:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-policyStatus-waiting_policy:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-policyStatus-cancel:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .touch\:focus\:placeholder-policyStatus-cancel:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .touch\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .touch\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .touch\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .touch\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .touch\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .touch\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .touch\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .touch\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .touch\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .touch\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .touch\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .touch\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .touch\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .touch\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .touch\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .touch\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .touch\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .touch\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .touch\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .touch\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .touch\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .touch\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .touch\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .touch\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .touch\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .touch\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .touch\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .touch\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .touch\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .touch\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .touch\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .touch\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .touch\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .touch\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .touch\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .touch\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .touch\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .touch\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .touch\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .touch\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .touch\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .touch\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .touch\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .touch\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .touch\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .touch\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .touch\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .touch\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .touch\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .touch\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .touch\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .touch\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .touch\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .touch\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .touch\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .touch\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .touch\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .touch\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .touch\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .touch\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .touch\:opacity-0 {
    opacity: 0;
  }

  .touch\:opacity-5 {
    opacity: 0.05;
  }

  .touch\:opacity-10 {
    opacity: 0.1;
  }

  .touch\:opacity-20 {
    opacity: 0.2;
  }

  .touch\:opacity-25 {
    opacity: 0.25;
  }

  .touch\:opacity-30 {
    opacity: 0.3;
  }

  .touch\:opacity-40 {
    opacity: 0.4;
  }

  .touch\:opacity-50 {
    opacity: 0.5;
  }

  .touch\:opacity-60 {
    opacity: 0.6;
  }

  .touch\:opacity-70 {
    opacity: 0.7;
  }

  .touch\:opacity-75 {
    opacity: 0.75;
  }

  .touch\:opacity-80 {
    opacity: 0.8;
  }

  .touch\:opacity-90 {
    opacity: 0.9;
  }

  .touch\:opacity-95 {
    opacity: 0.95;
  }

  .touch\:opacity-100 {
    opacity: 1;
  }

  .group:hover .touch\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .touch\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .touch\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .touch\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .touch\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .touch\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .touch\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .touch\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .touch\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .touch\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .touch\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .touch\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .touch\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .touch\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .touch\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .touch\:focus-within\:opacity-0[focus-within] {
    opacity: 0;
  }

  .touch\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .touch\:focus-within\:opacity-5[focus-within] {
    opacity: 0.05;
  }

  .touch\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .touch\:focus-within\:opacity-10[focus-within] {
    opacity: 0.1;
  }

  .touch\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .touch\:focus-within\:opacity-20[focus-within] {
    opacity: 0.2;
  }

  .touch\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .touch\:focus-within\:opacity-25[focus-within] {
    opacity: 0.25;
  }

  .touch\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .touch\:focus-within\:opacity-30[focus-within] {
    opacity: 0.3;
  }

  .touch\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .touch\:focus-within\:opacity-40[focus-within] {
    opacity: 0.4;
  }

  .touch\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .touch\:focus-within\:opacity-50[focus-within] {
    opacity: 0.5;
  }

  .touch\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .touch\:focus-within\:opacity-60[focus-within] {
    opacity: 0.6;
  }

  .touch\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .touch\:focus-within\:opacity-70[focus-within] {
    opacity: 0.7;
  }

  .touch\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .touch\:focus-within\:opacity-75[focus-within] {
    opacity: 0.75;
  }

  .touch\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .touch\:focus-within\:opacity-80[focus-within] {
    opacity: 0.8;
  }

  .touch\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .touch\:focus-within\:opacity-90[focus-within] {
    opacity: 0.9;
  }

  .touch\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .touch\:focus-within\:opacity-95[focus-within] {
    opacity: 0.95;
  }

  .touch\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .touch\:focus-within\:opacity-100[focus-within] {
    opacity: 1;
  }

  .touch\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .touch\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .touch\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .touch\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .touch\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .touch\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .touch\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .touch\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .touch\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .touch\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .touch\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .touch\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .touch\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .touch\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .touch\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .touch\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .touch\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .touch\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .touch\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .touch\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .touch\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .touch\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .touch\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .touch\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .touch\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .touch\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .touch\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .touch\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .touch\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .touch\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .touch\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .touch\:disabled\:opacity-0:disabled {
    opacity: 0;
  }

  .touch\:disabled\:opacity-5:disabled {
    opacity: 0.05;
  }

  .touch\:disabled\:opacity-10:disabled {
    opacity: 0.1;
  }

  .touch\:disabled\:opacity-20:disabled {
    opacity: 0.2;
  }

  .touch\:disabled\:opacity-25:disabled {
    opacity: 0.25;
  }

  .touch\:disabled\:opacity-30:disabled {
    opacity: 0.3;
  }

  .touch\:disabled\:opacity-40:disabled {
    opacity: 0.4;
  }

  .touch\:disabled\:opacity-50:disabled {
    opacity: 0.5;
  }

  .touch\:disabled\:opacity-60:disabled {
    opacity: 0.6;
  }

  .touch\:disabled\:opacity-70:disabled {
    opacity: 0.7;
  }

  .touch\:disabled\:opacity-75:disabled {
    opacity: 0.75;
  }

  .touch\:disabled\:opacity-80:disabled {
    opacity: 0.8;
  }

  .touch\:disabled\:opacity-90:disabled {
    opacity: 0.9;
  }

  .touch\:disabled\:opacity-95:disabled {
    opacity: 0.95;
  }

  .touch\:disabled\:opacity-100:disabled {
    opacity: 1;
  }

  .touch\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .touch\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .touch\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .touch\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .touch\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .touch\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .touch\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .touch\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .touch\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .touch\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .touch\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .touch\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .touch\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .touch\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .touch\:bg-blend-color {
    background-blend-mode: color;
  }

  .touch\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .touch\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .touch\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .touch\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .touch\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .touch\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .touch\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .touch\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .touch\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .touch\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .touch\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .touch\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .touch\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .touch\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .touch\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .touch\:mix-blend-color {
    mix-blend-mode: color;
  }

  .touch\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .touch\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:shadow-none {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:shadow-button {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:shadow-button-hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:shadow-secondary-tag {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:shadow-gray {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .touch\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .touch\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .touch\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .touch\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .touch\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .touch\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .touch\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .touch\:group-hover\:shadow-none {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .touch\:group-hover\:shadow-button {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .touch\:group-hover\:shadow-button-hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .touch\:group-hover\:shadow-secondary-tag {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .touch\:group-hover\:shadow-gray {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:focus-within\:shadow-sm[focus-within] {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:focus-within\:shadow[focus-within] {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:focus-within\:shadow-md[focus-within] {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:focus-within\:shadow-lg[focus-within] {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:focus-within\:shadow-xl[focus-within] {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:focus-within\:shadow-2xl[focus-within] {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:focus-within\:shadow-inner[focus-within] {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:focus-within\:shadow-none[focus-within] {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:focus-within\:shadow-button[focus-within] {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:focus-within\:shadow-button:focus-within {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:focus-within\:shadow-button-hover[focus-within] {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:focus-within\:shadow-button-hover:focus-within {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:focus-within\:shadow-secondary-tag[focus-within] {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:focus-within\:shadow-secondary-tag:focus-within {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:focus-within\:shadow-gray[focus-within] {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:focus-within\:shadow-gray:focus-within {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:hover\:shadow-button:hover {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:hover\:shadow-button-hover:hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:hover\:shadow-secondary-tag:hover {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:hover\:shadow-gray:hover {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:focus\:shadow-button:focus {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:focus\:shadow-button-hover:focus {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:focus\:shadow-secondary-tag:focus {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:focus\:shadow-gray:focus {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .touch\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .touch\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .touch\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .touch\:focus-within\:outline-none[focus-within] {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .touch\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .touch\:focus-within\:outline-white[focus-within] {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .touch\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .touch\:focus-within\:outline-black[focus-within] {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .touch\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .touch\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .touch\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .touch\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .touch\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .touch\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .touch\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .touch\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .touch\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .touch\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .touch\:focus-within\:ring-0[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .touch\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .touch\:focus-within\:ring-1[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .touch\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .touch\:focus-within\:ring-2[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .touch\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .touch\:focus-within\:ring-4[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .touch\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .touch\:focus-within\:ring-8[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .touch\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .touch\:focus-within\:ring[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .touch\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .touch\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .touch\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .touch\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .touch\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .touch\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .touch\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .touch\:ring-inset {
    --tw-ring-inset: inset;
  }

  .touch\:focus-within\:ring-inset[focus-within] {
    --tw-ring-inset: inset;
  }

  .touch\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .touch\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .touch\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .touch\:ring-current {
    --tw-ring-color: currentColor;
  }

  .touch\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .touch\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .touch\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .touch\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .touch\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .touch\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .touch\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .touch\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .touch\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .touch\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .touch\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .touch\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .touch\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .touch\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .touch\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .touch\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .touch\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .touch\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .touch\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .touch\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .touch\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .touch\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .touch\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .touch\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .touch\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .touch\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .touch\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .touch\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .touch\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .touch\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .touch\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .touch\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .touch\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .touch\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .touch\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .touch\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .touch\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .touch\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .touch\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .touch\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .touch\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .touch\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .touch\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .touch\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .touch\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .touch\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .touch\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .touch\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .touch\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .touch\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .touch\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .touch\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .touch\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .touch\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .touch\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .touch\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .touch\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .touch\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .touch\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .touch\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .touch\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .touch\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .touch\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .touch\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .touch\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .touch\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .touch\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .touch\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .touch\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .touch\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .touch\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .touch\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .touch\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .touch\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .touch\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .touch\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .touch\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .touch\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .touch\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .touch\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .touch\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .touch\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .touch\:ring-primary-color {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .touch\:ring-primary-color-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .touch\:ring-secondary-color {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .touch\:ring-custom-gray-sm {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .touch\:ring-custom-gray-sm2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .touch\:ring-custom-gray-md {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .touch\:ring-custom-navy-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .touch\:ring-dark-blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .touch\:ring-primary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .touch\:ring-secondary-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .touch\:ring-secondary-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .touch\:ring-secondary-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .touch\:ring-secondary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .touch\:ring-secondary-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .touch\:ring-secondary-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .touch\:ring-grayCustom-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .touch\:ring-grayCustom-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .touch\:ring-grayCustom-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .touch\:ring-grayCustom-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .touch\:ring-grayCustom {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .touch\:ring-grayCustom-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .touch\:ring-grayCustom-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .touch\:ring-grayCustom-hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .touch\:ring-error {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .touch\:ring-error-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .touch\:ring-warning {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .touch\:ring-warning-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .touch\:ring-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .touch\:ring-success-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .touch\:ring-status-open {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .touch\:ring-status-waiting_payment {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .touch\:ring-status-completed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .touch\:ring-status-failed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .touch\:ring-status-waiting_verify {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .touch\:ring-status-closed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .touch\:ring-policyStatus-issuing {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .touch\:ring-policyStatus-waiting_inspection {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .touch\:ring-policyStatus-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .touch\:ring-policyStatus-failed_inspection {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .touch\:ring-policyStatus-failed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .touch\:ring-policyStatus-waiting_policy {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .touch\:ring-policyStatus-cancel {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-transparent[focus-within] {
    --tw-ring-color: transparent;
  }

  .touch\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .touch\:focus-within\:ring-current[focus-within] {
    --tw-ring-color: currentColor;
  }

  .touch\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor;
  }

  .touch\:focus-within\:ring-black[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-white[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-gray-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-gray-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-gray-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-gray-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-gray-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-gray-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-gray-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-gray-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-gray-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-gray-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-red-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-red-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-red-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-red-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-red-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-red-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-red-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-red-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-red-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-red-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-yellow-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-yellow-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-yellow-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-yellow-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-yellow-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-yellow-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-yellow-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-yellow-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-yellow-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-yellow-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-green-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-green-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-green-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-green-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-green-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-green-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-green-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-green-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-green-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-green-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-blue-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-blue-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-blue-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-blue-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-blue-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-blue-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-blue-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-blue-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-blue-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-blue-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-indigo-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-indigo-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-indigo-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-indigo-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-indigo-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-indigo-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-indigo-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-indigo-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-indigo-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-indigo-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-purple-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-purple-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-purple-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-purple-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-purple-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-purple-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-purple-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-purple-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-purple-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-purple-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-pink-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-pink-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-pink-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-pink-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-pink-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-pink-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-pink-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-pink-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-pink-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-pink-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-primary-color[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-primary-color:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-primary-color-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-primary-color-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-secondary-color[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-secondary-color:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-custom-gray-sm[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-custom-gray-sm:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-custom-gray-sm2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-custom-gray-sm2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-custom-gray-md[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-custom-gray-md:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-custom-navy-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-custom-navy-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-dark-blue[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-dark-blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-primary[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-primary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-secondary-1[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-secondary-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-secondary-2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-secondary-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-secondary-3[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-secondary-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-secondary[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-secondary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-secondary-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-secondary-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-secondary-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-secondary-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-grayCustom-1[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-grayCustom-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-grayCustom-2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-grayCustom-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-grayCustom-3[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-grayCustom-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-grayCustom-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-grayCustom-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-grayCustom[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-grayCustom:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-grayCustom-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-grayCustom-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-grayCustom-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-grayCustom-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-grayCustom-hover[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-grayCustom-hover:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-error[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-error:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-error-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-error-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-warning[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-warning:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-warning-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-warning-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-success[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-success-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-success-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-status-open[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-status-open:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-status-waiting_payment[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-status-waiting_payment:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-status-completed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-status-completed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-status-failed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-status-failed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-status-waiting_verify[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-status-waiting_verify:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-status-closed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-status-closed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-policyStatus-issuing[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-policyStatus-issuing:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-policyStatus-waiting_inspection[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-policyStatus-waiting_inspection:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-policyStatus-success[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-policyStatus-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-policyStatus-failed_inspection[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-policyStatus-failed_inspection:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-policyStatus-failed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-policyStatus-failed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-policyStatus-waiting_policy[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-policyStatus-waiting_policy:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-policyStatus-cancel[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .touch\:focus-within\:ring-policyStatus-cancel:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .touch\:focus\:ring-current:focus {
    --tw-ring-color: currentColor;
  }

  .touch\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-primary-color:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-primary-color-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-secondary-color:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-custom-gray-sm:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-custom-gray-sm2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-custom-gray-md:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-custom-navy-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-dark-blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-primary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-secondary-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-secondary-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-secondary-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-secondary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-secondary-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-secondary-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-grayCustom-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-grayCustom-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-grayCustom-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-grayCustom-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-grayCustom:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-grayCustom-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-grayCustom-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-grayCustom-hover:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-error:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-error-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-warning:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-warning-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-success-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-status-open:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-status-waiting_payment:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-status-completed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-status-failed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-status-waiting_verify:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-status-closed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-policyStatus-issuing:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-policyStatus-waiting_inspection:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-policyStatus-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-policyStatus-failed_inspection:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-policyStatus-failed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-policyStatus-waiting_policy:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .touch\:focus\:ring-policyStatus-cancel:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .touch\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .touch\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .touch\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .touch\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .touch\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .touch\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .touch\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .touch\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .touch\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .touch\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .touch\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .touch\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .touch\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .touch\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .touch\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .touch\:focus-within\:ring-opacity-0[focus-within] {
    --tw-ring-opacity: 0;
  }

  .touch\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .touch\:focus-within\:ring-opacity-5[focus-within] {
    --tw-ring-opacity: 0.05;
  }

  .touch\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .touch\:focus-within\:ring-opacity-10[focus-within] {
    --tw-ring-opacity: 0.1;
  }

  .touch\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .touch\:focus-within\:ring-opacity-20[focus-within] {
    --tw-ring-opacity: 0.2;
  }

  .touch\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .touch\:focus-within\:ring-opacity-25[focus-within] {
    --tw-ring-opacity: 0.25;
  }

  .touch\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .touch\:focus-within\:ring-opacity-30[focus-within] {
    --tw-ring-opacity: 0.3;
  }

  .touch\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .touch\:focus-within\:ring-opacity-40[focus-within] {
    --tw-ring-opacity: 0.4;
  }

  .touch\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .touch\:focus-within\:ring-opacity-50[focus-within] {
    --tw-ring-opacity: 0.5;
  }

  .touch\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .touch\:focus-within\:ring-opacity-60[focus-within] {
    --tw-ring-opacity: 0.6;
  }

  .touch\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .touch\:focus-within\:ring-opacity-70[focus-within] {
    --tw-ring-opacity: 0.7;
  }

  .touch\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .touch\:focus-within\:ring-opacity-75[focus-within] {
    --tw-ring-opacity: 0.75;
  }

  .touch\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .touch\:focus-within\:ring-opacity-80[focus-within] {
    --tw-ring-opacity: 0.8;
  }

  .touch\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .touch\:focus-within\:ring-opacity-90[focus-within] {
    --tw-ring-opacity: 0.9;
  }

  .touch\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .touch\:focus-within\:ring-opacity-95[focus-within] {
    --tw-ring-opacity: 0.95;
  }

  .touch\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .touch\:focus-within\:ring-opacity-100[focus-within] {
    --tw-ring-opacity: 1;
  }

  .touch\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .touch\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .touch\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .touch\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .touch\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .touch\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .touch\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .touch\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .touch\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .touch\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .touch\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .touch\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .touch\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .touch\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .touch\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .touch\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .touch\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .touch\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .touch\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .touch\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .touch\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .touch\:focus-within\:ring-offset-0[focus-within] {
    --tw-ring-offset-width: 0px;
  }

  .touch\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .touch\:focus-within\:ring-offset-1[focus-within] {
    --tw-ring-offset-width: 1px;
  }

  .touch\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .touch\:focus-within\:ring-offset-2[focus-within] {
    --tw-ring-offset-width: 2px;
  }

  .touch\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .touch\:focus-within\:ring-offset-4[focus-within] {
    --tw-ring-offset-width: 4px;
  }

  .touch\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .touch\:focus-within\:ring-offset-8[focus-within] {
    --tw-ring-offset-width: 8px;
  }

  .touch\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .touch\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .touch\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .touch\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .touch\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .touch\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .touch\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .touch\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }

  .touch\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .touch\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .touch\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f9fafb;
  }

  .touch\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f3f4f6;
  }

  .touch\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e5e7eb;
  }

  .touch\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d1d5db;
  }

  .touch\:ring-offset-gray-400 {
    --tw-ring-offset-color: #9ca3af;
  }

  .touch\:ring-offset-gray-500 {
    --tw-ring-offset-color: #6b7280;
  }

  .touch\:ring-offset-gray-600 {
    --tw-ring-offset-color: #4b5563;
  }

  .touch\:ring-offset-gray-700 {
    --tw-ring-offset-color: #374151;
  }

  .touch\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .touch\:ring-offset-gray-900 {
    --tw-ring-offset-color: #111827;
  }

  .touch\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .touch\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .touch\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .touch\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .touch\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .touch\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .touch\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .touch\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .touch\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .touch\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .touch\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .touch\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .touch\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .touch\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .touch\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .touch\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .touch\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }

  .touch\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }

  .touch\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }

  .touch\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }

  .touch\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .touch\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .touch\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .touch\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .touch\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }

  .touch\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }

  .touch\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }

  .touch\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }

  .touch\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }

  .touch\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .touch\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .touch\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .touch\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .touch\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .touch\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .touch\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .touch\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .touch\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .touch\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .touch\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .touch\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .touch\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .touch\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .touch\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .touch\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .touch\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .touch\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .touch\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .touch\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .touch\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .touch\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .touch\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .touch\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .touch\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .touch\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .touch\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .touch\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .touch\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .touch\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .touch\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .touch\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .touch\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .touch\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .touch\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .touch\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .touch\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .touch\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .touch\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .touch\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .touch\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .touch\:ring-offset-primary-color {
    --tw-ring-offset-color: #eb008b;
  }

  .touch\:ring-offset-primary-color-dark {
    --tw-ring-offset-color: #c90068;
  }

  .touch\:ring-offset-secondary-color {
    --tw-ring-offset-color: #112e42;
  }

  .touch\:ring-offset-custom-gray-sm {
    --tw-ring-offset-color: #f1f4f6;
  }

  .touch\:ring-offset-custom-gray-sm2 {
    --tw-ring-offset-color: #f1f2f3;
  }

  .touch\:ring-offset-custom-gray-md {
    --tw-ring-offset-color: #848484;
  }

  .touch\:ring-offset-custom-navy-dark {
    --tw-ring-offset-color: #112e42;
  }

  .touch\:ring-offset-dark-blue {
    --tw-ring-offset-color: #112E42;
  }

  .touch\:ring-offset-primary {
    --tw-ring-offset-color: #192D40;
  }

  .touch\:ring-offset-secondary-1 {
    --tw-ring-offset-color: #E6007E;
  }

  .touch\:ring-offset-secondary-2 {
    --tw-ring-offset-color: #D6D564;
  }

  .touch\:ring-offset-secondary-3 {
    --tw-ring-offset-color: #FCFCCD;
  }

  .touch\:ring-offset-secondary {
    --tw-ring-offset-color: #E6007E;
  }

  .touch\:ring-offset-secondary-dark {
    --tw-ring-offset-color: #C11A7D;
  }

  .touch\:ring-offset-secondary-light {
    --tw-ring-offset-color: #FBCEE9;
  }

  .touch\:ring-offset-grayCustom-1 {
    --tw-ring-offset-color: #4F4F4F;
  }

  .touch\:ring-offset-grayCustom-2 {
    --tw-ring-offset-color: #C4C4C4;
  }

  .touch\:ring-offset-grayCustom-3 {
    --tw-ring-offset-color: #F9F9F9;
  }

  .touch\:ring-offset-grayCustom-800 {
    --tw-ring-offset-color: #4F4F4F;
  }

  .touch\:ring-offset-grayCustom {
    --tw-ring-offset-color: #C4C4C4;
  }

  .touch\:ring-offset-grayCustom-dark {
    --tw-ring-offset-color: #4F4F4F;
  }

  .touch\:ring-offset-grayCustom-light {
    --tw-ring-offset-color: #F9F9F9;
  }

  .touch\:ring-offset-grayCustom-hover {
    --tw-ring-offset-color: #9F9F9F;
  }

  .touch\:ring-offset-error {
    --tw-ring-offset-color: #FF206E;
  }

  .touch\:ring-offset-error-light {
    --tw-ring-offset-color: #FDE8EA;
  }

  .touch\:ring-offset-warning {
    --tw-ring-offset-color: #FFAE14;
  }

  .touch\:ring-offset-warning-light {
    --tw-ring-offset-color: #FFF6E5;
  }

  .touch\:ring-offset-success {
    --tw-ring-offset-color: #2DD881;
  }

  .touch\:ring-offset-success-light {
    --tw-ring-offset-color: #E9FBF2;
  }

  .touch\:ring-offset-status-open {
    --tw-ring-offset-color: #FFF;
  }

  .touch\:ring-offset-status-waiting_payment {
    --tw-ring-offset-color: #ffae14;
  }

  .touch\:ring-offset-status-completed {
    --tw-ring-offset-color: #54c1bb;
  }

  .touch\:ring-offset-status-failed {
    --tw-ring-offset-color: #e8556b;
  }

  .touch\:ring-offset-status-waiting_verify {
    --tw-ring-offset-color: #ffae14;
  }

  .touch\:ring-offset-status-closed {
    --tw-ring-offset-color: #c4c4c4;
  }

  .touch\:ring-offset-policyStatus-issuing {
    --tw-ring-offset-color: #FFF;
  }

  .touch\:ring-offset-policyStatus-waiting_inspection {
    --tw-ring-offset-color: #ffae14;
  }

  .touch\:ring-offset-policyStatus-success {
    --tw-ring-offset-color: #54c1bb;
  }

  .touch\:ring-offset-policyStatus-failed_inspection {
    --tw-ring-offset-color: #e8556b;
  }

  .touch\:ring-offset-policyStatus-failed {
    --tw-ring-offset-color: #e8556b;
  }

  .touch\:ring-offset-policyStatus-waiting_policy {
    --tw-ring-offset-color: #ffae14;
  }

  .touch\:ring-offset-policyStatus-cancel {
    --tw-ring-offset-color: #c4c4c4;
  }

  .touch\:focus-within\:ring-offset-transparent[focus-within] {
    --tw-ring-offset-color: transparent;
  }

  .touch\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .touch\:focus-within\:ring-offset-current[focus-within] {
    --tw-ring-offset-color: currentColor;
  }

  .touch\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }

  .touch\:focus-within\:ring-offset-black[focus-within] {
    --tw-ring-offset-color: #000;
  }

  .touch\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .touch\:focus-within\:ring-offset-white[focus-within] {
    --tw-ring-offset-color: #fff;
  }

  .touch\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .touch\:focus-within\:ring-offset-gray-50[focus-within] {
    --tw-ring-offset-color: #f9fafb;
  }

  .touch\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f9fafb;
  }

  .touch\:focus-within\:ring-offset-gray-100[focus-within] {
    --tw-ring-offset-color: #f3f4f6;
  }

  .touch\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6;
  }

  .touch\:focus-within\:ring-offset-gray-200[focus-within] {
    --tw-ring-offset-color: #e5e7eb;
  }

  .touch\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb;
  }

  .touch\:focus-within\:ring-offset-gray-300[focus-within] {
    --tw-ring-offset-color: #d1d5db;
  }

  .touch\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d1d5db;
  }

  .touch\:focus-within\:ring-offset-gray-400[focus-within] {
    --tw-ring-offset-color: #9ca3af;
  }

  .touch\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #9ca3af;
  }

  .touch\:focus-within\:ring-offset-gray-500[focus-within] {
    --tw-ring-offset-color: #6b7280;
  }

  .touch\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #6b7280;
  }

  .touch\:focus-within\:ring-offset-gray-600[focus-within] {
    --tw-ring-offset-color: #4b5563;
  }

  .touch\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #4b5563;
  }

  .touch\:focus-within\:ring-offset-gray-700[focus-within] {
    --tw-ring-offset-color: #374151;
  }

  .touch\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #374151;
  }

  .touch\:focus-within\:ring-offset-gray-800[focus-within] {
    --tw-ring-offset-color: #1f2937;
  }

  .touch\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #1f2937;
  }

  .touch\:focus-within\:ring-offset-gray-900[focus-within] {
    --tw-ring-offset-color: #111827;
  }

  .touch\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #111827;
  }

  .touch\:focus-within\:ring-offset-red-50[focus-within] {
    --tw-ring-offset-color: #fef2f2;
  }

  .touch\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .touch\:focus-within\:ring-offset-red-100[focus-within] {
    --tw-ring-offset-color: #fee2e2;
  }

  .touch\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .touch\:focus-within\:ring-offset-red-200[focus-within] {
    --tw-ring-offset-color: #fecaca;
  }

  .touch\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .touch\:focus-within\:ring-offset-red-300[focus-within] {
    --tw-ring-offset-color: #fca5a5;
  }

  .touch\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .touch\:focus-within\:ring-offset-red-400[focus-within] {
    --tw-ring-offset-color: #f87171;
  }

  .touch\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .touch\:focus-within\:ring-offset-red-500[focus-within] {
    --tw-ring-offset-color: #ef4444;
  }

  .touch\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .touch\:focus-within\:ring-offset-red-600[focus-within] {
    --tw-ring-offset-color: #dc2626;
  }

  .touch\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .touch\:focus-within\:ring-offset-red-700[focus-within] {
    --tw-ring-offset-color: #b91c1c;
  }

  .touch\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .touch\:focus-within\:ring-offset-red-800[focus-within] {
    --tw-ring-offset-color: #991b1b;
  }

  .touch\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .touch\:focus-within\:ring-offset-red-900[focus-within] {
    --tw-ring-offset-color: #7f1d1d;
  }

  .touch\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .touch\:focus-within\:ring-offset-yellow-50[focus-within] {
    --tw-ring-offset-color: #fffbeb;
  }

  .touch\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .touch\:focus-within\:ring-offset-yellow-100[focus-within] {
    --tw-ring-offset-color: #fef3c7;
  }

  .touch\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .touch\:focus-within\:ring-offset-yellow-200[focus-within] {
    --tw-ring-offset-color: #fde68a;
  }

  .touch\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .touch\:focus-within\:ring-offset-yellow-300[focus-within] {
    --tw-ring-offset-color: #fcd34d;
  }

  .touch\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .touch\:focus-within\:ring-offset-yellow-400[focus-within] {
    --tw-ring-offset-color: #fbbf24;
  }

  .touch\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .touch\:focus-within\:ring-offset-yellow-500[focus-within] {
    --tw-ring-offset-color: #f59e0b;
  }

  .touch\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .touch\:focus-within\:ring-offset-yellow-600[focus-within] {
    --tw-ring-offset-color: #d97706;
  }

  .touch\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .touch\:focus-within\:ring-offset-yellow-700[focus-within] {
    --tw-ring-offset-color: #b45309;
  }

  .touch\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .touch\:focus-within\:ring-offset-yellow-800[focus-within] {
    --tw-ring-offset-color: #92400e;
  }

  .touch\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .touch\:focus-within\:ring-offset-yellow-900[focus-within] {
    --tw-ring-offset-color: #78350f;
  }

  .touch\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .touch\:focus-within\:ring-offset-green-50[focus-within] {
    --tw-ring-offset-color: #ecfdf5;
  }

  .touch\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .touch\:focus-within\:ring-offset-green-100[focus-within] {
    --tw-ring-offset-color: #d1fae5;
  }

  .touch\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .touch\:focus-within\:ring-offset-green-200[focus-within] {
    --tw-ring-offset-color: #a7f3d0;
  }

  .touch\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .touch\:focus-within\:ring-offset-green-300[focus-within] {
    --tw-ring-offset-color: #6ee7b7;
  }

  .touch\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .touch\:focus-within\:ring-offset-green-400[focus-within] {
    --tw-ring-offset-color: #34d399;
  }

  .touch\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .touch\:focus-within\:ring-offset-green-500[focus-within] {
    --tw-ring-offset-color: #10b981;
  }

  .touch\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .touch\:focus-within\:ring-offset-green-600[focus-within] {
    --tw-ring-offset-color: #059669;
  }

  .touch\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .touch\:focus-within\:ring-offset-green-700[focus-within] {
    --tw-ring-offset-color: #047857;
  }

  .touch\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .touch\:focus-within\:ring-offset-green-800[focus-within] {
    --tw-ring-offset-color: #065f46;
  }

  .touch\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .touch\:focus-within\:ring-offset-green-900[focus-within] {
    --tw-ring-offset-color: #064e3b;
  }

  .touch\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .touch\:focus-within\:ring-offset-blue-50[focus-within] {
    --tw-ring-offset-color: #eff6ff;
  }

  .touch\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .touch\:focus-within\:ring-offset-blue-100[focus-within] {
    --tw-ring-offset-color: #dbeafe;
  }

  .touch\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .touch\:focus-within\:ring-offset-blue-200[focus-within] {
    --tw-ring-offset-color: #bfdbfe;
  }

  .touch\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .touch\:focus-within\:ring-offset-blue-300[focus-within] {
    --tw-ring-offset-color: #93c5fd;
  }

  .touch\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .touch\:focus-within\:ring-offset-blue-400[focus-within] {
    --tw-ring-offset-color: #60a5fa;
  }

  .touch\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .touch\:focus-within\:ring-offset-blue-500[focus-within] {
    --tw-ring-offset-color: #3b82f6;
  }

  .touch\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .touch\:focus-within\:ring-offset-blue-600[focus-within] {
    --tw-ring-offset-color: #2563eb;
  }

  .touch\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .touch\:focus-within\:ring-offset-blue-700[focus-within] {
    --tw-ring-offset-color: #1d4ed8;
  }

  .touch\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .touch\:focus-within\:ring-offset-blue-800[focus-within] {
    --tw-ring-offset-color: #1e40af;
  }

  .touch\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .touch\:focus-within\:ring-offset-blue-900[focus-within] {
    --tw-ring-offset-color: #1e3a8a;
  }

  .touch\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .touch\:focus-within\:ring-offset-indigo-50[focus-within] {
    --tw-ring-offset-color: #eef2ff;
  }

  .touch\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .touch\:focus-within\:ring-offset-indigo-100[focus-within] {
    --tw-ring-offset-color: #e0e7ff;
  }

  .touch\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .touch\:focus-within\:ring-offset-indigo-200[focus-within] {
    --tw-ring-offset-color: #c7d2fe;
  }

  .touch\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .touch\:focus-within\:ring-offset-indigo-300[focus-within] {
    --tw-ring-offset-color: #a5b4fc;
  }

  .touch\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .touch\:focus-within\:ring-offset-indigo-400[focus-within] {
    --tw-ring-offset-color: #818cf8;
  }

  .touch\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .touch\:focus-within\:ring-offset-indigo-500[focus-within] {
    --tw-ring-offset-color: #6366f1;
  }

  .touch\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .touch\:focus-within\:ring-offset-indigo-600[focus-within] {
    --tw-ring-offset-color: #4f46e5;
  }

  .touch\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .touch\:focus-within\:ring-offset-indigo-700[focus-within] {
    --tw-ring-offset-color: #4338ca;
  }

  .touch\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .touch\:focus-within\:ring-offset-indigo-800[focus-within] {
    --tw-ring-offset-color: #3730a3;
  }

  .touch\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .touch\:focus-within\:ring-offset-indigo-900[focus-within] {
    --tw-ring-offset-color: #312e81;
  }

  .touch\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .touch\:focus-within\:ring-offset-purple-50[focus-within] {
    --tw-ring-offset-color: #f5f3ff;
  }

  .touch\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .touch\:focus-within\:ring-offset-purple-100[focus-within] {
    --tw-ring-offset-color: #ede9fe;
  }

  .touch\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .touch\:focus-within\:ring-offset-purple-200[focus-within] {
    --tw-ring-offset-color: #ddd6fe;
  }

  .touch\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .touch\:focus-within\:ring-offset-purple-300[focus-within] {
    --tw-ring-offset-color: #c4b5fd;
  }

  .touch\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .touch\:focus-within\:ring-offset-purple-400[focus-within] {
    --tw-ring-offset-color: #a78bfa;
  }

  .touch\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .touch\:focus-within\:ring-offset-purple-500[focus-within] {
    --tw-ring-offset-color: #8b5cf6;
  }

  .touch\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .touch\:focus-within\:ring-offset-purple-600[focus-within] {
    --tw-ring-offset-color: #7c3aed;
  }

  .touch\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .touch\:focus-within\:ring-offset-purple-700[focus-within] {
    --tw-ring-offset-color: #6d28d9;
  }

  .touch\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .touch\:focus-within\:ring-offset-purple-800[focus-within] {
    --tw-ring-offset-color: #5b21b6;
  }

  .touch\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .touch\:focus-within\:ring-offset-purple-900[focus-within] {
    --tw-ring-offset-color: #4c1d95;
  }

  .touch\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .touch\:focus-within\:ring-offset-pink-50[focus-within] {
    --tw-ring-offset-color: #fdf2f8;
  }

  .touch\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .touch\:focus-within\:ring-offset-pink-100[focus-within] {
    --tw-ring-offset-color: #fce7f3;
  }

  .touch\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .touch\:focus-within\:ring-offset-pink-200[focus-within] {
    --tw-ring-offset-color: #fbcfe8;
  }

  .touch\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .touch\:focus-within\:ring-offset-pink-300[focus-within] {
    --tw-ring-offset-color: #f9a8d4;
  }

  .touch\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .touch\:focus-within\:ring-offset-pink-400[focus-within] {
    --tw-ring-offset-color: #f472b6;
  }

  .touch\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .touch\:focus-within\:ring-offset-pink-500[focus-within] {
    --tw-ring-offset-color: #ec4899;
  }

  .touch\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .touch\:focus-within\:ring-offset-pink-600[focus-within] {
    --tw-ring-offset-color: #db2777;
  }

  .touch\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .touch\:focus-within\:ring-offset-pink-700[focus-within] {
    --tw-ring-offset-color: #be185d;
  }

  .touch\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .touch\:focus-within\:ring-offset-pink-800[focus-within] {
    --tw-ring-offset-color: #9d174d;
  }

  .touch\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .touch\:focus-within\:ring-offset-pink-900[focus-within] {
    --tw-ring-offset-color: #831843;
  }

  .touch\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .touch\:focus-within\:ring-offset-primary-color[focus-within] {
    --tw-ring-offset-color: #eb008b;
  }

  .touch\:focus-within\:ring-offset-primary-color:focus-within {
    --tw-ring-offset-color: #eb008b;
  }

  .touch\:focus-within\:ring-offset-primary-color-dark[focus-within] {
    --tw-ring-offset-color: #c90068;
  }

  .touch\:focus-within\:ring-offset-primary-color-dark:focus-within {
    --tw-ring-offset-color: #c90068;
  }

  .touch\:focus-within\:ring-offset-secondary-color[focus-within] {
    --tw-ring-offset-color: #112e42;
  }

  .touch\:focus-within\:ring-offset-secondary-color:focus-within {
    --tw-ring-offset-color: #112e42;
  }

  .touch\:focus-within\:ring-offset-custom-gray-sm[focus-within] {
    --tw-ring-offset-color: #f1f4f6;
  }

  .touch\:focus-within\:ring-offset-custom-gray-sm:focus-within {
    --tw-ring-offset-color: #f1f4f6;
  }

  .touch\:focus-within\:ring-offset-custom-gray-sm2[focus-within] {
    --tw-ring-offset-color: #f1f2f3;
  }

  .touch\:focus-within\:ring-offset-custom-gray-sm2:focus-within {
    --tw-ring-offset-color: #f1f2f3;
  }

  .touch\:focus-within\:ring-offset-custom-gray-md[focus-within] {
    --tw-ring-offset-color: #848484;
  }

  .touch\:focus-within\:ring-offset-custom-gray-md:focus-within {
    --tw-ring-offset-color: #848484;
  }

  .touch\:focus-within\:ring-offset-custom-navy-dark[focus-within] {
    --tw-ring-offset-color: #112e42;
  }

  .touch\:focus-within\:ring-offset-custom-navy-dark:focus-within {
    --tw-ring-offset-color: #112e42;
  }

  .touch\:focus-within\:ring-offset-dark-blue[focus-within] {
    --tw-ring-offset-color: #112E42;
  }

  .touch\:focus-within\:ring-offset-dark-blue:focus-within {
    --tw-ring-offset-color: #112E42;
  }

  .touch\:focus-within\:ring-offset-primary[focus-within] {
    --tw-ring-offset-color: #192D40;
  }

  .touch\:focus-within\:ring-offset-primary:focus-within {
    --tw-ring-offset-color: #192D40;
  }

  .touch\:focus-within\:ring-offset-secondary-1[focus-within] {
    --tw-ring-offset-color: #E6007E;
  }

  .touch\:focus-within\:ring-offset-secondary-1:focus-within {
    --tw-ring-offset-color: #E6007E;
  }

  .touch\:focus-within\:ring-offset-secondary-2[focus-within] {
    --tw-ring-offset-color: #D6D564;
  }

  .touch\:focus-within\:ring-offset-secondary-2:focus-within {
    --tw-ring-offset-color: #D6D564;
  }

  .touch\:focus-within\:ring-offset-secondary-3[focus-within] {
    --tw-ring-offset-color: #FCFCCD;
  }

  .touch\:focus-within\:ring-offset-secondary-3:focus-within {
    --tw-ring-offset-color: #FCFCCD;
  }

  .touch\:focus-within\:ring-offset-secondary[focus-within] {
    --tw-ring-offset-color: #E6007E;
  }

  .touch\:focus-within\:ring-offset-secondary:focus-within {
    --tw-ring-offset-color: #E6007E;
  }

  .touch\:focus-within\:ring-offset-secondary-dark[focus-within] {
    --tw-ring-offset-color: #C11A7D;
  }

  .touch\:focus-within\:ring-offset-secondary-dark:focus-within {
    --tw-ring-offset-color: #C11A7D;
  }

  .touch\:focus-within\:ring-offset-secondary-light[focus-within] {
    --tw-ring-offset-color: #FBCEE9;
  }

  .touch\:focus-within\:ring-offset-secondary-light:focus-within {
    --tw-ring-offset-color: #FBCEE9;
  }

  .touch\:focus-within\:ring-offset-grayCustom-1[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .touch\:focus-within\:ring-offset-grayCustom-1:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .touch\:focus-within\:ring-offset-grayCustom-2[focus-within] {
    --tw-ring-offset-color: #C4C4C4;
  }

  .touch\:focus-within\:ring-offset-grayCustom-2:focus-within {
    --tw-ring-offset-color: #C4C4C4;
  }

  .touch\:focus-within\:ring-offset-grayCustom-3[focus-within] {
    --tw-ring-offset-color: #F9F9F9;
  }

  .touch\:focus-within\:ring-offset-grayCustom-3:focus-within {
    --tw-ring-offset-color: #F9F9F9;
  }

  .touch\:focus-within\:ring-offset-grayCustom-800[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .touch\:focus-within\:ring-offset-grayCustom-800:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .touch\:focus-within\:ring-offset-grayCustom[focus-within] {
    --tw-ring-offset-color: #C4C4C4;
  }

  .touch\:focus-within\:ring-offset-grayCustom:focus-within {
    --tw-ring-offset-color: #C4C4C4;
  }

  .touch\:focus-within\:ring-offset-grayCustom-dark[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .touch\:focus-within\:ring-offset-grayCustom-dark:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .touch\:focus-within\:ring-offset-grayCustom-light[focus-within] {
    --tw-ring-offset-color: #F9F9F9;
  }

  .touch\:focus-within\:ring-offset-grayCustom-light:focus-within {
    --tw-ring-offset-color: #F9F9F9;
  }

  .touch\:focus-within\:ring-offset-grayCustom-hover[focus-within] {
    --tw-ring-offset-color: #9F9F9F;
  }

  .touch\:focus-within\:ring-offset-grayCustom-hover:focus-within {
    --tw-ring-offset-color: #9F9F9F;
  }

  .touch\:focus-within\:ring-offset-error[focus-within] {
    --tw-ring-offset-color: #FF206E;
  }

  .touch\:focus-within\:ring-offset-error:focus-within {
    --tw-ring-offset-color: #FF206E;
  }

  .touch\:focus-within\:ring-offset-error-light[focus-within] {
    --tw-ring-offset-color: #FDE8EA;
  }

  .touch\:focus-within\:ring-offset-error-light:focus-within {
    --tw-ring-offset-color: #FDE8EA;
  }

  .touch\:focus-within\:ring-offset-warning[focus-within] {
    --tw-ring-offset-color: #FFAE14;
  }

  .touch\:focus-within\:ring-offset-warning:focus-within {
    --tw-ring-offset-color: #FFAE14;
  }

  .touch\:focus-within\:ring-offset-warning-light[focus-within] {
    --tw-ring-offset-color: #FFF6E5;
  }

  .touch\:focus-within\:ring-offset-warning-light:focus-within {
    --tw-ring-offset-color: #FFF6E5;
  }

  .touch\:focus-within\:ring-offset-success[focus-within] {
    --tw-ring-offset-color: #2DD881;
  }

  .touch\:focus-within\:ring-offset-success:focus-within {
    --tw-ring-offset-color: #2DD881;
  }

  .touch\:focus-within\:ring-offset-success-light[focus-within] {
    --tw-ring-offset-color: #E9FBF2;
  }

  .touch\:focus-within\:ring-offset-success-light:focus-within {
    --tw-ring-offset-color: #E9FBF2;
  }

  .touch\:focus-within\:ring-offset-status-open[focus-within] {
    --tw-ring-offset-color: #FFF;
  }

  .touch\:focus-within\:ring-offset-status-open:focus-within {
    --tw-ring-offset-color: #FFF;
  }

  .touch\:focus-within\:ring-offset-status-waiting_payment[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .touch\:focus-within\:ring-offset-status-waiting_payment:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .touch\:focus-within\:ring-offset-status-completed[focus-within] {
    --tw-ring-offset-color: #54c1bb;
  }

  .touch\:focus-within\:ring-offset-status-completed:focus-within {
    --tw-ring-offset-color: #54c1bb;
  }

  .touch\:focus-within\:ring-offset-status-failed[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .touch\:focus-within\:ring-offset-status-failed:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .touch\:focus-within\:ring-offset-status-waiting_verify[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .touch\:focus-within\:ring-offset-status-waiting_verify:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .touch\:focus-within\:ring-offset-status-closed[focus-within] {
    --tw-ring-offset-color: #c4c4c4;
  }

  .touch\:focus-within\:ring-offset-status-closed:focus-within {
    --tw-ring-offset-color: #c4c4c4;
  }

  .touch\:focus-within\:ring-offset-policyStatus-issuing[focus-within] {
    --tw-ring-offset-color: #FFF;
  }

  .touch\:focus-within\:ring-offset-policyStatus-issuing:focus-within {
    --tw-ring-offset-color: #FFF;
  }

  .touch\:focus-within\:ring-offset-policyStatus-waiting_inspection[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .touch\:focus-within\:ring-offset-policyStatus-waiting_inspection:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .touch\:focus-within\:ring-offset-policyStatus-success[focus-within] {
    --tw-ring-offset-color: #54c1bb;
  }

  .touch\:focus-within\:ring-offset-policyStatus-success:focus-within {
    --tw-ring-offset-color: #54c1bb;
  }

  .touch\:focus-within\:ring-offset-policyStatus-failed_inspection[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .touch\:focus-within\:ring-offset-policyStatus-failed_inspection:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .touch\:focus-within\:ring-offset-policyStatus-failed[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .touch\:focus-within\:ring-offset-policyStatus-failed:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .touch\:focus-within\:ring-offset-policyStatus-waiting_policy[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .touch\:focus-within\:ring-offset-policyStatus-waiting_policy:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .touch\:focus-within\:ring-offset-policyStatus-cancel[focus-within] {
    --tw-ring-offset-color: #c4c4c4;
  }

  .touch\:focus-within\:ring-offset-policyStatus-cancel:focus-within {
    --tw-ring-offset-color: #c4c4c4;
  }

  .touch\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .touch\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }

  .touch\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .touch\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .touch\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f9fafb;
  }

  .touch\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f3f4f6;
  }

  .touch\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e5e7eb;
  }

  .touch\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d1d5db;
  }

  .touch\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #9ca3af;
  }

  .touch\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #6b7280;
  }

  .touch\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #4b5563;
  }

  .touch\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #374151;
  }

  .touch\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937;
  }

  .touch\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #111827;
  }

  .touch\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .touch\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .touch\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .touch\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .touch\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .touch\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .touch\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .touch\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .touch\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .touch\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .touch\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .touch\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .touch\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .touch\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .touch\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .touch\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .touch\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .touch\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .touch\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .touch\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .touch\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .touch\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .touch\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .touch\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .touch\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .touch\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .touch\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .touch\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .touch\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .touch\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .touch\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .touch\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .touch\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .touch\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .touch\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .touch\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .touch\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .touch\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .touch\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .touch\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .touch\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .touch\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .touch\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .touch\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .touch\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .touch\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .touch\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .touch\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .touch\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .touch\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .touch\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .touch\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .touch\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .touch\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .touch\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .touch\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .touch\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .touch\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .touch\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .touch\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .touch\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .touch\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .touch\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .touch\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .touch\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .touch\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .touch\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .touch\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .touch\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .touch\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .touch\:focus\:ring-offset-primary-color:focus {
    --tw-ring-offset-color: #eb008b;
  }

  .touch\:focus\:ring-offset-primary-color-dark:focus {
    --tw-ring-offset-color: #c90068;
  }

  .touch\:focus\:ring-offset-secondary-color:focus {
    --tw-ring-offset-color: #112e42;
  }

  .touch\:focus\:ring-offset-custom-gray-sm:focus {
    --tw-ring-offset-color: #f1f4f6;
  }

  .touch\:focus\:ring-offset-custom-gray-sm2:focus {
    --tw-ring-offset-color: #f1f2f3;
  }

  .touch\:focus\:ring-offset-custom-gray-md:focus {
    --tw-ring-offset-color: #848484;
  }

  .touch\:focus\:ring-offset-custom-navy-dark:focus {
    --tw-ring-offset-color: #112e42;
  }

  .touch\:focus\:ring-offset-dark-blue:focus {
    --tw-ring-offset-color: #112E42;
  }

  .touch\:focus\:ring-offset-primary:focus {
    --tw-ring-offset-color: #192D40;
  }

  .touch\:focus\:ring-offset-secondary-1:focus {
    --tw-ring-offset-color: #E6007E;
  }

  .touch\:focus\:ring-offset-secondary-2:focus {
    --tw-ring-offset-color: #D6D564;
  }

  .touch\:focus\:ring-offset-secondary-3:focus {
    --tw-ring-offset-color: #FCFCCD;
  }

  .touch\:focus\:ring-offset-secondary:focus {
    --tw-ring-offset-color: #E6007E;
  }

  .touch\:focus\:ring-offset-secondary-dark:focus {
    --tw-ring-offset-color: #C11A7D;
  }

  .touch\:focus\:ring-offset-secondary-light:focus {
    --tw-ring-offset-color: #FBCEE9;
  }

  .touch\:focus\:ring-offset-grayCustom-1:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .touch\:focus\:ring-offset-grayCustom-2:focus {
    --tw-ring-offset-color: #C4C4C4;
  }

  .touch\:focus\:ring-offset-grayCustom-3:focus {
    --tw-ring-offset-color: #F9F9F9;
  }

  .touch\:focus\:ring-offset-grayCustom-800:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .touch\:focus\:ring-offset-grayCustom:focus {
    --tw-ring-offset-color: #C4C4C4;
  }

  .touch\:focus\:ring-offset-grayCustom-dark:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .touch\:focus\:ring-offset-grayCustom-light:focus {
    --tw-ring-offset-color: #F9F9F9;
  }

  .touch\:focus\:ring-offset-grayCustom-hover:focus {
    --tw-ring-offset-color: #9F9F9F;
  }

  .touch\:focus\:ring-offset-error:focus {
    --tw-ring-offset-color: #FF206E;
  }

  .touch\:focus\:ring-offset-error-light:focus {
    --tw-ring-offset-color: #FDE8EA;
  }

  .touch\:focus\:ring-offset-warning:focus {
    --tw-ring-offset-color: #FFAE14;
  }

  .touch\:focus\:ring-offset-warning-light:focus {
    --tw-ring-offset-color: #FFF6E5;
  }

  .touch\:focus\:ring-offset-success:focus {
    --tw-ring-offset-color: #2DD881;
  }

  .touch\:focus\:ring-offset-success-light:focus {
    --tw-ring-offset-color: #E9FBF2;
  }

  .touch\:focus\:ring-offset-status-open:focus {
    --tw-ring-offset-color: #FFF;
  }

  .touch\:focus\:ring-offset-status-waiting_payment:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .touch\:focus\:ring-offset-status-completed:focus {
    --tw-ring-offset-color: #54c1bb;
  }

  .touch\:focus\:ring-offset-status-failed:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .touch\:focus\:ring-offset-status-waiting_verify:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .touch\:focus\:ring-offset-status-closed:focus {
    --tw-ring-offset-color: #c4c4c4;
  }

  .touch\:focus\:ring-offset-policyStatus-issuing:focus {
    --tw-ring-offset-color: #FFF;
  }

  .touch\:focus\:ring-offset-policyStatus-waiting_inspection:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .touch\:focus\:ring-offset-policyStatus-success:focus {
    --tw-ring-offset-color: #54c1bb;
  }

  .touch\:focus\:ring-offset-policyStatus-failed_inspection:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .touch\:focus\:ring-offset-policyStatus-failed:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .touch\:focus\:ring-offset-policyStatus-waiting_policy:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .touch\:focus\:ring-offset-policyStatus-cancel:focus {
    --tw-ring-offset-color: #c4c4c4;
  }

  .touch\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .touch\:filter-none {
    filter: none;
  }

  .touch\:blur-0 {
    --tw-blur: blur(0);
  }

  .touch\:blur-none {
    --tw-blur: blur(0);
  }

  .touch\:blur-sm {
    --tw-blur: blur(4px);
  }

  .touch\:blur {
    --tw-blur: blur(8px);
  }

  .touch\:blur-md {
    --tw-blur: blur(12px);
  }

  .touch\:blur-lg {
    --tw-blur: blur(16px);
  }

  .touch\:blur-xl {
    --tw-blur: blur(24px);
  }

  .touch\:blur-2xl {
    --tw-blur: blur(40px);
  }

  .touch\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .touch\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .touch\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .touch\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .touch\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .touch\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .touch\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .touch\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .touch\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .touch\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .touch\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .touch\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .touch\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .touch\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .touch\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .touch\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .touch\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .touch\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .touch\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .touch\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .touch\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .touch\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .touch\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .touch\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .touch\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .touch\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 rgba(0,0,0,0));
  }

  .touch\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .touch\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .touch\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .touch\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .touch\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .touch\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .touch\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .touch\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .touch\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .touch\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .touch\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .touch\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .touch\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .touch\:invert-0 {
    --tw-invert: invert(0);
  }

  .touch\:invert {
    --tw-invert: invert(100%);
  }

  .touch\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .touch\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .touch\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .touch\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .touch\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .touch\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .touch\:sepia {
    --tw-sepia: sepia(100%);
  }

  .touch\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .touch\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .touch\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .touch\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .touch\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .touch\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .touch\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .touch\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .touch\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .touch\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
  }

  .touch\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .touch\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .touch\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .touch\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .touch\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .touch\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .touch\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .touch\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .touch\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .touch\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .touch\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .touch\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .touch\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .touch\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .touch\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .touch\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .touch\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .touch\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .touch\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .touch\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .touch\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .touch\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .touch\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .touch\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .touch\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .touch\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .touch\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .touch\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .touch\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .touch\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .touch\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .touch\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .touch\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .touch\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .touch\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .touch\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .touch\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .touch\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .touch\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .touch\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .touch\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .touch\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .touch\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .touch\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .touch\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .touch\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .touch\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .touch\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .touch\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .touch\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .touch\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .touch\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .touch\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .touch\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .touch\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .touch\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .touch\:transition-none {
    transition-property: none;
  }

  .touch\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .touch\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .touch\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .touch\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .touch\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .touch\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .touch\:delay-75 {
    transition-delay: 75ms;
  }

  .touch\:delay-100 {
    transition-delay: 100ms;
  }

  .touch\:delay-150 {
    transition-delay: 150ms;
  }

  .touch\:delay-200 {
    transition-delay: 200ms;
  }

  .touch\:delay-300 {
    transition-delay: 300ms;
  }

  .touch\:delay-500 {
    transition-delay: 500ms;
  }

  .touch\:delay-700 {
    transition-delay: 700ms;
  }

  .touch\:delay-1000 {
    transition-delay: 1000ms;
  }

  .touch\:duration-75 {
    transition-duration: 75ms;
  }

  .touch\:duration-100 {
    transition-duration: 100ms;
  }

  .touch\:duration-150 {
    transition-duration: 150ms;
  }

  .touch\:duration-200 {
    transition-duration: 200ms;
  }

  .touch\:duration-300 {
    transition-duration: 300ms;
  }

  .touch\:duration-500 {
    transition-duration: 500ms;
  }

  .touch\:duration-700 {
    transition-duration: 700ms;
  }

  .touch\:duration-1000 {
    transition-duration: 1000ms;
  }

  .touch\:ease-linear {
    transition-timing-function: linear;
  }

  .touch\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .touch\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .touch\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media hover: hover {
  .can-hover\:container {
    width: 100%;
  }
}

@media hover: hover and (min-width: 0px) {
    .can-hover\:container {
      max-width: 0px;
    }
  }

@media hover: hover and (min-width: 320px) {
    .can-hover\:container {
      max-width: 320px;
    }
  }

@media hover: hover and (min-width: 640px) {
    .can-hover\:container {
      max-width: 640px;
    }
  }

@media hover: hover and (min-width: 768px) {
    .can-hover\:container {
      max-width: 768px;
    }
  }

@media hover: hover and (min-width: 1280px) {
    .can-hover\:container {
      max-width: 1280px;
    }
  }

@media hover: hover and (min-width: 1440px) {
    .can-hover\:container {
      max-width: 1440px;
    }
  }

@media hover: hover and (min-width: 1600px) {
    .can-hover\:container {
      max-width: 1600px;
    }
  }

@media hover: hover and (min-width: 4820px) {
    .can-hover\:container {
      max-width: 4820px;
    }
  }

@media hover: hover {

  .can-hover\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .can-hover\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .can-hover\:focus-within\:sr-only[focus-within] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .can-hover\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .can-hover\:focus-within\:not-sr-only[focus-within] {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .can-hover\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .can-hover\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .can-hover\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .can-hover\:pointer-events-none {
    pointer-events: none;
  }

  .can-hover\:pointer-events-auto {
    pointer-events: auto;
  }

  .can-hover\:visible {
    visibility: visible;
  }

  .can-hover\:invisible {
    visibility: hidden;
  }

  .can-hover\:static {
    position: static;
  }

  .can-hover\:fixed {
    position: fixed;
  }

  .can-hover\:absolute {
    position: absolute;
  }

  .can-hover\:relative {
    position: relative;
  }

  .can-hover\:sticky {
    position: sticky;
  }

  .can-hover\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .can-hover\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .can-hover\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .can-hover\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .can-hover\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .can-hover\:inset-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .can-hover\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .can-hover\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .can-hover\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .can-hover\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .can-hover\:inset-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .can-hover\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .can-hover\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .can-hover\:inset-14 {
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .can-hover\:inset-16 {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .can-hover\:inset-20 {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .can-hover\:inset-24 {
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .can-hover\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .can-hover\:inset-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .can-hover\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .can-hover\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .can-hover\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .can-hover\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .can-hover\:inset-48 {
    top: 48px;
    right: 48px;
    bottom: 48px;
    left: 48px;
  }

  .can-hover\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .can-hover\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .can-hover\:inset-60 {
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
  }

  .can-hover\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .can-hover\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .can-hover\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .can-hover\:inset-95 {
    top: 95px;
    right: 95px;
    bottom: 95px;
    left: 95px;
  }

  .can-hover\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .can-hover\:inset-120 {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .can-hover\:inset-190 {
    top: 190px;
    right: 190px;
    bottom: 190px;
    left: 190px;
  }

  .can-hover\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .can-hover\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .can-hover\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .can-hover\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .can-hover\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .can-hover\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .can-hover\:inset-30\% {
    top: 30%;
    right: 30%;
    bottom: 30%;
    left: 30%;
  }

  .can-hover\:inset-7\.5r {
    top: 1.875rem;
    right: 1.875rem;
    bottom: 1.875rem;
    left: 1.875rem;
  }

  .can-hover\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .can-hover\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .can-hover\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .can-hover\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .can-hover\:-inset-5 {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .can-hover\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .can-hover\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .can-hover\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .can-hover\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .can-hover\:-inset-10 {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .can-hover\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .can-hover\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .can-hover\:-inset-14 {
    top: -14px;
    right: -14px;
    bottom: -14px;
    left: -14px;
  }

  .can-hover\:-inset-16 {
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
  }

  .can-hover\:-inset-20 {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .can-hover\:-inset-24 {
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
  }

  .can-hover\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .can-hover\:-inset-30 {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .can-hover\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .can-hover\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .can-hover\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .can-hover\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .can-hover\:-inset-48 {
    top: -48px;
    right: -48px;
    bottom: -48px;
    left: -48px;
  }

  .can-hover\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .can-hover\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .can-hover\:-inset-60 {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .can-hover\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .can-hover\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .can-hover\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .can-hover\:-inset-95 {
    top: -95px;
    right: -95px;
    bottom: -95px;
    left: -95px;
  }

  .can-hover\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .can-hover\:-inset-120 {
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px;
  }

  .can-hover\:-inset-190 {
    top: -190px;
    right: -190px;
    bottom: -190px;
    left: -190px;
  }

  .can-hover\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .can-hover\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .can-hover\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .can-hover\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .can-hover\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .can-hover\:-inset-30\% {
    top: -30%;
    right: -30%;
    bottom: -30%;
    left: -30%;
  }

  .can-hover\:-inset-7\.5r {
    top: -1.875rem;
    right: -1.875rem;
    bottom: -1.875rem;
    left: -1.875rem;
  }

  .can-hover\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .can-hover\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .can-hover\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .can-hover\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .can-hover\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .can-hover\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .can-hover\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .can-hover\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .can-hover\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .can-hover\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .can-hover\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .can-hover\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .can-hover\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .can-hover\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .can-hover\:inset-x-0 {
    left: 0;
    right: 0;
  }

  .can-hover\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .can-hover\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .can-hover\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .can-hover\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .can-hover\:inset-x-5 {
    left: 5px;
    right: 5px;
  }

  .can-hover\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .can-hover\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .can-hover\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .can-hover\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .can-hover\:inset-x-10 {
    left: 10px;
    right: 10px;
  }

  .can-hover\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .can-hover\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .can-hover\:inset-x-14 {
    left: 14px;
    right: 14px;
  }

  .can-hover\:inset-x-16 {
    left: 16px;
    right: 16px;
  }

  .can-hover\:inset-x-20 {
    left: 20px;
    right: 20px;
  }

  .can-hover\:inset-x-24 {
    left: 24px;
    right: 24px;
  }

  .can-hover\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .can-hover\:inset-x-30 {
    left: 30px;
    right: 30px;
  }

  .can-hover\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .can-hover\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .can-hover\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .can-hover\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .can-hover\:inset-x-48 {
    left: 48px;
    right: 48px;
  }

  .can-hover\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .can-hover\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .can-hover\:inset-x-60 {
    left: 60px;
    right: 60px;
  }

  .can-hover\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .can-hover\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .can-hover\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .can-hover\:inset-x-95 {
    left: 95px;
    right: 95px;
  }

  .can-hover\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .can-hover\:inset-x-120 {
    left: 120px;
    right: 120px;
  }

  .can-hover\:inset-x-190 {
    left: 190px;
    right: 190px;
  }

  .can-hover\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .can-hover\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .can-hover\:inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .can-hover\:inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .can-hover\:inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .can-hover\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .can-hover\:inset-x-30\% {
    left: 30%;
    right: 30%;
  }

  .can-hover\:inset-x-7\.5r {
    left: 1.875rem;
    right: 1.875rem;
  }

  .can-hover\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .can-hover\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .can-hover\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .can-hover\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .can-hover\:-inset-x-5 {
    left: -5px;
    right: -5px;
  }

  .can-hover\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .can-hover\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .can-hover\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .can-hover\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .can-hover\:-inset-x-10 {
    left: -10px;
    right: -10px;
  }

  .can-hover\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .can-hover\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .can-hover\:-inset-x-14 {
    left: -14px;
    right: -14px;
  }

  .can-hover\:-inset-x-16 {
    left: -16px;
    right: -16px;
  }

  .can-hover\:-inset-x-20 {
    left: -20px;
    right: -20px;
  }

  .can-hover\:-inset-x-24 {
    left: -24px;
    right: -24px;
  }

  .can-hover\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .can-hover\:-inset-x-30 {
    left: -30px;
    right: -30px;
  }

  .can-hover\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .can-hover\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .can-hover\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .can-hover\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .can-hover\:-inset-x-48 {
    left: -48px;
    right: -48px;
  }

  .can-hover\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .can-hover\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .can-hover\:-inset-x-60 {
    left: -60px;
    right: -60px;
  }

  .can-hover\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .can-hover\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .can-hover\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .can-hover\:-inset-x-95 {
    left: -95px;
    right: -95px;
  }

  .can-hover\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .can-hover\:-inset-x-120 {
    left: -120px;
    right: -120px;
  }

  .can-hover\:-inset-x-190 {
    left: -190px;
    right: -190px;
  }

  .can-hover\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .can-hover\:-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .can-hover\:-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .can-hover\:-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .can-hover\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .can-hover\:-inset-x-30\% {
    left: -30%;
    right: -30%;
  }

  .can-hover\:-inset-x-7\.5r {
    left: -1.875rem;
    right: -1.875rem;
  }

  .can-hover\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .can-hover\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .can-hover\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .can-hover\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .can-hover\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .can-hover\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .can-hover\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .can-hover\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .can-hover\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .can-hover\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .can-hover\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .can-hover\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .can-hover\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .can-hover\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .can-hover\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .can-hover\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .can-hover\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .can-hover\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .can-hover\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .can-hover\:inset-y-5 {
    top: 5px;
    bottom: 5px;
  }

  .can-hover\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .can-hover\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .can-hover\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .can-hover\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .can-hover\:inset-y-10 {
    top: 10px;
    bottom: 10px;
  }

  .can-hover\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .can-hover\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .can-hover\:inset-y-14 {
    top: 14px;
    bottom: 14px;
  }

  .can-hover\:inset-y-16 {
    top: 16px;
    bottom: 16px;
  }

  .can-hover\:inset-y-20 {
    top: 20px;
    bottom: 20px;
  }

  .can-hover\:inset-y-24 {
    top: 24px;
    bottom: 24px;
  }

  .can-hover\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .can-hover\:inset-y-30 {
    top: 30px;
    bottom: 30px;
  }

  .can-hover\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .can-hover\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .can-hover\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .can-hover\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .can-hover\:inset-y-48 {
    top: 48px;
    bottom: 48px;
  }

  .can-hover\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .can-hover\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .can-hover\:inset-y-60 {
    top: 60px;
    bottom: 60px;
  }

  .can-hover\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .can-hover\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .can-hover\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .can-hover\:inset-y-95 {
    top: 95px;
    bottom: 95px;
  }

  .can-hover\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .can-hover\:inset-y-120 {
    top: 120px;
    bottom: 120px;
  }

  .can-hover\:inset-y-190 {
    top: 190px;
    bottom: 190px;
  }

  .can-hover\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .can-hover\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .can-hover\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .can-hover\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .can-hover\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .can-hover\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .can-hover\:inset-y-30\% {
    top: 30%;
    bottom: 30%;
  }

  .can-hover\:inset-y-7\.5r {
    top: 1.875rem;
    bottom: 1.875rem;
  }

  .can-hover\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .can-hover\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .can-hover\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .can-hover\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .can-hover\:-inset-y-5 {
    top: -5px;
    bottom: -5px;
  }

  .can-hover\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .can-hover\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .can-hover\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .can-hover\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .can-hover\:-inset-y-10 {
    top: -10px;
    bottom: -10px;
  }

  .can-hover\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .can-hover\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .can-hover\:-inset-y-14 {
    top: -14px;
    bottom: -14px;
  }

  .can-hover\:-inset-y-16 {
    top: -16px;
    bottom: -16px;
  }

  .can-hover\:-inset-y-20 {
    top: -20px;
    bottom: -20px;
  }

  .can-hover\:-inset-y-24 {
    top: -24px;
    bottom: -24px;
  }

  .can-hover\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .can-hover\:-inset-y-30 {
    top: -30px;
    bottom: -30px;
  }

  .can-hover\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .can-hover\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .can-hover\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .can-hover\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .can-hover\:-inset-y-48 {
    top: -48px;
    bottom: -48px;
  }

  .can-hover\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .can-hover\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .can-hover\:-inset-y-60 {
    top: -60px;
    bottom: -60px;
  }

  .can-hover\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .can-hover\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .can-hover\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .can-hover\:-inset-y-95 {
    top: -95px;
    bottom: -95px;
  }

  .can-hover\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .can-hover\:-inset-y-120 {
    top: -120px;
    bottom: -120px;
  }

  .can-hover\:-inset-y-190 {
    top: -190px;
    bottom: -190px;
  }

  .can-hover\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .can-hover\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .can-hover\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .can-hover\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .can-hover\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .can-hover\:-inset-y-30\% {
    top: -30%;
    bottom: -30%;
  }

  .can-hover\:-inset-y-7\.5r {
    top: -1.875rem;
    bottom: -1.875rem;
  }

  .can-hover\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .can-hover\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .can-hover\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .can-hover\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .can-hover\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .can-hover\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .can-hover\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .can-hover\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .can-hover\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .can-hover\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .can-hover\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .can-hover\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .can-hover\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .can-hover\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .can-hover\:top-0 {
    top: 0;
  }

  .can-hover\:top-1 {
    top: 0.25rem;
  }

  .can-hover\:top-2 {
    top: 0.5rem;
  }

  .can-hover\:top-3 {
    top: 0.75rem;
  }

  .can-hover\:top-4 {
    top: 1rem;
  }

  .can-hover\:top-5 {
    top: 5px;
  }

  .can-hover\:top-6 {
    top: 1.5rem;
  }

  .can-hover\:top-7 {
    top: 1.75rem;
  }

  .can-hover\:top-8 {
    top: 2rem;
  }

  .can-hover\:top-9 {
    top: 2.25rem;
  }

  .can-hover\:top-10 {
    top: 10px;
  }

  .can-hover\:top-11 {
    top: 2.75rem;
  }

  .can-hover\:top-12 {
    top: 3rem;
  }

  .can-hover\:top-14 {
    top: 14px;
  }

  .can-hover\:top-16 {
    top: 16px;
  }

  .can-hover\:top-20 {
    top: 20px;
  }

  .can-hover\:top-24 {
    top: 24px;
  }

  .can-hover\:top-28 {
    top: 7rem;
  }

  .can-hover\:top-30 {
    top: 30px;
  }

  .can-hover\:top-32 {
    top: 8rem;
  }

  .can-hover\:top-36 {
    top: 9rem;
  }

  .can-hover\:top-40 {
    top: 10rem;
  }

  .can-hover\:top-44 {
    top: 11rem;
  }

  .can-hover\:top-48 {
    top: 48px;
  }

  .can-hover\:top-52 {
    top: 13rem;
  }

  .can-hover\:top-56 {
    top: 14rem;
  }

  .can-hover\:top-60 {
    top: 60px;
  }

  .can-hover\:top-64 {
    top: 16rem;
  }

  .can-hover\:top-72 {
    top: 18rem;
  }

  .can-hover\:top-80 {
    top: 20rem;
  }

  .can-hover\:top-95 {
    top: 95px;
  }

  .can-hover\:top-96 {
    top: 24rem;
  }

  .can-hover\:top-120 {
    top: 120px;
  }

  .can-hover\:top-190 {
    top: 190px;
  }

  .can-hover\:top-auto {
    top: auto;
  }

  .can-hover\:top-px {
    top: 1px;
  }

  .can-hover\:top-0\.5 {
    top: 0.125rem;
  }

  .can-hover\:top-1\.5 {
    top: 0.375rem;
  }

  .can-hover\:top-2\.5 {
    top: 0.625rem;
  }

  .can-hover\:top-3\.5 {
    top: 0.875rem;
  }

  .can-hover\:top-30\% {
    top: 30%;
  }

  .can-hover\:top-7\.5r {
    top: 1.875rem;
  }

  .can-hover\:-top-1 {
    top: -0.25rem;
  }

  .can-hover\:-top-2 {
    top: -0.5rem;
  }

  .can-hover\:-top-3 {
    top: -0.75rem;
  }

  .can-hover\:-top-4 {
    top: -1rem;
  }

  .can-hover\:-top-5 {
    top: -5px;
  }

  .can-hover\:-top-6 {
    top: -1.5rem;
  }

  .can-hover\:-top-7 {
    top: -1.75rem;
  }

  .can-hover\:-top-8 {
    top: -2rem;
  }

  .can-hover\:-top-9 {
    top: -2.25rem;
  }

  .can-hover\:-top-10 {
    top: -10px;
  }

  .can-hover\:-top-11 {
    top: -2.75rem;
  }

  .can-hover\:-top-12 {
    top: -3rem;
  }

  .can-hover\:-top-14 {
    top: -14px;
  }

  .can-hover\:-top-16 {
    top: -16px;
  }

  .can-hover\:-top-20 {
    top: -20px;
  }

  .can-hover\:-top-24 {
    top: -24px;
  }

  .can-hover\:-top-28 {
    top: -7rem;
  }

  .can-hover\:-top-30 {
    top: -30px;
  }

  .can-hover\:-top-32 {
    top: -8rem;
  }

  .can-hover\:-top-36 {
    top: -9rem;
  }

  .can-hover\:-top-40 {
    top: -10rem;
  }

  .can-hover\:-top-44 {
    top: -11rem;
  }

  .can-hover\:-top-48 {
    top: -48px;
  }

  .can-hover\:-top-52 {
    top: -13rem;
  }

  .can-hover\:-top-56 {
    top: -14rem;
  }

  .can-hover\:-top-60 {
    top: -60px;
  }

  .can-hover\:-top-64 {
    top: -16rem;
  }

  .can-hover\:-top-72 {
    top: -18rem;
  }

  .can-hover\:-top-80 {
    top: -20rem;
  }

  .can-hover\:-top-95 {
    top: -95px;
  }

  .can-hover\:-top-96 {
    top: -24rem;
  }

  .can-hover\:-top-120 {
    top: -120px;
  }

  .can-hover\:-top-190 {
    top: -190px;
  }

  .can-hover\:-top-px {
    top: -1px;
  }

  .can-hover\:-top-0\.5 {
    top: -0.125rem;
  }

  .can-hover\:-top-1\.5 {
    top: -0.375rem;
  }

  .can-hover\:-top-2\.5 {
    top: -0.625rem;
  }

  .can-hover\:-top-3\.5 {
    top: -0.875rem;
  }

  .can-hover\:-top-30\% {
    top: -30%;
  }

  .can-hover\:-top-7\.5r {
    top: -1.875rem;
  }

  .can-hover\:top-1\/2 {
    top: 50%;
  }

  .can-hover\:top-1\/3 {
    top: 33.333333%;
  }

  .can-hover\:top-2\/3 {
    top: 66.666667%;
  }

  .can-hover\:top-1\/4 {
    top: 25%;
  }

  .can-hover\:top-2\/4 {
    top: 50%;
  }

  .can-hover\:top-3\/4 {
    top: 75%;
  }

  .can-hover\:top-full {
    top: 100%;
  }

  .can-hover\:-top-1\/2 {
    top: -50%;
  }

  .can-hover\:-top-1\/3 {
    top: -33.333333%;
  }

  .can-hover\:-top-2\/3 {
    top: -66.666667%;
  }

  .can-hover\:-top-1\/4 {
    top: -25%;
  }

  .can-hover\:-top-2\/4 {
    top: -50%;
  }

  .can-hover\:-top-3\/4 {
    top: -75%;
  }

  .can-hover\:-top-full {
    top: -100%;
  }

  .can-hover\:right-0 {
    right: 0;
  }

  .can-hover\:right-1 {
    right: 0.25rem;
  }

  .can-hover\:right-2 {
    right: 0.5rem;
  }

  .can-hover\:right-3 {
    right: 0.75rem;
  }

  .can-hover\:right-4 {
    right: 1rem;
  }

  .can-hover\:right-5 {
    right: 5px;
  }

  .can-hover\:right-6 {
    right: 1.5rem;
  }

  .can-hover\:right-7 {
    right: 1.75rem;
  }

  .can-hover\:right-8 {
    right: 2rem;
  }

  .can-hover\:right-9 {
    right: 2.25rem;
  }

  .can-hover\:right-10 {
    right: 10px;
  }

  .can-hover\:right-11 {
    right: 2.75rem;
  }

  .can-hover\:right-12 {
    right: 3rem;
  }

  .can-hover\:right-14 {
    right: 14px;
  }

  .can-hover\:right-16 {
    right: 16px;
  }

  .can-hover\:right-20 {
    right: 20px;
  }

  .can-hover\:right-24 {
    right: 24px;
  }

  .can-hover\:right-28 {
    right: 7rem;
  }

  .can-hover\:right-30 {
    right: 30px;
  }

  .can-hover\:right-32 {
    right: 8rem;
  }

  .can-hover\:right-36 {
    right: 9rem;
  }

  .can-hover\:right-40 {
    right: 10rem;
  }

  .can-hover\:right-44 {
    right: 11rem;
  }

  .can-hover\:right-48 {
    right: 48px;
  }

  .can-hover\:right-52 {
    right: 13rem;
  }

  .can-hover\:right-56 {
    right: 14rem;
  }

  .can-hover\:right-60 {
    right: 60px;
  }

  .can-hover\:right-64 {
    right: 16rem;
  }

  .can-hover\:right-72 {
    right: 18rem;
  }

  .can-hover\:right-80 {
    right: 20rem;
  }

  .can-hover\:right-95 {
    right: 95px;
  }

  .can-hover\:right-96 {
    right: 24rem;
  }

  .can-hover\:right-120 {
    right: 120px;
  }

  .can-hover\:right-190 {
    right: 190px;
  }

  .can-hover\:right-auto {
    right: auto;
  }

  .can-hover\:right-px {
    right: 1px;
  }

  .can-hover\:right-0\.5 {
    right: 0.125rem;
  }

  .can-hover\:right-1\.5 {
    right: 0.375rem;
  }

  .can-hover\:right-2\.5 {
    right: 0.625rem;
  }

  .can-hover\:right-3\.5 {
    right: 0.875rem;
  }

  .can-hover\:right-30\% {
    right: 30%;
  }

  .can-hover\:right-7\.5r {
    right: 1.875rem;
  }

  .can-hover\:-right-1 {
    right: -0.25rem;
  }

  .can-hover\:-right-2 {
    right: -0.5rem;
  }

  .can-hover\:-right-3 {
    right: -0.75rem;
  }

  .can-hover\:-right-4 {
    right: -1rem;
  }

  .can-hover\:-right-5 {
    right: -5px;
  }

  .can-hover\:-right-6 {
    right: -1.5rem;
  }

  .can-hover\:-right-7 {
    right: -1.75rem;
  }

  .can-hover\:-right-8 {
    right: -2rem;
  }

  .can-hover\:-right-9 {
    right: -2.25rem;
  }

  .can-hover\:-right-10 {
    right: -10px;
  }

  .can-hover\:-right-11 {
    right: -2.75rem;
  }

  .can-hover\:-right-12 {
    right: -3rem;
  }

  .can-hover\:-right-14 {
    right: -14px;
  }

  .can-hover\:-right-16 {
    right: -16px;
  }

  .can-hover\:-right-20 {
    right: -20px;
  }

  .can-hover\:-right-24 {
    right: -24px;
  }

  .can-hover\:-right-28 {
    right: -7rem;
  }

  .can-hover\:-right-30 {
    right: -30px;
  }

  .can-hover\:-right-32 {
    right: -8rem;
  }

  .can-hover\:-right-36 {
    right: -9rem;
  }

  .can-hover\:-right-40 {
    right: -10rem;
  }

  .can-hover\:-right-44 {
    right: -11rem;
  }

  .can-hover\:-right-48 {
    right: -48px;
  }

  .can-hover\:-right-52 {
    right: -13rem;
  }

  .can-hover\:-right-56 {
    right: -14rem;
  }

  .can-hover\:-right-60 {
    right: -60px;
  }

  .can-hover\:-right-64 {
    right: -16rem;
  }

  .can-hover\:-right-72 {
    right: -18rem;
  }

  .can-hover\:-right-80 {
    right: -20rem;
  }

  .can-hover\:-right-95 {
    right: -95px;
  }

  .can-hover\:-right-96 {
    right: -24rem;
  }

  .can-hover\:-right-120 {
    right: -120px;
  }

  .can-hover\:-right-190 {
    right: -190px;
  }

  .can-hover\:-right-px {
    right: -1px;
  }

  .can-hover\:-right-0\.5 {
    right: -0.125rem;
  }

  .can-hover\:-right-1\.5 {
    right: -0.375rem;
  }

  .can-hover\:-right-2\.5 {
    right: -0.625rem;
  }

  .can-hover\:-right-3\.5 {
    right: -0.875rem;
  }

  .can-hover\:-right-30\% {
    right: -30%;
  }

  .can-hover\:-right-7\.5r {
    right: -1.875rem;
  }

  .can-hover\:right-1\/2 {
    right: 50%;
  }

  .can-hover\:right-1\/3 {
    right: 33.333333%;
  }

  .can-hover\:right-2\/3 {
    right: 66.666667%;
  }

  .can-hover\:right-1\/4 {
    right: 25%;
  }

  .can-hover\:right-2\/4 {
    right: 50%;
  }

  .can-hover\:right-3\/4 {
    right: 75%;
  }

  .can-hover\:right-full {
    right: 100%;
  }

  .can-hover\:-right-1\/2 {
    right: -50%;
  }

  .can-hover\:-right-1\/3 {
    right: -33.333333%;
  }

  .can-hover\:-right-2\/3 {
    right: -66.666667%;
  }

  .can-hover\:-right-1\/4 {
    right: -25%;
  }

  .can-hover\:-right-2\/4 {
    right: -50%;
  }

  .can-hover\:-right-3\/4 {
    right: -75%;
  }

  .can-hover\:-right-full {
    right: -100%;
  }

  .can-hover\:bottom-0 {
    bottom: 0;
  }

  .can-hover\:bottom-1 {
    bottom: 0.25rem;
  }

  .can-hover\:bottom-2 {
    bottom: 0.5rem;
  }

  .can-hover\:bottom-3 {
    bottom: 0.75rem;
  }

  .can-hover\:bottom-4 {
    bottom: 1rem;
  }

  .can-hover\:bottom-5 {
    bottom: 5px;
  }

  .can-hover\:bottom-6 {
    bottom: 1.5rem;
  }

  .can-hover\:bottom-7 {
    bottom: 1.75rem;
  }

  .can-hover\:bottom-8 {
    bottom: 2rem;
  }

  .can-hover\:bottom-9 {
    bottom: 2.25rem;
  }

  .can-hover\:bottom-10 {
    bottom: 10px;
  }

  .can-hover\:bottom-11 {
    bottom: 2.75rem;
  }

  .can-hover\:bottom-12 {
    bottom: 3rem;
  }

  .can-hover\:bottom-14 {
    bottom: 14px;
  }

  .can-hover\:bottom-16 {
    bottom: 16px;
  }

  .can-hover\:bottom-20 {
    bottom: 20px;
  }

  .can-hover\:bottom-24 {
    bottom: 24px;
  }

  .can-hover\:bottom-28 {
    bottom: 7rem;
  }

  .can-hover\:bottom-30 {
    bottom: 30px;
  }

  .can-hover\:bottom-32 {
    bottom: 8rem;
  }

  .can-hover\:bottom-36 {
    bottom: 9rem;
  }

  .can-hover\:bottom-40 {
    bottom: 10rem;
  }

  .can-hover\:bottom-44 {
    bottom: 11rem;
  }

  .can-hover\:bottom-48 {
    bottom: 48px;
  }

  .can-hover\:bottom-52 {
    bottom: 13rem;
  }

  .can-hover\:bottom-56 {
    bottom: 14rem;
  }

  .can-hover\:bottom-60 {
    bottom: 60px;
  }

  .can-hover\:bottom-64 {
    bottom: 16rem;
  }

  .can-hover\:bottom-72 {
    bottom: 18rem;
  }

  .can-hover\:bottom-80 {
    bottom: 20rem;
  }

  .can-hover\:bottom-95 {
    bottom: 95px;
  }

  .can-hover\:bottom-96 {
    bottom: 24rem;
  }

  .can-hover\:bottom-120 {
    bottom: 120px;
  }

  .can-hover\:bottom-190 {
    bottom: 190px;
  }

  .can-hover\:bottom-auto {
    bottom: auto;
  }

  .can-hover\:bottom-px {
    bottom: 1px;
  }

  .can-hover\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .can-hover\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .can-hover\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .can-hover\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .can-hover\:bottom-30\% {
    bottom: 30%;
  }

  .can-hover\:bottom-7\.5r {
    bottom: 1.875rem;
  }

  .can-hover\:-bottom-1 {
    bottom: -0.25rem;
  }

  .can-hover\:-bottom-2 {
    bottom: -0.5rem;
  }

  .can-hover\:-bottom-3 {
    bottom: -0.75rem;
  }

  .can-hover\:-bottom-4 {
    bottom: -1rem;
  }

  .can-hover\:-bottom-5 {
    bottom: -5px;
  }

  .can-hover\:-bottom-6 {
    bottom: -1.5rem;
  }

  .can-hover\:-bottom-7 {
    bottom: -1.75rem;
  }

  .can-hover\:-bottom-8 {
    bottom: -2rem;
  }

  .can-hover\:-bottom-9 {
    bottom: -2.25rem;
  }

  .can-hover\:-bottom-10 {
    bottom: -10px;
  }

  .can-hover\:-bottom-11 {
    bottom: -2.75rem;
  }

  .can-hover\:-bottom-12 {
    bottom: -3rem;
  }

  .can-hover\:-bottom-14 {
    bottom: -14px;
  }

  .can-hover\:-bottom-16 {
    bottom: -16px;
  }

  .can-hover\:-bottom-20 {
    bottom: -20px;
  }

  .can-hover\:-bottom-24 {
    bottom: -24px;
  }

  .can-hover\:-bottom-28 {
    bottom: -7rem;
  }

  .can-hover\:-bottom-30 {
    bottom: -30px;
  }

  .can-hover\:-bottom-32 {
    bottom: -8rem;
  }

  .can-hover\:-bottom-36 {
    bottom: -9rem;
  }

  .can-hover\:-bottom-40 {
    bottom: -10rem;
  }

  .can-hover\:-bottom-44 {
    bottom: -11rem;
  }

  .can-hover\:-bottom-48 {
    bottom: -48px;
  }

  .can-hover\:-bottom-52 {
    bottom: -13rem;
  }

  .can-hover\:-bottom-56 {
    bottom: -14rem;
  }

  .can-hover\:-bottom-60 {
    bottom: -60px;
  }

  .can-hover\:-bottom-64 {
    bottom: -16rem;
  }

  .can-hover\:-bottom-72 {
    bottom: -18rem;
  }

  .can-hover\:-bottom-80 {
    bottom: -20rem;
  }

  .can-hover\:-bottom-95 {
    bottom: -95px;
  }

  .can-hover\:-bottom-96 {
    bottom: -24rem;
  }

  .can-hover\:-bottom-120 {
    bottom: -120px;
  }

  .can-hover\:-bottom-190 {
    bottom: -190px;
  }

  .can-hover\:-bottom-px {
    bottom: -1px;
  }

  .can-hover\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .can-hover\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .can-hover\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .can-hover\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .can-hover\:-bottom-30\% {
    bottom: -30%;
  }

  .can-hover\:-bottom-7\.5r {
    bottom: -1.875rem;
  }

  .can-hover\:bottom-1\/2 {
    bottom: 50%;
  }

  .can-hover\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .can-hover\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .can-hover\:bottom-1\/4 {
    bottom: 25%;
  }

  .can-hover\:bottom-2\/4 {
    bottom: 50%;
  }

  .can-hover\:bottom-3\/4 {
    bottom: 75%;
  }

  .can-hover\:bottom-full {
    bottom: 100%;
  }

  .can-hover\:-bottom-1\/2 {
    bottom: -50%;
  }

  .can-hover\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .can-hover\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .can-hover\:-bottom-1\/4 {
    bottom: -25%;
  }

  .can-hover\:-bottom-2\/4 {
    bottom: -50%;
  }

  .can-hover\:-bottom-3\/4 {
    bottom: -75%;
  }

  .can-hover\:-bottom-full {
    bottom: -100%;
  }

  .can-hover\:left-0 {
    left: 0;
  }

  .can-hover\:left-1 {
    left: 0.25rem;
  }

  .can-hover\:left-2 {
    left: 0.5rem;
  }

  .can-hover\:left-3 {
    left: 0.75rem;
  }

  .can-hover\:left-4 {
    left: 1rem;
  }

  .can-hover\:left-5 {
    left: 5px;
  }

  .can-hover\:left-6 {
    left: 1.5rem;
  }

  .can-hover\:left-7 {
    left: 1.75rem;
  }

  .can-hover\:left-8 {
    left: 2rem;
  }

  .can-hover\:left-9 {
    left: 2.25rem;
  }

  .can-hover\:left-10 {
    left: 10px;
  }

  .can-hover\:left-11 {
    left: 2.75rem;
  }

  .can-hover\:left-12 {
    left: 3rem;
  }

  .can-hover\:left-14 {
    left: 14px;
  }

  .can-hover\:left-16 {
    left: 16px;
  }

  .can-hover\:left-20 {
    left: 20px;
  }

  .can-hover\:left-24 {
    left: 24px;
  }

  .can-hover\:left-28 {
    left: 7rem;
  }

  .can-hover\:left-30 {
    left: 30px;
  }

  .can-hover\:left-32 {
    left: 8rem;
  }

  .can-hover\:left-36 {
    left: 9rem;
  }

  .can-hover\:left-40 {
    left: 10rem;
  }

  .can-hover\:left-44 {
    left: 11rem;
  }

  .can-hover\:left-48 {
    left: 48px;
  }

  .can-hover\:left-52 {
    left: 13rem;
  }

  .can-hover\:left-56 {
    left: 14rem;
  }

  .can-hover\:left-60 {
    left: 60px;
  }

  .can-hover\:left-64 {
    left: 16rem;
  }

  .can-hover\:left-72 {
    left: 18rem;
  }

  .can-hover\:left-80 {
    left: 20rem;
  }

  .can-hover\:left-95 {
    left: 95px;
  }

  .can-hover\:left-96 {
    left: 24rem;
  }

  .can-hover\:left-120 {
    left: 120px;
  }

  .can-hover\:left-190 {
    left: 190px;
  }

  .can-hover\:left-auto {
    left: auto;
  }

  .can-hover\:left-px {
    left: 1px;
  }

  .can-hover\:left-0\.5 {
    left: 0.125rem;
  }

  .can-hover\:left-1\.5 {
    left: 0.375rem;
  }

  .can-hover\:left-2\.5 {
    left: 0.625rem;
  }

  .can-hover\:left-3\.5 {
    left: 0.875rem;
  }

  .can-hover\:left-30\% {
    left: 30%;
  }

  .can-hover\:left-7\.5r {
    left: 1.875rem;
  }

  .can-hover\:-left-1 {
    left: -0.25rem;
  }

  .can-hover\:-left-2 {
    left: -0.5rem;
  }

  .can-hover\:-left-3 {
    left: -0.75rem;
  }

  .can-hover\:-left-4 {
    left: -1rem;
  }

  .can-hover\:-left-5 {
    left: -5px;
  }

  .can-hover\:-left-6 {
    left: -1.5rem;
  }

  .can-hover\:-left-7 {
    left: -1.75rem;
  }

  .can-hover\:-left-8 {
    left: -2rem;
  }

  .can-hover\:-left-9 {
    left: -2.25rem;
  }

  .can-hover\:-left-10 {
    left: -10px;
  }

  .can-hover\:-left-11 {
    left: -2.75rem;
  }

  .can-hover\:-left-12 {
    left: -3rem;
  }

  .can-hover\:-left-14 {
    left: -14px;
  }

  .can-hover\:-left-16 {
    left: -16px;
  }

  .can-hover\:-left-20 {
    left: -20px;
  }

  .can-hover\:-left-24 {
    left: -24px;
  }

  .can-hover\:-left-28 {
    left: -7rem;
  }

  .can-hover\:-left-30 {
    left: -30px;
  }

  .can-hover\:-left-32 {
    left: -8rem;
  }

  .can-hover\:-left-36 {
    left: -9rem;
  }

  .can-hover\:-left-40 {
    left: -10rem;
  }

  .can-hover\:-left-44 {
    left: -11rem;
  }

  .can-hover\:-left-48 {
    left: -48px;
  }

  .can-hover\:-left-52 {
    left: -13rem;
  }

  .can-hover\:-left-56 {
    left: -14rem;
  }

  .can-hover\:-left-60 {
    left: -60px;
  }

  .can-hover\:-left-64 {
    left: -16rem;
  }

  .can-hover\:-left-72 {
    left: -18rem;
  }

  .can-hover\:-left-80 {
    left: -20rem;
  }

  .can-hover\:-left-95 {
    left: -95px;
  }

  .can-hover\:-left-96 {
    left: -24rem;
  }

  .can-hover\:-left-120 {
    left: -120px;
  }

  .can-hover\:-left-190 {
    left: -190px;
  }

  .can-hover\:-left-px {
    left: -1px;
  }

  .can-hover\:-left-0\.5 {
    left: -0.125rem;
  }

  .can-hover\:-left-1\.5 {
    left: -0.375rem;
  }

  .can-hover\:-left-2\.5 {
    left: -0.625rem;
  }

  .can-hover\:-left-3\.5 {
    left: -0.875rem;
  }

  .can-hover\:-left-30\% {
    left: -30%;
  }

  .can-hover\:-left-7\.5r {
    left: -1.875rem;
  }

  .can-hover\:left-1\/2 {
    left: 50%;
  }

  .can-hover\:left-1\/3 {
    left: 33.333333%;
  }

  .can-hover\:left-2\/3 {
    left: 66.666667%;
  }

  .can-hover\:left-1\/4 {
    left: 25%;
  }

  .can-hover\:left-2\/4 {
    left: 50%;
  }

  .can-hover\:left-3\/4 {
    left: 75%;
  }

  .can-hover\:left-full {
    left: 100%;
  }

  .can-hover\:-left-1\/2 {
    left: -50%;
  }

  .can-hover\:-left-1\/3 {
    left: -33.333333%;
  }

  .can-hover\:-left-2\/3 {
    left: -66.666667%;
  }

  .can-hover\:-left-1\/4 {
    left: -25%;
  }

  .can-hover\:-left-2\/4 {
    left: -50%;
  }

  .can-hover\:-left-3\/4 {
    left: -75%;
  }

  .can-hover\:-left-full {
    left: -100%;
  }

  .can-hover\:isolate {
    isolation: isolate;
  }

  .can-hover\:isolation-auto {
    isolation: auto;
  }

  .can-hover\:z-0 {
    z-index: 0;
  }

  .can-hover\:z-1 {
    z-index: 1;
  }

  .can-hover\:z-10 {
    z-index: 10;
  }

  .can-hover\:z-20 {
    z-index: 20;
  }

  .can-hover\:z-30 {
    z-index: 30;
  }

  .can-hover\:z-40 {
    z-index: 40;
  }

  .can-hover\:z-50 {
    z-index: 50;
  }

  .can-hover\:z-auto {
    z-index: auto;
  }

  .can-hover\:-z-1 {
    z-index: -1;
  }

  .can-hover\:-z-10 {
    z-index: -10;
  }

  .can-hover\:-z-20 {
    z-index: -20;
  }

  .can-hover\:focus-within\:z-0[focus-within] {
    z-index: 0;
  }

  .can-hover\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .can-hover\:focus-within\:z-1[focus-within] {
    z-index: 1;
  }

  .can-hover\:focus-within\:z-1:focus-within {
    z-index: 1;
  }

  .can-hover\:focus-within\:z-10[focus-within] {
    z-index: 10;
  }

  .can-hover\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .can-hover\:focus-within\:z-20[focus-within] {
    z-index: 20;
  }

  .can-hover\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .can-hover\:focus-within\:z-30[focus-within] {
    z-index: 30;
  }

  .can-hover\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .can-hover\:focus-within\:z-40[focus-within] {
    z-index: 40;
  }

  .can-hover\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .can-hover\:focus-within\:z-50[focus-within] {
    z-index: 50;
  }

  .can-hover\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .can-hover\:focus-within\:z-auto[focus-within] {
    z-index: auto;
  }

  .can-hover\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .can-hover\:focus-within\:-z-1[focus-within] {
    z-index: -1;
  }

  .can-hover\:focus-within\:-z-1:focus-within {
    z-index: -1;
  }

  .can-hover\:focus-within\:-z-10[focus-within] {
    z-index: -10;
  }

  .can-hover\:focus-within\:-z-10:focus-within {
    z-index: -10;
  }

  .can-hover\:focus-within\:-z-20[focus-within] {
    z-index: -20;
  }

  .can-hover\:focus-within\:-z-20:focus-within {
    z-index: -20;
  }

  .can-hover\:focus\:z-0:focus {
    z-index: 0;
  }

  .can-hover\:focus\:z-1:focus {
    z-index: 1;
  }

  .can-hover\:focus\:z-10:focus {
    z-index: 10;
  }

  .can-hover\:focus\:z-20:focus {
    z-index: 20;
  }

  .can-hover\:focus\:z-30:focus {
    z-index: 30;
  }

  .can-hover\:focus\:z-40:focus {
    z-index: 40;
  }

  .can-hover\:focus\:z-50:focus {
    z-index: 50;
  }

  .can-hover\:focus\:z-auto:focus {
    z-index: auto;
  }

  .can-hover\:focus\:-z-1:focus {
    z-index: -1;
  }

  .can-hover\:focus\:-z-10:focus {
    z-index: -10;
  }

  .can-hover\:focus\:-z-20:focus {
    z-index: -20;
  }

  .can-hover\:order-1 {
    order: 1;
  }

  .can-hover\:order-2 {
    order: 2;
  }

  .can-hover\:order-3 {
    order: 3;
  }

  .can-hover\:order-4 {
    order: 4;
  }

  .can-hover\:order-5 {
    order: 5;
  }

  .can-hover\:order-6 {
    order: 6;
  }

  .can-hover\:order-7 {
    order: 7;
  }

  .can-hover\:order-8 {
    order: 8;
  }

  .can-hover\:order-9 {
    order: 9;
  }

  .can-hover\:order-10 {
    order: 10;
  }

  .can-hover\:order-11 {
    order: 11;
  }

  .can-hover\:order-12 {
    order: 12;
  }

  .can-hover\:order-first {
    order: -9999;
  }

  .can-hover\:order-last {
    order: 9999;
  }

  .can-hover\:order-none {
    order: 0;
  }

  .can-hover\:col-auto {
    grid-column: auto;
  }

  .can-hover\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .can-hover\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .can-hover\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .can-hover\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .can-hover\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .can-hover\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .can-hover\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .can-hover\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .can-hover\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .can-hover\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .can-hover\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .can-hover\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .can-hover\:col-span-full {
    grid-column: 1 / -1;
  }

  .can-hover\:col-start-1 {
    grid-column-start: 1;
  }

  .can-hover\:col-start-2 {
    grid-column-start: 2;
  }

  .can-hover\:col-start-3 {
    grid-column-start: 3;
  }

  .can-hover\:col-start-4 {
    grid-column-start: 4;
  }

  .can-hover\:col-start-5 {
    grid-column-start: 5;
  }

  .can-hover\:col-start-6 {
    grid-column-start: 6;
  }

  .can-hover\:col-start-7 {
    grid-column-start: 7;
  }

  .can-hover\:col-start-8 {
    grid-column-start: 8;
  }

  .can-hover\:col-start-9 {
    grid-column-start: 9;
  }

  .can-hover\:col-start-10 {
    grid-column-start: 10;
  }

  .can-hover\:col-start-11 {
    grid-column-start: 11;
  }

  .can-hover\:col-start-12 {
    grid-column-start: 12;
  }

  .can-hover\:col-start-13 {
    grid-column-start: 13;
  }

  .can-hover\:col-start-auto {
    grid-column-start: auto;
  }

  .can-hover\:col-end-1 {
    grid-column-end: 1;
  }

  .can-hover\:col-end-2 {
    grid-column-end: 2;
  }

  .can-hover\:col-end-3 {
    grid-column-end: 3;
  }

  .can-hover\:col-end-4 {
    grid-column-end: 4;
  }

  .can-hover\:col-end-5 {
    grid-column-end: 5;
  }

  .can-hover\:col-end-6 {
    grid-column-end: 6;
  }

  .can-hover\:col-end-7 {
    grid-column-end: 7;
  }

  .can-hover\:col-end-8 {
    grid-column-end: 8;
  }

  .can-hover\:col-end-9 {
    grid-column-end: 9;
  }

  .can-hover\:col-end-10 {
    grid-column-end: 10;
  }

  .can-hover\:col-end-11 {
    grid-column-end: 11;
  }

  .can-hover\:col-end-12 {
    grid-column-end: 12;
  }

  .can-hover\:col-end-13 {
    grid-column-end: 13;
  }

  .can-hover\:col-end-auto {
    grid-column-end: auto;
  }

  .can-hover\:row-auto {
    grid-row: auto;
  }

  .can-hover\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .can-hover\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .can-hover\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .can-hover\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .can-hover\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .can-hover\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .can-hover\:row-span-full {
    grid-row: 1 / -1;
  }

  .can-hover\:row-start-1 {
    grid-row-start: 1;
  }

  .can-hover\:row-start-2 {
    grid-row-start: 2;
  }

  .can-hover\:row-start-3 {
    grid-row-start: 3;
  }

  .can-hover\:row-start-4 {
    grid-row-start: 4;
  }

  .can-hover\:row-start-5 {
    grid-row-start: 5;
  }

  .can-hover\:row-start-6 {
    grid-row-start: 6;
  }

  .can-hover\:row-start-7 {
    grid-row-start: 7;
  }

  .can-hover\:row-start-auto {
    grid-row-start: auto;
  }

  .can-hover\:row-end-1 {
    grid-row-end: 1;
  }

  .can-hover\:row-end-2 {
    grid-row-end: 2;
  }

  .can-hover\:row-end-3 {
    grid-row-end: 3;
  }

  .can-hover\:row-end-4 {
    grid-row-end: 4;
  }

  .can-hover\:row-end-5 {
    grid-row-end: 5;
  }

  .can-hover\:row-end-6 {
    grid-row-end: 6;
  }

  .can-hover\:row-end-7 {
    grid-row-end: 7;
  }

  .can-hover\:row-end-auto {
    grid-row-end: auto;
  }

  .can-hover\:float-right {
    float: right;
  }

  .can-hover\:float-left {
    float: left;
  }

  .can-hover\:float-none {
    float: none;
  }

  .can-hover\:clear-left {
    clear: left;
  }

  .can-hover\:clear-right {
    clear: right;
  }

  .can-hover\:clear-both {
    clear: both;
  }

  .can-hover\:clear-none {
    clear: none;
  }

  .can-hover\:m-0 {
    margin: 0;
  }

  .can-hover\:m-1 {
    margin: 0.25rem;
  }

  .can-hover\:m-2 {
    margin: 0.5rem;
  }

  .can-hover\:m-3 {
    margin: 0.75rem;
  }

  .can-hover\:m-4 {
    margin: 1rem;
  }

  .can-hover\:m-5 {
    margin: 5px;
  }

  .can-hover\:m-6 {
    margin: 1.5rem;
  }

  .can-hover\:m-7 {
    margin: 1.75rem;
  }

  .can-hover\:m-8 {
    margin: 2rem;
  }

  .can-hover\:m-9 {
    margin: 2.25rem;
  }

  .can-hover\:m-10 {
    margin: 10px;
  }

  .can-hover\:m-11 {
    margin: 2.75rem;
  }

  .can-hover\:m-12 {
    margin: 3rem;
  }

  .can-hover\:m-14 {
    margin: 14px;
  }

  .can-hover\:m-16 {
    margin: 16px;
  }

  .can-hover\:m-20 {
    margin: 20px;
  }

  .can-hover\:m-24 {
    margin: 24px;
  }

  .can-hover\:m-28 {
    margin: 7rem;
  }

  .can-hover\:m-30 {
    margin: 30px;
  }

  .can-hover\:m-32 {
    margin: 8rem;
  }

  .can-hover\:m-36 {
    margin: 9rem;
  }

  .can-hover\:m-40 {
    margin: 10rem;
  }

  .can-hover\:m-44 {
    margin: 11rem;
  }

  .can-hover\:m-48 {
    margin: 48px;
  }

  .can-hover\:m-52 {
    margin: 13rem;
  }

  .can-hover\:m-56 {
    margin: 14rem;
  }

  .can-hover\:m-60 {
    margin: 60px;
  }

  .can-hover\:m-64 {
    margin: 16rem;
  }

  .can-hover\:m-72 {
    margin: 18rem;
  }

  .can-hover\:m-80 {
    margin: 20rem;
  }

  .can-hover\:m-95 {
    margin: 95px;
  }

  .can-hover\:m-96 {
    margin: 24rem;
  }

  .can-hover\:m-120 {
    margin: 120px;
  }

  .can-hover\:m-190 {
    margin: 190px;
  }

  .can-hover\:m-auto {
    margin: auto;
  }

  .can-hover\:m-px {
    margin: 1px;
  }

  .can-hover\:m-0\.5 {
    margin: 0.125rem;
  }

  .can-hover\:m-1\.5 {
    margin: 0.375rem;
  }

  .can-hover\:m-2\.5 {
    margin: 0.625rem;
  }

  .can-hover\:m-3\.5 {
    margin: 0.875rem;
  }

  .can-hover\:m-30\% {
    margin: 30%;
  }

  .can-hover\:m-7\.5r {
    margin: 1.875rem;
  }

  .can-hover\:-m-1 {
    margin: -0.25rem;
  }

  .can-hover\:-m-2 {
    margin: -0.5rem;
  }

  .can-hover\:-m-3 {
    margin: -0.75rem;
  }

  .can-hover\:-m-4 {
    margin: -1rem;
  }

  .can-hover\:-m-5 {
    margin: -5px;
  }

  .can-hover\:-m-6 {
    margin: -1.5rem;
  }

  .can-hover\:-m-7 {
    margin: -1.75rem;
  }

  .can-hover\:-m-8 {
    margin: -2rem;
  }

  .can-hover\:-m-9 {
    margin: -2.25rem;
  }

  .can-hover\:-m-10 {
    margin: -10px;
  }

  .can-hover\:-m-11 {
    margin: -2.75rem;
  }

  .can-hover\:-m-12 {
    margin: -3rem;
  }

  .can-hover\:-m-14 {
    margin: -14px;
  }

  .can-hover\:-m-16 {
    margin: -16px;
  }

  .can-hover\:-m-20 {
    margin: -20px;
  }

  .can-hover\:-m-24 {
    margin: -24px;
  }

  .can-hover\:-m-28 {
    margin: -7rem;
  }

  .can-hover\:-m-30 {
    margin: -30px;
  }

  .can-hover\:-m-32 {
    margin: -8rem;
  }

  .can-hover\:-m-36 {
    margin: -9rem;
  }

  .can-hover\:-m-40 {
    margin: -10rem;
  }

  .can-hover\:-m-44 {
    margin: -11rem;
  }

  .can-hover\:-m-48 {
    margin: -48px;
  }

  .can-hover\:-m-52 {
    margin: -13rem;
  }

  .can-hover\:-m-56 {
    margin: -14rem;
  }

  .can-hover\:-m-60 {
    margin: -60px;
  }

  .can-hover\:-m-64 {
    margin: -16rem;
  }

  .can-hover\:-m-72 {
    margin: -18rem;
  }

  .can-hover\:-m-80 {
    margin: -20rem;
  }

  .can-hover\:-m-95 {
    margin: -95px;
  }

  .can-hover\:-m-96 {
    margin: -24rem;
  }

  .can-hover\:-m-120 {
    margin: -120px;
  }

  .can-hover\:-m-190 {
    margin: -190px;
  }

  .can-hover\:-m-px {
    margin: -1px;
  }

  .can-hover\:-m-0\.5 {
    margin: -0.125rem;
  }

  .can-hover\:-m-1\.5 {
    margin: -0.375rem;
  }

  .can-hover\:-m-2\.5 {
    margin: -0.625rem;
  }

  .can-hover\:-m-3\.5 {
    margin: -0.875rem;
  }

  .can-hover\:-m-30\% {
    margin: -30%;
  }

  .can-hover\:-m-7\.5r {
    margin: -1.875rem;
  }

  .can-hover\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .can-hover\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .can-hover\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .can-hover\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .can-hover\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .can-hover\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .can-hover\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .can-hover\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .can-hover\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .can-hover\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .can-hover\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .can-hover\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .can-hover\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .can-hover\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .can-hover\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .can-hover\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .can-hover\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .can-hover\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .can-hover\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .can-hover\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .can-hover\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .can-hover\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .can-hover\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .can-hover\:mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .can-hover\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .can-hover\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .can-hover\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .can-hover\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .can-hover\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .can-hover\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .can-hover\:mx-95 {
    margin-left: 95px;
    margin-right: 95px;
  }

  .can-hover\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .can-hover\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .can-hover\:mx-190 {
    margin-left: 190px;
    margin-right: 190px;
  }

  .can-hover\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .can-hover\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .can-hover\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .can-hover\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .can-hover\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .can-hover\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .can-hover\:mx-30\% {
    margin-left: 30%;
    margin-right: 30%;
  }

  .can-hover\:mx-7\.5r {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .can-hover\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .can-hover\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .can-hover\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .can-hover\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .can-hover\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .can-hover\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .can-hover\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .can-hover\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .can-hover\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .can-hover\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .can-hover\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .can-hover\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .can-hover\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .can-hover\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .can-hover\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .can-hover\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .can-hover\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .can-hover\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .can-hover\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .can-hover\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .can-hover\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .can-hover\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .can-hover\:-mx-48 {
    margin-left: -48px;
    margin-right: -48px;
  }

  .can-hover\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .can-hover\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .can-hover\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .can-hover\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .can-hover\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .can-hover\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .can-hover\:-mx-95 {
    margin-left: -95px;
    margin-right: -95px;
  }

  .can-hover\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .can-hover\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .can-hover\:-mx-190 {
    margin-left: -190px;
    margin-right: -190px;
  }

  .can-hover\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .can-hover\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .can-hover\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .can-hover\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .can-hover\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .can-hover\:-mx-30\% {
    margin-left: -30%;
    margin-right: -30%;
  }

  .can-hover\:-mx-7\.5r {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .can-hover\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .can-hover\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .can-hover\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .can-hover\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .can-hover\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .can-hover\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .can-hover\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .can-hover\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .can-hover\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .can-hover\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .can-hover\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .can-hover\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .can-hover\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .can-hover\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .can-hover\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .can-hover\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .can-hover\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .can-hover\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .can-hover\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .can-hover\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .can-hover\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .can-hover\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .can-hover\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .can-hover\:my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .can-hover\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .can-hover\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .can-hover\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .can-hover\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .can-hover\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .can-hover\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .can-hover\:my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .can-hover\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .can-hover\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .can-hover\:my-190 {
    margin-top: 190px;
    margin-bottom: 190px;
  }

  .can-hover\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .can-hover\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .can-hover\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .can-hover\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .can-hover\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .can-hover\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .can-hover\:my-30\% {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .can-hover\:my-7\.5r {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .can-hover\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .can-hover\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .can-hover\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .can-hover\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .can-hover\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .can-hover\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .can-hover\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .can-hover\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .can-hover\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .can-hover\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .can-hover\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .can-hover\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .can-hover\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .can-hover\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .can-hover\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .can-hover\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .can-hover\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .can-hover\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .can-hover\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .can-hover\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .can-hover\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .can-hover\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .can-hover\:-my-48 {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .can-hover\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .can-hover\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .can-hover\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .can-hover\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .can-hover\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .can-hover\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .can-hover\:-my-95 {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .can-hover\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .can-hover\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .can-hover\:-my-190 {
    margin-top: -190px;
    margin-bottom: -190px;
  }

  .can-hover\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .can-hover\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .can-hover\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .can-hover\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .can-hover\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .can-hover\:-my-30\% {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .can-hover\:-my-7\.5r {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .can-hover\:mt-0 {
    margin-top: 0;
  }

  .can-hover\:mt-1 {
    margin-top: 0.25rem;
  }

  .can-hover\:mt-2 {
    margin-top: 0.5rem;
  }

  .can-hover\:mt-3 {
    margin-top: 0.75rem;
  }

  .can-hover\:mt-4 {
    margin-top: 1rem;
  }

  .can-hover\:mt-5 {
    margin-top: 5px;
  }

  .can-hover\:mt-6 {
    margin-top: 1.5rem;
  }

  .can-hover\:mt-7 {
    margin-top: 1.75rem;
  }

  .can-hover\:mt-8 {
    margin-top: 2rem;
  }

  .can-hover\:mt-9 {
    margin-top: 2.25rem;
  }

  .can-hover\:mt-10 {
    margin-top: 10px;
  }

  .can-hover\:mt-11 {
    margin-top: 2.75rem;
  }

  .can-hover\:mt-12 {
    margin-top: 3rem;
  }

  .can-hover\:mt-14 {
    margin-top: 14px;
  }

  .can-hover\:mt-16 {
    margin-top: 16px;
  }

  .can-hover\:mt-20 {
    margin-top: 20px;
  }

  .can-hover\:mt-24 {
    margin-top: 24px;
  }

  .can-hover\:mt-28 {
    margin-top: 7rem;
  }

  .can-hover\:mt-30 {
    margin-top: 30px;
  }

  .can-hover\:mt-32 {
    margin-top: 8rem;
  }

  .can-hover\:mt-36 {
    margin-top: 9rem;
  }

  .can-hover\:mt-40 {
    margin-top: 10rem;
  }

  .can-hover\:mt-44 {
    margin-top: 11rem;
  }

  .can-hover\:mt-48 {
    margin-top: 48px;
  }

  .can-hover\:mt-52 {
    margin-top: 13rem;
  }

  .can-hover\:mt-56 {
    margin-top: 14rem;
  }

  .can-hover\:mt-60 {
    margin-top: 60px;
  }

  .can-hover\:mt-64 {
    margin-top: 16rem;
  }

  .can-hover\:mt-72 {
    margin-top: 18rem;
  }

  .can-hover\:mt-80 {
    margin-top: 20rem;
  }

  .can-hover\:mt-95 {
    margin-top: 95px;
  }

  .can-hover\:mt-96 {
    margin-top: 24rem;
  }

  .can-hover\:mt-120 {
    margin-top: 120px;
  }

  .can-hover\:mt-190 {
    margin-top: 190px;
  }

  .can-hover\:mt-auto {
    margin-top: auto;
  }

  .can-hover\:mt-px {
    margin-top: 1px;
  }

  .can-hover\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .can-hover\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .can-hover\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .can-hover\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .can-hover\:mt-30\% {
    margin-top: 30%;
  }

  .can-hover\:mt-7\.5r {
    margin-top: 1.875rem;
  }

  .can-hover\:-mt-1 {
    margin-top: -0.25rem;
  }

  .can-hover\:-mt-2 {
    margin-top: -0.5rem;
  }

  .can-hover\:-mt-3 {
    margin-top: -0.75rem;
  }

  .can-hover\:-mt-4 {
    margin-top: -1rem;
  }

  .can-hover\:-mt-5 {
    margin-top: -5px;
  }

  .can-hover\:-mt-6 {
    margin-top: -1.5rem;
  }

  .can-hover\:-mt-7 {
    margin-top: -1.75rem;
  }

  .can-hover\:-mt-8 {
    margin-top: -2rem;
  }

  .can-hover\:-mt-9 {
    margin-top: -2.25rem;
  }

  .can-hover\:-mt-10 {
    margin-top: -10px;
  }

  .can-hover\:-mt-11 {
    margin-top: -2.75rem;
  }

  .can-hover\:-mt-12 {
    margin-top: -3rem;
  }

  .can-hover\:-mt-14 {
    margin-top: -14px;
  }

  .can-hover\:-mt-16 {
    margin-top: -16px;
  }

  .can-hover\:-mt-20 {
    margin-top: -20px;
  }

  .can-hover\:-mt-24 {
    margin-top: -24px;
  }

  .can-hover\:-mt-28 {
    margin-top: -7rem;
  }

  .can-hover\:-mt-30 {
    margin-top: -30px;
  }

  .can-hover\:-mt-32 {
    margin-top: -8rem;
  }

  .can-hover\:-mt-36 {
    margin-top: -9rem;
  }

  .can-hover\:-mt-40 {
    margin-top: -10rem;
  }

  .can-hover\:-mt-44 {
    margin-top: -11rem;
  }

  .can-hover\:-mt-48 {
    margin-top: -48px;
  }

  .can-hover\:-mt-52 {
    margin-top: -13rem;
  }

  .can-hover\:-mt-56 {
    margin-top: -14rem;
  }

  .can-hover\:-mt-60 {
    margin-top: -60px;
  }

  .can-hover\:-mt-64 {
    margin-top: -16rem;
  }

  .can-hover\:-mt-72 {
    margin-top: -18rem;
  }

  .can-hover\:-mt-80 {
    margin-top: -20rem;
  }

  .can-hover\:-mt-95 {
    margin-top: -95px;
  }

  .can-hover\:-mt-96 {
    margin-top: -24rem;
  }

  .can-hover\:-mt-120 {
    margin-top: -120px;
  }

  .can-hover\:-mt-190 {
    margin-top: -190px;
  }

  .can-hover\:-mt-px {
    margin-top: -1px;
  }

  .can-hover\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .can-hover\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .can-hover\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .can-hover\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .can-hover\:-mt-30\% {
    margin-top: -30%;
  }

  .can-hover\:-mt-7\.5r {
    margin-top: -1.875rem;
  }

  .can-hover\:mr-0 {
    margin-right: 0;
  }

  .can-hover\:mr-1 {
    margin-right: 0.25rem;
  }

  .can-hover\:mr-2 {
    margin-right: 0.5rem;
  }

  .can-hover\:mr-3 {
    margin-right: 0.75rem;
  }

  .can-hover\:mr-4 {
    margin-right: 1rem;
  }

  .can-hover\:mr-5 {
    margin-right: 5px;
  }

  .can-hover\:mr-6 {
    margin-right: 1.5rem;
  }

  .can-hover\:mr-7 {
    margin-right: 1.75rem;
  }

  .can-hover\:mr-8 {
    margin-right: 2rem;
  }

  .can-hover\:mr-9 {
    margin-right: 2.25rem;
  }

  .can-hover\:mr-10 {
    margin-right: 10px;
  }

  .can-hover\:mr-11 {
    margin-right: 2.75rem;
  }

  .can-hover\:mr-12 {
    margin-right: 3rem;
  }

  .can-hover\:mr-14 {
    margin-right: 14px;
  }

  .can-hover\:mr-16 {
    margin-right: 16px;
  }

  .can-hover\:mr-20 {
    margin-right: 20px;
  }

  .can-hover\:mr-24 {
    margin-right: 24px;
  }

  .can-hover\:mr-28 {
    margin-right: 7rem;
  }

  .can-hover\:mr-30 {
    margin-right: 30px;
  }

  .can-hover\:mr-32 {
    margin-right: 8rem;
  }

  .can-hover\:mr-36 {
    margin-right: 9rem;
  }

  .can-hover\:mr-40 {
    margin-right: 10rem;
  }

  .can-hover\:mr-44 {
    margin-right: 11rem;
  }

  .can-hover\:mr-48 {
    margin-right: 48px;
  }

  .can-hover\:mr-52 {
    margin-right: 13rem;
  }

  .can-hover\:mr-56 {
    margin-right: 14rem;
  }

  .can-hover\:mr-60 {
    margin-right: 60px;
  }

  .can-hover\:mr-64 {
    margin-right: 16rem;
  }

  .can-hover\:mr-72 {
    margin-right: 18rem;
  }

  .can-hover\:mr-80 {
    margin-right: 20rem;
  }

  .can-hover\:mr-95 {
    margin-right: 95px;
  }

  .can-hover\:mr-96 {
    margin-right: 24rem;
  }

  .can-hover\:mr-120 {
    margin-right: 120px;
  }

  .can-hover\:mr-190 {
    margin-right: 190px;
  }

  .can-hover\:mr-auto {
    margin-right: auto;
  }

  .can-hover\:mr-px {
    margin-right: 1px;
  }

  .can-hover\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .can-hover\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .can-hover\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .can-hover\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .can-hover\:mr-30\% {
    margin-right: 30%;
  }

  .can-hover\:mr-7\.5r {
    margin-right: 1.875rem;
  }

  .can-hover\:-mr-1 {
    margin-right: -0.25rem;
  }

  .can-hover\:-mr-2 {
    margin-right: -0.5rem;
  }

  .can-hover\:-mr-3 {
    margin-right: -0.75rem;
  }

  .can-hover\:-mr-4 {
    margin-right: -1rem;
  }

  .can-hover\:-mr-5 {
    margin-right: -5px;
  }

  .can-hover\:-mr-6 {
    margin-right: -1.5rem;
  }

  .can-hover\:-mr-7 {
    margin-right: -1.75rem;
  }

  .can-hover\:-mr-8 {
    margin-right: -2rem;
  }

  .can-hover\:-mr-9 {
    margin-right: -2.25rem;
  }

  .can-hover\:-mr-10 {
    margin-right: -10px;
  }

  .can-hover\:-mr-11 {
    margin-right: -2.75rem;
  }

  .can-hover\:-mr-12 {
    margin-right: -3rem;
  }

  .can-hover\:-mr-14 {
    margin-right: -14px;
  }

  .can-hover\:-mr-16 {
    margin-right: -16px;
  }

  .can-hover\:-mr-20 {
    margin-right: -20px;
  }

  .can-hover\:-mr-24 {
    margin-right: -24px;
  }

  .can-hover\:-mr-28 {
    margin-right: -7rem;
  }

  .can-hover\:-mr-30 {
    margin-right: -30px;
  }

  .can-hover\:-mr-32 {
    margin-right: -8rem;
  }

  .can-hover\:-mr-36 {
    margin-right: -9rem;
  }

  .can-hover\:-mr-40 {
    margin-right: -10rem;
  }

  .can-hover\:-mr-44 {
    margin-right: -11rem;
  }

  .can-hover\:-mr-48 {
    margin-right: -48px;
  }

  .can-hover\:-mr-52 {
    margin-right: -13rem;
  }

  .can-hover\:-mr-56 {
    margin-right: -14rem;
  }

  .can-hover\:-mr-60 {
    margin-right: -60px;
  }

  .can-hover\:-mr-64 {
    margin-right: -16rem;
  }

  .can-hover\:-mr-72 {
    margin-right: -18rem;
  }

  .can-hover\:-mr-80 {
    margin-right: -20rem;
  }

  .can-hover\:-mr-95 {
    margin-right: -95px;
  }

  .can-hover\:-mr-96 {
    margin-right: -24rem;
  }

  .can-hover\:-mr-120 {
    margin-right: -120px;
  }

  .can-hover\:-mr-190 {
    margin-right: -190px;
  }

  .can-hover\:-mr-px {
    margin-right: -1px;
  }

  .can-hover\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .can-hover\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .can-hover\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .can-hover\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .can-hover\:-mr-30\% {
    margin-right: -30%;
  }

  .can-hover\:-mr-7\.5r {
    margin-right: -1.875rem;
  }

  .can-hover\:mb-0 {
    margin-bottom: 0;
  }

  .can-hover\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .can-hover\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .can-hover\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .can-hover\:mb-4 {
    margin-bottom: 1rem;
  }

  .can-hover\:mb-5 {
    margin-bottom: 5px;
  }

  .can-hover\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .can-hover\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .can-hover\:mb-8 {
    margin-bottom: 2rem;
  }

  .can-hover\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .can-hover\:mb-10 {
    margin-bottom: 10px;
  }

  .can-hover\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .can-hover\:mb-12 {
    margin-bottom: 3rem;
  }

  .can-hover\:mb-14 {
    margin-bottom: 14px;
  }

  .can-hover\:mb-16 {
    margin-bottom: 16px;
  }

  .can-hover\:mb-20 {
    margin-bottom: 20px;
  }

  .can-hover\:mb-24 {
    margin-bottom: 24px;
  }

  .can-hover\:mb-28 {
    margin-bottom: 7rem;
  }

  .can-hover\:mb-30 {
    margin-bottom: 30px;
  }

  .can-hover\:mb-32 {
    margin-bottom: 8rem;
  }

  .can-hover\:mb-36 {
    margin-bottom: 9rem;
  }

  .can-hover\:mb-40 {
    margin-bottom: 10rem;
  }

  .can-hover\:mb-44 {
    margin-bottom: 11rem;
  }

  .can-hover\:mb-48 {
    margin-bottom: 48px;
  }

  .can-hover\:mb-52 {
    margin-bottom: 13rem;
  }

  .can-hover\:mb-56 {
    margin-bottom: 14rem;
  }

  .can-hover\:mb-60 {
    margin-bottom: 60px;
  }

  .can-hover\:mb-64 {
    margin-bottom: 16rem;
  }

  .can-hover\:mb-72 {
    margin-bottom: 18rem;
  }

  .can-hover\:mb-80 {
    margin-bottom: 20rem;
  }

  .can-hover\:mb-95 {
    margin-bottom: 95px;
  }

  .can-hover\:mb-96 {
    margin-bottom: 24rem;
  }

  .can-hover\:mb-120 {
    margin-bottom: 120px;
  }

  .can-hover\:mb-190 {
    margin-bottom: 190px;
  }

  .can-hover\:mb-auto {
    margin-bottom: auto;
  }

  .can-hover\:mb-px {
    margin-bottom: 1px;
  }

  .can-hover\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .can-hover\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .can-hover\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .can-hover\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .can-hover\:mb-30\% {
    margin-bottom: 30%;
  }

  .can-hover\:mb-7\.5r {
    margin-bottom: 1.875rem;
  }

  .can-hover\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .can-hover\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .can-hover\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .can-hover\:-mb-4 {
    margin-bottom: -1rem;
  }

  .can-hover\:-mb-5 {
    margin-bottom: -5px;
  }

  .can-hover\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .can-hover\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .can-hover\:-mb-8 {
    margin-bottom: -2rem;
  }

  .can-hover\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .can-hover\:-mb-10 {
    margin-bottom: -10px;
  }

  .can-hover\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .can-hover\:-mb-12 {
    margin-bottom: -3rem;
  }

  .can-hover\:-mb-14 {
    margin-bottom: -14px;
  }

  .can-hover\:-mb-16 {
    margin-bottom: -16px;
  }

  .can-hover\:-mb-20 {
    margin-bottom: -20px;
  }

  .can-hover\:-mb-24 {
    margin-bottom: -24px;
  }

  .can-hover\:-mb-28 {
    margin-bottom: -7rem;
  }

  .can-hover\:-mb-30 {
    margin-bottom: -30px;
  }

  .can-hover\:-mb-32 {
    margin-bottom: -8rem;
  }

  .can-hover\:-mb-36 {
    margin-bottom: -9rem;
  }

  .can-hover\:-mb-40 {
    margin-bottom: -10rem;
  }

  .can-hover\:-mb-44 {
    margin-bottom: -11rem;
  }

  .can-hover\:-mb-48 {
    margin-bottom: -48px;
  }

  .can-hover\:-mb-52 {
    margin-bottom: -13rem;
  }

  .can-hover\:-mb-56 {
    margin-bottom: -14rem;
  }

  .can-hover\:-mb-60 {
    margin-bottom: -60px;
  }

  .can-hover\:-mb-64 {
    margin-bottom: -16rem;
  }

  .can-hover\:-mb-72 {
    margin-bottom: -18rem;
  }

  .can-hover\:-mb-80 {
    margin-bottom: -20rem;
  }

  .can-hover\:-mb-95 {
    margin-bottom: -95px;
  }

  .can-hover\:-mb-96 {
    margin-bottom: -24rem;
  }

  .can-hover\:-mb-120 {
    margin-bottom: -120px;
  }

  .can-hover\:-mb-190 {
    margin-bottom: -190px;
  }

  .can-hover\:-mb-px {
    margin-bottom: -1px;
  }

  .can-hover\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .can-hover\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .can-hover\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .can-hover\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .can-hover\:-mb-30\% {
    margin-bottom: -30%;
  }

  .can-hover\:-mb-7\.5r {
    margin-bottom: -1.875rem;
  }

  .can-hover\:ml-0 {
    margin-left: 0;
  }

  .can-hover\:ml-1 {
    margin-left: 0.25rem;
  }

  .can-hover\:ml-2 {
    margin-left: 0.5rem;
  }

  .can-hover\:ml-3 {
    margin-left: 0.75rem;
  }

  .can-hover\:ml-4 {
    margin-left: 1rem;
  }

  .can-hover\:ml-5 {
    margin-left: 5px;
  }

  .can-hover\:ml-6 {
    margin-left: 1.5rem;
  }

  .can-hover\:ml-7 {
    margin-left: 1.75rem;
  }

  .can-hover\:ml-8 {
    margin-left: 2rem;
  }

  .can-hover\:ml-9 {
    margin-left: 2.25rem;
  }

  .can-hover\:ml-10 {
    margin-left: 10px;
  }

  .can-hover\:ml-11 {
    margin-left: 2.75rem;
  }

  .can-hover\:ml-12 {
    margin-left: 3rem;
  }

  .can-hover\:ml-14 {
    margin-left: 14px;
  }

  .can-hover\:ml-16 {
    margin-left: 16px;
  }

  .can-hover\:ml-20 {
    margin-left: 20px;
  }

  .can-hover\:ml-24 {
    margin-left: 24px;
  }

  .can-hover\:ml-28 {
    margin-left: 7rem;
  }

  .can-hover\:ml-30 {
    margin-left: 30px;
  }

  .can-hover\:ml-32 {
    margin-left: 8rem;
  }

  .can-hover\:ml-36 {
    margin-left: 9rem;
  }

  .can-hover\:ml-40 {
    margin-left: 10rem;
  }

  .can-hover\:ml-44 {
    margin-left: 11rem;
  }

  .can-hover\:ml-48 {
    margin-left: 48px;
  }

  .can-hover\:ml-52 {
    margin-left: 13rem;
  }

  .can-hover\:ml-56 {
    margin-left: 14rem;
  }

  .can-hover\:ml-60 {
    margin-left: 60px;
  }

  .can-hover\:ml-64 {
    margin-left: 16rem;
  }

  .can-hover\:ml-72 {
    margin-left: 18rem;
  }

  .can-hover\:ml-80 {
    margin-left: 20rem;
  }

  .can-hover\:ml-95 {
    margin-left: 95px;
  }

  .can-hover\:ml-96 {
    margin-left: 24rem;
  }

  .can-hover\:ml-120 {
    margin-left: 120px;
  }

  .can-hover\:ml-190 {
    margin-left: 190px;
  }

  .can-hover\:ml-auto {
    margin-left: auto;
  }

  .can-hover\:ml-px {
    margin-left: 1px;
  }

  .can-hover\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .can-hover\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .can-hover\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .can-hover\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .can-hover\:ml-30\% {
    margin-left: 30%;
  }

  .can-hover\:ml-7\.5r {
    margin-left: 1.875rem;
  }

  .can-hover\:-ml-1 {
    margin-left: -0.25rem;
  }

  .can-hover\:-ml-2 {
    margin-left: -0.5rem;
  }

  .can-hover\:-ml-3 {
    margin-left: -0.75rem;
  }

  .can-hover\:-ml-4 {
    margin-left: -1rem;
  }

  .can-hover\:-ml-5 {
    margin-left: -5px;
  }

  .can-hover\:-ml-6 {
    margin-left: -1.5rem;
  }

  .can-hover\:-ml-7 {
    margin-left: -1.75rem;
  }

  .can-hover\:-ml-8 {
    margin-left: -2rem;
  }

  .can-hover\:-ml-9 {
    margin-left: -2.25rem;
  }

  .can-hover\:-ml-10 {
    margin-left: -10px;
  }

  .can-hover\:-ml-11 {
    margin-left: -2.75rem;
  }

  .can-hover\:-ml-12 {
    margin-left: -3rem;
  }

  .can-hover\:-ml-14 {
    margin-left: -14px;
  }

  .can-hover\:-ml-16 {
    margin-left: -16px;
  }

  .can-hover\:-ml-20 {
    margin-left: -20px;
  }

  .can-hover\:-ml-24 {
    margin-left: -24px;
  }

  .can-hover\:-ml-28 {
    margin-left: -7rem;
  }

  .can-hover\:-ml-30 {
    margin-left: -30px;
  }

  .can-hover\:-ml-32 {
    margin-left: -8rem;
  }

  .can-hover\:-ml-36 {
    margin-left: -9rem;
  }

  .can-hover\:-ml-40 {
    margin-left: -10rem;
  }

  .can-hover\:-ml-44 {
    margin-left: -11rem;
  }

  .can-hover\:-ml-48 {
    margin-left: -48px;
  }

  .can-hover\:-ml-52 {
    margin-left: -13rem;
  }

  .can-hover\:-ml-56 {
    margin-left: -14rem;
  }

  .can-hover\:-ml-60 {
    margin-left: -60px;
  }

  .can-hover\:-ml-64 {
    margin-left: -16rem;
  }

  .can-hover\:-ml-72 {
    margin-left: -18rem;
  }

  .can-hover\:-ml-80 {
    margin-left: -20rem;
  }

  .can-hover\:-ml-95 {
    margin-left: -95px;
  }

  .can-hover\:-ml-96 {
    margin-left: -24rem;
  }

  .can-hover\:-ml-120 {
    margin-left: -120px;
  }

  .can-hover\:-ml-190 {
    margin-left: -190px;
  }

  .can-hover\:-ml-px {
    margin-left: -1px;
  }

  .can-hover\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .can-hover\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .can-hover\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .can-hover\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .can-hover\:-ml-30\% {
    margin-left: -30%;
  }

  .can-hover\:-ml-7\.5r {
    margin-left: -1.875rem;
  }

  .can-hover\:box-border {
    box-sizing: border-box;
  }

  .can-hover\:box-content {
    box-sizing: content-box;
  }

  .can-hover\:block {
    display: block;
  }

  .can-hover\:inline-block {
    display: inline-block;
  }

  .can-hover\:inline {
    display: inline;
  }

  .can-hover\:flex {
    display: flex;
  }

  .can-hover\:inline-flex {
    display: inline-flex;
  }

  .can-hover\:table {
    display: table;
  }

  .can-hover\:inline-table {
    display: inline-table;
  }

  .can-hover\:table-caption {
    display: table-caption;
  }

  .can-hover\:table-cell {
    display: table-cell;
  }

  .can-hover\:table-column {
    display: table-column;
  }

  .can-hover\:table-column-group {
    display: table-column-group;
  }

  .can-hover\:table-footer-group {
    display: table-footer-group;
  }

  .can-hover\:table-header-group {
    display: table-header-group;
  }

  .can-hover\:table-row-group {
    display: table-row-group;
  }

  .can-hover\:table-row {
    display: table-row;
  }

  .can-hover\:flow-root {
    display: flow-root;
  }

  .can-hover\:grid {
    display: grid;
  }

  .can-hover\:inline-grid {
    display: inline-grid;
  }

  .can-hover\:contents {
    display: contents;
  }

  .can-hover\:list-item {
    display: list-item;
  }

  .can-hover\:hidden {
    display: none;
  }

  .group:hover .can-hover\:group-hover\:block {
    display: block;
  }

  .group:hover .can-hover\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .can-hover\:group-hover\:inline {
    display: inline;
  }

  .group:hover .can-hover\:group-hover\:flex {
    display: flex;
  }

  .group:hover .can-hover\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .can-hover\:group-hover\:table {
    display: table;
  }

  .group:hover .can-hover\:group-hover\:inline-table {
    display: inline-table;
  }

  .group:hover .can-hover\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .can-hover\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .can-hover\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .can-hover\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .can-hover\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .can-hover\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .can-hover\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .can-hover\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .can-hover\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .can-hover\:group-hover\:grid {
    display: grid;
  }

  .group:hover .can-hover\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .can-hover\:group-hover\:contents {
    display: contents;
  }

  .group:hover .can-hover\:group-hover\:list-item {
    display: list-item;
  }

  .group:hover .can-hover\:group-hover\:hidden {
    display: none;
  }

  .can-hover\:h-0 {
    height: 0;
  }

  .can-hover\:h-1 {
    height: 0.25rem;
  }

  .can-hover\:h-2 {
    height: 0.5rem;
  }

  .can-hover\:h-3 {
    height: 0.75rem;
  }

  .can-hover\:h-4 {
    height: 1rem;
  }

  .can-hover\:h-5 {
    height: 5px;
  }

  .can-hover\:h-6 {
    height: 1.5rem;
  }

  .can-hover\:h-7 {
    height: 1.75rem;
  }

  .can-hover\:h-8 {
    height: 2rem;
  }

  .can-hover\:h-9 {
    height: 2.25rem;
  }

  .can-hover\:h-10 {
    height: 10px;
  }

  .can-hover\:h-11 {
    height: 2.75rem;
  }

  .can-hover\:h-12 {
    height: 12px;
  }

  .can-hover\:h-14 {
    height: 14px;
  }

  .can-hover\:h-16 {
    height: 16px;
  }

  .can-hover\:h-20 {
    height: 20px;
  }

  .can-hover\:h-24 {
    height: 24px;
  }

  .can-hover\:h-28 {
    height: 7rem;
  }

  .can-hover\:h-30 {
    height: 30px;
  }

  .can-hover\:h-32 {
    height: 8rem;
  }

  .can-hover\:h-36 {
    height: 9rem;
  }

  .can-hover\:h-40 {
    height: 10rem;
  }

  .can-hover\:h-42 {
    height: 42px;
  }

  .can-hover\:h-44 {
    height: 11rem;
  }

  .can-hover\:h-48 {
    height: 48px;
  }

  .can-hover\:h-52 {
    height: 13rem;
  }

  .can-hover\:h-56 {
    height: 14rem;
  }

  .can-hover\:h-60 {
    height: 60px;
  }

  .can-hover\:h-64 {
    height: 16rem;
  }

  .can-hover\:h-70 {
    height: 70px;
  }

  .can-hover\:h-72 {
    height: 18rem;
  }

  .can-hover\:h-78 {
    height: 78px;
  }

  .can-hover\:h-80 {
    height: 20rem;
  }

  .can-hover\:h-95 {
    height: 95px;
  }

  .can-hover\:h-96 {
    height: 24rem;
  }

  .can-hover\:h-120 {
    height: 120px;
  }

  .can-hover\:h-190 {
    height: 190px;
  }

  .can-hover\:h-auto {
    height: auto;
  }

  .can-hover\:h-px {
    height: 1px;
  }

  .can-hover\:h-0\.5 {
    height: 0.125rem;
  }

  .can-hover\:h-1\.5 {
    height: 0.375rem;
  }

  .can-hover\:h-2\.5 {
    height: 0.625rem;
  }

  .can-hover\:h-3\.5 {
    height: 0.875rem;
  }

  .can-hover\:h-30\% {
    height: 30%;
  }

  .can-hover\:h-7\.5r {
    height: 1.875rem;
  }

  .can-hover\:h-1\/2 {
    height: 50%;
  }

  .can-hover\:h-1\/3 {
    height: 33.333333%;
  }

  .can-hover\:h-2\/3 {
    height: 66.667%;
  }

  .can-hover\:h-1\/4 {
    height: 25%;
  }

  .can-hover\:h-2\/4 {
    height: 50%;
  }

  .can-hover\:h-3\/4 {
    height: 75%;
  }

  .can-hover\:h-1\/5 {
    height: 20%;
  }

  .can-hover\:h-2\/5 {
    height: 40%;
  }

  .can-hover\:h-3\/5 {
    height: 60%;
  }

  .can-hover\:h-4\/5 {
    height: 80%;
  }

  .can-hover\:h-1\/6 {
    height: 16.666667%;
  }

  .can-hover\:h-2\/6 {
    height: 33.333333%;
  }

  .can-hover\:h-3\/6 {
    height: 50%;
  }

  .can-hover\:h-4\/6 {
    height: 66.666667%;
  }

  .can-hover\:h-5\/6 {
    height: 83.333333%;
  }

  .can-hover\:h-full {
    height: 100%;
  }

  .can-hover\:h-screen {
    height: 100vh;
  }

  .can-hover\:h-20r {
    height: 5rem;
  }

  .can-hover\:h-50vh {
    height: 50vh;
  }

  .can-hover\:h-66vh {
    height: 66vh;
  }

  .can-hover\:h-75vh {
    height: 75vh;
  }

  .can-hover\:h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .can-hover\:max-h-0 {
    max-height: 0;
  }

  .can-hover\:max-h-1 {
    max-height: 0.25rem;
  }

  .can-hover\:max-h-2 {
    max-height: 0.5rem;
  }

  .can-hover\:max-h-3 {
    max-height: 0.75rem;
  }

  .can-hover\:max-h-4 {
    max-height: 1rem;
  }

  .can-hover\:max-h-5 {
    max-height: 5px;
  }

  .can-hover\:max-h-6 {
    max-height: 1.5rem;
  }

  .can-hover\:max-h-7 {
    max-height: 1.75rem;
  }

  .can-hover\:max-h-8 {
    max-height: 2rem;
  }

  .can-hover\:max-h-9 {
    max-height: 2.25rem;
  }

  .can-hover\:max-h-10 {
    max-height: 10px;
  }

  .can-hover\:max-h-11 {
    max-height: 2.75rem;
  }

  .can-hover\:max-h-12 {
    max-height: 3rem;
  }

  .can-hover\:max-h-14 {
    max-height: 14px;
  }

  .can-hover\:max-h-16 {
    max-height: 16px;
  }

  .can-hover\:max-h-20 {
    max-height: 20px;
  }

  .can-hover\:max-h-24 {
    max-height: 24px;
  }

  .can-hover\:max-h-28 {
    max-height: 7rem;
  }

  .can-hover\:max-h-30 {
    max-height: 30px;
  }

  .can-hover\:max-h-32 {
    max-height: 8rem;
  }

  .can-hover\:max-h-36 {
    max-height: 9rem;
  }

  .can-hover\:max-h-40 {
    max-height: 10rem;
  }

  .can-hover\:max-h-44 {
    max-height: 11rem;
  }

  .can-hover\:max-h-48 {
    max-height: 48px;
  }

  .can-hover\:max-h-52 {
    max-height: 13rem;
  }

  .can-hover\:max-h-56 {
    max-height: 14rem;
  }

  .can-hover\:max-h-60 {
    max-height: 60px;
  }

  .can-hover\:max-h-64 {
    max-height: 16rem;
  }

  .can-hover\:max-h-72 {
    max-height: 18rem;
  }

  .can-hover\:max-h-80 {
    max-height: 20rem;
  }

  .can-hover\:max-h-95 {
    max-height: 95px;
  }

  .can-hover\:max-h-96 {
    max-height: 24rem;
  }

  .can-hover\:max-h-120 {
    max-height: 120px;
  }

  .can-hover\:max-h-190 {
    max-height: 190px;
  }

  .can-hover\:max-h-px {
    max-height: 1px;
  }

  .can-hover\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .can-hover\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .can-hover\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .can-hover\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .can-hover\:max-h-30\% {
    max-height: 30%;
  }

  .can-hover\:max-h-7\.5r {
    max-height: 1.875rem;
  }

  .can-hover\:max-h-full {
    max-height: 100%;
  }

  .can-hover\:max-h-screen {
    max-height: 100vh;
  }

  .can-hover\:min-h-0 {
    min-height: 0px;
  }

  .can-hover\:min-h-24 {
    min-height: 6rem;
  }

  .can-hover\:min-h-78 {
    min-height: 78px;
  }

  .can-hover\:min-h-full {
    min-height: 100%;
  }

  .can-hover\:min-h-screen {
    min-height: 100vh;
  }

  .can-hover\:min-h-25\.5 {
    min-height: 6.375rem;
  }

  .can-hover\:min-h-1\/2 {
    min-height: 50%;
  }

  .can-hover\:min-h-2\/3 {
    min-height: 66.667%;
  }

  .can-hover\:min-h-3\/4 {
    min-height: 75%;
  }

  .can-hover\:min-h-50vh {
    min-height: 50vh;
  }

  .can-hover\:min-h-66vh {
    min-height: 66vh;
  }

  .can-hover\:min-h-75vh {
    min-height: 75vh;
  }

  .can-hover\:w-0 {
    width: 0;
  }

  .can-hover\:w-1 {
    width: 0.25rem;
  }

  .can-hover\:w-2 {
    width: 0.5rem;
  }

  .can-hover\:w-3 {
    width: 0.75rem;
  }

  .can-hover\:w-4 {
    width: 1rem;
  }

  .can-hover\:w-5 {
    width: 5px;
  }

  .can-hover\:w-6 {
    width: 1.5rem;
  }

  .can-hover\:w-7 {
    width: 1.75rem;
  }

  .can-hover\:w-8 {
    width: 2rem;
  }

  .can-hover\:w-9 {
    width: 2.25rem;
  }

  .can-hover\:w-10 {
    width: 10px;
  }

  .can-hover\:w-11 {
    width: 2.75rem;
  }

  .can-hover\:w-12 {
    width: 3rem;
  }

  .can-hover\:w-14 {
    width: 14px;
  }

  .can-hover\:w-16 {
    width: 16px;
  }

  .can-hover\:w-20 {
    width: 20px;
  }

  .can-hover\:w-24 {
    width: 24px;
  }

  .can-hover\:w-28 {
    width: 7rem;
  }

  .can-hover\:w-30 {
    width: 30px;
  }

  .can-hover\:w-32 {
    width: 8rem;
  }

  .can-hover\:w-36 {
    width: 9rem;
  }

  .can-hover\:w-40 {
    width: 10rem;
  }

  .can-hover\:w-44 {
    width: 11rem;
  }

  .can-hover\:w-48 {
    width: 48px;
  }

  .can-hover\:w-52 {
    width: 13rem;
  }

  .can-hover\:w-56 {
    width: 14rem;
  }

  .can-hover\:w-60 {
    width: 60px;
  }

  .can-hover\:w-64 {
    width: 16rem;
  }

  .can-hover\:w-72 {
    width: 18rem;
  }

  .can-hover\:w-80 {
    width: 20rem;
  }

  .can-hover\:w-95 {
    width: 95px;
  }

  .can-hover\:w-96 {
    width: 24rem;
  }

  .can-hover\:w-120 {
    width: 120px;
  }

  .can-hover\:w-150 {
    width: 150px;
  }

  .can-hover\:w-190 {
    width: 190px;
  }

  .can-hover\:w-auto {
    width: auto;
  }

  .can-hover\:w-px {
    width: 1px;
  }

  .can-hover\:w-0\.5 {
    width: 0.125rem;
  }

  .can-hover\:w-1\.5 {
    width: 0.375rem;
  }

  .can-hover\:w-2\.5 {
    width: 0.625rem;
  }

  .can-hover\:w-3\.5 {
    width: 0.875rem;
  }

  .can-hover\:w-30\% {
    width: 30%;
  }

  .can-hover\:w-7\.5r {
    width: 1.875rem;
  }

  .can-hover\:w-1\/2 {
    width: 50%;
  }

  .can-hover\:w-1\/3 {
    width: 33.333333%;
  }

  .can-hover\:w-2\/3 {
    width: 66.666667%;
  }

  .can-hover\:w-1\/4 {
    width: 25%;
  }

  .can-hover\:w-2\/4 {
    width: 50%;
  }

  .can-hover\:w-3\/4 {
    width: 75%;
  }

  .can-hover\:w-1\/5 {
    width: 20%;
  }

  .can-hover\:w-2\/5 {
    width: 40%;
  }

  .can-hover\:w-3\/5 {
    width: 60%;
  }

  .can-hover\:w-4\/5 {
    width: 80%;
  }

  .can-hover\:w-1\/6 {
    width: 16.666667%;
  }

  .can-hover\:w-2\/6 {
    width: 33.333333%;
  }

  .can-hover\:w-3\/6 {
    width: 50%;
  }

  .can-hover\:w-4\/6 {
    width: 66.666667%;
  }

  .can-hover\:w-5\/6 {
    width: 83.333333%;
  }

  .can-hover\:w-1\/12 {
    width: 8.333333%;
  }

  .can-hover\:w-2\/12 {
    width: 16.666667%;
  }

  .can-hover\:w-3\/12 {
    width: 25%;
  }

  .can-hover\:w-4\/12 {
    width: 33.333333%;
  }

  .can-hover\:w-5\/12 {
    width: 41.666667%;
  }

  .can-hover\:w-6\/12 {
    width: 50%;
  }

  .can-hover\:w-7\/12 {
    width: 58.333333%;
  }

  .can-hover\:w-8\/12 {
    width: 66.666667%;
  }

  .can-hover\:w-9\/12 {
    width: 75%;
  }

  .can-hover\:w-10\/12 {
    width: 83.333333%;
  }

  .can-hover\:w-11\/12 {
    width: 91.666667%;
  }

  .can-hover\:w-full {
    width: 100%;
  }

  .can-hover\:w-screen {
    width: 100vw;
  }

  .can-hover\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .can-hover\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .can-hover\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .can-hover\:w-20r {
    width: 5rem;
  }

  .can-hover\:min-w-0 {
    min-width: 0px;
  }

  .can-hover\:min-w-1280 {
    min-width: 1280px;
  }

  .can-hover\:min-w-full {
    min-width: 100%;
  }

  .can-hover\:min-w-min {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .can-hover\:min-w-max {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .can-hover\:min-w-7\.5r {
    min-width: 1.875rem;
  }

  .can-hover\:min-w-10r {
    min-width: 2.5rem;
  }

  .can-hover\:min-w-12\.5r {
    min-width: 3.125rem;
  }

  .can-hover\:min-w-17\.5r {
    min-width: 4.375rem;
  }

  .can-hover\:min-w-20r {
    min-width: 5rem;
  }

  .can-hover\:min-w-25r {
    min-width: 6.25rem;
  }

  .can-hover\:min-w-37\.5r {
    min-width: 9.375rem;
  }

  .can-hover\:min-w-45r {
    min-width: 11.25rem;
  }

  .can-hover\:min-w-367\.5r {
    min-width: 91.875rem;
  }

  .can-hover\:max-w-0 {
    max-width: 0rem;
  }

  .can-hover\:max-w-none {
    max-width: none;
  }

  .can-hover\:max-w-xs {
    max-width: 20rem;
  }

  .can-hover\:max-w-sm {
    max-width: 24rem;
  }

  .can-hover\:max-w-md {
    max-width: 28rem;
  }

  .can-hover\:max-w-lg {
    max-width: 32rem;
  }

  .can-hover\:max-w-xl {
    max-width: 36rem;
  }

  .can-hover\:max-w-2xl {
    max-width: 42rem;
  }

  .can-hover\:max-w-3xl {
    max-width: 48rem;
  }

  .can-hover\:max-w-4xl {
    max-width: 56rem;
  }

  .can-hover\:max-w-5xl {
    max-width: 64rem;
  }

  .can-hover\:max-w-6xl {
    max-width: 72rem;
  }

  .can-hover\:max-w-7xl {
    max-width: 80rem;
  }

  .can-hover\:max-w-full {
    max-width: 100%;
  }

  .can-hover\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .can-hover\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .can-hover\:max-w-prose {
    max-width: 65ch;
  }

  .can-hover\:max-w-screen-sm {
    max-width: 640px;
  }

  .can-hover\:max-w-screen-md {
    max-width: 768px;
  }

  .can-hover\:max-w-screen-lg {
    max-width: 1280px;
  }

  .can-hover\:max-w-screen-xl {
    max-width: 1440px;
  }

  .can-hover\:max-w-screen-2xl {
    max-width: 1600px;
  }

  .can-hover\:max-w-screen-desktop {
    max-width: 1280px;
  }

  .can-hover\:max-w-screen-xxs {
    max-width: 320px;
  }

  .can-hover\:max-w-screen-xs {
    max-width: 4820px;
  }

  .can-hover\:flex-1 {
    flex: 1 1 0%;
  }

  .can-hover\:flex-auto {
    flex: 1 1 auto;
  }

  .can-hover\:flex-initial {
    flex: 0 1 auto;
  }

  .can-hover\:flex-none {
    flex: none;
  }

  .can-hover\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .can-hover\:flex-shrink {
    flex-shrink: 1;
  }

  .can-hover\:flex-grow-0 {
    flex-grow: 0;
  }

  .can-hover\:flex-grow {
    flex-grow: 1;
  }

  .can-hover\:table-auto {
    table-layout: auto;
  }

  .can-hover\:table-fixed {
    table-layout: fixed;
  }

  .can-hover\:border-collapse {
    border-collapse: collapse;
  }

  .can-hover\:border-separate {
    border-collapse: separate;
  }

  .can-hover\:origin-center {
    transform-origin: center;
  }

  .can-hover\:origin-top {
    transform-origin: top;
  }

  .can-hover\:origin-top-right {
    transform-origin: top right;
  }

  .can-hover\:origin-right {
    transform-origin: right;
  }

  .can-hover\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .can-hover\:origin-bottom {
    transform-origin: bottom;
  }

  .can-hover\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .can-hover\:origin-left {
    transform-origin: left;
  }

  .can-hover\:origin-top-left {
    transform-origin: top left;
  }

  .can-hover\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .can-hover\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .can-hover\:transform-none {
    transform: none;
  }

  .can-hover\:translate-x-0 {
    --tw-translate-x: 0;
  }

  .can-hover\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .can-hover\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .can-hover\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .can-hover\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .can-hover\:translate-x-5 {
    --tw-translate-x: 5px;
  }

  .can-hover\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .can-hover\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .can-hover\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .can-hover\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .can-hover\:translate-x-10 {
    --tw-translate-x: 10px;
  }

  .can-hover\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .can-hover\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .can-hover\:translate-x-14 {
    --tw-translate-x: 14px;
  }

  .can-hover\:translate-x-16 {
    --tw-translate-x: 16px;
  }

  .can-hover\:translate-x-20 {
    --tw-translate-x: 20px;
  }

  .can-hover\:translate-x-24 {
    --tw-translate-x: 24px;
  }

  .can-hover\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .can-hover\:translate-x-30 {
    --tw-translate-x: 30px;
  }

  .can-hover\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .can-hover\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .can-hover\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .can-hover\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .can-hover\:translate-x-48 {
    --tw-translate-x: 48px;
  }

  .can-hover\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .can-hover\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .can-hover\:translate-x-60 {
    --tw-translate-x: 60px;
  }

  .can-hover\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .can-hover\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .can-hover\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .can-hover\:translate-x-95 {
    --tw-translate-x: 95px;
  }

  .can-hover\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .can-hover\:translate-x-120 {
    --tw-translate-x: 120px;
  }

  .can-hover\:translate-x-190 {
    --tw-translate-x: 190px;
  }

  .can-hover\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .can-hover\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .can-hover\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .can-hover\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .can-hover\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .can-hover\:translate-x-30\% {
    --tw-translate-x: 30%;
  }

  .can-hover\:translate-x-7\.5r {
    --tw-translate-x: 1.875rem;
  }

  .can-hover\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .can-hover\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .can-hover\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .can-hover\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .can-hover\:-translate-x-5 {
    --tw-translate-x: -5px;
  }

  .can-hover\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .can-hover\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .can-hover\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .can-hover\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .can-hover\:-translate-x-10 {
    --tw-translate-x: -10px;
  }

  .can-hover\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .can-hover\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .can-hover\:-translate-x-14 {
    --tw-translate-x: -14px;
  }

  .can-hover\:-translate-x-16 {
    --tw-translate-x: -16px;
  }

  .can-hover\:-translate-x-20 {
    --tw-translate-x: -20px;
  }

  .can-hover\:-translate-x-24 {
    --tw-translate-x: -24px;
  }

  .can-hover\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .can-hover\:-translate-x-30 {
    --tw-translate-x: -30px;
  }

  .can-hover\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .can-hover\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .can-hover\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .can-hover\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .can-hover\:-translate-x-48 {
    --tw-translate-x: -48px;
  }

  .can-hover\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .can-hover\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .can-hover\:-translate-x-60 {
    --tw-translate-x: -60px;
  }

  .can-hover\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .can-hover\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .can-hover\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .can-hover\:-translate-x-95 {
    --tw-translate-x: -95px;
  }

  .can-hover\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .can-hover\:-translate-x-120 {
    --tw-translate-x: -120px;
  }

  .can-hover\:-translate-x-190 {
    --tw-translate-x: -190px;
  }

  .can-hover\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .can-hover\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .can-hover\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .can-hover\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .can-hover\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .can-hover\:-translate-x-30\% {
    --tw-translate-x: -30%;
  }

  .can-hover\:-translate-x-7\.5r {
    --tw-translate-x: -1.875rem;
  }

  .can-hover\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .can-hover\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .can-hover\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .can-hover\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .can-hover\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .can-hover\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .can-hover\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .can-hover\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .can-hover\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .can-hover\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .can-hover\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .can-hover\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .can-hover\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .can-hover\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .can-hover\:translate-y-0 {
    --tw-translate-y: 0;
  }

  .can-hover\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .can-hover\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .can-hover\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .can-hover\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .can-hover\:translate-y-5 {
    --tw-translate-y: 5px;
  }

  .can-hover\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .can-hover\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .can-hover\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .can-hover\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .can-hover\:translate-y-10 {
    --tw-translate-y: 10px;
  }

  .can-hover\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .can-hover\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .can-hover\:translate-y-14 {
    --tw-translate-y: 14px;
  }

  .can-hover\:translate-y-16 {
    --tw-translate-y: 16px;
  }

  .can-hover\:translate-y-20 {
    --tw-translate-y: 20px;
  }

  .can-hover\:translate-y-24 {
    --tw-translate-y: 24px;
  }

  .can-hover\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .can-hover\:translate-y-30 {
    --tw-translate-y: 30px;
  }

  .can-hover\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .can-hover\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .can-hover\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .can-hover\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .can-hover\:translate-y-48 {
    --tw-translate-y: 48px;
  }

  .can-hover\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .can-hover\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .can-hover\:translate-y-60 {
    --tw-translate-y: 60px;
  }

  .can-hover\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .can-hover\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .can-hover\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .can-hover\:translate-y-95 {
    --tw-translate-y: 95px;
  }

  .can-hover\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .can-hover\:translate-y-120 {
    --tw-translate-y: 120px;
  }

  .can-hover\:translate-y-190 {
    --tw-translate-y: 190px;
  }

  .can-hover\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .can-hover\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .can-hover\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .can-hover\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .can-hover\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .can-hover\:translate-y-30\% {
    --tw-translate-y: 30%;
  }

  .can-hover\:translate-y-7\.5r {
    --tw-translate-y: 1.875rem;
  }

  .can-hover\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .can-hover\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .can-hover\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .can-hover\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .can-hover\:-translate-y-5 {
    --tw-translate-y: -5px;
  }

  .can-hover\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .can-hover\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .can-hover\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .can-hover\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .can-hover\:-translate-y-10 {
    --tw-translate-y: -10px;
  }

  .can-hover\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .can-hover\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .can-hover\:-translate-y-14 {
    --tw-translate-y: -14px;
  }

  .can-hover\:-translate-y-16 {
    --tw-translate-y: -16px;
  }

  .can-hover\:-translate-y-20 {
    --tw-translate-y: -20px;
  }

  .can-hover\:-translate-y-24 {
    --tw-translate-y: -24px;
  }

  .can-hover\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .can-hover\:-translate-y-30 {
    --tw-translate-y: -30px;
  }

  .can-hover\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .can-hover\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .can-hover\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .can-hover\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .can-hover\:-translate-y-48 {
    --tw-translate-y: -48px;
  }

  .can-hover\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .can-hover\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .can-hover\:-translate-y-60 {
    --tw-translate-y: -60px;
  }

  .can-hover\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .can-hover\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .can-hover\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .can-hover\:-translate-y-95 {
    --tw-translate-y: -95px;
  }

  .can-hover\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .can-hover\:-translate-y-120 {
    --tw-translate-y: -120px;
  }

  .can-hover\:-translate-y-190 {
    --tw-translate-y: -190px;
  }

  .can-hover\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .can-hover\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .can-hover\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .can-hover\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .can-hover\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .can-hover\:-translate-y-30\% {
    --tw-translate-y: -30%;
  }

  .can-hover\:-translate-y-7\.5r {
    --tw-translate-y: -1.875rem;
  }

  .can-hover\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .can-hover\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .can-hover\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .can-hover\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .can-hover\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .can-hover\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .can-hover\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .can-hover\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .can-hover\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .can-hover\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .can-hover\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .can-hover\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .can-hover\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .can-hover\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .can-hover\:hover\:translate-x-0:hover {
    --tw-translate-x: 0;
  }

  .can-hover\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .can-hover\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .can-hover\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .can-hover\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .can-hover\:hover\:translate-x-5:hover {
    --tw-translate-x: 5px;
  }

  .can-hover\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .can-hover\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .can-hover\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .can-hover\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .can-hover\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px;
  }

  .can-hover\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .can-hover\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .can-hover\:hover\:translate-x-14:hover {
    --tw-translate-x: 14px;
  }

  .can-hover\:hover\:translate-x-16:hover {
    --tw-translate-x: 16px;
  }

  .can-hover\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px;
  }

  .can-hover\:hover\:translate-x-24:hover {
    --tw-translate-x: 24px;
  }

  .can-hover\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .can-hover\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px;
  }

  .can-hover\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .can-hover\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .can-hover\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .can-hover\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .can-hover\:hover\:translate-x-48:hover {
    --tw-translate-x: 48px;
  }

  .can-hover\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .can-hover\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .can-hover\:hover\:translate-x-60:hover {
    --tw-translate-x: 60px;
  }

  .can-hover\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .can-hover\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .can-hover\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .can-hover\:hover\:translate-x-95:hover {
    --tw-translate-x: 95px;
  }

  .can-hover\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .can-hover\:hover\:translate-x-120:hover {
    --tw-translate-x: 120px;
  }

  .can-hover\:hover\:translate-x-190:hover {
    --tw-translate-x: 190px;
  }

  .can-hover\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .can-hover\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .can-hover\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .can-hover\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .can-hover\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .can-hover\:hover\:translate-x-30\%:hover {
    --tw-translate-x: 30%;
  }

  .can-hover\:hover\:translate-x-7\.5r:hover {
    --tw-translate-x: 1.875rem;
  }

  .can-hover\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .can-hover\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .can-hover\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .can-hover\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .can-hover\:hover\:-translate-x-5:hover {
    --tw-translate-x: -5px;
  }

  .can-hover\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .can-hover\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .can-hover\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .can-hover\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .can-hover\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px;
  }

  .can-hover\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .can-hover\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .can-hover\:hover\:-translate-x-14:hover {
    --tw-translate-x: -14px;
  }

  .can-hover\:hover\:-translate-x-16:hover {
    --tw-translate-x: -16px;
  }

  .can-hover\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px;
  }

  .can-hover\:hover\:-translate-x-24:hover {
    --tw-translate-x: -24px;
  }

  .can-hover\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .can-hover\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px;
  }

  .can-hover\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .can-hover\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .can-hover\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .can-hover\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .can-hover\:hover\:-translate-x-48:hover {
    --tw-translate-x: -48px;
  }

  .can-hover\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .can-hover\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .can-hover\:hover\:-translate-x-60:hover {
    --tw-translate-x: -60px;
  }

  .can-hover\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .can-hover\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .can-hover\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .can-hover\:hover\:-translate-x-95:hover {
    --tw-translate-x: -95px;
  }

  .can-hover\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .can-hover\:hover\:-translate-x-120:hover {
    --tw-translate-x: -120px;
  }

  .can-hover\:hover\:-translate-x-190:hover {
    --tw-translate-x: -190px;
  }

  .can-hover\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .can-hover\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .can-hover\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .can-hover\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .can-hover\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .can-hover\:hover\:-translate-x-30\%:hover {
    --tw-translate-x: -30%;
  }

  .can-hover\:hover\:-translate-x-7\.5r:hover {
    --tw-translate-x: -1.875rem;
  }

  .can-hover\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .can-hover\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .can-hover\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .can-hover\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .can-hover\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .can-hover\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .can-hover\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .can-hover\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .can-hover\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .can-hover\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .can-hover\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .can-hover\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .can-hover\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .can-hover\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .can-hover\:hover\:translate-y-0:hover {
    --tw-translate-y: 0;
  }

  .can-hover\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .can-hover\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .can-hover\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .can-hover\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .can-hover\:hover\:translate-y-5:hover {
    --tw-translate-y: 5px;
  }

  .can-hover\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .can-hover\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .can-hover\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .can-hover\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .can-hover\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px;
  }

  .can-hover\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .can-hover\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .can-hover\:hover\:translate-y-14:hover {
    --tw-translate-y: 14px;
  }

  .can-hover\:hover\:translate-y-16:hover {
    --tw-translate-y: 16px;
  }

  .can-hover\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px;
  }

  .can-hover\:hover\:translate-y-24:hover {
    --tw-translate-y: 24px;
  }

  .can-hover\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .can-hover\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px;
  }

  .can-hover\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .can-hover\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .can-hover\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .can-hover\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .can-hover\:hover\:translate-y-48:hover {
    --tw-translate-y: 48px;
  }

  .can-hover\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .can-hover\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .can-hover\:hover\:translate-y-60:hover {
    --tw-translate-y: 60px;
  }

  .can-hover\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .can-hover\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .can-hover\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .can-hover\:hover\:translate-y-95:hover {
    --tw-translate-y: 95px;
  }

  .can-hover\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .can-hover\:hover\:translate-y-120:hover {
    --tw-translate-y: 120px;
  }

  .can-hover\:hover\:translate-y-190:hover {
    --tw-translate-y: 190px;
  }

  .can-hover\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .can-hover\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .can-hover\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .can-hover\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .can-hover\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .can-hover\:hover\:translate-y-30\%:hover {
    --tw-translate-y: 30%;
  }

  .can-hover\:hover\:translate-y-7\.5r:hover {
    --tw-translate-y: 1.875rem;
  }

  .can-hover\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .can-hover\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .can-hover\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .can-hover\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .can-hover\:hover\:-translate-y-5:hover {
    --tw-translate-y: -5px;
  }

  .can-hover\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .can-hover\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .can-hover\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .can-hover\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .can-hover\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px;
  }

  .can-hover\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .can-hover\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .can-hover\:hover\:-translate-y-14:hover {
    --tw-translate-y: -14px;
  }

  .can-hover\:hover\:-translate-y-16:hover {
    --tw-translate-y: -16px;
  }

  .can-hover\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px;
  }

  .can-hover\:hover\:-translate-y-24:hover {
    --tw-translate-y: -24px;
  }

  .can-hover\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .can-hover\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px;
  }

  .can-hover\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .can-hover\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .can-hover\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .can-hover\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .can-hover\:hover\:-translate-y-48:hover {
    --tw-translate-y: -48px;
  }

  .can-hover\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .can-hover\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .can-hover\:hover\:-translate-y-60:hover {
    --tw-translate-y: -60px;
  }

  .can-hover\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .can-hover\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .can-hover\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .can-hover\:hover\:-translate-y-95:hover {
    --tw-translate-y: -95px;
  }

  .can-hover\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .can-hover\:hover\:-translate-y-120:hover {
    --tw-translate-y: -120px;
  }

  .can-hover\:hover\:-translate-y-190:hover {
    --tw-translate-y: -190px;
  }

  .can-hover\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .can-hover\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .can-hover\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .can-hover\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .can-hover\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .can-hover\:hover\:-translate-y-30\%:hover {
    --tw-translate-y: -30%;
  }

  .can-hover\:hover\:-translate-y-7\.5r:hover {
    --tw-translate-y: -1.875rem;
  }

  .can-hover\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .can-hover\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .can-hover\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .can-hover\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .can-hover\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .can-hover\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .can-hover\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .can-hover\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .can-hover\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .can-hover\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .can-hover\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .can-hover\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .can-hover\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .can-hover\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .can-hover\:focus\:translate-x-0:focus {
    --tw-translate-x: 0;
  }

  .can-hover\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .can-hover\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .can-hover\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .can-hover\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .can-hover\:focus\:translate-x-5:focus {
    --tw-translate-x: 5px;
  }

  .can-hover\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .can-hover\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .can-hover\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .can-hover\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .can-hover\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px;
  }

  .can-hover\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .can-hover\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .can-hover\:focus\:translate-x-14:focus {
    --tw-translate-x: 14px;
  }

  .can-hover\:focus\:translate-x-16:focus {
    --tw-translate-x: 16px;
  }

  .can-hover\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px;
  }

  .can-hover\:focus\:translate-x-24:focus {
    --tw-translate-x: 24px;
  }

  .can-hover\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .can-hover\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px;
  }

  .can-hover\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .can-hover\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .can-hover\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .can-hover\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .can-hover\:focus\:translate-x-48:focus {
    --tw-translate-x: 48px;
  }

  .can-hover\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .can-hover\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .can-hover\:focus\:translate-x-60:focus {
    --tw-translate-x: 60px;
  }

  .can-hover\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .can-hover\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .can-hover\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .can-hover\:focus\:translate-x-95:focus {
    --tw-translate-x: 95px;
  }

  .can-hover\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .can-hover\:focus\:translate-x-120:focus {
    --tw-translate-x: 120px;
  }

  .can-hover\:focus\:translate-x-190:focus {
    --tw-translate-x: 190px;
  }

  .can-hover\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .can-hover\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .can-hover\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .can-hover\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .can-hover\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .can-hover\:focus\:translate-x-30\%:focus {
    --tw-translate-x: 30%;
  }

  .can-hover\:focus\:translate-x-7\.5r:focus {
    --tw-translate-x: 1.875rem;
  }

  .can-hover\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .can-hover\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .can-hover\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .can-hover\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .can-hover\:focus\:-translate-x-5:focus {
    --tw-translate-x: -5px;
  }

  .can-hover\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .can-hover\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .can-hover\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .can-hover\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .can-hover\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px;
  }

  .can-hover\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .can-hover\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .can-hover\:focus\:-translate-x-14:focus {
    --tw-translate-x: -14px;
  }

  .can-hover\:focus\:-translate-x-16:focus {
    --tw-translate-x: -16px;
  }

  .can-hover\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px;
  }

  .can-hover\:focus\:-translate-x-24:focus {
    --tw-translate-x: -24px;
  }

  .can-hover\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .can-hover\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px;
  }

  .can-hover\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .can-hover\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .can-hover\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .can-hover\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .can-hover\:focus\:-translate-x-48:focus {
    --tw-translate-x: -48px;
  }

  .can-hover\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .can-hover\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .can-hover\:focus\:-translate-x-60:focus {
    --tw-translate-x: -60px;
  }

  .can-hover\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .can-hover\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .can-hover\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .can-hover\:focus\:-translate-x-95:focus {
    --tw-translate-x: -95px;
  }

  .can-hover\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .can-hover\:focus\:-translate-x-120:focus {
    --tw-translate-x: -120px;
  }

  .can-hover\:focus\:-translate-x-190:focus {
    --tw-translate-x: -190px;
  }

  .can-hover\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .can-hover\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .can-hover\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .can-hover\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .can-hover\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .can-hover\:focus\:-translate-x-30\%:focus {
    --tw-translate-x: -30%;
  }

  .can-hover\:focus\:-translate-x-7\.5r:focus {
    --tw-translate-x: -1.875rem;
  }

  .can-hover\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .can-hover\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .can-hover\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .can-hover\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .can-hover\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .can-hover\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .can-hover\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .can-hover\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .can-hover\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .can-hover\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .can-hover\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .can-hover\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .can-hover\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .can-hover\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .can-hover\:focus\:translate-y-0:focus {
    --tw-translate-y: 0;
  }

  .can-hover\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .can-hover\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .can-hover\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .can-hover\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .can-hover\:focus\:translate-y-5:focus {
    --tw-translate-y: 5px;
  }

  .can-hover\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .can-hover\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .can-hover\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .can-hover\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .can-hover\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px;
  }

  .can-hover\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .can-hover\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .can-hover\:focus\:translate-y-14:focus {
    --tw-translate-y: 14px;
  }

  .can-hover\:focus\:translate-y-16:focus {
    --tw-translate-y: 16px;
  }

  .can-hover\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px;
  }

  .can-hover\:focus\:translate-y-24:focus {
    --tw-translate-y: 24px;
  }

  .can-hover\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .can-hover\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px;
  }

  .can-hover\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .can-hover\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .can-hover\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .can-hover\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .can-hover\:focus\:translate-y-48:focus {
    --tw-translate-y: 48px;
  }

  .can-hover\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .can-hover\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .can-hover\:focus\:translate-y-60:focus {
    --tw-translate-y: 60px;
  }

  .can-hover\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .can-hover\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .can-hover\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .can-hover\:focus\:translate-y-95:focus {
    --tw-translate-y: 95px;
  }

  .can-hover\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .can-hover\:focus\:translate-y-120:focus {
    --tw-translate-y: 120px;
  }

  .can-hover\:focus\:translate-y-190:focus {
    --tw-translate-y: 190px;
  }

  .can-hover\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .can-hover\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .can-hover\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .can-hover\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .can-hover\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .can-hover\:focus\:translate-y-30\%:focus {
    --tw-translate-y: 30%;
  }

  .can-hover\:focus\:translate-y-7\.5r:focus {
    --tw-translate-y: 1.875rem;
  }

  .can-hover\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .can-hover\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .can-hover\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .can-hover\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .can-hover\:focus\:-translate-y-5:focus {
    --tw-translate-y: -5px;
  }

  .can-hover\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .can-hover\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .can-hover\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .can-hover\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .can-hover\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px;
  }

  .can-hover\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .can-hover\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .can-hover\:focus\:-translate-y-14:focus {
    --tw-translate-y: -14px;
  }

  .can-hover\:focus\:-translate-y-16:focus {
    --tw-translate-y: -16px;
  }

  .can-hover\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px;
  }

  .can-hover\:focus\:-translate-y-24:focus {
    --tw-translate-y: -24px;
  }

  .can-hover\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .can-hover\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px;
  }

  .can-hover\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .can-hover\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .can-hover\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .can-hover\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .can-hover\:focus\:-translate-y-48:focus {
    --tw-translate-y: -48px;
  }

  .can-hover\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .can-hover\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .can-hover\:focus\:-translate-y-60:focus {
    --tw-translate-y: -60px;
  }

  .can-hover\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .can-hover\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .can-hover\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .can-hover\:focus\:-translate-y-95:focus {
    --tw-translate-y: -95px;
  }

  .can-hover\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .can-hover\:focus\:-translate-y-120:focus {
    --tw-translate-y: -120px;
  }

  .can-hover\:focus\:-translate-y-190:focus {
    --tw-translate-y: -190px;
  }

  .can-hover\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .can-hover\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .can-hover\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .can-hover\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .can-hover\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .can-hover\:focus\:-translate-y-30\%:focus {
    --tw-translate-y: -30%;
  }

  .can-hover\:focus\:-translate-y-7\.5r:focus {
    --tw-translate-y: -1.875rem;
  }

  .can-hover\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .can-hover\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .can-hover\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .can-hover\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .can-hover\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .can-hover\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .can-hover\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .can-hover\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .can-hover\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .can-hover\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .can-hover\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .can-hover\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .can-hover\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .can-hover\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .can-hover\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .can-hover\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .can-hover\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .can-hover\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .can-hover\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .can-hover\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .can-hover\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .can-hover\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .can-hover\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .can-hover\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .can-hover\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .can-hover\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .can-hover\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .can-hover\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .can-hover\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .can-hover\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .can-hover\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .can-hover\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .can-hover\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .can-hover\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .can-hover\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .can-hover\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .can-hover\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .can-hover\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .can-hover\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .can-hover\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .can-hover\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .can-hover\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .can-hover\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .can-hover\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .can-hover\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .can-hover\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .can-hover\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .can-hover\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .can-hover\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .can-hover\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .can-hover\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .can-hover\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .can-hover\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .can-hover\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .can-hover\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .can-hover\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .can-hover\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .can-hover\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .can-hover\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .can-hover\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .can-hover\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .can-hover\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .can-hover\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .can-hover\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .can-hover\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .can-hover\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .can-hover\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .can-hover\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .can-hover\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .can-hover\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .can-hover\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .can-hover\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .can-hover\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .can-hover\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .can-hover\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .can-hover\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .can-hover\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .can-hover\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .can-hover\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .can-hover\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .can-hover\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .can-hover\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .can-hover\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .can-hover\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .can-hover\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .can-hover\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .can-hover\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .can-hover\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .can-hover\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .can-hover\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .can-hover\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .can-hover\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .can-hover\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .can-hover\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .can-hover\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .can-hover\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .can-hover\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .can-hover\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .can-hover\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .can-hover\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .can-hover\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .can-hover\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .can-hover\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .can-hover\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .can-hover\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .can-hover\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .can-hover\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .can-hover\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .can-hover\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .can-hover\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .can-hover\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .can-hover\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .can-hover\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .can-hover\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .can-hover\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .can-hover\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .can-hover\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .can-hover\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .can-hover\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .can-hover\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .can-hover\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .can-hover\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .can-hover\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .can-hover\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .can-hover\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .can-hover\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .can-hover\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .can-hover\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .can-hover\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .can-hover\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .can-hover\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .can-hover\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .can-hover\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .can-hover\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .can-hover\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .can-hover\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .can-hover\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .can-hover\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .can-hover\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .can-hover\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .can-hover\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .can-hover\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .can-hover\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .can-hover\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .can-hover\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .can-hover\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .can-hover\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .can-hover\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .can-hover\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .can-hover\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .can-hover\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .can-hover\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .can-hover\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .can-hover\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .can-hover\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .can-hover\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .can-hover\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .can-hover\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .can-hover\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .can-hover\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .can-hover\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .can-hover\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .can-hover\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .can-hover\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .can-hover\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .can-hover\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .can-hover\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .can-hover\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .can-hover\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .can-hover\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .can-hover\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .can-hover\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .can-hover\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .can-hover\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .can-hover\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .can-hover\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .can-hover\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .can-hover\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .can-hover\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .can-hover\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .can-hover\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .can-hover\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .can-hover\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .can-hover\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .can-hover\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .can-hover\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .can-hover\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .can-hover\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .can-hover\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .can-hover\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .can-hover\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .can-hover\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .can-hover\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .can-hover\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .can-hover\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .can-hover\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .can-hover\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .can-hover\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .can-hover\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .can-hover\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .can-hover\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .can-hover\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .can-hover\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .can-hover\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .can-hover\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .can-hover\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .can-hover\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .can-hover\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .can-hover\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .can-hover\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .can-hover\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .can-hover\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .can-hover\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .can-hover\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .can-hover\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .can-hover\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .can-hover\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .can-hover\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .can-hover\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .can-hover\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .can-hover\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .can-hover\:animate-fade-in {
    -webkit-animation: fade-in 0.5s ease-out;
            animation: fade-in 0.5s ease-out;
  }

  .can-hover\:cursor-auto {
    cursor: auto;
  }

  .can-hover\:cursor-default {
    cursor: default;
  }

  .can-hover\:cursor-pointer {
    cursor: pointer;
  }

  .can-hover\:cursor-wait {
    cursor: wait;
  }

  .can-hover\:cursor-text {
    cursor: text;
  }

  .can-hover\:cursor-move {
    cursor: move;
  }

  .can-hover\:cursor-help {
    cursor: help;
  }

  .can-hover\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .can-hover\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .can-hover\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .can-hover\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .can-hover\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .can-hover\:resize-none {
    resize: none;
  }

  .can-hover\:resize-y {
    resize: vertical;
  }

  .can-hover\:resize-x {
    resize: horizontal;
  }

  .can-hover\:resize {
    resize: both;
  }

  .can-hover\:list-inside {
    list-style-position: inside;
  }

  .can-hover\:list-outside {
    list-style-position: outside;
  }

  .can-hover\:list-none {
    list-style-type: none;
  }

  .can-hover\:list-disc {
    list-style-type: disc;
  }

  .can-hover\:list-decimal {
    list-style-type: decimal;
  }

  .can-hover\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .can-hover\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .can-hover\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .can-hover\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .can-hover\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .can-hover\:grid-flow-row {
    grid-auto-flow: row;
  }

  .can-hover\:grid-flow-col {
    grid-auto-flow: column;
  }

  .can-hover\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .can-hover\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .can-hover\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .can-hover\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .can-hover\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .can-hover\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .can-hover\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .can-hover\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .can-hover\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .can-hover\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .can-hover\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .can-hover\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .can-hover\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .can-hover\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .can-hover\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .can-hover\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .can-hover\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .can-hover\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .can-hover\:grid-cols-none {
    grid-template-columns: none;
  }

  .can-hover\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .can-hover\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .can-hover\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .can-hover\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .can-hover\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .can-hover\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .can-hover\:grid-rows-none {
    grid-template-rows: none;
  }

  .can-hover\:flex-row {
    flex-direction: row;
  }

  .can-hover\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .can-hover\:flex-col {
    flex-direction: column;
  }

  .can-hover\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .can-hover\:flex-wrap {
    flex-wrap: wrap;
  }

  .can-hover\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .can-hover\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .can-hover\:place-content-center {
    align-content: center;
    justify-content: center;
    place-content: center;
  }

  .can-hover\:place-content-start {
    align-content: start;
    justify-content: start;
    place-content: start;
  }

  .can-hover\:place-content-end {
    align-content: end;
    justify-content: end;
    place-content: end;
  }

  .can-hover\:place-content-between {
    align-content: space-between;
    justify-content: space-between;
    place-content: space-between;
  }

  .can-hover\:place-content-around {
    align-content: space-around;
    justify-content: space-around;
    place-content: space-around;
  }

  .can-hover\:place-content-evenly {
    align-content: space-evenly;
    justify-content: space-evenly;
    place-content: space-evenly;
  }

  .can-hover\:place-content-stretch {
    align-content: stretch;
    justify-content: stretch;
    place-content: stretch;
  }

  .can-hover\:place-items-start {
    align-items: start;
    justify-items: start;
    place-items: start;
  }

  .can-hover\:place-items-end {
    align-items: end;
    justify-items: end;
    place-items: end;
  }

  .can-hover\:place-items-center {
    align-items: center;
    justify-items: center;
    place-items: center;
  }

  .can-hover\:place-items-stretch {
    align-items: stretch;
    justify-items: stretch;
    place-items: stretch;
  }

  .can-hover\:content-center {
    align-content: center;
  }

  .can-hover\:content-start {
    align-content: flex-start;
  }

  .can-hover\:content-end {
    align-content: flex-end;
  }

  .can-hover\:content-between {
    align-content: space-between;
  }

  .can-hover\:content-around {
    align-content: space-around;
  }

  .can-hover\:content-evenly {
    align-content: space-evenly;
  }

  .can-hover\:items-start {
    align-items: flex-start;
  }

  .can-hover\:items-end {
    align-items: flex-end;
  }

  .can-hover\:items-center {
    align-items: center;
  }

  .can-hover\:items-baseline {
    align-items: baseline;
  }

  .can-hover\:items-stretch {
    align-items: stretch;
  }

  .can-hover\:justify-start {
    justify-content: flex-start;
  }

  .can-hover\:justify-end {
    justify-content: flex-end;
  }

  .can-hover\:justify-center {
    justify-content: center;
  }

  .can-hover\:justify-between {
    justify-content: space-between;
  }

  .can-hover\:justify-around {
    justify-content: space-around;
  }

  .can-hover\:justify-evenly {
    justify-content: space-evenly;
  }

  .can-hover\:justify-items-start {
    justify-items: start;
  }

  .can-hover\:justify-items-end {
    justify-items: end;
  }

  .can-hover\:justify-items-center {
    justify-items: center;
  }

  .can-hover\:justify-items-stretch {
    justify-items: stretch;
  }

  .can-hover\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .can-hover\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .can-hover\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .can-hover\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .can-hover\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .can-hover\:gap-5 {
    grid-gap: 5px;
    gap: 5px;
  }

  .can-hover\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .can-hover\:gap-7 {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .can-hover\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .can-hover\:gap-9 {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .can-hover\:gap-10 {
    grid-gap: 10px;
    gap: 10px;
  }

  .can-hover\:gap-11 {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .can-hover\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .can-hover\:gap-14 {
    grid-gap: 14px;
    gap: 14px;
  }

  .can-hover\:gap-16 {
    grid-gap: 16px;
    gap: 16px;
  }

  .can-hover\:gap-20 {
    grid-gap: 20px;
    gap: 20px;
  }

  .can-hover\:gap-24 {
    grid-gap: 24px;
    gap: 24px;
  }

  .can-hover\:gap-28 {
    grid-gap: 7rem;
    gap: 7rem;
  }

  .can-hover\:gap-30 {
    grid-gap: 30px;
    gap: 30px;
  }

  .can-hover\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .can-hover\:gap-36 {
    grid-gap: 9rem;
    gap: 9rem;
  }

  .can-hover\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .can-hover\:gap-44 {
    grid-gap: 11rem;
    gap: 11rem;
  }

  .can-hover\:gap-48 {
    grid-gap: 48px;
    gap: 48px;
  }

  .can-hover\:gap-52 {
    grid-gap: 13rem;
    gap: 13rem;
  }

  .can-hover\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .can-hover\:gap-60 {
    grid-gap: 60px;
    gap: 60px;
  }

  .can-hover\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .can-hover\:gap-72 {
    grid-gap: 18rem;
    gap: 18rem;
  }

  .can-hover\:gap-80 {
    grid-gap: 20rem;
    gap: 20rem;
  }

  .can-hover\:gap-95 {
    grid-gap: 95px;
    gap: 95px;
  }

  .can-hover\:gap-96 {
    grid-gap: 24rem;
    gap: 24rem;
  }

  .can-hover\:gap-120 {
    grid-gap: 120px;
    gap: 120px;
  }

  .can-hover\:gap-190 {
    grid-gap: 190px;
    gap: 190px;
  }

  .can-hover\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .can-hover\:gap-0\.5 {
    grid-gap: 0.125rem;
    gap: 0.125rem;
  }

  .can-hover\:gap-1\.5 {
    grid-gap: 0.375rem;
    gap: 0.375rem;
  }

  .can-hover\:gap-2\.5 {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }

  .can-hover\:gap-3\.5 {
    grid-gap: 0.875rem;
    gap: 0.875rem;
  }

  .can-hover\:gap-30\% {
    grid-gap: 30%;
    gap: 30%;
  }

  .can-hover\:gap-7\.5r {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }

  .can-hover\:gap-x-0 {
    -moz-column-gap: 0;
         grid-column-gap: 0;
         column-gap: 0;
  }

  .can-hover\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         grid-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .can-hover\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         grid-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .can-hover\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         grid-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .can-hover\:gap-x-4 {
    -moz-column-gap: 1rem;
         grid-column-gap: 1rem;
         column-gap: 1rem;
  }

  .can-hover\:gap-x-5 {
    -moz-column-gap: 5px;
         grid-column-gap: 5px;
         column-gap: 5px;
  }

  .can-hover\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         grid-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .can-hover\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         grid-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .can-hover\:gap-x-8 {
    -moz-column-gap: 2rem;
         grid-column-gap: 2rem;
         column-gap: 2rem;
  }

  .can-hover\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         grid-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .can-hover\:gap-x-10 {
    -moz-column-gap: 10px;
         grid-column-gap: 10px;
         column-gap: 10px;
  }

  .can-hover\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         grid-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .can-hover\:gap-x-12 {
    -moz-column-gap: 3rem;
         grid-column-gap: 3rem;
         column-gap: 3rem;
  }

  .can-hover\:gap-x-14 {
    -moz-column-gap: 14px;
         grid-column-gap: 14px;
         column-gap: 14px;
  }

  .can-hover\:gap-x-16 {
    -moz-column-gap: 16px;
         grid-column-gap: 16px;
         column-gap: 16px;
  }

  .can-hover\:gap-x-20 {
    -moz-column-gap: 20px;
         grid-column-gap: 20px;
         column-gap: 20px;
  }

  .can-hover\:gap-x-24 {
    -moz-column-gap: 24px;
         grid-column-gap: 24px;
         column-gap: 24px;
  }

  .can-hover\:gap-x-28 {
    -moz-column-gap: 7rem;
         grid-column-gap: 7rem;
         column-gap: 7rem;
  }

  .can-hover\:gap-x-30 {
    -moz-column-gap: 30px;
         grid-column-gap: 30px;
         column-gap: 30px;
  }

  .can-hover\:gap-x-32 {
    -moz-column-gap: 8rem;
         grid-column-gap: 8rem;
         column-gap: 8rem;
  }

  .can-hover\:gap-x-36 {
    -moz-column-gap: 9rem;
         grid-column-gap: 9rem;
         column-gap: 9rem;
  }

  .can-hover\:gap-x-40 {
    -moz-column-gap: 10rem;
         grid-column-gap: 10rem;
         column-gap: 10rem;
  }

  .can-hover\:gap-x-44 {
    -moz-column-gap: 11rem;
         grid-column-gap: 11rem;
         column-gap: 11rem;
  }

  .can-hover\:gap-x-48 {
    -moz-column-gap: 48px;
         grid-column-gap: 48px;
         column-gap: 48px;
  }

  .can-hover\:gap-x-52 {
    -moz-column-gap: 13rem;
         grid-column-gap: 13rem;
         column-gap: 13rem;
  }

  .can-hover\:gap-x-56 {
    -moz-column-gap: 14rem;
         grid-column-gap: 14rem;
         column-gap: 14rem;
  }

  .can-hover\:gap-x-60 {
    -moz-column-gap: 60px;
         grid-column-gap: 60px;
         column-gap: 60px;
  }

  .can-hover\:gap-x-64 {
    -moz-column-gap: 16rem;
         grid-column-gap: 16rem;
         column-gap: 16rem;
  }

  .can-hover\:gap-x-72 {
    -moz-column-gap: 18rem;
         grid-column-gap: 18rem;
         column-gap: 18rem;
  }

  .can-hover\:gap-x-80 {
    -moz-column-gap: 20rem;
         grid-column-gap: 20rem;
         column-gap: 20rem;
  }

  .can-hover\:gap-x-95 {
    -moz-column-gap: 95px;
         grid-column-gap: 95px;
         column-gap: 95px;
  }

  .can-hover\:gap-x-96 {
    -moz-column-gap: 24rem;
         grid-column-gap: 24rem;
         column-gap: 24rem;
  }

  .can-hover\:gap-x-120 {
    -moz-column-gap: 120px;
         grid-column-gap: 120px;
         column-gap: 120px;
  }

  .can-hover\:gap-x-190 {
    -moz-column-gap: 190px;
         grid-column-gap: 190px;
         column-gap: 190px;
  }

  .can-hover\:gap-x-px {
    -moz-column-gap: 1px;
         grid-column-gap: 1px;
         column-gap: 1px;
  }

  .can-hover\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         grid-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .can-hover\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         grid-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .can-hover\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         grid-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .can-hover\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         grid-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .can-hover\:gap-x-30\% {
    -moz-column-gap: 30%;
         grid-column-gap: 30%;
         column-gap: 30%;
  }

  .can-hover\:gap-x-7\.5r {
    -moz-column-gap: 1.875rem;
         grid-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }

  .can-hover\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .can-hover\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .can-hover\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .can-hover\:gap-y-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .can-hover\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .can-hover\:gap-y-5 {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .can-hover\:gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .can-hover\:gap-y-7 {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .can-hover\:gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .can-hover\:gap-y-9 {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .can-hover\:gap-y-10 {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .can-hover\:gap-y-11 {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .can-hover\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .can-hover\:gap-y-14 {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .can-hover\:gap-y-16 {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .can-hover\:gap-y-20 {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .can-hover\:gap-y-24 {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .can-hover\:gap-y-28 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .can-hover\:gap-y-30 {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .can-hover\:gap-y-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .can-hover\:gap-y-36 {
    grid-row-gap: 9rem;
    row-gap: 9rem;
  }

  .can-hover\:gap-y-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .can-hover\:gap-y-44 {
    grid-row-gap: 11rem;
    row-gap: 11rem;
  }

  .can-hover\:gap-y-48 {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .can-hover\:gap-y-52 {
    grid-row-gap: 13rem;
    row-gap: 13rem;
  }

  .can-hover\:gap-y-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .can-hover\:gap-y-60 {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .can-hover\:gap-y-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .can-hover\:gap-y-72 {
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .can-hover\:gap-y-80 {
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .can-hover\:gap-y-95 {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .can-hover\:gap-y-96 {
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .can-hover\:gap-y-120 {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .can-hover\:gap-y-190 {
    grid-row-gap: 190px;
    row-gap: 190px;
  }

  .can-hover\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .can-hover\:gap-y-0\.5 {
    grid-row-gap: 0.125rem;
    row-gap: 0.125rem;
  }

  .can-hover\:gap-y-1\.5 {
    grid-row-gap: 0.375rem;
    row-gap: 0.375rem;
  }

  .can-hover\:gap-y-2\.5 {
    grid-row-gap: 0.625rem;
    row-gap: 0.625rem;
  }

  .can-hover\:gap-y-3\.5 {
    grid-row-gap: 0.875rem;
    row-gap: 0.875rem;
  }

  .can-hover\:gap-y-30\% {
    grid-row-gap: 30%;
    row-gap: 30%;
  }

  .can-hover\:gap-y-7\.5r {
    grid-row-gap: 1.875rem;
    row-gap: 1.875rem;
  }

  .can-hover\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5px * var(--tw-space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14px * var(--tw-space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16px * var(--tw-space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24px * var(--tw-space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(48px * var(--tw-space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60px * var(--tw-space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95px * var(--tw-space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(120px * var(--tw-space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(190px * var(--tw-space-x-reverse));
    margin-left: calc(190px * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30% * var(--tw-space-x-reverse));
    margin-left: calc(30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-x-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5px * var(--tw-space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10px * var(--tw-space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14px * var(--tw-space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16px * var(--tw-space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20px * var(--tw-space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24px * var(--tw-space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30px * var(--tw-space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-48px * var(--tw-space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60px * var(--tw-space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95px * var(--tw-space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-120px * var(--tw-space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-190px * var(--tw-space-x-reverse));
    margin-left: calc(-190px * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30% * var(--tw-space-x-reverse));
    margin-left: calc(-30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:-space-x-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .can-hover\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5px * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14px * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16px * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48px * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95px * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(190px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(190px * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30% * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5px * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10px * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14px * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16px * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20px * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24px * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30px * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48px * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60px * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95px * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-120px * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-190px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-190px * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30% * var(--tw-space-y-reverse));
  }

  .can-hover\:-space-y-7\.5r > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--tw-space-y-reverse));
  }

  .can-hover\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .can-hover\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .can-hover\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .can-hover\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .can-hover\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .can-hover\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .can-hover\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .can-hover\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .can-hover\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .can-hover\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .can-hover\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .can-hover\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .can-hover\:hover\:divide-x-0:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .can-hover\:hover\:divide-x-2:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .can-hover\:hover\:divide-x-4:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .can-hover\:hover\:divide-x-8:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .can-hover\:hover\:divide-x:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .can-hover\:hover\:divide-y-0:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .can-hover\:hover\:divide-y-2:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .can-hover\:hover\:divide-y-4:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .can-hover\:hover\:divide-y-8:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .can-hover\:hover\:divide-y:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .can-hover\:focus\:divide-x-0:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .can-hover\:focus\:divide-x-2:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .can-hover\:focus\:divide-x-4:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .can-hover\:focus\:divide-x-8:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .can-hover\:focus\:divide-x:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .can-hover\:focus\:divide-y-0:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .can-hover\:focus\:divide-y-2:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .can-hover\:focus\:divide-y-4:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .can-hover\:focus\:divide-y-8:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .can-hover\:focus\:divide-y:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .can-hover\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .can-hover\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .can-hover\:hover\:divide-y-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .can-hover\:hover\:divide-x-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .can-hover\:focus\:divide-y-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .can-hover\:focus\:divide-x-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .can-hover\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .can-hover\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .can-hover\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .can-hover\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .can-hover\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .can-hover\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .can-hover\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }

  .can-hover\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .can-hover\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .can-hover\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .can-hover\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .can-hover\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .can-hover\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .can-hover\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .can-hover\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .can-hover\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .can-hover\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .can-hover\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .can-hover\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .can-hover\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .can-hover\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .can-hover\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .can-hover\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .can-hover\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .can-hover\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .can-hover\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .can-hover\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .can-hover\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .can-hover\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .can-hover\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .can-hover\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .can-hover\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .can-hover\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .can-hover\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .can-hover\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .can-hover\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .can-hover\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .can-hover\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .can-hover\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .can-hover\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .can-hover\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .can-hover\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .can-hover\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .can-hover\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .can-hover\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .can-hover\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .can-hover\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .can-hover\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .can-hover\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .can-hover\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .can-hover\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .can-hover\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .can-hover\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .can-hover\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .can-hover\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .can-hover\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .can-hover\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .can-hover\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .can-hover\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .can-hover\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .can-hover\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .can-hover\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .can-hover\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .can-hover\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .can-hover\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .can-hover\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .can-hover\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .can-hover\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .can-hover\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .can-hover\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .can-hover\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .can-hover\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .can-hover\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .can-hover\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .can-hover\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .can-hover\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .can-hover\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .can-hover\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .can-hover\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .can-hover\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .can-hover\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .can-hover\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .can-hover\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .can-hover\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .can-hover\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .can-hover\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .can-hover\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .can-hover\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .can-hover\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .can-hover\:divide-primary-color > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-divide-opacity));
  }

  .can-hover\:divide-primary-color-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-divide-opacity));
  }

  .can-hover\:divide-secondary-color > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .can-hover\:divide-custom-gray-sm > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-divide-opacity));
  }

  .can-hover\:divide-custom-gray-sm2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-divide-opacity));
  }

  .can-hover\:divide-custom-gray-md > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-divide-opacity));
  }

  .can-hover\:divide-custom-navy-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .can-hover\:divide-dark-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-divide-opacity));
  }

  .can-hover\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-divide-opacity));
  }

  .can-hover\:divide-secondary-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-divide-opacity));
  }

  .can-hover\:divide-secondary-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-divide-opacity));
  }

  .can-hover\:divide-secondary-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-divide-opacity));
  }

  .can-hover\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-divide-opacity));
  }

  .can-hover\:divide-secondary-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-divide-opacity));
  }

  .can-hover\:divide-secondary-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-divide-opacity));
  }

  .can-hover\:divide-grayCustom-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .can-hover\:divide-grayCustom-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .can-hover\:divide-grayCustom-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
  }

  .can-hover\:divide-grayCustom-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .can-hover\:divide-grayCustom > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .can-hover\:divide-grayCustom-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-divide-opacity));
  }

  .can-hover\:divide-grayCustom-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
  }

  .can-hover\:divide-grayCustom-hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-divide-opacity));
  }

  .can-hover\:divide-error > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-divide-opacity));
  }

  .can-hover\:divide-error-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-divide-opacity));
  }

  .can-hover\:divide-warning > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .can-hover\:divide-warning-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-divide-opacity));
  }

  .can-hover\:divide-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-divide-opacity));
  }

  .can-hover\:divide-success-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-divide-opacity));
  }

  .can-hover\:divide-status-open > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .can-hover\:divide-status-waiting_payment > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .can-hover\:divide-status-completed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-divide-opacity));
  }

  .can-hover\:divide-status-failed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .can-hover\:divide-status-waiting_verify > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .can-hover\:divide-status-closed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .can-hover\:divide-policyStatus-issuing > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .can-hover\:divide-policyStatus-waiting_inspection > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .can-hover\:divide-policyStatus-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-divide-opacity));
  }

  .can-hover\:divide-policyStatus-failed_inspection > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .can-hover\:divide-policyStatus-failed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-divide-opacity));
  }

  .can-hover\:divide-policyStatus-waiting_policy > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-divide-opacity));
  }

  .can-hover\:divide-policyStatus-cancel > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
  }

  .can-hover\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .can-hover\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .can-hover\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .can-hover\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .can-hover\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .can-hover\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .can-hover\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .can-hover\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .can-hover\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .can-hover\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .can-hover\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .can-hover\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .can-hover\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .can-hover\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .can-hover\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .can-hover\:place-self-auto {
    align-self: auto;
    justify-self: auto;
    place-self: auto;
  }

  .can-hover\:place-self-start {
    align-self: start;
    justify-self: start;
    place-self: start;
  }

  .can-hover\:place-self-end {
    align-self: end;
    justify-self: end;
    place-self: end;
  }

  .can-hover\:place-self-center {
    align-self: center;
    justify-self: center;
    place-self: center;
  }

  .can-hover\:place-self-stretch {
    align-self: stretch;
    justify-self: stretch;
    place-self: stretch;
  }

  .can-hover\:self-auto {
    align-self: auto;
  }

  .can-hover\:self-start {
    align-self: flex-start;
  }

  .can-hover\:self-end {
    align-self: flex-end;
  }

  .can-hover\:self-center {
    align-self: center;
  }

  .can-hover\:self-stretch {
    align-self: stretch;
  }

  .can-hover\:self-baseline {
    align-self: baseline;
  }

  .can-hover\:justify-self-auto {
    justify-self: auto;
  }

  .can-hover\:justify-self-start {
    justify-self: start;
  }

  .can-hover\:justify-self-end {
    justify-self: end;
  }

  .can-hover\:justify-self-center {
    justify-self: center;
  }

  .can-hover\:justify-self-stretch {
    justify-self: stretch;
  }

  .can-hover\:overflow-auto {
    overflow: auto;
  }

  .can-hover\:overflow-hidden {
    overflow: hidden;
  }

  .can-hover\:overflow-visible {
    overflow: visible;
  }

  .can-hover\:overflow-scroll {
    overflow: scroll;
  }

  .can-hover\:overflow-x-auto {
    overflow-x: auto;
  }

  .can-hover\:overflow-y-auto {
    overflow-y: auto;
  }

  .can-hover\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .can-hover\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .can-hover\:overflow-x-visible {
    overflow-x: visible;
  }

  .can-hover\:overflow-y-visible {
    overflow-y: visible;
  }

  .can-hover\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .can-hover\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .can-hover\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .can-hover\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .can-hover\:overscroll-none {
    overscroll-behavior: none;
  }

  .can-hover\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .can-hover\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .can-hover\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .can-hover\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .can-hover\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .can-hover\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .can-hover\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .can-hover\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .can-hover\:overflow-clip {
    text-overflow: clip;
  }

  .can-hover\:whitespace-normal {
    white-space: normal;
  }

  .can-hover\:whitespace-nowrap {
    white-space: nowrap;
  }

  .can-hover\:whitespace-pre {
    white-space: pre;
  }

  .can-hover\:whitespace-pre-line {
    white-space: pre-line;
  }

  .can-hover\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .can-hover\:break-normal {
    word-wrap: normal;
    word-break: normal;
  }

  .can-hover\:break-words {
    word-wrap: break-word;
  }

  .can-hover\:break-all {
    word-break: break-all;
  }

  .can-hover\:rounded-5 {
    border-radius: 5px;
  }

  .can-hover\:rounded-10 {
    border-radius: 10px;
  }

  .can-hover\:rounded-20 {
    border-radius: 20px;
  }

  .can-hover\:rounded-48 {
    border-radius: 48px;
  }

  .can-hover\:rounded-none {
    border-radius: 0;
  }

  .can-hover\:rounded-sm {
    border-radius: 0.125rem;
  }

  .can-hover\:rounded {
    border-radius: 5px;
  }

  .can-hover\:rounded-md {
    border-radius: 0.375rem;
  }

  .can-hover\:rounded-lg {
    border-radius: 0.5rem;
  }

  .can-hover\:rounded-xl {
    border-radius: 0.75rem;
  }

  .can-hover\:rounded-2xl {
    border-radius: 1rem;
  }

  .can-hover\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .can-hover\:rounded-full {
    border-radius: 9999px;
  }

  .can-hover\:rounded-t-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .can-hover\:rounded-t-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .can-hover\:rounded-t-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .can-hover\:rounded-t-48 {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
  }

  .can-hover\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .can-hover\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .can-hover\:rounded-t {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .can-hover\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .can-hover\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .can-hover\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .can-hover\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .can-hover\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .can-hover\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .can-hover\:rounded-r-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .can-hover\:rounded-r-10 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .can-hover\:rounded-r-20 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .can-hover\:rounded-r-48 {
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
  }

  .can-hover\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .can-hover\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .can-hover\:rounded-r {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .can-hover\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .can-hover\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .can-hover\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .can-hover\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .can-hover\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .can-hover\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .can-hover\:rounded-b-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .can-hover\:rounded-b-10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .can-hover\:rounded-b-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .can-hover\:rounded-b-48 {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
  }

  .can-hover\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .can-hover\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .can-hover\:rounded-b {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .can-hover\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .can-hover\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .can-hover\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .can-hover\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .can-hover\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .can-hover\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .can-hover\:rounded-l-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .can-hover\:rounded-l-10 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .can-hover\:rounded-l-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .can-hover\:rounded-l-48 {
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;
  }

  .can-hover\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .can-hover\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .can-hover\:rounded-l {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .can-hover\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .can-hover\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .can-hover\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .can-hover\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .can-hover\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .can-hover\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .can-hover\:rounded-tl-5 {
    border-top-left-radius: 5px;
  }

  .can-hover\:rounded-tl-10 {
    border-top-left-radius: 10px;
  }

  .can-hover\:rounded-tl-20 {
    border-top-left-radius: 20px;
  }

  .can-hover\:rounded-tl-48 {
    border-top-left-radius: 48px;
  }

  .can-hover\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .can-hover\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .can-hover\:rounded-tl {
    border-top-left-radius: 5px;
  }

  .can-hover\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .can-hover\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .can-hover\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .can-hover\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .can-hover\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .can-hover\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .can-hover\:rounded-tr-5 {
    border-top-right-radius: 5px;
  }

  .can-hover\:rounded-tr-10 {
    border-top-right-radius: 10px;
  }

  .can-hover\:rounded-tr-20 {
    border-top-right-radius: 20px;
  }

  .can-hover\:rounded-tr-48 {
    border-top-right-radius: 48px;
  }

  .can-hover\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .can-hover\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .can-hover\:rounded-tr {
    border-top-right-radius: 5px;
  }

  .can-hover\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .can-hover\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .can-hover\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .can-hover\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .can-hover\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .can-hover\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .can-hover\:rounded-br-5 {
    border-bottom-right-radius: 5px;
  }

  .can-hover\:rounded-br-10 {
    border-bottom-right-radius: 10px;
  }

  .can-hover\:rounded-br-20 {
    border-bottom-right-radius: 20px;
  }

  .can-hover\:rounded-br-48 {
    border-bottom-right-radius: 48px;
  }

  .can-hover\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .can-hover\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .can-hover\:rounded-br {
    border-bottom-right-radius: 5px;
  }

  .can-hover\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .can-hover\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .can-hover\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .can-hover\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .can-hover\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .can-hover\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .can-hover\:rounded-bl-5 {
    border-bottom-left-radius: 5px;
  }

  .can-hover\:rounded-bl-10 {
    border-bottom-left-radius: 10px;
  }

  .can-hover\:rounded-bl-20 {
    border-bottom-left-radius: 20px;
  }

  .can-hover\:rounded-bl-48 {
    border-bottom-left-radius: 48px;
  }

  .can-hover\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .can-hover\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .can-hover\:rounded-bl {
    border-bottom-left-radius: 5px;
  }

  .can-hover\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .can-hover\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .can-hover\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .can-hover\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .can-hover\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .can-hover\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .can-hover\:border-0 {
    border-width: 0px;
  }

  .can-hover\:border-2 {
    border-width: 2px;
  }

  .can-hover\:border-4 {
    border-width: 4px;
  }

  .can-hover\:border-8 {
    border-width: 8px;
  }

  .can-hover\:border {
    border-width: 1px;
  }

  .can-hover\:hover\:border-0:hover {
    border-width: 0px;
  }

  .can-hover\:hover\:border-2:hover {
    border-width: 2px;
  }

  .can-hover\:hover\:border-4:hover {
    border-width: 4px;
  }

  .can-hover\:hover\:border-8:hover {
    border-width: 8px;
  }

  .can-hover\:hover\:border:hover {
    border-width: 1px;
  }

  .can-hover\:focus\:border-0:focus {
    border-width: 0px;
  }

  .can-hover\:focus\:border-2:focus {
    border-width: 2px;
  }

  .can-hover\:focus\:border-4:focus {
    border-width: 4px;
  }

  .can-hover\:focus\:border-8:focus {
    border-width: 8px;
  }

  .can-hover\:focus\:border:focus {
    border-width: 1px;
  }

  .can-hover\:border-t-0 {
    border-top-width: 0px;
  }

  .can-hover\:border-t-2 {
    border-top-width: 2px;
  }

  .can-hover\:border-t-4 {
    border-top-width: 4px;
  }

  .can-hover\:border-t-8 {
    border-top-width: 8px;
  }

  .can-hover\:border-t {
    border-top-width: 1px;
  }

  .can-hover\:border-r-0 {
    border-right-width: 0px;
  }

  .can-hover\:border-r-2 {
    border-right-width: 2px;
  }

  .can-hover\:border-r-4 {
    border-right-width: 4px;
  }

  .can-hover\:border-r-8 {
    border-right-width: 8px;
  }

  .can-hover\:border-r {
    border-right-width: 1px;
  }

  .can-hover\:border-b-0 {
    border-bottom-width: 0px;
  }

  .can-hover\:border-b-2 {
    border-bottom-width: 2px;
  }

  .can-hover\:border-b-4 {
    border-bottom-width: 4px;
  }

  .can-hover\:border-b-8 {
    border-bottom-width: 8px;
  }

  .can-hover\:border-b {
    border-bottom-width: 1px;
  }

  .can-hover\:border-l-0 {
    border-left-width: 0px;
  }

  .can-hover\:border-l-2 {
    border-left-width: 2px;
  }

  .can-hover\:border-l-4 {
    border-left-width: 4px;
  }

  .can-hover\:border-l-8 {
    border-left-width: 8px;
  }

  .can-hover\:border-l {
    border-left-width: 1px;
  }

  .can-hover\:hover\:border-t-0:hover {
    border-top-width: 0px;
  }

  .can-hover\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .can-hover\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .can-hover\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .can-hover\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .can-hover\:hover\:border-r-0:hover {
    border-right-width: 0px;
  }

  .can-hover\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .can-hover\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .can-hover\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .can-hover\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .can-hover\:hover\:border-b-0:hover {
    border-bottom-width: 0px;
  }

  .can-hover\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .can-hover\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .can-hover\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .can-hover\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .can-hover\:hover\:border-l-0:hover {
    border-left-width: 0px;
  }

  .can-hover\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .can-hover\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .can-hover\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .can-hover\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .can-hover\:focus\:border-t-0:focus {
    border-top-width: 0px;
  }

  .can-hover\:focus\:border-t-2:focus {
    border-top-width: 2px;
  }

  .can-hover\:focus\:border-t-4:focus {
    border-top-width: 4px;
  }

  .can-hover\:focus\:border-t-8:focus {
    border-top-width: 8px;
  }

  .can-hover\:focus\:border-t:focus {
    border-top-width: 1px;
  }

  .can-hover\:focus\:border-r-0:focus {
    border-right-width: 0px;
  }

  .can-hover\:focus\:border-r-2:focus {
    border-right-width: 2px;
  }

  .can-hover\:focus\:border-r-4:focus {
    border-right-width: 4px;
  }

  .can-hover\:focus\:border-r-8:focus {
    border-right-width: 8px;
  }

  .can-hover\:focus\:border-r:focus {
    border-right-width: 1px;
  }

  .can-hover\:focus\:border-b-0:focus {
    border-bottom-width: 0px;
  }

  .can-hover\:focus\:border-b-2:focus {
    border-bottom-width: 2px;
  }

  .can-hover\:focus\:border-b-4:focus {
    border-bottom-width: 4px;
  }

  .can-hover\:focus\:border-b-8:focus {
    border-bottom-width: 8px;
  }

  .can-hover\:focus\:border-b:focus {
    border-bottom-width: 1px;
  }

  .can-hover\:focus\:border-l-0:focus {
    border-left-width: 0px;
  }

  .can-hover\:focus\:border-l-2:focus {
    border-left-width: 2px;
  }

  .can-hover\:focus\:border-l-4:focus {
    border-left-width: 4px;
  }

  .can-hover\:focus\:border-l-8:focus {
    border-left-width: 8px;
  }

  .can-hover\:focus\:border-l:focus {
    border-left-width: 1px;
  }

  .can-hover\:border-solid {
    border-style: solid;
  }

  .can-hover\:border-dashed {
    border-style: dashed;
  }

  .can-hover\:border-dotted {
    border-style: dotted;
  }

  .can-hover\:border-double {
    border-style: double;
  }

  .can-hover\:border-none {
    border-style: none;
  }

  .can-hover\:hover\:border-solid:hover {
    border-style: solid;
  }

  .can-hover\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .can-hover\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .can-hover\:hover\:border-double:hover {
    border-style: double;
  }

  .can-hover\:hover\:border-none:hover {
    border-style: none;
  }

  .can-hover\:border-transparent {
    border-color: transparent;
  }

  .can-hover\:border-current {
    border-color: currentColor;
  }

  .can-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .can-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .can-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .can-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .can-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .can-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .can-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .can-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .can-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .can-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .can-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .can-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .can-hover\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .can-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .can-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .can-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .can-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .can-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .can-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .can-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .can-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .can-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .can-hover\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .can-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .can-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .can-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .can-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .can-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .can-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .can-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .can-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .can-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .can-hover\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .can-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .can-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .can-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .can-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .can-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .can-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .can-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .can-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .can-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .can-hover\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .can-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .can-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .can-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .can-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .can-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .can-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .can-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .can-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .can-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .can-hover\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .can-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .can-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .can-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .can-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .can-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .can-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .can-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .can-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .can-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .can-hover\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .can-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .can-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .can-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .can-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .can-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .can-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .can-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .can-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .can-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .can-hover\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .can-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .can-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .can-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .can-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .can-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .can-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .can-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .can-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .can-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .can-hover\:border-primary-color {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .can-hover\:border-primary-color-dark {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .can-hover\:border-secondary-color {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .can-hover\:border-custom-gray-sm {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .can-hover\:border-custom-gray-sm2 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .can-hover\:border-custom-gray-md {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .can-hover\:border-custom-navy-dark {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .can-hover\:border-dark-blue {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .can-hover\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .can-hover\:border-secondary-1 {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .can-hover\:border-secondary-2 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .can-hover\:border-secondary-3 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .can-hover\:border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .can-hover\:border-secondary-dark {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .can-hover\:border-secondary-light {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .can-hover\:border-grayCustom-1 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .can-hover\:border-grayCustom-2 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .can-hover\:border-grayCustom-3 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .can-hover\:border-grayCustom-800 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .can-hover\:border-grayCustom {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .can-hover\:border-grayCustom-dark {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .can-hover\:border-grayCustom-light {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .can-hover\:border-grayCustom-hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .can-hover\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .can-hover\:border-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .can-hover\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .can-hover\:border-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .can-hover\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .can-hover\:border-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .can-hover\:border-status-open {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .can-hover\:border-status-waiting_payment {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .can-hover\:border-status-completed {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .can-hover\:border-status-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .can-hover\:border-status-waiting_verify {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .can-hover\:border-status-closed {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .can-hover\:border-policyStatus-issuing {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .can-hover\:border-policyStatus-waiting_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .can-hover\:border-policyStatus-success {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .can-hover\:border-policyStatus-failed_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .can-hover\:border-policyStatus-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .can-hover\:border-policyStatus-waiting_policy {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .can-hover\:border-policyStatus-cancel {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-transparent:checked {
    border-color: transparent;
  }

  .can-hover\:checked\:border-current:checked {
    border-color: currentColor;
  }

  .can-hover\:checked\:border-black:checked {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-white:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-gray-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-gray-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-gray-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-gray-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-gray-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-gray-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-gray-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-gray-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-gray-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-gray-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-red-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-red-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-red-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-red-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-red-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-red-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-red-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-red-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-red-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-red-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-yellow-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-yellow-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-yellow-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-yellow-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-yellow-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-yellow-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-yellow-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-yellow-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-yellow-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-yellow-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-green-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-green-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-green-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-green-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-green-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-green-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-green-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-green-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-green-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-green-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-blue-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-blue-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-blue-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-blue-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-blue-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-blue-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-blue-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-blue-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-blue-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-blue-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-indigo-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-indigo-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-indigo-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-indigo-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-indigo-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-indigo-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-indigo-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-indigo-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-indigo-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-indigo-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-purple-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-purple-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-purple-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-purple-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-purple-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-purple-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-purple-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-purple-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-purple-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-purple-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-pink-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-pink-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-pink-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-pink-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-pink-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-pink-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-pink-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-pink-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-pink-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-pink-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-primary-color:checked {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-primary-color-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-secondary-color:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-custom-gray-sm:checked {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-custom-gray-sm2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-custom-gray-md:checked {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-custom-navy-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-dark-blue:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-primary:checked {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-secondary-1:checked {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-secondary-2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-secondary-3:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-secondary:checked {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-secondary-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-secondary-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-grayCustom-1:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-grayCustom-2:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-grayCustom-3:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-grayCustom-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-grayCustom:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-grayCustom-dark:checked {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-grayCustom-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-grayCustom-hover:checked {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-error:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-error-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-warning:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-warning-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-success:checked {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-success-light:checked {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-status-open:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-status-waiting_payment:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-status-completed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-status-failed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-status-waiting_verify:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-status-closed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-policyStatus-issuing:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-policyStatus-waiting_inspection:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-policyStatus-success:checked {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-policyStatus-failed_inspection:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-policyStatus-failed:checked {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-policyStatus-waiting_policy:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .can-hover\:checked\:border-policyStatus-cancel:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .can-hover\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .can-hover\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-primary-color {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-primary-color-dark {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-secondary-color {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-custom-gray-sm {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-custom-gray-sm2 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-custom-gray-md {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-custom-navy-dark {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-dark-blue {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-secondary-1 {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-secondary-2 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-secondary-3 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-secondary-dark {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-secondary-light {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-grayCustom-1 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-grayCustom-2 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-grayCustom-3 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-grayCustom-800 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-grayCustom {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-grayCustom-dark {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-grayCustom-light {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-grayCustom-hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-error-light {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-warning-light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-success-light {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-status-open {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-status-waiting_payment {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-status-completed {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-status-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-status-waiting_verify {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-status-closed {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-policyStatus-issuing {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-policyStatus-waiting_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-policyStatus-success {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-policyStatus-failed_inspection {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-policyStatus-failed {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-policyStatus-waiting_policy {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .group:hover .can-hover\:group-hover\:border-policyStatus-cancel {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-transparent[focus-within] {
    border-color: transparent;
  }

  .can-hover\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .can-hover\:focus-within\:border-current[focus-within] {
    border-color: currentColor;
  }

  .can-hover\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }

  .can-hover\:focus-within\:border-black[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-white[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-gray-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-gray-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-gray-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-gray-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-gray-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-gray-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-gray-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-gray-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-gray-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-gray-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-red-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-red-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-red-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-red-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-red-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-red-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-red-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-red-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-red-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-red-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-yellow-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-yellow-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-yellow-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-yellow-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-yellow-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-yellow-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-yellow-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-yellow-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-yellow-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-yellow-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-green-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-green-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-green-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-green-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-green-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-green-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-green-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-green-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-green-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-green-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-blue-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-blue-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-blue-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-blue-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-blue-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-blue-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-blue-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-blue-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-blue-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-blue-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-indigo-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-indigo-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-indigo-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-indigo-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-indigo-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-indigo-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-indigo-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-indigo-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-indigo-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-indigo-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-purple-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-purple-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-purple-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-purple-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-purple-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-purple-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-purple-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-purple-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-purple-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-purple-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-pink-50[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-pink-100[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-pink-200[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-pink-300[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-pink-400[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-pink-500[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-pink-600[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-pink-700[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-pink-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-pink-900[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-primary-color[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-primary-color:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-primary-color-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-primary-color-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-secondary-color[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-secondary-color:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-custom-gray-sm[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-custom-gray-sm:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-custom-gray-sm2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-custom-gray-sm2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-custom-gray-md[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-custom-gray-md:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-custom-navy-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-custom-navy-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-dark-blue[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-dark-blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-primary[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-secondary-1[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-secondary-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-secondary-2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-secondary-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-secondary-3[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-secondary-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-secondary[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-secondary-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-secondary-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-secondary-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-secondary-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-grayCustom-1[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-grayCustom-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-grayCustom-2[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-grayCustom-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-grayCustom-3[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-grayCustom-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-grayCustom-800[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-grayCustom-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-grayCustom[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-grayCustom:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-grayCustom-dark[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-grayCustom-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-grayCustom-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-grayCustom-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-grayCustom-hover[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-grayCustom-hover:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-error[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-error:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-error-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-error-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-warning[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-warning:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-warning-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-warning-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-success[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-success-light[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-success-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-status-open[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-status-open:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-status-waiting_payment[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-status-waiting_payment:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-status-completed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-status-completed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-status-failed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-status-failed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-status-waiting_verify[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-status-waiting_verify:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-status-closed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-status-closed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-policyStatus-issuing[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-policyStatus-issuing:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-policyStatus-waiting_inspection[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-policyStatus-waiting_inspection:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-policyStatus-success[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-policyStatus-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-policyStatus-failed_inspection[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-policyStatus-failed_inspection:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-policyStatus-failed[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-policyStatus-failed:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-policyStatus-waiting_policy[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-policyStatus-waiting_policy:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-policyStatus-cancel[focus-within] {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .can-hover\:focus-within\:border-policyStatus-cancel:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .can-hover\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .can-hover\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-green-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-primary-color:hover {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-primary-color-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-secondary-color:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-custom-gray-sm:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-custom-gray-sm2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-custom-gray-md:hover {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-custom-navy-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-dark-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-secondary-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-secondary-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-secondary-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-secondary-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-secondary-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-grayCustom-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-grayCustom-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-grayCustom-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-grayCustom-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-grayCustom:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-grayCustom-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-grayCustom-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-grayCustom-hover:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-error:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-error-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-warning:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-warning-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-success-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-status-open:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-status-waiting_payment:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-status-completed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-status-failed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-status-waiting_verify:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-status-closed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-policyStatus-issuing:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-policyStatus-waiting_inspection:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-policyStatus-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-policyStatus-failed_inspection:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-policyStatus-failed:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-policyStatus-waiting_policy:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .can-hover\:hover\:border-policyStatus-cancel:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .can-hover\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .can-hover\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-green-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-primary-color:focus {
    --tw-border-opacity: 1;
    border-color: rgba(235, 0, 139, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-primary-color-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(201, 0, 104, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-secondary-color:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-custom-gray-sm:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 244, 246, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-custom-gray-sm2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 242, 243, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-custom-gray-md:focus {
    --tw-border-opacity: 1;
    border-color: rgba(132, 132, 132, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-custom-navy-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-dark-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 46, 66, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-primary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(25, 45, 64, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-secondary-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-secondary-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 213, 100, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-secondary-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 252, 205, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-secondary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(230, 0, 126, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-secondary-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(193, 26, 125, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-secondary-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 206, 233, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-grayCustom-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-grayCustom-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-grayCustom-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-grayCustom-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-grayCustom:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-grayCustom-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 79, 79, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-grayCustom-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-grayCustom-hover:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-error:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 32, 110, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-error-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 232, 234, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-warning:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-warning-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 229, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 216, 129, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-success-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 251, 242, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-status-open:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-status-waiting_payment:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-status-completed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-status-failed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-status-waiting_verify:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-status-closed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-policyStatus-issuing:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-policyStatus-waiting_inspection:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-policyStatus-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(84, 193, 187, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-policyStatus-failed_inspection:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-policyStatus-failed:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 85, 107, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-policyStatus-waiting_policy:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 174, 20, var(--tw-border-opacity));
  }

  .can-hover\:focus\:border-policyStatus-cancel:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  }

  .can-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .can-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .can-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .can-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .can-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .can-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .can-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .can-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .can-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .can-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .can-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .can-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .can-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .can-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .can-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .can-hover\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .can-hover\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .can-hover\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .can-hover\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .can-hover\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .can-hover\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .can-hover\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .can-hover\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .can-hover\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .can-hover\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .can-hover\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .can-hover\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .can-hover\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .can-hover\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .can-hover\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .can-hover\:focus-within\:border-opacity-0[focus-within] {
    --tw-border-opacity: 0;
  }

  .can-hover\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .can-hover\:focus-within\:border-opacity-5[focus-within] {
    --tw-border-opacity: 0.05;
  }

  .can-hover\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .can-hover\:focus-within\:border-opacity-10[focus-within] {
    --tw-border-opacity: 0.1;
  }

  .can-hover\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .can-hover\:focus-within\:border-opacity-20[focus-within] {
    --tw-border-opacity: 0.2;
  }

  .can-hover\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .can-hover\:focus-within\:border-opacity-25[focus-within] {
    --tw-border-opacity: 0.25;
  }

  .can-hover\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .can-hover\:focus-within\:border-opacity-30[focus-within] {
    --tw-border-opacity: 0.3;
  }

  .can-hover\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .can-hover\:focus-within\:border-opacity-40[focus-within] {
    --tw-border-opacity: 0.4;
  }

  .can-hover\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .can-hover\:focus-within\:border-opacity-50[focus-within] {
    --tw-border-opacity: 0.5;
  }

  .can-hover\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .can-hover\:focus-within\:border-opacity-60[focus-within] {
    --tw-border-opacity: 0.6;
  }

  .can-hover\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .can-hover\:focus-within\:border-opacity-70[focus-within] {
    --tw-border-opacity: 0.7;
  }

  .can-hover\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .can-hover\:focus-within\:border-opacity-75[focus-within] {
    --tw-border-opacity: 0.75;
  }

  .can-hover\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .can-hover\:focus-within\:border-opacity-80[focus-within] {
    --tw-border-opacity: 0.8;
  }

  .can-hover\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .can-hover\:focus-within\:border-opacity-90[focus-within] {
    --tw-border-opacity: 0.9;
  }

  .can-hover\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .can-hover\:focus-within\:border-opacity-95[focus-within] {
    --tw-border-opacity: 0.95;
  }

  .can-hover\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .can-hover\:focus-within\:border-opacity-100[focus-within] {
    --tw-border-opacity: 1;
  }

  .can-hover\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .can-hover\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .can-hover\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .can-hover\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .can-hover\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .can-hover\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .can-hover\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .can-hover\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .can-hover\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .can-hover\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .can-hover\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .can-hover\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .can-hover\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .can-hover\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .can-hover\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .can-hover\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .can-hover\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .can-hover\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .can-hover\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .can-hover\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .can-hover\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .can-hover\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .can-hover\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .can-hover\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .can-hover\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .can-hover\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .can-hover\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .can-hover\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .can-hover\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .can-hover\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .can-hover\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .can-hover\:bg-transparent {
    background-color: transparent;
  }

  .can-hover\:bg-current {
    background-color: currentColor;
  }

  .can-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .can-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .can-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .can-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .can-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .can-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .can-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .can-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .can-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .can-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .can-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .can-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .can-hover\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .can-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .can-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .can-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .can-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .can-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .can-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .can-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .can-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .can-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .can-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .can-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .can-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .can-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .can-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .can-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .can-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .can-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .can-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .can-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .can-hover\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .can-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .can-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .can-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .can-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .can-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .can-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .can-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .can-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .can-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .can-hover\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .can-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .can-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .can-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .can-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .can-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .can-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .can-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .can-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .can-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .can-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .can-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .can-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .can-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .can-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .can-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .can-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .can-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .can-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .can-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .can-hover\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .can-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .can-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .can-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .can-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .can-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .can-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .can-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .can-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .can-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .can-hover\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .can-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .can-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .can-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .can-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .can-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .can-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .can-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .can-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .can-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .can-hover\:bg-primary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .can-hover\:bg-primary-color-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .can-hover\:bg-secondary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .can-hover\:bg-custom-gray-sm {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .can-hover\:bg-custom-gray-sm2 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .can-hover\:bg-custom-gray-md {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .can-hover\:bg-custom-navy-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .can-hover\:bg-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .can-hover\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .can-hover\:bg-secondary-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .can-hover\:bg-secondary-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .can-hover\:bg-secondary-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .can-hover\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .can-hover\:bg-secondary-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .can-hover\:bg-secondary-light {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .can-hover\:bg-grayCustom-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .can-hover\:bg-grayCustom-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .can-hover\:bg-grayCustom-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .can-hover\:bg-grayCustom-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .can-hover\:bg-grayCustom {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .can-hover\:bg-grayCustom-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .can-hover\:bg-grayCustom-light {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .can-hover\:bg-grayCustom-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .can-hover\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .can-hover\:bg-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .can-hover\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .can-hover\:bg-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .can-hover\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .can-hover\:bg-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .can-hover\:bg-status-open {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .can-hover\:bg-status-waiting_payment {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .can-hover\:bg-status-completed {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .can-hover\:bg-status-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .can-hover\:bg-status-waiting_verify {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .can-hover\:bg-status-closed {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .can-hover\:bg-policyStatus-issuing {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .can-hover\:bg-policyStatus-waiting_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .can-hover\:bg-policyStatus-success {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .can-hover\:bg-policyStatus-failed_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .can-hover\:bg-policyStatus-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .can-hover\:bg-policyStatus-waiting_policy {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .can-hover\:bg-policyStatus-cancel {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-transparent:nth-child(odd) {
    background-color: transparent;
  }

  .can-hover\:odd\:bg-current:nth-child(odd) {
    background-color: currentColor;
  }

  .can-hover\:odd\:bg-black:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-white:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-gray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-gray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-gray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-gray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-gray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-gray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-gray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-gray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-gray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-gray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-red-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-red-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-red-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-red-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-red-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-red-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-red-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-red-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-red-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-red-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-yellow-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-yellow-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-yellow-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-yellow-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-yellow-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-yellow-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-yellow-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-yellow-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-yellow-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-yellow-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-green-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-green-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-green-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-green-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-green-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-green-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-green-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-green-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-green-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-green-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-blue-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-blue-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-blue-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-blue-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-blue-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-blue-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-blue-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-blue-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-blue-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-blue-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-indigo-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-indigo-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-indigo-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-indigo-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-indigo-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-indigo-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-indigo-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-indigo-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-indigo-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-indigo-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-purple-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-purple-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-purple-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-purple-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-purple-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-purple-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-purple-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-purple-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-purple-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-purple-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-pink-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-pink-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-pink-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-pink-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-pink-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-pink-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-pink-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-pink-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-pink-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-pink-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-primary-color:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-primary-color-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-secondary-color:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-custom-gray-sm:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-custom-gray-sm2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-custom-gray-md:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-custom-navy-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-dark-blue:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-primary:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-secondary-1:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-secondary-2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-secondary-3:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-secondary:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-secondary-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-secondary-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-grayCustom-1:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-grayCustom-2:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-grayCustom-3:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-grayCustom-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-grayCustom:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-grayCustom-dark:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-grayCustom-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-grayCustom-hover:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-error:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-error-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-warning:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-warning-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-success:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-success-light:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-status-open:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-status-waiting_payment:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-status-completed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-status-failed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-status-waiting_verify:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-status-closed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-policyStatus-issuing:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-policyStatus-waiting_inspection:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-policyStatus-success:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-policyStatus-failed_inspection:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-policyStatus-failed:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-policyStatus-waiting_policy:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .can-hover\:odd\:bg-policyStatus-cancel:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-transparent:checked {
    background-color: transparent;
  }

  .can-hover\:checked\:bg-current:checked {
    background-color: currentColor;
  }

  .can-hover\:checked\:bg-black:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-white:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-gray-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-gray-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-gray-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-gray-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-gray-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-gray-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-gray-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-gray-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-gray-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-gray-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-red-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-red-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-red-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-red-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-red-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-red-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-red-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-red-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-red-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-red-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-yellow-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-yellow-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-yellow-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-yellow-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-yellow-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-yellow-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-yellow-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-yellow-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-yellow-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-yellow-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-green-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-green-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-green-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-green-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-green-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-green-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-green-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-green-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-green-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-green-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-blue-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-blue-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-blue-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-blue-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-blue-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-blue-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-blue-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-blue-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-blue-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-blue-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-indigo-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-indigo-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-indigo-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-indigo-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-indigo-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-indigo-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-indigo-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-indigo-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-indigo-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-indigo-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-purple-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-purple-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-purple-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-purple-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-purple-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-purple-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-purple-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-purple-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-purple-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-purple-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-pink-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-pink-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-pink-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-pink-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-pink-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-pink-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-pink-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-pink-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-pink-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-pink-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-primary-color:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-primary-color-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-secondary-color:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-custom-gray-sm:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-custom-gray-sm2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-custom-gray-md:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-custom-navy-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-dark-blue:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-primary:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-secondary-1:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-secondary-2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-secondary-3:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-secondary:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-secondary-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-secondary-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-grayCustom-1:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-grayCustom-2:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-grayCustom-3:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-grayCustom-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-grayCustom:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-grayCustom-dark:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-grayCustom-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-grayCustom-hover:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-error:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-error-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-warning:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-warning-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-success:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-success-light:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-status-open:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-status-waiting_payment:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-status-completed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-status-failed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-status-waiting_verify:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-status-closed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-policyStatus-issuing:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-policyStatus-waiting_inspection:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-policyStatus-success:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-policyStatus-failed_inspection:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-policyStatus-failed:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-policyStatus-waiting_policy:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .can-hover\:checked\:bg-policyStatus-cancel:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .can-hover\:group-hover\:bg-current {
    background-color: currentColor;
  }

  .group:hover .can-hover\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-primary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-primary-color-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-secondary-color {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-custom-gray-sm {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-custom-gray-sm2 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-custom-gray-md {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-custom-navy-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-secondary-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-secondary-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-secondary-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-secondary-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-secondary-light {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-grayCustom-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-grayCustom-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-grayCustom-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-grayCustom-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-grayCustom {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-grayCustom-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-grayCustom-light {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-grayCustom-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-error-light {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-warning-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-success-light {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-status-open {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-status-waiting_payment {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-status-completed {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-status-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-status-waiting_verify {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-status-closed {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-policyStatus-issuing {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-policyStatus-waiting_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-policyStatus-success {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-policyStatus-failed_inspection {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-policyStatus-failed {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-policyStatus-waiting_policy {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .group:hover .can-hover\:group-hover\:bg-policyStatus-cancel {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-transparent[focus-within] {
    background-color: transparent;
  }

  .can-hover\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .can-hover\:focus-within\:bg-current[focus-within] {
    background-color: currentColor;
  }

  .can-hover\:focus-within\:bg-current:focus-within {
    background-color: currentColor;
  }

  .can-hover\:focus-within\:bg-black[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-white[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-gray-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-gray-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-gray-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-gray-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-gray-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-gray-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-gray-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-gray-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-gray-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-gray-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-red-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-red-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-red-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-red-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-red-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-red-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-red-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-red-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-red-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-red-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-yellow-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-yellow-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-yellow-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-yellow-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-yellow-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-yellow-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-yellow-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-yellow-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-yellow-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-yellow-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-green-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-green-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-green-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-green-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-green-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-green-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-green-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-green-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-green-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-green-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-blue-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-blue-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-blue-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-blue-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-blue-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-blue-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-blue-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-blue-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-blue-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-blue-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-indigo-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-indigo-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-indigo-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-indigo-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-indigo-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-indigo-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-indigo-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-indigo-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-indigo-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-indigo-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-purple-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-purple-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-purple-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-purple-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-purple-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-purple-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-purple-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-purple-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-purple-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-purple-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-pink-50[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-pink-100[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-pink-200[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-pink-300[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-pink-400[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-pink-500[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-pink-600[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-pink-700[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-pink-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-pink-900[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-primary-color[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-primary-color:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-primary-color-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-primary-color-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-secondary-color[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-secondary-color:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-custom-gray-sm[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-custom-gray-sm:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-custom-gray-sm2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-custom-gray-sm2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-custom-gray-md[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-custom-gray-md:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-custom-navy-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-custom-navy-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-dark-blue[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-dark-blue:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-primary[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-primary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-secondary-1[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-secondary-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-secondary-2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-secondary-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-secondary-3[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-secondary-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-secondary[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-secondary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-secondary-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-secondary-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-secondary-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-secondary-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-grayCustom-1[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-grayCustom-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-grayCustom-2[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-grayCustom-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-grayCustom-3[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-grayCustom-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-grayCustom-800[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-grayCustom-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-grayCustom[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-grayCustom:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-grayCustom-dark[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-grayCustom-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-grayCustom-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-grayCustom-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-grayCustom-hover[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-grayCustom-hover:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-error[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-error:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-error-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-error-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-warning[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-warning:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-warning-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-warning-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-success[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-success-light[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-success-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-status-open[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-status-open:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-status-waiting_payment[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-status-waiting_payment:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-status-completed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-status-completed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-status-failed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-status-failed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-status-waiting_verify[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-status-waiting_verify:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-status-closed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-status-closed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-policyStatus-issuing[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-policyStatus-issuing:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-policyStatus-waiting_inspection[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-policyStatus-waiting_inspection:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-policyStatus-success[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-policyStatus-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-policyStatus-failed_inspection[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-policyStatus-failed_inspection:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-policyStatus-failed[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-policyStatus-failed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-policyStatus-waiting_policy[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-policyStatus-waiting_policy:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-policyStatus-cancel[focus-within] {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .can-hover\:focus-within\:bg-policyStatus-cancel:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .can-hover\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .can-hover\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-primary-color:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-primary-color-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-secondary-color:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-custom-gray-sm:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-custom-gray-sm2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-custom-gray-md:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-custom-navy-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-dark-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-secondary-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-secondary-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-secondary-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-secondary-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-secondary-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-grayCustom-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-grayCustom-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-grayCustom-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-grayCustom-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-grayCustom:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-grayCustom-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-grayCustom-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-grayCustom-hover:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-error:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-error-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-warning:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-warning-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-success-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-status-open:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-status-waiting_payment:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-status-completed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-status-failed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-status-waiting_verify:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-status-closed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-policyStatus-issuing:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-policyStatus-waiting_inspection:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-policyStatus-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-policyStatus-failed_inspection:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-policyStatus-failed:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-policyStatus-waiting_policy:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .can-hover\:hover\:bg-policyStatus-cancel:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .can-hover\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .can-hover\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-primary-color:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 0, 139, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-primary-color-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 0, 104, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-secondary-color:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-custom-gray-sm:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 244, 246, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-custom-gray-sm2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-custom-gray-md:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 132, 132, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-custom-navy-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-dark-blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 46, 66, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-primary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 45, 64, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-secondary-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-secondary-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 213, 100, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-secondary-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 205, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-secondary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 0, 126, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-secondary-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(193, 26, 125, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-secondary-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 206, 233, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-grayCustom-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-grayCustom-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-grayCustom-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-grayCustom-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-grayCustom:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-grayCustom-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 79, 79, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-grayCustom-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-grayCustom-hover:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-error:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 32, 110, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-error-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 232, 234, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-warning:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-warning-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 216, 129, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-success-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 251, 242, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-status-open:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-status-waiting_payment:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-status-completed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-status-failed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-status-waiting_verify:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-status-closed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-policyStatus-issuing:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-policyStatus-waiting_inspection:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-policyStatus-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 193, 187, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-policyStatus-failed_inspection:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-policyStatus-failed:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 85, 107, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-policyStatus-waiting_policy:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 174, 20, var(--tw-bg-opacity));
  }

  .can-hover\:focus\:bg-policyStatus-cancel:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
  }

  .can-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .can-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .can-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .can-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .can-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .can-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .can-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .can-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .can-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .can-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .can-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .can-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .can-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .can-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .can-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .can-hover\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .can-hover\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .can-hover\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .can-hover\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .can-hover\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .can-hover\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .can-hover\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .can-hover\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .can-hover\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .can-hover\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .can-hover\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .can-hover\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .can-hover\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .can-hover\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .can-hover\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .can-hover\:focus-within\:bg-opacity-0[focus-within] {
    --tw-bg-opacity: 0;
  }

  .can-hover\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .can-hover\:focus-within\:bg-opacity-5[focus-within] {
    --tw-bg-opacity: 0.05;
  }

  .can-hover\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .can-hover\:focus-within\:bg-opacity-10[focus-within] {
    --tw-bg-opacity: 0.1;
  }

  .can-hover\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .can-hover\:focus-within\:bg-opacity-20[focus-within] {
    --tw-bg-opacity: 0.2;
  }

  .can-hover\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .can-hover\:focus-within\:bg-opacity-25[focus-within] {
    --tw-bg-opacity: 0.25;
  }

  .can-hover\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .can-hover\:focus-within\:bg-opacity-30[focus-within] {
    --tw-bg-opacity: 0.3;
  }

  .can-hover\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .can-hover\:focus-within\:bg-opacity-40[focus-within] {
    --tw-bg-opacity: 0.4;
  }

  .can-hover\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .can-hover\:focus-within\:bg-opacity-50[focus-within] {
    --tw-bg-opacity: 0.5;
  }

  .can-hover\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .can-hover\:focus-within\:bg-opacity-60[focus-within] {
    --tw-bg-opacity: 0.6;
  }

  .can-hover\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .can-hover\:focus-within\:bg-opacity-70[focus-within] {
    --tw-bg-opacity: 0.7;
  }

  .can-hover\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .can-hover\:focus-within\:bg-opacity-75[focus-within] {
    --tw-bg-opacity: 0.75;
  }

  .can-hover\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .can-hover\:focus-within\:bg-opacity-80[focus-within] {
    --tw-bg-opacity: 0.8;
  }

  .can-hover\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .can-hover\:focus-within\:bg-opacity-90[focus-within] {
    --tw-bg-opacity: 0.9;
  }

  .can-hover\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .can-hover\:focus-within\:bg-opacity-95[focus-within] {
    --tw-bg-opacity: 0.95;
  }

  .can-hover\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .can-hover\:focus-within\:bg-opacity-100[focus-within] {
    --tw-bg-opacity: 1;
  }

  .can-hover\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .can-hover\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .can-hover\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .can-hover\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .can-hover\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .can-hover\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .can-hover\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .can-hover\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .can-hover\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .can-hover\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .can-hover\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .can-hover\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .can-hover\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .can-hover\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .can-hover\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .can-hover\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .can-hover\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .can-hover\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .can-hover\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .can-hover\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .can-hover\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .can-hover\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .can-hover\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .can-hover\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .can-hover\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .can-hover\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .can-hover\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .can-hover\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .can-hover\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .can-hover\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .can-hover\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .can-hover\:bg-none {
    background-image: none;
  }

  .can-hover\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .can-hover\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .can-hover\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .can-hover\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .can-hover\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .can-hover\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .can-hover\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .can-hover\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .can-hover\:bg-city {
    background-image: url('~assets/homepage/bg-city.svg');
  }

  .can-hover\:bg-city-1 {
    background-image: url('~assets/homepage/bg-city_1.svg');
  }

  .can-hover\:bg-city-2 {
    background-image: url('~assets/homepage/bg-city2.svg');
  }

  .can-hover\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .can-hover\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .can-hover\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .can-hover\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .can-hover\:from-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .can-hover\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .can-hover\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .can-hover\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .can-hover\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .can-hover\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .can-hover\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .can-hover\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .can-hover\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .can-hover\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .can-hover\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .can-hover\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .can-hover\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .can-hover\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .can-hover\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .can-hover\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .can-hover\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .can-hover\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .can-hover\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .can-hover\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .can-hover\:from-yellow-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .can-hover\:from-yellow-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .can-hover\:from-yellow-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .can-hover\:from-yellow-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .can-hover\:from-yellow-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .can-hover\:from-yellow-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .can-hover\:from-yellow-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .can-hover\:from-yellow-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .can-hover\:from-yellow-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .can-hover\:from-yellow-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .can-hover\:from-green-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .can-hover\:from-green-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .can-hover\:from-green-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .can-hover\:from-green-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .can-hover\:from-green-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .can-hover\:from-green-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .can-hover\:from-green-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .can-hover\:from-green-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .can-hover\:from-green-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .can-hover\:from-green-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .can-hover\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .can-hover\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .can-hover\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .can-hover\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .can-hover\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .can-hover\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .can-hover\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .can-hover\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .can-hover\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .can-hover\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .can-hover\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .can-hover\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .can-hover\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .can-hover\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .can-hover\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .can-hover\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .can-hover\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .can-hover\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .can-hover\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .can-hover\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .can-hover\:from-purple-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .can-hover\:from-purple-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .can-hover\:from-purple-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .can-hover\:from-purple-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .can-hover\:from-purple-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .can-hover\:from-purple-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .can-hover\:from-purple-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .can-hover\:from-purple-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .can-hover\:from-purple-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .can-hover\:from-purple-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .can-hover\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .can-hover\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .can-hover\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .can-hover\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .can-hover\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .can-hover\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .can-hover\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .can-hover\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .can-hover\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .can-hover\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .can-hover\:from-primary-color {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .can-hover\:from-primary-color-dark {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .can-hover\:from-secondary-color {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .can-hover\:from-custom-gray-sm {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .can-hover\:from-custom-gray-sm2 {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .can-hover\:from-custom-gray-md {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .can-hover\:from-custom-navy-dark {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .can-hover\:from-dark-blue {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .can-hover\:from-primary {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .can-hover\:from-secondary-1 {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .can-hover\:from-secondary-2 {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .can-hover\:from-secondary-3 {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .can-hover\:from-secondary {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .can-hover\:from-secondary-dark {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .can-hover\:from-secondary-light {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .can-hover\:from-grayCustom-1 {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .can-hover\:from-grayCustom-2 {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .can-hover\:from-grayCustom-3 {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .can-hover\:from-grayCustom-800 {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .can-hover\:from-grayCustom {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .can-hover\:from-grayCustom-dark {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .can-hover\:from-grayCustom-light {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .can-hover\:from-grayCustom-hover {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .can-hover\:from-error {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .can-hover\:from-error-light {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .can-hover\:from-warning {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .can-hover\:from-warning-light {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .can-hover\:from-success {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .can-hover\:from-success-light {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .can-hover\:from-status-open {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .can-hover\:from-status-waiting_payment {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .can-hover\:from-status-completed {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .can-hover\:from-status-failed {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .can-hover\:from-status-waiting_verify {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .can-hover\:from-status-closed {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .can-hover\:from-policyStatus-issuing {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .can-hover\:from-policyStatus-waiting_inspection {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .can-hover\:from-policyStatus-success {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .can-hover\:from-policyStatus-failed_inspection {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .can-hover\:from-policyStatus-failed {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .can-hover\:from-policyStatus-waiting_policy {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .can-hover\:from-policyStatus-cancel {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .can-hover\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .can-hover\:hover\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .can-hover\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .can-hover\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .can-hover\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .can-hover\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .can-hover\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .can-hover\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .can-hover\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .can-hover\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .can-hover\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .can-hover\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .can-hover\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .can-hover\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .can-hover\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .can-hover\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .can-hover\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .can-hover\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .can-hover\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .can-hover\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .can-hover\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .can-hover\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .can-hover\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .can-hover\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .can-hover\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .can-hover\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .can-hover\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .can-hover\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .can-hover\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .can-hover\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .can-hover\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .can-hover\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .can-hover\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .can-hover\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .can-hover\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .can-hover\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .can-hover\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .can-hover\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .can-hover\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .can-hover\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .can-hover\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .can-hover\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .can-hover\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .can-hover\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .can-hover\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .can-hover\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .can-hover\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .can-hover\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .can-hover\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .can-hover\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .can-hover\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .can-hover\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .can-hover\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .can-hover\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .can-hover\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .can-hover\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .can-hover\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .can-hover\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .can-hover\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .can-hover\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .can-hover\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .can-hover\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .can-hover\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .can-hover\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .can-hover\:hover\:from-purple-50:hover {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .can-hover\:hover\:from-purple-100:hover {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .can-hover\:hover\:from-purple-200:hover {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .can-hover\:hover\:from-purple-300:hover {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .can-hover\:hover\:from-purple-400:hover {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .can-hover\:hover\:from-purple-500:hover {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .can-hover\:hover\:from-purple-600:hover {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .can-hover\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .can-hover\:hover\:from-purple-800:hover {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .can-hover\:hover\:from-purple-900:hover {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .can-hover\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .can-hover\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .can-hover\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .can-hover\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .can-hover\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .can-hover\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .can-hover\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .can-hover\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .can-hover\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .can-hover\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .can-hover\:hover\:from-primary-color:hover {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .can-hover\:hover\:from-primary-color-dark:hover {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .can-hover\:hover\:from-secondary-color:hover {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .can-hover\:hover\:from-custom-gray-sm:hover {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .can-hover\:hover\:from-custom-gray-sm2:hover {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .can-hover\:hover\:from-custom-gray-md:hover {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .can-hover\:hover\:from-custom-navy-dark:hover {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .can-hover\:hover\:from-dark-blue:hover {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .can-hover\:hover\:from-primary:hover {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .can-hover\:hover\:from-secondary-1:hover {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .can-hover\:hover\:from-secondary-2:hover {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .can-hover\:hover\:from-secondary-3:hover {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .can-hover\:hover\:from-secondary:hover {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .can-hover\:hover\:from-secondary-dark:hover {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .can-hover\:hover\:from-secondary-light:hover {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .can-hover\:hover\:from-grayCustom-1:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .can-hover\:hover\:from-grayCustom-2:hover {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .can-hover\:hover\:from-grayCustom-3:hover {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .can-hover\:hover\:from-grayCustom-800:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .can-hover\:hover\:from-grayCustom:hover {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .can-hover\:hover\:from-grayCustom-dark:hover {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .can-hover\:hover\:from-grayCustom-light:hover {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .can-hover\:hover\:from-grayCustom-hover:hover {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .can-hover\:hover\:from-error:hover {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .can-hover\:hover\:from-error-light:hover {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .can-hover\:hover\:from-warning:hover {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .can-hover\:hover\:from-warning-light:hover {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .can-hover\:hover\:from-success:hover {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .can-hover\:hover\:from-success-light:hover {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .can-hover\:hover\:from-status-open:hover {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .can-hover\:hover\:from-status-waiting_payment:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .can-hover\:hover\:from-status-completed:hover {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .can-hover\:hover\:from-status-failed:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .can-hover\:hover\:from-status-waiting_verify:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .can-hover\:hover\:from-status-closed:hover {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .can-hover\:hover\:from-policyStatus-issuing:hover {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .can-hover\:hover\:from-policyStatus-waiting_inspection:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .can-hover\:hover\:from-policyStatus-success:hover {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .can-hover\:hover\:from-policyStatus-failed_inspection:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .can-hover\:hover\:from-policyStatus-failed:hover {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .can-hover\:hover\:from-policyStatus-waiting_policy:hover {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .can-hover\:hover\:from-policyStatus-cancel:hover {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .can-hover\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .can-hover\:focus\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .can-hover\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .can-hover\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .can-hover\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .can-hover\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .can-hover\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .can-hover\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .can-hover\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .can-hover\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .can-hover\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .can-hover\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .can-hover\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .can-hover\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .can-hover\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .can-hover\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .can-hover\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .can-hover\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .can-hover\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .can-hover\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .can-hover\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .can-hover\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .can-hover\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .can-hover\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .can-hover\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .can-hover\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .can-hover\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .can-hover\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .can-hover\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .can-hover\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .can-hover\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .can-hover\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .can-hover\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .can-hover\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .can-hover\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .can-hover\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .can-hover\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .can-hover\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .can-hover\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .can-hover\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .can-hover\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .can-hover\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .can-hover\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .can-hover\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .can-hover\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .can-hover\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .can-hover\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .can-hover\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .can-hover\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .can-hover\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .can-hover\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .can-hover\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .can-hover\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .can-hover\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .can-hover\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .can-hover\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .can-hover\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .can-hover\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .can-hover\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .can-hover\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .can-hover\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .can-hover\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .can-hover\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .can-hover\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .can-hover\:focus\:from-purple-50:focus {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .can-hover\:focus\:from-purple-100:focus {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .can-hover\:focus\:from-purple-200:focus {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .can-hover\:focus\:from-purple-300:focus {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .can-hover\:focus\:from-purple-400:focus {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .can-hover\:focus\:from-purple-500:focus {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .can-hover\:focus\:from-purple-600:focus {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .can-hover\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .can-hover\:focus\:from-purple-800:focus {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .can-hover\:focus\:from-purple-900:focus {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .can-hover\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .can-hover\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .can-hover\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .can-hover\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .can-hover\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .can-hover\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .can-hover\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .can-hover\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .can-hover\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .can-hover\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .can-hover\:focus\:from-primary-color:focus {
    --tw-gradient-from: #eb008b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .can-hover\:focus\:from-primary-color-dark:focus {
    --tw-gradient-from: #c90068;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .can-hover\:focus\:from-secondary-color:focus {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .can-hover\:focus\:from-custom-gray-sm:focus {
    --tw-gradient-from: #f1f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .can-hover\:focus\:from-custom-gray-sm2:focus {
    --tw-gradient-from: #f1f2f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .can-hover\:focus\:from-custom-gray-md:focus {
    --tw-gradient-from: #848484;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .can-hover\:focus\:from-custom-navy-dark:focus {
    --tw-gradient-from: #112e42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .can-hover\:focus\:from-dark-blue:focus {
    --tw-gradient-from: #112E42;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .can-hover\:focus\:from-primary:focus {
    --tw-gradient-from: #192D40;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .can-hover\:focus\:from-secondary-1:focus {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .can-hover\:focus\:from-secondary-2:focus {
    --tw-gradient-from: #D6D564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .can-hover\:focus\:from-secondary-3:focus {
    --tw-gradient-from: #FCFCCD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .can-hover\:focus\:from-secondary:focus {
    --tw-gradient-from: #E6007E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .can-hover\:focus\:from-secondary-dark:focus {
    --tw-gradient-from: #C11A7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .can-hover\:focus\:from-secondary-light:focus {
    --tw-gradient-from: #FBCEE9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .can-hover\:focus\:from-grayCustom-1:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .can-hover\:focus\:from-grayCustom-2:focus {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .can-hover\:focus\:from-grayCustom-3:focus {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .can-hover\:focus\:from-grayCustom-800:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .can-hover\:focus\:from-grayCustom:focus {
    --tw-gradient-from: #C4C4C4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .can-hover\:focus\:from-grayCustom-dark:focus {
    --tw-gradient-from: #4F4F4F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .can-hover\:focus\:from-grayCustom-light:focus {
    --tw-gradient-from: #F9F9F9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .can-hover\:focus\:from-grayCustom-hover:focus {
    --tw-gradient-from: #9F9F9F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .can-hover\:focus\:from-error:focus {
    --tw-gradient-from: #FF206E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .can-hover\:focus\:from-error-light:focus {
    --tw-gradient-from: #FDE8EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .can-hover\:focus\:from-warning:focus {
    --tw-gradient-from: #FFAE14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .can-hover\:focus\:from-warning-light:focus {
    --tw-gradient-from: #FFF6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .can-hover\:focus\:from-success:focus {
    --tw-gradient-from: #2DD881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .can-hover\:focus\:from-success-light:focus {
    --tw-gradient-from: #E9FBF2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .can-hover\:focus\:from-status-open:focus {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .can-hover\:focus\:from-status-waiting_payment:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .can-hover\:focus\:from-status-completed:focus {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .can-hover\:focus\:from-status-failed:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .can-hover\:focus\:from-status-waiting_verify:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .can-hover\:focus\:from-status-closed:focus {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .can-hover\:focus\:from-policyStatus-issuing:focus {
    --tw-gradient-from: #FFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .can-hover\:focus\:from-policyStatus-waiting_inspection:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .can-hover\:focus\:from-policyStatus-success:focus {
    --tw-gradient-from: #54c1bb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .can-hover\:focus\:from-policyStatus-failed_inspection:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .can-hover\:focus\:from-policyStatus-failed:focus {
    --tw-gradient-from: #e8556b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .can-hover\:focus\:from-policyStatus-waiting_policy:focus {
    --tw-gradient-from: #ffae14;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .can-hover\:focus\:from-policyStatus-cancel:focus {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .can-hover\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .can-hover\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .can-hover\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .can-hover\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .can-hover\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .can-hover\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .can-hover\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .can-hover\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .can-hover\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .can-hover\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .can-hover\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .can-hover\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .can-hover\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .can-hover\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .can-hover\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .can-hover\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .can-hover\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .can-hover\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .can-hover\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .can-hover\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .can-hover\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .can-hover\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .can-hover\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .can-hover\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .can-hover\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .can-hover\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .can-hover\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .can-hover\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .can-hover\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .can-hover\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .can-hover\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .can-hover\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .can-hover\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .can-hover\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .can-hover\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .can-hover\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .can-hover\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .can-hover\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .can-hover\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .can-hover\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .can-hover\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .can-hover\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .can-hover\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .can-hover\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .can-hover\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .can-hover\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .can-hover\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .can-hover\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .can-hover\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .can-hover\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .can-hover\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .can-hover\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .can-hover\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .can-hover\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .can-hover\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .can-hover\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .can-hover\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .can-hover\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .can-hover\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .can-hover\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .can-hover\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .can-hover\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .can-hover\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .can-hover\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .can-hover\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .can-hover\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .can-hover\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .can-hover\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .can-hover\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .can-hover\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .can-hover\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .can-hover\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .can-hover\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .can-hover\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .can-hover\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .can-hover\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .can-hover\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .can-hover\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .can-hover\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .can-hover\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .can-hover\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .can-hover\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .can-hover\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .can-hover\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .can-hover\:via-primary-color {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .can-hover\:via-primary-color-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .can-hover\:via-secondary-color {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .can-hover\:via-custom-gray-sm {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .can-hover\:via-custom-gray-sm2 {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .can-hover\:via-custom-gray-md {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .can-hover\:via-custom-navy-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .can-hover\:via-dark-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .can-hover\:via-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .can-hover\:via-secondary-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .can-hover\:via-secondary-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .can-hover\:via-secondary-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .can-hover\:via-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .can-hover\:via-secondary-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .can-hover\:via-secondary-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .can-hover\:via-grayCustom-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .can-hover\:via-grayCustom-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .can-hover\:via-grayCustom-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .can-hover\:via-grayCustom-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .can-hover\:via-grayCustom {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .can-hover\:via-grayCustom-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .can-hover\:via-grayCustom-light {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .can-hover\:via-grayCustom-hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .can-hover\:via-error {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .can-hover\:via-error-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .can-hover\:via-warning {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .can-hover\:via-warning-light {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .can-hover\:via-success {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .can-hover\:via-success-light {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .can-hover\:via-status-open {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .can-hover\:via-status-waiting_payment {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .can-hover\:via-status-completed {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .can-hover\:via-status-failed {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .can-hover\:via-status-waiting_verify {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .can-hover\:via-status-closed {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .can-hover\:via-policyStatus-issuing {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .can-hover\:via-policyStatus-waiting_inspection {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .can-hover\:via-policyStatus-success {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .can-hover\:via-policyStatus-failed_inspection {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .can-hover\:via-policyStatus-failed {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .can-hover\:via-policyStatus-waiting_policy {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .can-hover\:via-policyStatus-cancel {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .can-hover\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .can-hover\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .can-hover\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .can-hover\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .can-hover\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .can-hover\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .can-hover\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .can-hover\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .can-hover\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .can-hover\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .can-hover\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .can-hover\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .can-hover\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .can-hover\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .can-hover\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .can-hover\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .can-hover\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .can-hover\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .can-hover\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .can-hover\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .can-hover\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .can-hover\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .can-hover\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .can-hover\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .can-hover\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .can-hover\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .can-hover\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .can-hover\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .can-hover\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .can-hover\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .can-hover\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .can-hover\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .can-hover\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .can-hover\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .can-hover\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .can-hover\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .can-hover\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .can-hover\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .can-hover\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .can-hover\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .can-hover\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .can-hover\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .can-hover\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .can-hover\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .can-hover\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .can-hover\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .can-hover\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .can-hover\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .can-hover\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .can-hover\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .can-hover\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .can-hover\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .can-hover\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .can-hover\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .can-hover\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .can-hover\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .can-hover\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .can-hover\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .can-hover\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .can-hover\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .can-hover\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .can-hover\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .can-hover\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .can-hover\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .can-hover\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .can-hover\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .can-hover\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .can-hover\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .can-hover\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .can-hover\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .can-hover\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .can-hover\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .can-hover\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .can-hover\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .can-hover\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .can-hover\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .can-hover\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .can-hover\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .can-hover\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .can-hover\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .can-hover\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .can-hover\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .can-hover\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .can-hover\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .can-hover\:hover\:via-primary-color:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .can-hover\:hover\:via-primary-color-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .can-hover\:hover\:via-secondary-color:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .can-hover\:hover\:via-custom-gray-sm:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .can-hover\:hover\:via-custom-gray-sm2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .can-hover\:hover\:via-custom-gray-md:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .can-hover\:hover\:via-custom-navy-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .can-hover\:hover\:via-dark-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .can-hover\:hover\:via-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .can-hover\:hover\:via-secondary-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .can-hover\:hover\:via-secondary-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .can-hover\:hover\:via-secondary-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .can-hover\:hover\:via-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .can-hover\:hover\:via-secondary-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .can-hover\:hover\:via-secondary-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .can-hover\:hover\:via-grayCustom-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .can-hover\:hover\:via-grayCustom-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .can-hover\:hover\:via-grayCustom-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .can-hover\:hover\:via-grayCustom-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .can-hover\:hover\:via-grayCustom:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .can-hover\:hover\:via-grayCustom-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .can-hover\:hover\:via-grayCustom-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .can-hover\:hover\:via-grayCustom-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .can-hover\:hover\:via-error:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .can-hover\:hover\:via-error-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .can-hover\:hover\:via-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .can-hover\:hover\:via-warning-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .can-hover\:hover\:via-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .can-hover\:hover\:via-success-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .can-hover\:hover\:via-status-open:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .can-hover\:hover\:via-status-waiting_payment:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .can-hover\:hover\:via-status-completed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .can-hover\:hover\:via-status-failed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .can-hover\:hover\:via-status-waiting_verify:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .can-hover\:hover\:via-status-closed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .can-hover\:hover\:via-policyStatus-issuing:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .can-hover\:hover\:via-policyStatus-waiting_inspection:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .can-hover\:hover\:via-policyStatus-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .can-hover\:hover\:via-policyStatus-failed_inspection:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .can-hover\:hover\:via-policyStatus-failed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .can-hover\:hover\:via-policyStatus-waiting_policy:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .can-hover\:hover\:via-policyStatus-cancel:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .can-hover\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .can-hover\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .can-hover\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .can-hover\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .can-hover\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .can-hover\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .can-hover\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .can-hover\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .can-hover\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .can-hover\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .can-hover\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .can-hover\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .can-hover\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .can-hover\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .can-hover\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .can-hover\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .can-hover\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .can-hover\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .can-hover\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .can-hover\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .can-hover\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .can-hover\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .can-hover\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .can-hover\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .can-hover\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .can-hover\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .can-hover\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .can-hover\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .can-hover\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .can-hover\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .can-hover\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .can-hover\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .can-hover\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .can-hover\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .can-hover\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .can-hover\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .can-hover\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .can-hover\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .can-hover\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .can-hover\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .can-hover\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .can-hover\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .can-hover\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .can-hover\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .can-hover\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .can-hover\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .can-hover\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .can-hover\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .can-hover\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .can-hover\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .can-hover\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .can-hover\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .can-hover\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .can-hover\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .can-hover\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .can-hover\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .can-hover\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .can-hover\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .can-hover\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .can-hover\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .can-hover\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .can-hover\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .can-hover\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .can-hover\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .can-hover\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .can-hover\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .can-hover\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .can-hover\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .can-hover\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .can-hover\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .can-hover\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .can-hover\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .can-hover\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .can-hover\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .can-hover\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .can-hover\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .can-hover\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .can-hover\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .can-hover\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .can-hover\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .can-hover\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .can-hover\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .can-hover\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .can-hover\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .can-hover\:focus\:via-primary-color:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eb008b, var(--tw-gradient-to, rgba(235, 0, 139, 0));
  }

  .can-hover\:focus\:via-primary-color-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c90068, var(--tw-gradient-to, rgba(201, 0, 104, 0));
  }

  .can-hover\:focus\:via-secondary-color:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .can-hover\:focus\:via-custom-gray-sm:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f4f6, var(--tw-gradient-to, rgba(241, 244, 246, 0));
  }

  .can-hover\:focus\:via-custom-gray-sm2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f2f3, var(--tw-gradient-to, rgba(241, 242, 243, 0));
  }

  .can-hover\:focus\:via-custom-gray-md:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #848484, var(--tw-gradient-to, rgba(132, 132, 132, 0));
  }

  .can-hover\:focus\:via-custom-navy-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112e42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .can-hover\:focus\:via-dark-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #112E42, var(--tw-gradient-to, rgba(17, 46, 66, 0));
  }

  .can-hover\:focus\:via-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #192D40, var(--tw-gradient-to, rgba(25, 45, 64, 0));
  }

  .can-hover\:focus\:via-secondary-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .can-hover\:focus\:via-secondary-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D564, var(--tw-gradient-to, rgba(214, 213, 100, 0));
  }

  .can-hover\:focus\:via-secondary-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FCFCCD, var(--tw-gradient-to, rgba(252, 252, 205, 0));
  }

  .can-hover\:focus\:via-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E6007E, var(--tw-gradient-to, rgba(230, 0, 126, 0));
  }

  .can-hover\:focus\:via-secondary-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C11A7D, var(--tw-gradient-to, rgba(193, 26, 125, 0));
  }

  .can-hover\:focus\:via-secondary-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FBCEE9, var(--tw-gradient-to, rgba(251, 206, 233, 0));
  }

  .can-hover\:focus\:via-grayCustom-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .can-hover\:focus\:via-grayCustom-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .can-hover\:focus\:via-grayCustom-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .can-hover\:focus\:via-grayCustom-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .can-hover\:focus\:via-grayCustom:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C4C4C4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .can-hover\:focus\:via-grayCustom-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4F4F4F, var(--tw-gradient-to, rgba(79, 79, 79, 0));
  }

  .can-hover\:focus\:via-grayCustom-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .can-hover\:focus\:via-grayCustom-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0));
  }

  .can-hover\:focus\:via-error:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF206E, var(--tw-gradient-to, rgba(255, 32, 110, 0));
  }

  .can-hover\:focus\:via-error-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FDE8EA, var(--tw-gradient-to, rgba(253, 232, 234, 0));
  }

  .can-hover\:focus\:via-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFAE14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .can-hover\:focus\:via-warning-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF6E5, var(--tw-gradient-to, rgba(255, 246, 229, 0));
  }

  .can-hover\:focus\:via-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2DD881, var(--tw-gradient-to, rgba(45, 216, 129, 0));
  }

  .can-hover\:focus\:via-success-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E9FBF2, var(--tw-gradient-to, rgba(233, 251, 242, 0));
  }

  .can-hover\:focus\:via-status-open:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .can-hover\:focus\:via-status-waiting_payment:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .can-hover\:focus\:via-status-completed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .can-hover\:focus\:via-status-failed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .can-hover\:focus\:via-status-waiting_verify:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .can-hover\:focus\:via-status-closed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .can-hover\:focus\:via-policyStatus-issuing:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .can-hover\:focus\:via-policyStatus-waiting_inspection:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .can-hover\:focus\:via-policyStatus-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #54c1bb, var(--tw-gradient-to, rgba(84, 193, 187, 0));
  }

  .can-hover\:focus\:via-policyStatus-failed_inspection:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .can-hover\:focus\:via-policyStatus-failed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8556b, var(--tw-gradient-to, rgba(232, 85, 107, 0));
  }

  .can-hover\:focus\:via-policyStatus-waiting_policy:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffae14, var(--tw-gradient-to, rgba(255, 174, 20, 0));
  }

  .can-hover\:focus\:via-policyStatus-cancel:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to, rgba(196, 196, 196, 0));
  }

  .can-hover\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .can-hover\:to-current {
    --tw-gradient-to: currentColor;
  }

  .can-hover\:to-black {
    --tw-gradient-to: #000;
  }

  .can-hover\:to-white {
    --tw-gradient-to: #fff;
  }

  .can-hover\:to-gray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .can-hover\:to-gray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .can-hover\:to-gray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .can-hover\:to-gray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .can-hover\:to-gray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .can-hover\:to-gray-500 {
    --tw-gradient-to: #6b7280;
  }

  .can-hover\:to-gray-600 {
    --tw-gradient-to: #4b5563;
  }

  .can-hover\:to-gray-700 {
    --tw-gradient-to: #374151;
  }

  .can-hover\:to-gray-800 {
    --tw-gradient-to: #1f2937;
  }

  .can-hover\:to-gray-900 {
    --tw-gradient-to: #111827;
  }

  .can-hover\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .can-hover\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .can-hover\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .can-hover\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .can-hover\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .can-hover\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .can-hover\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .can-hover\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .can-hover\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .can-hover\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .can-hover\:to-yellow-50 {
    --tw-gradient-to: #fffbeb;
  }

  .can-hover\:to-yellow-100 {
    --tw-gradient-to: #fef3c7;
  }

  .can-hover\:to-yellow-200 {
    --tw-gradient-to: #fde68a;
  }

  .can-hover\:to-yellow-300 {
    --tw-gradient-to: #fcd34d;
  }

  .can-hover\:to-yellow-400 {
    --tw-gradient-to: #fbbf24;
  }

  .can-hover\:to-yellow-500 {
    --tw-gradient-to: #f59e0b;
  }

  .can-hover\:to-yellow-600 {
    --tw-gradient-to: #d97706;
  }

  .can-hover\:to-yellow-700 {
    --tw-gradient-to: #b45309;
  }

  .can-hover\:to-yellow-800 {
    --tw-gradient-to: #92400e;
  }

  .can-hover\:to-yellow-900 {
    --tw-gradient-to: #78350f;
  }

  .can-hover\:to-green-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .can-hover\:to-green-100 {
    --tw-gradient-to: #d1fae5;
  }

  .can-hover\:to-green-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .can-hover\:to-green-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .can-hover\:to-green-400 {
    --tw-gradient-to: #34d399;
  }

  .can-hover\:to-green-500 {
    --tw-gradient-to: #10b981;
  }

  .can-hover\:to-green-600 {
    --tw-gradient-to: #059669;
  }

  .can-hover\:to-green-700 {
    --tw-gradient-to: #047857;
  }

  .can-hover\:to-green-800 {
    --tw-gradient-to: #065f46;
  }

  .can-hover\:to-green-900 {
    --tw-gradient-to: #064e3b;
  }

  .can-hover\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .can-hover\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .can-hover\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .can-hover\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .can-hover\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .can-hover\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .can-hover\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .can-hover\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .can-hover\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .can-hover\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .can-hover\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .can-hover\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .can-hover\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .can-hover\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .can-hover\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .can-hover\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .can-hover\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .can-hover\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .can-hover\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .can-hover\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .can-hover\:to-purple-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .can-hover\:to-purple-100 {
    --tw-gradient-to: #ede9fe;
  }

  .can-hover\:to-purple-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .can-hover\:to-purple-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .can-hover\:to-purple-400 {
    --tw-gradient-to: #a78bfa;
  }

  .can-hover\:to-purple-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .can-hover\:to-purple-600 {
    --tw-gradient-to: #7c3aed;
  }

  .can-hover\:to-purple-700 {
    --tw-gradient-to: #6d28d9;
  }

  .can-hover\:to-purple-800 {
    --tw-gradient-to: #5b21b6;
  }

  .can-hover\:to-purple-900 {
    --tw-gradient-to: #4c1d95;
  }

  .can-hover\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .can-hover\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .can-hover\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .can-hover\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .can-hover\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .can-hover\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .can-hover\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .can-hover\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .can-hover\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .can-hover\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .can-hover\:to-primary-color {
    --tw-gradient-to: #eb008b;
  }

  .can-hover\:to-primary-color-dark {
    --tw-gradient-to: #c90068;
  }

  .can-hover\:to-secondary-color {
    --tw-gradient-to: #112e42;
  }

  .can-hover\:to-custom-gray-sm {
    --tw-gradient-to: #f1f4f6;
  }

  .can-hover\:to-custom-gray-sm2 {
    --tw-gradient-to: #f1f2f3;
  }

  .can-hover\:to-custom-gray-md {
    --tw-gradient-to: #848484;
  }

  .can-hover\:to-custom-navy-dark {
    --tw-gradient-to: #112e42;
  }

  .can-hover\:to-dark-blue {
    --tw-gradient-to: #112E42;
  }

  .can-hover\:to-primary {
    --tw-gradient-to: #192D40;
  }

  .can-hover\:to-secondary-1 {
    --tw-gradient-to: #E6007E;
  }

  .can-hover\:to-secondary-2 {
    --tw-gradient-to: #D6D564;
  }

  .can-hover\:to-secondary-3 {
    --tw-gradient-to: #FCFCCD;
  }

  .can-hover\:to-secondary {
    --tw-gradient-to: #E6007E;
  }

  .can-hover\:to-secondary-dark {
    --tw-gradient-to: #C11A7D;
  }

  .can-hover\:to-secondary-light {
    --tw-gradient-to: #FBCEE9;
  }

  .can-hover\:to-grayCustom-1 {
    --tw-gradient-to: #4F4F4F;
  }

  .can-hover\:to-grayCustom-2 {
    --tw-gradient-to: #C4C4C4;
  }

  .can-hover\:to-grayCustom-3 {
    --tw-gradient-to: #F9F9F9;
  }

  .can-hover\:to-grayCustom-800 {
    --tw-gradient-to: #4F4F4F;
  }

  .can-hover\:to-grayCustom {
    --tw-gradient-to: #C4C4C4;
  }

  .can-hover\:to-grayCustom-dark {
    --tw-gradient-to: #4F4F4F;
  }

  .can-hover\:to-grayCustom-light {
    --tw-gradient-to: #F9F9F9;
  }

  .can-hover\:to-grayCustom-hover {
    --tw-gradient-to: #9F9F9F;
  }

  .can-hover\:to-error {
    --tw-gradient-to: #FF206E;
  }

  .can-hover\:to-error-light {
    --tw-gradient-to: #FDE8EA;
  }

  .can-hover\:to-warning {
    --tw-gradient-to: #FFAE14;
  }

  .can-hover\:to-warning-light {
    --tw-gradient-to: #FFF6E5;
  }

  .can-hover\:to-success {
    --tw-gradient-to: #2DD881;
  }

  .can-hover\:to-success-light {
    --tw-gradient-to: #E9FBF2;
  }

  .can-hover\:to-status-open {
    --tw-gradient-to: #FFF;
  }

  .can-hover\:to-status-waiting_payment {
    --tw-gradient-to: #ffae14;
  }

  .can-hover\:to-status-completed {
    --tw-gradient-to: #54c1bb;
  }

  .can-hover\:to-status-failed {
    --tw-gradient-to: #e8556b;
  }

  .can-hover\:to-status-waiting_verify {
    --tw-gradient-to: #ffae14;
  }

  .can-hover\:to-status-closed {
    --tw-gradient-to: #c4c4c4;
  }

  .can-hover\:to-policyStatus-issuing {
    --tw-gradient-to: #FFF;
  }

  .can-hover\:to-policyStatus-waiting_inspection {
    --tw-gradient-to: #ffae14;
  }

  .can-hover\:to-policyStatus-success {
    --tw-gradient-to: #54c1bb;
  }

  .can-hover\:to-policyStatus-failed_inspection {
    --tw-gradient-to: #e8556b;
  }

  .can-hover\:to-policyStatus-failed {
    --tw-gradient-to: #e8556b;
  }

  .can-hover\:to-policyStatus-waiting_policy {
    --tw-gradient-to: #ffae14;
  }

  .can-hover\:to-policyStatus-cancel {
    --tw-gradient-to: #c4c4c4;
  }

  .can-hover\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .can-hover\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .can-hover\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .can-hover\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .can-hover\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .can-hover\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .can-hover\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .can-hover\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .can-hover\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .can-hover\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .can-hover\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .can-hover\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151;
  }

  .can-hover\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .can-hover\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827;
  }

  .can-hover\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2;
  }

  .can-hover\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2;
  }

  .can-hover\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca;
  }

  .can-hover\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5;
  }

  .can-hover\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171;
  }

  .can-hover\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444;
  }

  .can-hover\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626;
  }

  .can-hover\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c;
  }

  .can-hover\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b;
  }

  .can-hover\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d;
  }

  .can-hover\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .can-hover\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .can-hover\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .can-hover\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .can-hover\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .can-hover\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .can-hover\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706;
  }

  .can-hover\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309;
  }

  .can-hover\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e;
  }

  .can-hover\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f;
  }

  .can-hover\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .can-hover\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .can-hover\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .can-hover\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .can-hover\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399;
  }

  .can-hover\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981;
  }

  .can-hover\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669;
  }

  .can-hover\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857;
  }

  .can-hover\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46;
  }

  .can-hover\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .can-hover\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff;
  }

  .can-hover\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe;
  }

  .can-hover\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe;
  }

  .can-hover\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd;
  }

  .can-hover\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa;
  }

  .can-hover\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6;
  }

  .can-hover\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb;
  }

  .can-hover\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8;
  }

  .can-hover\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af;
  }

  .can-hover\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a;
  }

  .can-hover\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff;
  }

  .can-hover\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff;
  }

  .can-hover\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe;
  }

  .can-hover\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc;
  }

  .can-hover\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8;
  }

  .can-hover\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1;
  }

  .can-hover\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5;
  }

  .can-hover\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca;
  }

  .can-hover\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3;
  }

  .can-hover\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81;
  }

  .can-hover\:hover\:to-purple-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .can-hover\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .can-hover\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .can-hover\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .can-hover\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .can-hover\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .can-hover\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .can-hover\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .can-hover\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .can-hover\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .can-hover\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8;
  }

  .can-hover\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3;
  }

  .can-hover\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8;
  }

  .can-hover\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4;
  }

  .can-hover\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6;
  }

  .can-hover\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899;
  }

  .can-hover\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777;
  }

  .can-hover\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d;
  }

  .can-hover\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d;
  }

  .can-hover\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843;
  }

  .can-hover\:hover\:to-primary-color:hover {
    --tw-gradient-to: #eb008b;
  }

  .can-hover\:hover\:to-primary-color-dark:hover {
    --tw-gradient-to: #c90068;
  }

  .can-hover\:hover\:to-secondary-color:hover {
    --tw-gradient-to: #112e42;
  }

  .can-hover\:hover\:to-custom-gray-sm:hover {
    --tw-gradient-to: #f1f4f6;
  }

  .can-hover\:hover\:to-custom-gray-sm2:hover {
    --tw-gradient-to: #f1f2f3;
  }

  .can-hover\:hover\:to-custom-gray-md:hover {
    --tw-gradient-to: #848484;
  }

  .can-hover\:hover\:to-custom-navy-dark:hover {
    --tw-gradient-to: #112e42;
  }

  .can-hover\:hover\:to-dark-blue:hover {
    --tw-gradient-to: #112E42;
  }

  .can-hover\:hover\:to-primary:hover {
    --tw-gradient-to: #192D40;
  }

  .can-hover\:hover\:to-secondary-1:hover {
    --tw-gradient-to: #E6007E;
  }

  .can-hover\:hover\:to-secondary-2:hover {
    --tw-gradient-to: #D6D564;
  }

  .can-hover\:hover\:to-secondary-3:hover {
    --tw-gradient-to: #FCFCCD;
  }

  .can-hover\:hover\:to-secondary:hover {
    --tw-gradient-to: #E6007E;
  }

  .can-hover\:hover\:to-secondary-dark:hover {
    --tw-gradient-to: #C11A7D;
  }

  .can-hover\:hover\:to-secondary-light:hover {
    --tw-gradient-to: #FBCEE9;
  }

  .can-hover\:hover\:to-grayCustom-1:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .can-hover\:hover\:to-grayCustom-2:hover {
    --tw-gradient-to: #C4C4C4;
  }

  .can-hover\:hover\:to-grayCustom-3:hover {
    --tw-gradient-to: #F9F9F9;
  }

  .can-hover\:hover\:to-grayCustom-800:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .can-hover\:hover\:to-grayCustom:hover {
    --tw-gradient-to: #C4C4C4;
  }

  .can-hover\:hover\:to-grayCustom-dark:hover {
    --tw-gradient-to: #4F4F4F;
  }

  .can-hover\:hover\:to-grayCustom-light:hover {
    --tw-gradient-to: #F9F9F9;
  }

  .can-hover\:hover\:to-grayCustom-hover:hover {
    --tw-gradient-to: #9F9F9F;
  }

  .can-hover\:hover\:to-error:hover {
    --tw-gradient-to: #FF206E;
  }

  .can-hover\:hover\:to-error-light:hover {
    --tw-gradient-to: #FDE8EA;
  }

  .can-hover\:hover\:to-warning:hover {
    --tw-gradient-to: #FFAE14;
  }

  .can-hover\:hover\:to-warning-light:hover {
    --tw-gradient-to: #FFF6E5;
  }

  .can-hover\:hover\:to-success:hover {
    --tw-gradient-to: #2DD881;
  }

  .can-hover\:hover\:to-success-light:hover {
    --tw-gradient-to: #E9FBF2;
  }

  .can-hover\:hover\:to-status-open:hover {
    --tw-gradient-to: #FFF;
  }

  .can-hover\:hover\:to-status-waiting_payment:hover {
    --tw-gradient-to: #ffae14;
  }

  .can-hover\:hover\:to-status-completed:hover {
    --tw-gradient-to: #54c1bb;
  }

  .can-hover\:hover\:to-status-failed:hover {
    --tw-gradient-to: #e8556b;
  }

  .can-hover\:hover\:to-status-waiting_verify:hover {
    --tw-gradient-to: #ffae14;
  }

  .can-hover\:hover\:to-status-closed:hover {
    --tw-gradient-to: #c4c4c4;
  }

  .can-hover\:hover\:to-policyStatus-issuing:hover {
    --tw-gradient-to: #FFF;
  }

  .can-hover\:hover\:to-policyStatus-waiting_inspection:hover {
    --tw-gradient-to: #ffae14;
  }

  .can-hover\:hover\:to-policyStatus-success:hover {
    --tw-gradient-to: #54c1bb;
  }

  .can-hover\:hover\:to-policyStatus-failed_inspection:hover {
    --tw-gradient-to: #e8556b;
  }

  .can-hover\:hover\:to-policyStatus-failed:hover {
    --tw-gradient-to: #e8556b;
  }

  .can-hover\:hover\:to-policyStatus-waiting_policy:hover {
    --tw-gradient-to: #ffae14;
  }

  .can-hover\:hover\:to-policyStatus-cancel:hover {
    --tw-gradient-to: #c4c4c4;
  }

  .can-hover\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .can-hover\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .can-hover\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .can-hover\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .can-hover\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .can-hover\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .can-hover\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .can-hover\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .can-hover\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .can-hover\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .can-hover\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .can-hover\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151;
  }

  .can-hover\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .can-hover\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827;
  }

  .can-hover\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2;
  }

  .can-hover\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2;
  }

  .can-hover\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca;
  }

  .can-hover\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5;
  }

  .can-hover\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171;
  }

  .can-hover\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444;
  }

  .can-hover\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626;
  }

  .can-hover\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c;
  }

  .can-hover\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b;
  }

  .can-hover\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d;
  }

  .can-hover\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .can-hover\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .can-hover\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .can-hover\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .can-hover\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .can-hover\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .can-hover\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706;
  }

  .can-hover\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309;
  }

  .can-hover\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e;
  }

  .can-hover\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f;
  }

  .can-hover\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .can-hover\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .can-hover\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .can-hover\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .can-hover\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399;
  }

  .can-hover\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981;
  }

  .can-hover\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669;
  }

  .can-hover\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857;
  }

  .can-hover\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46;
  }

  .can-hover\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .can-hover\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff;
  }

  .can-hover\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe;
  }

  .can-hover\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe;
  }

  .can-hover\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd;
  }

  .can-hover\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa;
  }

  .can-hover\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6;
  }

  .can-hover\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb;
  }

  .can-hover\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8;
  }

  .can-hover\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af;
  }

  .can-hover\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a;
  }

  .can-hover\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff;
  }

  .can-hover\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff;
  }

  .can-hover\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe;
  }

  .can-hover\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc;
  }

  .can-hover\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8;
  }

  .can-hover\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1;
  }

  .can-hover\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5;
  }

  .can-hover\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca;
  }

  .can-hover\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3;
  }

  .can-hover\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81;
  }

  .can-hover\:focus\:to-purple-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .can-hover\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .can-hover\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .can-hover\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .can-hover\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .can-hover\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .can-hover\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .can-hover\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .can-hover\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .can-hover\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .can-hover\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8;
  }

  .can-hover\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3;
  }

  .can-hover\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8;
  }

  .can-hover\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4;
  }

  .can-hover\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6;
  }

  .can-hover\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899;
  }

  .can-hover\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777;
  }

  .can-hover\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d;
  }

  .can-hover\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d;
  }

  .can-hover\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843;
  }

  .can-hover\:focus\:to-primary-color:focus {
    --tw-gradient-to: #eb008b;
  }

  .can-hover\:focus\:to-primary-color-dark:focus {
    --tw-gradient-to: #c90068;
  }

  .can-hover\:focus\:to-secondary-color:focus {
    --tw-gradient-to: #112e42;
  }

  .can-hover\:focus\:to-custom-gray-sm:focus {
    --tw-gradient-to: #f1f4f6;
  }

  .can-hover\:focus\:to-custom-gray-sm2:focus {
    --tw-gradient-to: #f1f2f3;
  }

  .can-hover\:focus\:to-custom-gray-md:focus {
    --tw-gradient-to: #848484;
  }

  .can-hover\:focus\:to-custom-navy-dark:focus {
    --tw-gradient-to: #112e42;
  }

  .can-hover\:focus\:to-dark-blue:focus {
    --tw-gradient-to: #112E42;
  }

  .can-hover\:focus\:to-primary:focus {
    --tw-gradient-to: #192D40;
  }

  .can-hover\:focus\:to-secondary-1:focus {
    --tw-gradient-to: #E6007E;
  }

  .can-hover\:focus\:to-secondary-2:focus {
    --tw-gradient-to: #D6D564;
  }

  .can-hover\:focus\:to-secondary-3:focus {
    --tw-gradient-to: #FCFCCD;
  }

  .can-hover\:focus\:to-secondary:focus {
    --tw-gradient-to: #E6007E;
  }

  .can-hover\:focus\:to-secondary-dark:focus {
    --tw-gradient-to: #C11A7D;
  }

  .can-hover\:focus\:to-secondary-light:focus {
    --tw-gradient-to: #FBCEE9;
  }

  .can-hover\:focus\:to-grayCustom-1:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .can-hover\:focus\:to-grayCustom-2:focus {
    --tw-gradient-to: #C4C4C4;
  }

  .can-hover\:focus\:to-grayCustom-3:focus {
    --tw-gradient-to: #F9F9F9;
  }

  .can-hover\:focus\:to-grayCustom-800:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .can-hover\:focus\:to-grayCustom:focus {
    --tw-gradient-to: #C4C4C4;
  }

  .can-hover\:focus\:to-grayCustom-dark:focus {
    --tw-gradient-to: #4F4F4F;
  }

  .can-hover\:focus\:to-grayCustom-light:focus {
    --tw-gradient-to: #F9F9F9;
  }

  .can-hover\:focus\:to-grayCustom-hover:focus {
    --tw-gradient-to: #9F9F9F;
  }

  .can-hover\:focus\:to-error:focus {
    --tw-gradient-to: #FF206E;
  }

  .can-hover\:focus\:to-error-light:focus {
    --tw-gradient-to: #FDE8EA;
  }

  .can-hover\:focus\:to-warning:focus {
    --tw-gradient-to: #FFAE14;
  }

  .can-hover\:focus\:to-warning-light:focus {
    --tw-gradient-to: #FFF6E5;
  }

  .can-hover\:focus\:to-success:focus {
    --tw-gradient-to: #2DD881;
  }

  .can-hover\:focus\:to-success-light:focus {
    --tw-gradient-to: #E9FBF2;
  }

  .can-hover\:focus\:to-status-open:focus {
    --tw-gradient-to: #FFF;
  }

  .can-hover\:focus\:to-status-waiting_payment:focus {
    --tw-gradient-to: #ffae14;
  }

  .can-hover\:focus\:to-status-completed:focus {
    --tw-gradient-to: #54c1bb;
  }

  .can-hover\:focus\:to-status-failed:focus {
    --tw-gradient-to: #e8556b;
  }

  .can-hover\:focus\:to-status-waiting_verify:focus {
    --tw-gradient-to: #ffae14;
  }

  .can-hover\:focus\:to-status-closed:focus {
    --tw-gradient-to: #c4c4c4;
  }

  .can-hover\:focus\:to-policyStatus-issuing:focus {
    --tw-gradient-to: #FFF;
  }

  .can-hover\:focus\:to-policyStatus-waiting_inspection:focus {
    --tw-gradient-to: #ffae14;
  }

  .can-hover\:focus\:to-policyStatus-success:focus {
    --tw-gradient-to: #54c1bb;
  }

  .can-hover\:focus\:to-policyStatus-failed_inspection:focus {
    --tw-gradient-to: #e8556b;
  }

  .can-hover\:focus\:to-policyStatus-failed:focus {
    --tw-gradient-to: #e8556b;
  }

  .can-hover\:focus\:to-policyStatus-waiting_policy:focus {
    --tw-gradient-to: #ffae14;
  }

  .can-hover\:focus\:to-policyStatus-cancel:focus {
    --tw-gradient-to: #c4c4c4;
  }

  .can-hover\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .can-hover\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .can-hover\:bg-auto {
    background-size: auto;
  }

  .can-hover\:bg-cover {
    background-size: cover;
  }

  .can-hover\:bg-contain {
    background-size: contain;
  }

  .can-hover\:bg-fixed {
    background-attachment: fixed;
  }

  .can-hover\:bg-local {
    background-attachment: local;
  }

  .can-hover\:bg-scroll {
    background-attachment: scroll;
  }

  .can-hover\:bg-clip-border {
    background-clip: border-box;
  }

  .can-hover\:bg-clip-padding {
    background-clip: padding-box;
  }

  .can-hover\:bg-clip-content {
    background-clip: content-box;
  }

  .can-hover\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .can-hover\:bg-bottom {
    background-position: bottom;
  }

  .can-hover\:bg-center {
    background-position: center;
  }

  .can-hover\:bg-left {
    background-position: left;
  }

  .can-hover\:bg-left-bottom {
    background-position: left bottom;
  }

  .can-hover\:bg-left-top {
    background-position: left top;
  }

  .can-hover\:bg-right {
    background-position: right;
  }

  .can-hover\:bg-right-bottom {
    background-position: right bottom;
  }

  .can-hover\:bg-right-top {
    background-position: right top;
  }

  .can-hover\:bg-top {
    background-position: top;
  }

  .can-hover\:bg-repeat {
    background-repeat: repeat;
  }

  .can-hover\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .can-hover\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .can-hover\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .can-hover\:bg-repeat-round {
    background-repeat: round;
  }

  .can-hover\:bg-repeat-space {
    background-repeat: space;
  }

  .can-hover\:bg-origin-border {
    background-origin: border-box;
  }

  .can-hover\:bg-origin-padding {
    background-origin: padding-box;
  }

  .can-hover\:bg-origin-content {
    background-origin: content-box;
  }

  .can-hover\:fill-current {
    fill: currentColor;
  }

  .can-hover\:stroke-current {
    stroke: currentColor;
  }

  .can-hover\:stroke-0 {
    stroke-width: 0;
  }

  .can-hover\:stroke-1 {
    stroke-width: 1;
  }

  .can-hover\:stroke-2 {
    stroke-width: 2;
  }

  .can-hover\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .can-hover\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .can-hover\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .can-hover\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .can-hover\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .can-hover\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .can-hover\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .can-hover\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .can-hover\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .can-hover\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .can-hover\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .can-hover\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .can-hover\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .can-hover\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .can-hover\:p-0 {
    padding: 0;
  }

  .can-hover\:p-1 {
    padding: 0.25rem;
  }

  .can-hover\:p-2 {
    padding: 0.5rem;
  }

  .can-hover\:p-3 {
    padding: 0.75rem;
  }

  .can-hover\:p-4 {
    padding: 1rem;
  }

  .can-hover\:p-5 {
    padding: 5px;
  }

  .can-hover\:p-6 {
    padding: 1.5rem;
  }

  .can-hover\:p-7 {
    padding: 1.75rem;
  }

  .can-hover\:p-8 {
    padding: 2rem;
  }

  .can-hover\:p-9 {
    padding: 2.25rem;
  }

  .can-hover\:p-10 {
    padding: 10px;
  }

  .can-hover\:p-11 {
    padding: 2.75rem;
  }

  .can-hover\:p-12 {
    padding: 3rem;
  }

  .can-hover\:p-14 {
    padding: 14px;
  }

  .can-hover\:p-16 {
    padding: 16px;
  }

  .can-hover\:p-20 {
    padding: 20px;
  }

  .can-hover\:p-24 {
    padding: 24px;
  }

  .can-hover\:p-28 {
    padding: 7rem;
  }

  .can-hover\:p-30 {
    padding: 30px;
  }

  .can-hover\:p-32 {
    padding: 8rem;
  }

  .can-hover\:p-36 {
    padding: 9rem;
  }

  .can-hover\:p-40 {
    padding: 10rem;
  }

  .can-hover\:p-44 {
    padding: 11rem;
  }

  .can-hover\:p-48 {
    padding: 48px;
  }

  .can-hover\:p-52 {
    padding: 13rem;
  }

  .can-hover\:p-56 {
    padding: 14rem;
  }

  .can-hover\:p-60 {
    padding: 60px;
  }

  .can-hover\:p-64 {
    padding: 16rem;
  }

  .can-hover\:p-72 {
    padding: 18rem;
  }

  .can-hover\:p-80 {
    padding: 20rem;
  }

  .can-hover\:p-95 {
    padding: 95px;
  }

  .can-hover\:p-96 {
    padding: 24rem;
  }

  .can-hover\:p-120 {
    padding: 120px;
  }

  .can-hover\:p-190 {
    padding: 190px;
  }

  .can-hover\:p-px {
    padding: 1px;
  }

  .can-hover\:p-0\.5 {
    padding: 0.125rem;
  }

  .can-hover\:p-1\.5 {
    padding: 0.375rem;
  }

  .can-hover\:p-2\.5 {
    padding: 0.625rem;
  }

  .can-hover\:p-3\.5 {
    padding: 0.875rem;
  }

  .can-hover\:p-30\% {
    padding: 30%;
  }

  .can-hover\:p-7\.5r {
    padding: 1.875rem;
  }

  .can-hover\:hover\:p-0:hover {
    padding: 0;
  }

  .can-hover\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .can-hover\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .can-hover\:hover\:p-3:hover {
    padding: 0.75rem;
  }

  .can-hover\:hover\:p-4:hover {
    padding: 1rem;
  }

  .can-hover\:hover\:p-5:hover {
    padding: 5px;
  }

  .can-hover\:hover\:p-6:hover {
    padding: 1.5rem;
  }

  .can-hover\:hover\:p-7:hover {
    padding: 1.75rem;
  }

  .can-hover\:hover\:p-8:hover {
    padding: 2rem;
  }

  .can-hover\:hover\:p-9:hover {
    padding: 2.25rem;
  }

  .can-hover\:hover\:p-10:hover {
    padding: 10px;
  }

  .can-hover\:hover\:p-11:hover {
    padding: 2.75rem;
  }

  .can-hover\:hover\:p-12:hover {
    padding: 3rem;
  }

  .can-hover\:hover\:p-14:hover {
    padding: 14px;
  }

  .can-hover\:hover\:p-16:hover {
    padding: 16px;
  }

  .can-hover\:hover\:p-20:hover {
    padding: 20px;
  }

  .can-hover\:hover\:p-24:hover {
    padding: 24px;
  }

  .can-hover\:hover\:p-28:hover {
    padding: 7rem;
  }

  .can-hover\:hover\:p-30:hover {
    padding: 30px;
  }

  .can-hover\:hover\:p-32:hover {
    padding: 8rem;
  }

  .can-hover\:hover\:p-36:hover {
    padding: 9rem;
  }

  .can-hover\:hover\:p-40:hover {
    padding: 10rem;
  }

  .can-hover\:hover\:p-44:hover {
    padding: 11rem;
  }

  .can-hover\:hover\:p-48:hover {
    padding: 48px;
  }

  .can-hover\:hover\:p-52:hover {
    padding: 13rem;
  }

  .can-hover\:hover\:p-56:hover {
    padding: 14rem;
  }

  .can-hover\:hover\:p-60:hover {
    padding: 60px;
  }

  .can-hover\:hover\:p-64:hover {
    padding: 16rem;
  }

  .can-hover\:hover\:p-72:hover {
    padding: 18rem;
  }

  .can-hover\:hover\:p-80:hover {
    padding: 20rem;
  }

  .can-hover\:hover\:p-95:hover {
    padding: 95px;
  }

  .can-hover\:hover\:p-96:hover {
    padding: 24rem;
  }

  .can-hover\:hover\:p-120:hover {
    padding: 120px;
  }

  .can-hover\:hover\:p-190:hover {
    padding: 190px;
  }

  .can-hover\:hover\:p-px:hover {
    padding: 1px;
  }

  .can-hover\:hover\:p-0\.5:hover {
    padding: 0.125rem;
  }

  .can-hover\:hover\:p-1\.5:hover {
    padding: 0.375rem;
  }

  .can-hover\:hover\:p-2\.5:hover {
    padding: 0.625rem;
  }

  .can-hover\:hover\:p-3\.5:hover {
    padding: 0.875rem;
  }

  .can-hover\:hover\:p-30\%:hover {
    padding: 30%;
  }

  .can-hover\:hover\:p-7\.5r:hover {
    padding: 1.875rem;
  }

  .can-hover\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .can-hover\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .can-hover\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .can-hover\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .can-hover\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .can-hover\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .can-hover\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .can-hover\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .can-hover\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .can-hover\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .can-hover\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .can-hover\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .can-hover\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .can-hover\:px-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .can-hover\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .can-hover\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .can-hover\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .can-hover\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .can-hover\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .can-hover\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .can-hover\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .can-hover\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .can-hover\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .can-hover\:px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .can-hover\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .can-hover\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .can-hover\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .can-hover\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .can-hover\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .can-hover\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .can-hover\:px-95 {
    padding-left: 95px;
    padding-right: 95px;
  }

  .can-hover\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .can-hover\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .can-hover\:px-190 {
    padding-left: 190px;
    padding-right: 190px;
  }

  .can-hover\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .can-hover\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .can-hover\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .can-hover\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .can-hover\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .can-hover\:px-30\% {
    padding-left: 30%;
    padding-right: 30%;
  }

  .can-hover\:px-7\.5r {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .can-hover\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .can-hover\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .can-hover\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .can-hover\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .can-hover\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .can-hover\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .can-hover\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .can-hover\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .can-hover\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .can-hover\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .can-hover\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .can-hover\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .can-hover\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .can-hover\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .can-hover\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .can-hover\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .can-hover\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .can-hover\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .can-hover\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .can-hover\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .can-hover\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .can-hover\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .can-hover\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .can-hover\:py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .can-hover\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .can-hover\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .can-hover\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .can-hover\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .can-hover\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .can-hover\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .can-hover\:py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .can-hover\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .can-hover\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .can-hover\:py-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .can-hover\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .can-hover\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .can-hover\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .can-hover\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .can-hover\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .can-hover\:py-30\% {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .can-hover\:py-7\.5r {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .can-hover\:hover\:px-0:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .can-hover\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .can-hover\:hover\:px-2:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .can-hover\:hover\:px-3:hover {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .can-hover\:hover\:px-4:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .can-hover\:hover\:px-5:hover {
    padding-left: 5px;
    padding-right: 5px;
  }

  .can-hover\:hover\:px-6:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .can-hover\:hover\:px-7:hover {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .can-hover\:hover\:px-8:hover {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .can-hover\:hover\:px-9:hover {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .can-hover\:hover\:px-10:hover {
    padding-left: 10px;
    padding-right: 10px;
  }

  .can-hover\:hover\:px-11:hover {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .can-hover\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .can-hover\:hover\:px-14:hover {
    padding-left: 14px;
    padding-right: 14px;
  }

  .can-hover\:hover\:px-16:hover {
    padding-left: 16px;
    padding-right: 16px;
  }

  .can-hover\:hover\:px-20:hover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .can-hover\:hover\:px-24:hover {
    padding-left: 24px;
    padding-right: 24px;
  }

  .can-hover\:hover\:px-28:hover {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .can-hover\:hover\:px-30:hover {
    padding-left: 30px;
    padding-right: 30px;
  }

  .can-hover\:hover\:px-32:hover {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .can-hover\:hover\:px-36:hover {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .can-hover\:hover\:px-40:hover {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .can-hover\:hover\:px-44:hover {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .can-hover\:hover\:px-48:hover {
    padding-left: 48px;
    padding-right: 48px;
  }

  .can-hover\:hover\:px-52:hover {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .can-hover\:hover\:px-56:hover {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .can-hover\:hover\:px-60:hover {
    padding-left: 60px;
    padding-right: 60px;
  }

  .can-hover\:hover\:px-64:hover {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .can-hover\:hover\:px-72:hover {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .can-hover\:hover\:px-80:hover {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .can-hover\:hover\:px-95:hover {
    padding-left: 95px;
    padding-right: 95px;
  }

  .can-hover\:hover\:px-96:hover {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .can-hover\:hover\:px-120:hover {
    padding-left: 120px;
    padding-right: 120px;
  }

  .can-hover\:hover\:px-190:hover {
    padding-left: 190px;
    padding-right: 190px;
  }

  .can-hover\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .can-hover\:hover\:px-0\.5:hover {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .can-hover\:hover\:px-1\.5:hover {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .can-hover\:hover\:px-2\.5:hover {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .can-hover\:hover\:px-3\.5:hover {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .can-hover\:hover\:px-30\%:hover {
    padding-left: 30%;
    padding-right: 30%;
  }

  .can-hover\:hover\:px-7\.5r:hover {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .can-hover\:hover\:py-0:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

  .can-hover\:hover\:py-1:hover {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .can-hover\:hover\:py-2:hover {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .can-hover\:hover\:py-3:hover {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .can-hover\:hover\:py-4:hover {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .can-hover\:hover\:py-5:hover {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .can-hover\:hover\:py-6:hover {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .can-hover\:hover\:py-7:hover {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .can-hover\:hover\:py-8:hover {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .can-hover\:hover\:py-9:hover {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .can-hover\:hover\:py-10:hover {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .can-hover\:hover\:py-11:hover {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .can-hover\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .can-hover\:hover\:py-14:hover {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .can-hover\:hover\:py-16:hover {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .can-hover\:hover\:py-20:hover {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .can-hover\:hover\:py-24:hover {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .can-hover\:hover\:py-28:hover {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .can-hover\:hover\:py-30:hover {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .can-hover\:hover\:py-32:hover {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .can-hover\:hover\:py-36:hover {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .can-hover\:hover\:py-40:hover {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .can-hover\:hover\:py-44:hover {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .can-hover\:hover\:py-48:hover {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .can-hover\:hover\:py-52:hover {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .can-hover\:hover\:py-56:hover {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .can-hover\:hover\:py-60:hover {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .can-hover\:hover\:py-64:hover {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .can-hover\:hover\:py-72:hover {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .can-hover\:hover\:py-80:hover {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .can-hover\:hover\:py-95:hover {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .can-hover\:hover\:py-96:hover {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .can-hover\:hover\:py-120:hover {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .can-hover\:hover\:py-190:hover {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .can-hover\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .can-hover\:hover\:py-0\.5:hover {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .can-hover\:hover\:py-1\.5:hover {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .can-hover\:hover\:py-2\.5:hover {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .can-hover\:hover\:py-3\.5:hover {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .can-hover\:hover\:py-30\%:hover {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .can-hover\:hover\:py-7\.5r:hover {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .can-hover\:pt-0 {
    padding-top: 0;
  }

  .can-hover\:pt-1 {
    padding-top: 0.25rem;
  }

  .can-hover\:pt-2 {
    padding-top: 0.5rem;
  }

  .can-hover\:pt-3 {
    padding-top: 0.75rem;
  }

  .can-hover\:pt-4 {
    padding-top: 1rem;
  }

  .can-hover\:pt-5 {
    padding-top: 5px;
  }

  .can-hover\:pt-6 {
    padding-top: 1.5rem;
  }

  .can-hover\:pt-7 {
    padding-top: 1.75rem;
  }

  .can-hover\:pt-8 {
    padding-top: 2rem;
  }

  .can-hover\:pt-9 {
    padding-top: 2.25rem;
  }

  .can-hover\:pt-10 {
    padding-top: 10px;
  }

  .can-hover\:pt-11 {
    padding-top: 2.75rem;
  }

  .can-hover\:pt-12 {
    padding-top: 3rem;
  }

  .can-hover\:pt-14 {
    padding-top: 14px;
  }

  .can-hover\:pt-16 {
    padding-top: 16px;
  }

  .can-hover\:pt-20 {
    padding-top: 20px;
  }

  .can-hover\:pt-24 {
    padding-top: 24px;
  }

  .can-hover\:pt-28 {
    padding-top: 7rem;
  }

  .can-hover\:pt-30 {
    padding-top: 30px;
  }

  .can-hover\:pt-32 {
    padding-top: 8rem;
  }

  .can-hover\:pt-36 {
    padding-top: 9rem;
  }

  .can-hover\:pt-40 {
    padding-top: 10rem;
  }

  .can-hover\:pt-44 {
    padding-top: 11rem;
  }

  .can-hover\:pt-48 {
    padding-top: 48px;
  }

  .can-hover\:pt-52 {
    padding-top: 13rem;
  }

  .can-hover\:pt-56 {
    padding-top: 14rem;
  }

  .can-hover\:pt-60 {
    padding-top: 60px;
  }

  .can-hover\:pt-64 {
    padding-top: 16rem;
  }

  .can-hover\:pt-72 {
    padding-top: 18rem;
  }

  .can-hover\:pt-80 {
    padding-top: 20rem;
  }

  .can-hover\:pt-95 {
    padding-top: 95px;
  }

  .can-hover\:pt-96 {
    padding-top: 24rem;
  }

  .can-hover\:pt-120 {
    padding-top: 120px;
  }

  .can-hover\:pt-190 {
    padding-top: 190px;
  }

  .can-hover\:pt-px {
    padding-top: 1px;
  }

  .can-hover\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .can-hover\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .can-hover\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .can-hover\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .can-hover\:pt-30\% {
    padding-top: 30%;
  }

  .can-hover\:pt-7\.5r {
    padding-top: 1.875rem;
  }

  .can-hover\:pr-0 {
    padding-right: 0;
  }

  .can-hover\:pr-1 {
    padding-right: 0.25rem;
  }

  .can-hover\:pr-2 {
    padding-right: 0.5rem;
  }

  .can-hover\:pr-3 {
    padding-right: 0.75rem;
  }

  .can-hover\:pr-4 {
    padding-right: 1rem;
  }

  .can-hover\:pr-5 {
    padding-right: 5px;
  }

  .can-hover\:pr-6 {
    padding-right: 1.5rem;
  }

  .can-hover\:pr-7 {
    padding-right: 1.75rem;
  }

  .can-hover\:pr-8 {
    padding-right: 2rem;
  }

  .can-hover\:pr-9 {
    padding-right: 2.25rem;
  }

  .can-hover\:pr-10 {
    padding-right: 10px;
  }

  .can-hover\:pr-11 {
    padding-right: 2.75rem;
  }

  .can-hover\:pr-12 {
    padding-right: 3rem;
  }

  .can-hover\:pr-14 {
    padding-right: 14px;
  }

  .can-hover\:pr-16 {
    padding-right: 16px;
  }

  .can-hover\:pr-20 {
    padding-right: 20px;
  }

  .can-hover\:pr-24 {
    padding-right: 24px;
  }

  .can-hover\:pr-28 {
    padding-right: 7rem;
  }

  .can-hover\:pr-30 {
    padding-right: 30px;
  }

  .can-hover\:pr-32 {
    padding-right: 8rem;
  }

  .can-hover\:pr-36 {
    padding-right: 9rem;
  }

  .can-hover\:pr-40 {
    padding-right: 10rem;
  }

  .can-hover\:pr-44 {
    padding-right: 11rem;
  }

  .can-hover\:pr-48 {
    padding-right: 48px;
  }

  .can-hover\:pr-52 {
    padding-right: 13rem;
  }

  .can-hover\:pr-56 {
    padding-right: 14rem;
  }

  .can-hover\:pr-60 {
    padding-right: 60px;
  }

  .can-hover\:pr-64 {
    padding-right: 16rem;
  }

  .can-hover\:pr-72 {
    padding-right: 18rem;
  }

  .can-hover\:pr-80 {
    padding-right: 20rem;
  }

  .can-hover\:pr-95 {
    padding-right: 95px;
  }

  .can-hover\:pr-96 {
    padding-right: 24rem;
  }

  .can-hover\:pr-120 {
    padding-right: 120px;
  }

  .can-hover\:pr-190 {
    padding-right: 190px;
  }

  .can-hover\:pr-px {
    padding-right: 1px;
  }

  .can-hover\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .can-hover\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .can-hover\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .can-hover\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .can-hover\:pr-30\% {
    padding-right: 30%;
  }

  .can-hover\:pr-7\.5r {
    padding-right: 1.875rem;
  }

  .can-hover\:pb-0 {
    padding-bottom: 0;
  }

  .can-hover\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .can-hover\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .can-hover\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .can-hover\:pb-4 {
    padding-bottom: 1rem;
  }

  .can-hover\:pb-5 {
    padding-bottom: 5px;
  }

  .can-hover\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .can-hover\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .can-hover\:pb-8 {
    padding-bottom: 2rem;
  }

  .can-hover\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .can-hover\:pb-10 {
    padding-bottom: 10px;
  }

  .can-hover\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .can-hover\:pb-12 {
    padding-bottom: 3rem;
  }

  .can-hover\:pb-14 {
    padding-bottom: 14px;
  }

  .can-hover\:pb-16 {
    padding-bottom: 16px;
  }

  .can-hover\:pb-20 {
    padding-bottom: 20px;
  }

  .can-hover\:pb-24 {
    padding-bottom: 24px;
  }

  .can-hover\:pb-28 {
    padding-bottom: 7rem;
  }

  .can-hover\:pb-30 {
    padding-bottom: 30px;
  }

  .can-hover\:pb-32 {
    padding-bottom: 8rem;
  }

  .can-hover\:pb-36 {
    padding-bottom: 9rem;
  }

  .can-hover\:pb-40 {
    padding-bottom: 10rem;
  }

  .can-hover\:pb-44 {
    padding-bottom: 11rem;
  }

  .can-hover\:pb-48 {
    padding-bottom: 48px;
  }

  .can-hover\:pb-52 {
    padding-bottom: 13rem;
  }

  .can-hover\:pb-56 {
    padding-bottom: 14rem;
  }

  .can-hover\:pb-60 {
    padding-bottom: 60px;
  }

  .can-hover\:pb-64 {
    padding-bottom: 16rem;
  }

  .can-hover\:pb-72 {
    padding-bottom: 18rem;
  }

  .can-hover\:pb-80 {
    padding-bottom: 20rem;
  }

  .can-hover\:pb-95 {
    padding-bottom: 95px;
  }

  .can-hover\:pb-96 {
    padding-bottom: 24rem;
  }

  .can-hover\:pb-120 {
    padding-bottom: 120px;
  }

  .can-hover\:pb-190 {
    padding-bottom: 190px;
  }

  .can-hover\:pb-px {
    padding-bottom: 1px;
  }

  .can-hover\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .can-hover\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .can-hover\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .can-hover\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .can-hover\:pb-30\% {
    padding-bottom: 30%;
  }

  .can-hover\:pb-7\.5r {
    padding-bottom: 1.875rem;
  }

  .can-hover\:pl-0 {
    padding-left: 0;
  }

  .can-hover\:pl-1 {
    padding-left: 0.25rem;
  }

  .can-hover\:pl-2 {
    padding-left: 0.5rem;
  }

  .can-hover\:pl-3 {
    padding-left: 0.75rem;
  }

  .can-hover\:pl-4 {
    padding-left: 1rem;
  }

  .can-hover\:pl-5 {
    padding-left: 5px;
  }

  .can-hover\:pl-6 {
    padding-left: 1.5rem;
  }

  .can-hover\:pl-7 {
    padding-left: 1.75rem;
  }

  .can-hover\:pl-8 {
    padding-left: 2rem;
  }

  .can-hover\:pl-9 {
    padding-left: 2.25rem;
  }

  .can-hover\:pl-10 {
    padding-left: 10px;
  }

  .can-hover\:pl-11 {
    padding-left: 2.75rem;
  }

  .can-hover\:pl-12 {
    padding-left: 3rem;
  }

  .can-hover\:pl-14 {
    padding-left: 14px;
  }

  .can-hover\:pl-16 {
    padding-left: 16px;
  }

  .can-hover\:pl-20 {
    padding-left: 20px;
  }

  .can-hover\:pl-24 {
    padding-left: 24px;
  }

  .can-hover\:pl-28 {
    padding-left: 7rem;
  }

  .can-hover\:pl-30 {
    padding-left: 30px;
  }

  .can-hover\:pl-32 {
    padding-left: 8rem;
  }

  .can-hover\:pl-36 {
    padding-left: 9rem;
  }

  .can-hover\:pl-40 {
    padding-left: 10rem;
  }

  .can-hover\:pl-44 {
    padding-left: 11rem;
  }

  .can-hover\:pl-48 {
    padding-left: 48px;
  }

  .can-hover\:pl-52 {
    padding-left: 13rem;
  }

  .can-hover\:pl-56 {
    padding-left: 14rem;
  }

  .can-hover\:pl-60 {
    padding-left: 60px;
  }

  .can-hover\:pl-64 {
    padding-left: 16rem;
  }

  .can-hover\:pl-72 {
    padding-left: 18rem;
  }

  .can-hover\:pl-80 {
    padding-left: 20rem;
  }

  .can-hover\:pl-95 {
    padding-left: 95px;
  }

  .can-hover\:pl-96 {
    padding-left: 24rem;
  }

  .can-hover\:pl-120 {
    padding-left: 120px;
  }

  .can-hover\:pl-190 {
    padding-left: 190px;
  }

  .can-hover\:pl-px {
    padding-left: 1px;
  }

  .can-hover\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .can-hover\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .can-hover\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .can-hover\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .can-hover\:pl-30\% {
    padding-left: 30%;
  }

  .can-hover\:pl-7\.5r {
    padding-left: 1.875rem;
  }

  .can-hover\:hover\:pt-0:hover {
    padding-top: 0;
  }

  .can-hover\:hover\:pt-1:hover {
    padding-top: 0.25rem;
  }

  .can-hover\:hover\:pt-2:hover {
    padding-top: 0.5rem;
  }

  .can-hover\:hover\:pt-3:hover {
    padding-top: 0.75rem;
  }

  .can-hover\:hover\:pt-4:hover {
    padding-top: 1rem;
  }

  .can-hover\:hover\:pt-5:hover {
    padding-top: 5px;
  }

  .can-hover\:hover\:pt-6:hover {
    padding-top: 1.5rem;
  }

  .can-hover\:hover\:pt-7:hover {
    padding-top: 1.75rem;
  }

  .can-hover\:hover\:pt-8:hover {
    padding-top: 2rem;
  }

  .can-hover\:hover\:pt-9:hover {
    padding-top: 2.25rem;
  }

  .can-hover\:hover\:pt-10:hover {
    padding-top: 10px;
  }

  .can-hover\:hover\:pt-11:hover {
    padding-top: 2.75rem;
  }

  .can-hover\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .can-hover\:hover\:pt-14:hover {
    padding-top: 14px;
  }

  .can-hover\:hover\:pt-16:hover {
    padding-top: 16px;
  }

  .can-hover\:hover\:pt-20:hover {
    padding-top: 20px;
  }

  .can-hover\:hover\:pt-24:hover {
    padding-top: 24px;
  }

  .can-hover\:hover\:pt-28:hover {
    padding-top: 7rem;
  }

  .can-hover\:hover\:pt-30:hover {
    padding-top: 30px;
  }

  .can-hover\:hover\:pt-32:hover {
    padding-top: 8rem;
  }

  .can-hover\:hover\:pt-36:hover {
    padding-top: 9rem;
  }

  .can-hover\:hover\:pt-40:hover {
    padding-top: 10rem;
  }

  .can-hover\:hover\:pt-44:hover {
    padding-top: 11rem;
  }

  .can-hover\:hover\:pt-48:hover {
    padding-top: 48px;
  }

  .can-hover\:hover\:pt-52:hover {
    padding-top: 13rem;
  }

  .can-hover\:hover\:pt-56:hover {
    padding-top: 14rem;
  }

  .can-hover\:hover\:pt-60:hover {
    padding-top: 60px;
  }

  .can-hover\:hover\:pt-64:hover {
    padding-top: 16rem;
  }

  .can-hover\:hover\:pt-72:hover {
    padding-top: 18rem;
  }

  .can-hover\:hover\:pt-80:hover {
    padding-top: 20rem;
  }

  .can-hover\:hover\:pt-95:hover {
    padding-top: 95px;
  }

  .can-hover\:hover\:pt-96:hover {
    padding-top: 24rem;
  }

  .can-hover\:hover\:pt-120:hover {
    padding-top: 120px;
  }

  .can-hover\:hover\:pt-190:hover {
    padding-top: 190px;
  }

  .can-hover\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .can-hover\:hover\:pt-0\.5:hover {
    padding-top: 0.125rem;
  }

  .can-hover\:hover\:pt-1\.5:hover {
    padding-top: 0.375rem;
  }

  .can-hover\:hover\:pt-2\.5:hover {
    padding-top: 0.625rem;
  }

  .can-hover\:hover\:pt-3\.5:hover {
    padding-top: 0.875rem;
  }

  .can-hover\:hover\:pt-30\%:hover {
    padding-top: 30%;
  }

  .can-hover\:hover\:pt-7\.5r:hover {
    padding-top: 1.875rem;
  }

  .can-hover\:hover\:pr-0:hover {
    padding-right: 0;
  }

  .can-hover\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

  .can-hover\:hover\:pr-2:hover {
    padding-right: 0.5rem;
  }

  .can-hover\:hover\:pr-3:hover {
    padding-right: 0.75rem;
  }

  .can-hover\:hover\:pr-4:hover {
    padding-right: 1rem;
  }

  .can-hover\:hover\:pr-5:hover {
    padding-right: 5px;
  }

  .can-hover\:hover\:pr-6:hover {
    padding-right: 1.5rem;
  }

  .can-hover\:hover\:pr-7:hover {
    padding-right: 1.75rem;
  }

  .can-hover\:hover\:pr-8:hover {
    padding-right: 2rem;
  }

  .can-hover\:hover\:pr-9:hover {
    padding-right: 2.25rem;
  }

  .can-hover\:hover\:pr-10:hover {
    padding-right: 10px;
  }

  .can-hover\:hover\:pr-11:hover {
    padding-right: 2.75rem;
  }

  .can-hover\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .can-hover\:hover\:pr-14:hover {
    padding-right: 14px;
  }

  .can-hover\:hover\:pr-16:hover {
    padding-right: 16px;
  }

  .can-hover\:hover\:pr-20:hover {
    padding-right: 20px;
  }

  .can-hover\:hover\:pr-24:hover {
    padding-right: 24px;
  }

  .can-hover\:hover\:pr-28:hover {
    padding-right: 7rem;
  }

  .can-hover\:hover\:pr-30:hover {
    padding-right: 30px;
  }

  .can-hover\:hover\:pr-32:hover {
    padding-right: 8rem;
  }

  .can-hover\:hover\:pr-36:hover {
    padding-right: 9rem;
  }

  .can-hover\:hover\:pr-40:hover {
    padding-right: 10rem;
  }

  .can-hover\:hover\:pr-44:hover {
    padding-right: 11rem;
  }

  .can-hover\:hover\:pr-48:hover {
    padding-right: 48px;
  }

  .can-hover\:hover\:pr-52:hover {
    padding-right: 13rem;
  }

  .can-hover\:hover\:pr-56:hover {
    padding-right: 14rem;
  }

  .can-hover\:hover\:pr-60:hover {
    padding-right: 60px;
  }

  .can-hover\:hover\:pr-64:hover {
    padding-right: 16rem;
  }

  .can-hover\:hover\:pr-72:hover {
    padding-right: 18rem;
  }

  .can-hover\:hover\:pr-80:hover {
    padding-right: 20rem;
  }

  .can-hover\:hover\:pr-95:hover {
    padding-right: 95px;
  }

  .can-hover\:hover\:pr-96:hover {
    padding-right: 24rem;
  }

  .can-hover\:hover\:pr-120:hover {
    padding-right: 120px;
  }

  .can-hover\:hover\:pr-190:hover {
    padding-right: 190px;
  }

  .can-hover\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .can-hover\:hover\:pr-0\.5:hover {
    padding-right: 0.125rem;
  }

  .can-hover\:hover\:pr-1\.5:hover {
    padding-right: 0.375rem;
  }

  .can-hover\:hover\:pr-2\.5:hover {
    padding-right: 0.625rem;
  }

  .can-hover\:hover\:pr-3\.5:hover {
    padding-right: 0.875rem;
  }

  .can-hover\:hover\:pr-30\%:hover {
    padding-right: 30%;
  }

  .can-hover\:hover\:pr-7\.5r:hover {
    padding-right: 1.875rem;
  }

  .can-hover\:hover\:pb-0:hover {
    padding-bottom: 0;
  }

  .can-hover\:hover\:pb-1:hover {
    padding-bottom: 0.25rem;
  }

  .can-hover\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .can-hover\:hover\:pb-3:hover {
    padding-bottom: 0.75rem;
  }

  .can-hover\:hover\:pb-4:hover {
    padding-bottom: 1rem;
  }

  .can-hover\:hover\:pb-5:hover {
    padding-bottom: 5px;
  }

  .can-hover\:hover\:pb-6:hover {
    padding-bottom: 1.5rem;
  }

  .can-hover\:hover\:pb-7:hover {
    padding-bottom: 1.75rem;
  }

  .can-hover\:hover\:pb-8:hover {
    padding-bottom: 2rem;
  }

  .can-hover\:hover\:pb-9:hover {
    padding-bottom: 2.25rem;
  }

  .can-hover\:hover\:pb-10:hover {
    padding-bottom: 10px;
  }

  .can-hover\:hover\:pb-11:hover {
    padding-bottom: 2.75rem;
  }

  .can-hover\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .can-hover\:hover\:pb-14:hover {
    padding-bottom: 14px;
  }

  .can-hover\:hover\:pb-16:hover {
    padding-bottom: 16px;
  }

  .can-hover\:hover\:pb-20:hover {
    padding-bottom: 20px;
  }

  .can-hover\:hover\:pb-24:hover {
    padding-bottom: 24px;
  }

  .can-hover\:hover\:pb-28:hover {
    padding-bottom: 7rem;
  }

  .can-hover\:hover\:pb-30:hover {
    padding-bottom: 30px;
  }

  .can-hover\:hover\:pb-32:hover {
    padding-bottom: 8rem;
  }

  .can-hover\:hover\:pb-36:hover {
    padding-bottom: 9rem;
  }

  .can-hover\:hover\:pb-40:hover {
    padding-bottom: 10rem;
  }

  .can-hover\:hover\:pb-44:hover {
    padding-bottom: 11rem;
  }

  .can-hover\:hover\:pb-48:hover {
    padding-bottom: 48px;
  }

  .can-hover\:hover\:pb-52:hover {
    padding-bottom: 13rem;
  }

  .can-hover\:hover\:pb-56:hover {
    padding-bottom: 14rem;
  }

  .can-hover\:hover\:pb-60:hover {
    padding-bottom: 60px;
  }

  .can-hover\:hover\:pb-64:hover {
    padding-bottom: 16rem;
  }

  .can-hover\:hover\:pb-72:hover {
    padding-bottom: 18rem;
  }

  .can-hover\:hover\:pb-80:hover {
    padding-bottom: 20rem;
  }

  .can-hover\:hover\:pb-95:hover {
    padding-bottom: 95px;
  }

  .can-hover\:hover\:pb-96:hover {
    padding-bottom: 24rem;
  }

  .can-hover\:hover\:pb-120:hover {
    padding-bottom: 120px;
  }

  .can-hover\:hover\:pb-190:hover {
    padding-bottom: 190px;
  }

  .can-hover\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .can-hover\:hover\:pb-0\.5:hover {
    padding-bottom: 0.125rem;
  }

  .can-hover\:hover\:pb-1\.5:hover {
    padding-bottom: 0.375rem;
  }

  .can-hover\:hover\:pb-2\.5:hover {
    padding-bottom: 0.625rem;
  }

  .can-hover\:hover\:pb-3\.5:hover {
    padding-bottom: 0.875rem;
  }

  .can-hover\:hover\:pb-30\%:hover {
    padding-bottom: 30%;
  }

  .can-hover\:hover\:pb-7\.5r:hover {
    padding-bottom: 1.875rem;
  }

  .can-hover\:hover\:pl-0:hover {
    padding-left: 0;
  }

  .can-hover\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

  .can-hover\:hover\:pl-2:hover {
    padding-left: 0.5rem;
  }

  .can-hover\:hover\:pl-3:hover {
    padding-left: 0.75rem;
  }

  .can-hover\:hover\:pl-4:hover {
    padding-left: 1rem;
  }

  .can-hover\:hover\:pl-5:hover {
    padding-left: 5px;
  }

  .can-hover\:hover\:pl-6:hover {
    padding-left: 1.5rem;
  }

  .can-hover\:hover\:pl-7:hover {
    padding-left: 1.75rem;
  }

  .can-hover\:hover\:pl-8:hover {
    padding-left: 2rem;
  }

  .can-hover\:hover\:pl-9:hover {
    padding-left: 2.25rem;
  }

  .can-hover\:hover\:pl-10:hover {
    padding-left: 10px;
  }

  .can-hover\:hover\:pl-11:hover {
    padding-left: 2.75rem;
  }

  .can-hover\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .can-hover\:hover\:pl-14:hover {
    padding-left: 14px;
  }

  .can-hover\:hover\:pl-16:hover {
    padding-left: 16px;
  }

  .can-hover\:hover\:pl-20:hover {
    padding-left: 20px;
  }

  .can-hover\:hover\:pl-24:hover {
    padding-left: 24px;
  }

  .can-hover\:hover\:pl-28:hover {
    padding-left: 7rem;
  }

  .can-hover\:hover\:pl-30:hover {
    padding-left: 30px;
  }

  .can-hover\:hover\:pl-32:hover {
    padding-left: 8rem;
  }

  .can-hover\:hover\:pl-36:hover {
    padding-left: 9rem;
  }

  .can-hover\:hover\:pl-40:hover {
    padding-left: 10rem;
  }

  .can-hover\:hover\:pl-44:hover {
    padding-left: 11rem;
  }

  .can-hover\:hover\:pl-48:hover {
    padding-left: 48px;
  }

  .can-hover\:hover\:pl-52:hover {
    padding-left: 13rem;
  }

  .can-hover\:hover\:pl-56:hover {
    padding-left: 14rem;
  }

  .can-hover\:hover\:pl-60:hover {
    padding-left: 60px;
  }

  .can-hover\:hover\:pl-64:hover {
    padding-left: 16rem;
  }

  .can-hover\:hover\:pl-72:hover {
    padding-left: 18rem;
  }

  .can-hover\:hover\:pl-80:hover {
    padding-left: 20rem;
  }

  .can-hover\:hover\:pl-95:hover {
    padding-left: 95px;
  }

  .can-hover\:hover\:pl-96:hover {
    padding-left: 24rem;
  }

  .can-hover\:hover\:pl-120:hover {
    padding-left: 120px;
  }

  .can-hover\:hover\:pl-190:hover {
    padding-left: 190px;
  }

  .can-hover\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .can-hover\:hover\:pl-0\.5:hover {
    padding-left: 0.125rem;
  }

  .can-hover\:hover\:pl-1\.5:hover {
    padding-left: 0.375rem;
  }

  .can-hover\:hover\:pl-2\.5:hover {
    padding-left: 0.625rem;
  }

  .can-hover\:hover\:pl-3\.5:hover {
    padding-left: 0.875rem;
  }

  .can-hover\:hover\:pl-30\%:hover {
    padding-left: 30%;
  }

  .can-hover\:hover\:pl-7\.5r:hover {
    padding-left: 1.875rem;
  }

  .can-hover\:text-left {
    text-align: left;
  }

  .can-hover\:text-center {
    text-align: center;
  }

  .can-hover\:text-right {
    text-align: right;
  }

  .can-hover\:text-justify {
    text-align: justify;
  }

  .can-hover\:align-baseline {
    vertical-align: baseline;
  }

  .can-hover\:align-top {
    vertical-align: top;
  }

  .can-hover\:align-middle {
    vertical-align: middle;
  }

  .can-hover\:align-bottom {
    vertical-align: bottom;
  }

  .can-hover\:align-text-top {
    vertical-align: text-top;
  }

  .can-hover\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .can-hover\:font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .can-hover\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .can-hover\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .can-hover\:font-display {
    font-family: Kanit, serif;
  }

  .can-hover\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .can-hover\:text-sm {
    font-size: 0.875rem;
  }

  .can-hover\:text-base {
    font-size: 1rem;
  }

  .can-hover\:text-lg {
    font-size: 1.25rem;
  }

  .can-hover\:text-xl {
    font-size: 1.75rem;
  }

  .can-hover\:text-2xl {
    font-size: 2.25rem;
  }

  .can-hover\:text-3xl {
    font-size: 3rem;
  }

  .can-hover\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .can-hover\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .can-hover\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .can-hover\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .can-hover\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .can-hover\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .can-hover\:text-3xs {
    font-size: 0.25rem;
  }

  .can-hover\:text-2xs {
    font-size: 0.5rem;
  }

  .can-hover\:text-1xs {
    font-size: 0.67rem;
  }

  .can-hover\:font-thin {
    font-weight: 100;
  }

  .can-hover\:font-extralight {
    font-weight: 200;
  }

  .can-hover\:font-light {
    font-weight: 300;
  }

  .can-hover\:font-normal {
    font-weight: 400;
  }

  .can-hover\:font-medium {
    font-weight: 500;
  }

  .can-hover\:font-semibold {
    font-weight: 600;
  }

  .can-hover\:font-bold {
    font-weight: 500;
  }

  .can-hover\:font-extrabold {
    font-weight: 800;
  }

  .can-hover\:font-black {
    font-weight: 900;
  }

  .can-hover\:hover\:font-thin:hover {
    font-weight: 100;
  }

  .can-hover\:hover\:font-extralight:hover {
    font-weight: 200;
  }

  .can-hover\:hover\:font-light:hover {
    font-weight: 300;
  }

  .can-hover\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .can-hover\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .can-hover\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .can-hover\:hover\:font-bold:hover {
    font-weight: 500;
  }

  .can-hover\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .can-hover\:hover\:font-black:hover {
    font-weight: 900;
  }

  .can-hover\:focus\:font-thin:focus {
    font-weight: 100;
  }

  .can-hover\:focus\:font-extralight:focus {
    font-weight: 200;
  }

  .can-hover\:focus\:font-light:focus {
    font-weight: 300;
  }

  .can-hover\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .can-hover\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .can-hover\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .can-hover\:focus\:font-bold:focus {
    font-weight: 500;
  }

  .can-hover\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .can-hover\:focus\:font-black:focus {
    font-weight: 900;
  }

  .can-hover\:uppercase {
    text-transform: uppercase;
  }

  .can-hover\:lowercase {
    text-transform: lowercase;
  }

  .can-hover\:capitalize {
    text-transform: capitalize;
  }

  .can-hover\:normal-case {
    text-transform: none;
  }

  .can-hover\:italic {
    font-style: italic;
  }

  .can-hover\:not-italic {
    font-style: normal;
  }

  .can-hover\:ordinal, .can-hover\:slashed-zero, .can-hover\:lining-nums, .can-hover\:oldstyle-nums, .can-hover\:proportional-nums, .can-hover\:tabular-nums, .can-hover\:diagonal-fractions, .can-hover\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .can-hover\:normal-nums {
    font-feature-settings: normal;
    font-variant-numeric: normal;
  }

  .can-hover\:ordinal {
    --tw-ordinal: ordinal;
  }

  .can-hover\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .can-hover\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .can-hover\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .can-hover\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .can-hover\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .can-hover\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .can-hover\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .can-hover\:leading-3 {
    line-height: .75rem;
  }

  .can-hover\:leading-4 {
    line-height: 1rem;
  }

  .can-hover\:leading-5 {
    line-height: 1.25rem;
  }

  .can-hover\:leading-6 {
    line-height: 1.5rem;
  }

  .can-hover\:leading-7 {
    line-height: 1.75rem;
  }

  .can-hover\:leading-8 {
    line-height: 2rem;
  }

  .can-hover\:leading-9 {
    line-height: 2.25rem;
  }

  .can-hover\:leading-10 {
    line-height: 2.5rem;
  }

  .can-hover\:leading-none {
    line-height: 1;
  }

  .can-hover\:leading-tight {
    line-height: 1.25;
  }

  .can-hover\:leading-snug {
    line-height: 1.375;
  }

  .can-hover\:leading-normal {
    line-height: 1.5;
  }

  .can-hover\:leading-relaxed {
    line-height: 1.625;
  }

  .can-hover\:leading-loose {
    line-height: 2;
  }

  .can-hover\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .can-hover\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .can-hover\:tracking-normal {
    letter-spacing: 0em;
  }

  .can-hover\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .can-hover\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .can-hover\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .can-hover\:text-transparent {
    color: transparent;
  }

  .can-hover\:text-current {
    color: currentColor;
  }

  .can-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .can-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .can-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .can-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .can-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .can-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .can-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .can-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .can-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .can-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .can-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .can-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .can-hover\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .can-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .can-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .can-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .can-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .can-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .can-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .can-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .can-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .can-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .can-hover\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .can-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .can-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .can-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .can-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .can-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .can-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .can-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .can-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .can-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .can-hover\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .can-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .can-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .can-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .can-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .can-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .can-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .can-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .can-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .can-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .can-hover\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .can-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .can-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .can-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .can-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .can-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .can-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .can-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .can-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .can-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .can-hover\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .can-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .can-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .can-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .can-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .can-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .can-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .can-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .can-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .can-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .can-hover\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .can-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .can-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .can-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .can-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .can-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .can-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .can-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .can-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .can-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .can-hover\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .can-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .can-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .can-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .can-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .can-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .can-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .can-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .can-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .can-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .can-hover\:text-primary-color {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .can-hover\:text-primary-color-dark {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .can-hover\:text-secondary-color {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .can-hover\:text-custom-gray-sm {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .can-hover\:text-custom-gray-sm2 {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .can-hover\:text-custom-gray-md {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .can-hover\:text-custom-navy-dark {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .can-hover\:text-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .can-hover\:text-primary {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .can-hover\:text-secondary-1 {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .can-hover\:text-secondary-2 {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .can-hover\:text-secondary-3 {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .can-hover\:text-secondary {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .can-hover\:text-secondary-dark {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .can-hover\:text-secondary-light {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .can-hover\:text-grayCustom-1 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .can-hover\:text-grayCustom-2 {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .can-hover\:text-grayCustom-3 {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .can-hover\:text-grayCustom-800 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .can-hover\:text-grayCustom {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .can-hover\:text-grayCustom-dark {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .can-hover\:text-grayCustom-light {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .can-hover\:text-grayCustom-hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .can-hover\:text-error {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .can-hover\:text-error-light {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .can-hover\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .can-hover\:text-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .can-hover\:text-success {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .can-hover\:text-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .can-hover\:text-status-open {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .can-hover\:text-status-waiting_payment {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .can-hover\:text-status-completed {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .can-hover\:text-status-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .can-hover\:text-status-waiting_verify {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .can-hover\:text-status-closed {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .can-hover\:text-policyStatus-issuing {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .can-hover\:text-policyStatus-waiting_inspection {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .can-hover\:text-policyStatus-success {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .can-hover\:text-policyStatus-failed_inspection {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .can-hover\:text-policyStatus-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .can-hover\:text-policyStatus-waiting_policy {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .can-hover\:text-policyStatus-cancel {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .can-hover\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .can-hover\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-primary-color {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-primary-color-dark {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-secondary-color {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-custom-gray-sm {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-custom-gray-sm2 {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-custom-gray-md {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-custom-navy-dark {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-primary {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-secondary-1 {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-secondary-2 {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-secondary-3 {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-secondary {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-secondary-dark {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-secondary-light {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-grayCustom-1 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-grayCustom-2 {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-grayCustom-3 {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-grayCustom-800 {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-grayCustom {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-grayCustom-dark {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-grayCustom-light {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-grayCustom-hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-error {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-error-light {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-warning-light {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-success {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-success-light {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-status-open {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-status-waiting_payment {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-status-completed {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-status-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-status-waiting_verify {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-status-closed {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-policyStatus-issuing {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-policyStatus-waiting_inspection {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-policyStatus-success {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-policyStatus-failed_inspection {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-policyStatus-failed {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-policyStatus-waiting_policy {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .group:hover .can-hover\:group-hover\:text-policyStatus-cancel {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-transparent[focus-within] {
    color: transparent;
  }

  .can-hover\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .can-hover\:focus-within\:text-current[focus-within] {
    color: currentColor;
  }

  .can-hover\:focus-within\:text-current:focus-within {
    color: currentColor;
  }

  .can-hover\:focus-within\:text-black[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-white[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-gray-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-gray-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-gray-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-gray-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-gray-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-gray-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-gray-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-gray-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-gray-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-gray-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-red-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-red-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-red-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-red-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-red-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-red-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-red-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-red-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-red-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-red-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-yellow-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-yellow-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-yellow-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-yellow-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-yellow-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-yellow-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-yellow-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-yellow-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-yellow-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-yellow-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-green-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-green-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-green-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-green-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-green-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-green-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-green-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-green-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-green-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-green-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-blue-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-blue-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-blue-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-blue-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-blue-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-blue-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-blue-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-blue-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-blue-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-blue-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-indigo-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-indigo-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-indigo-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-indigo-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-indigo-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-indigo-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-indigo-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-indigo-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-indigo-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-indigo-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-purple-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-purple-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-purple-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-purple-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-purple-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-purple-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-purple-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-purple-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-purple-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-purple-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-pink-50[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-pink-100[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-pink-200[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-pink-300[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-pink-400[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-pink-500[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-pink-600[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-pink-700[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-pink-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-pink-900[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-primary-color[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-primary-color:focus-within {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-primary-color-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-primary-color-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-secondary-color[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-secondary-color:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-custom-gray-sm[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-custom-gray-sm:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-custom-gray-sm2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-custom-gray-sm2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-custom-gray-md[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-custom-gray-md:focus-within {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-custom-navy-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-custom-navy-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-dark-blue[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-dark-blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-primary[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-primary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-secondary-1[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-secondary-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-secondary-2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-secondary-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-secondary-3[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-secondary-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-secondary[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-secondary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-secondary-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-secondary-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-secondary-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-secondary-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-grayCustom-1[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-grayCustom-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-grayCustom-2[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-grayCustom-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-grayCustom-3[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-grayCustom-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-grayCustom-800[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-grayCustom-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-grayCustom[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-grayCustom:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-grayCustom-dark[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-grayCustom-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-grayCustom-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-grayCustom-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-grayCustom-hover[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-grayCustom-hover:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-error[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-error:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-error-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-error-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-warning[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-warning:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-warning-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-warning-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-success[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-success-light[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-success-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-status-open[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-status-open:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-status-waiting_payment[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-status-waiting_payment:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-status-completed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-status-completed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-status-failed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-status-failed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-status-waiting_verify[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-status-waiting_verify:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-status-closed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-status-closed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-policyStatus-issuing[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-policyStatus-issuing:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-policyStatus-waiting_inspection[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-policyStatus-waiting_inspection:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-policyStatus-success[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-policyStatus-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-policyStatus-failed_inspection[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-policyStatus-failed_inspection:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-policyStatus-failed[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-policyStatus-failed:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-policyStatus-waiting_policy[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-policyStatus-waiting_policy:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-policyStatus-cancel[focus-within] {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .can-hover\:focus-within\:text-policyStatus-cancel:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-transparent:hover {
    color: transparent;
  }

  .can-hover\:hover\:text-current:hover {
    color: currentColor;
  }

  .can-hover\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-green-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-primary-color:hover {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-primary-color-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-secondary-color:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-custom-gray-sm:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-custom-gray-sm2:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-custom-gray-md:hover {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-custom-navy-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-dark-blue:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-secondary-1:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-secondary-2:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-secondary-3:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-secondary:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-secondary-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-secondary-light:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-grayCustom-1:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-grayCustom-2:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-grayCustom-3:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-grayCustom-800:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-grayCustom:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-grayCustom-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-grayCustom-light:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-grayCustom-hover:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-error:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-error-light:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-warning:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-warning-light:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-success:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-success-light:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-status-open:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-status-waiting_payment:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-status-completed:hover {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-status-failed:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-status-waiting_verify:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-status-closed:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-policyStatus-issuing:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-policyStatus-waiting_inspection:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-policyStatus-success:hover {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-policyStatus-failed_inspection:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-policyStatus-failed:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-policyStatus-waiting_policy:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .can-hover\:hover\:text-policyStatus-cancel:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-transparent:focus {
    color: transparent;
  }

  .can-hover\:focus\:text-current:focus {
    color: currentColor;
  }

  .can-hover\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-green-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-primary-color:focus {
    --tw-text-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-primary-color-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-secondary-color:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-custom-gray-sm:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-custom-gray-sm2:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-custom-gray-md:focus {
    --tw-text-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-custom-navy-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-dark-blue:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-primary:focus {
    --tw-text-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-secondary-1:focus {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-secondary-2:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-secondary-3:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-secondary:focus {
    --tw-text-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-secondary-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-secondary-light:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-grayCustom-1:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-grayCustom-2:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-grayCustom-3:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-grayCustom-800:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-grayCustom:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-grayCustom-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-grayCustom-light:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-grayCustom-hover:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-error:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-error-light:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-warning:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-warning-light:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-success:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-success-light:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-status-open:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-status-waiting_payment:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-status-completed:focus {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-status-failed:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-status-waiting_verify:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-status-closed:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-policyStatus-issuing:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-policyStatus-waiting_inspection:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-policyStatus-success:focus {
    --tw-text-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-policyStatus-failed_inspection:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-policyStatus-failed:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-policyStatus-waiting_policy:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-text-opacity));
  }

  .can-hover\:focus\:text-policyStatus-cancel:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

  .can-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .can-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .can-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .can-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .can-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .can-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .can-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .can-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .can-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .can-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .can-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .can-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .can-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .can-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .can-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .can-hover\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .can-hover\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .can-hover\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .can-hover\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .can-hover\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .can-hover\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .can-hover\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .can-hover\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .can-hover\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .can-hover\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .can-hover\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .can-hover\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .can-hover\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .can-hover\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .can-hover\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .can-hover\:focus-within\:text-opacity-0[focus-within] {
    --tw-text-opacity: 0;
  }

  .can-hover\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .can-hover\:focus-within\:text-opacity-5[focus-within] {
    --tw-text-opacity: 0.05;
  }

  .can-hover\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .can-hover\:focus-within\:text-opacity-10[focus-within] {
    --tw-text-opacity: 0.1;
  }

  .can-hover\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .can-hover\:focus-within\:text-opacity-20[focus-within] {
    --tw-text-opacity: 0.2;
  }

  .can-hover\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .can-hover\:focus-within\:text-opacity-25[focus-within] {
    --tw-text-opacity: 0.25;
  }

  .can-hover\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .can-hover\:focus-within\:text-opacity-30[focus-within] {
    --tw-text-opacity: 0.3;
  }

  .can-hover\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .can-hover\:focus-within\:text-opacity-40[focus-within] {
    --tw-text-opacity: 0.4;
  }

  .can-hover\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .can-hover\:focus-within\:text-opacity-50[focus-within] {
    --tw-text-opacity: 0.5;
  }

  .can-hover\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .can-hover\:focus-within\:text-opacity-60[focus-within] {
    --tw-text-opacity: 0.6;
  }

  .can-hover\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .can-hover\:focus-within\:text-opacity-70[focus-within] {
    --tw-text-opacity: 0.7;
  }

  .can-hover\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .can-hover\:focus-within\:text-opacity-75[focus-within] {
    --tw-text-opacity: 0.75;
  }

  .can-hover\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .can-hover\:focus-within\:text-opacity-80[focus-within] {
    --tw-text-opacity: 0.8;
  }

  .can-hover\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .can-hover\:focus-within\:text-opacity-90[focus-within] {
    --tw-text-opacity: 0.9;
  }

  .can-hover\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .can-hover\:focus-within\:text-opacity-95[focus-within] {
    --tw-text-opacity: 0.95;
  }

  .can-hover\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .can-hover\:focus-within\:text-opacity-100[focus-within] {
    --tw-text-opacity: 1;
  }

  .can-hover\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .can-hover\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .can-hover\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .can-hover\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .can-hover\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .can-hover\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .can-hover\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .can-hover\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .can-hover\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .can-hover\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .can-hover\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .can-hover\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .can-hover\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .can-hover\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .can-hover\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .can-hover\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .can-hover\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .can-hover\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .can-hover\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .can-hover\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .can-hover\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .can-hover\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .can-hover\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .can-hover\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .can-hover\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .can-hover\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .can-hover\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .can-hover\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .can-hover\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .can-hover\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .can-hover\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .can-hover\:underline {
    text-decoration: underline;
  }

  .can-hover\:line-through {
    text-decoration: line-through;
  }

  .can-hover\:no-underline {
    text-decoration: none;
  }

  .group:hover .can-hover\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .can-hover\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .can-hover\:group-hover\:no-underline {
    text-decoration: none;
  }

  .can-hover\:focus-within\:underline[focus-within] {
    text-decoration: underline;
  }

  .can-hover\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .can-hover\:focus-within\:line-through[focus-within] {
    text-decoration: line-through;
  }

  .can-hover\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .can-hover\:focus-within\:no-underline[focus-within] {
    text-decoration: none;
  }

  .can-hover\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .can-hover\:hover\:underline:hover {
    text-decoration: underline;
  }

  .can-hover\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .can-hover\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .can-hover\:focus\:underline:focus {
    text-decoration: underline;
  }

  .can-hover\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .can-hover\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .can-hover\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .can-hover\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .can-hover\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .can-hover\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .can-hover\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .can-hover\:placeholder-current::placeholder {
    color: currentColor;
  }

  .can-hover\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-primary-color::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-primary-color::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-primary-color-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-primary-color-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-secondary-color::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-secondary-color::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-custom-gray-sm::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-custom-gray-sm::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-custom-gray-sm2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-custom-gray-sm2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-custom-gray-md::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-custom-gray-md::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-custom-navy-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-custom-navy-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-dark-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-dark-blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-primary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-secondary-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-secondary-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-secondary-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-secondary-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-secondary-3::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-secondary-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-secondary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-secondary-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-secondary-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-secondary-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-secondary-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-grayCustom-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-grayCustom-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-grayCustom-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-grayCustom-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-grayCustom-3::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-grayCustom-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-grayCustom-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-grayCustom-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-grayCustom::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-grayCustom::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-grayCustom-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-grayCustom-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-grayCustom-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-grayCustom-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-grayCustom-hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-grayCustom-hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-error::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-error::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-error-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-error-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-warning::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-warning::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-warning-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-warning-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-success-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-success-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-status-open::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-status-open::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-status-waiting_payment::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-status-waiting_payment::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-status-completed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-status-completed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-status-failed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-status-failed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-status-waiting_verify::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-status-waiting_verify::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-status-closed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-status-closed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-policyStatus-issuing::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-policyStatus-issuing::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-policyStatus-waiting_inspection::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-policyStatus-waiting_inspection::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-policyStatus-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-policyStatus-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-policyStatus-failed_inspection::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-policyStatus-failed_inspection::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-policyStatus-failed::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-policyStatus-failed::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-policyStatus-waiting_policy::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-policyStatus-waiting_policy::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-policyStatus-cancel::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-policyStatus-cancel::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .can-hover\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .can-hover\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .can-hover\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .can-hover\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-primary-color:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-primary-color:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 0, 139, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-primary-color-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-primary-color-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(201, 0, 104, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-secondary-color:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-secondary-color:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-custom-gray-sm:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-custom-gray-sm:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 244, 246, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-custom-gray-sm2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-custom-gray-sm2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 242, 243, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-custom-gray-md:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-custom-gray-md:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 132, 132, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-custom-navy-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-custom-navy-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-dark-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-dark-blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 46, 66, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-primary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 45, 64, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-secondary-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-secondary-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-secondary-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-secondary-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 213, 100, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-secondary-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-secondary-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 252, 205, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 0, 126, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-secondary-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-secondary-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(193, 26, 125, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-secondary-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-secondary-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 206, 233, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-grayCustom-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-grayCustom-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-grayCustom-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-grayCustom-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-grayCustom-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-grayCustom-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-grayCustom-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-grayCustom-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-grayCustom:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-grayCustom:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-grayCustom-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-grayCustom-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-grayCustom-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-grayCustom-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-grayCustom-hover:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-grayCustom-hover:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-error:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-error:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 32, 110, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-error-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-error-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 232, 234, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-warning:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-warning:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-warning-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-warning-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 229, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 216, 129, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-success-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-success-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 251, 242, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-status-open:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-status-open:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-status-waiting_payment:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-status-waiting_payment:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-status-completed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-status-completed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-status-failed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-status-failed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-status-waiting_verify:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-status-waiting_verify:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-status-closed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-status-closed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-policyStatus-issuing:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-policyStatus-issuing:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-policyStatus-waiting_inspection:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-policyStatus-waiting_inspection:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-policyStatus-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-policyStatus-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 193, 187, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-policyStatus-failed_inspection:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-policyStatus-failed_inspection:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-policyStatus-failed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-policyStatus-failed:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 85, 107, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-policyStatus-waiting_policy:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-policyStatus-waiting_policy:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 174, 20, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-policyStatus-cancel:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .can-hover\:focus\:placeholder-policyStatus-cancel:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
  }

  .can-hover\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .can-hover\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .can-hover\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .can-hover\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .can-hover\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .can-hover\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .can-hover\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .can-hover\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .can-hover\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .can-hover\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .can-hover\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .can-hover\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .can-hover\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .can-hover\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .can-hover\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .can-hover\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .can-hover\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .can-hover\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .can-hover\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .can-hover\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .can-hover\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .can-hover\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .can-hover\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .can-hover\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .can-hover\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .can-hover\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .can-hover\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .can-hover\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .can-hover\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .can-hover\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .can-hover\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .can-hover\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .can-hover\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .can-hover\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .can-hover\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .can-hover\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .can-hover\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .can-hover\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .can-hover\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .can-hover\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .can-hover\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .can-hover\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .can-hover\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .can-hover\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .can-hover\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .can-hover\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .can-hover\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .can-hover\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .can-hover\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .can-hover\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .can-hover\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .can-hover\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .can-hover\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .can-hover\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .can-hover\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .can-hover\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .can-hover\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .can-hover\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .can-hover\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .can-hover\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .can-hover\:opacity-0 {
    opacity: 0;
  }

  .can-hover\:opacity-5 {
    opacity: 0.05;
  }

  .can-hover\:opacity-10 {
    opacity: 0.1;
  }

  .can-hover\:opacity-20 {
    opacity: 0.2;
  }

  .can-hover\:opacity-25 {
    opacity: 0.25;
  }

  .can-hover\:opacity-30 {
    opacity: 0.3;
  }

  .can-hover\:opacity-40 {
    opacity: 0.4;
  }

  .can-hover\:opacity-50 {
    opacity: 0.5;
  }

  .can-hover\:opacity-60 {
    opacity: 0.6;
  }

  .can-hover\:opacity-70 {
    opacity: 0.7;
  }

  .can-hover\:opacity-75 {
    opacity: 0.75;
  }

  .can-hover\:opacity-80 {
    opacity: 0.8;
  }

  .can-hover\:opacity-90 {
    opacity: 0.9;
  }

  .can-hover\:opacity-95 {
    opacity: 0.95;
  }

  .can-hover\:opacity-100 {
    opacity: 1;
  }

  .group:hover .can-hover\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .can-hover\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .can-hover\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .can-hover\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .can-hover\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .can-hover\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .can-hover\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .can-hover\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .can-hover\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .can-hover\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .can-hover\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .can-hover\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .can-hover\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .can-hover\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .can-hover\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .can-hover\:focus-within\:opacity-0[focus-within] {
    opacity: 0;
  }

  .can-hover\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .can-hover\:focus-within\:opacity-5[focus-within] {
    opacity: 0.05;
  }

  .can-hover\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .can-hover\:focus-within\:opacity-10[focus-within] {
    opacity: 0.1;
  }

  .can-hover\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .can-hover\:focus-within\:opacity-20[focus-within] {
    opacity: 0.2;
  }

  .can-hover\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .can-hover\:focus-within\:opacity-25[focus-within] {
    opacity: 0.25;
  }

  .can-hover\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .can-hover\:focus-within\:opacity-30[focus-within] {
    opacity: 0.3;
  }

  .can-hover\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .can-hover\:focus-within\:opacity-40[focus-within] {
    opacity: 0.4;
  }

  .can-hover\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .can-hover\:focus-within\:opacity-50[focus-within] {
    opacity: 0.5;
  }

  .can-hover\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .can-hover\:focus-within\:opacity-60[focus-within] {
    opacity: 0.6;
  }

  .can-hover\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .can-hover\:focus-within\:opacity-70[focus-within] {
    opacity: 0.7;
  }

  .can-hover\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .can-hover\:focus-within\:opacity-75[focus-within] {
    opacity: 0.75;
  }

  .can-hover\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .can-hover\:focus-within\:opacity-80[focus-within] {
    opacity: 0.8;
  }

  .can-hover\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .can-hover\:focus-within\:opacity-90[focus-within] {
    opacity: 0.9;
  }

  .can-hover\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .can-hover\:focus-within\:opacity-95[focus-within] {
    opacity: 0.95;
  }

  .can-hover\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .can-hover\:focus-within\:opacity-100[focus-within] {
    opacity: 1;
  }

  .can-hover\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .can-hover\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .can-hover\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .can-hover\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .can-hover\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .can-hover\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .can-hover\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .can-hover\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .can-hover\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .can-hover\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .can-hover\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .can-hover\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .can-hover\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .can-hover\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .can-hover\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .can-hover\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .can-hover\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .can-hover\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .can-hover\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .can-hover\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .can-hover\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .can-hover\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .can-hover\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .can-hover\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .can-hover\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .can-hover\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .can-hover\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .can-hover\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .can-hover\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .can-hover\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .can-hover\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .can-hover\:disabled\:opacity-0:disabled {
    opacity: 0;
  }

  .can-hover\:disabled\:opacity-5:disabled {
    opacity: 0.05;
  }

  .can-hover\:disabled\:opacity-10:disabled {
    opacity: 0.1;
  }

  .can-hover\:disabled\:opacity-20:disabled {
    opacity: 0.2;
  }

  .can-hover\:disabled\:opacity-25:disabled {
    opacity: 0.25;
  }

  .can-hover\:disabled\:opacity-30:disabled {
    opacity: 0.3;
  }

  .can-hover\:disabled\:opacity-40:disabled {
    opacity: 0.4;
  }

  .can-hover\:disabled\:opacity-50:disabled {
    opacity: 0.5;
  }

  .can-hover\:disabled\:opacity-60:disabled {
    opacity: 0.6;
  }

  .can-hover\:disabled\:opacity-70:disabled {
    opacity: 0.7;
  }

  .can-hover\:disabled\:opacity-75:disabled {
    opacity: 0.75;
  }

  .can-hover\:disabled\:opacity-80:disabled {
    opacity: 0.8;
  }

  .can-hover\:disabled\:opacity-90:disabled {
    opacity: 0.9;
  }

  .can-hover\:disabled\:opacity-95:disabled {
    opacity: 0.95;
  }

  .can-hover\:disabled\:opacity-100:disabled {
    opacity: 1;
  }

  .can-hover\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .can-hover\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .can-hover\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .can-hover\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .can-hover\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .can-hover\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .can-hover\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .can-hover\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .can-hover\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .can-hover\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .can-hover\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .can-hover\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .can-hover\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .can-hover\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .can-hover\:bg-blend-color {
    background-blend-mode: color;
  }

  .can-hover\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .can-hover\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .can-hover\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .can-hover\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .can-hover\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .can-hover\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .can-hover\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .can-hover\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .can-hover\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .can-hover\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .can-hover\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .can-hover\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .can-hover\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .can-hover\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .can-hover\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .can-hover\:mix-blend-color {
    mix-blend-mode: color;
  }

  .can-hover\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .can-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:shadow-none {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:shadow-button {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:shadow-button-hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:shadow-secondary-tag {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:shadow-gray {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .can-hover\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .can-hover\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .can-hover\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .can-hover\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .can-hover\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .can-hover\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .can-hover\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .can-hover\:group-hover\:shadow-none {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .can-hover\:group-hover\:shadow-button {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .can-hover\:group-hover\:shadow-button-hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .can-hover\:group-hover\:shadow-secondary-tag {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .can-hover\:group-hover\:shadow-gray {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:focus-within\:shadow-sm[focus-within] {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:focus-within\:shadow[focus-within] {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:focus-within\:shadow-md[focus-within] {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:focus-within\:shadow-lg[focus-within] {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:focus-within\:shadow-xl[focus-within] {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:focus-within\:shadow-2xl[focus-within] {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:focus-within\:shadow-inner[focus-within] {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:focus-within\:shadow-none[focus-within] {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:focus-within\:shadow-button[focus-within] {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:focus-within\:shadow-button:focus-within {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:focus-within\:shadow-button-hover[focus-within] {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:focus-within\:shadow-button-hover:focus-within {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:focus-within\:shadow-secondary-tag[focus-within] {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:focus-within\:shadow-secondary-tag:focus-within {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:focus-within\:shadow-gray[focus-within] {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:focus-within\:shadow-gray:focus-within {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:hover\:shadow-button:hover {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:hover\:shadow-button-hover:hover {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:hover\:shadow-secondary-tag:hover {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:hover\:shadow-gray:hover {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:focus\:shadow-button:focus {
    --tw-shadow: 0px 5px 10px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:focus\:shadow-button-hover:focus {
    --tw-shadow: 0px 5px 10px #C792B0;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:focus\:shadow-secondary-tag:focus {
    --tw-shadow: 0px 3px 5px #F8B0DA;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:focus\:shadow-gray:focus {
    --tw-shadow: 0px 6px 15px rgba(0,0,0,0.16078);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .can-hover\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .can-hover\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .can-hover\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .can-hover\:focus-within\:outline-none[focus-within] {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .can-hover\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .can-hover\:focus-within\:outline-white[focus-within] {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .can-hover\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .can-hover\:focus-within\:outline-black[focus-within] {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .can-hover\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .can-hover\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .can-hover\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .can-hover\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .can-hover\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .can-hover\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .can-hover\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .can-hover\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .can-hover\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .can-hover\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .can-hover\:focus-within\:ring-0[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .can-hover\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .can-hover\:focus-within\:ring-1[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .can-hover\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .can-hover\:focus-within\:ring-2[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .can-hover\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .can-hover\:focus-within\:ring-4[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .can-hover\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .can-hover\:focus-within\:ring-8[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .can-hover\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .can-hover\:focus-within\:ring[focus-within] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .can-hover\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .can-hover\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .can-hover\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .can-hover\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .can-hover\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .can-hover\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .can-hover\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  }

  .can-hover\:ring-inset {
    --tw-ring-inset: inset;
  }

  .can-hover\:focus-within\:ring-inset[focus-within] {
    --tw-ring-inset: inset;
  }

  .can-hover\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .can-hover\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .can-hover\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .can-hover\:ring-current {
    --tw-ring-color: currentColor;
  }

  .can-hover\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .can-hover\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .can-hover\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .can-hover\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .can-hover\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .can-hover\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .can-hover\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .can-hover\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .can-hover\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .can-hover\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .can-hover\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .can-hover\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .can-hover\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .can-hover\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .can-hover\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .can-hover\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .can-hover\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .can-hover\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .can-hover\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .can-hover\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .can-hover\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .can-hover\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .can-hover\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .can-hover\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .can-hover\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .can-hover\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .can-hover\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .can-hover\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .can-hover\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .can-hover\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .can-hover\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .can-hover\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .can-hover\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .can-hover\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .can-hover\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .can-hover\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .can-hover\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .can-hover\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .can-hover\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .can-hover\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .can-hover\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .can-hover\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .can-hover\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .can-hover\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .can-hover\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .can-hover\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .can-hover\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .can-hover\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .can-hover\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .can-hover\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .can-hover\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .can-hover\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .can-hover\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .can-hover\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .can-hover\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .can-hover\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .can-hover\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .can-hover\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .can-hover\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .can-hover\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .can-hover\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .can-hover\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .can-hover\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .can-hover\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .can-hover\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .can-hover\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .can-hover\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .can-hover\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .can-hover\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .can-hover\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .can-hover\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .can-hover\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .can-hover\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .can-hover\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .can-hover\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .can-hover\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .can-hover\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .can-hover\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .can-hover\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .can-hover\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .can-hover\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .can-hover\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .can-hover\:ring-primary-color {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .can-hover\:ring-primary-color-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .can-hover\:ring-secondary-color {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .can-hover\:ring-custom-gray-sm {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .can-hover\:ring-custom-gray-sm2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .can-hover\:ring-custom-gray-md {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .can-hover\:ring-custom-navy-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .can-hover\:ring-dark-blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .can-hover\:ring-primary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .can-hover\:ring-secondary-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .can-hover\:ring-secondary-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .can-hover\:ring-secondary-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .can-hover\:ring-secondary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .can-hover\:ring-secondary-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .can-hover\:ring-secondary-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .can-hover\:ring-grayCustom-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .can-hover\:ring-grayCustom-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .can-hover\:ring-grayCustom-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .can-hover\:ring-grayCustom-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .can-hover\:ring-grayCustom {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .can-hover\:ring-grayCustom-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .can-hover\:ring-grayCustom-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .can-hover\:ring-grayCustom-hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .can-hover\:ring-error {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .can-hover\:ring-error-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .can-hover\:ring-warning {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .can-hover\:ring-warning-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .can-hover\:ring-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .can-hover\:ring-success-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .can-hover\:ring-status-open {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .can-hover\:ring-status-waiting_payment {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .can-hover\:ring-status-completed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .can-hover\:ring-status-failed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .can-hover\:ring-status-waiting_verify {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .can-hover\:ring-status-closed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .can-hover\:ring-policyStatus-issuing {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .can-hover\:ring-policyStatus-waiting_inspection {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .can-hover\:ring-policyStatus-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .can-hover\:ring-policyStatus-failed_inspection {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .can-hover\:ring-policyStatus-failed {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .can-hover\:ring-policyStatus-waiting_policy {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .can-hover\:ring-policyStatus-cancel {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-transparent[focus-within] {
    --tw-ring-color: transparent;
  }

  .can-hover\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .can-hover\:focus-within\:ring-current[focus-within] {
    --tw-ring-color: currentColor;
  }

  .can-hover\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor;
  }

  .can-hover\:focus-within\:ring-black[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-white[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-gray-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-gray-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-gray-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-gray-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-gray-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-gray-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-gray-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-gray-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-gray-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-gray-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-red-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-red-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-red-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-red-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-red-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-red-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-red-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-red-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-red-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-red-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-yellow-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-yellow-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-yellow-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-yellow-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-yellow-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-yellow-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-yellow-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-yellow-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-yellow-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-yellow-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-green-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-green-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-green-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-green-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-green-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-green-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-green-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-green-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-green-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-green-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-blue-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-blue-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-blue-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-blue-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-blue-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-blue-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-blue-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-blue-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-blue-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-blue-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-indigo-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-indigo-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-indigo-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-indigo-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-indigo-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-indigo-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-indigo-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-indigo-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-indigo-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-indigo-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-purple-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-purple-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-purple-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-purple-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-purple-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-purple-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-purple-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-purple-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-purple-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-purple-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-pink-50[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-pink-100[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-pink-200[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-pink-300[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-pink-400[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-pink-500[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-pink-600[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-pink-700[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-pink-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-pink-900[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-primary-color[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-primary-color:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-primary-color-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-primary-color-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-secondary-color[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-secondary-color:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-custom-gray-sm[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-custom-gray-sm:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-custom-gray-sm2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-custom-gray-sm2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-custom-gray-md[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-custom-gray-md:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-custom-navy-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-custom-navy-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-dark-blue[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-dark-blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-primary[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-primary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-secondary-1[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-secondary-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-secondary-2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-secondary-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-secondary-3[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-secondary-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-secondary[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-secondary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-secondary-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-secondary-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-secondary-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-secondary-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-grayCustom-1[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-grayCustom-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-grayCustom-2[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-grayCustom-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-grayCustom-3[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-grayCustom-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-grayCustom-800[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-grayCustom-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-grayCustom[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-grayCustom:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-grayCustom-dark[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-grayCustom-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-grayCustom-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-grayCustom-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-grayCustom-hover[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-grayCustom-hover:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-error[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-error:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-error-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-error-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-warning[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-warning:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-warning-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-warning-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-success[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-success-light[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-success-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-status-open[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-status-open:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-status-waiting_payment[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-status-waiting_payment:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-status-completed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-status-completed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-status-failed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-status-failed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-status-waiting_verify[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-status-waiting_verify:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-status-closed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-status-closed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-policyStatus-issuing[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-policyStatus-issuing:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-policyStatus-waiting_inspection[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-policyStatus-waiting_inspection:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-policyStatus-success[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-policyStatus-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-policyStatus-failed_inspection[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-policyStatus-failed_inspection:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-policyStatus-failed[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-policyStatus-failed:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-policyStatus-waiting_policy[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-policyStatus-waiting_policy:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-policyStatus-cancel[focus-within] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .can-hover\:focus-within\:ring-policyStatus-cancel:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .can-hover\:focus\:ring-current:focus {
    --tw-ring-color: currentColor;
  }

  .can-hover\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-primary-color:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 0, 139, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-primary-color-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 0, 104, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-secondary-color:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-custom-gray-sm:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 244, 246, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-custom-gray-sm2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 242, 243, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-custom-gray-md:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 132, 132, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-custom-navy-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-dark-blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 46, 66, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-primary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 45, 64, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-secondary-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-secondary-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 213, 100, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-secondary-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 252, 205, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-secondary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 0, 126, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-secondary-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 26, 125, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-secondary-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 206, 233, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-grayCustom-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-grayCustom-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-grayCustom-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-grayCustom-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-grayCustom:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-grayCustom-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 79, 79, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-grayCustom-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-grayCustom-hover:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-error:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 32, 110, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-error-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 232, 234, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-warning:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-warning-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 229, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 216, 129, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-success-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 251, 242, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-status-open:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-status-waiting_payment:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-status-completed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-status-failed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-status-waiting_verify:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-status-closed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-policyStatus-issuing:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-policyStatus-waiting_inspection:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-policyStatus-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 193, 187, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-policyStatus-failed_inspection:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-policyStatus-failed:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 85, 107, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-policyStatus-waiting_policy:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 174, 20, var(--tw-ring-opacity));
  }

  .can-hover\:focus\:ring-policyStatus-cancel:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
  }

  .can-hover\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .can-hover\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .can-hover\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .can-hover\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .can-hover\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .can-hover\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .can-hover\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .can-hover\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .can-hover\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .can-hover\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .can-hover\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .can-hover\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .can-hover\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .can-hover\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .can-hover\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .can-hover\:focus-within\:ring-opacity-0[focus-within] {
    --tw-ring-opacity: 0;
  }

  .can-hover\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .can-hover\:focus-within\:ring-opacity-5[focus-within] {
    --tw-ring-opacity: 0.05;
  }

  .can-hover\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .can-hover\:focus-within\:ring-opacity-10[focus-within] {
    --tw-ring-opacity: 0.1;
  }

  .can-hover\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .can-hover\:focus-within\:ring-opacity-20[focus-within] {
    --tw-ring-opacity: 0.2;
  }

  .can-hover\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .can-hover\:focus-within\:ring-opacity-25[focus-within] {
    --tw-ring-opacity: 0.25;
  }

  .can-hover\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .can-hover\:focus-within\:ring-opacity-30[focus-within] {
    --tw-ring-opacity: 0.3;
  }

  .can-hover\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .can-hover\:focus-within\:ring-opacity-40[focus-within] {
    --tw-ring-opacity: 0.4;
  }

  .can-hover\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .can-hover\:focus-within\:ring-opacity-50[focus-within] {
    --tw-ring-opacity: 0.5;
  }

  .can-hover\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .can-hover\:focus-within\:ring-opacity-60[focus-within] {
    --tw-ring-opacity: 0.6;
  }

  .can-hover\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .can-hover\:focus-within\:ring-opacity-70[focus-within] {
    --tw-ring-opacity: 0.7;
  }

  .can-hover\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .can-hover\:focus-within\:ring-opacity-75[focus-within] {
    --tw-ring-opacity: 0.75;
  }

  .can-hover\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .can-hover\:focus-within\:ring-opacity-80[focus-within] {
    --tw-ring-opacity: 0.8;
  }

  .can-hover\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .can-hover\:focus-within\:ring-opacity-90[focus-within] {
    --tw-ring-opacity: 0.9;
  }

  .can-hover\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .can-hover\:focus-within\:ring-opacity-95[focus-within] {
    --tw-ring-opacity: 0.95;
  }

  .can-hover\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .can-hover\:focus-within\:ring-opacity-100[focus-within] {
    --tw-ring-opacity: 1;
  }

  .can-hover\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .can-hover\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .can-hover\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .can-hover\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .can-hover\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .can-hover\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .can-hover\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .can-hover\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .can-hover\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .can-hover\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .can-hover\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .can-hover\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .can-hover\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .can-hover\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .can-hover\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .can-hover\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .can-hover\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .can-hover\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .can-hover\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .can-hover\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .can-hover\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .can-hover\:focus-within\:ring-offset-0[focus-within] {
    --tw-ring-offset-width: 0px;
  }

  .can-hover\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .can-hover\:focus-within\:ring-offset-1[focus-within] {
    --tw-ring-offset-width: 1px;
  }

  .can-hover\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .can-hover\:focus-within\:ring-offset-2[focus-within] {
    --tw-ring-offset-width: 2px;
  }

  .can-hover\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .can-hover\:focus-within\:ring-offset-4[focus-within] {
    --tw-ring-offset-width: 4px;
  }

  .can-hover\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .can-hover\:focus-within\:ring-offset-8[focus-within] {
    --tw-ring-offset-width: 8px;
  }

  .can-hover\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .can-hover\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .can-hover\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .can-hover\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .can-hover\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .can-hover\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .can-hover\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .can-hover\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }

  .can-hover\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .can-hover\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .can-hover\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f9fafb;
  }

  .can-hover\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f3f4f6;
  }

  .can-hover\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e5e7eb;
  }

  .can-hover\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d1d5db;
  }

  .can-hover\:ring-offset-gray-400 {
    --tw-ring-offset-color: #9ca3af;
  }

  .can-hover\:ring-offset-gray-500 {
    --tw-ring-offset-color: #6b7280;
  }

  .can-hover\:ring-offset-gray-600 {
    --tw-ring-offset-color: #4b5563;
  }

  .can-hover\:ring-offset-gray-700 {
    --tw-ring-offset-color: #374151;
  }

  .can-hover\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .can-hover\:ring-offset-gray-900 {
    --tw-ring-offset-color: #111827;
  }

  .can-hover\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .can-hover\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .can-hover\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .can-hover\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .can-hover\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .can-hover\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .can-hover\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .can-hover\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .can-hover\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .can-hover\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .can-hover\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .can-hover\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .can-hover\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .can-hover\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .can-hover\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .can-hover\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .can-hover\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }

  .can-hover\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }

  .can-hover\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }

  .can-hover\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }

  .can-hover\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .can-hover\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .can-hover\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .can-hover\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .can-hover\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }

  .can-hover\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }

  .can-hover\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }

  .can-hover\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }

  .can-hover\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }

  .can-hover\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .can-hover\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .can-hover\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .can-hover\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .can-hover\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .can-hover\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .can-hover\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .can-hover\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .can-hover\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .can-hover\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .can-hover\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .can-hover\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .can-hover\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .can-hover\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .can-hover\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .can-hover\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .can-hover\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .can-hover\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .can-hover\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .can-hover\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .can-hover\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .can-hover\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .can-hover\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .can-hover\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .can-hover\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .can-hover\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .can-hover\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .can-hover\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .can-hover\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .can-hover\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .can-hover\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .can-hover\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .can-hover\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .can-hover\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .can-hover\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .can-hover\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .can-hover\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .can-hover\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .can-hover\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .can-hover\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .can-hover\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .can-hover\:ring-offset-primary-color {
    --tw-ring-offset-color: #eb008b;
  }

  .can-hover\:ring-offset-primary-color-dark {
    --tw-ring-offset-color: #c90068;
  }

  .can-hover\:ring-offset-secondary-color {
    --tw-ring-offset-color: #112e42;
  }

  .can-hover\:ring-offset-custom-gray-sm {
    --tw-ring-offset-color: #f1f4f6;
  }

  .can-hover\:ring-offset-custom-gray-sm2 {
    --tw-ring-offset-color: #f1f2f3;
  }

  .can-hover\:ring-offset-custom-gray-md {
    --tw-ring-offset-color: #848484;
  }

  .can-hover\:ring-offset-custom-navy-dark {
    --tw-ring-offset-color: #112e42;
  }

  .can-hover\:ring-offset-dark-blue {
    --tw-ring-offset-color: #112E42;
  }

  .can-hover\:ring-offset-primary {
    --tw-ring-offset-color: #192D40;
  }

  .can-hover\:ring-offset-secondary-1 {
    --tw-ring-offset-color: #E6007E;
  }

  .can-hover\:ring-offset-secondary-2 {
    --tw-ring-offset-color: #D6D564;
  }

  .can-hover\:ring-offset-secondary-3 {
    --tw-ring-offset-color: #FCFCCD;
  }

  .can-hover\:ring-offset-secondary {
    --tw-ring-offset-color: #E6007E;
  }

  .can-hover\:ring-offset-secondary-dark {
    --tw-ring-offset-color: #C11A7D;
  }

  .can-hover\:ring-offset-secondary-light {
    --tw-ring-offset-color: #FBCEE9;
  }

  .can-hover\:ring-offset-grayCustom-1 {
    --tw-ring-offset-color: #4F4F4F;
  }

  .can-hover\:ring-offset-grayCustom-2 {
    --tw-ring-offset-color: #C4C4C4;
  }

  .can-hover\:ring-offset-grayCustom-3 {
    --tw-ring-offset-color: #F9F9F9;
  }

  .can-hover\:ring-offset-grayCustom-800 {
    --tw-ring-offset-color: #4F4F4F;
  }

  .can-hover\:ring-offset-grayCustom {
    --tw-ring-offset-color: #C4C4C4;
  }

  .can-hover\:ring-offset-grayCustom-dark {
    --tw-ring-offset-color: #4F4F4F;
  }

  .can-hover\:ring-offset-grayCustom-light {
    --tw-ring-offset-color: #F9F9F9;
  }

  .can-hover\:ring-offset-grayCustom-hover {
    --tw-ring-offset-color: #9F9F9F;
  }

  .can-hover\:ring-offset-error {
    --tw-ring-offset-color: #FF206E;
  }

  .can-hover\:ring-offset-error-light {
    --tw-ring-offset-color: #FDE8EA;
  }

  .can-hover\:ring-offset-warning {
    --tw-ring-offset-color: #FFAE14;
  }

  .can-hover\:ring-offset-warning-light {
    --tw-ring-offset-color: #FFF6E5;
  }

  .can-hover\:ring-offset-success {
    --tw-ring-offset-color: #2DD881;
  }

  .can-hover\:ring-offset-success-light {
    --tw-ring-offset-color: #E9FBF2;
  }

  .can-hover\:ring-offset-status-open {
    --tw-ring-offset-color: #FFF;
  }

  .can-hover\:ring-offset-status-waiting_payment {
    --tw-ring-offset-color: #ffae14;
  }

  .can-hover\:ring-offset-status-completed {
    --tw-ring-offset-color: #54c1bb;
  }

  .can-hover\:ring-offset-status-failed {
    --tw-ring-offset-color: #e8556b;
  }

  .can-hover\:ring-offset-status-waiting_verify {
    --tw-ring-offset-color: #ffae14;
  }

  .can-hover\:ring-offset-status-closed {
    --tw-ring-offset-color: #c4c4c4;
  }

  .can-hover\:ring-offset-policyStatus-issuing {
    --tw-ring-offset-color: #FFF;
  }

  .can-hover\:ring-offset-policyStatus-waiting_inspection {
    --tw-ring-offset-color: #ffae14;
  }

  .can-hover\:ring-offset-policyStatus-success {
    --tw-ring-offset-color: #54c1bb;
  }

  .can-hover\:ring-offset-policyStatus-failed_inspection {
    --tw-ring-offset-color: #e8556b;
  }

  .can-hover\:ring-offset-policyStatus-failed {
    --tw-ring-offset-color: #e8556b;
  }

  .can-hover\:ring-offset-policyStatus-waiting_policy {
    --tw-ring-offset-color: #ffae14;
  }

  .can-hover\:ring-offset-policyStatus-cancel {
    --tw-ring-offset-color: #c4c4c4;
  }

  .can-hover\:focus-within\:ring-offset-transparent[focus-within] {
    --tw-ring-offset-color: transparent;
  }

  .can-hover\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .can-hover\:focus-within\:ring-offset-current[focus-within] {
    --tw-ring-offset-color: currentColor;
  }

  .can-hover\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }

  .can-hover\:focus-within\:ring-offset-black[focus-within] {
    --tw-ring-offset-color: #000;
  }

  .can-hover\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .can-hover\:focus-within\:ring-offset-white[focus-within] {
    --tw-ring-offset-color: #fff;
  }

  .can-hover\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .can-hover\:focus-within\:ring-offset-gray-50[focus-within] {
    --tw-ring-offset-color: #f9fafb;
  }

  .can-hover\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f9fafb;
  }

  .can-hover\:focus-within\:ring-offset-gray-100[focus-within] {
    --tw-ring-offset-color: #f3f4f6;
  }

  .can-hover\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6;
  }

  .can-hover\:focus-within\:ring-offset-gray-200[focus-within] {
    --tw-ring-offset-color: #e5e7eb;
  }

  .can-hover\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb;
  }

  .can-hover\:focus-within\:ring-offset-gray-300[focus-within] {
    --tw-ring-offset-color: #d1d5db;
  }

  .can-hover\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d1d5db;
  }

  .can-hover\:focus-within\:ring-offset-gray-400[focus-within] {
    --tw-ring-offset-color: #9ca3af;
  }

  .can-hover\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #9ca3af;
  }

  .can-hover\:focus-within\:ring-offset-gray-500[focus-within] {
    --tw-ring-offset-color: #6b7280;
  }

  .can-hover\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #6b7280;
  }

  .can-hover\:focus-within\:ring-offset-gray-600[focus-within] {
    --tw-ring-offset-color: #4b5563;
  }

  .can-hover\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #4b5563;
  }

  .can-hover\:focus-within\:ring-offset-gray-700[focus-within] {
    --tw-ring-offset-color: #374151;
  }

  .can-hover\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #374151;
  }

  .can-hover\:focus-within\:ring-offset-gray-800[focus-within] {
    --tw-ring-offset-color: #1f2937;
  }

  .can-hover\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #1f2937;
  }

  .can-hover\:focus-within\:ring-offset-gray-900[focus-within] {
    --tw-ring-offset-color: #111827;
  }

  .can-hover\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #111827;
  }

  .can-hover\:focus-within\:ring-offset-red-50[focus-within] {
    --tw-ring-offset-color: #fef2f2;
  }

  .can-hover\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .can-hover\:focus-within\:ring-offset-red-100[focus-within] {
    --tw-ring-offset-color: #fee2e2;
  }

  .can-hover\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .can-hover\:focus-within\:ring-offset-red-200[focus-within] {
    --tw-ring-offset-color: #fecaca;
  }

  .can-hover\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .can-hover\:focus-within\:ring-offset-red-300[focus-within] {
    --tw-ring-offset-color: #fca5a5;
  }

  .can-hover\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .can-hover\:focus-within\:ring-offset-red-400[focus-within] {
    --tw-ring-offset-color: #f87171;
  }

  .can-hover\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .can-hover\:focus-within\:ring-offset-red-500[focus-within] {
    --tw-ring-offset-color: #ef4444;
  }

  .can-hover\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .can-hover\:focus-within\:ring-offset-red-600[focus-within] {
    --tw-ring-offset-color: #dc2626;
  }

  .can-hover\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .can-hover\:focus-within\:ring-offset-red-700[focus-within] {
    --tw-ring-offset-color: #b91c1c;
  }

  .can-hover\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .can-hover\:focus-within\:ring-offset-red-800[focus-within] {
    --tw-ring-offset-color: #991b1b;
  }

  .can-hover\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .can-hover\:focus-within\:ring-offset-red-900[focus-within] {
    --tw-ring-offset-color: #7f1d1d;
  }

  .can-hover\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .can-hover\:focus-within\:ring-offset-yellow-50[focus-within] {
    --tw-ring-offset-color: #fffbeb;
  }

  .can-hover\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .can-hover\:focus-within\:ring-offset-yellow-100[focus-within] {
    --tw-ring-offset-color: #fef3c7;
  }

  .can-hover\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .can-hover\:focus-within\:ring-offset-yellow-200[focus-within] {
    --tw-ring-offset-color: #fde68a;
  }

  .can-hover\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .can-hover\:focus-within\:ring-offset-yellow-300[focus-within] {
    --tw-ring-offset-color: #fcd34d;
  }

  .can-hover\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .can-hover\:focus-within\:ring-offset-yellow-400[focus-within] {
    --tw-ring-offset-color: #fbbf24;
  }

  .can-hover\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .can-hover\:focus-within\:ring-offset-yellow-500[focus-within] {
    --tw-ring-offset-color: #f59e0b;
  }

  .can-hover\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .can-hover\:focus-within\:ring-offset-yellow-600[focus-within] {
    --tw-ring-offset-color: #d97706;
  }

  .can-hover\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .can-hover\:focus-within\:ring-offset-yellow-700[focus-within] {
    --tw-ring-offset-color: #b45309;
  }

  .can-hover\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .can-hover\:focus-within\:ring-offset-yellow-800[focus-within] {
    --tw-ring-offset-color: #92400e;
  }

  .can-hover\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .can-hover\:focus-within\:ring-offset-yellow-900[focus-within] {
    --tw-ring-offset-color: #78350f;
  }

  .can-hover\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .can-hover\:focus-within\:ring-offset-green-50[focus-within] {
    --tw-ring-offset-color: #ecfdf5;
  }

  .can-hover\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .can-hover\:focus-within\:ring-offset-green-100[focus-within] {
    --tw-ring-offset-color: #d1fae5;
  }

  .can-hover\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .can-hover\:focus-within\:ring-offset-green-200[focus-within] {
    --tw-ring-offset-color: #a7f3d0;
  }

  .can-hover\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .can-hover\:focus-within\:ring-offset-green-300[focus-within] {
    --tw-ring-offset-color: #6ee7b7;
  }

  .can-hover\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .can-hover\:focus-within\:ring-offset-green-400[focus-within] {
    --tw-ring-offset-color: #34d399;
  }

  .can-hover\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .can-hover\:focus-within\:ring-offset-green-500[focus-within] {
    --tw-ring-offset-color: #10b981;
  }

  .can-hover\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .can-hover\:focus-within\:ring-offset-green-600[focus-within] {
    --tw-ring-offset-color: #059669;
  }

  .can-hover\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .can-hover\:focus-within\:ring-offset-green-700[focus-within] {
    --tw-ring-offset-color: #047857;
  }

  .can-hover\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .can-hover\:focus-within\:ring-offset-green-800[focus-within] {
    --tw-ring-offset-color: #065f46;
  }

  .can-hover\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .can-hover\:focus-within\:ring-offset-green-900[focus-within] {
    --tw-ring-offset-color: #064e3b;
  }

  .can-hover\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .can-hover\:focus-within\:ring-offset-blue-50[focus-within] {
    --tw-ring-offset-color: #eff6ff;
  }

  .can-hover\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .can-hover\:focus-within\:ring-offset-blue-100[focus-within] {
    --tw-ring-offset-color: #dbeafe;
  }

  .can-hover\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .can-hover\:focus-within\:ring-offset-blue-200[focus-within] {
    --tw-ring-offset-color: #bfdbfe;
  }

  .can-hover\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .can-hover\:focus-within\:ring-offset-blue-300[focus-within] {
    --tw-ring-offset-color: #93c5fd;
  }

  .can-hover\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .can-hover\:focus-within\:ring-offset-blue-400[focus-within] {
    --tw-ring-offset-color: #60a5fa;
  }

  .can-hover\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .can-hover\:focus-within\:ring-offset-blue-500[focus-within] {
    --tw-ring-offset-color: #3b82f6;
  }

  .can-hover\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .can-hover\:focus-within\:ring-offset-blue-600[focus-within] {
    --tw-ring-offset-color: #2563eb;
  }

  .can-hover\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .can-hover\:focus-within\:ring-offset-blue-700[focus-within] {
    --tw-ring-offset-color: #1d4ed8;
  }

  .can-hover\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .can-hover\:focus-within\:ring-offset-blue-800[focus-within] {
    --tw-ring-offset-color: #1e40af;
  }

  .can-hover\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .can-hover\:focus-within\:ring-offset-blue-900[focus-within] {
    --tw-ring-offset-color: #1e3a8a;
  }

  .can-hover\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .can-hover\:focus-within\:ring-offset-indigo-50[focus-within] {
    --tw-ring-offset-color: #eef2ff;
  }

  .can-hover\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .can-hover\:focus-within\:ring-offset-indigo-100[focus-within] {
    --tw-ring-offset-color: #e0e7ff;
  }

  .can-hover\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .can-hover\:focus-within\:ring-offset-indigo-200[focus-within] {
    --tw-ring-offset-color: #c7d2fe;
  }

  .can-hover\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .can-hover\:focus-within\:ring-offset-indigo-300[focus-within] {
    --tw-ring-offset-color: #a5b4fc;
  }

  .can-hover\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .can-hover\:focus-within\:ring-offset-indigo-400[focus-within] {
    --tw-ring-offset-color: #818cf8;
  }

  .can-hover\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .can-hover\:focus-within\:ring-offset-indigo-500[focus-within] {
    --tw-ring-offset-color: #6366f1;
  }

  .can-hover\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .can-hover\:focus-within\:ring-offset-indigo-600[focus-within] {
    --tw-ring-offset-color: #4f46e5;
  }

  .can-hover\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .can-hover\:focus-within\:ring-offset-indigo-700[focus-within] {
    --tw-ring-offset-color: #4338ca;
  }

  .can-hover\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .can-hover\:focus-within\:ring-offset-indigo-800[focus-within] {
    --tw-ring-offset-color: #3730a3;
  }

  .can-hover\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .can-hover\:focus-within\:ring-offset-indigo-900[focus-within] {
    --tw-ring-offset-color: #312e81;
  }

  .can-hover\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .can-hover\:focus-within\:ring-offset-purple-50[focus-within] {
    --tw-ring-offset-color: #f5f3ff;
  }

  .can-hover\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .can-hover\:focus-within\:ring-offset-purple-100[focus-within] {
    --tw-ring-offset-color: #ede9fe;
  }

  .can-hover\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .can-hover\:focus-within\:ring-offset-purple-200[focus-within] {
    --tw-ring-offset-color: #ddd6fe;
  }

  .can-hover\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .can-hover\:focus-within\:ring-offset-purple-300[focus-within] {
    --tw-ring-offset-color: #c4b5fd;
  }

  .can-hover\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .can-hover\:focus-within\:ring-offset-purple-400[focus-within] {
    --tw-ring-offset-color: #a78bfa;
  }

  .can-hover\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .can-hover\:focus-within\:ring-offset-purple-500[focus-within] {
    --tw-ring-offset-color: #8b5cf6;
  }

  .can-hover\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .can-hover\:focus-within\:ring-offset-purple-600[focus-within] {
    --tw-ring-offset-color: #7c3aed;
  }

  .can-hover\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .can-hover\:focus-within\:ring-offset-purple-700[focus-within] {
    --tw-ring-offset-color: #6d28d9;
  }

  .can-hover\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .can-hover\:focus-within\:ring-offset-purple-800[focus-within] {
    --tw-ring-offset-color: #5b21b6;
  }

  .can-hover\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .can-hover\:focus-within\:ring-offset-purple-900[focus-within] {
    --tw-ring-offset-color: #4c1d95;
  }

  .can-hover\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .can-hover\:focus-within\:ring-offset-pink-50[focus-within] {
    --tw-ring-offset-color: #fdf2f8;
  }

  .can-hover\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .can-hover\:focus-within\:ring-offset-pink-100[focus-within] {
    --tw-ring-offset-color: #fce7f3;
  }

  .can-hover\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .can-hover\:focus-within\:ring-offset-pink-200[focus-within] {
    --tw-ring-offset-color: #fbcfe8;
  }

  .can-hover\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .can-hover\:focus-within\:ring-offset-pink-300[focus-within] {
    --tw-ring-offset-color: #f9a8d4;
  }

  .can-hover\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .can-hover\:focus-within\:ring-offset-pink-400[focus-within] {
    --tw-ring-offset-color: #f472b6;
  }

  .can-hover\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .can-hover\:focus-within\:ring-offset-pink-500[focus-within] {
    --tw-ring-offset-color: #ec4899;
  }

  .can-hover\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .can-hover\:focus-within\:ring-offset-pink-600[focus-within] {
    --tw-ring-offset-color: #db2777;
  }

  .can-hover\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .can-hover\:focus-within\:ring-offset-pink-700[focus-within] {
    --tw-ring-offset-color: #be185d;
  }

  .can-hover\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .can-hover\:focus-within\:ring-offset-pink-800[focus-within] {
    --tw-ring-offset-color: #9d174d;
  }

  .can-hover\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .can-hover\:focus-within\:ring-offset-pink-900[focus-within] {
    --tw-ring-offset-color: #831843;
  }

  .can-hover\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .can-hover\:focus-within\:ring-offset-primary-color[focus-within] {
    --tw-ring-offset-color: #eb008b;
  }

  .can-hover\:focus-within\:ring-offset-primary-color:focus-within {
    --tw-ring-offset-color: #eb008b;
  }

  .can-hover\:focus-within\:ring-offset-primary-color-dark[focus-within] {
    --tw-ring-offset-color: #c90068;
  }

  .can-hover\:focus-within\:ring-offset-primary-color-dark:focus-within {
    --tw-ring-offset-color: #c90068;
  }

  .can-hover\:focus-within\:ring-offset-secondary-color[focus-within] {
    --tw-ring-offset-color: #112e42;
  }

  .can-hover\:focus-within\:ring-offset-secondary-color:focus-within {
    --tw-ring-offset-color: #112e42;
  }

  .can-hover\:focus-within\:ring-offset-custom-gray-sm[focus-within] {
    --tw-ring-offset-color: #f1f4f6;
  }

  .can-hover\:focus-within\:ring-offset-custom-gray-sm:focus-within {
    --tw-ring-offset-color: #f1f4f6;
  }

  .can-hover\:focus-within\:ring-offset-custom-gray-sm2[focus-within] {
    --tw-ring-offset-color: #f1f2f3;
  }

  .can-hover\:focus-within\:ring-offset-custom-gray-sm2:focus-within {
    --tw-ring-offset-color: #f1f2f3;
  }

  .can-hover\:focus-within\:ring-offset-custom-gray-md[focus-within] {
    --tw-ring-offset-color: #848484;
  }

  .can-hover\:focus-within\:ring-offset-custom-gray-md:focus-within {
    --tw-ring-offset-color: #848484;
  }

  .can-hover\:focus-within\:ring-offset-custom-navy-dark[focus-within] {
    --tw-ring-offset-color: #112e42;
  }

  .can-hover\:focus-within\:ring-offset-custom-navy-dark:focus-within {
    --tw-ring-offset-color: #112e42;
  }

  .can-hover\:focus-within\:ring-offset-dark-blue[focus-within] {
    --tw-ring-offset-color: #112E42;
  }

  .can-hover\:focus-within\:ring-offset-dark-blue:focus-within {
    --tw-ring-offset-color: #112E42;
  }

  .can-hover\:focus-within\:ring-offset-primary[focus-within] {
    --tw-ring-offset-color: #192D40;
  }

  .can-hover\:focus-within\:ring-offset-primary:focus-within {
    --tw-ring-offset-color: #192D40;
  }

  .can-hover\:focus-within\:ring-offset-secondary-1[focus-within] {
    --tw-ring-offset-color: #E6007E;
  }

  .can-hover\:focus-within\:ring-offset-secondary-1:focus-within {
    --tw-ring-offset-color: #E6007E;
  }

  .can-hover\:focus-within\:ring-offset-secondary-2[focus-within] {
    --tw-ring-offset-color: #D6D564;
  }

  .can-hover\:focus-within\:ring-offset-secondary-2:focus-within {
    --tw-ring-offset-color: #D6D564;
  }

  .can-hover\:focus-within\:ring-offset-secondary-3[focus-within] {
    --tw-ring-offset-color: #FCFCCD;
  }

  .can-hover\:focus-within\:ring-offset-secondary-3:focus-within {
    --tw-ring-offset-color: #FCFCCD;
  }

  .can-hover\:focus-within\:ring-offset-secondary[focus-within] {
    --tw-ring-offset-color: #E6007E;
  }

  .can-hover\:focus-within\:ring-offset-secondary:focus-within {
    --tw-ring-offset-color: #E6007E;
  }

  .can-hover\:focus-within\:ring-offset-secondary-dark[focus-within] {
    --tw-ring-offset-color: #C11A7D;
  }

  .can-hover\:focus-within\:ring-offset-secondary-dark:focus-within {
    --tw-ring-offset-color: #C11A7D;
  }

  .can-hover\:focus-within\:ring-offset-secondary-light[focus-within] {
    --tw-ring-offset-color: #FBCEE9;
  }

  .can-hover\:focus-within\:ring-offset-secondary-light:focus-within {
    --tw-ring-offset-color: #FBCEE9;
  }

  .can-hover\:focus-within\:ring-offset-grayCustom-1[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .can-hover\:focus-within\:ring-offset-grayCustom-1:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .can-hover\:focus-within\:ring-offset-grayCustom-2[focus-within] {
    --tw-ring-offset-color: #C4C4C4;
  }

  .can-hover\:focus-within\:ring-offset-grayCustom-2:focus-within {
    --tw-ring-offset-color: #C4C4C4;
  }

  .can-hover\:focus-within\:ring-offset-grayCustom-3[focus-within] {
    --tw-ring-offset-color: #F9F9F9;
  }

  .can-hover\:focus-within\:ring-offset-grayCustom-3:focus-within {
    --tw-ring-offset-color: #F9F9F9;
  }

  .can-hover\:focus-within\:ring-offset-grayCustom-800[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .can-hover\:focus-within\:ring-offset-grayCustom-800:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .can-hover\:focus-within\:ring-offset-grayCustom[focus-within] {
    --tw-ring-offset-color: #C4C4C4;
  }

  .can-hover\:focus-within\:ring-offset-grayCustom:focus-within {
    --tw-ring-offset-color: #C4C4C4;
  }

  .can-hover\:focus-within\:ring-offset-grayCustom-dark[focus-within] {
    --tw-ring-offset-color: #4F4F4F;
  }

  .can-hover\:focus-within\:ring-offset-grayCustom-dark:focus-within {
    --tw-ring-offset-color: #4F4F4F;
  }

  .can-hover\:focus-within\:ring-offset-grayCustom-light[focus-within] {
    --tw-ring-offset-color: #F9F9F9;
  }

  .can-hover\:focus-within\:ring-offset-grayCustom-light:focus-within {
    --tw-ring-offset-color: #F9F9F9;
  }

  .can-hover\:focus-within\:ring-offset-grayCustom-hover[focus-within] {
    --tw-ring-offset-color: #9F9F9F;
  }

  .can-hover\:focus-within\:ring-offset-grayCustom-hover:focus-within {
    --tw-ring-offset-color: #9F9F9F;
  }

  .can-hover\:focus-within\:ring-offset-error[focus-within] {
    --tw-ring-offset-color: #FF206E;
  }

  .can-hover\:focus-within\:ring-offset-error:focus-within {
    --tw-ring-offset-color: #FF206E;
  }

  .can-hover\:focus-within\:ring-offset-error-light[focus-within] {
    --tw-ring-offset-color: #FDE8EA;
  }

  .can-hover\:focus-within\:ring-offset-error-light:focus-within {
    --tw-ring-offset-color: #FDE8EA;
  }

  .can-hover\:focus-within\:ring-offset-warning[focus-within] {
    --tw-ring-offset-color: #FFAE14;
  }

  .can-hover\:focus-within\:ring-offset-warning:focus-within {
    --tw-ring-offset-color: #FFAE14;
  }

  .can-hover\:focus-within\:ring-offset-warning-light[focus-within] {
    --tw-ring-offset-color: #FFF6E5;
  }

  .can-hover\:focus-within\:ring-offset-warning-light:focus-within {
    --tw-ring-offset-color: #FFF6E5;
  }

  .can-hover\:focus-within\:ring-offset-success[focus-within] {
    --tw-ring-offset-color: #2DD881;
  }

  .can-hover\:focus-within\:ring-offset-success:focus-within {
    --tw-ring-offset-color: #2DD881;
  }

  .can-hover\:focus-within\:ring-offset-success-light[focus-within] {
    --tw-ring-offset-color: #E9FBF2;
  }

  .can-hover\:focus-within\:ring-offset-success-light:focus-within {
    --tw-ring-offset-color: #E9FBF2;
  }

  .can-hover\:focus-within\:ring-offset-status-open[focus-within] {
    --tw-ring-offset-color: #FFF;
  }

  .can-hover\:focus-within\:ring-offset-status-open:focus-within {
    --tw-ring-offset-color: #FFF;
  }

  .can-hover\:focus-within\:ring-offset-status-waiting_payment[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .can-hover\:focus-within\:ring-offset-status-waiting_payment:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .can-hover\:focus-within\:ring-offset-status-completed[focus-within] {
    --tw-ring-offset-color: #54c1bb;
  }

  .can-hover\:focus-within\:ring-offset-status-completed:focus-within {
    --tw-ring-offset-color: #54c1bb;
  }

  .can-hover\:focus-within\:ring-offset-status-failed[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .can-hover\:focus-within\:ring-offset-status-failed:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .can-hover\:focus-within\:ring-offset-status-waiting_verify[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .can-hover\:focus-within\:ring-offset-status-waiting_verify:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .can-hover\:focus-within\:ring-offset-status-closed[focus-within] {
    --tw-ring-offset-color: #c4c4c4;
  }

  .can-hover\:focus-within\:ring-offset-status-closed:focus-within {
    --tw-ring-offset-color: #c4c4c4;
  }

  .can-hover\:focus-within\:ring-offset-policyStatus-issuing[focus-within] {
    --tw-ring-offset-color: #FFF;
  }

  .can-hover\:focus-within\:ring-offset-policyStatus-issuing:focus-within {
    --tw-ring-offset-color: #FFF;
  }

  .can-hover\:focus-within\:ring-offset-policyStatus-waiting_inspection[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .can-hover\:focus-within\:ring-offset-policyStatus-waiting_inspection:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .can-hover\:focus-within\:ring-offset-policyStatus-success[focus-within] {
    --tw-ring-offset-color: #54c1bb;
  }

  .can-hover\:focus-within\:ring-offset-policyStatus-success:focus-within {
    --tw-ring-offset-color: #54c1bb;
  }

  .can-hover\:focus-within\:ring-offset-policyStatus-failed_inspection[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .can-hover\:focus-within\:ring-offset-policyStatus-failed_inspection:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .can-hover\:focus-within\:ring-offset-policyStatus-failed[focus-within] {
    --tw-ring-offset-color: #e8556b;
  }

  .can-hover\:focus-within\:ring-offset-policyStatus-failed:focus-within {
    --tw-ring-offset-color: #e8556b;
  }

  .can-hover\:focus-within\:ring-offset-policyStatus-waiting_policy[focus-within] {
    --tw-ring-offset-color: #ffae14;
  }

  .can-hover\:focus-within\:ring-offset-policyStatus-waiting_policy:focus-within {
    --tw-ring-offset-color: #ffae14;
  }

  .can-hover\:focus-within\:ring-offset-policyStatus-cancel[focus-within] {
    --tw-ring-offset-color: #c4c4c4;
  }

  .can-hover\:focus-within\:ring-offset-policyStatus-cancel:focus-within {
    --tw-ring-offset-color: #c4c4c4;
  }

  .can-hover\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .can-hover\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }

  .can-hover\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .can-hover\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .can-hover\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f9fafb;
  }

  .can-hover\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f3f4f6;
  }

  .can-hover\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e5e7eb;
  }

  .can-hover\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d1d5db;
  }

  .can-hover\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #9ca3af;
  }

  .can-hover\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #6b7280;
  }

  .can-hover\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #4b5563;
  }

  .can-hover\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #374151;
  }

  .can-hover\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937;
  }

  .can-hover\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #111827;
  }

  .can-hover\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .can-hover\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .can-hover\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .can-hover\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .can-hover\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .can-hover\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .can-hover\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .can-hover\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .can-hover\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .can-hover\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .can-hover\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .can-hover\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .can-hover\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .can-hover\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .can-hover\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .can-hover\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .can-hover\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .can-hover\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .can-hover\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .can-hover\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .can-hover\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .can-hover\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .can-hover\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .can-hover\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .can-hover\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .can-hover\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .can-hover\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .can-hover\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .can-hover\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .can-hover\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .can-hover\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .can-hover\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .can-hover\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .can-hover\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .can-hover\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .can-hover\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .can-hover\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .can-hover\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .can-hover\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .can-hover\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .can-hover\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .can-hover\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .can-hover\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .can-hover\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .can-hover\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .can-hover\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .can-hover\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .can-hover\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .can-hover\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .can-hover\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .can-hover\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .can-hover\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .can-hover\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .can-hover\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .can-hover\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .can-hover\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .can-hover\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .can-hover\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .can-hover\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .can-hover\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .can-hover\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .can-hover\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .can-hover\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .can-hover\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .can-hover\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .can-hover\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .can-hover\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .can-hover\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .can-hover\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .can-hover\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .can-hover\:focus\:ring-offset-primary-color:focus {
    --tw-ring-offset-color: #eb008b;
  }

  .can-hover\:focus\:ring-offset-primary-color-dark:focus {
    --tw-ring-offset-color: #c90068;
  }

  .can-hover\:focus\:ring-offset-secondary-color:focus {
    --tw-ring-offset-color: #112e42;
  }

  .can-hover\:focus\:ring-offset-custom-gray-sm:focus {
    --tw-ring-offset-color: #f1f4f6;
  }

  .can-hover\:focus\:ring-offset-custom-gray-sm2:focus {
    --tw-ring-offset-color: #f1f2f3;
  }

  .can-hover\:focus\:ring-offset-custom-gray-md:focus {
    --tw-ring-offset-color: #848484;
  }

  .can-hover\:focus\:ring-offset-custom-navy-dark:focus {
    --tw-ring-offset-color: #112e42;
  }

  .can-hover\:focus\:ring-offset-dark-blue:focus {
    --tw-ring-offset-color: #112E42;
  }

  .can-hover\:focus\:ring-offset-primary:focus {
    --tw-ring-offset-color: #192D40;
  }

  .can-hover\:focus\:ring-offset-secondary-1:focus {
    --tw-ring-offset-color: #E6007E;
  }

  .can-hover\:focus\:ring-offset-secondary-2:focus {
    --tw-ring-offset-color: #D6D564;
  }

  .can-hover\:focus\:ring-offset-secondary-3:focus {
    --tw-ring-offset-color: #FCFCCD;
  }

  .can-hover\:focus\:ring-offset-secondary:focus {
    --tw-ring-offset-color: #E6007E;
  }

  .can-hover\:focus\:ring-offset-secondary-dark:focus {
    --tw-ring-offset-color: #C11A7D;
  }

  .can-hover\:focus\:ring-offset-secondary-light:focus {
    --tw-ring-offset-color: #FBCEE9;
  }

  .can-hover\:focus\:ring-offset-grayCustom-1:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .can-hover\:focus\:ring-offset-grayCustom-2:focus {
    --tw-ring-offset-color: #C4C4C4;
  }

  .can-hover\:focus\:ring-offset-grayCustom-3:focus {
    --tw-ring-offset-color: #F9F9F9;
  }

  .can-hover\:focus\:ring-offset-grayCustom-800:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .can-hover\:focus\:ring-offset-grayCustom:focus {
    --tw-ring-offset-color: #C4C4C4;
  }

  .can-hover\:focus\:ring-offset-grayCustom-dark:focus {
    --tw-ring-offset-color: #4F4F4F;
  }

  .can-hover\:focus\:ring-offset-grayCustom-light:focus {
    --tw-ring-offset-color: #F9F9F9;
  }

  .can-hover\:focus\:ring-offset-grayCustom-hover:focus {
    --tw-ring-offset-color: #9F9F9F;
  }

  .can-hover\:focus\:ring-offset-error:focus {
    --tw-ring-offset-color: #FF206E;
  }

  .can-hover\:focus\:ring-offset-error-light:focus {
    --tw-ring-offset-color: #FDE8EA;
  }

  .can-hover\:focus\:ring-offset-warning:focus {
    --tw-ring-offset-color: #FFAE14;
  }

  .can-hover\:focus\:ring-offset-warning-light:focus {
    --tw-ring-offset-color: #FFF6E5;
  }

  .can-hover\:focus\:ring-offset-success:focus {
    --tw-ring-offset-color: #2DD881;
  }

  .can-hover\:focus\:ring-offset-success-light:focus {
    --tw-ring-offset-color: #E9FBF2;
  }

  .can-hover\:focus\:ring-offset-status-open:focus {
    --tw-ring-offset-color: #FFF;
  }

  .can-hover\:focus\:ring-offset-status-waiting_payment:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .can-hover\:focus\:ring-offset-status-completed:focus {
    --tw-ring-offset-color: #54c1bb;
  }

  .can-hover\:focus\:ring-offset-status-failed:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .can-hover\:focus\:ring-offset-status-waiting_verify:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .can-hover\:focus\:ring-offset-status-closed:focus {
    --tw-ring-offset-color: #c4c4c4;
  }

  .can-hover\:focus\:ring-offset-policyStatus-issuing:focus {
    --tw-ring-offset-color: #FFF;
  }

  .can-hover\:focus\:ring-offset-policyStatus-waiting_inspection:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .can-hover\:focus\:ring-offset-policyStatus-success:focus {
    --tw-ring-offset-color: #54c1bb;
  }

  .can-hover\:focus\:ring-offset-policyStatus-failed_inspection:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .can-hover\:focus\:ring-offset-policyStatus-failed:focus {
    --tw-ring-offset-color: #e8556b;
  }

  .can-hover\:focus\:ring-offset-policyStatus-waiting_policy:focus {
    --tw-ring-offset-color: #ffae14;
  }

  .can-hover\:focus\:ring-offset-policyStatus-cancel:focus {
    --tw-ring-offset-color: #c4c4c4;
  }

  .can-hover\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .can-hover\:filter-none {
    filter: none;
  }

  .can-hover\:blur-0 {
    --tw-blur: blur(0);
  }

  .can-hover\:blur-none {
    --tw-blur: blur(0);
  }

  .can-hover\:blur-sm {
    --tw-blur: blur(4px);
  }

  .can-hover\:blur {
    --tw-blur: blur(8px);
  }

  .can-hover\:blur-md {
    --tw-blur: blur(12px);
  }

  .can-hover\:blur-lg {
    --tw-blur: blur(16px);
  }

  .can-hover\:blur-xl {
    --tw-blur: blur(24px);
  }

  .can-hover\:blur-2xl {
    --tw-blur: blur(40px);
  }

  .can-hover\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .can-hover\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .can-hover\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .can-hover\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .can-hover\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .can-hover\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .can-hover\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .can-hover\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .can-hover\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .can-hover\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .can-hover\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .can-hover\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .can-hover\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .can-hover\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .can-hover\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .can-hover\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .can-hover\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .can-hover\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .can-hover\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .can-hover\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .can-hover\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .can-hover\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .can-hover\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .can-hover\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .can-hover\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .can-hover\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 rgba(0,0,0,0));
  }

  .can-hover\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .can-hover\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .can-hover\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .can-hover\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .can-hover\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .can-hover\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .can-hover\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .can-hover\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .can-hover\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .can-hover\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .can-hover\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .can-hover\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .can-hover\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .can-hover\:invert-0 {
    --tw-invert: invert(0);
  }

  .can-hover\:invert {
    --tw-invert: invert(100%);
  }

  .can-hover\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .can-hover\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .can-hover\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .can-hover\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .can-hover\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .can-hover\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .can-hover\:sepia {
    --tw-sepia: sepia(100%);
  }

  .can-hover\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .can-hover\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .can-hover\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .can-hover\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .can-hover\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .can-hover\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .can-hover\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .can-hover\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .can-hover\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .can-hover\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
  }

  .can-hover\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .can-hover\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .can-hover\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .can-hover\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .can-hover\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .can-hover\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .can-hover\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .can-hover\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .can-hover\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .can-hover\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .can-hover\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .can-hover\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .can-hover\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .can-hover\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .can-hover\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .can-hover\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .can-hover\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .can-hover\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .can-hover\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .can-hover\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .can-hover\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .can-hover\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .can-hover\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .can-hover\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .can-hover\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .can-hover\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .can-hover\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .can-hover\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .can-hover\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .can-hover\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .can-hover\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .can-hover\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .can-hover\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .can-hover\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .can-hover\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .can-hover\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .can-hover\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .can-hover\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .can-hover\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .can-hover\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .can-hover\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .can-hover\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .can-hover\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .can-hover\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .can-hover\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .can-hover\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .can-hover\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .can-hover\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .can-hover\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .can-hover\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .can-hover\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .can-hover\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .can-hover\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .can-hover\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .can-hover\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .can-hover\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .can-hover\:transition-none {
    transition-property: none;
  }

  .can-hover\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .can-hover\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .can-hover\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .can-hover\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .can-hover\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .can-hover\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .can-hover\:delay-75 {
    transition-delay: 75ms;
  }

  .can-hover\:delay-100 {
    transition-delay: 100ms;
  }

  .can-hover\:delay-150 {
    transition-delay: 150ms;
  }

  .can-hover\:delay-200 {
    transition-delay: 200ms;
  }

  .can-hover\:delay-300 {
    transition-delay: 300ms;
  }

  .can-hover\:delay-500 {
    transition-delay: 500ms;
  }

  .can-hover\:delay-700 {
    transition-delay: 700ms;
  }

  .can-hover\:delay-1000 {
    transition-delay: 1000ms;
  }

  .can-hover\:duration-75 {
    transition-duration: 75ms;
  }

  .can-hover\:duration-100 {
    transition-duration: 100ms;
  }

  .can-hover\:duration-150 {
    transition-duration: 150ms;
  }

  .can-hover\:duration-200 {
    transition-duration: 200ms;
  }

  .can-hover\:duration-300 {
    transition-duration: 300ms;
  }

  .can-hover\:duration-500 {
    transition-duration: 500ms;
  }

  .can-hover\:duration-700 {
    transition-duration: 700ms;
  }

  .can-hover\:duration-1000 {
    transition-duration: 1000ms;
  }

  .can-hover\:ease-linear {
    transition-timing-function: linear;
  }

  .can-hover\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .can-hover\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .can-hover\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}


/*# sourceMappingURL=/src.7113c387.css.map */